diff options
| author | 2018-11-18 21:09:57 +0100 | |
|---|---|---|
| committer | 2018-11-18 21:09:57 +0100 | |
| commit | 9d703da026345fa47e892c983e7b4a60176cf100 (patch) | |
| tree | 12399c57b6484ff756a6473dbdf7aa28d7e24683 | |
| parent | e2cb8b929bba51cbfa8c28200881899c451ec7d2 (diff) | |
[i18n] Update missing string for Occitan (#2141)
* [i18n] Update missing string for Occitan
According to I18n standardization #2138 this string was missing.
Took the most used translation for "to clear" from Firefox, escafar.
And «cache» like in French and English.
Tell me know if other strings are missing
* Removal of the comment
Comment removed - comentari tirat - commentaire retiré
| -rw-r--r-- | app/i18n/oc/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 407a10b96..c553a8af4 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -26,7 +26,7 @@ return array( 'password' => 'Senhal HTTP', 'username' => 'Identificant HTTP', ), - 'clear_cache' => 'Always clear cache', //TODO - Translation + 'clear_cache' => 'Totjorn escafar lo cache', 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)', 'css_path' => 'Selector CSS dels articles sul site d’origina', 'description' => 'Descripcion', |
