diff options
-rw-r--r-- | language/de_DE/admin.lang.php | 8 | ||||
-rw-r--r-- | language/de_DE/common.lang.php | 1 | ||||
-rw-r--r-- | tools/language/translation_validated.inc.php | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index 99d45d8db..429f028fb 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -781,4 +781,10 @@ $lang['Visit theme site'] = 'Die Themenseite besuchen'; $lang['Visit language site'] = 'Die Sprachenseite besuchen'; $lang['New Version'] = 'Neue Version'; $lang['display'] = 'Zeige'; -?> +$lang['Obsolete Plugins'] = 'Veraltete Plugins'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'WARNUNG! Dieses Plugin ist nicht kompatibel mit dieser Version der Piwigo.'; +$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! '; + +?>
\ No newline at end of file diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 8fc817c58..c7641f745 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -359,4 +359,5 @@ $lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s'; $lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:'; $lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d'; $lang['validate this comment'] = 'überprüfe diesen Kommentar'; +$lang['html tags are not allowed in login'] = ' HTML-Tags sind im Login nicht erlaubt'; ?>
\ No newline at end of file diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php index 35c736cc7..08c0ec664 100644 --- a/tools/language/translation_validated.inc.php +++ b/tools/language/translation_validated.inc.php @@ -137,7 +137,7 @@ $validated_keys = array( '[Simulation]', 'Album', 'Album: %s', - '', + 'Remote', ), 'es_AR' => array( |