Skip to content

Commit

Permalink
[5.0] Introduce a CLI UI for creating a public folder (#2970)
Browse files Browse the repository at this point in the history
* add new strings

* fix #2969

add translation

* Preparation
  • Loading branch information
tecpromotion authored Sep 12, 2023
1 parent 7891449 commit a01275b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation/language/de-DE/joomla.cli.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ INSTL_DATABASE_TYPE_DESC="Datenbanktyp. Unterstützt: mysql, mysqli, pgsql"
INSTL_DATABASE_TYPE_DESC_SHORT="Datenbanktyp. Unterstützt von Joomla: mysql (=MySQL (PDO)), mysqli (=MySQLi), pgsql (=PostgreSQL (PDO))"
INSTL_DATABASE_USER_DESC="Datenbank Benutzer"
INSTL_DATABASE_USER_DESC_SHORT="Datenbank Benutzer"
INSTL_PUBLIC_FOLDER_DESC="Relativer oder absoluter Pfad zum öffentlichen Ordner"
INSTL_PUBLIC_FOLDER_DESC_SHORT="Relativer oder absoluter Pfad zum öffentlichen Ordner"
INSTL_SITE_NAME_DESC="Geben Sie den Namen Ihrer Joomla-Website ein"
INSTL_SITE_NAME_DESC_SHORT="Name der Website"
4 changes: 4 additions & 0 deletions installation/language/de-DE/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ INSTL_SITE="Hauptkonfiguration"
INSTL_SITE_DEVMODE_LABEL="Der Entwicklermodus wurde erkannt"
INSTL_SITE_NAME_DESC="Name der Joomla!-Website"

; Expert View
INSTL_PUBLIC_FOLDER_DESC="Relativer oder absoluter Pfad zum öffentlichen Ordner"
INSTL_PUBLIC_FOLDER_DESC_SHORT="Relativer oder absoluter Pfad zum öffentlichen Ordner"

; Complete view
INSTL_COMPLETE_ERROR_FOLDER_DELETE="Das Verzeichnis „%s“ konnte nicht gelöscht werden. Bitte das Verzeichnis manuell löschen."
INSTL_COMPLETE_REMOVE_FOLDER="Verzeichnis „%s“ löschen"
Expand Down

0 comments on commit a01275b

Please sign in to comment.