feature 657: permalinks for categories
git-svn-id: http://piwigo.org/svn/trunk@1866 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
30e259904c
commit
ea56d7b2ac
22 changed files with 650 additions and 89 deletions
|
|
@ -4,8 +4,7 @@
|
|||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | branch : BSF (Best So Far)
|
||||
// | file : $RCSfile$
|
||||
// | file : $Id$
|
||||
// | last update : $Date$
|
||||
// | last modifier : $Author$
|
||||
// | revision : $Revision$
|
||||
|
|
@ -43,6 +42,7 @@ $lang['%d waiting pictures validated'] = '%d waiting pictures validated';
|
|||
$lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.';
|
||||
$lang['Actions'] = 'Actions';
|
||||
$lang['Activate'] = 'Activate';
|
||||
$lang['Add/delete a permalink'] = 'Add/delete a permalink';
|
||||
$lang['Add a tag'] = 'Add a tag';
|
||||
$lang['Add a user'] = 'Add a user';
|
||||
$lang['Add group'] = 'Add group';
|
||||
|
|
@ -137,6 +137,12 @@ $lang['Other private categories'] = 'Other private categories';
|
|||
$lang['Page banner'] = 'Page banner';
|
||||
$lang['Parent category'] = 'Parent category';
|
||||
$lang['Path'] = 'Path';
|
||||
$lang['Permalink'] = 'Permalink';
|
||||
$lang['Permalink_%s_histo_used_by_%s'] = 'Permalink %s has been previously used by category %s. Delete from the permalink history first';
|
||||
$lang['Permalink_name_rule'] = 'The permalink name must be composed of a-z, A-Z, 0-9, "-" or "_". It must not be numeric or start with number followed by "-"';
|
||||
$lang['Permalink %s is already used by category %s'] = 'Permalink %s is already used by category %s';
|
||||
$lang['Permalink history'] = 'Permalink history';
|
||||
$lang['Permalinks'] = 'Permalinks';
|
||||
$lang['Permission denied'] = 'Permission denied';
|
||||
$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group';
|
||||
$lang['Permission granted'] = 'Permission granted';
|
||||
|
|
@ -159,6 +165,7 @@ $lang['Representation of categories'] = 'Representation of categories';
|
|||
$lang['Representative'] = 'Representative';
|
||||
$lang['Represents'] = 'Represents';
|
||||
$lang['Save order'] = 'Save order';
|
||||
$lang['Save to permalink history'] = 'Save to permalink history';
|
||||
$lang['Select at least one category'] = 'Select at least one category';
|
||||
$lang['Select at least one picture'] = 'Select at least one picture';
|
||||
$lang['Select at least one user'] = 'Select at least one user';
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | branch : BSF (Best So Far)
|
||||
// | file : $RCSfile$
|
||||
// | file : $Id$
|
||||
// | last update : $Date$
|
||||
// | last modifier : $Author$
|
||||
// | revision : $Revision$
|
||||
|
|
@ -43,6 +42,7 @@ $lang['%d waiting pictures validated'] = '%d images en attente valid
|
|||
$lang['A new version of PhpWebGallery is available.'] = 'Une nouvelle version de PhpWebGallery est disponible.';
|
||||
$lang['Actions'] = 'Actions';
|
||||
$lang['Activate'] = 'Activer';
|
||||
$lang['Add/delete a permalink'] = 'Ajouter/effacer un lien permanent';
|
||||
$lang['Add a tag'] = 'Ajouter un tag';
|
||||
$lang['Add a user'] = 'Ajouter un utilisateur';
|
||||
$lang['Add group'] = 'Ajouter un groupe';
|
||||
|
|
@ -137,6 +137,12 @@ $lang['Other private categories'] = 'Autres cat
|
|||
$lang['Page banner'] = 'Bannière des pages';
|
||||
$lang['Parent category'] = 'Catégorie parente';
|
||||
$lang['Path'] = 'Chemin';
|
||||
$lang['Permalink'] = 'Lien permanent';
|
||||
$lang['Permalink_%s_histo_used_by_%s'] = 'Le lien permanent %s a été utilisé précédemment par la catégorie %s. Veuillez l\'effacer de l\'historique des liens permanents';
|
||||
$lang['Permalink_name_rule'] = 'Le lien permanent ne doit contenir des caractères que parmi "a-zA-Z0-9", "-" ou "_". Il ne doit pas être numérique ou commencer par un nombre suivi par "-"';
|
||||
$lang['Permalink %s is already used by category %s'] = 'Le lien permanent %s est dèja utilisé par la catégorie %s';
|
||||
$lang['Permalink history'] = 'Historique des liens permanents';
|
||||
$lang['Permalinks'] = 'Liens permanents';
|
||||
$lang['Permission denied'] = 'Accès interdit';
|
||||
$lang['Permission granted thanks to a group'] = 'Accès autorisé grâce à l\'appartenance aux groupes';
|
||||
$lang['Permission granted'] = 'Accès autorisé';
|
||||
|
|
@ -159,6 +165,7 @@ $lang['Representation of categories'] = 'Repr
|
|||
$lang['Representative'] = 'Représentant';
|
||||
$lang['Represents'] = 'Représente';
|
||||
$lang['Save order'] = 'Sauvegarder l\'ordre';
|
||||
$lang['Save to permalink history'] = 'Sauvegarder dans l\'historique des liens permanents';
|
||||
$lang['Select at least one category'] = 'Sélectionner au moins une catégorie';
|
||||
$lang['Select at least one picture'] = 'Sélectionner au moins une image';
|
||||
$lang['Select at least one user'] = 'Sélectionner au moins un utilisateur';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue