new strings on branch 12.x

This commit is contained in:
plegall
2022-06-29 18:06:53 +02:00
parent a8e106ab8b
commit 0af68aedc7
2 changed files with 13 additions and 1 deletions

View File

@@ -1066,8 +1066,10 @@ $lang['Are you sure you want to delete the ratings of the user "%s"?'] = 'Are yo
$lang['Are you sure you want to install the plugin "%s"?'] = 'Are you sure you want to install the plugin "%s"?';
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Are you sure you want to delete the plugin "%s"?';
$lang['Are you sure you want to restore the plugin "%s"?'] = 'Are you sure you want to restore the plugin "%s"?';
$lang['Are you sure you want to uninstall the plugin "%s"?'] = 'Are you sure you want to uninstall the plugin "%s"?';
$lang['Are you sure you want to delete all sizes?'] = 'Are you sure you want to delete all sizes?';
$lang['Are you sure you want to lock the gallery?'] = 'Are you sure you want to lock the gallery?';
$lang['Are you sure you want to unlock the gallery?'] = 'Are you sure you want to unlock the gallery?';
$lang['Are you sure you want to delete the language "%s"?'] = 'Are you sure you want to delete the language "%s"?';
$lang['Are you sure you want to delete the theme "%s"?'] = 'Are you sure you want to delete the theme "%s"?';
$lang['Are you sure you want to update all extensions?'] = 'Are you sure you want to update all extensions?';
@@ -1249,4 +1251,8 @@ $lang['Webmaster status required'] = 'Webmaster status required';
$lang['%s plugins found'] = '<b>%s</b> plugins found';
$lang['%s plugin found'] = '<b>%s</b> plugin found';
$lang['%s status is required to edit parameters.'] = '%s status is required to edit parameters.';
$lang['Edit photo #%s'] = 'Edit photo #%s';
$lang['Edit photo #%s'] = 'Edit photo #%s';
$lang['Advanced features'] = 'Advanced features';
$lang['Global Gallery Actions'] = 'Global Gallery Actions';
$lang['Purge Actions'] = 'Purge Actions';
$lang['Purge Cache'] = 'Purge Cache';

View File

@@ -1064,8 +1064,10 @@ $lang['Are you sure you want to delete the ratings of the user "%s"?'] = 'Êtes-
$lang['Are you sure you want to install the plugin "%s"?'] = 'Êtes-vous sûr de vouloir installer le plugin "%s"&nbsp?';
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Êtes-vous sûr de vouloir supprimer le plugin "%s"&nbsp?';
$lang['Are you sure you want to restore the plugin "%s"?'] = 'Êtes-vous sûr de vouloir restaurer le plugin "%s"&nbsp?';
$lang['Are you sure you want to uninstall the plugin "%s"?'] = 'Êtes-vous sûr de vouloir désinstaller le plugin "%s"&nbsp?';
$lang['Are you sure you want to delete all sizes?'] = 'Êtes-vous sûr de vouloir supprimer toutes les tailles&nbsp?';
$lang['Are you sure you want to lock the gallery?'] = 'Êtes-vous sûr de vouloir verrouiller la galerie&nbsp?';
$lang['Are you sure you want to unlock the gallery?'] = 'Êtes-vous sûr de vouloir déverrouiller la galerie&nbsp?';
$lang['Are you sure you want to delete the language "%s"?'] = 'Êtes-vous sûr de vouloir supprimer la langue "%s"&nbsp?';
$lang['Are you sure you want to delete the theme "%s"?'] = 'Êtes-vous sûr de vouloir supprimer le thème "%s"&nbsp?';
$lang['Are you sure you want to update all extensions?'] = 'Êtes-vous sûr de vouloir mettre à jour toutes les extensions&nbsp?';
@@ -1252,3 +1254,7 @@ $lang['Webmaster status required'] = 'Statut Webmaster nécéssaire';
$lang['%s plugins found'] = '<b>%s</b> plugins trouvés';
$lang['%s plugin found'] = '<b>%s</b> plugin trouvé';
$lang['%s status is required to edit parameters.'] = 'Le statut %s est nécéssaire pour modifier les paramètres.';
$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';