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.
62 lines
2.5 KiB
PHP
62 lines
2.5 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| plugins/acl/localization/<lang>.inc |
|
|
| |
|
|
| Localization file of the Roundcube Webmail ACL plugin |
|
|
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
|
| |
|
|
| Licensed under the GNU General Public License version 3 or |
|
|
| any later version with exceptions for skins & plugins. |
|
|
| See the README file for a full license statement. |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
|
|
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
|
|
*/
|
|
$labels['sharing'] = 'Dielen';
|
|
$labels['myrights'] = 'Tagong Rjochten';
|
|
$labels['username'] = 'Brûker:';
|
|
$labels['advanced'] = 'Avansearre modus';
|
|
$labels['newuser'] = 'Ynfier taheakje';
|
|
$labels['editperms'] = 'Bewurkje tagongsrjochten';
|
|
$labels['actions'] = 'Tagong aksjes...';
|
|
$labels['anyone'] = 'Alle brûkers (eltsenien)';
|
|
$labels['anonymous'] = 'Gasten (anonym)';
|
|
$labels['identifier'] = 'Identifikator';
|
|
$labels['acll'] = 'Opsykje';
|
|
$labels['aclr'] = 'Lêzen berjochten';
|
|
$labels['acls'] = 'Bewarje Sjoen steat';
|
|
$labels['aclw'] = 'Skriuw flaggen';
|
|
$labels['acli'] = 'Ynfoegje (Kopiearje yn)';
|
|
$labels['aclp'] = 'Pleatse';
|
|
$labels['aclc'] = 'Underlizzende mappen oanmeitsje';
|
|
$labels['aclk'] = 'Underlizzende mappen oanmeitsje';
|
|
$labels['acld'] = 'Berjochten wiskje';
|
|
$labels['aclt'] = 'Berjochten wiskje';
|
|
$labels['aclx'] = 'Map ferwiderje';
|
|
$labels['acla'] = 'Beheare';
|
|
$labels['aclfull'] = 'Folsleine kontrôle';
|
|
$labels['aclother'] = 'Oars';
|
|
$labels['aclread'] = 'Lêze';
|
|
$labels['aclwrite'] = 'Skriuwe';
|
|
$labels['acldelete'] = 'Ferwiderje';
|
|
$labels['shortacll'] = 'Opsykje';
|
|
$labels['shortaclr'] = 'Lêze';
|
|
$labels['shortacls'] = 'Hâlde';
|
|
$labels['shortaclw'] = 'Skriuwe';
|
|
$labels['shortacli'] = 'Ynfoegje';
|
|
$labels['shortaclp'] = 'Pleatse';
|
|
$labels['shortaclc'] = 'Oanmeitsje';
|
|
$labels['shortaclk'] = 'Oanmeitsje';
|
|
$labels['shortacld'] = 'Ferwiderje';
|
|
$labels['shortaclt'] = 'Ferwiderje';
|
|
$labels['shortaclx'] = 'Map ferwiderje';
|
|
$labels['shortacla'] = 'Beheare';
|
|
$labels['shortaclother'] = 'Oars';
|
|
$labels['shortaclread'] = 'Lêze';
|
|
$labels['shortaclwrite'] = 'Skriuwe';
|
|
$labels['shortacldelete'] = 'Ferwiderje';
|
|
?>
|