diff options
author | duke <duke@piwigo.org> | 2010-04-10 21:45:16 +0000 |
---|---|---|
committer | duke <duke@piwigo.org> | 2010-04-10 21:45:16 +0000 |
commit | 0148df2c5d5518c617f9450abd30f43fabcf8333 (patch) | |
tree | f2ad14d4b81de80672c5caefaf1055913d906dec /language/de_DE/admin.lang.php | |
parent | d8b2893ffda58a92161afabbd4c287c588a9bb88 (diff) |
updated de_DE
git-svn-id: http://piwigo.org/svn/trunk@5786 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/admin.lang.php')
-rw-r--r-- | language/de_DE/admin.lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index cfbf5be32..3437564f7 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -760,5 +760,6 @@ $lang['There is no other language available.'] = 'Es ist keine weitere Sprache v $lang['There is no other plugin available.'] = 'Es ist kein weiteres Plugin verfügbar.'; $lang['There is no other theme available.'] = 'Es ist kein weiteres Thema verfügbar.'; $lang['Add another set of photos'] = 'Füge eine weitere Fotoserie hinzu'; - -?>
\ No newline at end of file +$lang['By rank'] = 'Nach Rangfolge'; +$lang['Manual order'] = 'Manuelle Sortierung'; +?> |