From f0d29d9134193be7fe708b6a2f54f80eeb9e77bf Mon Sep 17 00:00:00 2001
From: plegall
Date: Tue, 3 May 2016 15:55:16 +0200
Subject: cherry-pick 50 commits from translation
git log --reverse --oneline translation ^master --pretty=format:"git cherry-pick --no-commit %H" a452994..c7465d6 | bash
---
language/de_DE/help/photos_add_ftp.html | 47 ++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 18 deletions(-)
(limited to 'language/de_DE/help')
diff --git a/language/de_DE/help/photos_add_ftp.html b/language/de_DE/help/photos_add_ftp.html
index 5dcee028c..8a0a07b88 100644
--- a/language/de_DE/help/photos_add_ftp.html
+++ b/language/de_DE/help/photos_add_ftp.html
@@ -35,29 +35,38 @@
Die Albenverzeichnisse sind im Piwigo-Verzeichnis "galleries" untergebracht.
Im Folgenden ist der Verzeichnisbaum einer kleinen Galerie dargestellt:
-
+
galleries
-|-- Hochzeit
-| |-- Trauung
-| | |-- Ankunft
-| | | |-- Paul.jpg
-| | | +-- Sarah.jpg
-| | +-- Abfahrt
-| | +-- Paul-und-Sarah.jpg
-| +-- Feier
-| |-- tanzen001.jpg
-| |-- tanzen002.jpg
-| +-- tanzen003.jpg
-+-- Flitterwochen
- |-- Hotel.png
- |-- Video-aus-dem-Flugzeug.avi
- +-- pwg_representative
- +-- Video-aus-dem-Flugzeug.jpg
+|-- wedding
+| |-- celebration
+| | |-- arrival
+| | | |-- paul-alone.jpg
+| | | +-- sarah-alone.jpg
+| | +-- departure
+| | +-- paul-and-sarah.jpg
+| +-- party
+| |-- dancers001.jpg
+| |-- dancers002.jpg
+| +-- dancers003.jpg
++-- honeymoon
+| |-- hotel.png
+| |-- video-from-plane.avi
+| +-- pwg_representative
+| +-- video-from-plane.jpg
++-- photoshoot
+ |-- img0001.jpg
+ |-- img0002.jpg
+ +-- pwg_format
+ |-- img0001.cr2
+ |-- img0001.cmyk.jpg
+ |-- img0001.zip
+ |-- img0002.cr2
+ +-- img0002.cmyk.jpg
- Außer dem Verzeichnisse "pwg_representative" erzeugt jedes
+ Außer dem Verzeichnisse "pwg_representative" und "pwg_format" erzeugt jedes
Unterverzeichnis ein neues Album in der Galerie.
Es kann beliebig viele Unterverzeichnisse (Unteralben) geben.
@@ -81,6 +90,8 @@ galleries
class = "filename">Video-aus-dem-Flugzeug.jpg im Beispiel oben).
+Multiple formats: a photo can be available in several formats. In this example, we have 3 additional formats for img0001.jpg. You can activate this feature with $conf['enable_formats'] = true;
in your local configuration and define a list of formats, like $conf['format_ext'] = array('cmyk.jpg', 'cr2', 'zip');
+
Achtung: Der Name für ein Verzeichnis oder eine Datei darf
nur aus Buchstaben, Zahlen, "-", "_" und "." bestehen. Leerzeichen, Umlaute, "ß"
--
cgit v1.2.3