diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-22 06:22:28 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-22 06:22:28 +0000 |
commit | 4f523be92f0b141743ab89dde51b01b14ec6f2a8 (patch) | |
tree | 273a15f7d605ff81ec73c428731bf56ac795a42e /language/de_DE/admin.lang.php | |
parent | 17a04fcd399965f5589b26245ac040969d5ac117 (diff) |
[trunk] - language - update DE thanks duke report regenerateThumbnails
git-svn-id: http://piwigo.org/svn/trunk@10555 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/admin.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index a1b35572a..c79dc69e6 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -786,5 +786,8 @@ $lang['WARNING! This plugin does not seem to be compatible with this version of $lang['Do you want to activate anyway?'] = 'Wollen Sie es wirklich wieder aktivieren?'; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'DIESES PLUGIN IST JETZT IN DEN KERN DER PIWIGO INTEGRIERT! BITTE UNBEDINGT DEINSTALLIEREN!'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: DIESES PLUGIN FEHLT OBWOHL ES INSTALLIERT IST! BITTE UNBEDINGT DEINSTALLIEREN! '; - +$lang['Regenerate Thumbnails'] = 'Vorschaubilder neu erstellen'; +$lang['Thumbnails generation in progress...'] = 'Vorschaubilder werden neu erstellt...'; +$lang['%s thumbnails have been regenerated'] = '%s Vorschaubilder wurden neu erstellt'; +$lang['%s thumbnails can not be regenerated'] = '%s Vorschaubilder konnten nicht neu erstellt werden'; ?>
\ No newline at end of file |