[trunk (public)] Update de_DE, thanks to : Polly

git-svn-id: http://piwigo.org/svn/trunk@13851 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2012-04-02 12:58:45 +00:00
commit 78f8749246

View file

@ -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';
?>