fixes #1234 added translation for tag manager page

added translations for the strings used in this page especially the format strings, added the base entries in en_UK and some translations for fr_FR
This commit is contained in:
Louis
2020-10-13 16:31:28 +02:00
parent ba28f1276c
commit 54eac47699
2 changed files with 71 additions and 2 deletions

View File

@@ -1016,4 +1016,39 @@ $lang['in gallery'] = 'in gallery';
$lang['in administration'] = 'in administration';
$lang['Displays a banner to install or open the official Piwigo app'] = 'Displays a banner to install or open the official Piwigo app';
$lang['Search albums'] = 'Search albums';
$lang['Portraits'] = 'Portraits';
$lang['Portraits'] = 'Portraits';
$lang['You have %d orphan tags %s'] = 'You have %d orphan tags %s';
$lang['Review'] = 'Review';
$lang['You have %s1 orphan : %s2'] = 'You have %s1 orphan : %s2';
$lang['Delete tag "%s"?'] = 'Delete tag "%s"?';
$lang['Delete tags \{%s\}?'] = 'Delete tags \{%s\}?';
$lang['Yes, delete'] = 'Yes, delete';
$lang['No, I have changed my mind'] = 'No, I have changed my mind';
$lang['Tag "%s" succesfully deleted'] = 'Tag \"%s\" succesfully deleted';
$lang['Tags \{%s\} succesfully deleted'] = 'Tags \{%s\} succesfully deleted';
$lang['Tag "%s" created'] = 'Tag "%s" created';
$lang['Tag "%s1" renamed in "%s2"'] = 'Tag \"%s1\" renamed in \"%s2\"';
$lang['Delete orphan tags ?'] = 'Delete orphan tags ?';
$lang['Delete them'] = 'Delete them';
$lang['Keep them'] = 'Keep them';
$lang[' (copy)'] = ' (copy)';
$lang[' (copy %s)'] = ' (copy %s)';
$lang['Tag(s) \{%s1\} succesfully merged into "%s2"'] = 'Tag(s) \{%s1\} succesfully merged into "%s2"';
$lang['and %s others'] = 'and %s others';
$lang['%s other tags available..'] = '%s other tags available..';
$lang['%d photos'] = '%d photos';
$lang['no photo'] = 'no photo';
$lang['Select all %d tags'] = 'Select all %d tags';
$lang['Clear Selection'] = 'Clear Selection';
$lang['The %d tags on this page are selected'] = 'The %d tags on this page are selected';
$lang['<b>%d</b> tag selected'] = '<b>%d</b> tag selected';
$lang['<b>%d</b> tags found'] = '<b>%d</b> tags found';
$lang['<b>%d</b> tag found'] = '<b>%d</b> tag found';
$lang['Selection mode'] = 'Selection mode';
$lang['At least 2 selected tags are needed to merge'] = 'At least 2 selected tags are needed to merge';
$lang['Merge'] = 'Merge';
$lang['Choose which tag to merge these tags into'] = 'Choose which tag to merge these tags into';
$lang['The other tags will be removed'] = 'The other tags will be removed';
$lang['Display'] = 'Display';
$lang['Select'] = 'Select';
$lang['Tag Manager'] = 'Tag Manager';

View File

@@ -1020,4 +1020,38 @@ $lang['Promote mobile app on mobile devices'] = 'Promouvoir l\'application mobil
$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['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';
$lang['Delete tags \{%s\}?'] = 'Supprimer les tags \{%s\}?';
$lang['Yes, delete'] = 'Oui, je veux supprimer';
$lang['No, I have changed my mind'] = 'Non, j\'ai changé d\'avis';
$lang['Tag "%s" succesfully deleted'] = 'Le tag \"%s\" a été supprimé';
$lang['Tags \{%s\} succesfully deleted'] = 'Les tags \{%s\} ont été supprimés';
$lang['Tag "%s" created'] = 'Le tag \"%s\" a été créé';
$lang['Tag "%s1" renamed in "%s2"'] = 'Le tag \"%s1\" a été renommé en \"%s2\"';
$lang['Delete orphan tags ?'] = 'Supprimer les tags orphelins?';
$lang['Delete them'] = 'Les supprimer';
$lang['Keep them'] = 'Les garder';
$lang[' (copy)'] = ' (copie)';
$lang[' (copy %s)'] = ' (copie %s)';
$lang['Tag(s) \{%s1\} succesfully merged into "%s2"'] = 'Les tags \{%s1\} ont été fusionnés dans "%s2"';
$lang['and %s others'] = 'et %s autres';
$lang['%s other tags available..'] = '%s autres tags disponibles..';
$lang['%d photos'] = '%d photos';
$lang['no photo'] = 'pas de photos';
$lang['Select all %d tags'] = 'Selectionner tout des %d tags';
$lang['Clear Selection'] = 'Vider la sélection';
$lang['The %d tags on this page are selected'] = 'Les %d tags sur cette page sont sélectionnés';
$lang['<b>%d</b> tag selected'] = '<b>%d</b> tag sélectionné';
$lang['<b>%d</b> tags found'] = '<b>%d</b> tags trouvés';
$lang['<b>%d</b> tag found'] = '<b>%d</b> tag trouvé';
$lang['Selection mode'] = 'Mode sélection';
$lang['At least 2 selected tags are needed to merge'] = 'Au moins 2 tags doivent être sélectionnés pour fusionner';
$lang['Merge'] = 'Fusionner';
$lang['Choose which tag to merge these tags into'] = 'Choisissez dans quel tag vont être fusionné les tags';
$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';