mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
feature:2259
Add language keys. git-svn-id: http://piwigo.org/svn/trunk@10455 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -787,4 +787,13 @@ $lang['Do you want to activate anyway?'] = 'Do you want to activate anyway?';
|
||||
$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!';
|
||||
$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.';
|
||||
$lang['display'] = 'display';
|
||||
$lang['Regenerate Thumbnails'] = 'Regenerate Thumbnails';
|
||||
$lang['Regenerate Websize Photos'] = 'Regenerate Websize Photos';
|
||||
$lang['Thumbnails generation in progress...'] = 'Thumbnails generation in progress...';
|
||||
$lang['Photos generation in progress...'] = 'Photos generation in progress...';
|
||||
$lang['%s thumbnails have been regenerated'] = '%s thumbnails have been regenerated';
|
||||
$lang['%s thumbnails can not be regenerated'] = '%s thumbnails can not be regenerated';
|
||||
$lang['%s photos have been regenerated'] = '%s photos have been regenerated';
|
||||
$lang['%s photos can not be regenerated'] = '%s photos can not be regenerated';
|
||||
$lang['Only photos with HD can be regenerated!'] = 'Only photos with HD can be regenerated!';
|
||||
?>
|
||||
@@ -798,4 +798,13 @@ $lang['Compact'] = "Compact";
|
||||
$lang['Complete'] = "Complet";
|
||||
$lang['Restore'] = "Restaurer";
|
||||
$lang['Restore default configuration. You will lost your plugin settings!'] = "Restaurer la configuration par défaut? Vous perdrez vos réglages personnels !";
|
||||
$lang['Regenerate Thumbnails'] = 'Régénérer les miniatures';
|
||||
$lang['Regenerate Websize Photos'] = 'Régénérer les photos taille web';
|
||||
$lang['Thumbnails generation in progress...'] = 'Génération des miniatures en cours...';
|
||||
$lang['Photos generation in progress...'] = 'Génération des photos en cours...';
|
||||
$lang['%s thumbnails have been regenerated'] = '%s miniatures ont été régénérées';
|
||||
$lang['%s thumbnails can not be regenerated'] = '%s miniatures ne peuvent pas être régénérées';
|
||||
$lang['%s photos have been regenerated'] = '%s photos ont été régénérées';
|
||||
$lang['%s photos can not be regenerated'] = '%s photos ne peuvent pas être régénérées';
|
||||
$lang['Only photos with HD can be regenerated!'] = 'Seules les photos avec HD peuvent être régénérées';
|
||||
?>
|
||||
Reference in New Issue
Block a user