-
- Downloads
l10n update - making the installer wizard translatable (#3248)
* l10n: make installer wizards translatable Rework the existing files in app/install so all the possible generated text output is passed through the l10n macro _() to get all strings localized. Some existing parts of sentences within the install wizards got rephrased and reworked so localized parts of the concatenated strings are orthographically correct writeable in the target language. The localization is currently not working yet as the UI isn't using the locale setting from the browser e.g., the situation is the same as in the login site. phpIPAM is using the language for the user from the setting within the database for the user and while the installer is running there is no access to the database given. * l10n: Update German translations Update the po file and also the binary message catalogue for German after reworking various source files.
Showing
- app/install/install_automatic.php 22 additions, 22 deletionsapp/install/install_automatic.php
- app/install/install_manual.php 9 additions, 9 deletionsapp/install/install_manual.php
- app/install/install_mysqlimport.php 14 additions, 14 deletionsapp/install/install_mysqlimport.php
- app/install/invalid_install_type.php 3 additions, 3 deletionsapp/install/invalid_install_type.php
- app/install/postinstall_configure.php 10 additions, 10 deletionsapp/install/postinstall_configure.php
- app/install/select_install_type.php 16 additions, 16 deletionsapp/install/select_install_type.php
- app/install/sql_error.php 8 additions, 8 deletionsapp/install/sql_error.php
- app/install/welcome.php 9 additions, 9 deletionsapp/install/welcome.php
- functions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.mo 0 additions, 0 deletionsfunctions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.mo
- functions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.po 384 additions, 10 deletionsfunctions/locale/de_DE.UTF-8/LC_MESSAGES/phpipam.po
Loading
Please register or sign in to comment