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.
87 lines
3.0 KiB
PHP
87 lines
3.0 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/<lang>/labels.inc |
|
|
| |
|
|
| Localization file of the Roundcube Webmail client |
|
|
| Copyright (C) 2005-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/labels/
|
|
*/
|
|
$labels['username'] = 'Brûkersnamme';
|
|
$labels['password'] = 'Wachtwurd';
|
|
$labels['server'] = 'Server';
|
|
$labels['login'] = 'Ynlogge';
|
|
$labels['logout'] = 'Ôfmelde';
|
|
$labels['mail'] = 'Mail';
|
|
$labels['settings'] = 'Ynstellingen';
|
|
$labels['addressbook'] = 'Adresboek';
|
|
$labels['drafts'] = 'Konsepten';
|
|
$labels['sent'] = 'Stjoerd';
|
|
$labels['trash'] = 'Jiskefet';
|
|
$labels['subject'] = 'Ûnderwerp';
|
|
$labels['from'] = 'Fan';
|
|
$labels['to'] = 'Oan';
|
|
$labels['cc'] = 'Cc';
|
|
$labels['bcc'] = 'Bcc';
|
|
$labels['replyto'] = 'Antwurd oan';
|
|
$labels['followupto'] = 'Oanslutend oan';
|
|
$labels['date'] = 'Datum';
|
|
$labels['organization'] = 'Organisaasje';
|
|
$labels['mailboxlist'] = 'Mappen';
|
|
$labels['copy'] = 'Kopieare';
|
|
$labels['move'] = 'Ferplaatse';
|
|
$labels['download'] = 'Delhelje';
|
|
$labels['showattachment'] = 'Toane';
|
|
$labels['filesize'] = 'Triemgrutte';
|
|
$labels['sun'] = 'sne';
|
|
$labels['mon'] = 'moa';
|
|
$labels['tue'] = 'tii';
|
|
$labels['wed'] = 'woa';
|
|
$labels['thu'] = 'toa';
|
|
$labels['fri'] = 'fre';
|
|
$labels['sat'] = 'sno';
|
|
$labels['sunday'] = 'snein';
|
|
$labels['monday'] = 'moandei';
|
|
$labels['tuesday'] = 'tiisdei';
|
|
$labels['wednesday'] = 'woansdei';
|
|
$labels['thursday'] = 'tongersdei';
|
|
$labels['friday'] = 'freed';
|
|
$labels['saturday'] = 'sneon';
|
|
$labels['jan'] = 'jan';
|
|
$labels['feb'] = 'feb';
|
|
$labels['mar'] = 'mrt';
|
|
$labels['apr'] = 'apr';
|
|
$labels['may'] = 'maaie';
|
|
$labels['jun'] = 'jun';
|
|
$labels['jul'] = 'jul';
|
|
$labels['aug'] = 'aug';
|
|
$labels['sep'] = 'sep';
|
|
$labels['oct'] = 'okt';
|
|
$labels['nov'] = 'nov';
|
|
$labels['dec'] = 'des';
|
|
$labels['longjan'] = 'jannewaris';
|
|
$labels['longfeb'] = 'febrewaris';
|
|
$labels['longmar'] = 'maart';
|
|
$labels['longapr'] = 'april';
|
|
$labels['longmay'] = 'maaie';
|
|
$labels['longjun'] = 'juny';
|
|
$labels['longjul'] = 'july';
|
|
$labels['longaug'] = 'augustus';
|
|
$labels['longsep'] = 'septimber';
|
|
$labels['longoct'] = 'oktober';
|
|
$labels['longnov'] = 'novimber';
|
|
$labels['longdec'] = 'desimber';
|
|
$labels['today'] = 'Hjoed';
|
|
$labels['refresh'] = 'Ferfarskje';
|
|
$labels['reply'] = 'Beäntwurdzje';
|
|
$labels['folders'] = 'Mappen';
|
|
?>
|