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.
64 lines
2.6 KiB
PHTML
64 lines
2.6 KiB
PHTML
12 years ago
|
<?php
|
||
|
|
||
|
/*
|
||
|
+-----------------------------------------------------------------------+
|
||
|
| localization/eo/labels.inc |
|
||
|
| |
|
||
|
| Language file of the Roundcube Webmail client |
|
||
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
||
|
| Licensed under the GNU General Public License |
|
||
|
| |
|
||
|
+-----------------------------------------------------------------------+
|
||
|
| Author: Michael Moroni <michael.moroni@mailoo.org> |
|
||
|
+-----------------------------------------------------------------------+
|
||
|
*/
|
||
|
|
||
|
$labels = array();
|
||
|
$labels['sharing'] = 'Kunhavigado';
|
||
|
$labels['myrights'] = 'Atingrajtoj';
|
||
|
$labels['username'] = 'Uzanto:';
|
||
|
$labels['advanced'] = 'progresinta reĝimo';
|
||
|
$labels['newuser'] = 'Aldoni eron';
|
||
|
$labels['actions'] = 'Agoj de atingrajtoj...';
|
||
|
$labels['anyone'] = 'Ĉiuj uzantoj (iu ajn)';
|
||
|
$labels['anonymous'] = 'Gasto (sennome)';
|
||
|
$labels['identifier'] = 'Identigilo';
|
||
|
$labels['acll'] = 'Elserĉo';
|
||
|
$labels['shortacll'] = 'Elserĉo';
|
||
|
$labels['aclr'] = 'Legi mesaĝojn';
|
||
|
$labels['acls'] = 'Manteni legitan staton';
|
||
|
$labels['acli'] = 'Enmeti (alglui)';
|
||
|
$labels['aclp'] = 'Afiŝi';
|
||
|
$labels['shortaclp'] = 'Afiŝi';
|
||
|
$labels['aclc'] = 'Krei subdosierujojn';
|
||
|
$labels['aclk'] = 'Krei subdosierujojn';
|
||
|
$labels['acld'] = 'Forigi mesaĝojn';
|
||
|
$labels['aclt'] = 'Forigi mesaĝojn';
|
||
|
$labels['aclx'] = 'Forigi dosierujon';
|
||
|
$labels['acla'] = 'Administri';
|
||
|
$labels['shortacla'] = 'Administri';
|
||
|
$labels['aclfull'] = 'Plena kontrolo';
|
||
|
$labels['aclother'] = 'Alia';
|
||
|
$labels['shortaclother'] = 'Alia';
|
||
|
$labels['aclread'] = 'Legi';
|
||
|
$labels['shortaclr'] = 'Legi';
|
||
|
$labels['shortaclread'] = 'Legi';
|
||
|
$labels['aclwrite'] = 'Skribi';
|
||
|
$labels['shortaclw'] = 'Skribi';
|
||
|
$labels['shortaclwrite'] = 'Skribi';
|
||
|
$labels['acldelete'] = 'Forigi';
|
||
|
$labels['shortacld'] = 'Forigi';
|
||
|
$labels['shortaclt'] = 'Forigi';
|
||
|
$labels['shortacldelete'] = 'Forigi';
|
||
|
$labels['shortacls'] = 'Manteni';
|
||
|
$labels['shortacli'] = 'Enmeti';
|
||
|
$labels['shortaclc'] = 'Krei';
|
||
|
$labels['shortaclk'] = 'Krei';
|
||
|
$labels['shortaclx'] = 'Forigo de dosierujo';
|
||
|
$labels['longacll'] = 'La dosierujo videblas en listoj kaj oni povas aboni al ĝi';
|
||
|
$labels['longaclr'] = 'La dosierujo malfermeblas por legado';
|
||
|
$labels['longaclread'] = 'La dosierujo malfermeblas por legado';
|
||
|
$labels['longacli'] = 'Mesaĝoj skribeblas aŭ kopieblas en la dosierujo';
|
||
|
$labels['longaclp'] = 'Mesaĝoj afiŝeblas en ĉi tiu dosierujo';
|
||
|
|