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['All these tags'] = 'Alle angeführten Stichwörter'; |
---|
9 | $lang['One of these tags'] = 'Eines der angeführten Stichwörter'; |
---|
10 | $lang['None of these tags'] = 'Keines der angeführten Stichwörter'; |
---|
11 | $lang['Only these tags'] = 'Nur diese Stichwörter'; |
---|
12 | $lang['Added on'] = 'Hinzugefügt am'; |
---|
13 | $lang['Added before'] = 'Hinzugefügt vor'; |
---|
14 | $lang['Added after'] = 'Hinzugefügt nach'; |
---|
15 | $lang['Created before'] = 'Erstellt vor'; |
---|
16 | $lang['Created after'] = 'Erstellt nach'; |
---|
17 | $lang['Add filters here'] = 'Filter hier einfügen'; |
---|
18 | $lang['This album is a SmartAlbum'] = 'Dieses Album ist ein SmartAlbum'; |
---|
19 | $lang['Count'] = 'Anzahl'; |
---|
20 | $lang['Regenerate photos list of this SmartAlbum'] = 'Fotoliste für dieses SmartAlbum neu generieren'; |
---|
21 | $lang['Regenerate photos list of all SmartAlbums'] = 'Fotolist für alle SmartAlben neu generieren'; |
---|
22 | $lang['Update albums on file upload'] = 'Alben nach Dateiupload aktualisieren'; |
---|
23 | $lang['All SmartAlbums'] = 'Alle SmartAlben'; |
---|
24 | $lang['SmartAlbum deleted'] = 'SmartAlbum löschen'; |
---|
25 | $lang['SmartAlbum added'] = 'SmartAlbum erstellt'; |
---|
26 | $lang['Only SmartAlbums are displayed on this page'] = 'Auf dieser Seite werden nur SmartAlben angezeigt'; |
---|
27 | $lang['Don\'t show this message again'] = 'Diese Nachricht nicht mehr anzeigen'; |
---|
28 | |
---|
29 | $lang['can cause slowdowns'] = 'Kann das System verlangsamen'; |
---|
30 | $lang['Above'] = 'Darüber'; |
---|
31 | $lang['Author is empty'] = 'Autor ist leer'; |
---|
32 | $lang['Begins with'] = 'Beginnt mit'; |
---|
33 | $lang['Bellow'] = 'Darunter'; |
---|
34 | $lang['Contains'] = 'Enthält'; |
---|
35 | $lang['Doesn\'t begin with'] = 'Beginnt nicht mit'; |
---|
36 | $lang['Doesn\'t contain'] = 'Enthält nicht'; |
---|
37 | $lang['Doesn\'t end with'] = 'Endet nicht mit'; |
---|
38 | $lang['Ends with'] = 'Endet mit'; |
---|
39 | $lang['Filters'] = 'Filter'; |
---|
40 | $lang['For "Is (not) in", separate each author by a comma'] = 'Für "Ist (Nicht) in", benutze ein Komma als Separator'; |
---|
41 | $lang['Hits must be an integer'] = 'Zugriffe muss eine Zahl sein'; |
---|
42 | $lang['Is in'] = 'Ist in'; |
---|
43 | $lang['Is not in'] = 'Ist nicht in'; |
---|
44 | $lang['Is not'] = 'Ist nicht'; |
---|
45 | $lang['Is'] = 'Ist'; |
---|
46 | $lang['Name is empty'] = 'Name ist leer'; |
---|
47 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Um Alben zu sortieren springe zur Hauptseite <a href="%s">management page</a>'; |
---|
48 | $lang['You can\'t use more than one level filter'] = 'Nur ein Ebenen Filter erlaubt'; |
---|
49 | $lang['You can\'t use more than one limit filter'] = 'Hier ist nur ein Filter erlaubt'; |
---|
50 | $lang['create a new SmartAlbum'] = 'Neues Smart Album erstellen'; |
---|
51 | $lang['Hits'] = 'Zugriffe'; |
---|
52 | $lang['Max. number of photos'] = 'Max. Anzahl Bilder'; |
---|
53 | $lang['Exclude SmartAlbums from permissions management'] = 'SMartAlbums von der Zugriffsverwaltung ausschließen'; |
---|
54 | $lang['Rating score must be an integer'] = 'Die Bewertung muss eine ganze Zahl sein'; |
---|
55 | $lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums sind für jeden Privat und ein Benutzer kann nur seinen eigenen Inhalt in einem anderen Ablum sehen wenn er Zugriff darauf hat.'; |
---|
56 | $lang['All these albums'] = 'All diese Alben'; |
---|
57 | $lang['No album selected'] = 'Kein Album ausgewählt'; |
---|
58 | $lang['None of these albums'] = 'Keins dieser Alben'; |
---|
59 | $lang['One of these albums'] = 'Eins dieser Alben'; |
---|
60 | $lang['Only these albums'] = 'Nur diese Alben'; |
---|
61 | $lang['Regex is malformed'] = 'Fehlerhafter regulärer Ausdruck'; |
---|
62 | $lang['Regular expression'] = 'Regulärer Ausdruck'; |
---|
63 | $lang['Update albums every %s days'] = 'Album Update alle %s Tage'; |
---|
64 | $lang['Invalid number of days'] = 'Ungültige Anzahl an Tagen'; |
---|
65 | $lang['Select albums...'] = 'Wähle Alben...'; |
---|
66 | $lang['No filter'] = 'Ohne Filter'; |
---|
67 | $lang['Photos must match all filters'] = 'Alle Filter müssen für die Fotos zutreffen'; |
---|
68 | $lang['Photos must match at least one filter'] = 'Mindestens ein Filter muss für die Fotos zutreffen'; |
---|
69 | $lang['The sort order is only used in addition to the limit filter, it does not impact the final display order'] = 'Die Sortierungsreihenfolge wird nur dann zusätzlich zum Limitfilter angewendet, wenn sie die letztendliche Anzeigereihenfolge nicht beinflusst'; |
---|
70 | ?> |
---|