You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/gl_ES/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: ghas |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['sharing'] = 'Compartindo';
|
|
$labels['myrights'] = 'Dereitos de acceso';
|
|
$labels['username'] = 'Usuario:';
|
|
$labels['advanced'] = 'Modo avanzado';
|
|
$labels['newuser'] = 'Engadir entrada';
|
|
$labels['actions'] = 'Accións sobre os dereitos de acceso...';
|
|
$labels['anyone'] = 'Tódolos usuarios (calquera)';
|
|
$labels['anonymous'] = 'Invitados (anónimo)';
|
|
$labels['identifier'] = 'Identificador';
|
|
$labels['aclr'] = 'Ler mensaxes';
|
|
$labels['acld'] = 'Borrar mensaxes';
|
|
$labels['aclt'] = 'Borrar mensaxes';
|
|
$labels['aclx'] = 'Eliminar carpeta';
|
|
$labels['acla'] = 'Administrar';
|
|
$labels['shortacla'] = 'Administrar';
|
|
|