diff options
| author | 2019-01-26 15:44:01 +0100 | |
|---|---|---|
| committer | 2019-01-26 15:44:01 +0100 | |
| commit | 8afc260e0999a0aa70f19cccf9700292403026f9 (patch) | |
| tree | f91ceb307069192f6c07951c34b13a602a583f9d /app/i18n/oc/gen.php | |
| parent | f311a257dda9996c746075ad3181c75ab3f5ca20 (diff) | |
i18n: oc fixes (#2231)
https://github.com/FreshRSS/FreshRSS/pull/2230
Diffstat (limited to 'app/i18n/oc/gen.php')
| -rw-r--r-- | app/i18n/oc/gen.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index 77ef14a16..168ea4732 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -56,8 +56,8 @@ return array( 'Feb' => '\\f\\e\\b\\r\\i\\è\\r', 'feb' => 'feb.', 'february' => 'febrièr', - 'format_date' => 'j \\de %s \\de Y', - 'format_date_hour' => 'j \\de %s \\de Y \\a H\:i', + 'format_date' => 'j \\d\\e %s \\d\\e Y', + 'format_date_hour' => 'j \\d\\e %s \\d\\e Y \\a H\:i', 'fri' => 'dv', 'Jan' => '\\g\\e\\n\\i\\è\\r', 'jan' => 'gen.', @@ -183,7 +183,7 @@ return array( 'short' => array( 'attention' => 'Atencion !', 'blank_to_disable' => 'Daissar void per desactivar', - 'by_author' => 'Per <em>%s</em>', + 'by_author' => 'Per : ', 'by_default' => 'Per defaut', 'damn' => 'Zut !', 'default_category' => 'Pas triat', |
