From 26463b57fecbbb6aa534c40836969403085c8c7e Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Mon, 19 Jan 2015 18:24:27 +0100 Subject: [PATCH] spanish language fixes, thx to Evidence, @pelayo@quitter.es and crisinf --- js/lan.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/lan.js b/js/lan.js index 3f6a56d..c7e5c18 100644 --- a/js/lan.js +++ b/js/lan.js @@ -84,14 +84,14 @@ window.l.es.longmonthsSeptember = "septiembre"; window.l.es.longmonthsOctober = "octubre"; window.l.es.longmonthsNovember = "noviembre"; window.l.es.longmonthsDecember = "diciembre"; -window.l.es.shortmonthsJanuary = "enero"; +window.l.es.shortmonthsJanuary = "ene"; window.l.es.shortmonthsFebruary = "feb"; -window.l.es.shortmonthsMars = "marzo"; +window.l.es.shortmonthsMars = "mar"; window.l.es.shortmonthsApril = "abr"; -window.l.es.shortmonthsMay = "mayo"; +window.l.es.shortmonthsMay = "may"; window.l.es.shortmonthsJune = "jun"; window.l.es.shortmonthsJuly = "jul"; -window.l.es.shortmonthsAugust = "agosto"; +window.l.es.shortmonthsAugust = "ago"; window.l.es.shortmonthsSeptember = "sept"; window.l.es.shortmonthsOctober = "oct"; window.l.es.shortmonthsNovember = "nov"; @@ -104,7 +104,7 @@ window.l.es.shortDateFormatMinutes = '{minutes}min'; window.l.es.shortDateFormatHours = '{hours}h'; window.l.es.shortDateFormatDate = '{day} {month}'; window.l.es.shortDateFormatDateAndY = '{day} {month} {year}'; -window.l.es.now = 'ahorita'; +window.l.es.now = 'ahora'; window.l.es.posting = 'enviando'; window.l.es.viewMoreInConvBefore = '← Ver más en la conversación'; window.l.es.viewMoreInConvAfter = 'Ver más en la conversación →'; @@ -143,7 +143,7 @@ window.l.es.registerHomepage = 'Sitio web'; window.l.es.registerBio = 'Biografía'; window.l.es.registerLocation = 'Ubicación'; window.l.es.registerRepeatPassword = 'Verificar contraseña'; -window.l.es.moreSettings = 'Más configuraciones'; +window.l.es.moreSettings = 'Más opciones'; window.l.es.otherServers = 'De manera alternativa, puedes crear una cuenta en otro servidor de la red GNUsocial. Comparativa'; window.l.es.editMyProfile = 'Editar perfil'; window.l.es.notifications = 'Notificaciones'; @@ -154,7 +154,7 @@ window.l.es.followsYou = 'te sigue'; window.l.es.FAQ = 'FAQ'; window.l.es.inviteAFriend = 'Invitar a tus amigos!'; window.l.es.goToExternalProfile = 'Ir al perfil completo'; -window.l.es.cropAndSave = 'Crop and save'; +window.l.es.cropAndSave = 'Recortar y guardar';