annotate program/localization/fy_NL/labels.inc @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 <?php
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 /*
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4 +-----------------------------------------------------------------------+
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
5 | localization/<lang>/labels.inc |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
6 | |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7 | Localization file of the Roundcube Webmail client |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 | Copyright (C) 2005-2015, The Roundcube Dev Team |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 | |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10 | Licensed under the GNU General Public License version 3 or |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
11 | any later version with exceptions for skins & plugins. |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
12 | See the README file for a full license statement. |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
13 | |
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14 +-----------------------------------------------------------------------+
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
17 */
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
18 $labels['welcome'] = 'Wolkom by $product';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
19 $labels['username'] = 'Brûkersnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
20 $labels['password'] = 'Wachtwurd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
21 $labels['server'] = 'Tsjinner';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
22 $labels['login'] = 'Ynlogge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
23 $labels['logout'] = 'Ôfmelde';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
24 $labels['mail'] = 'E-post';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
25 $labels['settings'] = 'Ynstellings';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
26 $labels['addressbook'] = 'Adresboek';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
27 $labels['inbox'] = 'Postfek Yn';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
28 $labels['drafts'] = 'Konsepten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
29 $labels['sent'] = 'Ferstjoerd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
30 $labels['trash'] = 'Jiskefet';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
31 $labels['junk'] = 'Spam';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
32 $labels['show_real_foldernames'] = 'Lit echte nammen sjen foar spesjale mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
33 $labels['subject'] = 'Ûnderwerp';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
34 $labels['from'] = 'Fan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
35 $labels['sender'] = 'Stjoerder';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
36 $labels['to'] = 'Oan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
37 $labels['cc'] = 'Cc';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 $labels['bcc'] = 'Bcc';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 $labels['replyto'] = 'Antwurd oan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
40 $labels['followupto'] = 'Oanslutend oan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
41 $labels['date'] = 'Datum';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
42 $labels['size'] = 'Grutte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
43 $labels['priority'] = 'Prioriteit';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
44 $labels['organization'] = 'Organisaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
45 $labels['readstatus'] = 'Lêzen status';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
46 $labels['listoptions'] = 'Lyst opsjes...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
47 $labels['mailboxlist'] = 'Mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
48 $labels['messagesfromto'] = 'Berjochten $from nei $to fan $count';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
49 $labels['threadsfromto'] = 'Rigen $from oan $to fan $count';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
50 $labels['messagenrof'] = 'Berjocht $nr fan $count';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
51 $labels['fromtoshort'] = '$from – $to fan $count';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
52 $labels['copy'] = 'Kopiearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
53 $labels['move'] = 'Ferpleatse';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
54 $labels['moveto'] = 'Ferpleatse nei...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
55 $labels['copyto'] = 'Kopiearje nei...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
56 $labels['download'] = 'Ynlade';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
57 $labels['open'] = 'Iepenje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
58 $labels['showattachment'] = 'Toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
59 $labels['showanyway'] = 'Dochs toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
60 $labels['filename'] = 'Bestânsnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
61 $labels['filesize'] = 'Bestânsgrutte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
62 $labels['addtoaddressbook'] = 'Oan adresboek tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
63 $labels['sun'] = 'si';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
64 $labels['mon'] = 'mo';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
65 $labels['tue'] = 'ti';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
66 $labels['wed'] = 'wo';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
67 $labels['thu'] = 'to';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
68 $labels['fri'] = 'fr';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
69 $labels['sat'] = 'so';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
70 $labels['sunday'] = 'snein';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
71 $labels['monday'] = 'moandei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
72 $labels['tuesday'] = 'tiisdei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
73 $labels['wednesday'] = 'woansdei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
74 $labels['thursday'] = 'tongersdei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
75 $labels['friday'] = 'freed';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
76 $labels['saturday'] = 'sneon';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
77 $labels['jan'] = 'jan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
78 $labels['feb'] = 'feb';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
79 $labels['mar'] = 'mrt';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
80 $labels['apr'] = 'apr';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
81 $labels['may'] = 'mai';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
82 $labels['jun'] = 'jun';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
83 $labels['jul'] = 'jul';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
84 $labels['aug'] = 'aug';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
85 $labels['sep'] = 'sep';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
86 $labels['oct'] = 'okt';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
87 $labels['nov'] = 'nov';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
88 $labels['dec'] = 'des';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
89 $labels['longjan'] = 'jannewaris';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
90 $labels['longfeb'] = 'febrewaris';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
91 $labels['longmar'] = 'maart';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
92 $labels['longapr'] = 'april';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
93 $labels['longmay'] = 'maaie';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
94 $labels['longjun'] = 'juny';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
95 $labels['longjul'] = 'july';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
96 $labels['longaug'] = 'augustus';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
97 $labels['longsep'] = 'septimber';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
98 $labels['longoct'] = 'oktober';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
99 $labels['longnov'] = 'novimber';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
100 $labels['longdec'] = 'desimber';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
101 $labels['today'] = 'Hjoed';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
102 $labels['refresh'] = 'Ferfarskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
103 $labels['checkmail'] = 'Op nije berjochten kontrolearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
104 $labels['compose'] = 'Opstelle';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
105 $labels['writenewmessage'] = 'Nij berjocht oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
106 $labels['reply'] = 'Beäntwurdzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
107 $labels['replytomessage'] = 'Antwurd oan stjoerder';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
108 $labels['replytoallmessage'] = 'Antwurd nei lyst of nei stjoerder en alle ûntfangers';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
109 $labels['replyall'] = 'Antwurdzje alle';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
110 $labels['replylist'] = 'Antwurdzje lyst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
111 $labels['forward'] = 'Trochstjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
112 $labels['forwardinline'] = 'Ynsletten trochstjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
113 $labels['forwardattachment'] = 'Trochstjoere as taheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
114 $labels['forwardmessage'] = 'Stjoer it berjocht troch';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
115 $labels['deletemessage'] = 'Berjocht wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
116 $labels['movemessagetotrash'] = 'Berjocht ferpleatse nei jiskefet';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
117 $labels['printmessage'] = 'Dit berjocht ôfdrukke';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
118 $labels['previousmessage'] = 'Lit foarige berjocht sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
119 $labels['firstmessage'] = 'Lit earste berjocht sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
120 $labels['nextmessage'] = 'Lit folgjende berjocht sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
121 $labels['lastmessage'] = 'Lit lêste berjocht sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
122 $labels['backtolist'] = 'Tebek nei berjochtlyst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
123 $labels['viewsource'] = 'Toan boarne';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
124 $labels['mark'] = 'Markearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
125 $labels['markmessages'] = 'Markearje berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
126 $labels['markread'] = 'As lêzen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
127 $labels['markunread'] = 'As net-lêzen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
128 $labels['markflagged'] = 'As flagge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
129 $labels['markunflagged'] = 'As net-flagge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
130 $labels['moreactions'] = 'Mear aksjes...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
131 $labels['markallread'] = 'Markearje alles as lêzen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
132 $labels['folders-cur'] = 'Allinnich selektearre map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
133 $labels['folders-sub'] = 'Selektearre map en ûnderlizzende mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
134 $labels['folders-all'] = 'Alle mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
135 $labels['more'] = 'Mear';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
136 $labels['back'] = 'Tebek';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
137 $labels['options'] = 'Opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
138 $labels['first'] = 'Earst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
139 $labels['last'] = 'Lêst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
140 $labels['previous'] = 'Foarige';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
141 $labels['next'] = 'Folgjende';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
142 $labels['select'] = 'Selektearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
143 $labels['all'] = 'Alle';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
144 $labels['none'] = 'Gjin';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
145 $labels['currpage'] = 'Aktuele side';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
146 $labels['isread'] = 'Lêzen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
147 $labels['unread'] = 'Net-lêzen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
148 $labels['flagged'] = 'Flagge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
149 $labels['unflagged'] = 'Net-flagge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
150 $labels['unanswered'] = 'Unbeantwurde';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
151 $labels['withattachment'] = 'Mei taheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
152 $labels['deleted'] = 'Ferwidere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
153 $labels['undeleted'] = 'Net ferwidere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
154 $labels['replied'] = 'Antwurde';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
155 $labels['forwarded'] = 'Trochstjoerd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
156 $labels['invert'] = 'Omkeart';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
157 $labels['filter'] = 'Filter';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
158 $labels['list'] = 'Lyst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
159 $labels['threads'] = 'Streamen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
160 $labels['expand-all'] = 'Alles útwreidzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
161 $labels['expand-unread'] = 'Net-lêzen útwreidzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
162 $labels['collapse-all'] = 'Alles ynsakje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
163 $labels['threaded'] = 'Streamde';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
164 $labels['autoexpand_threads'] = 'Berjocht stream útwreidzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
165 $labels['do_expand'] = 'Alle streamen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
166 $labels['expand_only_unread'] = 'Allinnich mei net-lêzen berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
167 $labels['fromto'] = 'Fan/Nei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
168 $labels['flag'] = 'Flagge';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
169 $labels['attachment'] = 'Taheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
170 $labels['nonesort'] = 'Gjin';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
171 $labels['sentdate'] = 'Ferstjoer datum';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
172 $labels['arrival'] = 'Oankomst datum';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
173 $labels['asc'] = 'oprinnend';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
174 $labels['desc'] = 'delgeande';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
175 $labels['listcolumns'] = 'Lyst kolommen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
176 $labels['listsorting'] = 'Skiftsje kolom';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
177 $labels['listorder'] = 'Sorting oarder';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
178 $labels['listmode'] = 'Lyst werjefte modus';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
179 $labels['layout'] = 'Yndieling';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
180 $labels['layoutwidescreen'] = 'Breedbyld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
181 $labels['layoutdesktop'] = 'Desktop';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
182 $labels['layoutlist'] = 'Lyst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
183 $labels['folderactions'] = 'Map aksjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
184 $labels['compact'] = 'Kompakt';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
185 $labels['empty'] = 'Leech';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
186 $labels['importmessages'] = 'Berjochten ymportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
187 $labels['quota'] = 'Skiifgebrûk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
188 $labels['unknown'] = 'ûnbekend';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
189 $labels['unlimited'] = 'ûnbeheind';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
190 $labels['quotatype'] = 'Kwota type';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
191 $labels['quotatotal'] = 'Beheining';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
192 $labels['quotaused'] = 'Brûkt';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
193 $labels['quotastorage'] = 'Skiifromte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
194 $labels['quotamessage'] = 'Oantal berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
195 $labels['quicksearch'] = 'Fluch sykje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
196 $labels['resetsearch'] = 'Sykopdracht wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
197 $labels['searchmod'] = 'Syk modifikaasjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
198 $labels['msgtext'] = 'Hiele berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
199 $labels['body'] = 'Ynhâld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
200 $labels['type'] = 'Type';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
201 $labels['namex'] = 'Namme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
202 $labels['searchscope'] = 'Berik';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
203 $labels['currentfolder'] = 'Aktuele map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
204 $labels['subfolders'] = 'Dizze en ûnderlizzende mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
205 $labels['allfolders'] = 'Alle mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
206 $labels['searchinterval-1W'] = 'Alder as in wike';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
207 $labels['searchinterval-1M'] = 'Alder as in moanne';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
208 $labels['searchinterval-1Y'] = 'Alder as in jier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
209 $labels['searchinterval1W'] = 'Nijer as in wike';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
210 $labels['searchinterval1M'] = 'Nijer as in moanne';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
211 $labels['searchinterval1Y'] = 'Nijer as in jier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
212 $labels['openinextwin'] = 'Iepenje yn nij finster';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
213 $labels['emlsave'] = 'Ynlade (.eml)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
214 $labels['changeformattext'] = 'Toan yn gewoane tekst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
215 $labels['changeformathtml'] = 'Toan yn HTML formaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
216 $labels['editasnew'] = 'Bewurkje as nij';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
217 $labels['send'] = 'Ferstjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
218 $labels['sendmessage'] = 'Berjocht ferstjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
219 $labels['savemessage'] = 'Bewarje as konsept';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
220 $labels['addattachment'] = 'In bestân taheakje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
221 $labels['charset'] = 'Tekenset';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
222 $labels['editortype'] = 'Bewurker type';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
223 $labels['returnreceipt'] = 'Untfangst werom stjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
224 $labels['dsn'] = 'Levering status notifikaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
225 $labels['mailreplyintro'] = 'Op $date, skreau $sender:';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
226 $labels['originalmessage'] = 'Oarspronklik Berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
227 $labels['selectimage'] = 'Ofbylding selektearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
228 $labels['addimage'] = 'Ofbylding tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
229 $labels['selectmedia'] = 'Fideo selektearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
230 $labels['addmedia'] = 'Fideo tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
231 $labels['encrypt'] = 'Fersiferje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
232 $labels['encryptmessage'] = 'Berjocht fersiferje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
233 $labels['encryptmessagemailvelope'] = 'Berjocht fersiferje mei Mailvelope';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
234 $labels['importpubkeys'] = 'Publike kaaien ymportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
235 $labels['encryptedsendialog'] = 'Fersifere berjocht ferstjoere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
236 $labels['keyid'] = 'Kaai ID';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
237 $labels['keylength'] = 'Bits';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
238 $labels['keyexpired'] = 'Ferrûn';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
239 $labels['keyrevoked'] = 'Ynlutsen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
240 $labels['bccinstead'] = 'Bcc brûke';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
241 $labels['editidents'] = 'Identiteiten bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
242 $labels['spellcheck'] = 'Stavering';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
243 $labels['checkspelling'] = 'Stavering kontrolearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
244 $labels['resumeediting'] = 'Bewurkje ferfetsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
245 $labels['revertto'] = 'Tebeksette nei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
246 $labels['restore'] = 'Weromsette';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
247 $labels['restoremessage'] = 'Berjocht weromsette?';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
248 $labels['ignore'] = 'Negearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
249 $labels['responses'] = 'Antwurden';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
250 $labels['insertresponse'] = 'In antwurd ynfiere';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
251 $labels['manageresponses'] = 'Antwurden beheare';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
252 $labels['newresponse'] = 'Nij antwurd oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
253 $labels['addresponse'] = 'Antwurd tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
254 $labels['editresponse'] = 'Antwurd bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
255 $labels['editresponses'] = 'Antwurden bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
256 $labels['responsename'] = 'Namme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
257 $labels['responsetext'] = 'Antwurd tekst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
258 $labels['attach'] = 'Taheakje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
259 $labels['attachments'] = 'Taheaksels';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
260 $labels['upload'] = 'Oplade';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
261 $labels['uploadprogress'] = '$percent ($current fan $total)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
262 $labels['close'] = 'Slúte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
263 $labels['messageoptions'] = 'Berjocht opsjes...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
264 $labels['togglecomposeoptions'] = 'Komposysje opsjes skeakelje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
265 $labels['attachmentrename'] = 'Taheaksel omneame';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
266 $labels['low'] = 'Leech';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
267 $labels['lowest'] = 'Leechste';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
268 $labels['normal'] = 'Normaal';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
269 $labels['high'] = 'Heech';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
270 $labels['highest'] = 'Heechste';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
271 $labels['nosubject'] = '(gjin ûnderwerp)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
272 $labels['showimages'] = 'Ofbyldings toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
273 $labels['alwaysshow'] = 'Ofbyldings fan $sender altyd toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
274 $labels['isdraft'] = 'Dit is in konsept berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
275 $labels['andnmore'] = '$nr mear...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
276 $labels['togglemoreheaders'] = 'Mear berjocht koppen toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
277 $labels['togglefullheaders'] = 'Ruwe berjocht koppen skeakelje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
278 $labels['htmltoggle'] = 'HTML';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
279 $labels['plaintoggle'] = 'Gewoane tekst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
280 $labels['savesentmessagein'] = 'Bewarje ferstjoerd berjoch yn';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
281 $labels['dontsave'] = 'net bewarje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
282 $labels['maxuploadsize'] = 'Maksimum bestâns grutte is $size';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
283 $labels['addcc'] = 'CC tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
284 $labels['addbcc'] = 'BCC tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
285 $labels['addreplyto'] = 'Reagearje-Op Tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
286 $labels['addfollowupto'] = 'Ferfolch-Op Tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
287 $labels['mdnrequest'] = 'De stjoerder fan dit berjocht hat frege om op de hichte brocht te wurden as jo dit berjocht lêzen hawwe. Wolle jo de ôfstjoerder op de hichte bringe?';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
288 $labels['receiptread'] = 'Weromstjoerd Untfangstbewiis (lêzen)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
289 $labels['yourmessage'] = 'Dit is in Weromstjoerd Untfangstbewiis foar jo berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
290 $labels['receiptnote'] = 'Tink derom: Dit ûntfangstbewiis erkent allinnich dat it berjocht waard werjûn op de kompjûter fan ûntfanger. Der is gjin garânsje dat de ûntfanger de berjocht ynhâld lêzen of begrepen hat.';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
291 $labels['name'] = 'Skerm Namme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
292 $labels['firstname'] = 'Foarnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
293 $labels['surname'] = 'Achternamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
294 $labels['middlename'] = 'Twadde Namme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
295 $labels['nameprefix'] = 'Foarheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
296 $labels['namesuffix'] = 'Efterheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
297 $labels['nickname'] = 'Skûlnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
298 $labels['jobtitle'] = 'Funksjenamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
299 $labels['department'] = 'Ofdieling';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
300 $labels['gender'] = 'Geslacht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
301 $labels['maidenname'] = 'Famkesnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
302 $labels['email'] = 'E-post';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
303 $labels['phone'] = 'Telefoannûmer';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
304 $labels['address'] = 'Adres';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
305 $labels['street'] = 'Strjitte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
306 $labels['locality'] = 'Doarp/Stêd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
307 $labels['zipcode'] = 'Postkoade';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
308 $labels['region'] = 'Provinsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
309 $labels['country'] = 'Lân';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
310 $labels['birthday'] = 'Jierdei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
311 $labels['anniversary'] = 'Troudei';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
312 $labels['website'] = 'Webstee';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
313 $labels['instantmessenger'] = 'IM';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
314 $labels['notes'] = 'Notysjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
315 $labels['male'] = 'man';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
316 $labels['female'] = 'frou';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
317 $labels['manager'] = 'Behearder';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
318 $labels['assistant'] = 'Assistint';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
319 $labels['spouse'] = 'Echtgenoat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
320 $labels['allfields'] = 'Alle fjilden';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
321 $labels['search'] = 'Sykje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
322 $labels['searchresult'] = 'Syk risseltaten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
323 $labels['advsearch'] = 'Avansearre Sykje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
324 $labels['advanced'] = 'Avansearre';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
325 $labels['other'] = 'Oars';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
326 $labels['printcontact'] = 'Kontakt ôfdrukke';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
327 $labels['qrcode'] = 'QR Koade';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
328 $labels['typehome'] = 'Thús';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
329 $labels['typework'] = 'Wurk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
330 $labels['typeother'] = 'Oars';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
331 $labels['typemobile'] = 'Mobyl';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
332 $labels['typemain'] = 'Foarnaamste';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
333 $labels['typehomefax'] = 'Fax Thús';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
334 $labels['typeworkfax'] = 'Fax Wurk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
335 $labels['typecar'] = 'Auto';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
336 $labels['typepager'] = 'Pieper';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
337 $labels['typevideo'] = 'Fideo';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
338 $labels['typeassistant'] = 'Assistint';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
339 $labels['typehomepage'] = 'Thússide';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
340 $labels['typeblog'] = 'Blog';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
341 $labels['typeprofile'] = 'Profyl';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
342 $labels['addfield'] = 'Fjild tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
343 $labels['addcontact'] = 'Kontakt tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
344 $labels['editcontact'] = 'Kontakt bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
345 $labels['contacts'] = 'Kontakten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
346 $labels['contactproperties'] = 'Kontakt eigenskippen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
347 $labels['contactnameandorg'] = 'Namme en Organisaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
348 $labels['personalinfo'] = 'Persoanlike ynformaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
349 $labels['contactphoto'] = 'Kontakt foto';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
350 $labels['edit'] = 'Bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
351 $labels['cancel'] = 'Annulearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
352 $labels['save'] = 'Bewarje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
353 $labels['delete'] = 'Fuortsmite';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
354 $labels['rename'] = 'Omneame';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
355 $labels['addphoto'] = 'Tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
356 $labels['replacephoto'] = 'Ferfange';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
357 $labels['uploadphoto'] = 'Foto oplade';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
358 $labels['newcontact'] = 'Nij kontakt oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
359 $labels['deletecontact'] = 'Selektearre kontakten ferwiderje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
360 $labels['composeto'] = 'Skriuw berjocht oan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
361 $labels['contactsfromto'] = 'Kontakten $from oant $to fan $count';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
362 $labels['print'] = 'Ofdrukke';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
363 $labels['export'] = 'Eksportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
364 $labels['exportall'] = 'Alles eksportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
365 $labels['exportsel'] = 'Selektearre eksportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
366 $labels['exportvcards'] = 'Kontakten eksportearje yn vCard formaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
367 $labels['newgroup'] = 'Nije groep oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
368 $labels['addgroup'] = 'Groep tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
369 $labels['grouprename'] = 'Groep omneame';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
370 $labels['groupdelete'] = 'Groep ferwiderje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
371 $labels['groupremoveselected'] = 'Selektearre kontakten út groep ferwiderje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
372 $labels['uponelevel'] = 'Ien nivo omheech';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
373 $labels['previouspage'] = 'Lit foarige side sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
374 $labels['firstpage'] = 'Lit earste side sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
375 $labels['nextpage'] = 'Lit folgjende side sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
376 $labels['lastpage'] = 'Lit lêste side sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
377 $labels['group'] = 'Groep';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
378 $labels['groups'] = 'Groepen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
379 $labels['listgroup'] = 'Groep leden yn lyst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
380 $labels['personaladrbook'] = 'Persoanlike adressen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
381 $labels['searchsave'] = 'Sykopdracht bewarje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
382 $labels['searchdelete'] = 'Sykopdracht wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
383 $labels['import'] = 'Ymportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
384 $labels['importcontacts'] = 'Kontakten ymportearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
385 $labels['importfromfile'] = 'Ymportearje út bestân';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
386 $labels['importtarget'] = 'Kontakten tafoegje oan';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
387 $labels['importreplace'] = 'It hiele adresboek ferfange';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
388 $labels['importgroups'] = 'Ymportearje groep opdrachten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
389 $labels['importgroupsall'] = 'Alle (meitsje groepen oan wêr nedich)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
390 $labels['importgroupsexisting'] = 'Allinnich foar besteande groepen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
391 $labels['importdesc'] = 'Jo kinne kontakten út in besteand adresboek oplade.<br/>Wy stypje it ymportearjen fan besteande adressen út de<a href="http://en.wikipedia.org/wiki/VCard">vCard</a> of CSV (komma-skeiden) gegevens formaat.';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
392 $labels['done'] = 'Klear';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
393 $labels['settingsfor'] = 'Ynstellings foar';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
394 $labels['about'] = 'Oer';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
395 $labels['preferences'] = 'Foarkarren';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
396 $labels['userpreferences'] = 'Brûkers foarkarren';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
397 $labels['editpreferences'] = 'Brûkers foarkarren bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
398 $labels['identities'] = 'Identiteiten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
399 $labels['manageidentities'] = 'Identiteiten beheare';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
400 $labels['newidentity'] = 'Nije identiteit oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
401 $labels['addidentity'] = 'Identiteit tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
402 $labels['editidentity'] = 'Identiteit bewurkje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
403 $labels['preferhtml'] = 'Toan HTML';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
404 $labels['defaultcharset'] = 'Standert Teken Set';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
405 $labels['htmlmessage'] = 'HTML Berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
406 $labels['messagepart'] = 'Diel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
407 $labels['digitalsig'] = 'Digitale Hantekening';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
408 $labels['dateformat'] = 'Datum formaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
409 $labels['timeformat'] = 'Tiid formaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
410 $labels['prettydate'] = 'Moaie datums';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
411 $labels['setdefault'] = 'Set standert';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
412 $labels['autodetect'] = 'Auto';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
413 $labels['language'] = 'Taal';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
414 $labels['timezone'] = 'Tiidsône';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
415 $labels['pagesize'] = 'Rigen per side';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
416 $labels['signature'] = 'Hantekening';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
417 $labels['dstactive'] = 'Simmertiid';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
418 $labels['showinextwin'] = 'Berjocht yn nij finster iepenje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
419 $labels['composeextwin'] = 'Skriuw yn in nij finster';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
420 $labels['htmleditor'] = 'Skriuw HTML berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
421 $labels['htmlonreply'] = 'Allinnich op HTML berjocht antwurdzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
422 $labels['htmlonreplyandforward'] = 'op trochstjoerd of antwurd nei HTML berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
423 $labels['htmlsignature'] = 'HTML hantekening';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
424 $labels['showemail'] = 'Toan e-post adres mei skermnamme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
425 $labels['previewpane'] = 'Toan foarbyld skerm';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
426 $labels['skin'] = 'Omjouwings tema';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
427 $labels['logoutclear'] = 'Jiskefet leechje by útloggen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
428 $labels['logoutcompact'] = 'Komprimearje Postfek YN by útloggen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
429 $labels['uisettings'] = 'Brûkers omjouwing';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
430 $labels['serversettings'] = 'Tsjinner Ynstellings';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
431 $labels['mailboxview'] = 'Postfek Yndieling';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
432 $labels['mdnrequests'] = 'Op fersyk by ûntfangstbewiis';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
433 $labels['askuser'] = 'freegje my';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
434 $labels['autosend'] = 'stjoer ûntfangstbewiis ';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
435 $labels['autosendknown'] = 'stjoer ûntfangstbewiis nei kontakten, oars my freegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
436 $labels['autosendknownignore'] = 'stjoer ûntfangstbewiis nei kontakten, oars negearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
437 $labels['ignorerequest'] = 'fersyk negearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
438 $labels['readwhendeleted'] = 'Markearje berjocht as lêzen by wiskjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
439 $labels['flagfordeletion'] = 'Berjocht flagje foar wiskjen yn pleats fan wiskjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
440 $labels['skipdeleted'] = 'Wiske berjochten net sjen litte';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
441 $labels['deletealways'] = 'As berjochten nei Jiskefet ferpleatse mislearret, wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
442 $labels['deletejunk'] = 'Berjochten yn Jiskefet fuort wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
443 $labels['showremoteimages'] = 'Werjaan eksterne ynsletten ôfbyldings';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
444 $labels['fromknownsenders'] = 'fan bekende stjoerders';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
445 $labels['always'] = 'altyd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
446 $labels['alwaysbutplain'] = 'Altyd, útsein as antwurde wurd yn gewoane tekst';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
447 $labels['showinlineimages'] = 'Lit taheake ôfbyldings ûnder it berjocht sjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
448 $labels['autosavedraft'] = 'Konsept automatysk bewarje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
449 $labels['everynminutes'] = 'eltse $n minút(en)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
450 $labels['refreshinterval'] = 'Ferfarskje (op nije berjochten kontrolearje, ensaf.)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
451 $labels['never'] = 'nea';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
452 $labels['immediately'] = 'fuortendaliks';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
453 $labels['messagesdisplaying'] = 'Berjochten Toane';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
454 $labels['messagescomposition'] = 'Berjochten Skriuwe';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
455 $labels['mimeparamfolding'] = 'Taheaksel nammen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
456 $labels['2231folding'] = 'Fol RFC 2231 (Thunderbird)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
457 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
458 $labels['2047folding'] = 'Fol RFC 2047 (other)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
459 $labels['force7bit'] = 'Brûk MIME fersifering foar 8-bit tekens';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
460 $labels['savelocalstorage'] = "Bewarje yn lokale opslach fan de browser (tydlik)";
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
461 $labels['advancedoptions'] = 'Avansearre opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
462 $labels['toggleadvancedoptions'] = 'Avansearre opsjes skeakelje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
463 $labels['focusonnewmessage'] = 'Fokus browser finster by nij berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
464 $labels['checkallfolders'] = 'Kontrolearje alle mappen op nije berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
465 $labels['displaynext'] = 'Nij wiskjen/ferpleatsen fan berjocht, toan folgjende berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
466 $labels['defaultfont'] = 'Standert lettertype fan HTML berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
467 $labels['mainoptions'] = 'Haad Opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
468 $labels['browseroptions'] = 'Browser Opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
469 $labels['section'] = 'Seleksje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
470 $labels['maintenance'] = 'Underhâld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
471 $labels['newmessage'] = 'Nij Berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
472 $labels['signatureoptions'] = 'Hantekening Opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
473 $labels['whenreplying'] = 'By beäntwurdzjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
474 $labels['replyempty'] = 'It oarspronklike berjocht net sitearje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
475 $labels['replytopposting'] = 'begjinne nij berjocht boppe de sitaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
476 $labels['replybottomposting'] = 'begjinne nij berjocht ûnder de sitaat';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
477 $labels['replyremovesignature'] = 'By it beäntwurdzjen oarspronklike hântekening fan berjocht wiskje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
478 $labels['autoaddsignature'] = 'Automatysk hantekening tafoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
479 $labels['newmessageonly'] = 'allinnich nije berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
480 $labels['replyandforwardonly'] = 'by antwurdzjen en trochstjoeren';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
481 $labels['insertsignature'] = 'Hantekening ynfoegje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
482 $labels['sigbelow'] = 'Hantekening ûnder it siteare berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
483 $labels['sigseparator'] = 'Forsearje standert skiedingsteken yn hantekenings';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
484 $labels['afternseconds'] = 'nei $n sekonden';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
485 $labels['reqmdn'] = 'Freegje altyd in ûntfangstbewiis';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
486 $labels['reqdsn'] = 'Freegje altyd in levering status notifikaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
487 $labels['replysamefolder'] = 'Set antwurden yn de map fan it berjocht dêr\'t op antwurde wurd';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
488 $labels['defaultabook'] = 'Standert adresboek';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
489 $labels['autocompletesingle'] = 'Sla alternative e-post adressen oer yn autokompleet';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
490 $labels['listnamedisplay'] = 'Kontakten yn lyst as';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
491 $labels['spellcheckbeforesend'] = 'Kontrolearje de stavering foar it ferstjoeren fan in berjocht';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
492 $labels['spellcheckoptions'] = 'Staverings Opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
493 $labels['spellcheckignoresyms'] = 'Negearje wurden mei symboalen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
494 $labels['spellcheckignorenums'] = 'Negearje wurden mei sifers';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
495 $labels['spellcheckignorecaps'] = 'Negearje wurden mei alle letters as haadletters';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
496 $labels['addtodict'] = 'Taheakje oan wurdboek';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
497 $labels['mailtoprotohandler'] = 'Registrearje protokol handler foar mailto: keppelings';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
498 $labels['standardwindows'] = 'Omgean mei popups as standert finsters';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
499 $labels['forwardmode'] = 'Berjocht trochstjoeren';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
500 $labels['inline'] = 'ynsletten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
501 $labels['asattachment'] = 'as taheaksel';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
502 $labels['replyallmode'] = 'Standert aksje foar [Alles beäntwurdzje] knop';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
503 $labels['replyalldefault'] = 'op alles antwurdzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
504 $labels['replyalllist'] = 'allinnich antwurdzje nei mailing lyst (wêr fûn)';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
505 $labels['folder'] = 'Map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
506 $labels['folders'] = 'Mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
507 $labels['foldername'] = 'Map namme';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
508 $labels['subscribed'] = 'Ynskreaun';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
509 $labels['messagecount'] = 'Berjochten';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
510 $labels['create'] = 'Oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
511 $labels['createfolder'] = 'Nije map oanmeitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
512 $labels['managefolders'] = 'Mappen beheare';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
513 $labels['specialfolders'] = 'Spesjale Mappen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
514 $labels['properties'] = 'Eigenskippen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
515 $labels['folderproperties'] = 'Map eigenskippen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
516 $labels['parentfolder'] = 'Boppelizzende map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
517 $labels['location'] = 'Lokaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
518 $labels['info'] = 'Ynformaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
519 $labels['getfoldersize'] = 'Klik om map grutte te krijen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
520 $labels['changesubscription'] = 'Klik om ynskriuwing te feroarjen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
521 $labels['foldertype'] = 'Map Type';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
522 $labels['personalfolder'] = 'Privee Map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
523 $labels['otherfolder'] = 'Oare Brûker\'s Map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
524 $labels['sharedfolder'] = 'Publike Map';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
525 $labels['findfolders'] = 'Mappen fine';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
526 $labels['namespace.personal'] = 'Persoanlik';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
527 $labels['namespace.other'] = 'Oare brûkers';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
528 $labels['namespace.shared'] = 'Dielt';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
529 $labels['sortby'] = 'Sortearje op';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
530 $labels['sortasc'] = 'Sortearje oprinnend';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
531 $labels['sortdesc'] = 'Sortearje delgeand';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
532 $labels['undo'] = 'Ungedien meitsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
533 $labels['installedplugins'] = 'Ynstallearre ynstekkers';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
534 $labels['plugin'] = 'Ynstekker';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
535 $labels['version'] = 'Ferzje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
536 $labels['source'] = 'Boarne';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
537 $labels['license'] = 'Lisinsje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
538 $labels['support'] = 'Krij help';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
539 $labels['B'] = 'B';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
540 $labels['KB'] = 'KB';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
541 $labels['MB'] = 'MB';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
542 $labels['GB'] = 'GB';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
543 $labels['unicode'] = 'Unicode';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
544 $labels['english'] = 'Ingelsk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
545 $labels['westerneuropean'] = 'West Europeesk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
546 $labels['easterneuropean'] = 'East Europeesk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
547 $labels['southeasterneuropean'] = 'Súd-East Europeesk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
548 $labels['baltic'] = 'Baltysk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
549 $labels['cyrillic'] = 'Syrillysk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
550 $labels['arabic'] = 'Arabysk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
551 $labels['greek'] = 'Gryksk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
552 $labels['hebrew'] = 'Hebrieuwsk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
553 $labels['turkish'] = 'Turksk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
554 $labels['nordic'] = 'Noardsk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
555 $labels['thai'] = 'Taisk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
556 $labels['celtic'] = 'Keltysk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
557 $labels['vietnamese'] = 'Fietnameesk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
558 $labels['japanese'] = 'Japansk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
559 $labels['korean'] = 'Koreaansk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
560 $labels['chinese'] = 'Sineesk';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
561 $labels['arialabeltopnav'] = 'Finster kontrôle';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
562 $labels['arialabeltasknav'] = 'Applikaasje taken';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
563 $labels['arialabeltoolbar'] = 'Applikaasje arkbalke';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
564 $labels['arialabelactivetask'] = 'Aktive taak';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
565 $labels['arialabelmessagessearchfilter'] = 'E-post fermelding filter';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
566 $labels['arialabelmailsearchform'] = 'E-post berjocht syk formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
567 $labels['arialabelcontactsearchform'] = 'Kontakt syk formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
568 $labels['arialabelmailquicksearchbox'] = 'E-post sykje ynbring';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
569 $labels['arialabelquicksearchbox'] = 'Sykje ynbring';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
570 $labels['arialabelfoldersearchfilter'] = 'Map fermelding filter';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
571 $labels['arialabelfoldersearchform'] = 'Map syk formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
572 $labels['arialabelfolderlist'] = 'E-post map seleksje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
573 $labels['arialabelmessagelist'] = 'E-post Berjocht Fermelding';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
574 $labels['arialabelmailpreviewframe'] = 'Berjocht foarbyld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
575 $labels['arialabelmailboxmenu'] = 'Map aksje menu';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
576 $labels['arialabellistselectmenu'] = 'Lyst seleksje menu';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
577 $labels['arialabelthreadselectmenu'] = 'Stream fermelding menu';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
578 $labels['arialabelmessagelistoptions'] = 'Berjocht lyst werjefte en sortearjen opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
579 $labels['arialabelmailimportdialog'] = 'Berjocht ymport skerm';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
580 $labels['arialabelmessagenav'] = 'Berjocht navigaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
581 $labels['arialabelmessagebody'] = 'Berjocht Ynhâld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
582 $labels['arialabelmessageactions'] = 'Berjocht aksjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
583 $labels['arialabelcontactquicksearch'] = 'Kontakten syk formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
584 $labels['arialabelcontactsearchbox'] = 'Kontakt syk ynbring';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
585 $labels['arialabelmessageheaders'] = 'Berjocht koppen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
586 $labels['arialabelforwardingoptions'] = 'Trochstjoer opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
587 $labels['arialabelreplyalloptions'] = 'Antwurdzje-alle opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
588 $labels['arialabelmoremessageactions'] = 'Mear berjocht aksjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
589 $labels['arialabelmarkmessagesas'] = 'Markearje selektearre berjochten as...';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
590 $labels['arialabelcomposeoptions'] = 'Skriuw opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
591 $labels['arialabelresponsesmenu'] = 'Ynblikte antwurden menu';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
592 $labels['arialabelattachmentuploadform'] = 'Taheaksel oplaad formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
593 $labels['arialabelattachmentpreview'] = 'Taheaksel foarbyld';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
594 $labels['ariasummarycomposecontacts'] = 'Lyst fan kontakten en groepen te selektearjen as ûntfangers';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
595 $labels['arialabelcontactexportoptions'] = 'Kontakt eksport opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
596 $labels['arialabelabookgroupoptions'] = 'Adresboek/groep opsjes';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
597 $labels['arialabelpreferencesform'] = 'Foarkarren formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
598 $labels['arialabelidentityeditfrom'] = 'Identiteit bewurkings formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
599 $labels['arialabelresonseeditfrom'] = 'Antwurd bewurkings formulier';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
600 $labels['arialabelsearchterms'] = 'Syktermen';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
601 $labels['helplistnavigation'] = 'Lyst toetseboerd navigaasje';
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
602 $labels['helplistkeyboardnavigation'] = "Pylken op/del: Beweegje rige fokus/seleksje.
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
603 Spatie: Selektearje fokuse rige.
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
604 Shift + op/del: Selektearje oanfoljende rige boppe/ûnder.
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
605 Ctrl + Spatie: Foegje fokuse rige ta oan seleksje/ferwiderje fan seleksje.";
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
606 $labels['helplistkeyboardnavmessages'] = "Pylken rjochts/lofts: útwreidzje/ynsakje berjocht stream (allinnich yn stream modus).
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
607 Enter: Iepenje it selektearre/fokuse berjocht.
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
608 Delete: Ferpleats selektearre berjocht nei jiskefet.";
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
609 $labels['helplistkeyboardnavcontacts'] = "Enter: Iepenje it selektearre/fokuse kontakt.";
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
610 ?>