Changeset 1ac9f6b in github
- Timestamp:
- May 22, 2008 2:54:28 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e9320f8
- Parents:
- 2b962c10
- File:
-
- 1 edited
-
program/localization/es/labels.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/localization/es/labels.inc
rd722de1 r1ac9f6b 3 3 /* 4 4 5 +-----------------------------------------------------------------------+6 | language/es/labels.inc |7 | |8 | Language file of the RoundCube Webmail client |9 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland |10 | Licensed under the GNU GPL |11 | |12 +-----------------------------------------------------------------------+13 | Author: Javier Smaldone <javier@smaldone.com.ar> |14 | http://www.smaldone.com.ar |15 | David Grajal Blanco <dgrabla@gmail.com> |16 | http://david.grajal.net |17 +-----------------------------------------------------------------------+18 19 @version $Id$5 +-----------------------------------------------------------------------+ 6 | language/es/labels.inc | 7 | | 8 | Language file of the RoundCube Webmail client | 9 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 10 | Licensed under the GNU GPL | 11 | | 12 +-----------------------------------------------------------------------+ 13 | Author: Javier Smaldone <javier@smaldone.com.ar> | 14 | http://www.smaldone.com.ar | 15 | David Grajal Blanco <dgrabla@gmail.com> | 16 | http://david.grajal.net | 17 +-----------------------------------------------------------------------+ 18 19 @version $Id$ 20 20 21 21 */ … … 72 72 $labels['friday'] = 'Viernes'; 73 73 $labels['saturday'] = 'Sábado'; 74 $labels['jan'] = 'Ene'; 75 $labels['feb'] = 'Feb'; 76 $labels['mar'] = 'Mar'; 77 $labels['apr'] = 'Abr'; 78 $labels['may'] = 'May'; 79 $labels['jun'] = 'Jun'; 80 $labels['jul'] = 'Jul'; 81 $labels['aug'] = 'Ago'; 82 $labels['sep'] = 'Sep'; 83 $labels['oct'] = 'Oct'; 84 $labels['nov'] = 'Nov'; 85 $labels['dec'] = 'Duc'; 86 $labels['longjan'] = 'Enero'; 87 $labels['longfeb'] = 'Febrero'; 88 $labels['longmar'] = 'Marzo'; 89 $labels['longapr'] = 'Abril'; 90 $labels['longmay'] = 'Mayo'; 91 $labels['longjun'] = 'Junio'; 92 $labels['longjul'] = 'Julio'; 93 $labels['longaug'] = 'Agosto'; 94 $labels['longsep'] = 'Septiembre'; 95 $labels['longoct'] = 'Octubre'; 96 $labels['longnov'] = 'Noviembre'; 97 $labels['longdec'] = 'Diciembre'; 74 98 $labels['today'] = 'Hoy'; 75 99 $labels['checkmail'] = 'Revisar si hay nuevos mensajes'; … … 175 199 $labels['htmlsignature'] = 'Firma HTML'; 176 200 $labels['previewpane'] = 'Mostrar vista preliminar'; 201 $labels['logoutclear'] = 'Vaciar papelera al cerrar sesión'; 202 $labels['logoutcompact'] = 'Compactar la bandeja de entrada al cerrar sesión'; 203 $labels['uisettings'] = 'Interfaz de usuario'; 204 $labels['serversettings'] = 'Configuracion del servidor'; 205 $labels['mailboxview'] = 'Vista de buzón'; 206 $labels['mdnrequests'] = 'Notificaciones de envio'; 207 $labels['askuser'] = 'preguntar al usuario'; 208 $labels['autosend'] = 'enviar automáticamente'; 209 $labels['ignore'] = 'ignorar'; 210 $labels['readwhendeleted'] = 'Marcar el mensage como leido al borrarlo'; 211 $labels['flagfordeletion'] = 'Marcar el mensage para borrarse en vez de borrarlo'; 177 212 $labels['autosavedraft'] = 'Guardar borrador automáticamente'; 178 213 $labels['everynminutes'] = 'cada $n minutos'; … … 194 229 195 230 ?> 231
Note: See TracChangeset
for help on using the changeset viewer.
