diff options
| author | 2020-04-03 23:53:11 +0200 | |
|---|---|---|
| committer | 2020-04-03 23:53:11 +0200 | |
| commit | c9b5e8b5271cc59598a4fbcea5ff93698aab2eea (patch) | |
| tree | 03046444d8f95e57c650c60e6615ceade85414c7 /app/i18n/oc/user.php | |
| parent | 9997acd6115e03ef9cd8e7b5097caaccc531cbf0 (diff) | |
[i18n] Update Occitan language (#2873)
* Update admin.php
* Update user.php
* Update index.php
* Update gen.php
* Update feedback.php
* Update conf.php
* Update sub.php
Diffstat (limited to 'app/i18n/oc/user.php')
| -rw-r--r-- | app/i18n/oc/user.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/oc/user.php b/app/i18n/oc/user.php index 9a68c46f6..cf618420c 100644 --- a/app/i18n/oc/user.php +++ b/app/i18n/oc/user.php @@ -30,7 +30,7 @@ return array( ), ), 'password' => array( - 'invalid' => 'The password is invalid.', // TODO - Translation + 'invalid' => 'Lo senhal es invalid.', ), 'tos' => array( 'feedback' => array( @@ -38,7 +38,7 @@ return array( ), ), 'username' => array( - 'invalid' => 'The username is invalid.', // TODO - Translation - 'taken' => 'The username %s is taken.', // TODO - Translation + 'invalid' => 'Lo nom d’utilizaire es invalid.', + 'taken' => 'Lo nm d’utilizaire %s es pres.', ), ); |
