source: extensions/SmartAlbums/language/de_DE/plugin.lang.php @ 11690

Last change on this file since 11690 was 11690, checked in by duke, 13 years ago

added de_DE

File size: 2.2 KB
Line 
1<?php
2
3$lang['%d photos associated to album %s'] = '%d Fotos mit Album %s assoziiert';
4$lang['No filter selected'] = 'Kein Filter ausgewählt';
5$lang['No tag selected'] = 'Kein Stichwort ausgewählt';
6$lang['Date string is malformed'] = 'Datumsformat ungültig';
7$lang['Limit must be an integer'] = 'Limit muss eine Ganzzahl sein';
8$lang['You can\'t use more than one limit'] = 'Sie können nur ein Limit angeben';
9$lang['All these tags'] = 'Alle angeführten Stichwörter';
10$lang['One of these tags'] = 'Eines der angeführten Stichwörter';
11$lang['None of these tags'] = 'Keines der angeführten Stichwörter';
12$lang['Only these tags'] = 'Nur diese Stichwörter';
13$lang['Added on'] = 'Hinzugefügt am';
14$lang['Added before'] = 'Hinzugefügt vor';
15$lang['Added after'] = 'Hinzugefügt nach';
16$lang['Created on'] = 'Erstellt am';
17$lang['Created before'] = 'Erstellt vor';
18$lang['Created after'] = 'Erstellt nach';
19$lang['%d photo'] = '%d Foto';
20$lang['%d photos'] = '%d Fotos';
21$lang['tags filter'] = 'Stichwortfilter';
22$lang['date filter'] = 'Datumfilter';
23$lang['limit filter'] = 'Limitfilter';
24$lang['Add filters here'] = 'Filter hier einfügen';
25$lang['This album is a SmartAlbum'] = 'Dieses Album ist ein SmartAlbum';
26$lang['Count'] = 'Anzahl';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Fotoliste für dieses SmartAlbum neu generieren';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Fotolist für alle SmartAlben neu generieren';
29$lang['Update albums on file upload'] = 'Alben nach Dateiupload aktualisieren';
30$lang['(can cause slowdowns on admin pages)'] = '(kann die Administrationsseiten verlangsamen)';
31$lang['All SmartAlbums'] = 'Alle SmartAlben';
32$lang['Add a SmartAlbum'] = 'Neues SmartAlbum';
33$lang['SmartAlbum deleted'] = 'SmartAlbum löschen';
34$lang['SmartAlbum added'] = 'SmartAlbum erstellt';
35$lang['Only SmartAlbums are displayed on this page'] = 'Auf dieser Seite werden nur SmartAlben angezeigt';
36$lang['To order albums please go the main albums management page'] = 'Zum Sortieren von Alben besuchen Sie bitte die Verwaltungsseite für Alben <a href="admin.php?page=cat_list"></a>';
37$lang['Don\'t show this message again'] = 'Diese Nachricht nicht mehr anzeigen';
38
39?>
Note: See TracBrowser for help on using the repository browser.