|
|
@@ -55,40 +55,41 @@ return array(
|
|
|
'Oct' => '\\O\\c\\t\\u\\b\\r\\e',
|
|
|
'Sep' => '\\S\\e\\p\\t\\i\\e\\m\\b\\r\\e',
|
|
|
'apr' => 'abr',
|
|
|
- 'april' => 'Abr',
|
|
|
+ 'april' => 'abril',
|
|
|
'aug' => 'ago',
|
|
|
- 'august' => 'Ago',
|
|
|
+ 'august' => 'agosto',
|
|
|
'before_yesterday' => 'Anteayer',
|
|
|
'dec' => 'dic',
|
|
|
- 'december' => 'Dic',
|
|
|
+ 'december' => 'diciembre',
|
|
|
'feb' => 'feb',
|
|
|
- 'february' => 'Feb',
|
|
|
+ 'february' => 'febrero',
|
|
|
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
|
|
|
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
|
|
|
'fri' => 'Vie',
|
|
|
'jan' => 'ene',
|
|
|
- 'january' => 'Ene',
|
|
|
+ 'january' => 'ene',
|
|
|
'jul' => 'jul',
|
|
|
- 'july' => 'Jul',
|
|
|
+ 'july' => 'julio',
|
|
|
'jun' => 'jun',
|
|
|
- 'june' => 'Jun',
|
|
|
+ 'june' => 'junio',
|
|
|
'last_3_month' => 'Últimos tres meses',
|
|
|
'last_6_month' => 'Últimos seis meses',
|
|
|
'last_month' => 'Mes pasado',
|
|
|
'last_week' => 'Semana pasada',
|
|
|
'last_year' => 'Año pasado',
|
|
|
'mar' => 'mar',
|
|
|
- 'march' => 'Mar',
|
|
|
- 'may' => 'May',
|
|
|
+ 'march' => 'marzo',
|
|
|
+ 'may_' => 'may',
|
|
|
+ 'may' => 'mayo',
|
|
|
'mon' => 'Lun',
|
|
|
'month' => 'meses',
|
|
|
'nov' => 'nov',
|
|
|
- 'november' => 'Nov',
|
|
|
+ 'november' => 'noviembre',
|
|
|
'oct' => 'oct',
|
|
|
- 'october' => 'Oct',
|
|
|
+ 'october' => 'octubre',
|
|
|
'sat' => 'Sab',
|
|
|
'sep' => 'sep',
|
|
|
- 'september' => 'Sep',
|
|
|
+ 'september' => 'septiembre',
|
|
|
'sun' => 'Dom',
|
|
|
'thu' => 'Jue',
|
|
|
'today' => 'Hoy',
|
|
|
@@ -116,13 +117,14 @@ return array(
|
|
|
'cz' => 'Čeština',
|
|
|
'de' => 'Deutsch',
|
|
|
'en' => 'English',
|
|
|
+ 'es' => 'Español',
|
|
|
'fr' => 'Français',
|
|
|
'it' => 'Italiano',
|
|
|
+ 'kr' => '한국어',
|
|
|
'nl' => 'Nederlands',
|
|
|
'ru' => 'Русский',
|
|
|
'tr' => 'Türkçe',
|
|
|
- 'zh-cn' => '简体中文'
|
|
|
- 'es' => 'Español'
|
|
|
+ 'zh-cn' => '简体中文',
|
|
|
),
|
|
|
'menu' => array(
|
|
|
'about' => 'Acerca de',
|