From f943f0d401e7e4e9e3325a2f9c4e090aca70a307 Mon Sep 17 00:00:00 2001 From: ezzra Date: Wed, 12 Dec 2018 10:37:24 +0100 Subject: [PATCH] de_informal - remove comments from unused lines --- resources/lang/de_informal/activities.php | 15 ----------- resources/lang/de_informal/common.php | 21 --------------- resources/lang/de_informal/components.php | 3 --- resources/lang/de_informal/entities.php | 13 --------- resources/lang/de_informal/errors.php | 7 ----- resources/lang/de_informal/pagination.php | 12 --------- resources/lang/de_informal/passwords.php | 11 -------- resources/lang/de_informal/settings.php | 5 ---- resources/lang/de_informal/validation.php | 33 ----------------------- 9 files changed, 120 deletions(-) diff --git a/resources/lang/de_informal/activities.php b/resources/lang/de_informal/activities.php index 4f6dc30e6..79595ac4b 100644 --- a/resources/lang/de_informal/activities.php +++ b/resources/lang/de_informal/activities.php @@ -2,21 +2,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - - /** - * Activity text strings. - * Is used for all the text within activity logs & notifications. - */ - - // Pages - - // Chapters - - // Books - - // Bookshelves - - // Other ]; diff --git a/resources/lang/de_informal/common.php b/resources/lang/de_informal/common.php index 933b3e30b..9121b18ca 100644 --- a/resources/lang/de_informal/common.php +++ b/resources/lang/de_informal/common.php @@ -2,27 +2,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - - /** - * Buttons - */ - - /** - * Form Labels - */ - - /** - * Actions - */ - - /** - * Misc - */ - - /** - * Header - */ - /** * Email Content */ diff --git a/resources/lang/de_informal/components.php b/resources/lang/de_informal/components.php index 651974c88..4027da46e 100644 --- a/resources/lang/de_informal/components.php +++ b/resources/lang/de_informal/components.php @@ -7,9 +7,6 @@ $de_informal = [ */ 'image_delete_confirm' => 'Bitte klicke erneut auf löschen, wenn Du dieses Bild wirklich entfernen möchtest.', 'image_dropzone' => 'Ziehe Bilder hierher oder klicke hier, um ein Bild auszuwählen', - /** - * Code editor - */ ]; return array_replace($de_formal, $de_informal); \ No newline at end of file diff --git a/resources/lang/de_informal/entities.php b/resources/lang/de_informal/entities.php index 232ab51ec..d50b0029d 100644 --- a/resources/lang/de_informal/entities.php +++ b/resources/lang/de_informal/entities.php @@ -8,14 +8,6 @@ $de_informal = [ 'no_pages_viewed' => 'Du hast bisher keine Seiten angesehen.', 'no_pages_recently_created' => 'Du hast bisher keine Seiten angelegt.', 'no_pages_recently_updated' => 'Du hast bisher keine Seiten aktualisiert.', - /** - * Permissions and restrictions - */ - - /** - * Search - */ - /** * Books */ @@ -47,16 +39,11 @@ $de_informal = [ 'attachments_dropzone' => 'Ziehe Dateien hierher oder klicke hier, um eine Datei auszuwählen', 'attachments_explain_link' => 'Wenn Du keine Datei hochladen möchtest, kannst Du stattdessen einen Link hinzufügen. Dieser Link kann auf eine andere Seite oder eine Datei im Internet verweisen.', 'attachments_edit_drop_upload' => 'Ziehe Dateien hierher, um diese hochzuladen und zu überschreiben', - /** - * Profile View - */ - /** * Comments */ 'comment_placeholder' => 'Gib hier Deine Kommentare ein (Markdown unterstützt)', 'comment_delete_confirm' => 'Möchtst Du diesen Kommentar wirklich löschen?', - /** * Revision */ diff --git a/resources/lang/de_informal/errors.php b/resources/lang/de_informal/errors.php index 8f8d24ea8..9cc123c3d 100644 --- a/resources/lang/de_informal/errors.php +++ b/resources/lang/de_informal/errors.php @@ -2,9 +2,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - /** - * Error text strings. - */ // Pages 'permission' => 'Du hast keine Berechtigung, auf diese Seite zuzugreifen.', 'permissionJson' => 'Du hast keine Berechtigung, die angeforderte Aktion auszuführen.', @@ -19,16 +16,12 @@ $de_informal = [ 'path_not_writable' => 'Die Datei kann nicht in den angegebenen Pfad :filePath hochgeladen werden. Stelle sicher, dass dieser Ordner auf dem Server beschreibbar ist.', 'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfe, ob die GD PHP-Erweiterung installiert ist.', 'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.', - // Attachments // Pages 'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stelle sicher, dass Du mit dem Internet verbunden bist, bevor Du den Entwurf dieser Seite speicherst.', 'page_custom_home_deletion' => 'Eine als Startseite gesetzte Seite kann nicht gelöscht werden.', - // Entities // Users 'users_cannot_delete_only_admin' => 'Du kannst den einzigen Administrator nicht löschen.', 'users_cannot_delete_guest' => 'Du kannst den Gast-Benutzer nicht löschen', - // Roles - // Comments // Error pages 'sorry_page_not_found' => 'Entschuldigung. Die Seite, die Du angefordert hast, wurde nicht gefunden.', ]; diff --git a/resources/lang/de_informal/pagination.php b/resources/lang/de_informal/pagination.php index 0feccda8e..efab3e48f 100644 --- a/resources/lang/de_informal/pagination.php +++ b/resources/lang/de_informal/pagination.php @@ -3,18 +3,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - /* - |-------------------------------------------------------------------------- - | Pagination Language Lines - |-------------------------------------------------------------------------- - | - | The following language lines are used by the paginator library to build - | the simple pagination links. You are free to change them to anything - | you want to customize your views to better match your application. - | - */ - - ]; return array_replace($de_formal, $de_informal); diff --git a/resources/lang/de_informal/passwords.php b/resources/lang/de_informal/passwords.php index f25119c9d..efab3e48f 100644 --- a/resources/lang/de_informal/passwords.php +++ b/resources/lang/de_informal/passwords.php @@ -3,17 +3,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - /* - |-------------------------------------------------------------------------- - | Password Reminder Language Lines - |-------------------------------------------------------------------------- - | - | The following language lines are the default lines which match reasons - | that are given by the password broker for a password update attempt - | has failed, such as for an invalid token or invalid new password. - | - */ - ]; return array_replace($de_formal, $de_informal); diff --git a/resources/lang/de_informal/settings.php b/resources/lang/de_informal/settings.php index 1360fc151..67bd32c13 100644 --- a/resources/lang/de_informal/settings.php +++ b/resources/lang/de_informal/settings.php @@ -14,16 +14,11 @@ $de_informal = [ 'app_primary_color_desc' => "Dies sollte ein HEX Wert sein.\nWenn Du nichts eingibst, wird die Anwendung auf die Standardfarbe zurückgesetzt.", 'app_homepage_desc' => 'Wähle eine Seite als Startseite aus, die statt der Standardansicht angezeigt werden soll. Seitenberechtigungen werden für die ausgewählten Seiten ignoriert.', 'app_homepage_books' => 'Oder wähle die Buch-Übersicht als Startseite. Das wird die Seiten-Auswahl überschreiben.', - /** - * Registration settings - */ - /** * Maintenance settings */ 'maint_image_cleanup_desc' => 'Überprüft Seiten- und Versionsinhalte auf ungenutzte und mehrfach vorhandene Bilder. Erstelle vor dem Start ein Backup Deiner Datenbank und Bilder.', 'maint_image_cleanup_warning' => ':count eventuell unbenutze Bilder wurden gefunden. Möchtest Du diese Bilder löschen?', - /** * Role settings */ diff --git a/resources/lang/de_informal/validation.php b/resources/lang/de_informal/validation.php index e2078ed61..efab3e48f 100644 --- a/resources/lang/de_informal/validation.php +++ b/resources/lang/de_informal/validation.php @@ -3,39 +3,6 @@ $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__)); $de_informal = [ - /* - |-------------------------------------------------------------------------- - | Validation Language Lines - |-------------------------------------------------------------------------- - | - | following language lines contain default error messages used by - | validator class. Some of these rules have multiple versions such - | as size rules. Feel free to tweak each of these messages here. - | - */ - - /* - |-------------------------------------------------------------------------- - | Custom Validation Language Lines - |-------------------------------------------------------------------------- - | - | Here you may specify custom validation messages for attributes using the - | convention "attribute.rule" to name lines. This makes it quick to - | specify a specific custom language line for a given attribute rule. - | - */ - - /* - |-------------------------------------------------------------------------- - | Custom Validation Attributes - |-------------------------------------------------------------------------- - | - | following language lines are used to swap attribute place-holders - | with something more reader friendly such as E-Mail Address instead - | of "email". This simply helps us make messages a little cleaner. - | - */ - ]; return array_replace($de_formal, $de_informal);