Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
aabeab 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | localization/<lang>/labels.inc                                        |
aabeab 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail client                     |
TB 8  | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
aabeab 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
aabeab 17 */
aed581 18 $labels['username']  = 'Brûkersnamme';
TB 19 $labels['password']  = 'Wachtwurd';
20 $labels['server']    = 'Server';
21 $labels['login']     = 'Ynlogge';
22 $labels['logout']   = 'Ôfmelde';
23 $labels['mail']     = 'Mail';
aabeab 24 $labels['settings'] = 'Ynstellingen';
TB 25 $labels['addressbook'] = 'Adresboek';
26 $labels['drafts'] = 'Konsepten';
aed581 27 $labels['sent']   = 'Stjoerd';
TB 28 $labels['trash']  = 'Jiskefet';
aabeab 29 $labels['subject'] = 'Ûnderwerp';
aed581 30 $labels['from']    = 'Fan';
TB 31 $labels['to']      = 'Oan';
32 $labels['cc']      = 'Cc';
33 $labels['bcc']     = 'Bcc';
aabeab 34 $labels['replyto'] = 'Antwurd oan';
TB 35 $labels['followupto'] = 'Oanslutend oan';
aed581 36 $labels['date']    = 'Datum';
aabeab 37 $labels['organization'] = 'Organisaasje';
TB 38 $labels['mailboxlist'] = 'Mappen';
aed581 39 $labels['copy']     = 'Kopieare';
TB 40 $labels['move']     = 'Ferplaatse';
aabeab 41 $labels['download'] = 'Delhelje';
TB 42 $labels['showattachment'] = 'Toane';
43 $labels['filesize'] = 'Triemgrutte';
44 $labels['sun'] = 'sne';
45 $labels['mon'] = 'moa';
46 $labels['tue'] = 'tii';
47 $labels['wed'] = 'woa';
48 $labels['thu'] = 'toa';
49 $labels['fri'] = 'fre';
50 $labels['sat'] = 'sno';
aed581 51 $labels['sunday']    = 'snein';
TB 52 $labels['monday']    = 'moandei';
53 $labels['tuesday']   = 'tiisdei';
54 $labels['wednesday'] = 'woansdei';
55 $labels['thursday']  = 'tongersdei';
56 $labels['friday']    = 'freed';
57 $labels['saturday']  = 'sneon';
58 $labels['jan']    = 'jan';
59 $labels['feb']    = 'feb';
60 $labels['mar']    = 'mrt';
61 $labels['apr']    = 'apr';
62 $labels['may']    = 'maaie';
63 $labels['jun']    = 'jun';
64 $labels['jul']     = 'jul';
65 $labels['aug']    = 'aug';
66 $labels['sep']    = 'sep';
67 $labels['oct']    = 'okt';
68 $labels['nov']    = 'nov';
69 $labels['dec']    = 'des';
70 $labels['longjan']    = 'jannewaris';
71 $labels['longfeb']    = 'febrewaris';
72 $labels['longmar']    = 'maart';
73 $labels['longapr']    = 'april';
74 $labels['longmay']    = 'maaie';
75 $labels['longjun']    = 'juny';
76 $labels['longjul']    = 'july';
77 $labels['longaug']    = 'augustus';
78 $labels['longsep']    = 'septimber';
79 $labels['longoct']    = 'oktober';
80 $labels['longnov']    = 'novimber';
81 $labels['longdec']    = 'desimber';
82 $labels['today'] = 'Hjoed';
83 $labels['refresh']          = 'Ferfarskje';
84 $labels['reply']            = 'Beäntwurdzje';
85 $labels['folders']  = 'Mappen';
86 ?>