|
1 | 1 | <?php |
2 | | - |
3 | 2 | return [ |
4 | | - /* |
| 3 | + 'documentation' => [ |
| 4 | + /* |
5 | 5 | |-------------------------------------------------------------------------- |
6 | 6 | | All Settings |
7 | 7 | |-------------------------------------------------------------------------- |
8 | 8 | */ |
9 | | - |
10 | | - 'documentation' => [ |
11 | | - 'version' => 'Current version of Lychee', |
12 | | - 'check_for_updates' => 'Automatically check for new updates', |
13 | | - 'sorting_photos_col' => 'Default column used for sorting photos', |
14 | | - 'sorting_photos_order' => 'Default order used for sorting photos', |
15 | | - 'sorting_albums_col' => 'Default column used for sorting albums', |
16 | | - 'sorting_albums_order' => 'Default order used for sorting albums', |
17 | | - 'imagick' => 'Enable imagick processing', |
18 | | - 'dropbox_key' => 'Dropbox API key', |
19 | | - 'skip_duplicates' => 'Skip duplicate if found on import', |
20 | | - 'lang' => 'Language used by Lychee', |
21 | | - 'default_license' => 'Default license used for albums', |
22 | | - 'small_max_width' => 'Maximum width for small thumbs (album view)', |
23 | | - 'small_max_height' => 'Maximum height for small thumbs (album view)', |
24 | | - 'medium_max_width' => 'Maximum width for medium image (photo view)', |
25 | | - 'medium_max_height' => 'Maximum height for medium image (photo view)', |
26 | | - 'grants_full_photo_access' => 'Allows access to full resolution by default', |
27 | | - 'delete_imported' => 'When importing from server, delete originals', |
28 | | - 'mod_frame_enabled' => 'Enable Mod Frame', |
29 | | - 'mod_frame_refresh' => 'Refresh rate of the Frame', |
30 | | - 'image_overlay_type' => 'Default image overlay information', |
31 | | - 'compression_quality' => 'Compression percent when generating thumbs', |
32 | | - 'landing_page_enable' => 'Display the landing page', |
33 | | - 'site_owner' => 'Website Owner', |
34 | | - 'landing_title' => 'Title on the landing page', |
35 | | - 'landing_subtitle' => 'Subtitle on the landing page', |
36 | | - 'sm_facebook_url' => 'Url of facebook profile', |
| 9 | + 'version' => 'Aktuelle Version von Lychee', |
| 10 | + 'check_for_updates' => 'Automatisch auf Aktualisierungen prüfen.', |
| 11 | + 'sorting_photos_col' => 'Standardspalten zum Sortieren von Fotos', |
| 12 | + 'sorting_photos_order' => 'Standardordner für die Sortierung von Fotos genutzt', |
| 13 | + 'sorting_albums_col' => 'Standardspalten für die Albumsortierung gewählt', |
| 14 | + 'sorting_albums_order' => 'Standardordner für die Albensortierung gewählt', |
| 15 | + 'imagick' => 'Bildverarbeitung aktivieren', |
| 16 | + 'dropbox_key' => 'Dropbox API Schlüssel', |
| 17 | + 'skip_duplicates' => 'Duplikate beim Import überspringen, falls vorhanden.', |
| 18 | + 'lang' => 'Die von Lychee verwendete Sprache', |
| 19 | + 'default_license' => 'Standardlizenz für Alben', |
| 20 | + 'small_max_width' => 'Maximale Breite für kleine Vorschaubilder (Albumansicht)', |
| 21 | + 'small_max_height' => 'Maximale Höhe für kleine Vorschaubilder (Albumansicht)', |
| 22 | + 'medium_max_width' => 'Maximale Breite für ein mittleres Bild (Fotoansicht)', |
| 23 | + 'medium_max_height' => 'Maximale Höhe für mittleres Bild (Fotoansicht)', |
| 24 | + 'grants_full_photo_access' => 'Ermöglicht standardmäßig den Zugriff auf die volle Auflösung.', |
| 25 | + 'delete_imported' => 'Beim Import vom Server die Originale löschen', |
| 26 | + 'mod_frame_enabled' => 'Modularen Rahmen aktivieren', |
| 27 | + 'mod_frame_refresh' => 'Bildwiederholungsrate des Rahmens', |
| 28 | + 'image_overlay_type' => 'Standardinformationen zur Bildüberlagerung', |
| 29 | + 'compression_quality' => 'Kompressionsprozentsatz bei der Vorschaugenerierung', |
| 30 | + 'landing_page_enable' => 'Zeigen Sie die Startseite an', |
| 31 | + 'site_owner' => 'Website-Inhaber', |
| 32 | + 'landing_title' => 'Überschrift der Startseite', |
| 33 | + 'landing_subtitle' => 'Untertitel auf der Startseite', |
| 34 | + 'sm_facebook_url' => 'URL des Facebook-Profils', |
37 | 35 | 'sm_flickr_url' => 'Url of flickr profile', |
38 | 36 | 'sm_twitter_url' => 'Url of X profile (formerly Twitter)', |
39 | 37 | 'sm_instagram_url' => 'Url of instagram profile', |
|
0 commit comments