Changeset 53668e7 in github


Ignore:
Timestamp:
Jul 22, 2008 4:57:45 AM (5 years ago)
Author:
yllar <yllar.pajus@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
9103d17
Parents:
21e7241
Message:

updated galician translation

Location:
program/localization/gl_ES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/localization/gl_ES/labels.inc

    r235086c r53668e7  
    22 
    33/* 
    4  +-----------------------------------------------------------------------+ 
    5  | language/gl/labels.inc                                                | 
    6  |                                                                       | 
    7  | Language file of the RoundCube Webmail client                         | 
    8  | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    9  | Licensed under the GNU GPL                                            | 
    10  |                                                                       | 
    11  +-----------------------------------------------------------------------+ 
    12  | Author:    David Garabana Barro <david garabana com>                  | 
    13  +-----------------------------------------------------------------------+ 
     4+-----------------------------------------------------------------------+ 
     5| language/gl_ES/labels.inc                                             | 
     6|                                                                       | 
     7| Language file of the RoundCube Webmail client                         | 
     8| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
     9| Licensed under the GNU GPL                                            | 
     10|                                                                       | 
     11+-----------------------------------------------------------------------+ 
     12| Author:    David Garabana Barro <david garabana com>                  | 
     13+-----------------------------------------------------------------------+ 
    1414 
    1515*/ 
     
    5050$labels['preferhtml'] = 'Prefiro HTML'; 
    5151$labels['htmlmessage'] = 'Mensaxe HTML'; 
     52$labels['showknownimages'] = 'Mostrar as imaxes nos correos de remitentes coñecidos.'; 
    5253$labels['prettydate'] = 'Data decorada'; 
    5354$labels['addtoaddressbook'] = 'Engadir ao caderno de enderezos'; 
     
    6667$labels['friday'] = 'Venres'; 
    6768$labels['saturday'] = 'Sábado'; 
     69$labels['jan'] = 'Xan'; 
     70$labels['feb'] = 'Feb'; 
     71$labels['mar'] = 'Mar'; 
     72$labels['apr'] = 'Abr'; 
     73$labels['may'] = 'Mai'; 
     74$labels['jun'] = 'Xuñ'; 
     75$labels['jul'] = 'Xul'; 
     76$labels['aug'] = 'Ago'; 
     77$labels['sep'] = 'Set'; 
     78$labels['oct'] = 'Out'; 
     79$labels['nov'] = 'Nov'; 
     80$labels['dec'] = 'Dec'; 
     81$labels['longjan'] = 'Xaneiro'; 
     82$labels['longfeb'] = 'Febreiro'; 
     83$labels['longmar'] = 'Marzo'; 
     84$labels['longapr'] = 'Abril'; 
     85$labels['longmay'] = 'Maio'; 
     86$labels['longjun'] = 'Xuño'; 
     87$labels['longjul'] = 'Xullo'; 
     88$labels['longaug'] = 'Agosto'; 
     89$labels['longsep'] = 'Setembro'; 
     90$labels['longoct'] = 'Outobro'; 
     91$labels['longnov'] = 'Novembro'; 
     92$labels['longdec'] = 'Decembro'; 
    6893$labels['today'] = 'Hoxe'; 
    6994$labels['checkmail'] = 'Buscar novas mensaxes'; 
     
    88113$labels['markread'] = 'Coma lidos'; 
    89114$labels['markunread'] = 'Coma non lidos'; 
     115$labels['markflagged'] = 'Coma  marcados'; 
     116$labels['markunflagged'] = 'Coma non marcados'; 
    90117$labels['select'] = 'Seleccionar'; 
    91118$labels['all'] = 'Todas'; 
     
    120147$labels['nosubject'] = '(Sen asunto)'; 
    121148$labels['showimages'] = 'Mostrar imaxes'; 
     149$labels['alwaysshow'] = 'Mostrar sempre as imaxes nos correos remitidos por $sender'; 
    122150$labels['htmltoggle'] = 'HTML'; 
    123151$labels['plaintoggle'] = 'Texto claro'; 
     
    169197$labels['htmlsignature'] = 'Sinatura HTML'; 
    170198$labels['previewpane'] = 'Amosar panel de previsualización'; 
     199$labels['skin'] = 'Aspecto da interface'; 
     200$labels['logoutclear'] = 'Baleirar o cubo do lixo ao saír'; 
     201$labels['logoutcompact'] = 'Compactar a caixa de entrada ao saír.'; 
     202$labels['uisettings'] = 'Interface de usuario'; 
     203$labels['serversettings'] = 'Axustes do servidor'; 
     204$labels['mailboxview'] = 'Vista das caixas de correo'; 
     205$labels['mdnrequests'] = 'Notificacións de envío'; 
     206$labels['askuser'] = 'preguntar ao usuario'; 
     207$labels['autosend'] = 'enviar automáticamente'; 
     208$labels['ignore'] = 'ignorar'; 
     209$labels['readwhendeleted'] = 'Marcar a mensaxe coma lida ao borrar'; 
     210$labels['flagfordeletion'] = 'Marcar a mensaxe para borrar no canto de borrar'; 
     211$labels['showinlineimages'] = 'Mostrar as imaxes anexas baixo a mensaxe'; 
    171212$labels['autosavedraft'] = 'Gardar borrador automáticamente'; 
    172213$labels['everynminutes'] = 'cada $n minutos'; 
    173214$labels['never'] = 'nunca'; 
     215$labels['messagesdisplaying'] = 'Visualización das mensaxes'; 
     216$labels['messagescomposition'] = 'Composición das mensaxes'; 
    174217$labels['folder'] = 'Cartafol'; 
    175218$labels['folders'] = 'Cartafoles'; 
  • program/localization/gl_ES/messages.inc

    r235086c r53668e7  
    22 
    33/* 
    4  +-----------------------------------------------------------------------+ 
    5  | language/gl/messages.inc                                              | 
    6  |                                                                       | 
    7  | Language file of the RoundCube Webmail client                         | 
    8  | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    9  | Licensed under the GNU GPL                                            | 
    10  |                                                                       | 
    11  +-----------------------------------------------------------------------+ 
    12  | Author:    David Garabana Barro <david garabana com>                  | 
    13  +-----------------------------------------------------------------------+ 
     4+-----------------------------------------------------------------------+ 
     5| language/gl_ES/messages.inc                                           | 
     6|                                                                       | 
     7| Language file of the RoundCube Webmail client                         | 
     8| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
     9| Licensed under the GNU GPL                                            | 
     10|                                                                       | 
     11+-----------------------------------------------------------------------+ 
     12| Author:    David Garabana Barro <david garabana com>                  | 
     13+-----------------------------------------------------------------------+ 
    1414 
    1515*/ 
     
    7676$messages['nodeletelastidentity'] = 'Non pode borrar esta identidade, é a última'; 
    7777$messages['addsubfolderhint'] = 'Este cartafol vaise crear coma un subcartafol do seleccionado'; 
     78$messages['forbiddencharacter'] = 'O nome do cartafol contén un carácter non autorizado'; 
    7879 
    7980?> 
Note: See TracChangeset for help on using the changeset viewer.