mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
fixs #1236 adding translation in album edit page
album edit page translation in en_UK and fr_FR
This commit is contained in:
@@ -1051,4 +1051,8 @@ $lang['Choose which tag to merge these tags into'] = 'Choose which tag to merge
|
||||
$lang['The other tags will be removed'] = 'The other tags will be removed';
|
||||
$lang['Display'] = 'Display';
|
||||
$lang['Select'] = 'Select';
|
||||
$lang['Tag Manager'] = 'Tag Manager';
|
||||
$lang['Tag Manager'] = 'Tag Manager';
|
||||
$lang['No tag found'] = 'No tag found';
|
||||
$lang['Manage album photos'] = 'Manage album photos';
|
||||
$lang['Manage sub-albums'] = 'Manage sub-albums';
|
||||
$lang['Delete album'] = 'Delete album';
|
||||
@@ -203,9 +203,9 @@ $lang['jump to album'] = 'Se rendre dans l\'album';
|
||||
$lang['jump to photo'] = 'Voir la photo';
|
||||
$lang['leave'] = "laisser";
|
||||
$lang['Lock'] = "Verrouiller";
|
||||
$lang['Locked'] = "Verrouillé";
|
||||
$lang['manage album photos'] = 'Gérer les photos de l\'album';
|
||||
$lang['manage sub-albums'] = 'Gérer les sous-albums';
|
||||
$lang['Locked'] = "Verrouillées";
|
||||
$lang['manage album photos'] = 'gérer les photos de l\'album';
|
||||
$lang['manage sub-albums'] = 'gérer les sous-albums';
|
||||
$lang['Manage'] = "Gérer";
|
||||
$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d second].";
|
||||
$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes].";
|
||||
@@ -323,7 +323,7 @@ $lang['average time'] = "temps moyen";
|
||||
$lang['total time'] = "temps total";
|
||||
$lang['for this file format'] = "pour ce format de fichier";
|
||||
$lang['unit mode'] = "Mode unitaire";
|
||||
$lang['Unlocked'] = "Déverrouillé";
|
||||
$lang['Unlocked'] = "Déverrouillées";
|
||||
$lang['unset'] = "vider";
|
||||
$lang['Update albums informations'] = 'Mettre à jour les informations des albums';
|
||||
$lang['Update photos information'] = 'Mettre à jour les informations des photos';
|
||||
@@ -1021,6 +1021,8 @@ $lang['in gallery'] = 'dans la galerie';
|
||||
$lang['in administration'] = 'dans l\'administration';
|
||||
$lang['Displays a banner to install or open the official Piwigo app'] = 'Affiche une bannière pour installer et/ou ouvrir l\'application mobile officielle Piwigo';
|
||||
$lang['Search albums'] = 'Rechercher des albums';
|
||||
|
||||
|
||||
$lang['You have %d orphan tags %s'] = 'Vous avez %d tag(s) orphelin(s) %s';
|
||||
$lang['Review'] = 'Examiner';
|
||||
$lang['You have %s1 orphan : %s2'] = 'Vous avez %s1 orphelin(s) : %s2';
|
||||
@@ -1054,4 +1056,8 @@ $lang['Choose which tag to merge these tags into'] = 'Choisissez dans quel tag v
|
||||
$lang['The other tags will be removed'] = 'Les autres tags seront supprimés';
|
||||
$lang['Display'] = 'Afficher';
|
||||
$lang['Select'] = 'Sélectionner';
|
||||
$lang['Tag Manager'] = 'Gestionnaire de tags';
|
||||
$lang['Tag Manager'] = 'Gestionnaire de tags';
|
||||
$lang['No tag found'] = 'Pas de tag trouvé';
|
||||
$lang['Manage album photos'] = 'Gérer les photos de l\'album';
|
||||
$lang['Manage sub-albums'] = 'Gérer les sous-albums';
|
||||
$lang['Delete album'] = 'Supprimer l\'album';
|
||||
Reference in New Issue
Block a user