Giter Club home page Giter Club logo

fr-fr-3.x's People

Contributors

infograf768 avatar learnmeup avatar opware2000 avatar ygomiero avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fr-fr-3.x's Issues

traduction fr sur erreur d'écriture de repertoire

Etat

  • Serveur nginx,
  • répertoire protégé en écriture
  • tentative d'installation mise à jour pack de langue french 3.4.1.2
  • génère des messages d'erreurs non traduit.

Capture d'écran

http://prntscr.com/6yenn0

  • Message non traduit :
    JFolder::create
    Unable to create destination

Manque string dans joomla :
\libraries\joomla\archive\zip.php
ligne 304 : return JError::raiseWarning(100, 'Unable to create destination');

  • Pas de string "COM_INSTALLER_TYPE_TYPE_" pour l'alerte car le type n'est pas défini alors qu'il s'agit de la mise à jour du pack de langue.

traduction fr JTOOLBAR_DELETE_ALL

Salut,

Serait possible de modifier dans le fichier administrator/language/fr-FR/fr-FR.ini, ligne 958 et passer de
JTOOLBAR_DELETE="Supprimer"
JTOOLBAR_DELETE_ALL="Tout effacer"
à
JTOOLBAR_DELETE="Supprimer"
JTOOLBAR_DELETE_ALL="Tout supprimer"

Cela serait plus cohérent vis à vis des chaînes en anglais qui sont
JTOOLBAR_DELETE="Delete"
JTOOLBAR_DELETE_ALL="Delete All"

Merci !

test markup github

<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('JPATH_BASE') or die;

$msgList = $displayData['msgList'];

?>
<div id="system-message-container">
    <?php if (is_array($msgList)) : ?>
        <div id="system-message">
            <?php foreach ($msgList as $type => $msgs) : ?>
                <div class="alert alert-<?php echo $type; ?>">
                    <?php // This requires JS so we should add it trough JS. Progressive enhancement and stuff. ?>
                    <a class="close" data-dismiss="alert">×</a>

                    <?php if (!empty($msgs)) : ?>
                        <h4 class="alert-heading"><?php echo JText::_($type); ?></h4>
                        <div>
                            <?php foreach ($msgs as $msg) : ?>
                                <p><?php echo $msg; ?></p>
                            <?php endforeach; ?>
                        </div>
                    <?php endif; ?>
                </div>
            <?php endforeach; ?>
        </div>
    <?php endif; ?>
</div>

Fr translation : "Users / User Actions Log" - "Purge"

Hi,
I'm not so familiar with Github process...

I would like to recommend a translation change in Joomla core USERS / ACTION LOGS.

in menu "Users / User Actions Log". Joomla use DELETE and PURGE
DELETE is translated : "Supprimer" , and Purge (which DELETE ALL LOGS) is translated : "Purger"

It would be better to replace "PURGE" with "Delete all" or "Delete all logs"
In French, a better translation would be : "Supprimer tout" rather than "Purger"

I let you manage the process, and wish you a good day.
Thanks,
Gil

Le répertoire temporaire PHP n'est pas inscriptible

Depuis Extensions Avertissements

Le répertoire temporaire PHP n'est pas inscriptible
Joomla ne peut pas écrire dans le répertoire temporaire PHP, ce qui provoque une erreur lors de la tentative d'envoi des fichiers d'extension. que le droit d'écriture est appliqué à '/var/www/tmp'.

que le droit d'écriture est appliqué
-> verifier que le droit d'écriture est appliqué

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.