diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-02 12:58:45 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-02 12:58:45 +0000 |
commit | 78f87492464a3997a7a0e0e1f25f835cfc8b1ac8 (patch) | |
tree | 54f924249adde54f336ccffb9c13f97a834d4e7c /language/de_DE | |
parent | b6362427746dc54980c10edf2e03850a33982535 (diff) |
[trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13851 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE')
-rw-r--r-- | language/de_DE/common.lang.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index f4bdf7761..9ef208cdf 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -389,4 +389,19 @@ $lang['Show oldest comments first'] = 'Ältesten Kommentar zuerst anzeigen'; $lang['View in'] = 'Anzeigen in'; $lang['2small'] = 'XXS - winzig'; $lang['xsmall'] = 'XS - sehr klein'; +$lang['Date created, new → old'] = 'Datum erstellt, neu → alt'; +$lang['Date created, old → new'] = 'Datum erstellt, alt → neu'; +$lang['Date posted, new → old'] = 'Datum veröffentlicht, neu → alt'; +$lang['Date posted, old → new'] = 'Datum veröffentlicht, alt → neu'; +$lang['File name, A → Z'] = 'Dateiname, A → Z'; +$lang['File name, Z → A'] = 'Dateiname, Z → A'; +$lang['Manual sort order'] = 'Manuelle Sortierung'; +$lang['Numeric identifier, 1 → 9'] = 'Numerischer Bezeichner, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = 'Numerischer Bezeichner, 9 → 1'; +$lang['Photo title, A → Z'] = 'Bildname, A → Z'; +$lang['Photo title, Z → A'] = 'Bildname, Z → A'; +$lang['Rating score, high → low'] = 'Bewertung, hoch → niedrig'; +$lang['Rating score, low → high'] = 'Bewertung, niedrig → hoch'; +$lang['Visits, high → low'] = 'Besuche, hoch → niedrig'; +$lang['Visits, low → high'] = 'Besuche, hoch → niedrig'; ?>
\ No newline at end of file |