Changeset 17823 for extensions
- Timestamp:
- Sep 8, 2012, 7:15:11 PM (12 years ago)
- Location:
- extensions/properties_mass_update/language/de_DE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/properties_mass_update/language/de_DE/description.txt
r15589 r17823 1 Aktualisieren Sie Eigenschaften mehrerer Fotos auf einmal durch das Importieren einer Textdatei1 Aktualisieren Sie die Fotoeigenschaften vieler Bilder auf einmal. -
extensions/properties_mass_update/language/de_DE/plugin.lang.php
r15589 r17823 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['%d photos are missing in Piwigo: %s'] = '%d Foto die in Piwigo fehlen: %s';23 $lang['%d photos are missing in Piwigo: %s'] = '%d Fotos, die in Piwigo fehlen: %s'; 24 24 $lang['%d photos updated'] = '%d Fotos aktualisiert'; 25 25 $lang['Description for another photo'] = 'Beschreibung für ein anderes Foto'; 26 $lang['File pattern'] = 'Datei -Struktur';27 $lang['Photo description, until the end of the line'] = 'Foto Beschreibungbis zum Ende der Zeile';28 $lang['Send File - Photo Properties Mass Update'] = 'Sende Datei - Foto Eigenschaften Massen-Update';29 $lang['Text file'] = 'Text Datei';26 $lang['File pattern'] = 'Dateistruktur'; 27 $lang['Photo description, until the end of the line'] = 'Fotobeschreibung, bis zum Ende der Zeile'; 28 $lang['Send File - Photo Properties Mass Update'] = 'Sende Datei - Fotoeigenschaften Massenaktualisierung'; 29 $lang['Text file'] = 'Textdatei'; 30 30 $lang['Update'] = 'Aktualisierung'; 31 $lang['Wrong file, please select a plain text file'] = 'Falsche Datei, wählen Sie bitte nur eine reine Text-Datei'; 31 $lang['Wrong file, please select a plain text file'] = 'Falsche Datei, wählen Sie bitte eine reine Textdatei'; 32 $lang['tab'] = 'Tabulator'; 33 $lang['space'] = 'Leerzeichen'; 34 $lang['semicolon'] = 'Strichpunkt'; 35 $lang['comma'] = 'Komma'; 36 $lang['(comma separated)'] = '(kommagetrennt)'; 32 37 ?>
Note: See TracChangeset
for help on using the changeset viewer.