[i18n]Time format update for Occitan (#2230)

* Time format

* Update gen.php
pull/2231/head
Quentí 6 years ago committed by Alexandre Alapetite
parent 0c15208145
commit f311a257dd
  1. 28
      app/i18n/oc/gen.php

@ -43,29 +43,29 @@ return array(
),
),
'date' => array(
'Apr' => 'a\b\r\i\a\l',
'Apr' => '\\a\\b\\r\\i\\a\\l',
'apr' => 'abr.',
'april' => 'abrial',
'Aug' => 'a\g\o\s\t',
'Aug' => '\\a\\g\\o\\s\\t',
'aug' => 'agost',
'august' => 'agost',
'before_yesterday' => 'Abans ièr',
'Dec' => '\d\e\c\e\m\b\r\e',
'Dec' => '\\d\\e\\c\\e\\m\\b\\r\\e',
'dec' => 'dec.',
'december' => 'decembre',
'Feb' => 'f\e\b\r\i\è\r',
'Feb' => '\\f\\e\\b\\r\\i\\è\\r',
'feb' => 'feb.',
'february' => 'febrièr',
'format_date' => 'j %s \de\ Y',
'format_date_hour' => 'j %s \de\ Y \a H\:i',
'format_date' => 'j \\de %s \\de Y',
'format_date_hour' => 'j \\de %s \\de Y \\a H\:i',
'fri' => 'dv',
'Jan' => 'g\e\n\i\è\r',
'Jan' => '\\g\\e\\n\\i\\\r',
'jan' => 'gen.',
'january' => 'genièr',
'Jul' => 'j\u\l\h\e\t',
'Jul' => '\\j\\u\\l\\h\\e\\t',
'jul' => 'julh',
'july' => 'julhet',
'Jun' => 'j\u\n\h',
'Jun' => '\\j\\u\\n\\h',
'jun' => 'junh',
'june' => 'junh',
'last_3_month' => 'Dempuèi los tres darrièrs meses',
@ -73,22 +73,22 @@ return array(
'last_month' => 'Dempuèi lo mes passat',
'last_week' => 'Dempuèi la setmana passada',
'last_year' => 'Dempuèi l’annada passada',
'Mar' => 'm\a\r\ç',
'Mar' => '\\m\\a\\r\\ç',
'mar' => 'març',
'march' => 'març',
'May' => '\m\a\i',
'May' => '\\m\\a\\i',
'may' => 'mai',
'may_' => 'mai',
'mon' => 'dl',
'month' => 'meses',
'Nov' => '\n\o\v\e\m\b\r\e',
'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e',
'nov' => 'nov.',
'november' => 'novembre',
'Oct' => '\o\c\t\ò\b\r\e',
'Oct' => '\\o\\c\\t\\ò\\b\\r\\e',
'oct' => 'oct.',
'october' => 'octòbre',
'sat' => 'ds',
'Sep' => '\s\e\t\e\m\b\r\e',
'Sep' => '\\s\\e\\t\\e\\m\\b\\r\\e',
'sep' => 'set.',
'september' => 'setembre',
'sun' => 'dg',

Loading…
Cancel
Save