diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-01-05 21:12:36 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-01-05 21:12:36 +0000 |
commit | 95471cf8bd78f5fd9ffeac4285ee9d61e77d3e84 (patch) | |
tree | 3bd1e5b26187bfa6b6b93d65a4b1ee1fd2a6fa1f /language/de_DE/admin.lang.php | |
parent | 72da6d3c7c45728f0c21ecf9dfd8ed0af24a22d0 (diff) |
[Trunk] [Language] update ang reorganization all admin.lang.php
git-svn-id: http://piwigo.org/svn/trunk@4626 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 e934998c0..72068f883 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -617,7 +617,6 @@ $lang['GD library is missing'] = 'die GD-Library ist nicht auf dem Server instal $lang['conf_extents'] = 'Templates (Modelle)'; $lang['extend_for_templates'] = 'Erweitere für Templates'; $lang['Replacement of original templates'] = 'Ersetzte originale Templates'; - $lang['Replacers'] = 'Veränderte (Templates geändert)'; $lang['Original templates'] = 'Originales Templates'; $lang['Optional URL keyword'] = 'Optionale Parameter in der URL'; @@ -658,4 +657,8 @@ $lang['Password is missing'] = 'Passwort fehlt. Bitte geben Sie das Passwort ein $lang['Password confirmation is missing'] = 'Passwort-Bestätigung fehlt. Bitte bestätigen Sie die gewählte Passwort ein.'; $lang['Email address is missing'] = 'E-Mail-Adresse fehlt. Bitte geben Sie eine E-Mail-Adresse.'; $lang['Password confirmation error'] = 'Passwortbestätigung Fehler.'; +/*TODO*/$lang['Allow users to edit theirs owns comments'] = 'Allow users to edit theirs owns comments'; +/*TODO*/$lang['Allow users to delete theirs owns comments'] = 'Allow users to delete theirs owns comments'; +/*TODO*/$lang['Email administrators when a comment is modified'] = 'Email administrators when a comment is modified'; +/*TODO*/$lang['Email administrators when a comment is deleted'] = 'Email administrators when a comment is deleted'; ?>
\ No newline at end of file |