diff options
| author | 2019-01-26 15:44:01 +0100 | |
|---|---|---|
| committer | 2019-01-26 15:44:01 +0100 | |
| commit | 8afc260e0999a0aa70f19cccf9700292403026f9 (patch) | |
| tree | f91ceb307069192f6c07951c34b13a602a583f9d | |
| parent | f311a257dda9996c746075ad3181c75ab3f5ca20 (diff) | |
i18n: oc fixes (#2231)
https://github.com/FreshRSS/FreshRSS/pull/2230
| -rw-r--r-- | app/i18n/oc/gen.php | 6 | ||||
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
2 files changed, 4 insertions, 4 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', diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index c6c08e3bc..58c4e219a 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -72,7 +72,7 @@ </div> <div class="form-group"> - <label class="group-name" for="theme"><?php echo _t('conf.display.icon.entry'); ?></label> + <label class="group-name"><?php echo _t('conf.display.icon.entry'); ?></label> <table> <thead> <tr> |
