Changeset 1417 in subversion


Ignore:
Timestamp:
May 22, 2008 2:54:28 AM (5 years ago)
Author:
alec
Message:

-Spanish labels update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/es/labels.inc

    r1079 r1417  
    33/* 
    44 
    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$ 
    2020 
    2121*/ 
     
    7272$labels['friday'] = 'Viernes'; 
    7373$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'; 
    7498$labels['today'] = 'Hoy'; 
    7599$labels['checkmail'] = 'Revisar si hay nuevos mensajes'; 
     
    175199$labels['htmlsignature'] = 'Firma HTML'; 
    176200$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'; 
    177212$labels['autosavedraft'] = 'Guardar borrador automáticamente'; 
    178213$labels['everynminutes'] = 'cada $n minutos'; 
     
    194229 
    195230?> 
     231 
Note: See TracChangeset for help on using the changeset viewer.