From 9f21336070fb7deb7fd7930a8eedc08f2ecae356 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 8 Aug 2022 11:28:15 +0200 Subject: [PATCH] copy en_UK + fr_FR from master@c4208c2, ready for translations --- language/en_UK/admin.lang.php | 61 ++++++++++++++++++++++++++++++++ language/en_UK/common.lang.php | 1 + language/fr_FR/admin.lang.php | 63 ++++++++++++++++++++++++++++++++-- language/fr_FR/common.lang.php | 2 +- 4 files changed, 124 insertions(+), 3 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 3fde4491a..451963581 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -985,6 +985,8 @@ $lang['Deletion in progress'] = 'Deletion in progress'; $lang['checksum'] = 'checksum'; $lang['orphans to delete'] = 'orphans to delete'; $lang['Dashboard'] = 'Dashboard'; +$lang['%sGB'] = '%s GB'; +$lang['%sMB'] = '%s MB'; $lang['Storage used'] = 'Storage used'; $lang['First photo added'] = 'First photo added'; $lang['No filter on album. Select one or type to search'] = 'No filter on album. Select one or type to search'; @@ -1242,6 +1244,18 @@ $lang['No access to administration, can see private content with appropriate per $lang['Can be shared by several individuals without conflict (they cannot change the password).'] = 'Can be shared by several individuals without conflict (they cannot change the password).'; $lang['Equivalent to deactivation. The user is still in the list, but can no longer log in.'] = 'Equivalent to deactivation. The user is still in the list, but can no longer log in.'; $lang['%s MB'] = '%s MB'; +$lang['Show beta test plugins'] = 'Show beta test plugins'; +$lang['Rating greater than'] = 'Rating greater than'; +$lang['Last revision date is newer than'] = 'Last revision date is newer than'; +$lang['Certification higher or equal to'] = 'Certification higher or equal to'; +$lang['On %d rating(s)'] = 'On %d rating(s)'; +$lang['Version %s'] = 'Version %s'; +$lang['since the beginning'] = 'since the beginning'; +$lang['This plugin is incompatible with your version'] = 'This plugin is incompatible with your version'; +$lang['This plugin have no update since 3 years ! It may be outdated'] = 'This plugin have no update since 3 years ! It may be outdated'; +$lang['This plugin has no recent update'] = 'This plugin has no recent update'; +$lang['This plugin was updated less than 6 months ago'] = 'This plugin was updated less than 6 months ago'; +$lang['This plugin have been updated recently'] = 'This plugin have been updated recently'; $lang['Your selection'] = 'Your selection'; $lang['action successfully performed.'] = 'action successfully performed.'; $lang['%s lines'] = "%s lines"; @@ -1256,3 +1270,50 @@ $lang['Advanced features'] = 'Advanced features'; $lang['Global Gallery Actions'] = 'Global Gallery Actions'; $lang['Purge Actions'] = 'Purge Actions'; $lang['Purge Cache'] = 'Purge Cache'; +$lang['Rename "%s"'] = 'Rename "%s"'; +$lang['Yes, rename'] = 'Yes, rename'; +$lang['Tag name'] = 'Tag name'; +$lang['Current Version'] = 'Current Version'; +$lang['More information'] = 'More information'; +$lang['This photo is an orphan'] = 'This photo is an orphan'; +$lang['This albums is already in related categories list'] = 'This albums is already in related albums list'; +$lang['No search in progress'] = 'No search in progress'; +$lang['Create a new album at root'] = 'Create a new album at root'; +$lang['Create a sub-album of "%s"'] = 'Create a sub-album of "%s"'; +$lang['No research in progress'] = 'No research in progress'; + +$lang['Visited'] = 'Visited'; +$lang['Downloaded'] = 'Downloaded'; +$lang['Additional filters'] = 'Additional filters'; +$lang['Object'] = 'Object'; +$lang['Memories'] = 'Souvenirs'; +$lang['Add as filter'] = 'Add as filter'; +$lang['Show plugins compatible with previous version of Piwigo'] = 'Show plugins compatible with previous version of Piwigo'; +$lang['Placer au début'] = 'Place at the start'; +$lang['Placer à la fin'] = 'Place at the end'; + +$lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.'; +$lang['Try now !'] = 'Try now !'; +$lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile'; +$lang['Properties of abums'] = 'Properties of abums'; +$lang['Add New Plugin'] = 'Add a new plugin'; +$lang['Piwigo core'] = 'Piwigo core'; +$lang['Extensions'] = 'Extensions'; +$lang['Currently running version %s'] = 'Currently running version %s'; +$lang['Discover'] = 'Discover'; +$lang['Latest Piwigo news'] = 'Latest Piwigo news'; +$lang['Understood, do not show again'] = 'Understood, do not show again'; +$lang['%s pixels, %.2f MB'] = '%s pixels, %.2f MB'; +$lang['Upload Formats'] = 'Upload Formats'; +$lang['Add formats'] = 'Add formats'; +$lang['No format for this picture'] = 'No format for this picture'; +$lang['Add another set of formats'] = 'Add another set of formats'; +$lang['%d formats uploaded for %d photos'] = '%d formats uploaded for %d photos'; +$lang['Error when trying to detect formats'] = 'Error when trying to detect formats'; +$lang['There is multiple image in the database with the following names : %s.'] = 'There is multiple image in the database with the following names : %s.'; +$lang['No picture found with the following name : %s.'] = 'No picture found with the following name : %s.'; +$lang['and %d more'] = 'and %d more'; +$lang['Picture to associate formats with'] = 'Picture to associate formats with'; +$lang['The original picture will be detected with the filename (without extension).'] = 'The original picture will be detected with the filename (without extension).'; +$lang['Delete %s format ?'] = 'Delete %s format ?'; +// Leave this line empty diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 35a45cf72..1c7d68757 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -417,4 +417,5 @@ $lang['generate random password'] = 'generate random password'; $lang['Related albums'] = 'Related albums'; $lang['Album name, 1 → 5 → 10 → 100'] = 'Album name, 1 → 5 → 10 → 100'; $lang['Album name, 100 → 10 → 5 → 1'] = 'Album name, 100 → 10 → 5 → 1'; +$lang['Start-Date'] = 'Start date'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 0491a5ab4..aab7172c8 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -985,6 +985,8 @@ $lang['Confirm deletion'] = 'Confirmer la suppression'; $lang['checksum'] = 'somme de contrôle'; $lang['orphans to delete'] = 'orphelines à supprimer'; $lang['Dashboard'] = 'Tableau de bord'; +$lang['%sGB'] = '%s Go'; +$lang['%sMB'] = '%s Mo'; $lang['Storage used'] = 'Stockage utilisé'; $lang['First photo added'] = 'Première photo'; $lang['No filter on album. Select one or type to search'] = 'Aucun filtre. Tapez ici pour chercher un album.'; @@ -1074,8 +1076,8 @@ $lang['Are you sure you want to update all extensions?'] = 'Êtes-vous sûr de v $lang['Are you sure you want to delete the user "%s"?'] = 'Êtes-vous sûr de vouloir supprimer l\'utilisateur "%s" ?'; $lang['Please upgrade your PHP version before any update.'] = 'Il faudra mettre à jour votre PHP avant de pouvoir mettre à jour Piwigo.'; $lang['Requires PHP %s'] = 'Requiert PHP %s'; -$lang['%s MB used'] = '%s MB utilisés'; -$lang['%s GB used'] = '%s GB utilisés'; +$lang['%s MB used'] = '%s Mo utilisés'; +$lang['%s GB used'] = '%s Go utilisés'; $lang['Manage users'] = 'Gérer les utilisateurs'; $lang['between %s and %s'] = 'entre %s et %s'; $lang['Edit guest user'] = 'Editer l\'utilisateur invité'; @@ -1240,6 +1242,18 @@ $lang['No access to administration, can see private content with appropriate per $lang['Can be shared by several individuals without conflict (they cannot change the password).'] = 'Partageable entre plusieurs personnes sans rentrer en conflit (mot de passe non modifiable).'; $lang['Equivalent to deactivation. The user is still in the list, but can no longer log in.'] = 'Équivalent à une désactivation. L\'utilisateur est toujours dans la liste mais ne peut plus se connecter.'; $lang['%s MB'] = '%s Mo'; +$lang['Show beta test plugins'] = 'Montrer les plugins en beta test'; +$lang['Rating greater than'] = 'Notation supérieure à'; +$lang['Last revision date is newer than'] = 'Dernière révision récente d\'au moins'; +$lang['Certification higher or equal to'] = 'Certification plus haute ou égale à'; +$lang['On %d rating(s)'] = 'Sur %d notation(s)'; +$lang['Version %s'] = 'Version %s'; +$lang['since the beginning'] = 'depuis le début'; +$lang['This plugin is incompatible with your version'] = 'Ce plugin est incompatible avec votre version'; +$lang['This plugin have no update since 3 years ! It may be outdated'] = 'Ce plugin n\'a pas eu de mise à jour depuis 3 ans ! Il peut être obsolète'; +$lang['This plugin has no recent update'] = 'Ce plugin n\'a pas de mise à jour récente'; +$lang['This plugin was updated less than 6 months ago'] = 'Ce plugin a eu une mise à jour il y a moins de 6 mois'; +$lang['This plugin have been updated recently'] = 'Ce plugin a été mis à jour récemment'; $lang['Display'] = 'Afficher'; $lang['Posted %s on %s'] = 'Posté %s sur %s'; $lang['Portraits'] = 'Portraits'; @@ -1258,3 +1272,48 @@ $lang['Advanced features'] = 'Fonctionnalités avancées'; $lang['Global Gallery Actions'] = 'Actions sur la gallerie'; $lang['Purge Actions'] = 'Actions de purge'; $lang['Purge Cache'] = 'Purger le cache'; +$lang['Create a new album at root'] = 'Créer un nouvel album à la racine'; +$lang['Create a sub-album of "%s"'] = 'Créer un sous-album de "%s"'; +$lang['No research in progress'] = 'Pas de recherche en cours'; +$lang['Rename "%s"'] = 'Renommer "%s"'; +$lang['Yes, rename'] = 'Oui, renommer'; +$lang['Tag name'] = 'Nom du tag'; +$lang['Visited'] = 'Visité'; +$lang['Downloaded'] = 'Téléchargé'; +$lang['Additional filters'] = 'Filtres additionnels'; +$lang['Object'] = 'Objet'; +$lang['Memories'] = 'Souvenirs'; +$lang['Current Version'] = 'Version actuelle'; +$lang['More information'] = 'Plus d\'information'; +$lang['Add as filter'] = 'Ajouter en tant que filtre'; +$lang['This photo is an orphan'] = 'Cette photo est orpheline'; +$lang['This albums is already in related categories list'] = 'Cet album est déjà dans la liste des albums associés'; +$lang['No search in progress'] = 'Pas de recherche en cours'; +$lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les plugins compatibles avec la version précédente de Piwigo'; +$lang['Placer au début'] = 'Placer au début'; +$lang['Placer à la fin'] = 'Placer à la fin'; +$lang['Piwigo is also on mobile.'] = 'Piwigo est également sur mobile.'; +$lang['Try now !'] = 'Venez essayer dès maintenant !'; +$lang['Install Piwigo on mobile'] = 'Installez Piwigo sur mobile'; +$lang['Properties of abums'] = 'Propriétés des albums'; +$lang['Add New Plugin'] = 'Ajouter un plugin'; +$lang['Piwigo core'] = 'Noyau de Piwigo'; +$lang['Extensions'] = 'Extensions'; +$lang['Currently running version %s'] = 'Version %s installée actuellement'; +$lang['Discover'] = 'Découvrir'; +$lang['Latest Piwigo news'] = 'Dernière nouvelle de Piwigo'; +$lang['Understood, do not show again'] = 'Compris, ne plus afficher'; +$lang['%s pixels, %.2f MB'] = '%s pixels, %.2f Mo'; +$lang['Upload Formats'] = 'Télécharger des formats'; +$lang['Add formats'] = 'Ajouter des formats'; +$lang['No format for this picture'] = 'Il n\'y a pas de format pour cette photo'; +$lang['Add another set of formats'] = 'Ajouter un autre lot de formats'; +$lang['%d formats uploaded for %d photos'] = '%d format(s) téléchargé(s) pour %d photo(s)'; +$lang['Error when trying to detect formats'] = 'Une erreur est survenue lors de la détection des formats'; +$lang['There is multiple image in the database with the following names : %s.'] = 'Plusieurs images trouvée avec le nom : %s.'; +$lang['No picture found with the following name : %s.'] = 'Pas de photos trouvée pour le nom : %s.'; +$lang['and %d more'] = 'et %d autre(s)'; +$lang['Picture to associate formats with'] = 'Photo à associer avec les formats'; +$lang['The original picture will be detected with the filename (without extension).'] = 'La photo originale sera détectée en comparant les noms des fichiers (sans extension).'; +$lang['Delete %s format ?'] = 'Supprimer le format %s ?'; +// Leave this line empty diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index c5eba80c4..f4f4c7eaa 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -417,4 +417,4 @@ $lang['Related albums'] = 'Albums liés'; $lang['Password: ********** (no copy by email)'] = 'Mot de passe : ********** (pas de copie par email)'; $lang['Album name, 1 → 5 → 10 → 100'] = 'Nom d\'album, 1 → 5 → 10 → 100'; $lang['Album name, 100 → 10 → 5 → 1'] = 'Nom d\'album, 100 → 10 → 5 → 1'; - +$lang['Start-Date'] = 'Date de début';