source: extensions/Photos/language/de_DE/plugin.lang.php @ 8804

Last change on this file since 8804 was 8804, checked in by plg, 13 years ago

convert to utf8

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
Line 
1<?php
2// common
3$lang['%d new image'] = '%d neues Foto';
4$lang['%d new images'] = '%d neue Fotos';
5$lang['add this image to your favorites'] = 'füge dieses Foto den Favoriten hinzu';
6$lang['display best rated items'] = 'zeige die am besten bewerteten Fotos';
7$lang['display each day with pictures, month per month'] = 'zeige jeden Tag mit Fotos. Monat für Monat';
8$lang['delete this image from your favorites'] = 'lösche dieses Foto von den Favoriten';
9$lang['display my favorites pictures'] = 'zeige die Favoriten-Fotos';
10$lang['shows images at the root of this album'] = 'zeige dieses Album';
11$lang['display most visited pictures'] = 'zeige die meistbesuchten Fotos';
12$lang['Rate this picture'] = 'Bewerte dieses Foto';
13$lang['Random pictures'] = 'Zufälliges Foto';
14$lang['display a set of random pictures'] = 'zeige einen Satz von zufälligen Fotos';
15$lang['Recent pictures'] = 'Letzte Fotos';
16$lang['display most recent pictures'] = 'zeige das letzte Foto';
17$lang['display only recently posted images'] = 'zeige nur kürzlich hochgeladene Fotos';
18$lang['return to the display of all images'] = 'zurück zu allen Fotos';
19$lang['%d image'] = '%d Foto';
20$lang['%d images'] = '%d Fotos';
21$lang['%d image is also linked to current tags'] = '%d Foto ist auch mit dem gegenwärtigen Tag verbunden';
22$lang['%d images are also linked to current tags'] = '%d Fotos sind auch mit den gegenwärtigen Tags verbunden';
23$lang['See images linked to this tag only'] = 'Zeige Fotos verbunden mit diesem Tag';
24$lang['images posted during the last %d days'] = 'Fotos hochgeladen während der letzten %d Tage';
25$lang['delete all images from your favorites'] = 'lösche alle Fotos von der Favoritenliste';
26$lang['Complete RSS feed (images, comments)'] = 'Vollständiger RSS feed (Fotos, Kommentare)';
27$lang['Image only RSS feed'] = 'Nur Foto RSS feed';
28$lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'Die RSS Mittteilung beinhaltet Neuigkeiten von dieser Website: neue Fotos, aktualiisierte Alben, neue Kommentare. Benutze einen RSS feed reader.';
29$lang['Maximum height of the pictures'] = 'Maximale Foto Höhe';
30$lang['Maximum width of the pictures'] = 'Maximale Foto Breite';
31$lang['display all elements in all sub-albums'] = 'zeige alle Fotos in allen Unteralben';
32$lang['The number of images per row must be a not null scalar'] = 'Die Anzahl Fotos per Reihe darf nicht Null sein';
33$lang['Number of images per row'] = 'Anzahl Fotos per Reihe';
34$lang['Elements posted within the last %d day.'] = 'Fotos hochgeladen den letzen %d Tag.';
35$lang['Elements posted within the last %d days.'] = 'Fotos hochgeladen die letzen %d Tage.';
36$lang['picture'] = 'Foto';
37$lang['Click on the picture to see it in high definition'] = 'Klicke auf das Foto um es in High Definition zu sehen';
38
39// admin
40$lang['Edit all picture informations'] = 'Bearbeite Foto Information';
41$lang['Include display of recent pictures group by dates'] = 'Zeige die letzten Bilder gruppiert nach Tagen';
42$lang['Link all album elements to a new album'] = 'Verbinde alle Album Elemente mit einem neuen Album';
43$lang['Link all album elements to some existing albums'] = 'Verbinde alle Album Elemente mit einem existierenden Album';
44$lang['Manage image ranks'] = 'Verwalte Foto Rangordnung';
45$lang['New elements added'] = 'Neue Fotos hinzugefügt';
46$lang['New elements were added'] = 'Neue Fotos wurden hinzugefügt';
47$lang['No element in this album'] = 'Keine Fotos in diesem Album';
48$lang['Select at least one picture'] = 'Wähle mindestens ein Fhoto';
49$lang['Update images informations'] = 'Aktualisiere Foto Information';
50$lang['Use the default image sort order (defined in the configuration file)'] = 'Nutze die Standard-Sortierreihenfolge (Definiert in der Konfigurationsdatei)';
51$lang['add new elements to caddie'] = 'füge neue Fotos zum Sammelordner hinzu';
52$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'zeige alle Informationen (hinzugefügte Alben und Fotos, gelöschte Alben und Fotos)';
53$lang['elements added in the database'] = 'der Datenbank hinzugefügte Fotos';
54$lang['elements deleted in the database'] = 'von der Datenbank gelöschte Fotos';
55$lang['elements per page'] = 'Fotos je Seite';
56$lang['elements updated in the database'] = 'in der Datenbank aktualisierte Fotos';
57$lang['even already synchronized elements'] = 'sogar bereits synchronisierte Fotos';
58$lang['first element added on %s'] = 'erstes Foto am %s hinzugefügt';
59$lang['images candidates for metadata synchronization'] = 'Fotos zur Metadata Synchronisation';
60$lang['jump to image'] = 'springe zu Foto';
61$lang['manage image ranks'] = 'verwalte Foto Rangordnung';
62
63
64$lang['manage album elements'] = 'verwalte Fotos im Album';
65$lang['synchronize files metadata with database elements informations'] = 'synchronisiere Datei Metadaten mit Fotos Informationen der Datenbank';
66$lang['elements informations synchronized with files metadata'] = 'Foto Informationen mit Datei Metadaten synchronisiert';
67$lang['number of miniaturized pictures'] = 'Anzahl verkleinerter Fotos';
68$lang['Picture informations updated'] = 'Foto Informationen hinzugefügt';
69$lang['Picture unreachable or no support'] = 'Foto unerreichbar oder nicht unterstützt';
70$lang['pictures without thumbnail (jpeg and png only)'] = 'Fotos ohne Thumbnail (nur jpeg und png)';
71$lang['Random picture'] = 'Zufälliges Foto';
72
73?>
Note: See TracBrowser for help on using the repository browser.