diff options
| author | 2021-03-10 20:28:42 +0100 | |
|---|---|---|
| committer | 2021-03-10 20:28:42 +0100 | |
| commit | 184ab6bc8517d4c7f68dd89a456caea0e2adc1bd (patch) | |
| tree | 7f89c618c8b69bf78a31c277d8340a8b5f53e78b /app/i18n/oc/install.php | |
| parent | fd3af5169e96873b2ab8edfe782dd548fbe6b761 (diff) | |
i18n Update for Occitan language (#3511)
* Update conf.php
* Update feedback.php
* Update gen.php
* Update index.php
* Update install.php
* Update sub.php
* Update sub.php
* Update install.php
* Update gen.php
* Update oc.php
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/install.php')
| -rw-r--r-- | app/i18n/oc/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/oc/install.php b/app/i18n/oc/install.php index 4ab6b6747..8da8c3624 100644 --- a/app/i18n/oc/install.php +++ b/app/i18n/oc/install.php @@ -82,9 +82,9 @@ return array( ), 'tmp' => array( 'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.', - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'ok' => 'Las permissions sul repertòri temporari son bonas.', ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => 'desconegut', 'users' => array( 'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.', 'ok' => 'Los dreches sul repertòri dels utilizaires son bons.', @@ -114,7 +114,7 @@ return array( 'not_deleted' => 'Quicòm a trucat, sembla qu’avètz suprimit <em>%s</em> a la man.', 'ok' => 'L’installacion s’es corrèctament passada.', 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + 'nok' => 'Sembla que lo servidor web siá pas corrèctament configurat pels cookies per las sessions PHP !', ), 'step' => 'etapa %d', 'steps' => 'Etapas', |
