diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 6c791e8da..b8e143c18 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -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'; \ No newline at end of file +$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['%d tag selected'] = '%d tag selected'; +$lang['%d tags found'] = '%d tags found'; +$lang['%d tag found'] = '%d 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'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index cddaf34bc..6913c099f 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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'; \ No newline at end of file +$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['%d tag selected'] = '%d tag sélectionné'; +$lang['%d tags found'] = '%d tags trouvés'; +$lang['%d tag found'] = '%d 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'; \ No newline at end of file