mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
Fix some language keys problems
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "Le panier est actuellement vide.";
|
||||
$lang['Upload'] = "Téléchargement";
|
||||
$lang['Show upload link every time'] = "Afficher le lien d'ajout d'image tout le temps";
|
||||
$lang['User access level to upload'] = "Niveau d'accès utilisateur pour télécharger";
|
||||
$lang['Free access'] = "Accès libre";
|
||||
$lang['Access to all'] = "Accès à tous";
|
||||
$lang['Access to subscribed'] = "Accès aux inscrits";
|
||||
$lang['Access to administrators'] = "Accès aux administrateurs";
|
||||
$lang['Access to webmasters'] = "Accès aux webmestres";
|
||||
$lang['No access'] = "Pas d'accès";
|
||||
$lang['ACCESS_0'] = "Accès libre";
|
||||
$lang['ACCESS_1'] = "Accès à tous";
|
||||
$lang['ACCESS_2'] = "Accès aux inscrits";
|
||||
$lang['ACCESS_3'] = "Accès aux administrateurs";
|
||||
$lang['ACCESS_4'] = "Accès aux webmestres";
|
||||
$lang['ACCESS_5'] = "Pas d'accès";
|
||||
$lang['Demo'] = "Démo";
|
||||
$lang['Piwigo home'] = "Accueil Piwigo";
|
||||
$lang['Support'] = "Support";
|
||||
@@ -666,4 +666,16 @@ $lang['Email administrators when a comment is modified'] = "Notifier les adminis
|
||||
$lang['Email administrators when a comment is deleted'] = "Notifier les administrateurs quand un commentaire est supprimé";
|
||||
$lang['Cannot delete the old permalink !'] = "Impossible de supprimer cet ancien lien permanent !";
|
||||
$lang['Hit'] = "score";
|
||||
|
||||
$lang['Tools'] = "Outils";
|
||||
$lang['Photos'] = "Photos";
|
||||
$lang['Themes'] = "Thèmes";
|
||||
$lang['Instructions to use Piwigo'] = "Aide pour utiliser Piwigo";
|
||||
$lang['Order alphanumerically'] = "Ordre alphanumérique";
|
||||
$lang['Order alphanumerically reverse'] = "Ordre alphanumérique inverse";
|
||||
$lang['Installed Themes'] = "Thèmes installés";
|
||||
$lang['Add New Theme'] = "Ajouter un thème";
|
||||
$lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs";
|
||||
$lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs";
|
||||
$lang['unknown'] = 'inconnu';
|
||||
?>
|
||||
Reference in New Issue
Block a user