1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 10:35:20 +02:00

Updates to RC-3 standard

git-svn-id: file:///svn/phpbb/trunk@2457 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-04-01 12:46:56 +00:00
parent f150ecf03a
commit 1d445aa3ba

View File

@ -936,47 +936,44 @@ $lang['tz']['10'] = "(GMT +10:00 horas) Canberra, Guam, Melbourne, Sydney, Vladi
$lang['tz']['11'] = "(GMT +11:00 horas) Magadan, New Caledonia, Solomon Islands"; $lang['tz']['11'] = "(GMT +11:00 horas) Magadan, New Caledonia, Solomon Islands";
$lang['tz']['12'] = "(GMT +12:00 horas) Auckland, Wellington, Fiji, Marshall Island"; $lang['tz']['12'] = "(GMT +12:00 horas) Auckland, Wellington, Fiji, Marshall Island";
$lang['days_long'][0] = "Domingo"; $lang['datetime']['Sunday'] = "Domingo";
$lang['days_long'][1] = "Lunes"; $lang['datetime']['Monday'] = "Lunes";
$lang['days_long'][2] = "Martes"; $lang['datetime']['Tuesday'] = "Martes";
$lang['days_long'][3] = "Miércoles"; $lang['datetime']['Wednesday'] = "Miércoles";
$lang['days_long'][4] = "Jueves"; $lang['datetime']['Thursday'] = "Jueves";
$lang['days_long'][5] = "Viernes"; $lang['datetime']['Friday'] = "Viernes";
$lang['days_long'][6] = "Sábado"; $lang['datetime']['Saturday'] = "Sábado";
$lang['datetime']['Sun'] = "Dom";
$lang['days_short'][0] = "Dom"; $lang['datetime']['Mon'] = "Lun";
$lang['days_short'][1] = "Lun"; $lang['datetime']['Tue'] = "Mar";
$lang['days_short'][2] = "Mar"; $lang['datetime']['Wed'] = "Mie";
$lang['days_short'][3] = "Mie"; $lang['datetime']['Thu'] = "Jue";
$lang['days_short'][4] = "Jue"; $lang['datetime']['Fri'] = "Vie";
$lang['days_short'][5] = "Vie"; $lang['datetime']['Sat'] = "Sab";
$lang['days_short'][6] = "Sab"; $lang['datetime']['January'] = "Enero";
$lang['datetime']['February'] = "Febrero";
$lang['months_long'][0] = "Enero"; $lang['datetime']['March'] = "Marzo";
$lang['months_long'][1] = "Febrero"; $lang['datetime']['April'] = "Abril";
$lang['months_long'][2] = "Marzo"; $lang['datetime']['May'] = "Mayo";
$lang['months_long'][3] = "Abril"; $lang['datetime']['June'] = "Junio";
$lang['months_long'][4] = "Mayo"; $lang['datetime']['July'] = "Julio";
$lang['months_long'][5] = "Junio"; $lang['datetime']['August'] = "Augosto";
$lang['months_long'][6] = "Julio"; $lang['datetime']['September'] = "Septiembre";
$lang['months_long'][7] = "Agosto"; $lang['datetime']['October'] = "Octubre";
$lang['months_long'][8] = "Setiembre"; $lang['datetime']['November'] = "Noviembre";
$lang['months_long'][9] = "Octubre"; $lang['datetime']['December'] = "Diciembre";
$lang['months_long'][10] = "Noviembre"; $lang['datetime']['Jan'] = "Ene";
$lang['months_long'][11] = "Diciembre"; $lang['datetime']['Feb'] = "Feb";
$lang['datetime']['Mar'] = "Mar";
$lang['months_short'][0] = "Ene"; $lang['datetime']['Apr'] = "Abr";
$lang['months_short'][1] = "Feb"; $lang['datetime']['May'] = "May";
$lang['months_short'][2] = "Mar"; $lang['datetime']['Jun'] = "Jun";
$lang['months_short'][3] = "Abr"; $lang['datetime']['Jul'] = "Jul";
$lang['months_short'][4] = "May"; $lang['datetime']['Aug'] = "Ago";
$lang['months_short'][5] = "Jun"; $lang['datetime']['Sep'] = "Sep";
$lang['months_short'][6] = "Jul"; $lang['datetime']['Oct'] = "Oct";
$lang['months_short'][7] = "Ago"; $lang['datetime']['Nov'] = "Nov";
$lang['months_short'][8] = "Set"; $lang['datetime']['Dec'] = "Dic";
$lang['months_short'][9] = "Oct";
$lang['months_short'][10] = "Nov";
$lang['months_short'][11] = "Dic";
// //
// Errores (no relacionados con una falla específica en // Errores (no relacionados con una falla específica en