10 Commits

Author SHA1 Message Date
Tobias Knöppler
1a210e9f12
Replace 'NextCloudPi' with 'NextcloudPi' in localization and code comments
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2024-08-06 14:34:30 +02:00
nachoparker
20a4147147 ncp-web: update chinese translations 2018-10-21 10:10:33 -06:00
chiyi4488
7486d66101 Update zh.json 2018-07-25 05:02:32 -04:00
chiyi4488
593e72f0a6 Update and rename zn.json to zh.json 2018-07-25 05:02:26 -04:00
nachoparker
b45e68f1f0 ncp-web: added chinese translations 2018-05-28 17:19:58 +02:00
nachoparker
a070860a58 re-rename to NCPi 2018-05-28 11:32:13 +02:00
nachoparker
a9458f5265 renamed to NextCloudPlus 2018-04-20 14:38:58 +02:00
nachoparker
0d6c780911 ncp-web: added spanish translations 2018-04-18 17:29:11 +02:00
nachoparker
20c0d8098d ncp-web: added language dropdown selector 2018-04-09 19:52:03 +02:00
theCalcaholic
1a7c8b9b5e ncp-web: add localization (#372)
* Implement localization loader L10N.

Localize a few strings in index.php for testing.

* Determine language from HTTP_ACCEPT_LANGUAGE header.

* Fix parsing of available languages for localization.

* Fix parsing of language translations (for localization).

* Fix function L10N->find_language

* Change variable naming to comply with conventions.

* Add remaining localize calls in index.php.

Add more localization strings.

* Fix styles to prevent check mark from being hidden.

* Handle exception in case localization couldn't be loaded.

* Add module localization support.

* Fix detection of core module in L10N->load

* Remove module specific localization from core l10n file.

* Fix determination of module name in L10N->load.

* Add localization files for more modules.

* Ignore l10n directory in modules path.

* Add support for dropdown lists in module settings.

* Add support for saving dropdown menus.

* Fix regex for recognizing dropdown option lists.

* Fix dropdown list regex not recognizing active option.

* Fix typo in ncp-launcher.php

* Workaround for jquery's 'find' method not working. //TODO: Find proper fix.

* Fix parsing of dropdown lists when updating config.

* Load language setting from config if available.

* add ncp-provisioning to SD card images

* Add intellij config to gitignore

* Fix bug when loading language from nc-webui config.

* Remove redundant language definition.
Replace umlauts by html special char expressions.

* Change selected option markup from `*<option>*` to `_<option>_`.

* Remove ide metadata.

* Add translations for ncp-app nc-backup.

* Add translation hooks to ncp-launcher.php

* Fix type in translations for nc-backup

* Remove translation hooks for field contents in ncp-launcher.php
2018-02-26 20:29:49 +01:00