diff options
| author | 2022-08-29 08:42:01 +0200 | |
|---|---|---|
| committer | 2022-08-29 08:42:01 +0200 | |
| commit | d5826a0d1671da9b48cd9e84e69dcd8b9cf7da19 (patch) | |
| tree | 14b0aa425c223baaf58e8fae42dcbba8fa58d28b /app/i18n/oc/admin.php | |
| parent | c418c8a450b9e9277eaf631be705915237384285 (diff) | |
lang: update Occitan (#4548)
* MàJ Occitan
* MàJ Occitan
* MàJ Occitan
* MàJ Occitan
* Update admin.php
* Update sub.php
* Update sub.php
* tab instead of white space for comments
Co-authored-by: maTh <math-home@web.de>
Diffstat (limited to 'app/i18n/oc/admin.php')
| -rw-r--r-- | app/i18n/oc/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php index 0291bcc89..2ba5b9098 100644 --- a/app/i18n/oc/admin.php +++ b/app/i18n/oc/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'Nombre max de comptes', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Formulari d’inscripcion', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Desactivat : cap de formulari d’inscripcion', + 'nolimit' => 'Activat : cap de limit de comptes', + 'setaccountsnumber' => 'Definir lo numbre max. de comptes', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Formulari desactivat', + 'enabled' => 'Formulari activat', ), - 'title' => 'User registration form', // TODO + 'title' => 'Formulari d’inscripcion utilizaire', ), ), 'update' => array( |
