Changeset 6698 for trunk/language/fr_FR


Ignore:
Timestamp:
Jul 23, 2010, 11:33:56 PM (14 years ago)
Author:
plg
Message:

feature 408: ability to automatically sort sub-categories. The number of SQL
queries is constant, no matter the deepth of your tree.

+ refactor to avoid duplicate code (ascending/desceding should be only a
single parameter in a function, not 20 lines of duplicated code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/fr_FR/admin.lang.php

    r6678 r6698  
    635635$lang['Themes'] = "Thèmes";
    636636$lang['Instructions to use Piwigo'] = "Instructions pour utiliser Piwigo";
    637 $lang['Order alphanumerically'] = "Ordre alphanumérique";
    638 $lang['Order alphanumerically reverse'] = "Ordre alphanumérique inverse";
    639637$lang['Installed Themes'] = "Thèmes installés";
    640638$lang['Add New Theme'] = "Ajouter un thème";
     
    686684$lang['Add write access to the "%s" directory'] = 'Ajoutez l\'accès en écriture pour le répertoire "%s"';
    687685$lang['Administration Home'] = 'Accueil administration';
    688 $lang['Categories ordered alphanumerically'] = 'Catégories triés par ordre alphanumérique';
    689 $lang['Categories ordered alphanumerically reverse'] = 'Catégories triés par ordre alphanumérique inverse';
    690686$lang['Change Admin Colors'] = 'Modifier les couleurs de l\'administration';
    691687$lang['Delete this theme'] = 'Supprimer ce thème';
     
    776772$lang['Error on file "%s" : %s'] = 'Erreur sur le fichier "%s" : %s';
    777773$lang['Menu Management'] = 'Menus';
     774$lang['apply to sub-categories'] = 'appliquer aux sous-catégories';
     775$lang['automatic order'] = 'ordre automatique';
     776$lang['manual order'] = 'ordre manuel';
     777$lang['Categories automatically sorted'] = 'Les catégories ont été triées automatiquement';
    778778?>
Note: See TracChangeset for help on using the changeset viewer.