Index: trunk/extensions/DonationInterface/donationinterface.php |
— | — | @@ -564,24 +564,21 @@ |
565 | 565 | |
566 | 566 | ); |
567 | 567 | |
568 | | -$wgExtensionMessagesFiles['DonateInterface'] = $donationinterface_dir . 'donate_interface/donate_interface.i18n.php'; |
569 | | - |
570 | | - |
| 568 | +// Load the interface messages that are shared across multiple gateways |
| 569 | +$wgExtensionMessagesFiles['DonateInterface'] = $donationinterface_dir . 'gateway_common/interface.i18n.php'; |
| 570 | +$wgExtensionMessagesFiles['GatewayCountries'] = $donationinterface_dir . 'gateway_common/countries.i18n.php'; |
| 571 | +$wgExtensionMessagesFiles['GatewayUSStates'] = $donationinterface_dir . 'gateway_common/us-states.i18n.php'; |
| 572 | + |
571 | 573 | //GlobalCollect gateway magical globals |
572 | | - |
573 | 574 | //TODO: all the bits where we make the i18n make sense for multiple gateways. This is clearly less than ideal. |
574 | 575 | if ( $optionalParts['GlobalCollect'] === true ){ |
575 | 576 | $wgExtensionMessagesFiles['GlobalCollectGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.i18n.php'; |
576 | | - $wgExtensionMessagesFiles['GlobalCollectGatewayCountries'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.countries.i18n.php'; |
577 | | - $wgExtensionMessagesFiles['GlobalCollectGatewayUSStates'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.us-states.i18n.php'; |
578 | 577 | $wgExtensionAliasesFiles['GlobalCollectGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.alias.php'; |
579 | 578 | } |
580 | 579 | |
581 | 580 | //PayflowPro gateway magical globals |
582 | 581 | if ( $optionalParts['PayflowPro'] === true ){ |
583 | 582 | $wgExtensionMessagesFiles['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.i18n.php'; |
584 | | - $wgExtensionMessagesFiles['PayflowProGatewayCountries'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.countries.i18n.php'; |
585 | | - $wgExtensionMessagesFiles['PayflowProGatewayUSStates'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.us-states.i18n.php'; |
586 | 583 | $wgExtensionAliasesFiles['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.alias.php'; |
587 | 584 | $wgAjaxExportList[] = "fnPayflowProofofWork"; |
588 | 585 | } |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.countries.i18n.php |
— | — | @@ -1,276 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Internationalization file for the Donation Interface - PayflowPro - extension |
5 | | - * |
6 | | - * @file |
7 | | - * @ingroup Extensions |
8 | | - */ |
9 | | - |
10 | | -$messages = array(); |
11 | | - |
12 | | -/** English */ |
13 | | -$messages['en'] = array( |
14 | | - "payflowpro_gateway-country-dropdown-AF" => "Afghanistan", |
15 | | - "payflowpro_gateway-country-dropdown-AL" => "Albania", |
16 | | - "payflowpro_gateway-country-dropdown-DZ" => "Algeria", |
17 | | - "payflowpro_gateway-country-dropdown-AS" => "American Samoa", |
18 | | - "payflowpro_gateway-country-dropdown-AD" => "Andorra", |
19 | | - "payflowpro_gateway-country-dropdown-AO" => "Angola", |
20 | | - "payflowpro_gateway-country-dropdown-AI" => "Anguilla", |
21 | | - "payflowpro_gateway-country-dropdown-AQ" => "Antarctica", |
22 | | - "payflowpro_gateway-country-dropdown-AG" => "Antigua and Barbuda", |
23 | | - "payflowpro_gateway-country-dropdown-AR" => "Argentina", |
24 | | - "payflowpro_gateway-country-dropdown-AM" => "Armenia", |
25 | | - "payflowpro_gateway-country-dropdown-AW" => "Aruba", |
26 | | - "payflowpro_gateway-country-dropdown-AU" => "Australia", |
27 | | - "payflowpro_gateway-country-dropdown-AT" => "Austria", |
28 | | - "payflowpro_gateway-country-dropdown-AZ" => "Azerbaijan", |
29 | | - "payflowpro_gateway-country-dropdown-BS" => "Bahamas", |
30 | | - "payflowpro_gateway-country-dropdown-BH" => "Bahrain", |
31 | | - "payflowpro_gateway-country-dropdown-BD" => "Bangladesh", |
32 | | - "payflowpro_gateway-country-dropdown-BB" => "Barbados", |
33 | | - "payflowpro_gateway-country-dropdown-BY" => "Belarus", |
34 | | - "payflowpro_gateway-country-dropdown-BE" => "Belgium", |
35 | | - "payflowpro_gateway-country-dropdown-BZ" => "Belize", |
36 | | - "payflowpro_gateway-country-dropdown-BJ" => "Benin", |
37 | | - "payflowpro_gateway-country-dropdown-BM" => "Bermuda", |
38 | | - "payflowpro_gateway-country-dropdown-BT" => "Bhutan", |
39 | | - "payflowpro_gateway-country-dropdown-BO" => "Bolivia", |
40 | | - "payflowpro_gateway-country-dropdown-BA" => "Bosnia and Herzegovina", |
41 | | - "payflowpro_gateway-country-dropdown-BW" => "Botswana", |
42 | | - "payflowpro_gateway-country-dropdown-BV" => "Bouvet Island", |
43 | | - "payflowpro_gateway-country-dropdown-BR" => "Brazil", |
44 | | - "payflowpro_gateway-country-dropdown-IO" => "British Indian Ocean Territory", |
45 | | - "payflowpro_gateway-country-dropdown-BN" => "Brunei Darussalam", |
46 | | - "payflowpro_gateway-country-dropdown-BG" => "Bulgaria", |
47 | | - "payflowpro_gateway-country-dropdown-BF" => "Burkina Faso", |
48 | | - "payflowpro_gateway-country-dropdown-BI" => "Burundi", |
49 | | - "payflowpro_gateway-country-dropdown-KH" => "Cambodia", |
50 | | - "payflowpro_gateway-country-dropdown-CM" => "Cameroon", |
51 | | - "payflowpro_gateway-country-dropdown-CA" => "Canada", |
52 | | - "payflowpro_gateway-country-dropdown-CV" => "Cape Verde", |
53 | | - "payflowpro_gateway-country-dropdown-KY" => "Cayman Islands", |
54 | | - "payflowpro_gateway-country-dropdown-CF" => "Central African Republic", |
55 | | - "payflowpro_gateway-country-dropdown-TD" => "Chad", |
56 | | - "payflowpro_gateway-country-dropdown-CL" => "Chile", |
57 | | - "payflowpro_gateway-country-dropdown-CN" => "China", |
58 | | - "payflowpro_gateway-country-dropdown-CX" => "Christmas Island", |
59 | | - "payflowpro_gateway-country-dropdown-CC" => "Cocos (Keeling) Islands", |
60 | | - "payflowpro_gateway-country-dropdown-CO" => "Colombia", |
61 | | - "payflowpro_gateway-country-dropdown-KM" => "Comoros", |
62 | | - "payflowpro_gateway-country-dropdown-CD" => "Congo, Democratic Republic of the", |
63 | | - "payflowpro_gateway-country-dropdown-CG" => "Congo", |
64 | | - "payflowpro_gateway-country-dropdown-CK" => "Cook Islands", |
65 | | - "payflowpro_gateway-country-dropdown-CR" => "Costa Rica", |
66 | | - "payflowpro_gateway-country-dropdown-CI" => "C̫te d'Ivoire", |
67 | | - "payflowpro_gateway-country-dropdown-HR" => "Croatia", |
68 | | - "payflowpro_gateway-country-dropdown-CU" => "Cuba", |
69 | | - "payflowpro_gateway-country-dropdown-CY" => "Cyprus", |
70 | | - "payflowpro_gateway-country-dropdown-CZ" => "Czech Republic", |
71 | | - "payflowpro_gateway-country-dropdown-DK" => "Denmark", |
72 | | - "payflowpro_gateway-country-dropdown-DJ" => "Djibouti", |
73 | | - "payflowpro_gateway-country-dropdown-DM" => "Dominica", |
74 | | - "payflowpro_gateway-country-dropdown-DO" => "Dominican Republic", |
75 | | - "payflowpro_gateway-country-dropdown-EC" => "Ecuador", |
76 | | - "payflowpro_gateway-country-dropdown-EG" => "Egypt", |
77 | | - "payflowpro_gateway-country-dropdown-SV" => "El Salvador", |
78 | | - "payflowpro_gateway-country-dropdown-GQ" => "Equatorial Guinea", |
79 | | - "payflowpro_gateway-country-dropdown-ER" => "Eritrea", |
80 | | - "payflowpro_gateway-country-dropdown-EE" => "Estonia", |
81 | | - "payflowpro_gateway-country-dropdown-ET" => "Ethiopia", |
82 | | - "payflowpro_gateway-country-dropdown-FK" => "Falkland Islands (Malvinas)", |
83 | | - "payflowpro_gateway-country-dropdown-FO" => "Faroe Islands", |
84 | | - "payflowpro_gateway-country-dropdown-FJ" => "Fiji", |
85 | | - "payflowpro_gateway-country-dropdown-FI" => "Finland", |
86 | | - "payflowpro_gateway-country-dropdown-FR" => "France", |
87 | | - "payflowpro_gateway-country-dropdown-GF" => "French Guiana", |
88 | | - "payflowpro_gateway-country-dropdown-PF" => "French Polynesia", |
89 | | - "payflowpro_gateway-country-dropdown-TF" => "French Southern Territories", |
90 | | - "payflowpro_gateway-country-dropdown-GA" => "Gabon", |
91 | | - "payflowpro_gateway-country-dropdown-GM" => "Gambia", |
92 | | - "payflowpro_gateway-country-dropdown-GE" => "Georgia", |
93 | | - "payflowpro_gateway-country-dropdown-DE" => "Germany", |
94 | | - "payflowpro_gateway-country-dropdown-GH" => "Ghana", |
95 | | - "payflowpro_gateway-country-dropdown-GI" => "Gibraltar", |
96 | | - "payflowpro_gateway-country-dropdown-GR" => "Greece", |
97 | | - "payflowpro_gateway-country-dropdown-GL" => "Greenland", |
98 | | - "payflowpro_gateway-country-dropdown-GD" => "Grenada", |
99 | | - "payflowpro_gateway-country-dropdown-GP" => "Guadeloupe", |
100 | | - "payflowpro_gateway-country-dropdown-GU" => "Guam", |
101 | | - "payflowpro_gateway-country-dropdown-GT" => "Guatemala", |
102 | | - "payflowpro_gateway-country-dropdown-GW" => "Guinea-Bissau", |
103 | | - "payflowpro_gateway-country-dropdown-GN" => "Guinea", |
104 | | - "payflowpro_gateway-country-dropdown-GY" => "Guyana", |
105 | | - "payflowpro_gateway-country-dropdown-HT" => "Haiti", |
106 | | - "payflowpro_gateway-country-dropdown-HM" => "Heard Island and McDonald Islands", |
107 | | - "payflowpro_gateway-country-dropdown-VA" => "Holy See (Vatican City State)", |
108 | | - "payflowpro_gateway-country-dropdown-HN" => "Honduras", |
109 | | - "payflowpro_gateway-country-dropdown-HK" => "Hong Kong", |
110 | | - "payflowpro_gateway-country-dropdown-HU" => "Hungary", |
111 | | - "payflowpro_gateway-country-dropdown-IS" => "Iceland", |
112 | | - "payflowpro_gateway-country-dropdown-IN" => "India", |
113 | | - "payflowpro_gateway-country-dropdown-ID" => "Indonesia", |
114 | | - "payflowpro_gateway-country-dropdown-IR" => "Iran", |
115 | | - "payflowpro_gateway-country-dropdown-IQ" => "Iraq", |
116 | | - "payflowpro_gateway-country-dropdown-IE" => "Ireland", |
117 | | - "payflowpro_gateway-country-dropdown-IL" => "Israel", |
118 | | - "payflowpro_gateway-country-dropdown-IT" => "Italy", |
119 | | - "payflowpro_gateway-country-dropdown-JM" => "Jamaica", |
120 | | - "payflowpro_gateway-country-dropdown-JP" => "Japan", |
121 | | - "payflowpro_gateway-country-dropdown-JO" => "Jordan", |
122 | | - "payflowpro_gateway-country-dropdown-KZ" => "Kazakhstan", |
123 | | - "payflowpro_gateway-country-dropdown-KE" => "Kenya", |
124 | | - "payflowpro_gateway-country-dropdown-KI" => "Kiribati", |
125 | | - "payflowpro_gateway-country-dropdown-KW" => "Kuwait", |
126 | | - "payflowpro_gateway-country-dropdown-KG" => "Kyrgyzstan", |
127 | | - "payflowpro_gateway-country-dropdown-LA" => "Lao People's Democratic Republic", |
128 | | - "payflowpro_gateway-country-dropdown-LV" => "Latvia", |
129 | | - "payflowpro_gateway-country-dropdown-LB" => "Lebanon", |
130 | | - "payflowpro_gateway-country-dropdown-LS" => "Lesotho", |
131 | | - "payflowpro_gateway-country-dropdown-LR" => "Liberia", |
132 | | - "payflowpro_gateway-country-dropdown-LY" => "Libyan Arab Jamahiriya", |
133 | | - "payflowpro_gateway-country-dropdown-LI" => "Liechtenstein", |
134 | | - "payflowpro_gateway-country-dropdown-LT" => "Lithuania", |
135 | | - "payflowpro_gateway-country-dropdown-LU" => "Luxembourg", |
136 | | - "payflowpro_gateway-country-dropdown-MO" => "Macao", |
137 | | - "payflowpro_gateway-country-dropdown-MK" => "Macedonia, Republic of", |
138 | | - "payflowpro_gateway-country-dropdown-MG" => "Madagascar", |
139 | | - "payflowpro_gateway-country-dropdown-MW" => "Malawi", |
140 | | - "payflowpro_gateway-country-dropdown-MY" => "Malaysia", |
141 | | - "payflowpro_gateway-country-dropdown-MV" => "Maldives", |
142 | | - "payflowpro_gateway-country-dropdown-ML" => "Mali", |
143 | | - "payflowpro_gateway-country-dropdown-MT" => "Malta", |
144 | | - "payflowpro_gateway-country-dropdown-MH" => "Marshall Islands", |
145 | | - "payflowpro_gateway-country-dropdown-MQ" => "Martinique", |
146 | | - "payflowpro_gateway-country-dropdown-MR" => "Mauritania", |
147 | | - "payflowpro_gateway-country-dropdown-MU" => "Mauritius", |
148 | | - "payflowpro_gateway-country-dropdown-YT" => "Mayotte", |
149 | | - "payflowpro_gateway-country-dropdown-MX" => "Mexico", |
150 | | - "payflowpro_gateway-country-dropdown-FM" => "Micronesia", |
151 | | - "payflowpro_gateway-country-dropdown-MD" => "Moldova, Republic of", |
152 | | - "payflowpro_gateway-country-dropdown-MC" => "Moldova", |
153 | | - "payflowpro_gateway-country-dropdown-MN" => "Mongolia", |
154 | | - "payflowpro_gateway-country-dropdown-ME" => "Montenegro", |
155 | | - "payflowpro_gateway-country-dropdown-MS" => "Montserrat", |
156 | | - "payflowpro_gateway-country-dropdown-MA" => "Morocco", |
157 | | - "payflowpro_gateway-country-dropdown-MZ" => "Mozambique", |
158 | | - "payflowpro_gateway-country-dropdown-MM" => "Myanmar", |
159 | | - "payflowpro_gateway-country-dropdown-NA" => "Namibia", |
160 | | - "payflowpro_gateway-country-dropdown-NR" => "Nauru", |
161 | | - "payflowpro_gateway-country-dropdown-NP" => "Nepal", |
162 | | - "payflowpro_gateway-country-dropdown-AN" => "Netherlands Antilles", |
163 | | - "payflowpro_gateway-country-dropdown-NL" => "Netherlands", |
164 | | - "payflowpro_gateway-country-dropdown-NC" => "New Caledonia", |
165 | | - "payflowpro_gateway-country-dropdown-NZ" => "New Zealand", |
166 | | - "payflowpro_gateway-country-dropdown-NI" => "Nicaragua", |
167 | | - "payflowpro_gateway-country-dropdown-NE" => "Niger", |
168 | | - "payflowpro_gateway-country-dropdown-NG" => "Nigeria", |
169 | | - "payflowpro_gateway-country-dropdown-NU" => "Niue", |
170 | | - "payflowpro_gateway-country-dropdown-NF" => "Norfolk Island", |
171 | | - "payflowpro_gateway-country-dropdown-KP" => "North Korea", |
172 | | - "payflowpro_gateway-country-dropdown-MP" => "Northern Mariana Islands", |
173 | | - "payflowpro_gateway-country-dropdown-NO" => "Norway", |
174 | | - "payflowpro_gateway-country-dropdown-OM" => "Oman", |
175 | | - "payflowpro_gateway-country-dropdown-PK" => "Pakistan", |
176 | | - "payflowpro_gateway-country-dropdown-PW" => "Palau", |
177 | | - "payflowpro_gateway-country-dropdown-PS" => "Palestinian Territory", |
178 | | - "payflowpro_gateway-country-dropdown-PA" => "Panama", |
179 | | - "payflowpro_gateway-country-dropdown-PG" => "Papua New Guinea", |
180 | | - "payflowpro_gateway-country-dropdown-PY" => "Paraguay", |
181 | | - "payflowpro_gateway-country-dropdown-PE" => "Peru", |
182 | | - "payflowpro_gateway-country-dropdown-PH" => "Philippines", |
183 | | - "payflowpro_gateway-country-dropdown-PN" => "Pitcairn", |
184 | | - "payflowpro_gateway-country-dropdown-PL" => "Poland", |
185 | | - "payflowpro_gateway-country-dropdown-PT" => "Portugal", |
186 | | - "payflowpro_gateway-country-dropdown-PR" => "Puerto Rico", |
187 | | - "payflowpro_gateway-country-dropdown-QA" => "Qatar", |
188 | | - "payflowpro_gateway-country-dropdown-RE" => "Reunion", |
189 | | - "payflowpro_gateway-country-dropdown-RO" => "Romania", |
190 | | - "payflowpro_gateway-country-dropdown-RU" => "Russian Federation", |
191 | | - "payflowpro_gateway-country-dropdown-RW" => "Rwanda", |
192 | | - "payflowpro_gateway-country-dropdown-SH" => "Saint Helena", |
193 | | - "payflowpro_gateway-country-dropdown-KN" => "Saint Kitts and Nevis", |
194 | | - "payflowpro_gateway-country-dropdown-LC" => "Saint Lucia", |
195 | | - "payflowpro_gateway-country-dropdown-PM" => "Saint Pierre and Miquelon", |
196 | | - "payflowpro_gateway-country-dropdown-VC" => "Saint Vincent and the Grenadines", |
197 | | - "payflowpro_gateway-country-dropdown-WS" => "Samoa", |
198 | | - "payflowpro_gateway-country-dropdown-SM" => "San Marino", |
199 | | - "payflowpro_gateway-country-dropdown-ST" => "Sao Tome and Principe", |
200 | | - "payflowpro_gateway-country-dropdown-SA" => "Saudi Arabia", |
201 | | - "payflowpro_gateway-country-dropdown-SN" => "Senegal", |
202 | | - "payflowpro_gateway-country-dropdown-CS" => "Serbia and Montenegro", |
203 | | - "payflowpro_gateway-country-dropdown-RS" => "Serbia", |
204 | | - "payflowpro_gateway-country-dropdown-SC" => "Seychelles", |
205 | | - "payflowpro_gateway-country-dropdown-SL" => "Sierra Leone", |
206 | | - "payflowpro_gateway-country-dropdown-SG" => "Singapore", |
207 | | - "payflowpro_gateway-country-dropdown-SK" => "Slovakia", |
208 | | - "payflowpro_gateway-country-dropdown-SI" => "Slovenia", |
209 | | - "payflowpro_gateway-country-dropdown-SB" => "Solomon Islands", |
210 | | - "payflowpro_gateway-country-dropdown-SO" => "Somalia", |
211 | | - "payflowpro_gateway-country-dropdown-ZA" => "South Africa", |
212 | | - "payflowpro_gateway-country-dropdown-KR" => "South Korea", |
213 | | - "payflowpro_gateway-country-dropdown-ES" => "Spain", |
214 | | - "payflowpro_gateway-country-dropdown-LK" => "Sri Lanka", |
215 | | - "payflowpro_gateway-country-dropdown-SD" => "Sudan", |
216 | | - "payflowpro_gateway-country-dropdown-SR" => "Suriname", |
217 | | - "payflowpro_gateway-country-dropdown-SJ" => "Svalbard and Jan Mayen", |
218 | | - "payflowpro_gateway-country-dropdown-SZ" => "Swaziland", |
219 | | - "payflowpro_gateway-country-dropdown-SE" => "Sweden", |
220 | | - "payflowpro_gateway-country-dropdown-CH" => "Switzerland", |
221 | | - "payflowpro_gateway-country-dropdown-SY" => "Syrian Arab Republic", |
222 | | - "payflowpro_gateway-country-dropdown-TW" => "Taiwan", |
223 | | - "payflowpro_gateway-country-dropdown-TJ" => "Tajikistan", |
224 | | - "payflowpro_gateway-country-dropdown-TZ" => "Tanzania", |
225 | | - "payflowpro_gateway-country-dropdown-TH" => "Thailand", |
226 | | - "payflowpro_gateway-country-dropdown-TL" => "Timor-Leste", |
227 | | - "payflowpro_gateway-country-dropdown-TG" => "Togo", |
228 | | - "payflowpro_gateway-country-dropdown-TK" => "Tokelau", |
229 | | - "payflowpro_gateway-country-dropdown-TO" => "Tonga", |
230 | | - "payflowpro_gateway-country-dropdown-TT" => "Trinidad and Tobago", |
231 | | - "payflowpro_gateway-country-dropdown-TN" => "Tunisia", |
232 | | - "payflowpro_gateway-country-dropdown-TR" => "Turkey", |
233 | | - "payflowpro_gateway-country-dropdown-TM" => "Turkmenistan", |
234 | | - "payflowpro_gateway-country-dropdown-TC" => "Turks and Caicos Islands", |
235 | | - "payflowpro_gateway-country-dropdown-TV" => "Tuvalu", |
236 | | - "payflowpro_gateway-country-dropdown-UG" => "Uganda", |
237 | | - "payflowpro_gateway-country-dropdown-UA" => "Ukraine", |
238 | | - "payflowpro_gateway-country-dropdown-AE" => "United Arab Emirates", |
239 | | - "payflowpro_gateway-country-dropdown-GB" => "United Kingdom", |
240 | | - "payflowpro_gateway-country-dropdown-UM" => "United States Minor Outlying Islands", |
241 | | - "payflowpro_gateway-country-dropdown-US" => "United States", |
242 | | - "payflowpro_gateway-country-dropdown-UY" => "Uruguay", |
243 | | - "payflowpro_gateway-country-dropdown-UZ" => "Uzbekistan", |
244 | | - "payflowpro_gateway-country-dropdown-VU" => "Vanuatu", |
245 | | - "payflowpro_gateway-country-dropdown-VE" => "Venezuela", |
246 | | - "payflowpro_gateway-country-dropdown-VN" => "Vietnam", |
247 | | - "payflowpro_gateway-country-dropdown-VG" => "Virgin Islands, British", |
248 | | - "payflowpro_gateway-country-dropdown-VI" => "Virgin Islands, U.S.", |
249 | | - "payflowpro_gateway-country-dropdown-WF" => "Wallis and Futuna", |
250 | | - "payflowpro_gateway-country-dropdown-EH" => "Western Sahara", |
251 | | - "payflowpro_gateway-country-dropdown-YE" => "Yemen", |
252 | | - "payflowpro_gateway-country-dropdown-ZM" => "Zambia", |
253 | | - "payflowpro_gateway-country-dropdown-ZW" => "Zimbabwe", |
254 | | -); |
255 | | - |
256 | | -/** German (Deutsch) */ |
257 | | -$messages['de'] = array( |
258 | | - 'payflowpro_gateway-country-dropdown-840' => 'USA', |
259 | | - 'payflowpro_gateway-country-dropdown-036' => 'Australien', |
260 | | - 'payflowpro_gateway-country-dropdown-040' => 'Österreich', |
261 | | - 'payflowpro_gateway-country-dropdown-124' => 'Kanada', |
262 | | - 'payflowpro_gateway-country-dropdown-208' => 'Dänemark', |
263 | | - 'payflowpro_gateway-country-dropdown-246' => 'Finnland', |
264 | | - 'payflowpro_gateway-country-dropdown-250' => 'Frankreich', |
265 | | - 'payflowpro_gateway-country-dropdown-276' => 'Deutschland', |
266 | | - 'payflowpro_gateway-country-dropdown-380' => 'Italien', |
267 | | - 'payflowpro_gateway-country-dropdown-440' => 'Litauen', |
268 | | - 'payflowpro_gateway-country-dropdown-442' => 'Luxemburg', |
269 | | - 'payflowpro_gateway-country-dropdown-528' => 'Niederlande', |
270 | | - 'payflowpro_gateway-country-dropdown-616' => 'Polen', |
271 | | - 'payflowpro_gateway-country-dropdown-643' => 'Russland', |
272 | | - 'payflowpro_gateway-country-dropdown-710' => 'Südafrika', |
273 | | - 'payflowpro_gateway-country-dropdown-724' => 'Spanien', |
274 | | - 'payflowpro_gateway-country-dropdown-756' => 'Schweiz', |
275 | | - 'payflowpro_gateway-country-dropdown-826' => 'Großbritannien', |
276 | | -); |
277 | | - |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.us-states.i18n.php |
— | — | @@ -1,71 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Internationalization file for the Donation Interface - PayflowPro - extension |
5 | | - * |
6 | | - * @file |
7 | | - * @ingroup Extensions |
8 | | - */ |
9 | | - |
10 | | -$messages = array(); |
11 | | - |
12 | | -/** English */ |
13 | | -$messages['en'] = array( |
14 | | - // Below two messages are in payflowpro_gateway.i18n.php. |
15 | | - //'payflowpro_gateway-state-dropdown-YY' => 'Select a State', |
16 | | - //'payflowpro_gateway-state-dropdown-XX' => 'Outside the U.S.', |
17 | | - 'payflowpro_gateway-state-dropdown-AK' => 'Alaska', |
18 | | - 'payflowpro_gateway-state-dropdown-AL' => 'Alabama', |
19 | | - 'payflowpro_gateway-state-dropdown-AR' => 'Arkansas', |
20 | | - 'payflowpro_gateway-state-dropdown-AZ' => 'Arizona', |
21 | | - 'payflowpro_gateway-state-dropdown-CA' => 'California', |
22 | | - 'payflowpro_gateway-state-dropdown-CO' => 'Colorado', |
23 | | - 'payflowpro_gateway-state-dropdown-CT' => 'Connecticut', |
24 | | - 'payflowpro_gateway-state-dropdown-DC' => 'Washington D.C.', |
25 | | - 'payflowpro_gateway-state-dropdown-DE' => 'Delaware', |
26 | | - 'payflowpro_gateway-state-dropdown-FL' => 'Florida', |
27 | | - 'payflowpro_gateway-state-dropdown-GA' => 'Georgia', |
28 | | - 'payflowpro_gateway-state-dropdown-HI' => 'Hawaii', |
29 | | - 'payflowpro_gateway-state-dropdown-IA' => 'Iowa', |
30 | | - 'payflowpro_gateway-state-dropdown-ID' => 'Idaho', |
31 | | - 'payflowpro_gateway-state-dropdown-IL' => 'Illinois', |
32 | | - 'payflowpro_gateway-state-dropdown-IN' => 'Indiana', |
33 | | - 'payflowpro_gateway-state-dropdown-KS' => 'Kansas', |
34 | | - 'payflowpro_gateway-state-dropdown-KY' => 'Kentucky', |
35 | | - 'payflowpro_gateway-state-dropdown-LA' => 'Louisiana', |
36 | | - 'payflowpro_gateway-state-dropdown-MA' => 'Massachusetts', |
37 | | - 'payflowpro_gateway-state-dropdown-MD' => 'Maryland', |
38 | | - 'payflowpro_gateway-state-dropdown-ME' => 'Maine', |
39 | | - 'payflowpro_gateway-state-dropdown-MI' => 'Michigan', |
40 | | - 'payflowpro_gateway-state-dropdown-MN' => 'Minnesota', |
41 | | - 'payflowpro_gateway-state-dropdown-MO' => 'Missouri', |
42 | | - 'payflowpro_gateway-state-dropdown-MS' => 'Mississippi', |
43 | | - 'payflowpro_gateway-state-dropdown-MT' => 'Montana', |
44 | | - 'payflowpro_gateway-state-dropdown-NC' => 'North Carolina', |
45 | | - 'payflowpro_gateway-state-dropdown-ND' => 'North Dakota', |
46 | | - 'payflowpro_gateway-state-dropdown-NE' => 'Nebraska', |
47 | | - 'payflowpro_gateway-state-dropdown-NH' => 'New Hampshire', |
48 | | - 'payflowpro_gateway-state-dropdown-NJ' => 'New Jersey', |
49 | | - 'payflowpro_gateway-state-dropdown-NM' => 'New Mexico', |
50 | | - 'payflowpro_gateway-state-dropdown-NV' => 'Nevada', |
51 | | - 'payflowpro_gateway-state-dropdown-NY' => 'New York', |
52 | | - 'payflowpro_gateway-state-dropdown-OH' => 'Ohio', |
53 | | - 'payflowpro_gateway-state-dropdown-OK' => 'Oklahoma', |
54 | | - 'payflowpro_gateway-state-dropdown-OR' => 'Oregon', |
55 | | - 'payflowpro_gateway-state-dropdown-PA' => 'Pennsylvania', |
56 | | - 'payflowpro_gateway-state-dropdown-PR' => 'Puerto Rico', |
57 | | - 'payflowpro_gateway-state-dropdown-RI' => 'Rhode Island', |
58 | | - 'payflowpro_gateway-state-dropdown-SC' => 'South Carolina', |
59 | | - 'payflowpro_gateway-state-dropdown-SD' => 'South Dakota', |
60 | | - 'payflowpro_gateway-state-dropdown-TN' => 'Tennessee', |
61 | | - 'payflowpro_gateway-state-dropdown-TX' => 'Texas', |
62 | | - 'payflowpro_gateway-state-dropdown-UT' => 'Utah', |
63 | | - 'payflowpro_gateway-state-dropdown-VA' => 'Virginia', |
64 | | - 'payflowpro_gateway-state-dropdown-VT' => 'Vermont', |
65 | | - 'payflowpro_gateway-state-dropdown-WA' => 'Washington', |
66 | | - 'payflowpro_gateway-state-dropdown-WI' => 'Wisconsin', |
67 | | - 'payflowpro_gateway-state-dropdown-WV' => 'West Virginia', |
68 | | - 'payflowpro_gateway-state-dropdown-WY' => 'Wyoming', |
69 | | - 'payflowpro_gateway-state-dropdown-AA' => 'AA', |
70 | | - 'payflowpro_gateway-state-dropdown-AE' => 'AE', |
71 | | - 'payflowpro_gateway-state-dropdown-AP' => 'AP', |
72 | | -); |
Index: trunk/extensions/DonationInterface/gateway_common/countries.i18n.php |
— | — | @@ -0,0 +1,276 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalization file for the Donation Interface - PayflowPro - extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$messages = array(); |
| 11 | + |
| 12 | +/** English */ |
| 13 | +$messages['en'] = array( |
| 14 | + "payflowpro_gateway-country-dropdown-AF" => "Afghanistan", |
| 15 | + "payflowpro_gateway-country-dropdown-AL" => "Albania", |
| 16 | + "payflowpro_gateway-country-dropdown-DZ" => "Algeria", |
| 17 | + "payflowpro_gateway-country-dropdown-AS" => "American Samoa", |
| 18 | + "payflowpro_gateway-country-dropdown-AD" => "Andorra", |
| 19 | + "payflowpro_gateway-country-dropdown-AO" => "Angola", |
| 20 | + "payflowpro_gateway-country-dropdown-AI" => "Anguilla", |
| 21 | + "payflowpro_gateway-country-dropdown-AQ" => "Antarctica", |
| 22 | + "payflowpro_gateway-country-dropdown-AG" => "Antigua and Barbuda", |
| 23 | + "payflowpro_gateway-country-dropdown-AR" => "Argentina", |
| 24 | + "payflowpro_gateway-country-dropdown-AM" => "Armenia", |
| 25 | + "payflowpro_gateway-country-dropdown-AW" => "Aruba", |
| 26 | + "payflowpro_gateway-country-dropdown-AU" => "Australia", |
| 27 | + "payflowpro_gateway-country-dropdown-AT" => "Austria", |
| 28 | + "payflowpro_gateway-country-dropdown-AZ" => "Azerbaijan", |
| 29 | + "payflowpro_gateway-country-dropdown-BS" => "Bahamas", |
| 30 | + "payflowpro_gateway-country-dropdown-BH" => "Bahrain", |
| 31 | + "payflowpro_gateway-country-dropdown-BD" => "Bangladesh", |
| 32 | + "payflowpro_gateway-country-dropdown-BB" => "Barbados", |
| 33 | + "payflowpro_gateway-country-dropdown-BY" => "Belarus", |
| 34 | + "payflowpro_gateway-country-dropdown-BE" => "Belgium", |
| 35 | + "payflowpro_gateway-country-dropdown-BZ" => "Belize", |
| 36 | + "payflowpro_gateway-country-dropdown-BJ" => "Benin", |
| 37 | + "payflowpro_gateway-country-dropdown-BM" => "Bermuda", |
| 38 | + "payflowpro_gateway-country-dropdown-BT" => "Bhutan", |
| 39 | + "payflowpro_gateway-country-dropdown-BO" => "Bolivia", |
| 40 | + "payflowpro_gateway-country-dropdown-BA" => "Bosnia and Herzegovina", |
| 41 | + "payflowpro_gateway-country-dropdown-BW" => "Botswana", |
| 42 | + "payflowpro_gateway-country-dropdown-BV" => "Bouvet Island", |
| 43 | + "payflowpro_gateway-country-dropdown-BR" => "Brazil", |
| 44 | + "payflowpro_gateway-country-dropdown-IO" => "British Indian Ocean Territory", |
| 45 | + "payflowpro_gateway-country-dropdown-BN" => "Brunei Darussalam", |
| 46 | + "payflowpro_gateway-country-dropdown-BG" => "Bulgaria", |
| 47 | + "payflowpro_gateway-country-dropdown-BF" => "Burkina Faso", |
| 48 | + "payflowpro_gateway-country-dropdown-BI" => "Burundi", |
| 49 | + "payflowpro_gateway-country-dropdown-KH" => "Cambodia", |
| 50 | + "payflowpro_gateway-country-dropdown-CM" => "Cameroon", |
| 51 | + "payflowpro_gateway-country-dropdown-CA" => "Canada", |
| 52 | + "payflowpro_gateway-country-dropdown-CV" => "Cape Verde", |
| 53 | + "payflowpro_gateway-country-dropdown-KY" => "Cayman Islands", |
| 54 | + "payflowpro_gateway-country-dropdown-CF" => "Central African Republic", |
| 55 | + "payflowpro_gateway-country-dropdown-TD" => "Chad", |
| 56 | + "payflowpro_gateway-country-dropdown-CL" => "Chile", |
| 57 | + "payflowpro_gateway-country-dropdown-CN" => "China", |
| 58 | + "payflowpro_gateway-country-dropdown-CX" => "Christmas Island", |
| 59 | + "payflowpro_gateway-country-dropdown-CC" => "Cocos (Keeling) Islands", |
| 60 | + "payflowpro_gateway-country-dropdown-CO" => "Colombia", |
| 61 | + "payflowpro_gateway-country-dropdown-KM" => "Comoros", |
| 62 | + "payflowpro_gateway-country-dropdown-CD" => "Congo, Democratic Republic of the", |
| 63 | + "payflowpro_gateway-country-dropdown-CG" => "Congo", |
| 64 | + "payflowpro_gateway-country-dropdown-CK" => "Cook Islands", |
| 65 | + "payflowpro_gateway-country-dropdown-CR" => "Costa Rica", |
| 66 | + "payflowpro_gateway-country-dropdown-CI" => "C̫te d'Ivoire", |
| 67 | + "payflowpro_gateway-country-dropdown-HR" => "Croatia", |
| 68 | + "payflowpro_gateway-country-dropdown-CU" => "Cuba", |
| 69 | + "payflowpro_gateway-country-dropdown-CY" => "Cyprus", |
| 70 | + "payflowpro_gateway-country-dropdown-CZ" => "Czech Republic", |
| 71 | + "payflowpro_gateway-country-dropdown-DK" => "Denmark", |
| 72 | + "payflowpro_gateway-country-dropdown-DJ" => "Djibouti", |
| 73 | + "payflowpro_gateway-country-dropdown-DM" => "Dominica", |
| 74 | + "payflowpro_gateway-country-dropdown-DO" => "Dominican Republic", |
| 75 | + "payflowpro_gateway-country-dropdown-EC" => "Ecuador", |
| 76 | + "payflowpro_gateway-country-dropdown-EG" => "Egypt", |
| 77 | + "payflowpro_gateway-country-dropdown-SV" => "El Salvador", |
| 78 | + "payflowpro_gateway-country-dropdown-GQ" => "Equatorial Guinea", |
| 79 | + "payflowpro_gateway-country-dropdown-ER" => "Eritrea", |
| 80 | + "payflowpro_gateway-country-dropdown-EE" => "Estonia", |
| 81 | + "payflowpro_gateway-country-dropdown-ET" => "Ethiopia", |
| 82 | + "payflowpro_gateway-country-dropdown-FK" => "Falkland Islands (Malvinas)", |
| 83 | + "payflowpro_gateway-country-dropdown-FO" => "Faroe Islands", |
| 84 | + "payflowpro_gateway-country-dropdown-FJ" => "Fiji", |
| 85 | + "payflowpro_gateway-country-dropdown-FI" => "Finland", |
| 86 | + "payflowpro_gateway-country-dropdown-FR" => "France", |
| 87 | + "payflowpro_gateway-country-dropdown-GF" => "French Guiana", |
| 88 | + "payflowpro_gateway-country-dropdown-PF" => "French Polynesia", |
| 89 | + "payflowpro_gateway-country-dropdown-TF" => "French Southern Territories", |
| 90 | + "payflowpro_gateway-country-dropdown-GA" => "Gabon", |
| 91 | + "payflowpro_gateway-country-dropdown-GM" => "Gambia", |
| 92 | + "payflowpro_gateway-country-dropdown-GE" => "Georgia", |
| 93 | + "payflowpro_gateway-country-dropdown-DE" => "Germany", |
| 94 | + "payflowpro_gateway-country-dropdown-GH" => "Ghana", |
| 95 | + "payflowpro_gateway-country-dropdown-GI" => "Gibraltar", |
| 96 | + "payflowpro_gateway-country-dropdown-GR" => "Greece", |
| 97 | + "payflowpro_gateway-country-dropdown-GL" => "Greenland", |
| 98 | + "payflowpro_gateway-country-dropdown-GD" => "Grenada", |
| 99 | + "payflowpro_gateway-country-dropdown-GP" => "Guadeloupe", |
| 100 | + "payflowpro_gateway-country-dropdown-GU" => "Guam", |
| 101 | + "payflowpro_gateway-country-dropdown-GT" => "Guatemala", |
| 102 | + "payflowpro_gateway-country-dropdown-GW" => "Guinea-Bissau", |
| 103 | + "payflowpro_gateway-country-dropdown-GN" => "Guinea", |
| 104 | + "payflowpro_gateway-country-dropdown-GY" => "Guyana", |
| 105 | + "payflowpro_gateway-country-dropdown-HT" => "Haiti", |
| 106 | + "payflowpro_gateway-country-dropdown-HM" => "Heard Island and McDonald Islands", |
| 107 | + "payflowpro_gateway-country-dropdown-VA" => "Holy See (Vatican City State)", |
| 108 | + "payflowpro_gateway-country-dropdown-HN" => "Honduras", |
| 109 | + "payflowpro_gateway-country-dropdown-HK" => "Hong Kong", |
| 110 | + "payflowpro_gateway-country-dropdown-HU" => "Hungary", |
| 111 | + "payflowpro_gateway-country-dropdown-IS" => "Iceland", |
| 112 | + "payflowpro_gateway-country-dropdown-IN" => "India", |
| 113 | + "payflowpro_gateway-country-dropdown-ID" => "Indonesia", |
| 114 | + "payflowpro_gateway-country-dropdown-IR" => "Iran", |
| 115 | + "payflowpro_gateway-country-dropdown-IQ" => "Iraq", |
| 116 | + "payflowpro_gateway-country-dropdown-IE" => "Ireland", |
| 117 | + "payflowpro_gateway-country-dropdown-IL" => "Israel", |
| 118 | + "payflowpro_gateway-country-dropdown-IT" => "Italy", |
| 119 | + "payflowpro_gateway-country-dropdown-JM" => "Jamaica", |
| 120 | + "payflowpro_gateway-country-dropdown-JP" => "Japan", |
| 121 | + "payflowpro_gateway-country-dropdown-JO" => "Jordan", |
| 122 | + "payflowpro_gateway-country-dropdown-KZ" => "Kazakhstan", |
| 123 | + "payflowpro_gateway-country-dropdown-KE" => "Kenya", |
| 124 | + "payflowpro_gateway-country-dropdown-KI" => "Kiribati", |
| 125 | + "payflowpro_gateway-country-dropdown-KW" => "Kuwait", |
| 126 | + "payflowpro_gateway-country-dropdown-KG" => "Kyrgyzstan", |
| 127 | + "payflowpro_gateway-country-dropdown-LA" => "Lao People's Democratic Republic", |
| 128 | + "payflowpro_gateway-country-dropdown-LV" => "Latvia", |
| 129 | + "payflowpro_gateway-country-dropdown-LB" => "Lebanon", |
| 130 | + "payflowpro_gateway-country-dropdown-LS" => "Lesotho", |
| 131 | + "payflowpro_gateway-country-dropdown-LR" => "Liberia", |
| 132 | + "payflowpro_gateway-country-dropdown-LY" => "Libyan Arab Jamahiriya", |
| 133 | + "payflowpro_gateway-country-dropdown-LI" => "Liechtenstein", |
| 134 | + "payflowpro_gateway-country-dropdown-LT" => "Lithuania", |
| 135 | + "payflowpro_gateway-country-dropdown-LU" => "Luxembourg", |
| 136 | + "payflowpro_gateway-country-dropdown-MO" => "Macao", |
| 137 | + "payflowpro_gateway-country-dropdown-MK" => "Macedonia, Republic of", |
| 138 | + "payflowpro_gateway-country-dropdown-MG" => "Madagascar", |
| 139 | + "payflowpro_gateway-country-dropdown-MW" => "Malawi", |
| 140 | + "payflowpro_gateway-country-dropdown-MY" => "Malaysia", |
| 141 | + "payflowpro_gateway-country-dropdown-MV" => "Maldives", |
| 142 | + "payflowpro_gateway-country-dropdown-ML" => "Mali", |
| 143 | + "payflowpro_gateway-country-dropdown-MT" => "Malta", |
| 144 | + "payflowpro_gateway-country-dropdown-MH" => "Marshall Islands", |
| 145 | + "payflowpro_gateway-country-dropdown-MQ" => "Martinique", |
| 146 | + "payflowpro_gateway-country-dropdown-MR" => "Mauritania", |
| 147 | + "payflowpro_gateway-country-dropdown-MU" => "Mauritius", |
| 148 | + "payflowpro_gateway-country-dropdown-YT" => "Mayotte", |
| 149 | + "payflowpro_gateway-country-dropdown-MX" => "Mexico", |
| 150 | + "payflowpro_gateway-country-dropdown-FM" => "Micronesia", |
| 151 | + "payflowpro_gateway-country-dropdown-MD" => "Moldova, Republic of", |
| 152 | + "payflowpro_gateway-country-dropdown-MC" => "Moldova", |
| 153 | + "payflowpro_gateway-country-dropdown-MN" => "Mongolia", |
| 154 | + "payflowpro_gateway-country-dropdown-ME" => "Montenegro", |
| 155 | + "payflowpro_gateway-country-dropdown-MS" => "Montserrat", |
| 156 | + "payflowpro_gateway-country-dropdown-MA" => "Morocco", |
| 157 | + "payflowpro_gateway-country-dropdown-MZ" => "Mozambique", |
| 158 | + "payflowpro_gateway-country-dropdown-MM" => "Myanmar", |
| 159 | + "payflowpro_gateway-country-dropdown-NA" => "Namibia", |
| 160 | + "payflowpro_gateway-country-dropdown-NR" => "Nauru", |
| 161 | + "payflowpro_gateway-country-dropdown-NP" => "Nepal", |
| 162 | + "payflowpro_gateway-country-dropdown-AN" => "Netherlands Antilles", |
| 163 | + "payflowpro_gateway-country-dropdown-NL" => "Netherlands", |
| 164 | + "payflowpro_gateway-country-dropdown-NC" => "New Caledonia", |
| 165 | + "payflowpro_gateway-country-dropdown-NZ" => "New Zealand", |
| 166 | + "payflowpro_gateway-country-dropdown-NI" => "Nicaragua", |
| 167 | + "payflowpro_gateway-country-dropdown-NE" => "Niger", |
| 168 | + "payflowpro_gateway-country-dropdown-NG" => "Nigeria", |
| 169 | + "payflowpro_gateway-country-dropdown-NU" => "Niue", |
| 170 | + "payflowpro_gateway-country-dropdown-NF" => "Norfolk Island", |
| 171 | + "payflowpro_gateway-country-dropdown-KP" => "North Korea", |
| 172 | + "payflowpro_gateway-country-dropdown-MP" => "Northern Mariana Islands", |
| 173 | + "payflowpro_gateway-country-dropdown-NO" => "Norway", |
| 174 | + "payflowpro_gateway-country-dropdown-OM" => "Oman", |
| 175 | + "payflowpro_gateway-country-dropdown-PK" => "Pakistan", |
| 176 | + "payflowpro_gateway-country-dropdown-PW" => "Palau", |
| 177 | + "payflowpro_gateway-country-dropdown-PS" => "Palestinian Territory", |
| 178 | + "payflowpro_gateway-country-dropdown-PA" => "Panama", |
| 179 | + "payflowpro_gateway-country-dropdown-PG" => "Papua New Guinea", |
| 180 | + "payflowpro_gateway-country-dropdown-PY" => "Paraguay", |
| 181 | + "payflowpro_gateway-country-dropdown-PE" => "Peru", |
| 182 | + "payflowpro_gateway-country-dropdown-PH" => "Philippines", |
| 183 | + "payflowpro_gateway-country-dropdown-PN" => "Pitcairn", |
| 184 | + "payflowpro_gateway-country-dropdown-PL" => "Poland", |
| 185 | + "payflowpro_gateway-country-dropdown-PT" => "Portugal", |
| 186 | + "payflowpro_gateway-country-dropdown-PR" => "Puerto Rico", |
| 187 | + "payflowpro_gateway-country-dropdown-QA" => "Qatar", |
| 188 | + "payflowpro_gateway-country-dropdown-RE" => "Reunion", |
| 189 | + "payflowpro_gateway-country-dropdown-RO" => "Romania", |
| 190 | + "payflowpro_gateway-country-dropdown-RU" => "Russian Federation", |
| 191 | + "payflowpro_gateway-country-dropdown-RW" => "Rwanda", |
| 192 | + "payflowpro_gateway-country-dropdown-SH" => "Saint Helena", |
| 193 | + "payflowpro_gateway-country-dropdown-KN" => "Saint Kitts and Nevis", |
| 194 | + "payflowpro_gateway-country-dropdown-LC" => "Saint Lucia", |
| 195 | + "payflowpro_gateway-country-dropdown-PM" => "Saint Pierre and Miquelon", |
| 196 | + "payflowpro_gateway-country-dropdown-VC" => "Saint Vincent and the Grenadines", |
| 197 | + "payflowpro_gateway-country-dropdown-WS" => "Samoa", |
| 198 | + "payflowpro_gateway-country-dropdown-SM" => "San Marino", |
| 199 | + "payflowpro_gateway-country-dropdown-ST" => "Sao Tome and Principe", |
| 200 | + "payflowpro_gateway-country-dropdown-SA" => "Saudi Arabia", |
| 201 | + "payflowpro_gateway-country-dropdown-SN" => "Senegal", |
| 202 | + "payflowpro_gateway-country-dropdown-CS" => "Serbia and Montenegro", |
| 203 | + "payflowpro_gateway-country-dropdown-RS" => "Serbia", |
| 204 | + "payflowpro_gateway-country-dropdown-SC" => "Seychelles", |
| 205 | + "payflowpro_gateway-country-dropdown-SL" => "Sierra Leone", |
| 206 | + "payflowpro_gateway-country-dropdown-SG" => "Singapore", |
| 207 | + "payflowpro_gateway-country-dropdown-SK" => "Slovakia", |
| 208 | + "payflowpro_gateway-country-dropdown-SI" => "Slovenia", |
| 209 | + "payflowpro_gateway-country-dropdown-SB" => "Solomon Islands", |
| 210 | + "payflowpro_gateway-country-dropdown-SO" => "Somalia", |
| 211 | + "payflowpro_gateway-country-dropdown-ZA" => "South Africa", |
| 212 | + "payflowpro_gateway-country-dropdown-KR" => "South Korea", |
| 213 | + "payflowpro_gateway-country-dropdown-ES" => "Spain", |
| 214 | + "payflowpro_gateway-country-dropdown-LK" => "Sri Lanka", |
| 215 | + "payflowpro_gateway-country-dropdown-SD" => "Sudan", |
| 216 | + "payflowpro_gateway-country-dropdown-SR" => "Suriname", |
| 217 | + "payflowpro_gateway-country-dropdown-SJ" => "Svalbard and Jan Mayen", |
| 218 | + "payflowpro_gateway-country-dropdown-SZ" => "Swaziland", |
| 219 | + "payflowpro_gateway-country-dropdown-SE" => "Sweden", |
| 220 | + "payflowpro_gateway-country-dropdown-CH" => "Switzerland", |
| 221 | + "payflowpro_gateway-country-dropdown-SY" => "Syrian Arab Republic", |
| 222 | + "payflowpro_gateway-country-dropdown-TW" => "Taiwan", |
| 223 | + "payflowpro_gateway-country-dropdown-TJ" => "Tajikistan", |
| 224 | + "payflowpro_gateway-country-dropdown-TZ" => "Tanzania", |
| 225 | + "payflowpro_gateway-country-dropdown-TH" => "Thailand", |
| 226 | + "payflowpro_gateway-country-dropdown-TL" => "Timor-Leste", |
| 227 | + "payflowpro_gateway-country-dropdown-TG" => "Togo", |
| 228 | + "payflowpro_gateway-country-dropdown-TK" => "Tokelau", |
| 229 | + "payflowpro_gateway-country-dropdown-TO" => "Tonga", |
| 230 | + "payflowpro_gateway-country-dropdown-TT" => "Trinidad and Tobago", |
| 231 | + "payflowpro_gateway-country-dropdown-TN" => "Tunisia", |
| 232 | + "payflowpro_gateway-country-dropdown-TR" => "Turkey", |
| 233 | + "payflowpro_gateway-country-dropdown-TM" => "Turkmenistan", |
| 234 | + "payflowpro_gateway-country-dropdown-TC" => "Turks and Caicos Islands", |
| 235 | + "payflowpro_gateway-country-dropdown-TV" => "Tuvalu", |
| 236 | + "payflowpro_gateway-country-dropdown-UG" => "Uganda", |
| 237 | + "payflowpro_gateway-country-dropdown-UA" => "Ukraine", |
| 238 | + "payflowpro_gateway-country-dropdown-AE" => "United Arab Emirates", |
| 239 | + "payflowpro_gateway-country-dropdown-GB" => "United Kingdom", |
| 240 | + "payflowpro_gateway-country-dropdown-UM" => "United States Minor Outlying Islands", |
| 241 | + "payflowpro_gateway-country-dropdown-US" => "United States", |
| 242 | + "payflowpro_gateway-country-dropdown-UY" => "Uruguay", |
| 243 | + "payflowpro_gateway-country-dropdown-UZ" => "Uzbekistan", |
| 244 | + "payflowpro_gateway-country-dropdown-VU" => "Vanuatu", |
| 245 | + "payflowpro_gateway-country-dropdown-VE" => "Venezuela", |
| 246 | + "payflowpro_gateway-country-dropdown-VN" => "Vietnam", |
| 247 | + "payflowpro_gateway-country-dropdown-VG" => "Virgin Islands, British", |
| 248 | + "payflowpro_gateway-country-dropdown-VI" => "Virgin Islands, U.S.", |
| 249 | + "payflowpro_gateway-country-dropdown-WF" => "Wallis and Futuna", |
| 250 | + "payflowpro_gateway-country-dropdown-EH" => "Western Sahara", |
| 251 | + "payflowpro_gateway-country-dropdown-YE" => "Yemen", |
| 252 | + "payflowpro_gateway-country-dropdown-ZM" => "Zambia", |
| 253 | + "payflowpro_gateway-country-dropdown-ZW" => "Zimbabwe", |
| 254 | +); |
| 255 | + |
| 256 | +/** German (Deutsch) */ |
| 257 | +$messages['de'] = array( |
| 258 | + 'payflowpro_gateway-country-dropdown-840' => 'USA', |
| 259 | + 'payflowpro_gateway-country-dropdown-036' => 'Australien', |
| 260 | + 'payflowpro_gateway-country-dropdown-040' => 'Österreich', |
| 261 | + 'payflowpro_gateway-country-dropdown-124' => 'Kanada', |
| 262 | + 'payflowpro_gateway-country-dropdown-208' => 'Dänemark', |
| 263 | + 'payflowpro_gateway-country-dropdown-246' => 'Finnland', |
| 264 | + 'payflowpro_gateway-country-dropdown-250' => 'Frankreich', |
| 265 | + 'payflowpro_gateway-country-dropdown-276' => 'Deutschland', |
| 266 | + 'payflowpro_gateway-country-dropdown-380' => 'Italien', |
| 267 | + 'payflowpro_gateway-country-dropdown-440' => 'Litauen', |
| 268 | + 'payflowpro_gateway-country-dropdown-442' => 'Luxemburg', |
| 269 | + 'payflowpro_gateway-country-dropdown-528' => 'Niederlande', |
| 270 | + 'payflowpro_gateway-country-dropdown-616' => 'Polen', |
| 271 | + 'payflowpro_gateway-country-dropdown-643' => 'Russland', |
| 272 | + 'payflowpro_gateway-country-dropdown-710' => 'Südafrika', |
| 273 | + 'payflowpro_gateway-country-dropdown-724' => 'Spanien', |
| 274 | + 'payflowpro_gateway-country-dropdown-756' => 'Schweiz', |
| 275 | + 'payflowpro_gateway-country-dropdown-826' => 'Großbritannien', |
| 276 | +); |
| 277 | + |
Property changes on: trunk/extensions/DonationInterface/gateway_common/countries.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 278 | + native |
Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php |
— | — | @@ -0,0 +1,3386 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalization file for the Donation Interface extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$messages = array(); |
| 11 | + |
| 12 | +/** English */ |
| 13 | +$messages['en'] = array( |
| 14 | + 'donate_interface' => 'Support Wikimedia', |
| 15 | + 'donate_interface-desc' => 'Donation landing page that integrates gateway extensions', |
| 16 | + 'donate_interface-intro' => 'Please choose a payment method, amount, and currency.', |
| 17 | + 'donate_interface-amount' => 'Donation amount:', |
| 18 | + 'donate_interface-other-amount' => 'Other amount', |
| 19 | + 'donate_interface-currency' => 'Currency:', |
| 20 | + 'donate_interface-gateway' => 'Payment method:', |
| 21 | + 'donate_interface-submit-button' => 'Donate', |
| 22 | + 'donate_interface-comment-message' => 'Have a thought to share with the world? Put up to 200 characters here:', |
| 23 | + 'donate_interface-comment-label' => 'Comment:', |
| 24 | + 'donate_interface-anon-message' => 'Please list my name (next to my comment) on the public donor list.', |
| 25 | + 'donate_interface-email-agreement' => "I agree to receive occasional e-mail updates from the Wikimedia Foundation.", |
| 26 | + 'donate_interface-comment-title' => 'Public comment', |
| 27 | + 'donate_interface-big-amount-display' => '$100', |
| 28 | + 'donate_interface-medium-amount-display' => '$75', |
| 29 | + 'donate_interface-small-amount-display' => '$30', |
| 30 | + 'donate_interface-big-amount-value' => '100', |
| 31 | + 'donate_interface-medium-amount-value' => '75', |
| 32 | + 'donate_interface-small-amount-value' => '30', |
| 33 | + 'donate_interface-amount-error' => '**Please enter a valid amount**', |
| 34 | + 'donate_interface-processing-error' => 'There has been an error processing your request. |
| 35 | +No processors are available.', |
| 36 | + 'donate_interface-GBP' => 'GBP: British Pound', |
| 37 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 38 | + 'donate_interface-USD' => 'USD: U.S. Dollar', |
| 39 | + 'donate_interface-AUD' => 'AUD: Australian Dollar', |
| 40 | + 'donate_interface-CAD' => 'CAD: Canadian Dollar', |
| 41 | + 'donate_interface-CHF' => 'CHF: Swiss Franc', |
| 42 | + 'donate_interface-CZK' => 'CZK: Czech Koruna', |
| 43 | + 'donate_interface-DKK' => 'DKK: Danish Krone', |
| 44 | + 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
| 45 | + 'donate_interface-HUF' => 'HUF: Hungarian Forint', |
| 46 | + 'donate_interface-JPY' => 'JPY: Japanese Yen', |
| 47 | + 'donate_interface-NZD' => 'NZD: New Zealand Dollar', |
| 48 | + 'donate_interface-NOK' => 'NOK: Norwegian Krone', |
| 49 | + 'donate_interface-PLN' => 'PLN: Polish Zloty', |
| 50 | + 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
| 51 | + 'donate_interface-SEK' => 'SEK: Swedish Krona', |
| 52 | + 'donate_interface-ILS' => 'ILS: Israeli Shekel', |
| 53 | +); |
| 54 | + |
| 55 | +/** Message documentation (Message documentation) |
| 56 | + * @author EugeneZelenko |
| 57 | + * @author Fryed-peach |
| 58 | + * @author Hamilton Abreu |
| 59 | + * @author Jsoby |
| 60 | + * @author Lloffiwr |
| 61 | + * @author Siebrand |
| 62 | + */ |
| 63 | +$messages['qqq'] = array( |
| 64 | + 'donate_interface' => '{{Identical|Support Wikimedia}}', |
| 65 | + 'donate_interface-desc' => '{{desc}}', |
| 66 | + 'donate_interface-intro' => 'Message shown above the donate field prompting that tells people what to do.', |
| 67 | + 'donate_interface-amount' => 'Shown above the field where you choose the amoun you want to donate.', |
| 68 | + 'donate_interface-other-amount' => 'Field shown before the field where you input a custom amount to donate (not one of the preset amounts).', |
| 69 | + 'donate_interface-currency' => '{{Identical|Currency}}', |
| 70 | + 'donate_interface-gateway' => 'Shown where you choose to pay with PayPal, credit card or another method.', |
| 71 | + 'donate_interface-submit-button' => '{{Identical|Donate}}', |
| 72 | + 'donate_interface-comment-message' => 'Shown before the box where you can input a custom message together with your donation.', |
| 73 | + 'donate_interface-comment-label' => '{{Identical|Comment}}', |
| 74 | + 'donate_interface-anon-message' => 'Next to check box.', |
| 75 | + 'donate_interface-email-agreement' => 'Next to check box.', |
| 76 | + 'donate_interface-comment-title' => "Next to check box; to choose whether the donor's comment shall be publically viewable or not.", |
| 77 | + 'donate_interface-amount-error' => 'Error prompt if an invalid amount is entered (e.g. if the amount has letters in it).', |
| 78 | + 'donate_interface-processing-error' => 'Error message.', |
| 79 | + 'donate_interface-GBP' => 'Used in drop-down field for currency.', |
| 80 | + 'donate_interface-EUR' => 'Used in drop-down field for currency.', |
| 81 | + 'donate_interface-USD' => 'Used in drop-down field for currency.', |
| 82 | + 'donate_interface-AUD' => 'Used in drop-down field for currency.', |
| 83 | + 'donate_interface-CAD' => 'Used in drop-down field for currency.', |
| 84 | + 'donate_interface-CHF' => 'Used in drop-down field for currency.', |
| 85 | + 'donate_interface-CZK' => 'Used in drop-down field for currency.', |
| 86 | + 'donate_interface-DKK' => 'Used in drop-down field for currency.', |
| 87 | + 'donate_interface-HKD' => 'Used in drop-down field for currency.', |
| 88 | + 'donate_interface-HUF' => 'Used in drop-down field for currency.', |
| 89 | + 'donate_interface-JPY' => 'Used in drop-down field for currency.', |
| 90 | + 'donate_interface-NZD' => 'Used in drop-down field for currency.', |
| 91 | + 'donate_interface-NOK' => 'Used in drop-down field for currency.', |
| 92 | + 'donate_interface-PLN' => 'Used in drop-down field for currency.', |
| 93 | + 'donate_interface-SGD' => 'Used in drop-down field for currency.', |
| 94 | + 'donate_interface-SEK' => 'Used in drop-down field for currency.', |
| 95 | + 'donate_interface-ILS' => 'Used in drop-down field for currency.', |
| 96 | +); |
| 97 | + |
| 98 | +/** Afrikaans (Afrikaans) |
| 99 | + * @author Naudefj |
| 100 | + */ |
| 101 | +$messages['af'] = array( |
| 102 | + 'donate_interface' => 'Ondersteun Wikipedia', |
| 103 | + 'donate_interface-desc' => 'Landingsblad vir skenkers wat met "gateway"-uitbreidings integreer', |
| 104 | + 'donate_interface-intro' => "Kies 'n betaalmetode, bedrag, en geldeenheid.", |
| 105 | + 'donate_interface-amount' => 'Skenkingsbedrag:', |
| 106 | + 'donate_interface-other-amount' => 'Ander bedrag', |
| 107 | + 'donate_interface-currency' => 'Geldeenheid:', |
| 108 | + 'donate_interface-gateway' => 'Metode van betaling:', |
| 109 | + 'donate_interface-submit-button' => 'Skenk', |
| 110 | + 'donate_interface-comment-message' => "Het u 'n gedagte om met die wêreld te deel? Plaas tot 200 karakters hier:", |
| 111 | + 'donate_interface-comment-label' => 'Opmerking:', |
| 112 | + 'donate_interface-anon-message' => 'Lys asseblief my naam (langs my opmerking) op die publiek lys van skenkers.', |
| 113 | + 'donate_interface-email-agreement' => 'Ek stem in om af en toe e-pos vanaf die Wikimedia-stigting te ontvang.', |
| 114 | + 'donate_interface-comment-title' => 'Publieke kommentaar', |
| 115 | + 'donate_interface-amount-error' => "**Sleutel asseblief 'n geldige bedrag in**", |
| 116 | + 'donate_interface-processing-error' => "Daar was 'n fout tydens die verwerking van u versoek. |
| 117 | +Geen verwerkers is beskikbaar nie.", |
| 118 | + 'donate_interface-GBP' => 'GBP: Britse pond', |
| 119 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 120 | + 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
| 121 | + 'donate_interface-AUD' => 'AUD: Australiese dollar', |
| 122 | + 'donate_interface-CAD' => 'CAD: Kanadese dollar', |
| 123 | + 'donate_interface-CHF' => 'CHF: Switserse frank', |
| 124 | + 'donate_interface-CZK' => 'CZK: Tsjeggiese kroon', |
| 125 | + 'donate_interface-DKK' => 'DKK: Deense kroon', |
| 126 | + 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
| 127 | + 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
| 128 | + 'donate_interface-JPY' => 'JPY: Japannese jen', |
| 129 | + 'donate_interface-NZD' => 'NZD: Nieu-Seelandse dollar', |
| 130 | + 'donate_interface-NOK' => 'NOK: Noorse kroon', |
| 131 | + 'donate_interface-PLN' => 'PLN: Poolse zloty', |
| 132 | + 'donate_interface-SGD' => 'SGD: Singaporese dollar', |
| 133 | + 'donate_interface-SEK' => 'SEK: Sweedse kroon', |
| 134 | + 'donate_interface-ILS' => 'ILS: Israeliese shekel', |
| 135 | +); |
| 136 | + |
| 137 | +/** Angika (अङ्गिका) |
| 138 | + * @author Angpradesh |
| 139 | + */ |
| 140 | +$messages['anp'] = array( |
| 141 | + 'donate_interface' => 'विकिपीडिया कॆ मदद करॊ', |
| 142 | + 'donate_interface-desc' => 'गेटवे विस्तारयुक्त दान पृष्ठ', |
| 143 | + 'donate_interface-intro' => 'कृपा करी कॆ भुगतान विधि, राशि आरू मुद्रा चुनॊ.', |
| 144 | + 'donate_interface-amount' => 'दान राशि', |
| 145 | + 'donate_interface-other-amount' => 'अन्य राशि', |
| 146 | + 'donate_interface-currency' => 'मुद्रा', |
| 147 | + 'donate_interface-gateway' => 'भुगतान विधि', |
| 148 | + 'donate_interface-submit-button' => 'दान करॊ', |
| 149 | +); |
| 150 | + |
| 151 | +/** Arabic (العربية) |
| 152 | + * @author Meno25 |
| 153 | + * @author OsamaK |
| 154 | + * @author ترجمان05 |
| 155 | + */ |
| 156 | +$messages['ar'] = array( |
| 157 | + 'donate_interface' => 'ادعم ويكيميديا', |
| 158 | + 'donate_interface-desc' => 'صفحة استقبال التبرعات التي تتعامل مع امتدادي العبور', |
| 159 | + 'donate_interface-intro' => 'من فضلك اختر وسيلة الدفع ومقداره وعملته.', |
| 160 | + 'donate_interface-amount' => 'مقدار التبرع:', |
| 161 | + 'donate_interface-other-amount' => 'مقدار آخر', |
| 162 | + 'donate_interface-currency' => 'العملة:', |
| 163 | + 'donate_interface-gateway' => 'أسلوب الدفع:', |
| 164 | + 'donate_interface-submit-button' => 'تبرّع', |
| 165 | + 'donate_interface-comment-message' => 'هل لديك رأي تريد مشاركته من العالم؟ اكتب ما يصل إلى 200 حرف هنا:', |
| 166 | + 'donate_interface-comment-label' => 'التعليق:', |
| 167 | + 'donate_interface-anon-message' => 'الرجاء سرد اسمي (بجانب تعليقي) في قائمة المتبرعين العلنية.', |
| 168 | + 'donate_interface-email-agreement' => 'أوافق على استلام رسائل من فترة إلى أخرى من مؤسسة ويكيميديا.', |
| 169 | + 'donate_interface-comment-title' => 'تعليق علني', |
| 170 | + 'donate_interface-amount-error' => '**من فضلك أدخل مقدارًا صالحًا**', |
| 171 | + 'donate_interface-processing-error' => 'ثمة خطأ أثناء معالجة طلبك. لا معالج متوفر.', |
| 172 | + 'donate_interface-GBP' => 'GBP: الجنيه الإسترليني', |
| 173 | + 'donate_interface-EUR' => 'EUR: اليورو', |
| 174 | + 'donate_interface-USD' => 'USD: الدولار الأمريكي', |
| 175 | + 'donate_interface-AUD' => 'AUD: الدولار الأسترالي', |
| 176 | + 'donate_interface-CAD' => 'CAD: الدولار الكندي', |
| 177 | + 'donate_interface-CHF' => 'CHF: الفرنك السويسري', |
| 178 | + 'donate_interface-CZK' => 'CZK: الكرونا التشيكية', |
| 179 | + 'donate_interface-DKK' => 'DKK: الكرونة الدنمركية', |
| 180 | + 'donate_interface-HKD' => 'HKD: دولار هونغ كونغ', |
| 181 | + 'donate_interface-HUF' => 'HUF: الفورنت الهنغاري', |
| 182 | + 'donate_interface-JPY' => 'JPY: الين الياباني', |
| 183 | + 'donate_interface-NZD' => 'NZD: دولار نيوزيلندا', |
| 184 | + 'donate_interface-NOK' => 'NOK: الكرونة النرويجية', |
| 185 | + 'donate_interface-PLN' => 'PLN: الزلوتي البولندي', |
| 186 | + 'donate_interface-SGD' => 'SGD: دولار سنغافورة', |
| 187 | + 'donate_interface-SEK' => 'SEK: الكرونا السويدية', |
| 188 | + 'donate_interface-ILS' => 'ILS: الشاقل الإسرائيلي', |
| 189 | +); |
| 190 | + |
| 191 | +/** Egyptian Spoken Arabic (مصرى) |
| 192 | + * @author Meno25 |
| 193 | + */ |
| 194 | +$messages['arz'] = array( |
| 195 | + 'donate_interface-GBP' => 'GBP: الجنيه الإسترليني', |
| 196 | + 'donate_interface-EUR' => 'EUR: اليورو', |
| 197 | + 'donate_interface-USD' => 'USD: الدولار الأمريكي', |
| 198 | + 'donate_interface-AUD' => 'AUD: الدولار الأسترالي', |
| 199 | + 'donate_interface-CAD' => 'CAD: الدولار الكندي', |
| 200 | + 'donate_interface-JPY' => 'JPY: الين الياباني', |
| 201 | +); |
| 202 | + |
| 203 | +/** Azerbaijani (Azərbaycanca) |
| 204 | + * @author Cekli829 |
| 205 | + * @author Emperyan |
| 206 | + */ |
| 207 | +$messages['az'] = array( |
| 208 | + 'donate_interface' => 'Vikimedyayı dəstəkləyin', |
| 209 | + 'donate_interface-desc' => 'Şəbəkə keçidi uzadılmalarını inteqrasiya edən hədiyyə səhifəsi', |
| 210 | + 'donate_interface-intro' => 'Xahiş edirik bir ödəmə şəkli, miqdarı və pul vahidi seçin.', |
| 211 | + 'donate_interface-amount' => 'Fədakarlıq miqdarı:', |
| 212 | + 'donate_interface-other-amount' => 'Digər miqdar', |
| 213 | + 'donate_interface-currency' => 'Pul vahidi:', |
| 214 | + 'donate_interface-gateway' => 'Ödəmə şəkli:', |
| 215 | + 'donate_interface-submit-button' => 'Hədiyyə et', |
| 216 | + 'donate_interface-comment-message' => 'Dünya ilə paylaşacaq bir düşüncəniz var? Bura 200 xarakterə qədər yaza bilərsiniz:', |
| 217 | + 'donate_interface-comment-label' => 'Şərh:', |
| 218 | + 'donate_interface-anon-message' => 'Xahiş edirik addımı (şərhimin yanına) umumi hədiyyə edənlər siyahısında siyahıla.', |
| 219 | + 'donate_interface-email-agreement' => 'Vikimedia Foundundan hərdənbir edilən yenilikləri almağı qəbul edirəm.', |
| 220 | + 'donate_interface-comment-title' => 'Umumi şərh', |
| 221 | + 'donate_interface-amount-error' => '**Xahiş olunur bir miqdar daxil edin**', |
| 222 | + 'donate_interface-processing-error' => 'İstəyinizə işlənməsində bir səhv meydana gəldi. Uyğun prosessor yoxdur.', |
| 223 | + 'donate_interface-GBP' => 'GBP: İngilis Sterlinqi', |
| 224 | + 'donate_interface-EUR' => 'EUR: Avro', |
| 225 | + 'donate_interface-USD' => 'USD: ABŞ dolları', |
| 226 | + 'donate_interface-AUD' => 'AUD: Avstraliya dolları', |
| 227 | + 'donate_interface-CAD' => 'CAD: Kanada dolları', |
| 228 | + 'donate_interface-CHF' => 'CHF: İsveçrə frankı', |
| 229 | + 'donate_interface-CZK' => 'CZK: Çex kronu', |
| 230 | + 'donate_interface-DKK' => 'DKK: Danimarka kronu', |
| 231 | + 'donate_interface-HKD' => 'HKD: Honq Konq dolları', |
| 232 | + 'donate_interface-HUF' => 'HUF: Macar forinti', |
| 233 | + 'donate_interface-JPY' => 'JPY: Yapon yeni', |
| 234 | + 'donate_interface-NZD' => 'NZD: Yeni Zelandiya dolları', |
| 235 | + 'donate_interface-NOK' => 'NOK: Norveç kronu', |
| 236 | + 'donate_interface-PLN' => 'PLN: Polşa zlotisi', |
| 237 | + 'donate_interface-SGD' => 'SGD: Sinqapur dolları', |
| 238 | + 'donate_interface-SEK' => 'SEK: İsveç kronu', |
| 239 | + 'donate_interface-ILS' => 'ILS: İsrail şekeli', |
| 240 | +); |
| 241 | + |
| 242 | +/** Bashkir (Башҡортса) |
| 243 | + * @author Assele |
| 244 | + * @author Haqmar |
| 245 | + */ |
| 246 | +$messages['ba'] = array( |
| 247 | + 'donate_interface' => 'Викимедиа Фондына ярҙам', |
| 248 | + 'donate_interface-desc' => 'Иғәнә йыйыу бите, шлюз киңәйеүҙәре менән берләштереү', |
| 249 | + 'donate_interface-intro' => 'Зинһар, түләү ысулын, күләмен һәм валютаһын һайлағыҙ.', |
| 250 | + 'donate_interface-amount' => 'Иғәнә күләме:', |
| 251 | + 'donate_interface-other-amount' => 'Башҡа күләм', |
| 252 | + 'donate_interface-currency' => 'Валюта:', |
| 253 | + 'donate_interface-gateway' => 'Түләү ысулы:', |
| 254 | + 'donate_interface-submit-button' => 'Иғәнә бирергә', |
| 255 | + 'donate_interface-comment-message' => 'Һеҙҙең донъя менән бүлешергә теләгән фекерҙәрегеҙ бармы? Бында 200 хәрефкә тиклем хәбәр ҡалдырығыҙ:', |
| 256 | + 'donate_interface-comment-label' => 'Иҫкәрмә:', |
| 257 | + 'donate_interface-anon-message' => 'Зинһар, дөйөм иғәнә биреүселәр исемлегендә минең исемемде (минең иҫкәрмәм янында) күрһәтегеҙ.', |
| 258 | + 'donate_interface-email-agreement' => 'Мин ара-тирә Викимедиа Фондынан яңыртыуҙар алырға ризамын.', |
| 259 | + 'donate_interface-comment-title' => 'Дөйөм иҫкәрмә', |
| 260 | + 'donate_interface-amount-error' => '**Зинһар, дөрөҫ күләм керетегеҙ**', |
| 261 | + 'donate_interface-processing-error' => 'Һеҙҙең һорауығыҙҙы эшкәртеү ваҡытында хата килеп сыҡты. |
| 262 | +Бер процессорҙы ла ҡулланыу мөмкин түгел.', |
| 263 | + 'donate_interface-GBP' => 'GBP: Британия фунт-стерлингы', |
| 264 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 265 | + 'donate_interface-USD' => 'USD: АҠШ доллары', |
| 266 | + 'donate_interface-AUD' => 'AUD: Австралия доллары', |
| 267 | + 'donate_interface-CAD' => 'CAD: Канада доллары', |
| 268 | + 'donate_interface-CHF' => 'CHF: Швейцария франкы', |
| 269 | + 'donate_interface-CZK' => 'CZK: Чехия кроны', |
| 270 | + 'donate_interface-DKK' => 'DKK: Дания кроны', |
| 271 | + 'donate_interface-HKD' => 'HKD: Гонг Конг доллары', |
| 272 | + 'donate_interface-HUF' => 'HUF: Венгр флоринты', |
| 273 | + 'donate_interface-JPY' => 'JPY: Япон йенаһы', |
| 274 | + 'donate_interface-NZD' => 'NZD: Яңы Зеландия доллары', |
| 275 | + 'donate_interface-NOK' => 'NOK: Норвегия кроны', |
| 276 | + 'donate_interface-PLN' => 'PLN: Поляк злотыһы', |
| 277 | + 'donate_interface-SGD' => 'SGD: Сингапур доллары', |
| 278 | + 'donate_interface-SEK' => 'SEK: Швед кронаһы', |
| 279 | + 'donate_interface-ILS' => 'ILS: Израиль шекеле', |
| 280 | +); |
| 281 | + |
| 282 | +/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
| 283 | + * @author EugeneZelenko |
| 284 | + * @author Jim-by |
| 285 | + */ |
| 286 | +$messages['be-tarask'] = array( |
| 287 | + 'donate_interface' => 'Падтрымайце фундацыю «Вікімэдыя»', |
| 288 | + 'donate_interface-desc' => 'Старонка збору ахвяраваньняў, якая інтэгруе пашырэньні-шлюзы', |
| 289 | + 'donate_interface-intro' => 'Калі ласка, выберыце мэтад плацяжу, суму і валюту.', |
| 290 | + 'donate_interface-amount' => 'Сума ахвяраваньня:', |
| 291 | + 'donate_interface-other-amount' => 'Іншая сума', |
| 292 | + 'donate_interface-currency' => 'Валюта:', |
| 293 | + 'donate_interface-gateway' => 'Мэтад плацяжу:', |
| 294 | + 'donate_interface-submit-button' => 'Ахвяраваць', |
| 295 | + 'donate_interface-comment-message' => 'Маеце думкі, якімі хочаце падзяліцца са сьветам? Пакіньце тут паведамленьне не болей 200 сымбаляў:', |
| 296 | + 'donate_interface-comment-label' => 'Камэнтар:', |
| 297 | + 'donate_interface-anon-message' => 'Калі ласка, дадайце маё імя ў сьпіс (каля майго камэнтара) у публічным сьпісе ахвяравальнікаў.', |
| 298 | + 'donate_interface-email-agreement' => 'Я згодны атрымліваць пэрыядычныя электронныя лісты з навінамі фундацыі «Вікімэдыя».', |
| 299 | + 'donate_interface-comment-title' => 'Публічны камэнтар', |
| 300 | + 'donate_interface-amount-error' => '**Калі ласка, увядзіце слушную суму**', |
| 301 | + 'donate_interface-processing-error' => 'Адбылася памылка падчас апрацоўкі Вашага запыту. |
| 302 | +Няма даступных працэсараў.', |
| 303 | + 'donate_interface-GBP' => 'GBP: брытанскі фунт', |
| 304 | + 'donate_interface-EUR' => 'EUR: эўра', |
| 305 | + 'donate_interface-USD' => 'USD: даляр ЗША', |
| 306 | + 'donate_interface-AUD' => 'AUD: аўстралійскі даляр', |
| 307 | + 'donate_interface-CAD' => 'CAD: канадзкі даляр', |
| 308 | + 'donate_interface-CHF' => 'CHF: швайцарскі франк', |
| 309 | + 'donate_interface-CZK' => 'CZK: чэская крона', |
| 310 | + 'donate_interface-DKK' => 'DKK: дацкая крона', |
| 311 | + 'donate_interface-HKD' => 'HKD: ганконгскі даляр', |
| 312 | + 'donate_interface-HUF' => 'HUF: вугорскі форынт', |
| 313 | + 'donate_interface-JPY' => 'JPY: японская ена', |
| 314 | + 'donate_interface-NZD' => 'NZD: новазэляндзкі даляр', |
| 315 | + 'donate_interface-NOK' => 'NOK: нарвэская крона', |
| 316 | + 'donate_interface-PLN' => 'PLN: польскі злоты', |
| 317 | + 'donate_interface-SGD' => 'SGD: сынгапурскі даляр', |
| 318 | + 'donate_interface-SEK' => 'SEK: швэдзкая крона', |
| 319 | + 'donate_interface-ILS' => 'ILS: ізраільскі шэкель', |
| 320 | +); |
| 321 | + |
| 322 | +/** Bulgarian (Български) |
| 323 | + * @author Spiritia |
| 324 | + * @author Turin |
| 325 | + */ |
| 326 | +$messages['bg'] = array( |
| 327 | + 'donate_interface' => 'Подкрепете Уикимедия', |
| 328 | + 'donate_interface-desc' => 'Начална дарителска страница,интегрираща порталните разширения', |
| 329 | + 'donate_interface-intro' => 'Моля, изберете метод на плащане, размер и валута.', |
| 330 | + 'donate_interface-amount' => 'Размер на дарението:', |
| 331 | + 'donate_interface-other-amount' => 'Друга сума', |
| 332 | + 'donate_interface-currency' => 'Валута:', |
| 333 | + 'donate_interface-gateway' => 'Начин на плащане:', |
| 334 | + 'donate_interface-submit-button' => 'Даряване', |
| 335 | + 'donate_interface-comment-message' => 'Искате ли да споделите нещо със света? Поставете тук вашия коментар (до 200 знака):', |
| 336 | + 'donate_interface-comment-label' => 'Коментар:', |
| 337 | + 'donate_interface-anon-message' => 'Искам името ми да бъде включено (наред с коментара ми) в публичния лист на дарителите.', |
| 338 | + 'donate_interface-email-agreement' => 'Съгласен съм от време на време да получавам по имейл новини от Фондация Уикимедия.', |
| 339 | + 'donate_interface-comment-title' => 'Публичен коментар', |
| 340 | + 'donate_interface-amount-error' => 'Моля, въведете коректна сума', |
| 341 | + 'donate_interface-processing-error' => 'Настъпи грешка при обработката на заявката ви. Нямаше налични процесори.', |
| 342 | + 'donate_interface-GBP' => 'GBP: британска лира', |
| 343 | + 'donate_interface-EUR' => 'EUR: евро', |
| 344 | + 'donate_interface-USD' => 'USD: американски долар', |
| 345 | + 'donate_interface-AUD' => 'AUD: австралийски долар', |
| 346 | + 'donate_interface-CAD' => 'CAD: канадски долар', |
| 347 | + 'donate_interface-CHF' => 'CHF: швейцарски франк', |
| 348 | + 'donate_interface-CZK' => 'CZK: чешка крона', |
| 349 | + 'donate_interface-DKK' => 'DKK: датска крона', |
| 350 | + 'donate_interface-HKD' => 'HKD: хонгконгски долар', |
| 351 | + 'donate_interface-HUF' => 'HUF: унгарски форинт', |
| 352 | + 'donate_interface-JPY' => 'JPY: японска йена', |
| 353 | + 'donate_interface-NZD' => 'NZD: новозеландски долар', |
| 354 | + 'donate_interface-NOK' => 'NOK: норвежка крона', |
| 355 | + 'donate_interface-PLN' => 'PLN: полска злота', |
| 356 | + 'donate_interface-SGD' => 'SGD: сингапурски долар', |
| 357 | + 'donate_interface-SEK' => 'SEK: шведска крона', |
| 358 | + 'donate_interface-ILS' => 'ILS: израелски шекел', |
| 359 | +); |
| 360 | + |
| 361 | +/** Bengali (বাংলা) |
| 362 | + * @author Wikitanvir |
| 363 | + */ |
| 364 | +$messages['bn'] = array( |
| 365 | + 'donate_interface' => 'উইকিমিডিয়াকে সাহায্য করুন', |
| 366 | + 'donate_interface-desc' => 'ডোনেশন ল্যান্ডিং পাতাগুলো, যেখানে গেটওয়ে এক্সটেনশনগুলো সমন্বিত হয়েছে', |
| 367 | + 'donate_interface-intro' => 'অনুগ্রহপূর্বক দানের পদ্ধতি, পরিমাণ, এবং মুদ্রা নির্বাচন করুন।', |
| 368 | + 'donate_interface-amount' => 'দানের পরিমাণ:', |
| 369 | + 'donate_interface-other-amount' => 'অন্যান্য পরিমাণ', |
| 370 | + 'donate_interface-currency' => 'মুদ্রা:', |
| 371 | + 'donate_interface-gateway' => 'দানের পদ্ধতি:', |
| 372 | + 'donate_interface-submit-button' => 'দান করুন', |
| 373 | + 'donate_interface-comment-message' => 'বিশ্বের সাথে ভাগাভাগি করার মতো কোনো ভাবনা রয়েছে? ২০০ অক্ষরের মাঝে তা প্রকাশ করুন।', |
| 374 | + 'donate_interface-comment-label' => 'মন্তব্য:', |
| 375 | + 'donate_interface-anon-message' => 'সর্বসাধারণের জন্য উন্মুক্ত দাতার তালিকায় আমার নাম তালিকাভুক্ত করুন (আমার মন্তব্যের পাশে)।', |
| 376 | + 'donate_interface-email-agreement' => 'আমি উইকিমিডিয়া ফাউন্ডেশন কর্তৃক বিভিন্ন উপলক্ষ্য ভিত্তিক ই-মেইল আপডেট পেতে আগ্রহী।', |
| 377 | + 'donate_interface-comment-title' => 'সর্বসাধারণের জন্য উন্মুক্ত মন্তব্য', |
| 378 | + 'donate_interface-amount-error' => '**অনুগ্রহপূর্বক একটি উপযুক্ত পরিমাণ প্রবেশ করান**', |
| 379 | + 'donate_interface-processing-error' => 'আপনার অনুরোধটি প্রক্রিয়াকৃত হওয়ার সময় কোনো সমস্যা পরিলক্ষিত হয়েছে। |
| 380 | +কোনো প্রসেসর পাওয়া যায়নি।', |
| 381 | + 'donate_interface-GBP' => 'GBP: ব্রিটিশ পাউন্ড', |
| 382 | + 'donate_interface-EUR' => 'EUR: ইউরো', |
| 383 | + 'donate_interface-USD' => 'USD: মার্কিন ডলার', |
| 384 | + 'donate_interface-AUD' => 'AUD: অস্ট্রেলীয় ডলার', |
| 385 | + 'donate_interface-CAD' => 'CAD: কানাডীয় ডলার', |
| 386 | + 'donate_interface-CHF' => 'CHF: সুইস ফ্রাংক', |
| 387 | + 'donate_interface-CZK' => 'CZK: চেক করুনা', |
| 388 | + 'donate_interface-DKK' => 'DKK: ড্যানিশ ক্রোন', |
| 389 | + 'donate_interface-HKD' => 'HKD: হং কং ডলার', |
| 390 | + 'donate_interface-HUF' => 'HUF: হাঙ্গেরীয় ফোরিন্ট', |
| 391 | + 'donate_interface-JPY' => 'JPY: জাপানি ইয়েন', |
| 392 | + 'donate_interface-NZD' => 'NZD: নিউজিল্যান্ড ডলার', |
| 393 | + 'donate_interface-NOK' => 'NOK: নরওয়েজীয় ক্রোন', |
| 394 | + 'donate_interface-PLN' => 'PLN: পোলীয় জোয়াটি', |
| 395 | + 'donate_interface-SGD' => 'SGD: সিঙ্গাপুর ডলার', |
| 396 | + 'donate_interface-SEK' => 'SEK: সুয়েডীয় ক্রোনা', |
| 397 | + 'donate_interface-ILS' => 'ILS: ইসরায়েলী শেকেল', |
| 398 | +); |
| 399 | + |
| 400 | +/** Breton (Brezhoneg) |
| 401 | + * @author Fohanno |
| 402 | + * @author Fulup |
| 403 | + * @author Gwendal |
| 404 | + */ |
| 405 | +$messages['br'] = array( |
| 406 | + 'donate_interface' => 'Skoazellañ Wikimedia', |
| 407 | + 'donate_interface-desc' => 'Pajenn emgavout evit an donezonoù enni ar modulennoù paeañ', |
| 408 | + 'donate_interface-intro' => 'Dibabit ur mod paeañ, ur sammad hag ur moneiz.', |
| 409 | + 'donate_interface-amount' => 'Sammad an donezon :', |
| 410 | + 'donate_interface-other-amount' => 'Sammad all', |
| 411 | + 'donate_interface-currency' => 'Moneiz :', |
| 412 | + 'donate_interface-gateway' => 'Doare paeañ :', |
| 413 | + 'donate_interface-submit-button' => 'Ober un donezon', |
| 414 | + 'donate_interface-comment-message' => "Kas ur c'hemenn d'ar bed-holl a fell deoc'h ober ? Gallout a rit skrivañ betek 200 arouezenn amañ :", |
| 415 | + 'donate_interface-comment-label' => 'Evezhiadenn :', |
| 416 | + 'donate_interface-anon-message' => 'Lakait ma anv (ouzh ma evezhiadenn) war roll foran an dud o deus roet un dra bennak.', |
| 417 | + 'donate_interface-email-agreement' => 'A-du emaon da zegemer posteloù kelaouiñ a-berzh Diazezadur Wikimedia ur wezh dre vare.', |
| 418 | + 'donate_interface-comment-title' => 'Kemenn publik', |
| 419 | + 'donate_interface-amount-error' => '**Merkit ur sammad reizh**', |
| 420 | + 'donate_interface-processing-error' => "Ur fazi zo bet e-ser plediñ gant ho koulenn. N'haller ket tizhout prosesor ebet.", |
| 421 | + 'donate_interface-GBP' => 'GBP : Lur saoz', |
| 422 | + 'donate_interface-EUR' => 'EUR : Euro', |
| 423 | + 'donate_interface-USD' => 'USD : Dollar SUA', |
| 424 | + 'donate_interface-AUD' => 'AUD : Dollar aostralian', |
| 425 | + 'donate_interface-CAD' => 'CAD : Dollar kanadian', |
| 426 | + 'donate_interface-CHF' => 'CHF : Lur Suis', |
| 427 | + 'donate_interface-CZK' => 'CZK : Kurunenn Tchek', |
| 428 | + 'donate_interface-DKK' => 'DKK : Kurunenn Danmark', |
| 429 | + 'donate_interface-HKD' => 'HKD : Dollar Hong Kong', |
| 430 | + 'donate_interface-HUF' => 'HUF : Forint Hungaria', |
| 431 | + 'donate_interface-JPY' => 'JPY : Yen Japan', |
| 432 | + 'donate_interface-NZD' => 'NZD : Dollar Zeland-Nevez', |
| 433 | + 'donate_interface-NOK' => 'NOK : Kurunenn Norvegia', |
| 434 | + 'donate_interface-PLN' => 'PLN : Zloty Polonia', |
| 435 | + 'donate_interface-SGD' => 'SGD : Dollar Singapora', |
| 436 | + 'donate_interface-SEK' => 'SEK : Kurunenn Sveden', |
| 437 | + 'donate_interface-ILS' => 'ILS : Shekel israelat', |
| 438 | +); |
| 439 | + |
| 440 | +/** Bosnian (Bosanski) |
| 441 | + * @author CERminator |
| 442 | + */ |
| 443 | +$messages['bs'] = array( |
| 444 | + 'donate_interface' => 'Podržite Wikimediju', |
| 445 | + 'donate_interface-desc' => 'Stranica za doniranje koja se integrira u proširenja gatewaya', |
| 446 | + 'donate_interface-intro' => 'Molimo vas odaberite način plaćanja, iznos i valutu.', |
| 447 | + 'donate_interface-amount' => 'Iznos donacije:', |
| 448 | + 'donate_interface-other-amount' => 'Drugi iznos', |
| 449 | + 'donate_interface-currency' => 'Valuta:', |
| 450 | + 'donate_interface-gateway' => 'Način plaćanja:', |
| 451 | + 'donate_interface-submit-button' => 'Doniraj', |
| 452 | + 'donate_interface-comment-message' => 'Imate li mišljenje da podijelite sa svijetom? Unesite do 200 znakova ovdje:', |
| 453 | + 'donate_interface-comment-label' => 'Komentar:', |
| 454 | + 'donate_interface-anon-message' => 'Molim pokažite moje ime (pored mog komentara) na javni spisak donatora.', |
| 455 | + 'donate_interface-email-agreement' => 'Slažem se da dobijam povremena e-mail obavještenja od Wikimedia Fondacije.', |
| 456 | + 'donate_interface-comment-title' => 'Javni komentar', |
| 457 | + 'donate_interface-amount-error' => '**Molimo unesite valjani iznos**', |
| 458 | + 'donate_interface-processing-error' => 'Desila se greška pri obradi vašeg zahtjeva. |
| 459 | +Nisu dostupni procesori.', |
| 460 | + 'donate_interface-GBP' => 'GBP: Britanska funta', |
| 461 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 462 | + 'donate_interface-USD' => 'USD: Američki dolar', |
| 463 | + 'donate_interface-AUD' => 'AUD: Australijski dolar', |
| 464 | + 'donate_interface-CAD' => 'CAD: Kanadski dolar', |
| 465 | + 'donate_interface-CHF' => 'CHF: Švicarski franak', |
| 466 | + 'donate_interface-CZK' => 'CZK: Češka kruna', |
| 467 | + 'donate_interface-DKK' => 'DKK: Danska kruna', |
| 468 | + 'donate_interface-HKD' => 'HKD: Honkonški dolar', |
| 469 | + 'donate_interface-HUF' => 'HUF: Mađarska forinta', |
| 470 | + 'donate_interface-JPY' => 'JPY: Japanski jen', |
| 471 | + 'donate_interface-NZD' => 'NZD: Novozelandski dolar', |
| 472 | + 'donate_interface-NOK' => 'NOK: Norveška kruna', |
| 473 | + 'donate_interface-PLN' => 'PLN: Poljski zloti', |
| 474 | + 'donate_interface-SGD' => 'SGD: Singapurski dolar', |
| 475 | + 'donate_interface-SEK' => 'SEK: Švedska kruna', |
| 476 | + 'donate_interface-ILS' => 'ILS: Izraelski šekel', |
| 477 | +); |
| 478 | + |
| 479 | +/** Catalan (Català) |
| 480 | + * @author SMP |
| 481 | + * @author Solde |
| 482 | + * @author Vriullop |
| 483 | + */ |
| 484 | +$messages['ca'] = array( |
| 485 | + 'donate_interface' => 'Ajudeu Wikimedia', |
| 486 | + 'donate_interface-desc' => "Pàgina d'arribada de donatius que integra extensions de mòduls de pagament", |
| 487 | + 'donate_interface-intro' => "Escolliu el mètode de pagament, l'import i la divisa.", |
| 488 | + 'donate_interface-amount' => 'Import del donatiu:', |
| 489 | + 'donate_interface-other-amount' => 'Altra quantitat', |
| 490 | + 'donate_interface-currency' => 'Moneda:', |
| 491 | + 'donate_interface-gateway' => 'Mètode de pagament:', |
| 492 | + 'donate_interface-submit-button' => 'Fes un donatiu', |
| 493 | + 'donate_interface-comment-message' => 'Voleu compartir un pensament amb el món? Escriviu-lo aquí (fins a 200 caràcters):', |
| 494 | + 'donate_interface-comment-label' => 'Comentari:', |
| 495 | + 'donate_interface-anon-message' => 'Anoteu el meu nom (al costat del comentari) a la llista pública de donants.', |
| 496 | + 'donate_interface-email-agreement' => 'Accepto rebre novetats ocasionals de la Fundació Wikimedia per correu electrònic.', |
| 497 | + 'donate_interface-comment-title' => 'Comentari públic', |
| 498 | + 'donate_interface-amount-error' => '**Introduïu un import vàlid**', |
| 499 | + 'donate_interface-processing-error' => 'Hi ha hagut un error en processar la vostra petició. |
| 500 | +No hi ha processadors disponibles.', |
| 501 | + 'donate_interface-GBP' => 'GBP: Lliura esterlina', |
| 502 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 503 | + 'donate_interface-USD' => 'USD: Dòlar estatunidenc', |
| 504 | + 'donate_interface-AUD' => 'AUD: Dòlar australià', |
| 505 | + 'donate_interface-CAD' => 'CAD: Dòlar canadenc', |
| 506 | + 'donate_interface-CHF' => 'CHF: Franc suís', |
| 507 | + 'donate_interface-CZK' => 'CZK: Corona txeca', |
| 508 | + 'donate_interface-DKK' => 'DKK: Corona danesa', |
| 509 | + 'donate_interface-HKD' => 'HKD: Dòlar de Hong Kong', |
| 510 | + 'donate_interface-HUF' => 'HUF: Fòrint hongarès', |
| 511 | + 'donate_interface-JPY' => 'JPY: Ien japonès', |
| 512 | + 'donate_interface-NZD' => 'NZD: Dòlar neozelandès', |
| 513 | + 'donate_interface-NOK' => 'NOK: Corona noruega', |
| 514 | + 'donate_interface-PLN' => 'PLN: Zloty polonès', |
| 515 | + 'donate_interface-SGD' => 'SGD: Dòlar de Singapur', |
| 516 | + 'donate_interface-SEK' => 'SEK: Corona sueca', |
| 517 | + 'donate_interface-ILS' => 'ILS: Nou xéquel israelià', |
| 518 | +); |
| 519 | + |
| 520 | +/** Czech (Česky) |
| 521 | + * @author Mormegil |
| 522 | + */ |
| 523 | +$messages['cs'] = array( |
| 524 | + 'donate_interface' => 'Podpora nadace Wikimedia', |
| 525 | + 'donate_interface-desc' => 'Cílová stránka pro přispěvatele, sjednocující rozhraní k platebním branám', |
| 526 | + 'donate_interface-intro' => 'Zvolte si způsob platby, částku a měnu.', |
| 527 | + 'donate_interface-amount' => 'Výše příspěvku:', |
| 528 | + 'donate_interface-other-amount' => 'Jiná částka', |
| 529 | + 'donate_interface-currency' => 'Měna:', |
| 530 | + 'donate_interface-gateway' => 'Způsob platby:', |
| 531 | + 'donate_interface-submit-button' => 'Přispět', |
| 532 | + 'donate_interface-comment-message' => 'Chcete se podělit o nějakou myšlenku se světem? Napište sem nejvýše 200 znaků:', |
| 533 | + 'donate_interface-comment-label' => 'Komentář:', |
| 534 | + 'donate_interface-anon-message' => 'Uveďte mé jméno (spolu s mým komentářem) na veřejném seznamu dárců.', |
| 535 | + 'donate_interface-email-agreement' => 'Souhlasím, aby mi Wikimedia Foundation občas zasílala e-mailem novinky.', |
| 536 | + 'donate_interface-comment-title' => 'Veřejný komentář', |
| 537 | + 'donate_interface-amount-error' => '**Zadejte platnou částku**', |
| 538 | + 'donate_interface-processing-error' => 'Při zpracovávání vašeho příspěvku došlo k chybě. |
| 539 | +Není dostupný žádný platební procesor.', |
| 540 | + 'donate_interface-GBP' => 'GBP: Britská libra', |
| 541 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 542 | + 'donate_interface-USD' => 'USD: Americký dolar', |
| 543 | + 'donate_interface-AUD' => 'AUD: Australský dolar', |
| 544 | + 'donate_interface-CAD' => 'CAD: Kanadský dolar', |
| 545 | + 'donate_interface-CHF' => 'CHF: Švýcarský frank', |
| 546 | + 'donate_interface-CZK' => 'CZK: Česká koruna', |
| 547 | + 'donate_interface-DKK' => 'DKK: Dánská koruna', |
| 548 | + 'donate_interface-HKD' => 'HKD: Hongkongský dolar', |
| 549 | + 'donate_interface-HUF' => 'HUF: Maďarský forint', |
| 550 | + 'donate_interface-JPY' => 'JPY: Japonský jen', |
| 551 | + 'donate_interface-NZD' => 'NZD: Novozélandský dolar', |
| 552 | + 'donate_interface-NOK' => 'NOK: Norská koruna', |
| 553 | + 'donate_interface-PLN' => 'PLN: Polský zlotý', |
| 554 | + 'donate_interface-SGD' => 'SGD: Singapurský dolar', |
| 555 | + 'donate_interface-SEK' => 'SEK: Švédská koruna', |
| 556 | + 'donate_interface-ILS' => 'ILS: Izraelský šekel', |
| 557 | +); |
| 558 | + |
| 559 | +/** Church Slavic (Словѣ́ньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ) |
| 560 | + * @author ОйЛ |
| 561 | + */ |
| 562 | +$messages['cu'] = array( |
| 563 | + 'donate_interface-currency' => 'платьно срѣдьство :', |
| 564 | + 'donate_interface-submit-button' => 'даꙗниꙗ сътворѥниѥ', |
| 565 | + 'donate_interface-EUR' => 'EUR: єѵрѡ', |
| 566 | + 'donate_interface-USD' => 'USD: амєрїканьскъ доларъ', |
| 567 | + 'donate_interface-AUD' => 'AUD: аѵстралїискъ доларъ', |
| 568 | + 'donate_interface-CAD' => 'CAD: канадьскъ доларъ', |
| 569 | +); |
| 570 | + |
| 571 | +/** Welsh (Cymraeg) |
| 572 | + * @author Lloffiwr |
| 573 | + */ |
| 574 | +$messages['cy'] = array( |
| 575 | + 'donate_interface' => 'Cefnogwch Wikimedia', |
| 576 | + 'donate_interface-desc' => "Gosod tudalen lanio sy'n integreiddio estyniadau porth", |
| 577 | + 'donate_interface-intro' => "Dewiswch fodd talu, y swm, a'r math o arian breiniol.", |
| 578 | + 'donate_interface-amount' => 'Swm y rhodd:', |
| 579 | + 'donate_interface-other-amount' => 'Swm arall', |
| 580 | + 'donate_interface-currency' => 'Math o arian breiniol:', |
| 581 | + 'donate_interface-gateway' => 'Modd talu:', |
| 582 | + 'donate_interface-submit-button' => 'Rhoi', |
| 583 | + 'donate_interface-comment-message' => "Oes gennych rywbeth i'w ddweud wrth y byd? Gallwch ysgrifennu hyd at 200 llythyren yma:", |
| 584 | + 'donate_interface-comment-label' => 'Sylw:', |
| 585 | + 'donate_interface-anon-message' => 'Rhowch fy enw (wrth ymyl fy sylw) ar y rhestr gyhoeddus o roddwyr.', |
| 586 | + 'donate_interface-email-agreement' => 'Rwyn cytuno i dderbyn ambell i e-bost o newyddion oddi wrth Sefydliad Wikimedia.', |
| 587 | + 'donate_interface-comment-title' => 'Sylw cyhoeddus', |
| 588 | + 'donate_interface-amount-error' => '**Byddwch gystal gosod swm dilys**', |
| 589 | + 'donate_interface-processing-error' => 'Cafwyd gwall wrth drin eich cais. Nid oes prosesydd ar gael.', |
| 590 | + 'donate_interface-GBP' => 'GBP: Punt Prydain', |
| 591 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 592 | + 'donate_interface-USD' => 'USD: Doler U.D.A.', |
| 593 | + 'donate_interface-AUD' => 'AUD: Doler Awstralia', |
| 594 | + 'donate_interface-CAD' => 'CAD: Doler Canada', |
| 595 | + 'donate_interface-CHF' => 'CHF: Ffranc y Swistir', |
| 596 | + 'donate_interface-CZK' => 'CZK: Koruna Gwlad Tsiec', |
| 597 | + 'donate_interface-DKK' => 'DKK: Krone Denmarc', |
| 598 | + 'donate_interface-HKD' => 'HKD: Doler Hong Kong', |
| 599 | + 'donate_interface-HUF' => 'HUF: Fforint Hwngari', |
| 600 | + 'donate_interface-JPY' => 'JPY: Yen Japan', |
| 601 | + 'donate_interface-NZD' => 'NZD: Doler Seland Newydd', |
| 602 | + 'donate_interface-NOK' => 'NOK: Krone Norwy', |
| 603 | + 'donate_interface-PLN' => 'PLN: Zloty Gwlad Pwyl', |
| 604 | + 'donate_interface-SGD' => 'SGD: Doler Singapôr', |
| 605 | + 'donate_interface-SEK' => 'SEK: Krona Sweden', |
| 606 | + 'donate_interface-ILS' => 'ILS: Shekel Israel', |
| 607 | +); |
| 608 | + |
| 609 | +/** Danish (Dansk) |
| 610 | + * @author Peter Alberti |
| 611 | + */ |
| 612 | +$messages['da'] = array( |
| 613 | + 'donate_interface' => 'Støt Wikimedia', |
| 614 | + 'donate_interface-desc' => 'Donationsdestinationsside, som integrerer passage-udvidelser', |
| 615 | + 'donate_interface-intro' => 'Vælg venligst betalingsmetode, beløb og møntfod.', |
| 616 | + 'donate_interface-amount' => 'Donationsbeløb:', |
| 617 | + 'donate_interface-other-amount' => 'Andet beløb', |
| 618 | + 'donate_interface-currency' => 'Møntfod:', |
| 619 | + 'donate_interface-gateway' => 'Betalingsmetode:', |
| 620 | + 'donate_interface-submit-button' => 'Donér', |
| 621 | + 'donate_interface-comment-message' => 'Har du en tanke, du ønsker at dele med verden? Skriv op til 200 tegn her:', |
| 622 | + 'donate_interface-comment-label' => 'Kommentar:', |
| 623 | + 'donate_interface-anon-message' => 'Angiv venligst mit navn (ved siden af min kommentarer) på den offentlige liste over donorer.', |
| 624 | + 'donate_interface-email-agreement' => 'Jeg samtykker i at modtage lejlighedsvise email-opdateringer fra Wikimedia Foundation.', |
| 625 | + 'donate_interface-comment-title' => 'Offentlig kommentar', |
| 626 | + 'donate_interface-amount-error' => '**Angiv venligst et gyldigt beløb**', |
| 627 | + 'donate_interface-processing-error' => 'Der opstod en fejl under behandlingen af din forespørgsel. |
| 628 | +Ingen processorer er tilgængelige.', |
| 629 | + 'donate_interface-GBP' => 'GBP: Britiske pund', |
| 630 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 631 | + 'donate_interface-USD' => 'USD: USA-dollar', |
| 632 | + 'donate_interface-AUD' => 'AUD: Australske dollar', |
| 633 | + 'donate_interface-CAD' => 'CAD: Canadiske dollar', |
| 634 | + 'donate_interface-CHF' => 'CHF: Schweizerfranc', |
| 635 | + 'donate_interface-CZK' => 'CZK: Tjekkiske koruna', |
| 636 | + 'donate_interface-DKK' => 'DKK: Danske kroner', |
| 637 | + 'donate_interface-HKD' => 'HKD: Hong Kong-dollar', |
| 638 | + 'donate_interface-HUF' => 'HUF: Ungarske forint', |
| 639 | + 'donate_interface-JPY' => 'JPY: Japanske yen', |
| 640 | + 'donate_interface-NZD' => 'NZD: Newzealandske dollar', |
| 641 | + 'donate_interface-NOK' => 'NOK: Norske kroner', |
| 642 | + 'donate_interface-PLN' => 'PLN: Polske zloty', |
| 643 | + 'donate_interface-SGD' => 'SGD: Singapore-dollar', |
| 644 | + 'donate_interface-SEK' => 'SEK: Svenske kroner', |
| 645 | + 'donate_interface-ILS' => 'ILS: Israelske shekel', |
| 646 | +); |
| 647 | + |
| 648 | +/** German (Deutsch) |
| 649 | + * @author ChrisiPK |
| 650 | + * @author Kghbln |
| 651 | + * @author Tbleher |
| 652 | + */ |
| 653 | +$messages['de'] = array( |
| 654 | + 'donate_interface' => 'Unterstützen Sie Wikimedia', |
| 655 | + 'donate_interface-desc' => 'Spenden-landing page, die Gateway-Erweiterungen integriert', |
| 656 | + 'donate_interface-intro' => 'Bitte wählen Sie eine Zahlungsmethode, einen Betrag und die Währung.', |
| 657 | + 'donate_interface-amount' => 'Spendenbetrag', |
| 658 | + 'donate_interface-other-amount' => 'Anderer Betrag', |
| 659 | + 'donate_interface-currency' => 'Währung:', |
| 660 | + 'donate_interface-gateway' => 'Zahlungsmethode', |
| 661 | + 'donate_interface-submit-button' => 'Spenden', |
| 662 | + 'donate_interface-comment-message' => 'Haben Sie einen Gedanken, den Sie mit der Welt teilen möchten? Er darf bis zu 200 Zeichen lang sein:', |
| 663 | + 'donate_interface-comment-label' => 'Kommentar:', |
| 664 | + 'donate_interface-anon-message' => 'Mein Name darf (zusammen mit meinem Kommentar) in der öffentlichen Spenderliste genannt werden.', |
| 665 | + 'donate_interface-email-agreement' => 'Ich bin damit einverstanden, gelegentlich per E-Mail aktuelle Informationen von der Wikimedia Foundation zu erhalten.', |
| 666 | + 'donate_interface-comment-title' => 'Öffentlicher Kommentar:', |
| 667 | + 'donate_interface-amount-error' => '**Bitte einen gültigen Betrag eingeben**', |
| 668 | + 'donate_interface-processing-error' => 'Es gab einen Verarbeitungsfehler Ihrer Anfrage. Es ist kein Prozess verfügbar.', |
| 669 | + 'donate_interface-GBP' => 'GBP: Britisches Pfund', |
| 670 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 671 | + 'donate_interface-USD' => 'USD: US-Dollar', |
| 672 | + 'donate_interface-AUD' => 'AUD: Australischer Dollar', |
| 673 | + 'donate_interface-CAD' => 'CAD: Kanadischer Dollar', |
| 674 | + 'donate_interface-CHF' => 'CHF: Schweizer Franken', |
| 675 | + 'donate_interface-CZK' => 'CZK: Tschechische Krone', |
| 676 | + 'donate_interface-DKK' => 'DKK: Dänische Krone', |
| 677 | + 'donate_interface-HKD' => 'HKD: Hongkong-Dollar', |
| 678 | + 'donate_interface-HUF' => 'HUF: Ungarischer Forint', |
| 679 | + 'donate_interface-JPY' => 'JPY: Japanischer Yen', |
| 680 | + 'donate_interface-NZD' => 'NZD: Neuseeland-Dollar', |
| 681 | + 'donate_interface-NOK' => 'NOK: Norwegische Krone', |
| 682 | + 'donate_interface-PLN' => 'PLN: Polnische Zloty', |
| 683 | + 'donate_interface-SGD' => 'SGD: Singapur-Dollar', |
| 684 | + 'donate_interface-SEK' => 'SEK: Schwedische Krone', |
| 685 | + 'donate_interface-ILS' => 'ILS: Israelischer Schekel', |
| 686 | +); |
| 687 | + |
| 688 | +/** Zazaki (Zazaki) |
| 689 | + * @author Xoser |
| 690 | + */ |
| 691 | +$messages['diq'] = array( |
| 692 | + 'donate_interface' => 'Wikipediya rê destek bide', |
| 693 | + 'donate_interface-desc' => 'Pelê bexş kerdişi ke extensiyonê gatewayi de keno.', |
| 694 | + 'donate_interface-intro' => 'Ma rica keno yew mebluga, dowiz u hacetê bexşi weçine.', |
| 695 | + 'donate_interface-amount' => 'Meblugayê bexşi:', |
| 696 | + 'donate_interface-other-amount' => 'Miktarê bini', |
| 697 | + 'donate_interface-currency' => 'Dowiz:', |
| 698 | + 'donate_interface-gateway' => 'Ti seni dano:', |
| 699 | + 'donate_interface-submit-button' => 'Bexş', |
| 700 | + 'donate_interface-comment-message' => 'Eka yew fiqirê tu est? Tiya de 200 karekteran de binuse:', |
| 701 | + 'donate_interface-comment-label' => 'Xulase:', |
| 702 | + 'donate_interface-anon-message' => 'Ez rica keno nameyê mi listeyê bexş dayogan de binuse (bin xulaseyê mi).', |
| 703 | + 'donate_interface-email-agreement' => "Ez wazenê ke Dernegê Wikimediyayi ra emailan bigeri. |
| 704 | +Ma ti ra yew çik niroşenê ya zi enformasyon tu çew ra ni dano. |
| 705 | +Ser bexşi politikayê ma tiya de <a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>here</a>", |
| 706 | + 'donate_interface-comment-title' => 'Xulasayê şari', |
| 707 | + 'donate_interface-amount-error' => '**Ma rica keno yew meblugayê raşti binuse**', |
| 708 | + 'donate_interface-processing-error' => 'Yew gelet biyo. Eka processor çini yo.', |
| 709 | + 'donate_interface-GBP' => 'GBP: Poundê Ingilizi', |
| 710 | + 'donate_interface-EUR' => 'EUR: Ewro', |
| 711 | + 'donate_interface-USD' => 'USD: Dolarê Emerikayi', |
| 712 | + 'donate_interface-AUD' => 'AUD: Dolarê Awistralyayi', |
| 713 | + 'donate_interface-CAD' => 'CAD: Dolarê Kanadayi', |
| 714 | + 'donate_interface-CHF' => 'CHF: Frankê isveci', |
| 715 | + 'donate_interface-CZK' => 'CZK: Koranayê Ceki', |
| 716 | + 'donate_interface-DKK' => 'DKK: Kroneyê Dani', |
| 717 | + 'donate_interface-HKD' => 'HKD: Dolarê Hong Kongi', |
| 718 | + 'donate_interface-HUF' => 'HUF: Forintê Macari', |
| 719 | + 'donate_interface-JPY' => 'JPY: Yenê Japoni', |
| 720 | + 'donate_interface-NZD' => 'NZD: Dolarê Zelandeya Newiye', |
| 721 | + 'donate_interface-NOK' => 'NOK: Kroneyê Norweci', |
| 722 | + 'donate_interface-PLN' => 'PLN: Zlotyê Lehi', |
| 723 | + 'donate_interface-SGD' => 'SGD: Dolarê Singapuri', |
| 724 | + 'donate_interface-SEK' => 'SEK: Kronayê Swedi', |
| 725 | + 'donate_interface-ILS' => 'ILS: Shekelê Israili', |
| 726 | +); |
| 727 | + |
| 728 | +/** Lower Sorbian (Dolnoserbski) |
| 729 | + * @author Michawiki |
| 730 | + */ |
| 731 | +$messages['dsb'] = array( |
| 732 | + 'donate_interface' => 'Wikimediju pódprěś', |
| 733 | + 'donate_interface-desc' => 'Bok darow, kótaryž integrěrujo pśistupne rozšyrjenja', |
| 734 | + 'donate_interface-intro' => 'Pšosym wubjeŕ płaśeńsku metodu, sumu a pjenjeze.', |
| 735 | + 'donate_interface-amount' => 'Pósćiwańska suma:', |
| 736 | + 'donate_interface-other-amount' => 'Druga suma', |
| 737 | + 'donate_interface-currency' => 'Pjenjeze:', |
| 738 | + 'donate_interface-gateway' => 'Płaśeńska metoda:', |
| 739 | + 'donate_interface-submit-button' => 'Pósćiś', |
| 740 | + 'donate_interface-comment-message' => 'Maš myslicku, kótaruž coš ze swětom źěliś? Napiš how až k 200 znamješkam:', |
| 741 | + 'donate_interface-comment-label' => 'Komentar:', |
| 742 | + 'donate_interface-anon-message' => 'Pšosym naspomnjej mójo mě (pódla mójogo komentara) na zjawnej lisćinje darow.', |
| 743 | + 'donate_interface-email-agreement' => 'Zwólijom do togo, pśigóźbne aktualizacije wót załožby Wikimedia Foundation dostaś.', |
| 744 | + 'donate_interface-comment-title' => 'Zjawny komentar', |
| 745 | + 'donate_interface-amount-error' => ' **Pšosym zapódaj płaśiwu sumu**', |
| 746 | + 'donate_interface-processing-error' => 'Pśi pśeźěłowanju twójogo napšašowanja jo zmólka nastała. Procesor njestoj k dispoziciji.', |
| 747 | + 'donate_interface-GBP' => 'GBP. Britiski punt', |
| 748 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 749 | + 'donate_interface-USD' => 'USD: US-dollar', |
| 750 | + 'donate_interface-AUD' => 'AUD: Awstralski dollar', |
| 751 | + 'donate_interface-CAD' => 'CAD: Kanadiski dollar', |
| 752 | + 'donate_interface-CHF' => 'CHF: Šwicarski franc', |
| 753 | + 'donate_interface-CZK' => 'CZK: Česka krona', |
| 754 | + 'donate_interface-DKK' => 'DKK: Dańska krona', |
| 755 | + 'donate_interface-HKD' => 'HKD: Hong Kong dollar', |
| 756 | + 'donate_interface-HUF' => 'HUF: Hungorski forint', |
| 757 | + 'donate_interface-JPY' => 'JPY: Japański yen', |
| 758 | + 'donate_interface-NZD' => 'NZD: Nowoseelandski dollar', |
| 759 | + 'donate_interface-NOK' => 'NOK: Norwegska krona', |
| 760 | + 'donate_interface-PLN' => 'PLN: Pólski złoty', |
| 761 | + 'donate_interface-SGD' => 'SGD: Singapurski dollar', |
| 762 | + 'donate_interface-SEK' => 'SEK: Šwedska krona', |
| 763 | + 'donate_interface-ILS' => 'ILS: Israelski šekel', |
| 764 | +); |
| 765 | + |
| 766 | +/** Greek (Ελληνικά) |
| 767 | + * @author Egmontaz |
| 768 | + * @author Glavkos |
| 769 | + * @author ZaDiak |
| 770 | + */ |
| 771 | +$messages['el'] = array( |
| 772 | + 'donate_interface' => 'Υποστηρίξτε το Wikimedia', |
| 773 | + 'donate_interface-intro' => 'Παρακαλώ επιλέξτε μια μέθοδο πληρωμής, το ποσό και το νόμισμα.', |
| 774 | + 'donate_interface-amount' => 'Ποσό δωρεάς:', |
| 775 | + 'donate_interface-other-amount' => 'Άλλο ποσό', |
| 776 | + 'donate_interface-currency' => 'Νόμισμα:', |
| 777 | + 'donate_interface-gateway' => 'Μέθοδος πληρωμής:', |
| 778 | + 'donate_interface-submit-button' => 'Δωρήστε', |
| 779 | + 'donate_interface-comment-message' => 'Έχετε μια σκέψη να μοιραστείτε με τον κόσμο; Αναπτύξτε την με έως 200 χαρακτήρες εδώ:', |
| 780 | + 'donate_interface-comment-label' => 'Σχόλιο:', |
| 781 | + 'donate_interface-anon-message' => 'Παρακαλείσθε να αναφέρετε το όνομά μου (δίπλα στο σχόλιο μου) στη δημόσια λίστα δωρητών.', |
| 782 | + 'donate_interface-email-agreement' => 'Συμφωνώ να λαμβάνω περιστασιακά ενημερώσεις μέσω e-mail από το Ίδρυμα Wikimedia.', |
| 783 | + 'donate_interface-comment-title' => 'Δημόσιο σχόλιο', |
| 784 | + 'donate_interface-amount-error' => '** Παρακαλώ εισάγετε έγκυρο ποσό **', |
| 785 | + 'donate_interface-GBP' => 'GBP: Βρετανική λίρα', |
| 786 | + 'donate_interface-EUR' => 'EUR: Ευρώ', |
| 787 | + 'donate_interface-USD' => 'USD: Δολάριο Η.Π.Α.', |
| 788 | + 'donate_interface-AUD' => 'AUD: Δολάριο Αυστραλίας', |
| 789 | + 'donate_interface-CAD' => 'CAD: Δολάριο Καναδά', |
| 790 | + 'donate_interface-CHF' => 'CHF: Φράγκο Ελβετίας', |
| 791 | + 'donate_interface-CZK' => 'CZK: Κορώνα Τσεχίας', |
| 792 | + 'donate_interface-DKK' => 'DKK: Κορόνα Δανίας', |
| 793 | + 'donate_interface-HKD' => 'HKD: Δολάριο Χονγκ Κονγκ', |
| 794 | + 'donate_interface-HUF' => 'HUF: Φιορίνι Ουγγαρίας', |
| 795 | + 'donate_interface-JPY' => 'JPY: Ιαπωνικό Γεν', |
| 796 | + 'donate_interface-NZD' => 'NZD: Δολάριο Νέας Ζηλανδίας', |
| 797 | + 'donate_interface-NOK' => 'ΝΟΚ: Κορόνα Νορβηγίας', |
| 798 | + 'donate_interface-PLN' => 'PLN: Ζλότι Πολωνίας', |
| 799 | + 'donate_interface-SGD' => 'SGD: Δολάριο Σιγκαπούρης', |
| 800 | + 'donate_interface-SEK' => 'SEK: Κορώνα Σουηδίας', |
| 801 | + 'donate_interface-ILS' => 'ILS: Ισραηλίτικο Σέκελ', |
| 802 | +); |
| 803 | + |
| 804 | +/** Esperanto (Esperanto) |
| 805 | + * @author Yekrats |
| 806 | + */ |
| 807 | +$messages['eo'] = array( |
| 808 | + 'donate_interface' => 'Subteni Fondaĵon Wikimedia', |
| 809 | + 'donate_interface-desc' => 'Donaca ĉefpaĝo kiu utiligas komunan kluzan interfacon', |
| 810 | + 'donate_interface-intro' => 'Bonvolu elekti pagan metodon, iomon, kaj valuton.', |
| 811 | + 'donate_interface-amount' => 'Iom de donaco:', |
| 812 | + 'donate_interface-other-amount' => 'Alia iomo', |
| 813 | + 'donate_interface-currency' => 'Valuto:', |
| 814 | + 'donate_interface-gateway' => 'Paga metodo:', |
| 815 | + 'donate_interface-submit-button' => 'Donaci', |
| 816 | + 'donate_interface-comment-message' => 'Ĉu vi volas skribi viajn pensojn doni al la mondo? Enigu ĝis 200 signoj ĉi tien:', |
| 817 | + 'donate_interface-comment-label' => 'Komenti:', |
| 818 | + 'donate_interface-anon-message' => 'Bonvolu listigi mian nomon apud mia komento en la publika listo de donacantoj.', |
| 819 | + 'donate_interface-email-agreement' => 'Mi konsentas ricevi maloftajn retpoŝtojn de la Fondaĵo Wikimedia.', |
| 820 | + 'donate_interface-comment-title' => 'Publika komento', |
| 821 | + 'donate_interface-amount-error' => '**Bonvolu enigi validan iomon**', |
| 822 | + 'donate_interface-processing-error' => 'Eraro okazis traktante vian peton. |
| 823 | +Neniu procesoro estas atingebla.', |
| 824 | + 'donate_interface-GBP' => 'GBP: Brita pundo', |
| 825 | + 'donate_interface-EUR' => 'EUR: Eŭro', |
| 826 | + 'donate_interface-USD' => 'USD: Usona dolaro', |
| 827 | + 'donate_interface-AUD' => 'AUD: Aŭstralia dolaro', |
| 828 | + 'donate_interface-CAD' => 'CAD: Kanada dolaro', |
| 829 | + 'donate_interface-CHF' => 'CHF: Svisa franko', |
| 830 | + 'donate_interface-CZK' => 'CZK: Ĉeĥa krono', |
| 831 | + 'donate_interface-DKK' => 'DKK: Dana krono', |
| 832 | + 'donate_interface-HKD' => 'HKD: Hongkonga dolaro', |
| 833 | + 'donate_interface-HUF' => 'HUF: Hungara forinto', |
| 834 | + 'donate_interface-JPY' => 'JPY: Japana eno', |
| 835 | + 'donate_interface-NZD' => 'NZD: Novzelanda dolaro', |
| 836 | + 'donate_interface-NOK' => 'NOK: Norvegia krono', |
| 837 | + 'donate_interface-PLN' => 'PLN: Pola zloto', |
| 838 | + 'donate_interface-SGD' => 'Singapura dolaro', |
| 839 | + 'donate_interface-SEK' => 'SEK: Sveda krono', |
| 840 | + 'donate_interface-ILS' => 'ILS: Israela ŝekelo', |
| 841 | +); |
| 842 | + |
| 843 | +/** Spanish (Español) |
| 844 | + * @author Fitoschido |
| 845 | + * @author Locos epraix |
| 846 | + * @author Translationista |
| 847 | + */ |
| 848 | +$messages['es'] = array( |
| 849 | + 'donate_interface' => 'Apoya a Wikimedia', |
| 850 | + 'donate_interface-desc' => 'Página inicial de donativos que integra extensiones de puertas de enlace', |
| 851 | + 'donate_interface-intro' => 'Por favor, elige un método de pago, cantidad y moneda.', |
| 852 | + 'donate_interface-amount' => 'Monto a donar:', |
| 853 | + 'donate_interface-other-amount' => 'Otra cantidad', |
| 854 | + 'donate_interface-currency' => 'Moneda:', |
| 855 | + 'donate_interface-gateway' => 'Forma de pago:', |
| 856 | + 'donate_interface-submit-button' => 'Donar', |
| 857 | + 'donate_interface-comment-message' => '¿Quieres compartir un pensamiento con el mundo? Escríbelo aquí (máx. 200 caracteres):', |
| 858 | + 'donate_interface-comment-label' => 'Comentario:', |
| 859 | + 'donate_interface-anon-message' => 'Incluyan mi nombre (al lado de mi comentario) en el listado de donantes públicos.', |
| 860 | + 'donate_interface-email-agreement' => 'Estoy de acuerdo en recibir noticias por correo electrónico de la Fundación Wikimedia.', |
| 861 | + 'donate_interface-comment-title' => 'Comentario público', |
| 862 | + 'donate_interface-amount-error' => '**Introduce una cantidad válida**', |
| 863 | + 'donate_interface-processing-error' => 'Se ha producido un error al procesar su solicitud. |
| 864 | + No hay procesadores disponibles.', |
| 865 | + 'donate_interface-GBP' => 'GBP: Libra esterlina', |
| 866 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 867 | + 'donate_interface-USD' => 'USD: Dólar estadounidense', |
| 868 | + 'donate_interface-AUD' => 'AUD: Dólar australiano', |
| 869 | + 'donate_interface-CAD' => 'CAD: Dólar canadiense', |
| 870 | + 'donate_interface-CHF' => 'CHF: Franco suizo', |
| 871 | + 'donate_interface-CZK' => 'CZK: Corona checa', |
| 872 | + 'donate_interface-DKK' => 'DKK: Corona danesa', |
| 873 | + 'donate_interface-HKD' => 'HKD: Dólar de Hong Kong', |
| 874 | + 'donate_interface-HUF' => 'HUF: Florín húngaro', |
| 875 | + 'donate_interface-JPY' => 'JPY: Yen japonés', |
| 876 | + 'donate_interface-NZD' => 'NZD: Dólar de Nueva Zelanda', |
| 877 | + 'donate_interface-NOK' => 'NOK: Corona noruega', |
| 878 | + 'donate_interface-PLN' => 'PLN: Zloty polaco', |
| 879 | + 'donate_interface-SGD' => 'SGD: Dólar de Singapur', |
| 880 | + 'donate_interface-SEK' => 'SEK: Corona sueca', |
| 881 | + 'donate_interface-ILS' => 'ILS: Shekel israelí', |
| 882 | +); |
| 883 | + |
| 884 | +/** Estonian (Eesti) |
| 885 | + * @author Adeliine |
| 886 | + * @author Avjoska |
| 887 | + * @author Pikne |
| 888 | + */ |
| 889 | +$messages['et'] = array( |
| 890 | + 'donate_interface' => 'Toeta Wikimediat', |
| 891 | + 'donate_interface-intro' => 'Palun vali makseviis, summa ja vääring.', |
| 892 | + 'donate_interface-amount' => 'Annetussumma:', |
| 893 | + 'donate_interface-other-amount' => 'Muu summa', |
| 894 | + 'donate_interface-currency' => 'Vääring:', |
| 895 | + 'donate_interface-gateway' => 'Makseviis:', |
| 896 | + 'donate_interface-submit-button' => 'Anneta', |
| 897 | + 'donate_interface-comment-message' => 'On sul mõte, mida maailmaga jagada? Sisesta kuni 200 tähemärki:', |
| 898 | + 'donate_interface-comment-label' => 'Kommentaar:', |
| 899 | + 'donate_interface-anon-message' => 'Palun näita avalikus annetajate nimekirjas mu kommentaari järel minu nime.', |
| 900 | + 'donate_interface-email-agreement' => 'Olen nõus, et mulle saadetakse Wikimedia Foundationist perioodiliselt e-uudiskirju.', |
| 901 | + 'donate_interface-comment-title' => 'Avalik kommentaar', |
| 902 | + 'donate_interface-amount-error' => '**Palun sisesta sobiv summa**', |
| 903 | + 'donate_interface-GBP' => 'GBP: Suurbritannia naelsterling', |
| 904 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 905 | + 'donate_interface-USD' => 'USD: USA dollar', |
| 906 | + 'donate_interface-AUD' => 'AUD: Austraalia dollar', |
| 907 | + 'donate_interface-CAD' => 'CAD: Kanada dollar', |
| 908 | + 'donate_interface-CHF' => 'CHF: Šveitsi frank', |
| 909 | + 'donate_interface-CZK' => 'CZK: Tšehhi kroon', |
| 910 | + 'donate_interface-DKK' => 'DKK: Taani kroon', |
| 911 | + 'donate_interface-HKD' => 'HKD: Hongkongi dollar', |
| 912 | + 'donate_interface-HUF' => 'HUF: Ungari forint', |
| 913 | + 'donate_interface-JPY' => 'JPY: Jaapani jeen', |
| 914 | + 'donate_interface-NZD' => 'NZD: Uus-Meremaa dollar', |
| 915 | + 'donate_interface-NOK' => 'NOK: Norra kroon', |
| 916 | + 'donate_interface-PLN' => 'PLN: Poola zlott', |
| 917 | + 'donate_interface-SGD' => 'SGD: Singapuri dollar', |
| 918 | + 'donate_interface-SEK' => 'SEK: Rootsi kroon', |
| 919 | + 'donate_interface-ILS' => 'ILS: Iisraeli uus seekel', |
| 920 | +); |
| 921 | + |
| 922 | +/** Basque (Euskara) |
| 923 | + * @author An13sa |
| 924 | + */ |
| 925 | +$messages['eu'] = array( |
| 926 | + 'donate_interface' => 'Lagundu Wikimedia', |
| 927 | + 'donate_interface-intro' => 'Mesedez aukeratu ordainketa era, kopurua, eta txanpon-mota.', |
| 928 | + 'donate_interface-amount' => 'Dohaintza kopurua:', |
| 929 | + 'donate_interface-other-amount' => 'Bestelako kopurua', |
| 930 | + 'donate_interface-currency' => 'Txanpona:', |
| 931 | + 'donate_interface-gateway' => 'Ordainketa era:', |
| 932 | + 'donate_interface-submit-button' => 'Dohaintza egin', |
| 933 | + 'donate_interface-comment-label' => 'Iruzkina:', |
| 934 | + 'donate_interface-comment-title' => 'Iruzkin publikoa', |
| 935 | + 'donate_interface-amount-error' => '**Mesedez idatzi baliozko kopurua**', |
| 936 | + 'donate_interface-GBP' => 'GBP: Britainiar libra', |
| 937 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 938 | + 'donate_interface-USD' => 'USD: Estatubatuar dolar', |
| 939 | + 'donate_interface-AUD' => 'AUD: Australiar dolar', |
| 940 | + 'donate_interface-CAD' => 'CAD: Kanadiar dolar', |
| 941 | + 'donate_interface-CHF' => 'CHF: Suitzar libera', |
| 942 | + 'donate_interface-CZK' => 'CZK: Txekiar koruna', |
| 943 | + 'donate_interface-DKK' => 'DKK: Daniar koroa', |
| 944 | + 'donate_interface-HKD' => 'HKD: Hongkongdar dolar', |
| 945 | + 'donate_interface-HUF' => 'HUF: Hungariar florin', |
| 946 | + 'donate_interface-JPY' => 'JPY: Japoniar yen', |
| 947 | + 'donate_interface-NZD' => 'NZD: Zeelandaberritar dolar', |
| 948 | + 'donate_interface-NOK' => 'NOK: Norvegiar koroa', |
| 949 | + 'donate_interface-PLN' => 'PLN: Poloniar zloty', |
| 950 | + 'donate_interface-SGD' => 'SGD: Singapurtar dolar', |
| 951 | + 'donate_interface-SEK' => 'SEK: Suediar koroa', |
| 952 | + 'donate_interface-ILS' => 'ILS: Israeldar shekel', |
| 953 | +); |
| 954 | + |
| 955 | +/** Persian (فارسی) |
| 956 | + * @author Ebraminio |
| 957 | + * @author Huji |
| 958 | + * @author Mjbmr |
| 959 | + */ |
| 960 | +$messages['fa'] = array( |
| 961 | + 'donate_interface' => 'حمایت از ویکیمدیا', |
| 962 | + 'donate_interface-desc' => 'صفحهٔ مقصد ارسال کمک که با افزونهٔ درگاه یکی میشود', |
| 963 | + 'donate_interface-intro' => 'لطفاً روش پرداخت، مقدار و واحد پول را انتخاب کنید.', |
| 964 | + 'donate_interface-amount' => 'مبلغ اهدایی:', |
| 965 | + 'donate_interface-other-amount' => 'مقدار دیگر', |
| 966 | + 'donate_interface-currency' => 'واحد پول:', |
| 967 | + 'donate_interface-gateway' => 'روش پرداخت:', |
| 968 | + 'donate_interface-submit-button' => 'اهدا کن', |
| 969 | + 'donate_interface-comment-message' => 'ایدهای دارید که با جهانیان در میان بگذارید؟ تا سقف ۲۰۰ حرف بنویسید:', |
| 970 | + 'donate_interface-comment-label' => 'توضیح:', |
| 971 | + 'donate_interface-anon-message' => 'لطفاً نام من را (در کنار نظرم) در فهرست عمومی اهداکنندگان نمایش بده.', |
| 972 | + 'donate_interface-email-agreement' => 'من با دریافت رایانامههای گاه به گاه در مورد به روز رسانیها از طرف بنیاد ویکیمدیا موافقت میکنم.', |
| 973 | + 'donate_interface-comment-title' => 'توضیحات عمومی', |
| 974 | + 'donate_interface-amount-error' => '**لطفاً یک مبلغ معتبر وارد کنید**', |
| 975 | + 'donate_interface-processing-error' => 'خطایی در پردازش درخواست شما رخ داد. |
| 976 | +هیچ پردازشگری در دسترس نیست.', |
| 977 | + 'donate_interface-GBP' => 'GBP: پوند انگلیس', |
| 978 | + 'donate_interface-EUR' => 'EUR: یورو', |
| 979 | + 'donate_interface-USD' => 'USD: دلار آمریکا', |
| 980 | + 'donate_interface-AUD' => 'AUD: دلار استرالیا', |
| 981 | + 'donate_interface-CAD' => 'CAD: دلار کانادا', |
| 982 | + 'donate_interface-CHF' => 'CHF: فرانک سوئیس', |
| 983 | + 'donate_interface-CZK' => 'CZK: کرونای چک', |
| 984 | + 'donate_interface-DKK' => 'DKK: کرون دانمارک', |
| 985 | + 'donate_interface-HKD' => 'HKD: دلار هنگ کنگ', |
| 986 | + 'donate_interface-HUF' => 'HUF: فورینت مجاری', |
| 987 | + 'donate_interface-JPY' => 'JPY: ین ژاپن', |
| 988 | + 'donate_interface-NZD' => 'NZD: دلار زلاندنو', |
| 989 | + 'donate_interface-NOK' => 'NOK: کرون نروژ', |
| 990 | + 'donate_interface-PLN' => 'PLN: زووتی لهستان', |
| 991 | + 'donate_interface-SGD' => 'SGD: دلار سنگاپور', |
| 992 | + 'donate_interface-SEK' => 'SEK: کرون سوئد', |
| 993 | + 'donate_interface-ILS' => 'ILS: شکل اسرائیل', |
| 994 | +); |
| 995 | + |
| 996 | +/** Finnish (Suomi) |
| 997 | + * @author Crt |
| 998 | + * @author Nike |
| 999 | + * @author Olli |
| 1000 | + * @author Str4nd |
| 1001 | + */ |
| 1002 | +$messages['fi'] = array( |
| 1003 | + 'donate_interface' => 'Tue Wikimediaa', |
| 1004 | + 'donate_interface-desc' => 'Lahjoitussivu, joka yhdistää yhdyskäytävälaajennukset.', |
| 1005 | + 'donate_interface-intro' => 'Valitse maksutapa, määrä ja valuutta.', |
| 1006 | + 'donate_interface-amount' => 'Lahjoituksen määrä:', |
| 1007 | + 'donate_interface-other-amount' => 'Muu määrä', |
| 1008 | + 'donate_interface-currency' => 'Valuutta:', |
| 1009 | + 'donate_interface-gateway' => 'Maksutapa:', |
| 1010 | + 'donate_interface-submit-button' => 'Lahjoita', |
| 1011 | + 'donate_interface-comment-message' => 'Haluatko kertoa jotain maailmalle? Kirjoita enintään 200 merkkiä:', |
| 1012 | + 'donate_interface-comment-label' => 'Kommentti:', |
| 1013 | + 'donate_interface-anon-message' => 'Listaa nimeni (kommentin vieressä) julkisella lahjoittajalistalla.', |
| 1014 | + 'donate_interface-email-agreement' => 'Suostun vastaanottamaan ajoittaisia sähköpostiviestejä Wikimedia Foundationilta.', |
| 1015 | + 'donate_interface-comment-title' => 'Julkinen kommentti', |
| 1016 | + 'donate_interface-amount-error' => '**Syötä kelvollinen määrä**', |
| 1017 | + 'donate_interface-processing-error' => 'Tapahtui virhe käsiteltäessä pyyntöäsi. Ei käsittelijää saatavilla.', |
| 1018 | + 'donate_interface-GBP' => 'GBP: Englannin punta', |
| 1019 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1020 | + 'donate_interface-USD' => 'USD: Yhdysvaltain dollari', |
| 1021 | + 'donate_interface-AUD' => 'AUD: Australian dollari', |
| 1022 | + 'donate_interface-CAD' => 'CAD: Kanadan dollari', |
| 1023 | + 'donate_interface-CHF' => 'CHF: Sveitsin frangi', |
| 1024 | + 'donate_interface-CZK' => 'CZK: Tšekin koruna', |
| 1025 | + 'donate_interface-DKK' => 'DKK: Tanskan kruunu', |
| 1026 | + 'donate_interface-HKD' => 'HKD: Hongkongin dollari', |
| 1027 | + 'donate_interface-HUF' => 'HUF: Unkarin forintti', |
| 1028 | + 'donate_interface-JPY' => 'JPY: Japanin jeni', |
| 1029 | + 'donate_interface-NZD' => 'NZD: Uuden-Seelannin dollari', |
| 1030 | + 'donate_interface-NOK' => 'NOK: Norjan kruunu', |
| 1031 | + 'donate_interface-PLN' => 'PLN: Puolan zloty', |
| 1032 | + 'donate_interface-SGD' => 'SGD: Singaporen dollari', |
| 1033 | + 'donate_interface-SEK' => 'SEK: Ruotsin kruunu', |
| 1034 | + 'donate_interface-ILS' => 'ILS: Israelin uusi sekeli', |
| 1035 | +); |
| 1036 | + |
| 1037 | +/** French (Français) |
| 1038 | + * @author Peter17 |
| 1039 | + * @author PieRRoMaN |
| 1040 | + * @author Sherbrooke |
| 1041 | + * @author Verdy p |
| 1042 | + */ |
| 1043 | +$messages['fr'] = array( |
| 1044 | + 'donate_interface' => 'Soutenir Wikimedia', |
| 1045 | + 'donate_interface-desc' => 'Page d’atterrissage pour les dons qui intègre les modules de paiement', |
| 1046 | + 'donate_interface-intro' => 'Veuillez choisir un moyen de paiement, un montant et une devise.', |
| 1047 | + 'donate_interface-amount' => 'Montant du don :', |
| 1048 | + 'donate_interface-other-amount' => 'Autre montant', |
| 1049 | + 'donate_interface-currency' => 'Devise :', |
| 1050 | + 'donate_interface-gateway' => 'Moyen de paiement :', |
| 1051 | + 'donate_interface-submit-button' => 'Faire un don', |
| 1052 | + 'donate_interface-comment-message' => 'Vous souhaitez transmettre une pensée au monde ? Notez jusqu’à 200 caractères ci-après :', |
| 1053 | + 'donate_interface-comment-label' => 'Commentaire :', |
| 1054 | + 'donate_interface-anon-message' => 'Veuillez lister mon nom (à la suite de mon commentaire) dans la liste publique des donateurs.', |
| 1055 | + 'donate_interface-email-agreement' => 'J’accepte de recevoir à l’occasion des courriels de la part de la Wikimedia Foundation.', |
| 1056 | + 'donate_interface-comment-title' => 'Commentaire public', |
| 1057 | + 'donate_interface-amount-error' => '**Veuillez entrer un montant valide**', |
| 1058 | + 'donate_interface-processing-error' => 'Une erreur est survenue lors du traitement de votre requête. |
| 1059 | +Aucun processeur n’est disponible.', |
| 1060 | + 'donate_interface-GBP' => 'GBP : livre sterling', |
| 1061 | + 'donate_interface-EUR' => 'EUR : euro', |
| 1062 | + 'donate_interface-USD' => 'USD : dollar américain', |
| 1063 | + 'donate_interface-AUD' => 'AUD : dollar australien', |
| 1064 | + 'donate_interface-CAD' => 'CAD : dollar canadien', |
| 1065 | + 'donate_interface-CHF' => 'CHF : franc suisse', |
| 1066 | + 'donate_interface-CZK' => 'CZK : couronne tchèque', |
| 1067 | + 'donate_interface-DKK' => 'DKK : couronne danoise', |
| 1068 | + 'donate_interface-HKD' => 'HKD : dollar de Hong Kong', |
| 1069 | + 'donate_interface-HUF' => 'HUF : forint hongrois', |
| 1070 | + 'donate_interface-JPY' => 'JPY : yen japonais', |
| 1071 | + 'donate_interface-NZD' => 'NZD : dollar néo-zélandais', |
| 1072 | + 'donate_interface-NOK' => 'NOK : couronne norvégienne', |
| 1073 | + 'donate_interface-PLN' => 'PLN : złoty polonais', |
| 1074 | + 'donate_interface-SGD' => 'SGD : dollar de Singapour', |
| 1075 | + 'donate_interface-SEK' => 'SEK : couronne suédoise', |
| 1076 | + 'donate_interface-ILS' => 'ILS : shekel israélien', |
| 1077 | +); |
| 1078 | + |
| 1079 | +/** Franco-Provençal (Arpetan) |
| 1080 | + * @author ChrisPtDe |
| 1081 | + */ |
| 1082 | +$messages['frp'] = array( |
| 1083 | + 'donate_interface' => 'Sotegnir Wikimedia', |
| 1084 | + 'donate_interface-desc' => 'Pâge d’atèrrissâjo por los dons qu’apond los modulos de payement.', |
| 1085 | + 'donate_interface-intro' => 'Volyéd chouèsir un moyen de payement, un montent et una monéya.', |
| 1086 | + 'donate_interface-amount' => 'Montent du don :', |
| 1087 | + 'donate_interface-other-amount' => 'Ôtro montent', |
| 1088 | + 'donate_interface-currency' => 'Monéya :', |
| 1089 | + 'donate_interface-gateway' => 'Moyen de payement :', |
| 1090 | + 'donate_interface-submit-button' => 'Balyér', |
| 1091 | + 'donate_interface-comment-message' => 'Vos souhètâd transmetre una pensâ u mondo ? Notâd tant qu’a 200 caractèros ce-aprés :', |
| 1092 | + 'donate_interface-comment-label' => 'Comentèro :', |
| 1093 | + 'donate_interface-anon-message' => 'Volyéd listar mon nom (aprés mon comentèro) dens la lista publica ux donators.', |
| 1094 | + 'donate_interface-email-agreement' => 'J’accèpte de recêvre a l’ocasion des mèssâjos de la pârt de la Wikimedia Foundation.', |
| 1095 | + 'donate_interface-comment-title' => 'Comentèro publico', |
| 1096 | + 'donate_interface-amount-error' => '**Volyéd buchiér un montent valido**', |
| 1097 | + 'donate_interface-processing-error' => 'Una èrror est arrevâ pendent lo trètament de voutra requéta. |
| 1098 | +Nion procèssor est disponiblo.', |
| 1099 | + 'donate_interface-GBP' => 'GBP : livra stèrlingue', |
| 1100 | + 'donate_interface-EUR' => 'EUR : erô', |
| 1101 | + 'donate_interface-USD' => 'USD : dolar amèriquen', |
| 1102 | + 'donate_interface-AUD' => 'AUD : dolar ôstralien', |
| 1103 | + 'donate_interface-CAD' => 'CAD : dolar canadien', |
| 1104 | + 'donate_interface-CHF' => 'CHF : franc suisso', |
| 1105 | + 'donate_interface-CZK' => 'CZK : corona tch·èca', |
| 1106 | + 'donate_interface-DKK' => 'DKK : corona danouèsa', |
| 1107 | + 'donate_interface-HKD' => 'HKD : dolar d’Hong-Cong', |
| 1108 | + 'donate_interface-HUF' => 'HUF : fllorin hongrouès', |
| 1109 | + 'donate_interface-JPY' => 'JPY : yène j·aponês', |
| 1110 | + 'donate_interface-NZD' => 'NZD : dolar nèo-zèlandês', |
| 1111 | + 'donate_interface-NOK' => 'NOK : corona norvèg·ièna', |
| 1112 | + 'donate_interface-PLN' => 'PLN : złoty polonès', |
| 1113 | + 'donate_interface-SGD' => 'SGD : dolar de Singapour', |
| 1114 | + 'donate_interface-SEK' => 'SEK : corona suèdouèsa', |
| 1115 | + 'donate_interface-ILS' => 'ILS : ch·équèl israèlien', |
| 1116 | +); |
| 1117 | + |
| 1118 | +/** Friulian (Furlan) |
| 1119 | + * @author Klenje |
| 1120 | + */ |
| 1121 | +$messages['fur'] = array( |
| 1122 | + 'donate_interface-comment-label' => 'Coment:', |
| 1123 | + 'donate_interface-comment-title' => 'Coment public', |
| 1124 | +); |
| 1125 | + |
| 1126 | +/** Galician (Galego) |
| 1127 | + * @author Toliño |
| 1128 | + */ |
| 1129 | +$messages['gl'] = array( |
| 1130 | + 'donate_interface' => 'Apoia a Wikimedia', |
| 1131 | + 'donate_interface-desc' => 'Páxina de doazóns que integra extensións de pasarela', |
| 1132 | + 'donate_interface-intro' => 'Por favor, escolle o método de pagamento, a cantidade e a moeda.', |
| 1133 | + 'donate_interface-amount' => 'Importe da doazón:', |
| 1134 | + 'donate_interface-other-amount' => 'Outra cantidade', |
| 1135 | + 'donate_interface-currency' => 'Moeda:', |
| 1136 | + 'donate_interface-gateway' => 'Método de pagamento:', |
| 1137 | + 'donate_interface-submit-button' => 'Doar', |
| 1138 | + 'donate_interface-comment-message' => 'Tes unha idea que queres compartir co mundo? Escríbea aquí nunha mensaxe de ata 200 caracteres:', |
| 1139 | + 'donate_interface-comment-label' => 'Comentario:', |
| 1140 | + 'donate_interface-anon-message' => 'Por favor, poñede na lista de doantes públicos o meu nome co meu comentario.', |
| 1141 | + 'donate_interface-email-agreement' => 'Acepto recibir correos electrónicos ocasionais da Fundación Wikimedia.', |
| 1142 | + 'donate_interface-comment-title' => 'Comentario público', |
| 1143 | + 'donate_interface-amount-error' => '**Por favor, escribe unha cantidade válida**', |
| 1144 | + 'donate_interface-processing-error' => 'Houbo un erro ao procesar a túa solicitude. Non hai ningún procesador dispoñible.', |
| 1145 | + 'donate_interface-GBP' => 'GBP: libra esterlina', |
| 1146 | + 'donate_interface-EUR' => 'EUR: euro', |
| 1147 | + 'donate_interface-USD' => 'USD: dólar estadounidense', |
| 1148 | + 'donate_interface-AUD' => 'AUD: dólar australiano', |
| 1149 | + 'donate_interface-CAD' => 'CAD: dólar canadense', |
| 1150 | + 'donate_interface-CHF' => 'CHF: franco suízo', |
| 1151 | + 'donate_interface-CZK' => 'CZK: coroa checa', |
| 1152 | + 'donate_interface-DKK' => 'DKK: coroa dinamarquesa', |
| 1153 | + 'donate_interface-HKD' => 'HKD: dólar de Hong Kong', |
| 1154 | + 'donate_interface-HUF' => 'HUF: florín húngaro', |
| 1155 | + 'donate_interface-JPY' => 'JPY: ien xaponés', |
| 1156 | + 'donate_interface-NZD' => 'NZD: dólar neocelandés', |
| 1157 | + 'donate_interface-NOK' => 'NOK: coroa norueguesa', |
| 1158 | + 'donate_interface-PLN' => 'PLN: złoty polaco', |
| 1159 | + 'donate_interface-SGD' => 'SGD: dólar de Singapur', |
| 1160 | + 'donate_interface-SEK' => 'SEK: coroa sueca', |
| 1161 | + 'donate_interface-ILS' => 'ILS: sheqel israelí', |
| 1162 | +); |
| 1163 | + |
| 1164 | +/** Swiss German (Alemannisch) |
| 1165 | + * @author Als-Holder |
| 1166 | + */ |
| 1167 | +$messages['gsw'] = array( |
| 1168 | + 'donate_interface' => 'Wikimedia unterstitze', |
| 1169 | + 'donate_interface-desc' => 'Ziilsyte zum Spände mit Gateway-Erwyterige', |
| 1170 | + 'donate_interface-intro' => 'Bitte wehl e Zahligsmethode uus, e Betrag un e Währig.', |
| 1171 | + 'donate_interface-amount' => 'Betrag:', |
| 1172 | + 'donate_interface-other-amount' => 'Andre Betrag:', |
| 1173 | + 'donate_interface-currency' => 'Währig:', |
| 1174 | + 'donate_interface-gateway' => 'Zahlmethode:', |
| 1175 | + 'donate_interface-submit-button' => 'Spände', |
| 1176 | + 'donate_interface-comment-message' => 'Hesch e Gedanke, wu Du mit dr Wält witt teile? Gib do bis zue 200 Zeiche yy:', |
| 1177 | + 'donate_interface-comment-label' => 'Aamerkig:', |
| 1178 | + 'donate_interface-anon-message' => 'Bitte setz myy Name (näbe myy Aamerkig) uf di effentlig Spänderlischt.', |
| 1179 | + 'donate_interface-email-agreement' => 'Ich stimm zue, ass ich ab un zue aktuelli Informatione vu dr Wikimedia Foundation per Mail iberchumm.', |
| 1180 | + 'donate_interface-comment-title' => 'Effentligi Aamerkig', |
| 1181 | + 'donate_interface-amount-error' => '**Bitte gib e giltige Betrag yy**', |
| 1182 | + 'donate_interface-processing-error' => 'S het e Fähler gee bim Verarbeite vu Dyyre Aafrog. S isch kei Prozässor verfiegbar.', |
| 1183 | + 'donate_interface-GBP' => 'GBP: Britischi Pfund', |
| 1184 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1185 | + 'donate_interface-USD' => 'USD: Amerikanischi Dollar', |
| 1186 | + 'donate_interface-AUD' => 'AUD: Auschtralischi Dollar', |
| 1187 | + 'donate_interface-CAD' => 'CAD: Kanadischi Dollar', |
| 1188 | + 'donate_interface-CHF' => 'CHF: Schwyzer Franke', |
| 1189 | + 'donate_interface-CZK' => 'CZK: Tschechischi Chrone', |
| 1190 | + 'donate_interface-DKK' => 'DKK: Dänischi Chrone', |
| 1191 | + 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
| 1192 | + 'donate_interface-HUF' => 'HUF: Ungarischi Forint', |
| 1193 | + 'donate_interface-JPY' => 'JPY: Japanischi Yen', |
| 1194 | + 'donate_interface-NZD' => 'NZD: Nejseeländischi Dollar', |
| 1195 | + 'donate_interface-NOK' => 'NOK: Norwegischi Chrone', |
| 1196 | + 'donate_interface-PLN' => 'PLN: Polnischi Zloty', |
| 1197 | + 'donate_interface-SGD' => 'SGD: Singapur Dollar', |
| 1198 | + 'donate_interface-SEK' => 'SEK: Schwedischi Chrone', |
| 1199 | + 'donate_interface-ILS' => 'ILS: Israelischi Shekel', |
| 1200 | +); |
| 1201 | + |
| 1202 | +/** Hebrew (עברית) |
| 1203 | + * @author Amire80 |
| 1204 | + * @author YaronSh |
| 1205 | + */ |
| 1206 | +$messages['he'] = array( |
| 1207 | + 'donate_interface' => 'הבעת תמיכה בוויקימדיה', |
| 1208 | + 'donate_interface-desc' => 'דף נחיתה להתרמה עם שילוב של הרחבות שער', |
| 1209 | + 'donate_interface-intro' => 'נא לבחור את השיטה, הכמות והמטבע לתשלום.', |
| 1210 | + 'donate_interface-amount' => 'סכום התרומה:', |
| 1211 | + 'donate_interface-other-amount' => 'סכום אחר', |
| 1212 | + 'donate_interface-currency' => 'מטבע:', |
| 1213 | + 'donate_interface-gateway' => 'שיטת התשלום:', |
| 1214 | + 'donate_interface-submit-button' => 'תרומה', |
| 1215 | + 'donate_interface-comment-message' => 'עוברת בך מחשבה שרצית לשתף עם העולם? ניתן להזין כאן עד 200 תווים:', |
| 1216 | + 'donate_interface-comment-label' => 'הערה:', |
| 1217 | + 'donate_interface-anon-message' => 'נא להציג את השם (לצד ההערה שלי) ברשימת התורמים הציבורית.', |
| 1218 | + 'donate_interface-email-agreement' => 'אני מסכים לקבל עדכוני חדשות והודעות בדוא״ל מקרן ויקימדיה מפעם לפעם.', |
| 1219 | + 'donate_interface-comment-title' => 'הערה ציבורית', |
| 1220 | + 'donate_interface-amount-error' => '**יש להזין סכום תקני**', |
| 1221 | + 'donate_interface-processing-error' => 'חלה שגיאה בתהליך העיבוד של הבקשה. |
| 1222 | +אין מעבדים זמינים.', |
| 1223 | + 'donate_interface-GBP' => 'GBP: לירה שטרלינג', |
| 1224 | + 'donate_interface-EUR' => 'EUR: אירו |
| 1225 | +�', |
| 1226 | + 'donate_interface-USD' => 'USD: דולר אמריקאי', |
| 1227 | + 'donate_interface-AUD' => 'AUD: דולר אוסטרלי', |
| 1228 | + 'donate_interface-CAD' => 'CAD: דולר קנדי', |
| 1229 | + 'donate_interface-CHF' => 'CHF: פרנק שוויצרי', |
| 1230 | + 'donate_interface-CZK' => 'CZK: קורונה צ׳כית', |
| 1231 | + 'donate_interface-DKK' => 'DKK: כתר דני', |
| 1232 | + 'donate_interface-HKD' => 'HKD: דולר הונג קונגי', |
| 1233 | + 'donate_interface-HUF' => 'HUF: פורינט הונגרי', |
| 1234 | + 'donate_interface-JPY' => 'JPY: יין יפני', |
| 1235 | + 'donate_interface-NZD' => 'NZD: דולר ניו זילנדי', |
| 1236 | + 'donate_interface-NOK' => 'NOK: כתר נורבגי', |
| 1237 | + 'donate_interface-PLN' => 'PLN: זלוטי פולני', |
| 1238 | + 'donate_interface-SGD' => 'SGD: דולר סינגפורי', |
| 1239 | + 'donate_interface-SEK' => 'SEK: כתר שוודי', |
| 1240 | + 'donate_interface-ILS' => 'ILS: שקל ישראלי חדש', |
| 1241 | +); |
| 1242 | + |
| 1243 | +/** Croatian (Hrvatski) |
| 1244 | + * @author Herr Mlinka |
| 1245 | + * @author SpeedyGonsales |
| 1246 | + */ |
| 1247 | +$messages['hr'] = array( |
| 1248 | + 'donate_interface' => 'Podržite Wikimediju', |
| 1249 | + 'donate_interface-desc' => 'Odredišnu stranica donacija koja integrira "gateway" dogradnje', |
| 1250 | + 'donate_interface-intro' => 'Molimo vas da izaberete metodu plaćanja, iznos i valutu.', |
| 1251 | + 'donate_interface-amount' => 'Iznos donacije:', |
| 1252 | + 'donate_interface-other-amount' => 'Drugi iznos', |
| 1253 | + 'donate_interface-currency' => 'Valuta:', |
| 1254 | + 'donate_interface-gateway' => 'Način plaćanja:', |
| 1255 | + 'donate_interface-submit-button' => 'Doniraj', |
| 1256 | + 'donate_interface-comment-message' => 'Želite li nešto poručiti? Napišite poruku do 200 znakova ovdje:', |
| 1257 | + 'donate_interface-comment-label' => 'Komentar:', |
| 1258 | + 'donate_interface-anon-message' => 'Molim navedite moje ime (uz moj komentar) na javni popis donatora.', |
| 1259 | + 'donate_interface-email-agreement' => 'Slažem se s primanjem povremenih e-mail ažuriranja od Zaklade Wikimedija.', |
| 1260 | + 'donate_interface-comment-title' => 'Javni komentar', |
| 1261 | + 'donate_interface-amount-error' => '**Molimo unesite valjani iznos**', |
| 1262 | + 'donate_interface-processing-error' => 'Došlo je do pogreške u obradi vašeg zahtjeva. |
| 1263 | +Obrađivači zahtjeva nisu dostupni.', |
| 1264 | + 'donate_interface-GBP' => 'GBP: britanska funta', |
| 1265 | + 'donate_interface-EUR' => 'EUR: euro', |
| 1266 | + 'donate_interface-USD' => 'USD: američki dolar', |
| 1267 | + 'donate_interface-AUD' => 'AUD: australski dolar', |
| 1268 | + 'donate_interface-CAD' => 'CAD: kanadski dolar', |
| 1269 | + 'donate_interface-CHF' => 'CHF: švicarski franak', |
| 1270 | + 'donate_interface-CZK' => 'CZK: češka kruna', |
| 1271 | + 'donate_interface-DKK' => 'DKK: danska kruna', |
| 1272 | + 'donate_interface-HKD' => 'HKD: hongkonški dolar', |
| 1273 | + 'donate_interface-HUF' => 'HUF: mađarska forinta', |
| 1274 | + 'donate_interface-JPY' => 'JPY: japanski jen', |
| 1275 | + 'donate_interface-NZD' => 'NZD: novozelandski dolar', |
| 1276 | + 'donate_interface-NOK' => 'NOK: norveška kruna', |
| 1277 | + 'donate_interface-PLN' => 'PLN: poljski zloti', |
| 1278 | + 'donate_interface-SGD' => 'SGD: singapurski dolar', |
| 1279 | + 'donate_interface-SEK' => 'SEK: švedska kruna', |
| 1280 | + 'donate_interface-ILS' => 'ILS: izraelski šekel', |
| 1281 | +); |
| 1282 | + |
| 1283 | +/** Upper Sorbian (Hornjoserbsce) |
| 1284 | + * @author Michawiki |
| 1285 | + */ |
| 1286 | +$messages['hsb'] = array( |
| 1287 | + 'donate_interface' => 'Wikimediju podpěrać', |
| 1288 | + 'donate_interface-desc' => 'Strona darow, kotraž přistupne rozšěrjenja integruje', |
| 1289 | + 'donate_interface-intro' => 'Prošu wubjer płaćensku metodu, sumu a měnu.', |
| 1290 | + 'donate_interface-amount' => 'Darjenska suma:', |
| 1291 | + 'donate_interface-other-amount' => 'Druha suma', |
| 1292 | + 'donate_interface-currency' => 'Měna:', |
| 1293 | + 'donate_interface-gateway' => 'Płaćenska metoda:', |
| 1294 | + 'donate_interface-submit-button' => 'Darić', |
| 1295 | + 'donate_interface-comment-message' => 'Maš mysličku, kotruž chceš ze swětom dźělić? Napisaj tu hač k 200 znamješkam:', |
| 1296 | + 'donate_interface-comment-label' => 'Komentar:', |
| 1297 | + 'donate_interface-anon-message' => 'Prošu mjenuj moje mjeno (pódla mojeho komentara) na zjawnej lisćinje darow.', |
| 1298 | + 'donate_interface-email-agreement' => 'Přizwoluju składnostne aktualizacije wot załožby Wikimedia Foundation přez e-mejl dóstać.', |
| 1299 | + 'donate_interface-comment-title' => 'Zjawny komentar', |
| 1300 | + 'donate_interface-amount-error' => ' **Prošu zapodaj płaćiwu sumu**', |
| 1301 | + 'donate_interface-processing-error' => 'Zmylk je při předźěłowanju twojeho naprašowanja wustupił. Procesor k dispoziciji njesteji.', |
| 1302 | + 'donate_interface-GBP' => 'GBP: Britiski punt', |
| 1303 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1304 | + 'donate_interface-USD' => 'USD: US-dolar', |
| 1305 | + 'donate_interface-AUD' => 'AUD: Awstralski dolar', |
| 1306 | + 'donate_interface-CAD' => 'CAD: Kanadiski dolar', |
| 1307 | + 'donate_interface-CHF' => 'CHF: Šwicarski franc', |
| 1308 | + 'donate_interface-CZK' => 'CZK: Čěska króna', |
| 1309 | + 'donate_interface-DKK' => 'DKK: Danska króna', |
| 1310 | + 'donate_interface-HKD' => 'HKD: Hong Kong dolar', |
| 1311 | + 'donate_interface-HUF' => 'HUF: Madźarski forint', |
| 1312 | + 'donate_interface-JPY' => 'JPY: Japanski yen', |
| 1313 | + 'donate_interface-NZD' => 'NZD: Nowoseelandski dolar', |
| 1314 | + 'donate_interface-NOK' => 'NOK: Norwegska króna', |
| 1315 | + 'donate_interface-PLN' => 'PLN: Pólski złoty', |
| 1316 | + 'donate_interface-SGD' => 'SGD: Singapurski dolar', |
| 1317 | + 'donate_interface-SEK' => 'SEK: Šwedska króna', |
| 1318 | + 'donate_interface-ILS' => 'ILS: Israelski šekel', |
| 1319 | +); |
| 1320 | + |
| 1321 | +/** Hungarian (Magyar) |
| 1322 | + * @author Dani |
| 1323 | + * @author Glanthor Reviol |
| 1324 | + * @author Misibacsi |
| 1325 | + */ |
| 1326 | +$messages['hu'] = array( |
| 1327 | + 'donate_interface' => 'Támogasd a Wikimédiát', |
| 1328 | + 'donate_interface-desc' => 'Adományozás érkezőoldal, ami integrál átjáró kiterjesztéseket', |
| 1329 | + 'donate_interface-intro' => 'Válassz fizetési módot, összeget és pénznemet.', |
| 1330 | + 'donate_interface-amount' => 'Adomány nagysága:', |
| 1331 | + 'donate_interface-other-amount' => 'Más összeg', |
| 1332 | + 'donate_interface-currency' => 'Pénznem:', |
| 1333 | + 'donate_interface-gateway' => 'Fizetési mód:', |
| 1334 | + 'donate_interface-submit-button' => 'Adomány elküldése', |
| 1335 | + 'donate_interface-comment-message' => 'Van olyan gondolatod, amit meg szeretnél osztani a világgal? Próbáld meg elmondani itt (maximum 200 karakterben):', |
| 1336 | + 'donate_interface-comment-label' => 'Megjegyzés:', |
| 1337 | + 'donate_interface-anon-message' => 'A nevem szerepelhet (a megjegyzés mellett) az adományozók nyilvános listáján.', |
| 1338 | + 'donate_interface-email-agreement' => 'Beleegyezem abba, hogy a jövőben hírleveleket kapjak a Wikimédia Alapítványtól.', |
| 1339 | + 'donate_interface-comment-title' => 'Nyilvános megjegyzés', |
| 1340 | + 'donate_interface-amount-error' => '** Légyszíves érvényes mennyiséget adj meg **', |
| 1341 | + 'donate_interface-processing-error' => 'Hiba történt a kérés feldolgozása közben. Nincs szabad kapacitás.', |
| 1342 | + 'donate_interface-GBP' => 'GBP: brit font', |
| 1343 | + 'donate_interface-EUR' => 'EUR: euró', |
| 1344 | + 'donate_interface-USD' => 'USD: amerikai dollár', |
| 1345 | + 'donate_interface-AUD' => 'AUD: ausztrál dollár', |
| 1346 | + 'donate_interface-CAD' => 'CAD: kanadai dollár', |
| 1347 | + 'donate_interface-CHF' => 'CHF: svájci frank', |
| 1348 | + 'donate_interface-CZK' => 'CZK: cseh korona', |
| 1349 | + 'donate_interface-DKK' => 'DKK: dán korona', |
| 1350 | + 'donate_interface-HKD' => 'HKD: hongkongi dollár', |
| 1351 | + 'donate_interface-HUF' => 'HUF: magyar forint', |
| 1352 | + 'donate_interface-JPY' => 'JPY: japán jen', |
| 1353 | + 'donate_interface-NZD' => 'NZD: új-zélandi dollár', |
| 1354 | + 'donate_interface-NOK' => 'NOK: norvég korona', |
| 1355 | + 'donate_interface-PLN' => 'PLN: lengyen złoty', |
| 1356 | + 'donate_interface-SGD' => 'SGD: szingapúri dollár', |
| 1357 | + 'donate_interface-SEK' => 'SEK: svéd korona', |
| 1358 | + 'donate_interface-ILS' => 'ILS: izraeli sékel', |
| 1359 | +); |
| 1360 | + |
| 1361 | +/** Interlingua (Interlingua) |
| 1362 | + * @author McDutchie |
| 1363 | + */ |
| 1364 | +$messages['ia'] = array( |
| 1365 | + 'donate_interface' => 'Supportar Wikimedia', |
| 1366 | + 'donate_interface-desc' => 'Pagina de arrivata pro donationes que integra le extensiones de pagamento', |
| 1367 | + 'donate_interface-intro' => 'Per favor selige un methodo de pagamento, amonta e moneta.', |
| 1368 | + 'donate_interface-amount' => 'Amonta del donation:', |
| 1369 | + 'donate_interface-other-amount' => 'Altere amonta', |
| 1370 | + 'donate_interface-currency' => 'Moneta:', |
| 1371 | + 'donate_interface-gateway' => 'Methodo de pagamento:', |
| 1372 | + 'donate_interface-submit-button' => 'Donar', |
| 1373 | + 'donate_interface-comment-message' => 'Vole tu transmitter un pensata al mundo? Scribe usque a 200 characteres hic:', |
| 1374 | + 'donate_interface-comment-label' => 'Commento:', |
| 1375 | + 'donate_interface-anon-message' => 'Mentiona mi nomine (juxta mi commento) in le lista public de donatores.', |
| 1376 | + 'donate_interface-email-agreement' => 'Io accepta de reciper occasional actualitates per e-mail del Fundation Wikimedia.', |
| 1377 | + 'donate_interface-comment-title' => 'Commento public', |
| 1378 | + 'donate_interface-amount-error' => '**Per favor entra un amonta valide**', |
| 1379 | + 'donate_interface-processing-error' => 'Un error occurreva durante le tractamento de tu requesta. Nulle processator es disponibile.', |
| 1380 | + 'donate_interface-GBP' => 'GBP: libra sterling', |
| 1381 | + 'donate_interface-EUR' => 'EUR: euro', |
| 1382 | + 'donate_interface-USD' => 'USD: dollar statounitese', |
| 1383 | + 'donate_interface-AUD' => 'AUD: dollar australian', |
| 1384 | + 'donate_interface-CAD' => 'CAD: dollar canadian', |
| 1385 | + 'donate_interface-CHF' => 'CHF: franco suisse', |
| 1386 | + 'donate_interface-CZK' => 'CZK: corona tchec', |
| 1387 | + 'donate_interface-DKK' => 'DKK: corona danese', |
| 1388 | + 'donate_interface-HKD' => 'HKD: dollar de Hong Kong', |
| 1389 | + 'donate_interface-HUF' => 'HUF: forint hungare', |
| 1390 | + 'donate_interface-JPY' => 'JPY: yen japonese', |
| 1391 | + 'donate_interface-NZD' => 'NHZ: dollar neozelandese', |
| 1392 | + 'donate_interface-NOK' => 'NOK: corona norvegian', |
| 1393 | + 'donate_interface-PLN' => 'PLN: zloty polonese', |
| 1394 | + 'donate_interface-SGD' => 'SGD: dollar de Singapore', |
| 1395 | + 'donate_interface-SEK' => 'SEK: corona svedese', |
| 1396 | + 'donate_interface-ILS' => 'ILS: shekel israelian', |
| 1397 | +); |
| 1398 | + |
| 1399 | +/** Indonesian (Bahasa Indonesia) |
| 1400 | + * @author Farras |
| 1401 | + * @author IvanLanin |
| 1402 | + * @author Kenrick95 |
| 1403 | + */ |
| 1404 | +$messages['id'] = array( |
| 1405 | + 'donate_interface' => 'Dukung Wikimedia', |
| 1406 | + 'donate_interface-desc' => 'Halaman awal donasi yang mengintegrasikan ekstensi gerbang', |
| 1407 | + 'donate_interface-intro' => 'Silakan pilih metode pembayaran, nilai, dan mata uang.', |
| 1408 | + 'donate_interface-amount' => 'Nilai donasi:', |
| 1409 | + 'donate_interface-other-amount' => 'Jumlah lain', |
| 1410 | + 'donate_interface-currency' => 'Mata uang:', |
| 1411 | + 'donate_interface-gateway' => 'Metode pembayaran:', |
| 1412 | + 'donate_interface-submit-button' => 'Donasikan', |
| 1413 | + 'donate_interface-comment-message' => 'Ada suatu pikiran untuk dibagi dengan dunia? Masukkan maksimum 200 karakter di sini:', |
| 1414 | + 'donate_interface-comment-label' => 'Komentar:', |
| 1415 | + 'donate_interface-anon-message' => 'Daftarkan nama saya (di sebelah komentar saya) pada daftar donor publik.', |
| 1416 | + 'donate_interface-email-agreement' => 'Saya setuju untuk sesekali menerima surel pembaruan dari Wikimedia Foundation.', |
| 1417 | + 'donate_interface-comment-title' => 'Komentar publik', |
| 1418 | + 'donate_interface-amount-error' => '**Harap masukkan nilai yang valid**', |
| 1419 | + 'donate_interface-processing-error' => 'Terjadi kesalahan dalam pemrosesan permintaan Anda. Tidak ada pemroses yang tersedia.', |
| 1420 | + 'donate_interface-GBP' => 'GBP: Pound Britania', |
| 1421 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1422 | + 'donate_interface-USD' => 'USD: Dolar A.S.', |
| 1423 | + 'donate_interface-AUD' => 'AUD: Dolar Australia', |
| 1424 | + 'donate_interface-CAD' => 'CAD: Dolar Kanada', |
| 1425 | + 'donate_interface-CHF' => 'CHF: Franc Swiss', |
| 1426 | + 'donate_interface-CZK' => 'CZK: Koruna Ceko', |
| 1427 | + 'donate_interface-DKK' => 'DKK: Kroner Denmark', |
| 1428 | + 'donate_interface-HKD' => 'HKD: Dolar Hong Kong', |
| 1429 | + 'donate_interface-HUF' => 'HUF: Forint Hongaria', |
| 1430 | + 'donate_interface-JPY' => 'JPY: Yen Jepang', |
| 1431 | + 'donate_interface-NZD' => 'NZD: Dolar Selandia Baru', |
| 1432 | + 'donate_interface-NOK' => 'NOK: Krone Norwegia', |
| 1433 | + 'donate_interface-PLN' => 'PLN: Polandia Zloty', |
| 1434 | + 'donate_interface-SGD' => 'SGD: Dolar Singapura', |
| 1435 | + 'donate_interface-SEK' => 'SEK: Krona Swedia', |
| 1436 | + 'donate_interface-ILS' => 'ILS: Shekel Israel', |
| 1437 | +); |
| 1438 | + |
| 1439 | +/** Ido (Ido) |
| 1440 | + * @author Malafaya |
| 1441 | + */ |
| 1442 | +$messages['io'] = array( |
| 1443 | + 'donate_interface-GBP' => 'GBP: Britaniana Pundo', |
| 1444 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1445 | + 'donate_interface-USD' => 'USD: Usana Dolaro', |
| 1446 | + 'donate_interface-AUD' => 'AUD: Australiana Dolaro', |
| 1447 | + 'donate_interface-CAD' => 'CAD: Kanadana Dolaro', |
| 1448 | +); |
| 1449 | + |
| 1450 | +/** Icelandic (Íslenska) |
| 1451 | + * @author WiseWoman |
| 1452 | + */ |
| 1453 | +$messages['is'] = array( |
| 1454 | + 'donate_interface' => 'Stuð Wikimedia', |
| 1455 | + 'donate_interface-currency' => 'Gjaldmiðill:', |
| 1456 | + 'donate_interface-gateway' => 'Greiðsluaðferð:', |
| 1457 | + 'donate_interface-DKK' => 'DKK: Dönsk króna', |
| 1458 | +); |
| 1459 | + |
| 1460 | +/** Italian (Italiano) |
| 1461 | + * @author Aushulz |
| 1462 | + * @author Beta16 |
| 1463 | + * @author F. Cosoleto |
| 1464 | + */ |
| 1465 | +$messages['it'] = array( |
| 1466 | + 'donate_interface' => 'Sostieni Wikimedia', |
| 1467 | + 'donate_interface-intro' => 'Scegli un metodo di pagamento, importo e valuta.', |
| 1468 | + 'donate_interface-amount' => 'Importo della donazione:', |
| 1469 | + 'donate_interface-other-amount' => 'Altro importo', |
| 1470 | + 'donate_interface-currency' => 'Valuta:', |
| 1471 | + 'donate_interface-gateway' => 'Metodo di pagamento:', |
| 1472 | + 'donate_interface-submit-button' => 'Dona', |
| 1473 | + 'donate_interface-comment-message' => 'Hai un pensiero da condividere con il mondo? Inserisci massimo 200 caratteri qui:', |
| 1474 | + 'donate_interface-comment-label' => 'Commenti:', |
| 1475 | + 'donate_interface-anon-message' => "Indica il mio nome, accanto al mio commento, nell'elenco pubblico dei donatori.", |
| 1476 | + 'donate_interface-email-agreement' => 'Accetto di ricevere aggiornamenti occasionali tramite e-mail dalla Wikimedia Foundation.', |
| 1477 | + 'donate_interface-comment-title' => 'Commento pubblico', |
| 1478 | + 'donate_interface-amount-error' => '**Si prega di inserire un importo valido**', |
| 1479 | + 'donate_interface-GBP' => 'GBP: Sterlina inglese', |
| 1480 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1481 | + 'donate_interface-USD' => 'USD: Dollaro U.S.', |
| 1482 | + 'donate_interface-AUD' => 'AUD: Dollaro australiano', |
| 1483 | + 'donate_interface-CAD' => 'CAD: Dollaro canadese', |
| 1484 | + 'donate_interface-CHF' => 'CHF: Franco svizzero', |
| 1485 | + 'donate_interface-CZK' => 'CZK: Corona ceca', |
| 1486 | + 'donate_interface-DKK' => 'DKK: Corona danese', |
| 1487 | + 'donate_interface-HKD' => 'HKD: Dollaro di Hong Kong', |
| 1488 | + 'donate_interface-HUF' => 'HUF: Fiorino ungherese', |
| 1489 | + 'donate_interface-JPY' => 'JPY: Yen giapponese', |
| 1490 | + 'donate_interface-NZD' => 'NZD: Dollaro della Nuova Zelanda', |
| 1491 | + 'donate_interface-NOK' => 'NOK: Corona norvegese', |
| 1492 | + 'donate_interface-PLN' => 'PLN: Zloty polacco', |
| 1493 | + 'donate_interface-SGD' => 'SGD: Dollaro di Singapore', |
| 1494 | + 'donate_interface-SEK' => 'SEK:Corona svedese', |
| 1495 | +); |
| 1496 | + |
| 1497 | +/** Japanese (日本語) |
| 1498 | + * @author Aotake |
| 1499 | + * @author Fryed-peach |
| 1500 | + * @author Ohgi |
| 1501 | + * @author 青子守歌 |
| 1502 | + */ |
| 1503 | +$messages['ja'] = array( |
| 1504 | + 'donate_interface' => 'ウィキメディアを支援する', |
| 1505 | + 'donate_interface-desc' => 'ゲートウェイ拡張機能と一体化した、寄付申し込みページ', |
| 1506 | + 'donate_interface-intro' => '支払い方法と金額、通貨をお選びください。', |
| 1507 | + 'donate_interface-amount' => '寄付金額:', |
| 1508 | + 'donate_interface-other-amount' => 'これ以外の額', |
| 1509 | + 'donate_interface-currency' => '通貨:', |
| 1510 | + 'donate_interface-gateway' => '支払い方法:', |
| 1511 | + 'donate_interface-submit-button' => '寄付', |
| 1512 | + 'donate_interface-comment-message' => 'なにか伝えたい意見があれば、ここに200文字以内で述べてください:', |
| 1513 | + 'donate_interface-comment-label' => 'コメント:', |
| 1514 | + 'donate_interface-anon-message' => '自分の名前を公開寄付者一覧(における自分のコメントの横)に掲載されることを望みます。', |
| 1515 | + 'donate_interface-email-agreement' => '今後、ウィキメディア財団から不定期に送信される電子メールをを受け取ることに同意します。', |
| 1516 | + 'donate_interface-comment-title' => '公開コメント', |
| 1517 | + 'donate_interface-amount-error' => '**有効な金額を入力してください**', |
| 1518 | + 'donate_interface-processing-error' => '要求の処理中にエラーが発生しました。処理サービスが利用できません。', |
| 1519 | + 'donate_interface-GBP' => 'GBP: イギリス・ポンド', |
| 1520 | + 'donate_interface-EUR' => 'EUR: ユーロ', |
| 1521 | + 'donate_interface-USD' => 'USD: アメリカ合衆国ドル', |
| 1522 | + 'donate_interface-AUD' => 'AUD: オーストラリア・ドル', |
| 1523 | + 'donate_interface-CAD' => 'CAD: カナダ・ドル', |
| 1524 | + 'donate_interface-CHF' => 'CHF: スイス・フラン', |
| 1525 | + 'donate_interface-CZK' => 'CZK: チェコ・コルナ', |
| 1526 | + 'donate_interface-DKK' => 'DKK: デンマーク・クローネ', |
| 1527 | + 'donate_interface-HKD' => 'HKD: 香港ドル', |
| 1528 | + 'donate_interface-HUF' => 'HUF: ハンガリー・フォリント', |
| 1529 | + 'donate_interface-JPY' => 'JPY: 日本円', |
| 1530 | + 'donate_interface-NZD' => 'NZD: ニュージーランド・ドル', |
| 1531 | + 'donate_interface-NOK' => 'NOK: ノルウェー・クローネ', |
| 1532 | + 'donate_interface-PLN' => 'PLN: ポーランド・ズウォティ', |
| 1533 | + 'donate_interface-SGD' => 'SGD: シンガポール・ドル', |
| 1534 | + 'donate_interface-SEK' => 'SEK: スウェーデン・クローナ', |
| 1535 | + 'donate_interface-ILS' => 'ILS: イスラエル・シェケル', |
| 1536 | +); |
| 1537 | + |
| 1538 | +/** Georgian (ქართული) |
| 1539 | + * @author Dawid Deutschland |
| 1540 | + * @author Nodar Kherkheulidze |
| 1541 | + * @author Temuri rajavi |
| 1542 | + * @author გიორგიმელა |
| 1543 | + */ |
| 1544 | +$messages['ka'] = array( |
| 1545 | + 'donate_interface' => 'დაუჭირეთ მხარი ვიკიმედიას!', |
| 1546 | + 'donate_interface-desc' => 'შემოწირულობების შეგროვების გვერდი, რომელშიც ინტეგრირებულია gateway გაფართოებები.', |
| 1547 | + 'donate_interface-intro' => 'გთხოვთ, აირჩიეთ გადახდის მეთოდი, თანხა და ვალუტა.', |
| 1548 | + 'donate_interface-amount' => 'შემოწირულობის თანხა:', |
| 1549 | + 'donate_interface-other-amount' => 'სხვა თანხა', |
| 1550 | + 'donate_interface-currency' => 'ვალუტა:', |
| 1551 | + 'donate_interface-gateway' => 'გადახდის მეთოდი:', |
| 1552 | + 'donate_interface-submit-button' => 'შემოწე', |
| 1553 | + 'donate_interface-comment-message' => 'გსურთ, რომ თქვენი მოსაზრება მთელ მსოფლიოს გაუზიაროთ? აქ შეგიძლიათ 200 სიმბოლოსგან შემდგარი შეტყობინების დატოვება.', |
| 1554 | + 'donate_interface-comment-label' => 'კომენტარი:', |
| 1555 | + 'donate_interface-anon-message' => 'მე მსურს, რომ ჩემი სახელი, ჩემი კომენტარის გვერდით, გამოჩდნეს მეცენატთდა საზოგადო სიაში.', |
| 1556 | + 'donate_interface-email-agreement' => 'მე მსურს ფონდ ვიკიმედიისგან საინფორმაციო წერილების მიღება.', |
| 1557 | + 'donate_interface-comment-title' => 'საჯარო კომენტარი', |
| 1558 | + 'donate_interface-amount-error' => '**გთხოვთ, მიუთითეთ სწორი თანხა**', |
| 1559 | + 'donate_interface-processing-error' => 'ბოდიში, თქვენი შეტყობინების დამუშავებისას შეცდომა წარმოიშვა. |
| 1560 | +მიზეზი — პროცესორთა არასაკმარისი რაოდენობა.', |
| 1561 | + 'donate_interface-GBP' => 'GBP: ბრიტანული გირვანქა სტერლინგი', |
| 1562 | + 'donate_interface-EUR' => 'EUR: ევრო', |
| 1563 | + 'donate_interface-USD' => 'USD: აშშ დოლარი', |
| 1564 | + 'donate_interface-AUD' => 'AUD: ავსტრალიური დოლარი', |
| 1565 | + 'donate_interface-CAD' => 'CAD: კანადური დოლარი', |
| 1566 | + 'donate_interface-CHF' => 'CHF: შვეიცარიული ფრანკი', |
| 1567 | + 'donate_interface-CZK' => 'CZK: ჩეხური კრონა', |
| 1568 | + 'donate_interface-DKK' => 'DKK: დანიური კრონა', |
| 1569 | + 'donate_interface-HKD' => 'HKD: ჰონგკონგის დოლარი', |
| 1570 | + 'donate_interface-HUF' => 'HUF: უნგრული ფორინტი', |
| 1571 | + 'donate_interface-JPY' => 'JPY: იაპონური იენი', |
| 1572 | + 'donate_interface-NZD' => 'NZD: ახალი ზელანდიის დოლარი', |
| 1573 | + 'donate_interface-NOK' => 'NOK: ნორვეგიული კრონა', |
| 1574 | + 'donate_interface-PLN' => 'PLN: პოლონური ზლოტი', |
| 1575 | + 'donate_interface-SGD' => 'SGD: სინგაპურის დოლარი', |
| 1576 | + 'donate_interface-SEK' => 'SEK: შვედური კრონა', |
| 1577 | + 'donate_interface-ILS' => 'ILS: ისრაელის შეკელი', |
| 1578 | +); |
| 1579 | + |
| 1580 | +/** Khmer (ភាសាខ្មែរ) |
| 1581 | + * @author គីមស៊្រុន |
| 1582 | + */ |
| 1583 | +$messages['km'] = array( |
| 1584 | + 'donate_interface' => 'គាំទ្រវិគីមេឌា', |
| 1585 | + 'donate_interface-intro' => 'សូមជ្រើសរើសរបៀបបង់ប្រាក់ ចំនួនទឹកប្រាក់ និង ឯកតា។', |
| 1586 | + 'donate_interface-amount' => 'ចំនួនទឹកប្រាក់បរិច្ចាគ៖', |
| 1587 | + 'donate_interface-other-amount' => 'ចំនួនទឹកប្រាក់ផ្សេងទៀត', |
| 1588 | + 'donate_interface-currency' => 'ឯកតា៖', |
| 1589 | + 'donate_interface-gateway' => 'របៀបបង់ប្រាក់៖', |
| 1590 | + 'donate_interface-submit-button' => 'បរិច្ចាគ', |
| 1591 | + 'donate_interface-comment-message' => 'តើអ្នកមានគំនិតសំរាប់ចែកចាយអោយពិភពលោកដឹងលឺទេ? សូមសរសេរនៅទៅនេះ (មិនលើសពី២០០អក្សរ)៖', |
| 1592 | + 'donate_interface-comment-label' => 'យោបល់៖', |
| 1593 | + 'donate_interface-anon-message' => 'សូមដាក់ឈ្មោះខ្ញុំ (នៅក្បែរយោបល់ខ្ញុះ) នៅលើបញ្ជីអ្នកបរិច្ចាគសាធារណៈ។', |
| 1594 | + 'donate_interface-email-agreement' => 'ខ្ញុំយល់ស្របក្នុងការទទួលយកអ៊ីមែលផ្ដល់ដំណឹងថ្មីៗណាមួយពីមូលនិធិវិគីមេឌា។', |
| 1595 | + 'donate_interface-comment-title' => 'យោបល់សាធារណៈ', |
| 1596 | + 'donate_interface-amount-error' => '**សូមបំពេញចំនួនទឹកប្រាក់អោយបានត្រឹមត្រូវ**', |
| 1597 | + 'donate_interface-GBP' => 'GBP៖ ផោនអង់គ្លេស', |
| 1598 | + 'donate_interface-EUR' => 'EUR៖ យូរ៉ូ', |
| 1599 | + 'donate_interface-USD' => 'USD៖ ដុល្លារអាមេរិក', |
| 1600 | + 'donate_interface-AUD' => 'AUD៖ ដុល្លារអូស្ត្រាលី', |
| 1601 | + 'donate_interface-CAD' => 'CAD៖ ដុល្លារកាណាដា', |
| 1602 | + 'donate_interface-CHF' => 'CHF: ហ្រង់ស្វីស', |
| 1603 | + 'donate_interface-CZK' => 'CZK: កូរុណាឆែក', |
| 1604 | + 'donate_interface-DKK' => 'DKK: ក្រូណេដាណឺម៉ាក', |
| 1605 | + 'donate_interface-HKD' => 'HKD: ដុល្លារហុងកុង', |
| 1606 | + 'donate_interface-HUF' => 'HUF: ហ្វរីនហុងគ្រី', |
| 1607 | + 'donate_interface-JPY' => 'JPY៖ យ៉េនជប៉ុន', |
| 1608 | + 'donate_interface-NZD' => 'NZD: ដុល្លារញូហ្សៀលែន', |
| 1609 | + 'donate_interface-NOK' => 'NOK: ក្រូណេណរវេយ', |
| 1610 | + 'donate_interface-PLN' => 'PLN: ស្លូទីប៉ូឡូញ', |
| 1611 | + 'donate_interface-SGD' => 'SGD: ដុល្លាសិង្ហបុរី', |
| 1612 | + 'donate_interface-SEK' => 'SEK: ក្រូណាស៊ុយអែដ', |
| 1613 | + 'donate_interface-ILS' => 'ILS: ស្សិកែលអ៊ីស្រាអែល', |
| 1614 | +); |
| 1615 | + |
| 1616 | +/** Korean (한국어) |
| 1617 | + * @author Freebiekr |
| 1618 | + * @author Klutzy |
| 1619 | + * @author Kwj2772 |
| 1620 | + */ |
| 1621 | +$messages['ko'] = array( |
| 1622 | + 'donate_interface' => '위키미디어를 지원해주세요', |
| 1623 | + 'donate_interface-desc' => '게이트웨이 확장 기능을 통합하고 있는 기부 방문 문서', |
| 1624 | + 'donate_interface-intro' => '결제 방법, 기부 금액, 통화 종류를 선택해주세요.', |
| 1625 | + 'donate_interface-amount' => '기부 금액:', |
| 1626 | + 'donate_interface-other-amount' => '기타 금액', |
| 1627 | + 'donate_interface-currency' => '화폐 종류:', |
| 1628 | + 'donate_interface-gateway' => '지불 방법:', |
| 1629 | + 'donate_interface-submit-button' => '기부', |
| 1630 | + 'donate_interface-comment-message' => '다른 사람들에게 전달하고 싶은 말을 입력해주시요. 200자까지 가능합니다.', |
| 1631 | + 'donate_interface-comment-label' => '내용:', |
| 1632 | + 'donate_interface-anon-message' => '자신의 이름을 공개 기부자 명단에서 표시하도록 합니다. (메시지 옆에 표시됩니다.)', |
| 1633 | + 'donate_interface-email-agreement' => '위키미디어 재단의 새로운 소식을 가끔 이메일로 받는 데 동의합니다.', |
| 1634 | + 'donate_interface-comment-title' => '공개 메시지', |
| 1635 | + 'donate_interface-amount-error' => '**금액을 올바르게 입력해주세요**', |
| 1636 | + 'donate_interface-processing-error' => '당신의 요청을 처리하는 도중에 오류가 있었습니다. |
| 1637 | +어떤 프로세서도 이용할 수 없습니다.', |
| 1638 | + 'donate_interface-GBP' => 'GBP: 영국 파운드', |
| 1639 | + 'donate_interface-EUR' => 'EUR: 유로', |
| 1640 | + 'donate_interface-USD' => 'USD: 미국 달러', |
| 1641 | + 'donate_interface-AUD' => 'AUD: 호주 달러', |
| 1642 | + 'donate_interface-CAD' => 'CAD: 캐나다 달러', |
| 1643 | + 'donate_interface-CHF' => 'CHF: 스위스 프랑', |
| 1644 | + 'donate_interface-CZK' => 'CZK: 체코 코루나', |
| 1645 | + 'donate_interface-DKK' => 'DKK: 덴마크 크로네', |
| 1646 | + 'donate_interface-HKD' => 'HKD: 홍콩 달러', |
| 1647 | + 'donate_interface-HUF' => 'HUF: 헝가리 포린트', |
| 1648 | + 'donate_interface-JPY' => 'JPY: 일본 엔', |
| 1649 | + 'donate_interface-NZD' => 'NZD: 뉴질랜드 달러', |
| 1650 | + 'donate_interface-NOK' => 'NOK: 노르웨이 크로네', |
| 1651 | + 'donate_interface-PLN' => 'PLN: 폴란드 즐로티', |
| 1652 | + 'donate_interface-SGD' => 'SGD: 싱가포르 달러', |
| 1653 | + 'donate_interface-SEK' => 'SEK: 스웨덴 크로나', |
| 1654 | + 'donate_interface-ILS' => 'ILS: 이스라엘 셰켈', |
| 1655 | +); |
| 1656 | + |
| 1657 | +/** Colognian (Ripoarisch) |
| 1658 | + * @author Purodha |
| 1659 | + */ |
| 1660 | +$messages['ksh'] = array( |
| 1661 | + 'donate_interface' => 'Ongershtöz Wikimedia!', |
| 1662 | + 'donate_interface-desc' => 'En Einschtiesh_Sigg för et Shpände, di de ongerscheidlijje Zohsaz_Projramme för et Bezahle ömfaß.', |
| 1663 | + 'donate_interface-intro' => 'Söhg en Aat för_t Bezahle, ene Bedraach un en Jeld_Zood uß.', |
| 1664 | + 'donate_interface-amount' => 'Bedraach:', |
| 1665 | + 'donate_interface-other-amount' => 'Ene andere Bedraach', |
| 1666 | + 'donate_interface-currency' => 'De Zoot Jeld:', |
| 1667 | + 'donate_interface-gateway' => 'De Aat ze lazze', |
| 1668 | + 'donate_interface-submit-button' => 'Schpände!', |
| 1669 | + 'donate_interface-comment-message' => 'Häß De ene Jedangke för de Wält ze verzälle? Schriev bes 200 Zeiche:', |
| 1670 | + 'donate_interface-comment-label' => 'Meddeilong:', |
| 1671 | + 'donate_interface-anon-message' => 'Donn minge Name un ming Meddeilong en de öffentlesche Leß met de Spänder.', |
| 1672 | + 'donate_interface-email-agreement' => 'Esch däät jähn jelääjentlesch ens en e-mail met Neueschkeite övver de Wikimedia Steftong krijje.', |
| 1673 | + 'donate_interface-comment-title' => 'Meddeilong fö de Welt', |
| 1674 | + 'donate_interface-amount-error' => '**Jiv ene jöltijje Bedraach en**', |
| 1675 | + 'donate_interface-processing-error' => 'Ene Fähler es beim Beärbeide vun Dinge Enjaab opjetrodde. |
| 1676 | +Et sinn_er kein Prozäßoore mieh frei.', |
| 1677 | + 'donate_interface-GBP' => 'GBP: Änglesche Pongk', |
| 1678 | + 'donate_interface-EUR' => 'EUR: Euros', |
| 1679 | + 'donate_interface-USD' => 'USD: Dollars uß de USA', |
| 1680 | + 'donate_interface-AUD' => 'AUD: Austraalesche Dollars', |
| 1681 | + 'donate_interface-CAD' => 'CAD: Kanaadesche Dollars', |
| 1682 | + 'donate_interface-CHF' => 'CHF: Schweizer Frangke', |
| 1683 | + 'donate_interface-CZK' => 'CZK: Tschesche-Kruune', |
| 1684 | + 'donate_interface-DKK' => 'DKK: Dänesche Kruhne', |
| 1685 | + 'donate_interface-HKD' => 'HKD: Dollars uß Hong Kong', |
| 1686 | + 'donate_interface-HUF' => 'HUF: Unnjarresche Forint', |
| 1687 | + 'donate_interface-JPY' => 'JPY: Japaanesche Yen', |
| 1688 | + 'donate_interface-NZD' => 'NZD: Dollars uß Neusesland', |
| 1689 | + 'donate_interface-NOK' => 'NOK: Norweejesche Kruhne', |
| 1690 | + 'donate_interface-PLN' => 'PLN: Zloty uß Poole', |
| 1691 | + 'donate_interface-SGD' => 'SGD: Dollars uß Singjapuhr', |
| 1692 | + 'donate_interface-SEK' => 'SEK: Schweedesch Kruhne', |
| 1693 | + 'donate_interface-ILS' => "ILS: Ißra'eelesch Scheekel", |
| 1694 | +); |
| 1695 | + |
| 1696 | +/** Kurdish (Latin script) (Kurdî (latînî)) |
| 1697 | + * @author Gomada |
| 1698 | + */ |
| 1699 | +$messages['ku-latn'] = array( |
| 1700 | + 'donate_interface' => 'Piştgiriyê bide Wîkîmedyayê', |
| 1701 | + 'donate_interface-comment-label' => 'Şîrove:', |
| 1702 | + 'donate_interface-EUR' => 'EUR: Ewro', |
| 1703 | + 'donate_interface-USD' => "USD: Dolarên DYA'yê", |
| 1704 | + 'donate_interface-CAD' => 'CAD: Dolarên Kanadayê', |
| 1705 | + 'donate_interface-CZK' => 'CZK: Korunayên Çekî', |
| 1706 | + 'donate_interface-JPY' => 'JPY: Yenê Japon', |
| 1707 | + 'donate_interface-SEK' => 'SEK: Kronên Swêdî', |
| 1708 | +); |
| 1709 | + |
| 1710 | +/** Luxembourgish (Lëtzebuergesch) |
| 1711 | + * @author Robby |
| 1712 | + */ |
| 1713 | +$messages['lb'] = array( |
| 1714 | + 'donate_interface' => 'Ënnerstëtzt Wikimedia', |
| 1715 | + 'donate_interface-desc' => 'Säit op där Done landen déi vun de verschiddene Methode fir ze bezuelen hierkommen', |
| 1716 | + 'donate_interface-intro' => "Wielt w.e.g eng Method fir ze bezuelen, de Betrag an d'Währung eraus.", |
| 1717 | + 'donate_interface-amount' => 'Héicht vum Don:', |
| 1718 | + 'donate_interface-other-amount' => 'Anere Betrag', |
| 1719 | + 'donate_interface-currency' => 'Währung:', |
| 1720 | + 'donate_interface-gateway' => 'Method fir ze bezuelen:', |
| 1721 | + 'donate_interface-submit-button' => 'Maacht en Don', |
| 1722 | + 'donate_interface-comment-message' => 'Wëllt dir der Welt Är iwwerleeunge matdeelen? Schreiwt bis zu 200 Zeechen heihinn:', |
| 1723 | + 'donate_interface-comment-label' => 'Bemierkung:', |
| 1724 | + 'donate_interface-anon-message' => 'Setzt mäin Numm w.e.g. (niewent menger Bemierkung) op déi ëffentlech Lëscht vun den Donateuren.', |
| 1725 | + 'donate_interface-email-agreement' => "Ech sinn domat d'accord fir vun Zäit zu Zäit Zukunft Aktualisatioune per Mail vun der Wikimedia Foundation ze kréien.", |
| 1726 | + 'donate_interface-comment-title' => 'Ëffentlech Bemierkung', |
| 1727 | + 'donate_interface-amount-error' => '**Gitt w.e.g. e valabele Betrag an**', |
| 1728 | + 'donate_interface-processing-error' => 'Et gouf e Feeler beim behandele vun Ärer Ufro. Et ass kee Prozesseur disponibel.', |
| 1729 | + 'donate_interface-GBP' => 'GBP: Britesched Pond', |
| 1730 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1731 | + 'donate_interface-USD' => 'USD: U.S. Dollar', |
| 1732 | + 'donate_interface-AUD' => 'AUD: Australeschen Dollar', |
| 1733 | + 'donate_interface-CAD' => 'CAD: Kanadeschen Dollar', |
| 1734 | + 'donate_interface-CHF' => 'CHF: Schwäizer Frang', |
| 1735 | + 'donate_interface-CZK' => 'CZK: Tschechesch Kroun', |
| 1736 | + 'donate_interface-DKK' => 'DKK: Dänesch Kroun', |
| 1737 | + 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
| 1738 | + 'donate_interface-HUF' => 'HUF: Ungaresche Forint', |
| 1739 | + 'donate_interface-JPY' => 'JPY: Japanesche Yen', |
| 1740 | + 'donate_interface-NZD' => 'NZD: Neiséiland Dollar', |
| 1741 | + 'donate_interface-NOK' => 'NOK: Norwegesch Kroun', |
| 1742 | + 'donate_interface-PLN' => 'PLN: Polnesche Zloty', |
| 1743 | + 'donate_interface-SGD' => 'SGD: Singapur Dollar', |
| 1744 | + 'donate_interface-SEK' => 'SEK: Schwedesch Kroun', |
| 1745 | + 'donate_interface-ILS' => 'ILS: Israelesche Shekel', |
| 1746 | +); |
| 1747 | + |
| 1748 | +/** Limburgish (Limburgs) |
| 1749 | + * @author Ooswesthoesbes |
| 1750 | + */ |
| 1751 | +$messages['li'] = array( |
| 1752 | + 'donate_interface-amount' => 'Bedraag:', |
| 1753 | + 'donate_interface-other-amount' => 'Anger bedraag', |
| 1754 | + 'donate_interface-currency' => 'Möntjeinhed:', |
| 1755 | + 'donate_interface-gateway' => 'Betaalmethode:', |
| 1756 | + 'donate_interface-submit-button' => 'Gaef', |
| 1757 | + 'donate_interface-comment-label' => 'Ópmèrking:', |
| 1758 | + 'donate_interface-GBP' => 'GBP: Britsje póndj', |
| 1759 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1760 | + 'donate_interface-USD' => 'USD: VS-dóller', |
| 1761 | + 'donate_interface-AUD' => 'AUD: Australisje dóller', |
| 1762 | + 'donate_interface-CAD' => 'CAD: Kannedese dóller', |
| 1763 | + 'donate_interface-JPY' => 'JPY: Japansje yen', |
| 1764 | +); |
| 1765 | + |
| 1766 | +/** Lithuanian (Lietuvių) |
| 1767 | + * @author Matasg |
| 1768 | + */ |
| 1769 | +$messages['lt'] = array( |
| 1770 | + 'donate_interface' => 'Parama Wikimedia fondui', |
| 1771 | + 'donate_interface-desc' => 'Aukojimų nukreipimų puslapis su integruotais vartiniais plėtiniais', |
| 1772 | + 'donate_interface-intro' => 'Prašome pasirinkti mokėjimo metodą, sumą bei valiutą.', |
| 1773 | + 'donate_interface-amount' => 'Aukojama suma:', |
| 1774 | + 'donate_interface-other-amount' => 'Kita suma', |
| 1775 | + 'donate_interface-currency' => 'Valiuta:', |
| 1776 | + 'donate_interface-gateway' => 'Mokėjimo būdas:', |
| 1777 | + 'donate_interface-submit-button' => 'Aukoti', |
| 1778 | + 'donate_interface-comment-message' => 'Norėtumėte savo mintimis pasidalinti su pasauliu? Čia galite įvesti iki 200 ženklų tekstą:', |
| 1779 | + 'donate_interface-comment-label' => 'Komentaras:', |
| 1780 | + 'donate_interface-anon-message' => 'Norėčiau, kad mano vardas būtų rodomas viešame paaukojusiųjų sąraše (šalia mano komentaro).', |
| 1781 | + 'donate_interface-email-agreement' => 'Sutinku gauti retus elektroninio pašto pranešimus iš Wikimedia Foundation.', |
| 1782 | + 'donate_interface-comment-title' => 'Viešas komentaras', |
| 1783 | + 'donate_interface-amount-error' => '**Prašome įvesti tinkamą sumą**', |
| 1784 | + 'donate_interface-processing-error' => 'Įvyko klaida apdorojant Jūsų užklausą. |
| 1785 | +Nepriimamos apdorojimo užklausos.', |
| 1786 | + 'donate_interface-GBP' => 'GBP: Svaras sterlingų', |
| 1787 | + 'donate_interface-EUR' => 'EUR: Euras', |
| 1788 | + 'donate_interface-USD' => 'USD: JAV doleris', |
| 1789 | + 'donate_interface-AUD' => 'AUD: Australijos doleris', |
| 1790 | + 'donate_interface-CAD' => 'CAD: Kanados doleris', |
| 1791 | + 'donate_interface-CHF' => 'CHF: Šveicarijos frankas', |
| 1792 | + 'donate_interface-CZK' => 'CZK: Čekijos krona', |
| 1793 | + 'donate_interface-DKK' => 'DKK: Danijos krona', |
| 1794 | + 'donate_interface-HKD' => 'HKD: Honkongo doleris', |
| 1795 | + 'donate_interface-HUF' => 'HUF: Vengrijos forintas', |
| 1796 | + 'donate_interface-JPY' => 'JPY: Japonijos jena', |
| 1797 | + 'donate_interface-NZD' => 'NZD: Naujosios Zelandijos doleris', |
| 1798 | + 'donate_interface-NOK' => 'NOK: Norvegijos krona', |
| 1799 | + 'donate_interface-PLN' => 'PLN: Lenkijos zlotas', |
| 1800 | + 'donate_interface-SGD' => 'SGD: Singapūro doleris', |
| 1801 | + 'donate_interface-SEK' => 'SEK: Švedijos krona', |
| 1802 | + 'donate_interface-ILS' => 'ILS: Izraelio šekelis', |
| 1803 | +); |
| 1804 | + |
| 1805 | +/** Latvian (Latviešu) |
| 1806 | + * @author Geimeris |
| 1807 | + * @author GreenZeb |
| 1808 | + * @author Papuass |
| 1809 | + */ |
| 1810 | +$messages['lv'] = array( |
| 1811 | + 'donate_interface' => 'Atbalsti Wikimedia', |
| 1812 | + 'donate_interface-intro' => 'Lūdzu izvēlēties maksājuma veidu, daudzumu un valūtu.', |
| 1813 | + 'donate_interface-amount' => 'Ziedojuma summa:', |
| 1814 | + 'donate_interface-other-amount' => 'Cita summa', |
| 1815 | + 'donate_interface-currency' => 'Valūta:', |
| 1816 | + 'donate_interface-gateway' => 'Samaksas veids:', |
| 1817 | + 'donate_interface-submit-button' => 'Ziedot', |
| 1818 | + 'donate_interface-comment-label' => 'Komentārs:', |
| 1819 | + 'donate_interface-anon-message' => 'Lūdzu uzrādīt manu vārdu (blakus manam komentāram) publisko ziedotāju sarakstā.', |
| 1820 | + 'donate_interface-comment-title' => 'Publisks komentārs', |
| 1821 | + 'donate_interface-amount-error' => '**Lūdzu, ievadi derīgu summu**', |
| 1822 | + 'donate_interface-GBP' => 'GBP: Lielbritānijas sterliņu mārciņa', |
| 1823 | + 'donate_interface-EUR' => 'EUR: Eiro', |
| 1824 | + 'donate_interface-USD' => 'USD: ASV dolārs', |
| 1825 | + 'donate_interface-AUD' => 'AUD: Austrālijas dolārs', |
| 1826 | + 'donate_interface-CAD' => 'CAD: Kanādas dolārs', |
| 1827 | + 'donate_interface-CHF' => 'CHF: Šveices franks', |
| 1828 | + 'donate_interface-CZK' => 'CZK: Čehijas krona', |
| 1829 | + 'donate_interface-DKK' => 'DKK: Dānijas krona', |
| 1830 | + 'donate_interface-HKD' => 'HKD: Honkongas dolārs', |
| 1831 | + 'donate_interface-HUF' => 'HUF: Ungārijas forints', |
| 1832 | + 'donate_interface-JPY' => 'JPY: Japānas jena', |
| 1833 | + 'donate_interface-NZD' => 'NZD: Jaunzēlandes dolārs', |
| 1834 | + 'donate_interface-NOK' => 'NOK: Norvēģijas krona', |
| 1835 | + 'donate_interface-PLN' => 'PLN: Polijas zlots', |
| 1836 | + 'donate_interface-SGD' => 'SGD: Singapūras dolārs', |
| 1837 | + 'donate_interface-SEK' => 'SEK: Zviedrijas krona', |
| 1838 | + 'donate_interface-ILS' => 'ILS: Izraēlas šekelis', |
| 1839 | +); |
| 1840 | + |
| 1841 | +/** Macedonian (Македонски) |
| 1842 | + * @author Bjankuloski06 |
| 1843 | + */ |
| 1844 | +$messages['mk'] = array( |
| 1845 | + 'donate_interface' => 'Поддржете ја Викимедија', |
| 1846 | + 'donate_interface-desc' => 'Страница за донирање која вклучува додатоци за порта', |
| 1847 | + 'donate_interface-intro' => 'Одберете начин на плаќање, износ и валута.', |
| 1848 | + 'donate_interface-amount' => 'Износ:', |
| 1849 | + 'donate_interface-other-amount' => 'Друг износ', |
| 1850 | + 'donate_interface-currency' => 'Валута:', |
| 1851 | + 'donate_interface-gateway' => 'Начин на плаќање:', |
| 1852 | + 'donate_interface-submit-button' => 'Донирајте', |
| 1853 | + 'donate_interface-comment-message' => 'Сакате да се искажете? Тука пишете до 200 знаци:', |
| 1854 | + 'donate_interface-comment-label' => 'Коментар:', |
| 1855 | + 'donate_interface-anon-message' => 'Наведете ми го името (заедно со мојот коментар) на јавниот список на дарители.', |
| 1856 | + 'donate_interface-email-agreement' => 'Се согласувам да добивам повремени новини од Фондацијата Викимедија по е-пошта.', |
| 1857 | + 'donate_interface-comment-title' => 'Јавен коментар', |
| 1858 | + 'donate_interface-amount-error' => '**Внесете важечки износ**', |
| 1859 | + 'donate_interface-processing-error' => 'Се појави грешка при обработката на вашето барање. Нема достапни преработувачи.', |
| 1860 | + 'donate_interface-GBP' => 'GBP: Британска фунта', |
| 1861 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 1862 | + 'donate_interface-USD' => 'USD: Американски долар', |
| 1863 | + 'donate_interface-AUD' => 'AUD: Австралиски долар', |
| 1864 | + 'donate_interface-CAD' => 'CAD: Канадски долар', |
| 1865 | + 'donate_interface-CHF' => 'CHF: Швајцарски франк', |
| 1866 | + 'donate_interface-CZK' => 'CZK: Чешка круна', |
| 1867 | + 'donate_interface-DKK' => 'DKK: Данска круна', |
| 1868 | + 'donate_interface-HKD' => 'HKD: Хонгконшки долар', |
| 1869 | + 'donate_interface-HUF' => 'HUF: Унгарски форинт', |
| 1870 | + 'donate_interface-JPY' => 'JPY: Јапонски јен', |
| 1871 | + 'donate_interface-NZD' => 'NZD: Новозеландски долар', |
| 1872 | + 'donate_interface-NOK' => 'NOK: Норвешка круна', |
| 1873 | + 'donate_interface-PLN' => 'PLN: Полски злот', |
| 1874 | + 'donate_interface-SGD' => 'SGD: Сингапурски долар', |
| 1875 | + 'donate_interface-SEK' => 'SEK: Шведска круна', |
| 1876 | + 'donate_interface-ILS' => 'ILS: Израелски шекел', |
| 1877 | +); |
| 1878 | + |
| 1879 | +/** Malayalam (മലയാളം) |
| 1880 | + * @author Praveenp |
| 1881 | + * @author Vssun |
| 1882 | + */ |
| 1883 | +$messages['ml'] = array( |
| 1884 | + 'donate_interface' => 'വിക്കിമീഡിയയ്ക്ക് പിന്തുണയേകുക', |
| 1885 | + 'donate_interface-desc' => 'ഗേറ്റ്വേ അനുബന്ധങ്ങളുമായി ചേർന്ന് പ്രവർത്തിക്കുന്ന സംഭാവനക്കുള്ള പ്രധാന താൾ', |
| 1886 | + 'donate_interface-intro' => 'ദയവായി താങ്കളുടെ പണമടയ്ക്കൽ രീതി, തുക, നാണയം എന്നിവ തിരഞ്ഞെടുക്കുക.', |
| 1887 | + 'donate_interface-amount' => 'സംഭാവന ചെയ്യുന്ന തുക:', |
| 1888 | + 'donate_interface-other-amount' => 'മറ്റ് തുക:', |
| 1889 | + 'donate_interface-currency' => 'നാണയം:', |
| 1890 | + 'donate_interface-gateway' => 'പണമടയ്ക്കൽ രീതി:', |
| 1891 | + 'donate_interface-submit-button' => 'സംഭാവന ചെയ്യുക', |
| 1892 | + 'donate_interface-comment-message' => 'ലോകരുമായി പങ്കുവെയ്ക്കാൻ ഒരു ചിന്ത താങ്കൾക്കുണ്ടോ? 200 അക്ഷരങ്ങളിൽ കവിയാതെ ഇവിടെ ചേർക്കുക:', |
| 1893 | + 'donate_interface-comment-label' => 'അഭിപ്രായം:', |
| 1894 | + 'donate_interface-anon-message' => 'എന്റെ പേര് (എന്റെ അഭിപ്രായത്തിനു സമീപത്തായി) പൊതു സംഭാവകരുടെ പട്ടികയിൽ ദയവായി ചേർക്കുക.', |
| 1895 | + 'donate_interface-email-agreement' => 'വിക്കിമീഡിയ ഫൗണ്ടേഷൻ ഇടയ്ക്കിടയ്ക്ക് ഇമെയിൽ ആയി പ്രസിദ്ധീകരിക്കുന്ന പുതിയ വിശേഷങ്ങൾ സ്വീകരിക്കാൻ ഞാനാഗ്രഹിക്കുന്നു.', |
| 1896 | + 'donate_interface-comment-title' => 'പൊതു കുറിപ്പ്', |
| 1897 | + 'donate_interface-amount-error' => '**ദയവായി സാധുവായ തുക നൽകുക**', |
| 1898 | + 'donate_interface-processing-error' => 'താങ്കളുടെ ആവശ്യം കൈകാര്യം ചെയ്യുന്നതിനിടയിൽ പിഴവുണ്ടായിരിക്കുന്നു. |
| 1899 | +പ്രോസസ്സറുകളൊന്നും ലഭ്യമല്ല.', |
| 1900 | + 'donate_interface-GBP' => 'GPB: ബ്രിട്ടീഷ് പൗണ്ട്', |
| 1901 | + 'donate_interface-EUR' => 'EUR: യൂറോ', |
| 1902 | + 'donate_interface-USD' => 'USD: യു.എസ്. ഡോളർ', |
| 1903 | + 'donate_interface-AUD' => 'AUD: ഓസ്ട്രേലിയൻ ഡോളർ', |
| 1904 | + 'donate_interface-CAD' => 'CAD: കനേഡിയൻ ഡോളർ', |
| 1905 | + 'donate_interface-CHF' => 'CHF: സ്വിസ്സ് ഫ്രാങ്ക്', |
| 1906 | + 'donate_interface-CZK' => 'CZK:ചെക്ക് കോറുണ', |
| 1907 | + 'donate_interface-DKK' => 'DKK: ഡാനിഷ് ക്രോണേ', |
| 1908 | + 'donate_interface-HKD' => 'HKD: ഹോങ്കോങ് ഡോളർ', |
| 1909 | + 'donate_interface-HUF' => 'HUF: ഹംഗേറിയൻ ഫോറിന്റ്', |
| 1910 | + 'donate_interface-JPY' => 'JPY: ജാപ്പനീസ് യെൻ', |
| 1911 | + 'donate_interface-NZD' => 'NZD: ന്യൂ സീലാൻഡ് ഡോളർ', |
| 1912 | + 'donate_interface-NOK' => 'NOK: നോർവീജിയൻ ക്രോണേ', |
| 1913 | + 'donate_interface-PLN' => 'PLN: പോളിഷ് സ്ലോറ്റീ', |
| 1914 | + 'donate_interface-SGD' => 'SGD: സിങ്കപ്പൂർ ഡോളർ', |
| 1915 | + 'donate_interface-SEK' => 'SEK: സ്വീഡിഷ് ക്രോണ', |
| 1916 | + 'donate_interface-ILS' => 'ILS: ഇസ്രയേലി ഷെക്കെൽ', |
| 1917 | +); |
| 1918 | + |
| 1919 | +/** Malay (Bahasa Melayu) |
| 1920 | + * @author Anakmalaysia |
| 1921 | + * @author Diagramma Della Verita |
| 1922 | + */ |
| 1923 | +$messages['ms'] = array( |
| 1924 | + 'donate_interface' => 'Sokonglah Wikimedia', |
| 1925 | + 'donate_interface-desc' => "Laman sumbangan yang diintegerasikan degan ''gateway extension''", |
| 1926 | + 'donate_interface-intro' => 'Sila pilih kaedah pembayaran, jumlah dan mata wang.', |
| 1927 | + 'donate_interface-amount' => 'Jumlah derma:', |
| 1928 | + 'donate_interface-other-amount' => 'Jumlah lain', |
| 1929 | + 'donate_interface-currency' => 'Mata wang:', |
| 1930 | + 'donate_interface-gateway' => 'Kaedah pembayaran:', |
| 1931 | + 'donate_interface-submit-button' => 'Derma', |
| 1932 | + 'donate_interface-comment-message' => 'Adakah anda mempunyai pandangan untuk berkongsi dengan sedunia? Hantarkannya dengan tidak melebihi 200 aksara:', |
| 1933 | + 'donate_interface-comment-label' => 'Komen:', |
| 1934 | + 'donate_interface-anon-message' => 'Letakkan nama saya (di sebelah komen) dalam senarai penderma umum.', |
| 1935 | + 'donate_interface-email-agreement' => 'Saya setuju untuk menerima kemas kini e-mel sekali-sekala daripada Yayasan Wikimedia.', |
| 1936 | + 'donate_interface-comment-title' => 'Komen umum', |
| 1937 | + 'donate_interface-amount-error' => '**Sila masukkan jumlah yang sah**', |
| 1938 | + 'donate_interface-processing-error' => 'Terdapat masalah untuk memproses permintaan anda. |
| 1939 | +Sila kembali ke laman terdahulu.', |
| 1940 | + 'donate_interface-GBP' => 'GBP: Pound Britain', |
| 1941 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 1942 | + 'donate_interface-USD' => 'USD: Dolar Amerika', |
| 1943 | + 'donate_interface-AUD' => 'AUS: Dolar Australia', |
| 1944 | + 'donate_interface-CAD' => 'CAD: Dolar Kanada', |
| 1945 | + 'donate_interface-CHF' => 'CHF: Swiss Franc', |
| 1946 | + 'donate_interface-CZK' => 'CZK: Koruna Czech', |
| 1947 | + 'donate_interface-DKK' => 'DKK: Danish Krone', |
| 1948 | + 'donate_interface-HKD' => 'HKD: Dolar Hong Kong', |
| 1949 | + 'donate_interface-HUF' => 'HUF: Forint Hungary', |
| 1950 | + 'donate_interface-JPY' => 'JPY: Yen Jepun', |
| 1951 | + 'donate_interface-NZD' => 'NZD: Dolar New Zealand', |
| 1952 | + 'donate_interface-NOK' => 'NOK: Krone Norway', |
| 1953 | + 'donate_interface-PLN' => 'PLN: Zloty Poland', |
| 1954 | + 'donate_interface-SGD' => 'SGD: Dolar Singapura', |
| 1955 | + 'donate_interface-SEK' => 'SEK: Krona Sweden', |
| 1956 | + 'donate_interface-ILS' => 'ILS: Shekel Israel', |
| 1957 | +); |
| 1958 | + |
| 1959 | +/** Maltese (Malti) |
| 1960 | + * @author Chrisportelli |
| 1961 | + */ |
| 1962 | +$messages['mt'] = array( |
| 1963 | + 'donate_interface' => 'Sostni lill-Wikimedia', |
| 1964 | + 'donate_interface-intro' => "Agżel metodu ta' ħlas, l-ammont, u l-valuta.", |
| 1965 | + 'donate_interface-amount' => "Ammont ta' donazzjoni:", |
| 1966 | + 'donate_interface-other-amount' => 'Ammont ieħor', |
| 1967 | + 'donate_interface-currency' => 'Valuta:', |
| 1968 | + 'donate_interface-gateway' => 'Metodu tal-ħlas:', |
| 1969 | + 'donate_interface-submit-button' => 'Agħti donazzjoni', |
| 1970 | + 'donate_interface-comment-message' => "Għandek ħsieb li tixtieq taqsmu mal-kumplament tad-dinja? Esprimieh hawnhekk f'mhux iktar minn 200 karattru:", |
| 1971 | + 'donate_interface-comment-label' => 'Kumment:', |
| 1972 | + 'donate_interface-anon-message' => 'Uri ismi (biswit il-kumment tiegħi) fil-lista pubblika tad-donaturi.', |
| 1973 | + 'donate_interface-email-agreement' => 'Jiena naċċetta li nirċievi aġġornamenti okkażjonali permezz tal-posta elettronika mill-Fondazzjoni Wikimedia.', |
| 1974 | + 'donate_interface-comment-title' => 'Kumment pubbliku', |
| 1975 | + 'donate_interface-amount-error' => '**Jekk jogħġbok daħħal ammont validu**', |
| 1976 | + 'donate_interface-processing-error' => 'Kien hemm problema fl-iproċessar tar-rikjesta tiegħek. L-ebda proċessur mhu disponibbli.', |
| 1977 | + 'donate_interface-GBP' => 'GBP: Sterlina Ingliża', |
| 1978 | + 'donate_interface-EUR' => 'EUR: Ewro', |
| 1979 | + 'donate_interface-USD' => 'USD: Dollaru Amerikan', |
| 1980 | + 'donate_interface-AUD' => 'AUD: Dollaru Awstraljan', |
| 1981 | + 'donate_interface-CAD' => 'CAD: Dollaru Kanadiż', |
| 1982 | + 'donate_interface-CHF' => 'CHF: Frank Żvizzeru', |
| 1983 | + 'donate_interface-CZK' => 'CZK: Koruna Ċeka', |
| 1984 | + 'donate_interface-DKK' => 'DKK: Krone Daniż', |
| 1985 | + 'donate_interface-HKD' => "HKD: Dollaru ta' Ħong Kong", |
| 1986 | + 'donate_interface-HUF' => 'HUF: Forint Ungeriż', |
| 1987 | + 'donate_interface-JPY' => 'JPY: Jen Ġappuniż', |
| 1988 | + 'donate_interface-NZD' => "NZD: Dollaru ta' New Zealand", |
| 1989 | + 'donate_interface-NOK' => 'NOK: Krone Norveġiż', |
| 1990 | + 'donate_interface-PLN' => 'PLN: Zloty Pollakk', |
| 1991 | + 'donate_interface-SGD' => "SGD: Dollaru ta' Singapor", |
| 1992 | + 'donate_interface-SEK' => 'SEK: Krona Żvediża', |
| 1993 | + 'donate_interface-ILS' => 'ILS: Shekel Iżraeljan', |
| 1994 | +); |
| 1995 | + |
| 1996 | +/** Erzya (Эрзянь) |
| 1997 | + * @author Botuzhaleny-sodamo |
| 1998 | + */ |
| 1999 | +$messages['myv'] = array( |
| 2000 | + 'donate_interface-amount' => 'Зяро лезксйармак максат:', |
| 2001 | + 'donate_interface-currency' => 'Валютась:', |
| 2002 | + 'donate_interface-submit-button' => 'Лезксйармаконь максома', |
| 2003 | + 'donate_interface-EUR' => 'EUR: эвро', |
| 2004 | + 'donate_interface-CHF' => 'CHF: Швейцариянь франк', |
| 2005 | + 'donate_interface-DKK' => 'DKK: Даниянь крона', |
| 2006 | + 'donate_interface-HUF' => 'HUF: Венгриянь форинт', |
| 2007 | + 'donate_interface-JPY' => 'JPY: Япониянь йена', |
| 2008 | + 'donate_interface-NZD' => 'NZD: Од Зеландиянь доллар', |
| 2009 | + 'donate_interface-NOK' => 'NOK: Норвегиянь крона', |
| 2010 | + 'donate_interface-SEK' => 'SEK: Швециянь крона', |
| 2011 | +); |
| 2012 | + |
| 2013 | +/** Nedersaksisch (Nedersaksisch) |
| 2014 | + * @author Servien |
| 2015 | + */ |
| 2016 | +$messages['nds-nl'] = array( |
| 2017 | + 'donate_interface' => 'Steun Wikimedia', |
| 2018 | + 'donate_interface-desc' => 'Laandingspagina veur donasies die integreert mit gateway-uutbreidingen', |
| 2019 | + 'donate_interface-intro' => 'Kies n betaolingsmethode, bedrag en munteenheid.', |
| 2020 | + 'donate_interface-amount' => 'Bedrag:', |
| 2021 | + 'donate_interface-other-amount' => 'Aander bedrag', |
| 2022 | + 'donate_interface-currency' => 'Munteenheid:', |
| 2023 | + 'donate_interface-gateway' => 'Betaolingsmethode:', |
| 2024 | + 'donate_interface-submit-button' => 'Steun {{SITENAME}}', |
| 2025 | + 'donate_interface-comment-message' => "Wi'j n gedachte delen mit de wereld? Hieronder ku'j tot tweehonderd karakters kwiet:", |
| 2026 | + 'donate_interface-comment-label' => 'Opmarking:', |
| 2027 | + 'donate_interface-anon-message' => 'Laot mien naam zien naos mien opmarking in de publieke geldschieterslieste.', |
| 2028 | + 'donate_interface-email-agreement' => "Ik stem dermee in da'k aof en toe netpostberichten kriege van de Wikimedia Foundation.", |
| 2029 | + 'donate_interface-comment-title' => 'Publieke opmarking', |
| 2030 | + 'donate_interface-amount-error' => '**Vul n bedrag in**', |
| 2031 | + 'donate_interface-processing-error' => 'Der is wat verkeerd egaon bie t verwarken van joew verzeuk. Der is gien verwarkingsdienst beschikbaor.', |
| 2032 | + 'donate_interface-GBP' => 'GBP: Britse pond', |
| 2033 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2034 | + 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
| 2035 | + 'donate_interface-AUD' => 'AUD: Australiese dollar', |
| 2036 | + 'donate_interface-CAD' => 'CAD: Kanadese dollar', |
| 2037 | + 'donate_interface-CHF' => 'CHF: Zwitserse frank', |
| 2038 | + 'donate_interface-CZK' => 'CZK: Tsjechiese krone', |
| 2039 | + 'donate_interface-DKK' => 'DKK: Deense krone', |
| 2040 | + 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
| 2041 | + 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
| 2042 | + 'donate_interface-JPY' => 'JPY: Japanse yen', |
| 2043 | + 'donate_interface-NZD' => 'NZD: Niej-Zeelaandse dollar', |
| 2044 | + 'donate_interface-NOK' => 'NOK: Noorse krone', |
| 2045 | + 'donate_interface-PLN' => 'PLN: Poolse zloty', |
| 2046 | + 'donate_interface-SGD' => 'SGD: Singapoerse dollar', |
| 2047 | + 'donate_interface-SEK' => 'SEK: Zweedse krone', |
| 2048 | + 'donate_interface-ILS' => 'ILS: Israëliese sjekel', |
| 2049 | +); |
| 2050 | + |
| 2051 | +/** Nepali (नेपाली) |
| 2052 | + * @author Bhawani Gautam |
| 2053 | + * @author Bhawani Gautam Rhk |
| 2054 | + */ |
| 2055 | +$messages['ne'] = array( |
| 2056 | + 'donate_interface' => 'विकिमीडियालाई सहयोग गर्नुहोस्', |
| 2057 | + 'donate_interface-desc' => 'दान अवतरण पृष्ठ जसले प्रवेशद्वार(gateway) एक्स्टेन्सनलाई एकिकृत गर्दछ।', |
| 2058 | + 'donate_interface-intro' => 'चुन्नुहोस् एउटा भुगतान पद्धति, राशि, अनि मुद्रा।', |
| 2059 | + 'donate_interface-amount' => 'दान राशि:', |
| 2060 | + 'donate_interface-other-amount' => 'अन्य राशि', |
| 2061 | + 'donate_interface-currency' => 'मुद्रा:', |
| 2062 | + 'donate_interface-gateway' => 'भुगतान पद्धति:', |
| 2063 | + 'donate_interface-submit-button' => 'दान गर्ने', |
| 2064 | + 'donate_interface-comment-message' => 'संसारसित साझा गर्ने विचार? २०० सम्मका अक्षरहरुको विचार यहाँ राख्नुहोस्:', |
| 2065 | + 'donate_interface-comment-label' => 'टिप्पणी:', |
| 2066 | + 'donate_interface-anon-message' => 'मेरो नाम सार्वजनिक दाता सूचीमा (मेरो टिप्पणीको छेउमा) दिनुहोस्।', |
| 2067 | + 'donate_interface-email-agreement' => 'विकिमीडिया फाउण्डेसनबाट सामयिक इमेल अद्यतन प्राप्त गर्न सहमत छु।', |
| 2068 | + 'donate_interface-comment-title' => 'सार्वजनिक टिप्पणी', |
| 2069 | + 'donate_interface-amount-error' => '**कृपया एउटा वैध राशि दिनु्होस्**', |
| 2070 | + 'donate_interface-processing-error' => 'तपाईंको अनुरोधको प्रक्रिया पूरा गर्न लाग्दा एउटा त्रुटि भएकोछ। |
| 2071 | +प्रोसेसर प्राप्य छैन।', |
| 2072 | + 'donate_interface-GBP' => 'GBP: ब्रिटिश पाउण्ड', |
| 2073 | + 'donate_interface-EUR' => 'EUR: यूरो', |
| 2074 | + 'donate_interface-USD' => 'USD: अमेरिकी डलर', |
| 2075 | + 'donate_interface-AUD' => 'AUD: अस्ट्रेलियायी डलर', |
| 2076 | + 'donate_interface-CAD' => 'CAD: केनेडियायी डलर', |
| 2077 | + 'donate_interface-CHF' => 'CHF: स्वीस फ्य्रांक', |
| 2078 | + 'donate_interface-CZK' => 'CZK: चेक कोरुना', |
| 2079 | + 'donate_interface-DKK' => 'DKK: डेनिस क्रोन', |
| 2080 | + 'donate_interface-HKD' => 'HKD: हंगकंग डलर', |
| 2081 | + 'donate_interface-HUF' => 'HUF: हंगेरियायी फोरिण्ट', |
| 2082 | + 'donate_interface-JPY' => 'JPY: जापानी येन', |
| 2083 | + 'donate_interface-NZD' => 'NZD: न्यूजिलैंड डलर', |
| 2084 | + 'donate_interface-NOK' => 'NOK: नर्वेजियायी क्रोन', |
| 2085 | + 'donate_interface-PLN' => 'PLN: पोलिश ज्लोटी', |
| 2086 | + 'donate_interface-SGD' => 'SGD: सिंगापुर डलर', |
| 2087 | + 'donate_interface-SEK' => 'SEK: स्वीडिस क्रोना', |
| 2088 | + 'donate_interface-ILS' => 'ILS: इजरायली शेकल', |
| 2089 | +); |
| 2090 | + |
| 2091 | +/** Dutch (Nederlands) |
| 2092 | + * @author McDutchie |
| 2093 | + * @author Siebrand |
| 2094 | + */ |
| 2095 | +$messages['nl'] = array( |
| 2096 | + 'donate_interface' => 'Steun Wikimedia', |
| 2097 | + 'donate_interface-desc' => 'Landingspagina voor donaties die integreert met gateway-uitbreidingen', |
| 2098 | + 'donate_interface-intro' => 'Kies alstublieft een betaalmethode, bedrag en valuta.', |
| 2099 | + 'donate_interface-amount' => 'Bedrag:', |
| 2100 | + 'donate_interface-other-amount' => 'Ander bedrag', |
| 2101 | + 'donate_interface-currency' => 'Valuta:', |
| 2102 | + 'donate_interface-gateway' => 'Betaalmethode:', |
| 2103 | + 'donate_interface-submit-button' => 'Doneren', |
| 2104 | + 'donate_interface-comment-message' => 'Wilt u een gedachte delen met de wereld? Hieronder kunt u tot tweehonderd karakters kwijt:', |
| 2105 | + 'donate_interface-comment-label' => 'Opmerking:', |
| 2106 | + 'donate_interface-anon-message' => 'Geef mijn naam weer naast mijn opmerking in de publieke donateurslijst.', |
| 2107 | + 'donate_interface-email-agreement' => 'Ik ga akkoord met het af en toe ontvangen van e-mails van de Wikimedia Foundation.', |
| 2108 | + 'donate_interface-comment-title' => 'Publieke opmerking', |
| 2109 | + 'donate_interface-amount-error' => '**Voer alstublieft een geldig bedrag in**', |
| 2110 | + 'donate_interface-processing-error' => 'Er is een fout opgetreden bij het verwerken van uw verzoek. Er is geen verwerkingsdienst beschikbaar.', |
| 2111 | + 'donate_interface-GBP' => 'GBP: Britse pond', |
| 2112 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2113 | + 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
| 2114 | + 'donate_interface-AUD' => 'AUD: Australische dollar', |
| 2115 | + 'donate_interface-CAD' => 'CAD: Canadese dollar', |
| 2116 | + 'donate_interface-CHF' => 'CHF: Zwitserse frank', |
| 2117 | + 'donate_interface-CZK' => 'CZK: Tsjechische kroon', |
| 2118 | + 'donate_interface-DKK' => 'DKK: Deense kroon', |
| 2119 | + 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
| 2120 | + 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
| 2121 | + 'donate_interface-JPY' => 'JPY: Japanse yen', |
| 2122 | + 'donate_interface-NZD' => 'NZD: Nieuwzeelandse dollar', |
| 2123 | + 'donate_interface-NOK' => 'NOK: Noorse kroon', |
| 2124 | + 'donate_interface-PLN' => 'PLN: Poolse zloty', |
| 2125 | + 'donate_interface-SGD' => 'SGD: Singaporese dollar', |
| 2126 | + 'donate_interface-SEK' => 'SEK: Zweedse kroon', |
| 2127 | + 'donate_interface-ILS' => 'ILS: Israelische shekel', |
| 2128 | +); |
| 2129 | + |
| 2130 | +/** Norwegian Nynorsk (Norsk (nynorsk)) |
| 2131 | + * @author Gunnernett |
| 2132 | + * @author Harald Khan |
| 2133 | + */ |
| 2134 | +$messages['nn'] = array( |
| 2135 | + 'donate_interface' => 'Støtt Wikimedia', |
| 2136 | + 'donate_interface-other-amount' => 'Anna beløp', |
| 2137 | + 'donate_interface-currency' => 'Valuta:', |
| 2138 | + 'donate_interface-gateway' => 'Betalingsmåte:', |
| 2139 | + 'donate_interface-comment-message' => 'Har du tankar å dela med verda? Skriv inn opp til 200 bokstavar her:', |
| 2140 | + 'donate_interface-comment-label' => 'Kommentar:', |
| 2141 | + 'donate_interface-anon-message' => 'Gjer vel og list opp namnet mitt (ved sida av kommentaren min) på den offentlege lista over gjevarar.', |
| 2142 | + 'donate_interface-amount-error' => '**Ver venleg og skriv inn eit gyldig beløp**', |
| 2143 | + 'donate_interface-processing-error' => 'Det har oppstått ein feil i prosesseringa av førespurnaden din. |
| 2144 | +Ingen prosessorar er tilgjengelege.', |
| 2145 | + 'donate_interface-GBP' => 'GBP: Britiske pund', |
| 2146 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2147 | + 'donate_interface-USD' => 'USD: USA-dollar', |
| 2148 | + 'donate_interface-AUD' => 'AUD: Australske dollar', |
| 2149 | + 'donate_interface-CAD' => 'CAD: Kanadiske dollar', |
| 2150 | + 'donate_interface-CHF' => 'CHF: Sveitsiske franc', |
| 2151 | + 'donate_interface-CZK' => 'CZK: Tsjekkiske koruna', |
| 2152 | + 'donate_interface-DKK' => 'DKK: Danske kroner', |
| 2153 | + 'donate_interface-HKD' => 'HKD: Hongkongdollar', |
| 2154 | + 'donate_interface-HUF' => 'HUF: Ungarske forintar', |
| 2155 | + 'donate_interface-JPY' => 'JPY: Japanske yen', |
| 2156 | + 'donate_interface-NOK' => 'NOK: Norske kroner', |
| 2157 | + 'donate_interface-PLN' => 'PLN: Polske zloty', |
| 2158 | + 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
| 2159 | + 'donate_interface-SEK' => 'SEK: Svenske kroner', |
| 2160 | + 'donate_interface-ILS' => 'ILS: Israelske shekel', |
| 2161 | +); |
| 2162 | + |
| 2163 | +/** Norwegian (bokmål) (Norsk (bokmål)) |
| 2164 | + * @author Finnrind |
| 2165 | + * @author Jon Harald Søby |
| 2166 | + * @author Nghtwlkr |
| 2167 | + */ |
| 2168 | +$messages['no'] = array( |
| 2169 | + 'donate_interface' => 'Støtt Wikimedia', |
| 2170 | + 'donate_interface-desc' => 'Donasjonsdestinasjonsside som integrerer gateway-utvidelser', |
| 2171 | + 'donate_interface-intro' => 'Velg en betalingsmåte, beløp og valuta.', |
| 2172 | + 'donate_interface-amount' => 'Donasjonsbeløp:', |
| 2173 | + 'donate_interface-other-amount' => 'Annet beløp', |
| 2174 | + 'donate_interface-currency' => 'Valuta:', |
| 2175 | + 'donate_interface-gateway' => 'Betalingsmåte:', |
| 2176 | + 'donate_interface-submit-button' => 'Doner', |
| 2177 | + 'donate_interface-comment-message' => 'Har du en tanke å dele med verden? Skriv inn opp til 200 tegn her:', |
| 2178 | + 'donate_interface-comment-label' => 'Kommentar:', |
| 2179 | + 'donate_interface-anon-message' => 'List opp navnet mitt (ved siden av kommentaren min) på den offentlige donorlisten.', |
| 2180 | + 'donate_interface-email-agreement' => 'Jeg samtykker i å motta sporadiske e-postoppdateringer fra Wikimedia Foundation.', |
| 2181 | + 'donate_interface-comment-title' => 'Offentlig kommentar', |
| 2182 | + 'donate_interface-amount-error' => '**Skriv inn et gyldig beløp**', |
| 2183 | + 'donate_interface-processing-error' => 'Det har oppstått en feil ved behandlingen av forespørselen din. |
| 2184 | +Ingen prosessorer er tilgjengelige.', |
| 2185 | + 'donate_interface-GBP' => 'GBP: Britiske pund', |
| 2186 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2187 | + 'donate_interface-USD' => 'USD: U.S. Dollar', |
| 2188 | + 'donate_interface-AUD' => 'AUD: Australske dollar', |
| 2189 | + 'donate_interface-CAD' => 'CAD: Kanadiske dollar', |
| 2190 | + 'donate_interface-CHF' => 'CHF: Sveitsiske franc', |
| 2191 | + 'donate_interface-CZK' => 'CZK: Tsjekkiske koruna', |
| 2192 | + 'donate_interface-DKK' => 'DKK: Danske kroner', |
| 2193 | + 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
| 2194 | + 'donate_interface-HUF' => 'HUF: Ungarske forinter', |
| 2195 | + 'donate_interface-JPY' => 'JPY: Japanske yen', |
| 2196 | + 'donate_interface-NZD' => 'NZD: New Zealandske dollar', |
| 2197 | + 'donate_interface-NOK' => 'NOK: Norske kroner', |
| 2198 | + 'donate_interface-PLN' => 'PLN: Polske zloty', |
| 2199 | + 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
| 2200 | + 'donate_interface-SEK' => 'SEK: Svenske kroner', |
| 2201 | + 'donate_interface-ILS' => 'ILS: Israelske shekel', |
| 2202 | +); |
| 2203 | + |
| 2204 | +/** Occitan (Occitan) |
| 2205 | + * @author Cedric31 |
| 2206 | + */ |
| 2207 | +$messages['oc'] = array( |
| 2208 | + 'donate_interface' => 'Sosténer Wikimedia', |
| 2209 | + 'donate_interface-desc' => "Pagina d'aterrissatge pels dons qu'intègra los moduls de pagament", |
| 2210 | + 'donate_interface-intro' => 'Causissètz un mejan de pagament, un montant e una devisa.', |
| 2211 | + 'donate_interface-amount' => 'Montant del don :', |
| 2212 | + 'donate_interface-other-amount' => 'Autre montant', |
| 2213 | + 'donate_interface-currency' => 'Devisa :', |
| 2214 | + 'donate_interface-gateway' => 'Mejan de pagament :', |
| 2215 | + 'donate_interface-submit-button' => 'Far un don', |
| 2216 | + 'donate_interface-comment-message' => 'Volètz transmetre una pensada al monde ? Notatz fins a 200 caractèrs çaiaprèp :', |
| 2217 | + 'donate_interface-comment-label' => 'Comentari :', |
| 2218 | + 'donate_interface-anon-message' => 'Listatz mon nom (a la seguida de mon comentari) dins la lista publica dels donators.', |
| 2219 | + 'donate_interface-email-agreement' => 'Accèpti de recebre de corrièls o letras d\'informacions de la part de Wikimedia Foundation. |
| 2220 | +Vòstras donadas seràn pas jamai vendudas o escambiadas. |
| 2221 | +Nòstra politica de respièch de la vida privada dels donators se tròba <a title="Donate/Donor Privacy" href="https://www.mediawiki.org/wiki/Donate/Donor_Privacy">aicí</a>', |
| 2222 | + 'donate_interface-comment-title' => 'Comentari public', |
| 2223 | + 'donate_interface-amount-error' => '**Picatz un montant valid**', |
| 2224 | + 'donate_interface-processing-error' => "Una error s'es producha al moment del tractament de vòstra requèsta. Cap de processor es pas disponible.", |
| 2225 | + 'donate_interface-GBP' => 'GBP : liura sterling', |
| 2226 | + 'donate_interface-EUR' => 'EUR : èuro', |
| 2227 | + 'donate_interface-USD' => 'USD : dolar american', |
| 2228 | + 'donate_interface-AUD' => 'AUD : dolar australian', |
| 2229 | + 'donate_interface-CAD' => 'CAD : dolar canadian', |
| 2230 | + 'donate_interface-CHF' => 'CHF : franc soís', |
| 2231 | + 'donate_interface-CZK' => 'CZK : corona chèca', |
| 2232 | + 'donate_interface-DKK' => 'DKK : corona danesa', |
| 2233 | + 'donate_interface-HKD' => "HKD : dolar d'Hong Kong", |
| 2234 | + 'donate_interface-HUF' => 'HUF : forint ongrés', |
| 2235 | + 'donate_interface-JPY' => 'JPY : yen japonés', |
| 2236 | + 'donate_interface-NZD' => 'NZD : dolar neozelandés', |
| 2237 | + 'donate_interface-NOK' => 'NOK : corona norvegiana', |
| 2238 | + 'donate_interface-PLN' => 'PLN : złoty polonés', |
| 2239 | + 'donate_interface-SGD' => 'SGD : dolar de Singapor', |
| 2240 | + 'donate_interface-SEK' => 'SEK : corona suedesa', |
| 2241 | + 'donate_interface-ILS' => 'ILS : shekel israelian', |
| 2242 | +); |
| 2243 | + |
| 2244 | +/** Deitsch (Deitsch) |
| 2245 | + * @author Xqt |
| 2246 | + */ |
| 2247 | +$messages['pdc'] = array( |
| 2248 | + 'donate_interface-comment-label' => 'Aamaerricking:', |
| 2249 | + 'donate_interface-GBP' => 'GBP: Britisch Pfund', |
| 2250 | + 'donate_interface-EUR' => 'EUR: Eiro', |
| 2251 | + 'donate_interface-USD' => 'USD: U.S. Dollar', |
| 2252 | + 'donate_interface-AUD' => 'AUD: Australische Dollar', |
| 2253 | + 'donate_interface-CAD' => 'CAD: Kanadische Dollar', |
| 2254 | + 'donate_interface-CHF' => 'CHF: Schweizer Franken', |
| 2255 | +); |
| 2256 | + |
| 2257 | +/** Polish (Polski) |
| 2258 | + * @author Mikołka |
| 2259 | + * @author Sp5uhe |
| 2260 | + */ |
| 2261 | +$messages['pl'] = array( |
| 2262 | + 'donate_interface' => 'Wsparcie Wikimedia', |
| 2263 | + 'donate_interface-desc' => 'Strona donacji integrująca rozszerzenia bramek', |
| 2264 | + 'donate_interface-intro' => 'Proszę wybrać sposób dokonania wpłaty, kwotę oraz walutę.', |
| 2265 | + 'donate_interface-amount' => 'Kwota darowizny', |
| 2266 | + 'donate_interface-other-amount' => 'Inna kwota', |
| 2267 | + 'donate_interface-currency' => 'Waluta', |
| 2268 | + 'donate_interface-gateway' => 'Sposób dokonania wpłaty', |
| 2269 | + 'donate_interface-submit-button' => 'Wpłacam', |
| 2270 | + 'donate_interface-comment-message' => 'Chciałbyś coś przekazać światu? Możesz tutaj wpisać do 200 znaków.', |
| 2271 | + 'donate_interface-comment-label' => 'Komentarz', |
| 2272 | + 'donate_interface-anon-message' => 'Proszę wymienić mnie (obok mój komentarz) na publicznej liście darczyńców.', |
| 2273 | + 'donate_interface-email-agreement' => 'Zgadzam się na okazjonalne otrzymywanie e‐mailem informacji o aktualnościach od Fundacji Wikimedia.', |
| 2274 | + 'donate_interface-comment-title' => 'Komentarz publiczny', |
| 2275 | + 'donate_interface-amount-error' => '**Proszę wpisać poprawną kwotę**', |
| 2276 | + 'donate_interface-processing-error' => 'Wystąpił błąd podczas wykonywania operacji. Brak dostępnego procesora.', |
| 2277 | + 'donate_interface-GBP' => 'GBP – funt brytyjski', |
| 2278 | + 'donate_interface-EUR' => 'EUR – euro', |
| 2279 | + 'donate_interface-USD' => 'USD – dolar amerykański', |
| 2280 | + 'donate_interface-AUD' => 'AUD – dolar australijski', |
| 2281 | + 'donate_interface-CAD' => 'CAD – dolar kanadyjski', |
| 2282 | + 'donate_interface-CHF' => 'CHF – frank szwajcarski', |
| 2283 | + 'donate_interface-CZK' => 'CZK – korona czeska', |
| 2284 | + 'donate_interface-DKK' => 'DKK – korona duńska', |
| 2285 | + 'donate_interface-HKD' => 'HKD – dolar Hongkongu', |
| 2286 | + 'donate_interface-HUF' => 'HUF – forint węgierski', |
| 2287 | + 'donate_interface-JPY' => 'JPY – jen japoński', |
| 2288 | + 'donate_interface-NZD' => 'NZD – dolar nowozelandzki', |
| 2289 | + 'donate_interface-NOK' => 'NOK – korona norweska', |
| 2290 | + 'donate_interface-PLN' => 'PLN – polski złoty', |
| 2291 | + 'donate_interface-SGD' => 'SGD – dolar singapurski', |
| 2292 | + 'donate_interface-SEK' => 'SEK – korona szwedzka', |
| 2293 | + 'donate_interface-ILS' => 'ILS – szekel izraelski', |
| 2294 | +); |
| 2295 | + |
| 2296 | +/** Piedmontese (Piemontèis) |
| 2297 | + * @author Borichèt |
| 2298 | + * @author Dragonòt |
| 2299 | + */ |
| 2300 | +$messages['pms'] = array( |
| 2301 | + 'donate_interface' => 'Giuté Wikimedia', |
| 2302 | + 'donate_interface-desc' => "Pàgina d'ariv ëd le donassion che a ìntegra ij mòdoj ëd pagament", |
| 2303 | + 'donate_interface-intro' => 'Për piasì sern manera ëd pagament, total, e la moneda.', |
| 2304 | + 'donate_interface-amount' => 'Total ëd la donassion:', |
| 2305 | + 'donate_interface-other-amount' => 'Àutr total', |
| 2306 | + 'donate_interface-currency' => 'Moneda:', |
| 2307 | + 'donate_interface-gateway' => 'Manera ëd pagament:', |
| 2308 | + 'donate_interface-submit-button' => 'Doné', |
| 2309 | + 'donate_interface-comment-message' => 'Has-to un pensé da condivide con ël mond? Buta fin a 200 caràter ambelessì:', |
| 2310 | + 'donate_interface-comment-label' => 'Coment:', |
| 2311 | + 'donate_interface-anon-message' => 'Për piasì buta mè nòm (daré a mè coment) an sla lista pùblica dij donator.', |
| 2312 | + 'donate_interface-email-agreement' => "I son d'acòrdi d'arsèive ocasionalment dj'agiornament via pòsta eletrònica da la Fondassion Wikimedia.", |
| 2313 | + 'donate_interface-comment-title' => 'Coment pùblich', |
| 2314 | + 'donate_interface-amount-error' => '**Për piasì anseriss un total bon**', |
| 2315 | + 'donate_interface-processing-error' => "A-i é stàje n'eror an processand toa arcesta. Pa gnun processor disponìbij.", |
| 2316 | + 'donate_interface-GBP' => 'GBP: Sterlin-e anglèise', |
| 2317 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2318 | + 'donate_interface-USD' => 'USD: Dòlar U.S.', |
| 2319 | + 'donate_interface-AUD' => 'AUD: Dòlar Australian', |
| 2320 | + 'donate_interface-CAD' => 'CAD: Dòlar Canadèis', |
| 2321 | + 'donate_interface-CHF' => 'CHF: Franch Svìsser', |
| 2322 | + 'donate_interface-CZK' => 'CZK: Coron-a Ceca', |
| 2323 | + 'donate_interface-DKK' => 'DKK: Coron-a Danèisa', |
| 2324 | + 'donate_interface-HKD' => "HKD: Dòlar d'Hong Kong", |
| 2325 | + 'donate_interface-HUF' => 'HUF: Fiorin Ungherèis', |
| 2326 | + 'donate_interface-JPY' => 'JPY: Yen Giaponèis', |
| 2327 | + 'donate_interface-NZD' => 'NZD: Dòlar Neo-Zelandèis', |
| 2328 | + 'donate_interface-NOK' => 'NOK: Coron-a Norvegèisa', |
| 2329 | + 'donate_interface-PLN' => 'PLN: Zloty Polonèis', |
| 2330 | + 'donate_interface-SGD' => 'SGD: Dòlar ëd Singapor', |
| 2331 | + 'donate_interface-SEK' => 'SEK: Coron-a Svedèisa', |
| 2332 | + 'donate_interface-ILS' => 'ILS: Shekel Israelian', |
| 2333 | +); |
| 2334 | + |
| 2335 | +/** Pashto (پښتو) |
| 2336 | + * @author Ahmed-Najib-Biabani-Ibrahimkhel |
| 2337 | + */ |
| 2338 | +$messages['ps'] = array( |
| 2339 | + 'donate_interface-currency' => 'ارز:', |
| 2340 | + 'donate_interface-submit-button' => 'بسپنه ورکول', |
| 2341 | + 'donate_interface-comment-label' => 'تبصره:', |
| 2342 | + 'donate_interface-GBP' => 'GBP: برتانيوي پاونډ', |
| 2343 | + 'donate_interface-EUR' => 'EUR: اېرو', |
| 2344 | + 'donate_interface-USD' => 'USD: امريکايي ډالر', |
| 2345 | + 'donate_interface-AUD' => 'AUD: اسټراليايي ډالر', |
| 2346 | + 'donate_interface-CAD' => 'CAD: کاناډايي ډالر', |
| 2347 | + 'donate_interface-CHF' => 'CHF: سويسي فرانک', |
| 2348 | + 'donate_interface-CZK' => 'CZK: چېکي کرون', |
| 2349 | + 'donate_interface-DKK' => 'DKK: ډېنمارکي کرون', |
| 2350 | + 'donate_interface-HKD' => 'HKD: هانګ کانګي ډالر', |
| 2351 | + 'donate_interface-HUF' => 'HUF: هنګري فورېنټ', |
| 2352 | + 'donate_interface-JPY' => 'JPY: جاپاني ين', |
| 2353 | + 'donate_interface-NZD' => 'NZD: نيوزيلانډي ډالر', |
| 2354 | + 'donate_interface-NOK' => 'NOK: نارويژي کرون', |
| 2355 | + 'donate_interface-PLN' => 'پولينډي زووتۍ', |
| 2356 | + 'donate_interface-SGD' => 'SGD: سېنګاپوري ډالر', |
| 2357 | + 'donate_interface-SEK' => 'SEK: سويډني کرون', |
| 2358 | + 'donate_interface-ILS' => 'ILS: اسراييلي شېکېل', |
| 2359 | +); |
| 2360 | + |
| 2361 | +/** Portuguese (Português) |
| 2362 | + * @author Giro720 |
| 2363 | + * @author Hamilton Abreu |
| 2364 | + * @author Malafaya |
| 2365 | + */ |
| 2366 | +$messages['pt'] = array( |
| 2367 | + 'donate_interface' => 'Apoie a Wikimedia', |
| 2368 | + 'donate_interface-desc' => "Página inicial para donativos, que integra outras extensões de várias plataformas de pagamento ''(payment gateways)''", |
| 2369 | + 'donate_interface-intro' => 'Por favor, escolha um método de pagamento, montante e moeda.', |
| 2370 | + 'donate_interface-amount' => 'Montante do donativo:', |
| 2371 | + 'donate_interface-other-amount' => 'Outro montante:', |
| 2372 | + 'donate_interface-currency' => 'Moeda:', |
| 2373 | + 'donate_interface-gateway' => 'Método de pagamento:', |
| 2374 | + 'donate_interface-submit-button' => 'Fazer donativo', |
| 2375 | + 'donate_interface-comment-message' => 'Quer partilhar um pensamento com o mundo? Coloque até 200 caracteres aqui:', |
| 2376 | + 'donate_interface-comment-label' => 'Comentário:', |
| 2377 | + 'donate_interface-anon-message' => 'Por favor, listem o meu nome (junto ao meu comentário) na lista pública de contribuidores.', |
| 2378 | + 'donate_interface-email-agreement' => 'Concordo em receber actualizações ocasionais da Wikimedia Foundation por correio electrónico.', |
| 2379 | + 'donate_interface-comment-title' => 'Comentário público', |
| 2380 | + 'donate_interface-amount-error' => '**Por favor, insira um montante válido**', |
| 2381 | + 'donate_interface-processing-error' => 'Ocorreu um erro no processamento do seu pedido. |
| 2382 | +Nenhuma das plataformas está disponível.', |
| 2383 | + 'donate_interface-GBP' => 'GBP: Libra Esterlina', |
| 2384 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2385 | + 'donate_interface-USD' => 'USD: Dólar dos E.U.A.', |
| 2386 | + 'donate_interface-AUD' => 'AUD: Dólar Australiano', |
| 2387 | + 'donate_interface-CAD' => 'CAD: Dólar Canadiano', |
| 2388 | + 'donate_interface-CHF' => 'CHF: Franco Suíço', |
| 2389 | + 'donate_interface-CZK' => 'CZK: Coroa Checa', |
| 2390 | + 'donate_interface-DKK' => 'DKK: Coroa Dinamarquesa', |
| 2391 | + 'donate_interface-HKD' => 'HKD: Dólar de Hong-Kong', |
| 2392 | + 'donate_interface-HUF' => 'HUF: Forint (Hungria)', |
| 2393 | + 'donate_interface-JPY' => 'JPY: Iene (Japão)', |
| 2394 | + 'donate_interface-NZD' => 'NZD: Dólar Neo-Zelandês', |
| 2395 | + 'donate_interface-NOK' => 'NOK: Coroa Norueguesa', |
| 2396 | + 'donate_interface-PLN' => 'PLN: Zloty (Polónia)', |
| 2397 | + 'donate_interface-SGD' => 'SGD: Dólar de Singapura', |
| 2398 | + 'donate_interface-SEK' => 'SEK: Coroa Sueca', |
| 2399 | + 'donate_interface-ILS' => 'ILS: Shekel (Israel)', |
| 2400 | +); |
| 2401 | + |
| 2402 | +/** Brazilian Portuguese (Português do Brasil) |
| 2403 | + * @author 555 |
| 2404 | + * @author Giro720 |
| 2405 | + * @author Luckas Blade |
| 2406 | + */ |
| 2407 | +$messages['pt-br'] = array( |
| 2408 | + 'donate_interface' => 'Ajude a Wikimedia', |
| 2409 | + 'donate_interface-desc' => "Página inicial para donativos que integra outras extensões de várias plataformas de pagamento ''(payment gateways)''", |
| 2410 | + 'donate_interface-intro' => 'Por favor, escolha um método de pagamento, montante e moeda.', |
| 2411 | + 'donate_interface-amount' => 'Montante do donativo:', |
| 2412 | + 'donate_interface-other-amount' => 'Outro montante:', |
| 2413 | + 'donate_interface-currency' => 'Moeda:', |
| 2414 | + 'donate_interface-gateway' => 'Método de pagamento:', |
| 2415 | + 'donate_interface-submit-button' => 'Fazer uma doação', |
| 2416 | + 'donate_interface-comment-message' => 'Quer compartilhar um pensamento com o mundo? Coloque até 200 caracteres aqui:', |
| 2417 | + 'donate_interface-comment-label' => 'Comentário:', |
| 2418 | + 'donate_interface-anon-message' => 'Por favor, listem o meu nome (junto ao meu comentário) na lista pública de contribuidores.', |
| 2419 | + 'donate_interface-email-agreement' => 'Concordo em receber atualizações esporádicas da Wikimedia Foundation por e-mail.', |
| 2420 | + 'donate_interface-comment-title' => 'Comentário público', |
| 2421 | + 'donate_interface-amount-error' => '**Por favor, insira um montante válido**', |
| 2422 | + 'donate_interface-processing-error' => 'Ocorreu um erro no processamento do seu pedido. |
| 2423 | +Nenhuma das plataformas está disponível.', |
| 2424 | + 'donate_interface-GBP' => 'GBP: Libra esterlina', |
| 2425 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2426 | + 'donate_interface-USD' => 'USD: Dólar americano', |
| 2427 | + 'donate_interface-AUD' => 'AUD: Dólar australiano', |
| 2428 | + 'donate_interface-CAD' => 'CAD: Dólar canadense', |
| 2429 | + 'donate_interface-CHF' => 'CHF: Franco suíço', |
| 2430 | + 'donate_interface-CZK' => 'CZK: Coroa checa', |
| 2431 | + 'donate_interface-DKK' => 'DKK: Coroa dinamarquesa', |
| 2432 | + 'donate_interface-HKD' => 'HKD: Dólar de Hong-Kong', |
| 2433 | + 'donate_interface-HUF' => 'HUF: Forint (Hungria)', |
| 2434 | + 'donate_interface-JPY' => 'JPY: Iene (Japão)', |
| 2435 | + 'donate_interface-NZD' => 'NZD: Dólar neo-zelandês', |
| 2436 | + 'donate_interface-NOK' => 'NOK: Coroa norueguesa', |
| 2437 | + 'donate_interface-PLN' => 'PLN: Zloty (Polônia)', |
| 2438 | + 'donate_interface-SGD' => 'SGD: Dólar de Singapura', |
| 2439 | + 'donate_interface-SEK' => 'SEK: Coroa sueca', |
| 2440 | + 'donate_interface-ILS' => 'ILS: Shekel (Israel)', |
| 2441 | +); |
| 2442 | + |
| 2443 | +/** Quechua (Runa Simi) |
| 2444 | + * @author AlimanRuna |
| 2445 | + */ |
| 2446 | +$messages['qu'] = array( |
| 2447 | + 'donate_interface' => 'Wikimediata yanapay', |
| 2448 | + 'donate_interface-amount' => "Hayk'a qarana:", |
| 2449 | + 'donate_interface-other-amount' => 'Wakin chhika', |
| 2450 | + 'donate_interface-currency' => 'Kañina:', |
| 2451 | + 'donate_interface-submit-button' => 'Qarana', |
| 2452 | +); |
| 2453 | + |
| 2454 | +/** Romanian (Română) |
| 2455 | + * @author AdiJapan |
| 2456 | + * @author Firilacroco |
| 2457 | + * @author Minisarm |
| 2458 | + * @author Stelistcristi |
| 2459 | + */ |
| 2460 | +$messages['ro'] = array( |
| 2461 | + 'donate_interface' => 'Sprijiniți Wikimedia', |
| 2462 | + 'donate_interface-desc' => 'Pagină de destinație pentru donații, cu module de plată', |
| 2463 | + 'donate_interface-intro' => 'Vă rugăm să alegeți modul de plată, valoarea și moneda.', |
| 2464 | + 'donate_interface-amount' => 'Suma donată:', |
| 2465 | + 'donate_interface-other-amount' => 'Altă sumă', |
| 2466 | + 'donate_interface-currency' => 'Monedă:', |
| 2467 | + 'donate_interface-gateway' => 'Modalitate de plată:', |
| 2468 | + 'donate_interface-submit-button' => 'Donați', |
| 2469 | + 'donate_interface-comment-message' => 'Vreți să le transmiteți un gînd tuturor? Scrieți aici pînă la 200 de caractere:', |
| 2470 | + 'donate_interface-comment-label' => 'Comentariu:', |
| 2471 | + 'donate_interface-anon-message' => 'Doresc să-mi apară numele (după comentariu) în lista publică a donatorilor.', |
| 2472 | + 'donate_interface-email-agreement' => 'Accept să primesc în viitor anunțuri de la Fundația Wikimedia prin intermediul poștei electronice.', |
| 2473 | + 'donate_interface-comment-title' => 'Comentariu public', |
| 2474 | + 'donate_interface-amount-error' => '**Vă rugăm să introduceți o sumă validă**', |
| 2475 | + 'donate_interface-processing-error' => 'S-a produs o eroare în timpul prelucrării cererii dumneavoastră. |
| 2476 | +Niciun procesor nu este disponibil.', |
| 2477 | + 'donate_interface-GBP' => 'GBP: Liră sterlină', |
| 2478 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2479 | + 'donate_interface-USD' => 'USD: Dolar american', |
| 2480 | + 'donate_interface-AUD' => 'AUD: Dolar australian', |
| 2481 | + 'donate_interface-CAD' => 'CAD: Dolar canadian', |
| 2482 | + 'donate_interface-CHF' => 'CHF: Franc elvețian', |
| 2483 | + 'donate_interface-CZK' => 'CZK: Coroană cehă', |
| 2484 | + 'donate_interface-DKK' => 'DKK: Coroană daneză', |
| 2485 | + 'donate_interface-HKD' => 'HKD: Dolar din Hong-Kong', |
| 2486 | + 'donate_interface-HUF' => 'HUF: Forint maghiar', |
| 2487 | + 'donate_interface-JPY' => 'JPY: Yen japonez', |
| 2488 | + 'donate_interface-NZD' => 'NZD: Dolar neozeelandez', |
| 2489 | + 'donate_interface-NOK' => 'NOK: Coroană norvegiană', |
| 2490 | + 'donate_interface-PLN' => 'PLN: Zlot polonez', |
| 2491 | + 'donate_interface-SGD' => 'SGD: Dolar singaporez', |
| 2492 | + 'donate_interface-SEK' => 'SEK: Coroană suedeză', |
| 2493 | + 'donate_interface-ILS' => 'ILS: Shekel israelian', |
| 2494 | +); |
| 2495 | + |
| 2496 | +/** Tarandíne (Tarandíne) |
| 2497 | + * @author Joetaras |
| 2498 | + */ |
| 2499 | +$messages['roa-tara'] = array( |
| 2500 | + 'donate_interface' => 'Sostiene UicchiMedia', |
| 2501 | + 'donate_interface-desc' => "Pàgene de destinazione d'a dunazzione ca integre le estenziune d'u gateway", |
| 2502 | + 'donate_interface-intro' => "Pe piacere scacchie 'nu metode de paiamende, 'mborte e valute.", |
| 2503 | + 'donate_interface-amount' => "'Mborte d'a donazzione:", |
| 2504 | + 'donate_interface-other-amount' => "Otre 'mborte", |
| 2505 | + 'donate_interface-currency' => 'Valute', |
| 2506 | + 'donate_interface-gateway' => 'Metode de paiamende:', |
| 2507 | + 'donate_interface-submit-button' => 'Dduène', |
| 2508 | + 'donate_interface-comment-message' => "Tìne 'nu penziere ca vuè ccu condivide cu 'u munne? Sckaffe aqquà 'mbonde a 200 carattere:", |
| 2509 | + 'donate_interface-comment-label' => 'Coomende:', |
| 2510 | + 'donate_interface-anon-message' => "Pe piacere elenghe 'u nome mije (successive a 'u commende) sus a l'elenghe pubbleche de le donature.", |
| 2511 | + 'donate_interface-email-agreement' => "So d'accorde de ricevere ogne ttande le email de le aggiornaminde da Wikimedia Foundation.", |
| 2512 | + 'donate_interface-comment-title' => 'Commende pubbleche', |
| 2513 | + 'donate_interface-amount-error' => "**Pe piacere mitte 'n'imborte valide**", |
| 2514 | + 'donate_interface-processing-error' => "Ha state 'n'errore duranne l'elabborazione d'a richiesta toje. |
| 2515 | +Nisciune processore jè disponibbele.", |
| 2516 | + 'donate_interface-GBP' => "GBP: Sterline 'nglese", |
| 2517 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2518 | + 'donate_interface-USD' => 'USD: Dollaro americane', |
| 2519 | + 'donate_interface-AUD' => 'AUD: Dollaro australiane', |
| 2520 | + 'donate_interface-CAD' => 'CAD: Dollaro canadese', |
| 2521 | + 'donate_interface-CHF' => 'CHF: Franghe svizzere', |
| 2522 | + 'donate_interface-CZK' => 'CZK: Corone ceche', |
| 2523 | + 'donate_interface-DKK' => 'DKK: Corone danese', |
| 2524 | + 'donate_interface-HKD' => 'HKD: Dollaro de Hong Kong', |
| 2525 | + 'donate_interface-HUF' => 'HUF: Fiorine ungherese', |
| 2526 | + 'donate_interface-JPY' => 'JPY: Yen giapponese', |
| 2527 | + 'donate_interface-NZD' => 'NZD: Dollaro neo zelandese', |
| 2528 | + 'donate_interface-NOK' => 'NOK: Corone norveggese', |
| 2529 | + 'donate_interface-PLN' => 'PLN: Zloty pulacche', |
| 2530 | + 'donate_interface-SGD' => 'SGD: Dollaro de Singapore', |
| 2531 | + 'donate_interface-SEK' => 'SEK: Corone svedese', |
| 2532 | + 'donate_interface-ILS' => 'ILS: Shekel isdraegliane', |
| 2533 | +); |
| 2534 | + |
| 2535 | +/** Russian (Русский) |
| 2536 | + * @author Kaganer |
| 2537 | + * @author Prima klasy4na |
| 2538 | + * @author Александр Сигачёв |
| 2539 | + */ |
| 2540 | +$messages['ru'] = array( |
| 2541 | + 'donate_interface' => 'Поддержим Фонд Викимедиа!', |
| 2542 | + 'donate_interface-desc' => 'Страница сбора пожертвований, интегрирующая расширения-шлюзы', |
| 2543 | + 'donate_interface-intro' => 'Пожалуйста, выберите способ оплаты, сумму и валюту.', |
| 2544 | + 'donate_interface-amount' => 'Сумма пожертвования:', |
| 2545 | + 'donate_interface-other-amount' => 'Другая сумма', |
| 2546 | + 'donate_interface-currency' => 'Валюта:', |
| 2547 | + 'donate_interface-gateway' => 'Способ оплаты:', |
| 2548 | + 'donate_interface-submit-button' => 'Пожертвовать', |
| 2549 | + 'donate_interface-comment-message' => 'Есть что высказать? Здесь можно оставить сообщение до 200 символов:', |
| 2550 | + 'donate_interface-comment-label' => 'Комментарий:', |
| 2551 | + 'donate_interface-anon-message' => 'Пожалуйста, укажите моё имя (рядом с моим комментарием) в общедоступном списке жертвователей.', |
| 2552 | + 'donate_interface-email-agreement' => 'Я согласен периодически получать по эл. почте новости от Фонда Викимедиа.', |
| 2553 | + 'donate_interface-comment-title' => 'Общедоступный комментарий', |
| 2554 | + 'donate_interface-amount-error' => '** Пожалуйста, введите корректную сумму **', |
| 2555 | + 'donate_interface-processing-error' => 'При обработке вашего запроса возникла ошибка. Нет доступных процессоров.', |
| 2556 | + 'donate_interface-GBP' => 'GBP: британский фунт стерлингов', |
| 2557 | + 'donate_interface-EUR' => 'EUR: евро', |
| 2558 | + 'donate_interface-USD' => 'USD: доллар США', |
| 2559 | + 'donate_interface-AUD' => 'AUD: австралийский доллар', |
| 2560 | + 'donate_interface-CAD' => 'CAD: канадский доллар', |
| 2561 | + 'donate_interface-CHF' => 'CHF: швейцарский франк', |
| 2562 | + 'donate_interface-CZK' => 'CZK: чешская крона', |
| 2563 | + 'donate_interface-DKK' => 'DKK: датская крона', |
| 2564 | + 'donate_interface-HKD' => 'HKD: гонконгский доллар', |
| 2565 | + 'donate_interface-HUF' => 'HUF: венгерский форинт', |
| 2566 | + 'donate_interface-JPY' => 'JPY: японская йена', |
| 2567 | + 'donate_interface-NZD' => 'NZD: новозеландский доллар', |
| 2568 | + 'donate_interface-NOK' => 'NOK: норвежская крона', |
| 2569 | + 'donate_interface-PLN' => 'PLN: польский злотый', |
| 2570 | + 'donate_interface-SGD' => 'SGD: сингапурский доллар', |
| 2571 | + 'donate_interface-SEK' => 'SEK: шведская крона', |
| 2572 | + 'donate_interface-ILS' => 'ILS: израильский шекель', |
| 2573 | +); |
| 2574 | + |
| 2575 | +/** Rusyn (Русиньскый) |
| 2576 | + * @author Gazeb |
| 2577 | + */ |
| 2578 | +$messages['rue'] = array( |
| 2579 | + 'donate_interface' => 'Підпора фонду Вікімедія', |
| 2580 | + 'donate_interface-desc' => 'Цїлёва сторінка про приспівателїв, зєдночуюча інтерфейс ку платобным картам', |
| 2581 | + 'donate_interface-intro' => 'Звольте собі способ плачіня, суму і валуту.', |
| 2582 | + 'donate_interface-amount' => 'Сума приспевку:', |
| 2583 | + 'donate_interface-other-amount' => 'Інша сума', |
| 2584 | + 'donate_interface-currency' => 'Валута', |
| 2585 | + 'donate_interface-gateway' => 'Способ платбы:', |
| 2586 | + 'donate_interface-submit-button' => 'Пожертвовати', |
| 2587 | + 'donate_interface-comment-message' => 'Хочете ся подїлити о даяку ідею зо світом? Напиште гев до 200 сімболів:', |
| 2588 | + 'donate_interface-comment-label' => 'Коментарь:', |
| 2589 | + 'donate_interface-anon-message' => 'Зазначте моє імя (вєдно з моїм коментарём) на публічнім списку донорів.', |
| 2590 | + 'donate_interface-email-agreement' => 'Я згоден даколи обтримати новинкы з Фонду Вікімедія', |
| 2591 | + 'donate_interface-comment-title' => 'Публічный коментарь', |
| 2592 | + 'donate_interface-amount-error' => '**Просиме, задайте правилну суму**', |
| 2593 | + 'donate_interface-processing-error' => 'Почас спрацованя вашого приспевку дішло ку хыбі. |
| 2594 | +Не є доступный жаден платобный процесор.', |
| 2595 | + 'donate_interface-GBP' => 'GBP: Брітаньска лібра', |
| 2596 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 2597 | + 'donate_interface-USD' => 'USD: долар США', |
| 2598 | + 'donate_interface-AUD' => 'AUD: австральскый долар', |
| 2599 | + 'donate_interface-CAD' => 'CAD: канадьскый долар', |
| 2600 | + 'donate_interface-CHF' => 'CHF: швейцарськый франк', |
| 2601 | + 'donate_interface-CZK' => 'CZK: чеська коруна', |
| 2602 | + 'donate_interface-DKK' => 'DKK: даньска коруна', |
| 2603 | + 'donate_interface-HKD' => 'HKD: гонконґскый долар', |
| 2604 | + 'donate_interface-HUF' => 'HUF: мадярьскый форінт', |
| 2605 | + 'donate_interface-JPY' => 'JPY: японьска єна', |
| 2606 | + 'donate_interface-NZD' => 'NZD: новозеландьскый долар', |
| 2607 | + 'donate_interface-NOK' => 'NOK: норвезька коруна', |
| 2608 | + 'donate_interface-PLN' => 'PLN: польскый злотый', |
| 2609 | + 'donate_interface-SGD' => 'SGD: сінґапурьскый долар', |
| 2610 | + 'donate_interface-SEK' => 'SEC: шведьска коруна', |
| 2611 | + 'donate_interface-ILS' => 'ILS: ізраільскый шекель', |
| 2612 | +); |
| 2613 | + |
| 2614 | +/** Sakha (Саха тыла) |
| 2615 | + * @author HalanTul |
| 2616 | + */ |
| 2617 | +$messages['sah'] = array( |
| 2618 | + 'donate_interface' => 'Викимедианы өйүөххэйиҥ!', |
| 2619 | + 'donate_interface-desc' => 'Араас ньыманнан сиэртибэлээһини холбуу көрдөрөр сирэй', |
| 2620 | + 'donate_interface-intro' => 'Бука диэн, төлөбүр ньыматын, суумматын уонна валютатын тал.', |
| 2621 | + 'donate_interface-amount' => 'Сиэртиэбэ сууммата:', |
| 2622 | + 'donate_interface-other-amount' => 'Атын суумма', |
| 2623 | + 'donate_interface-currency' => 'Валютата:', |
| 2624 | + 'donate_interface-gateway' => 'Төлөбүр көрүҥэ:', |
| 2625 | + 'donate_interface-submit-button' => 'Сиэртибэлииргэ', |
| 2626 | + 'donate_interface-comment-message' => 'Тугу эрэ этээри гынаҕын дуо? 200 бэлиэҕэ дылы сурук хаалларыаххын сөп:', |
| 2627 | + 'donate_interface-comment-label' => 'Хос быһаарыы:', |
| 2628 | + 'donate_interface-anon-message' => 'Мин ааппын дьон көрөр сиэртибэһиттэр тиһиктэригэр киллэриҥ (хос быһаарыым аттыгар).', |
| 2629 | + 'donate_interface-email-agreement' => 'Викимедиа пуондатыттан сонуннары э-почтанан тутарга сөбүлэһэбин.', |
| 2630 | + 'donate_interface-comment-title' => 'Дьоҥҥо көстөр хос быһаарыы', |
| 2631 | + 'donate_interface-amount-error' => '** Бука диэн, сатанар суумманы киллэр **', |
| 2632 | + 'donate_interface-processing-error' => 'Эн көрдөбүлгэр хоруйдуурга алҕас таҕыста. |
| 2633 | +Иллэҥ процессордар суохтар.', |
| 2634 | + 'donate_interface-GBP' => 'GBP: Британия стерлинин фунта', |
| 2635 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 2636 | + 'donate_interface-USD' => 'USD: АХШ дуоллара', |
| 2637 | + 'donate_interface-AUD' => 'AUD: Австралия дуоллара', |
| 2638 | + 'donate_interface-CAD' => 'CAD: Канаада дуоллара', |
| 2639 | + 'donate_interface-CHF' => 'CHF: Швейцария франката', |
| 2640 | + 'donate_interface-CZK' => 'CZK: Чехия кроната', |
| 2641 | + 'donate_interface-DKK' => 'DKK: Дания кроната', |
| 2642 | + 'donate_interface-HKD' => 'HKD: Гоҥкуон дуоллара', |
| 2643 | + 'donate_interface-HUF' => 'HUF: Венгрия форинта', |
| 2644 | + 'donate_interface-JPY' => 'JPY: Дьоппуон йената', |
| 2645 | + 'donate_interface-NZD' => 'NZD: новозеландскай дуоллар', |
| 2646 | + 'donate_interface-NOK' => 'NOK: Норвегия кроната', |
| 2647 | + 'donate_interface-PLN' => 'PLN: Польша злотайа', |
| 2648 | + 'donate_interface-SGD' => 'SGD: Сингапур дуоллара', |
| 2649 | + 'donate_interface-SEK' => 'SEK: Швеция кроната', |
| 2650 | + 'donate_interface-ILS' => 'ILS: Израиль шекелэ', |
| 2651 | +); |
| 2652 | + |
| 2653 | +/** Sinhala (සිංහල) |
| 2654 | + * @author චතුනි අලහප්පෙරුම |
| 2655 | + * @author පසිඳු කාවින්ද |
| 2656 | + */ |
| 2657 | +$messages['si'] = array( |
| 2658 | + 'donate_interface' => 'විකිමාධ්යට සහය දක්වන්න', |
| 2659 | + 'donate_interface-other-amount' => 'වෙනත් වටිනාකම්', |
| 2660 | + 'donate_interface-currency' => 'ව්යවහාර මුදල:', |
| 2661 | + 'donate_interface-gateway' => 'ගෙවීමේ ක්රමය:', |
| 2662 | + 'donate_interface-submit-button' => 'පරිත්යාග කරන්න', |
| 2663 | + 'donate_interface-comment-label' => 'පරිකථනය:', |
| 2664 | + 'donate_interface-comment-title' => 'පොදු විවේචන', |
| 2665 | + 'donate_interface-GBP' => 'මබ්රිප: බ්රිතාන්ය පවුම්', |
| 2666 | + 'donate_interface-EUR' => 'යුරෝ: යුරෝ', |
| 2667 | + 'donate_interface-USD' => 'ඇඩො: එ.ජ. ඩොලර්', |
| 2668 | + 'donate_interface-AUD' => 'ඔඩො: ඕස්ට්රේලියානු ඩොලර්', |
| 2669 | + 'donate_interface-CAD' => 'කැඩො: කැනේඩියානු ඩොලර්', |
| 2670 | + 'donate_interface-CHF' => 'ස්ෆ්රෑ: ස්විස් ෆ්රෑන්ක්', |
| 2671 | + 'donate_interface-CZK' => 'චෙකො: චෙක් කොරුනා', |
| 2672 | + 'donate_interface-DKK' => 'ඩෙකො: ඩෙන්මාර්ක කොරුනා', |
| 2673 | + 'donate_interface-HKD' => 'හොංකොංඩො: හොංකොං ඩොලර්', |
| 2674 | + 'donate_interface-HUF' => 'හෆො: හන්ගේරියානු ෆොරින්ට්', |
| 2675 | + 'donate_interface-JPY' => 'ජයෙ: ජපාන යෙන්', |
| 2676 | + 'donate_interface-NZD' => 'නසීඩො: නවසීලන්ත ඩොලර්', |
| 2677 | + 'donate_interface-NOK' => 'නෝක්රෝ: නෝවීජියානු ක්රෝන', |
| 2678 | + 'donate_interface-PLN' => 'පෝස්: පෝලන්ත ස්ලොටි', |
| 2679 | + 'donate_interface-SGD' => 'සිංඩො: සිංගප්පූරු ඩොලර්', |
| 2680 | + 'donate_interface-SEK' => 'ස්වීක්රො: ස්වීඩන ක්රෝන', |
| 2681 | + 'donate_interface-ILS' => 'ඊශ්රාෂෙ: ඊශ්රායෙල ෂෙකෙල්', |
| 2682 | +); |
| 2683 | + |
| 2684 | +/** Slovak (Slovenčina) |
| 2685 | + * @author Helix84 |
| 2686 | + * @author Jkjk |
| 2687 | + */ |
| 2688 | +$messages['sk'] = array( |
| 2689 | + 'donate_interface' => 'Podporte nadáciu Wikimedia', |
| 2690 | + 'donate_interface-desc' => 'Vstupná stránka darov, ktorá integruje rozšírenia brány', |
| 2691 | + 'donate_interface-intro' => 'Prosím, zvoľte spôsob platby, čiastku a menu.', |
| 2692 | + 'donate_interface-amount' => 'Čiastka daru:', |
| 2693 | + 'donate_interface-other-amount' => 'Iná čiastka', |
| 2694 | + 'donate_interface-currency' => 'Mena:', |
| 2695 | + 'donate_interface-gateway' => 'Spôsob platby:', |
| 2696 | + 'donate_interface-submit-button' => 'Darovať', |
| 2697 | + 'donate_interface-comment-message' => 'Máte myšlienku o ktorú sa chcete podeliť so svetom? Napíšte ju sem do 200 znakov:', |
| 2698 | + 'donate_interface-comment-label' => 'Komentár:', |
| 2699 | + 'donate_interface-anon-message' => 'Prosím, uveďte moje meno (vedľa môjho komentára) vo verejnom zozname darcov.', |
| 2700 | + 'donate_interface-email-agreement' => 'Súhlasím so zasielaním príležitostných noviniek emailom týkajúcich sa Wikimedia Foundation.', |
| 2701 | + 'donate_interface-comment-title' => 'Verejný komentár', |
| 2702 | + 'donate_interface-amount-error' => '**Prosím, zadajte platnú čiastku**', |
| 2703 | + 'donate_interface-processing-error' => 'Došlo k chybe pri spracovaní vašej požiadavky. |
| 2704 | +Žiadne procesory sú k dispozícii.', |
| 2705 | + 'donate_interface-GBP' => 'GBP: britská libra', |
| 2706 | + 'donate_interface-EUR' => 'EUR: euro', |
| 2707 | + 'donate_interface-USD' => 'USD: americký dolár', |
| 2708 | + 'donate_interface-AUD' => 'AUD: austrálsky dolár', |
| 2709 | + 'donate_interface-CAD' => 'CAD: kanadský dolár', |
| 2710 | + 'donate_interface-CHF' => 'CHF: švajčiarsky frank', |
| 2711 | + 'donate_interface-CZK' => 'CZK: česká koruna', |
| 2712 | + 'donate_interface-DKK' => 'DKK: dánska koruna', |
| 2713 | + 'donate_interface-HKD' => 'HKD: Hongkongský dolár', |
| 2714 | + 'donate_interface-HUF' => 'HUF: maďarský forint', |
| 2715 | + 'donate_interface-JPY' => 'JPY: japonský jen', |
| 2716 | + 'donate_interface-NZD' => 'NZD: novozélandský dolár', |
| 2717 | + 'donate_interface-NOK' => 'NOK: nórska koruna', |
| 2718 | + 'donate_interface-PLN' => 'PLN: poľský zlotý', |
| 2719 | + 'donate_interface-SGD' => 'SGD: singapurský dolár', |
| 2720 | + 'donate_interface-SEK' => 'SEK: švédska koruna', |
| 2721 | + 'donate_interface-ILS' => 'ILS: izraelský šekel', |
| 2722 | +); |
| 2723 | + |
| 2724 | +/** Slovenian (Slovenščina) |
| 2725 | + * @author Dbc334 |
| 2726 | + */ |
| 2727 | +$messages['sl'] = array( |
| 2728 | + 'donate_interface' => 'Podprite Wikimedijo', |
| 2729 | + 'donate_interface-desc' => 'Ciljna donatorska stran, ki združuje prehodne razširitve', |
| 2730 | + 'donate_interface-intro' => 'Prosimo, izberite način plačila, znesek in valuto.', |
| 2731 | + 'donate_interface-amount' => 'Znesek prispevka:', |
| 2732 | + 'donate_interface-other-amount' => 'Drug znesek', |
| 2733 | + 'donate_interface-currency' => 'Valuta:', |
| 2734 | + 'donate_interface-gateway' => 'Način plačila:', |
| 2735 | + 'donate_interface-submit-button' => 'Prispevaj', |
| 2736 | + 'donate_interface-comment-message' => 'Imate misel, ki jo želite deliti s svetom? Tukaj vnesite do 200 znakov:', |
| 2737 | + 'donate_interface-comment-label' => 'Pripomba:', |
| 2738 | + 'donate_interface-anon-message' => 'Prosimo, navedite moje ime (ob moji pripombi) na javnem seznamu donatorjev.', |
| 2739 | + 'donate_interface-email-agreement' => 'Strinjam se s prejemanjem občasnih e-poštnih glasil Fundacije Wikimedia.', |
| 2740 | + 'donate_interface-comment-title' => 'Javna pripomba', |
| 2741 | + 'donate_interface-amount-error' => '**Prosimo, vnesite veljaven znesek**', |
| 2742 | + 'donate_interface-processing-error' => 'Prišlo je do napake pri obdelavi vaše zahteve. |
| 2743 | +Na voljo ni nobenega obdelovalca.', |
| 2744 | + 'donate_interface-GBP' => 'GBP: britanski funt', |
| 2745 | + 'donate_interface-EUR' => 'EUR: evro', |
| 2746 | + 'donate_interface-USD' => 'USD: ameriški dolar', |
| 2747 | + 'donate_interface-AUD' => 'AUD: avstralski dolar', |
| 2748 | + 'donate_interface-CAD' => 'CAD: kanadski dolar', |
| 2749 | + 'donate_interface-CHF' => 'CHF: švicarski frank', |
| 2750 | + 'donate_interface-CZK' => 'CZK: češka krona', |
| 2751 | + 'donate_interface-DKK' => 'DKK: danska krona', |
| 2752 | + 'donate_interface-HKD' => 'HKD: hongkonški dolar', |
| 2753 | + 'donate_interface-HUF' => 'HUF: madžarski forint', |
| 2754 | + 'donate_interface-JPY' => 'JPY: japonski jen', |
| 2755 | + 'donate_interface-NZD' => 'NZD: novozelandski dolar', |
| 2756 | + 'donate_interface-NOK' => 'NOK: norveška krona', |
| 2757 | + 'donate_interface-PLN' => 'PLN: poljski zlot', |
| 2758 | + 'donate_interface-SGD' => 'SGD: singapurski dolar', |
| 2759 | + 'donate_interface-SEK' => 'SEK: švedska krona', |
| 2760 | + 'donate_interface-ILS' => 'ILS: izraelski šekel', |
| 2761 | +); |
| 2762 | + |
| 2763 | +/** Serbian (Cyrillic script) (Српски (ћирилица)) |
| 2764 | + * @author Rancher |
| 2765 | + * @author Михајло Анђелковић |
| 2766 | + */ |
| 2767 | +$messages['sr-ec'] = array( |
| 2768 | + 'donate_interface' => 'Подржите Викимедију', |
| 2769 | + 'donate_interface-intro' => 'Изаберите начин плаћања, износ и валуту.', |
| 2770 | + 'donate_interface-amount' => 'Износ прилога:', |
| 2771 | + 'donate_interface-other-amount' => 'Други износ', |
| 2772 | + 'donate_interface-currency' => 'Валута:', |
| 2773 | + 'donate_interface-gateway' => 'Начин плаћања:', |
| 2774 | + 'donate_interface-submit-button' => 'Приложи', |
| 2775 | + 'donate_interface-comment-label' => 'Коментар:', |
| 2776 | + 'donate_interface-comment-title' => 'Јавни коментар', |
| 2777 | + 'donate_interface-amount-error' => '**Унесите исправан износ**', |
| 2778 | + 'donate_interface-GBP' => 'GBP: британска фунта', |
| 2779 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 2780 | + 'donate_interface-USD' => 'USD: Амерички долар', |
| 2781 | + 'donate_interface-AUD' => 'AUD: Аустралијски долар', |
| 2782 | + 'donate_interface-CAD' => 'CAD: Канадски долар', |
| 2783 | + 'donate_interface-CHF' => 'CHF: швајцарски франак', |
| 2784 | + 'donate_interface-CZK' => 'CZK: чешка круна', |
| 2785 | + 'donate_interface-DKK' => 'DKK: данска круна', |
| 2786 | + 'donate_interface-HKD' => 'HKD: хонгконшки долар', |
| 2787 | + 'donate_interface-HUF' => 'HUF: мађарска форинта', |
| 2788 | + 'donate_interface-JPY' => 'JPY: Јапански јен', |
| 2789 | + 'donate_interface-NZD' => 'NZD: новозеландски долар', |
| 2790 | + 'donate_interface-NOK' => 'NOK: норвешка круна', |
| 2791 | + 'donate_interface-PLN' => 'PLN: пољска злота', |
| 2792 | + 'donate_interface-SGD' => 'SGD: сигнапурски долар', |
| 2793 | + 'donate_interface-SEK' => 'SEK: шведска круна', |
| 2794 | + 'donate_interface-ILS' => 'ILS: израелски шекел', |
| 2795 | +); |
| 2796 | + |
| 2797 | +/** Serbian Latin ekavian (Srpski (latinica)) */ |
| 2798 | +$messages['sr-el'] = array( |
| 2799 | + 'donate_interface-EUR' => 'EUR: Evro', |
| 2800 | + 'donate_interface-USD' => 'USD: Američki dolar', |
| 2801 | + 'donate_interface-AUD' => 'AUD: Australijski dolar', |
| 2802 | + 'donate_interface-CAD' => 'CAD: Kanadski dolar', |
| 2803 | + 'donate_interface-JPY' => 'JPY: Japanski jen', |
| 2804 | +); |
| 2805 | + |
| 2806 | +/** Swedish (Svenska) |
| 2807 | + * @author Ainali |
| 2808 | + * @author Boivie |
| 2809 | + * @author WikiPhoenix |
| 2810 | + */ |
| 2811 | +$messages['sv'] = array( |
| 2812 | + 'donate_interface' => 'Stöd Wikimedia', |
| 2813 | + 'donate_interface-desc' => 'Donationsmålsida som integrerar gateway förlängningar', |
| 2814 | + 'donate_interface-intro' => 'Välj en betalningsmetod, belopp och valuta.', |
| 2815 | + 'donate_interface-amount' => 'Gåvobelopp:', |
| 2816 | + 'donate_interface-other-amount' => 'Annat belopp', |
| 2817 | + 'donate_interface-currency' => 'Valuta:', |
| 2818 | + 'donate_interface-gateway' => 'Betalningsmetod:', |
| 2819 | + 'donate_interface-submit-button' => 'Ge', |
| 2820 | + 'donate_interface-comment-message' => 'Har du en tanke att dela med världen? Skriv upp till 200 tecken här:', |
| 2821 | + 'donate_interface-comment-label' => 'Kommentar:', |
| 2822 | + 'donate_interface-anon-message' => 'Visa mitt namn (bredvid min kommentar) på den offentliga givarlistan.', |
| 2823 | + 'donate_interface-email-agreement' => 'Jag accepterar att ta emot enstaka uppdateringar från Wikimedia Foundation via e-post.', |
| 2824 | + 'donate_interface-comment-title' => 'Offentlig kommentar', |
| 2825 | + 'donate_interface-amount-error' => '**Ange ett giltigt belopp**', |
| 2826 | + 'donate_interface-processing-error' => 'Det uppstod ett fel när din begäran behandlades. |
| 2827 | +Inga processorer finns tillgängliga.', |
| 2828 | + 'donate_interface-GBP' => 'GBP: Brittiska pund', |
| 2829 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2830 | + 'donate_interface-USD' => 'USD: USA-dollar', |
| 2831 | + 'donate_interface-AUD' => 'AUD: Australiska dollar', |
| 2832 | + 'donate_interface-CAD' => 'CAD: Canadensiska dollar', |
| 2833 | + 'donate_interface-CHF' => 'CHF: Schweiziska franc', |
| 2834 | + 'donate_interface-CZK' => 'CZK: Tjeckiska koruna', |
| 2835 | + 'donate_interface-DKK' => 'DKK: Danska kronor', |
| 2836 | + 'donate_interface-HKD' => 'HKD: Hongkongdollar', |
| 2837 | + 'donate_interface-HUF' => 'HUF: Ungerska forint', |
| 2838 | + 'donate_interface-JPY' => 'JPY: Japanska yen', |
| 2839 | + 'donate_interface-NZD' => 'NZD: Nyzeeländska dollar', |
| 2840 | + 'donate_interface-NOK' => 'NOK: Norska kronor', |
| 2841 | + 'donate_interface-PLN' => 'PLN: Polska złoty', |
| 2842 | + 'donate_interface-SGD' => 'SGD: Singaporiansk dollar', |
| 2843 | + 'donate_interface-SEK' => 'SEK: Svenska kronor', |
| 2844 | + 'donate_interface-ILS' => 'ILS: Israeliska shekel', |
| 2845 | +); |
| 2846 | + |
| 2847 | +/** Swahili (Kiswahili) |
| 2848 | + * @author Lloffiwr |
| 2849 | + * @author Muddyb Blast Producer |
| 2850 | + */ |
| 2851 | +$messages['sw'] = array( |
| 2852 | + 'donate_interface' => 'Saidia Wikimedia', |
| 2853 | + 'donate_interface-desc' => 'Ukurasa wa kwanza wa kuchangia, inayofungamana programu za milango ya malipo', |
| 2854 | + 'donate_interface-intro' => 'Tafadhali chagua njia ya kulipa, kiasi, na aina ya fedha.', |
| 2855 | + 'donate_interface-amount' => 'Kiasi cha mchango:', |
| 2856 | + 'donate_interface-other-amount' => 'Kiasi kingine', |
| 2857 | + 'donate_interface-currency' => 'Fedha:', |
| 2858 | + 'donate_interface-gateway' => 'Njia ya kulipa:', |
| 2859 | + 'donate_interface-submit-button' => 'Changia', |
| 2860 | + 'donate_interface-comment-message' => 'Una maoni unayotaka kugawana na dunia? Andika herufi hadi 200 hapa:', |
| 2861 | + 'donate_interface-comment-label' => 'Maoni:', |
| 2862 | + 'donate_interface-anon-message' => 'Tafadhali andika jina langu (kando ya maoni yangu) katika orodha ya wachangiaji inayotolewa kwa watu wote.', |
| 2863 | + 'donate_interface-email-agreement' => 'Nakubali nipokee taarifa mara kwa mara kwa barua pepe kutoka Wikimedia Foundation.', |
| 2864 | + 'donate_interface-comment-title' => 'Maoni ya umma', |
| 2865 | + 'donate_interface-amount-error' => '**Tafadhali ingiza kiasi halali**', |
| 2866 | + 'donate_interface-processing-error' => 'Kumetokea hitilafu wakati wa uchakataji wa ombi lako. |
| 2867 | +Hakuna vichakataji vinavyopatikana.', |
| 2868 | + 'donate_interface-GBP' => 'GBP: Pauni ya Uingereza', |
| 2869 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 2870 | + 'donate_interface-USD' => 'USD: Dola ya Marekani', |
| 2871 | + 'donate_interface-AUD' => 'AUD: Dola ya Australia', |
| 2872 | + 'donate_interface-CAD' => 'CAD: Dola ya Kanada', |
| 2873 | + 'donate_interface-CZK' => 'CZK: Koruna ya Ucheki', |
| 2874 | + 'donate_interface-DKK' => 'DKK: Krone ya Denmark', |
| 2875 | + 'donate_interface-HKD' => 'HKD: Dola ya Hong Kong', |
| 2876 | + 'donate_interface-NZD' => 'NZD: Dola ya New Zealand', |
| 2877 | + 'donate_interface-SGD' => 'SGD: Dola ya Singapore', |
| 2878 | +); |
| 2879 | + |
| 2880 | +/** Tamil (தமிழ்) |
| 2881 | + * @author Surya Prakash.S.A. |
| 2882 | + * @author TRYPPN |
| 2883 | + */ |
| 2884 | +$messages['ta'] = array( |
| 2885 | + 'donate_interface' => 'விக்கிமீடியாவை ஆதரிக்கவும்', |
| 2886 | + 'donate_interface-comment-label' => 'கருத்து:', |
| 2887 | +); |
| 2888 | + |
| 2889 | +/** Telugu (తెలుగు) |
| 2890 | + * @author Veeven |
| 2891 | + */ |
| 2892 | +$messages['te'] = array( |
| 2893 | + 'donate_interface' => 'వికీమీడియాకి తోడ్పడండి', |
| 2894 | + 'donate_interface-intro' => 'దయచేసి, చెల్లింపు పద్ధతిని, విరాళము మొత్తాన్ని, మరియు మారక ద్రవ్యాన్ని ఎంచుకోండి.', |
| 2895 | + 'donate_interface-amount' => 'విరాళపు మొత్తం:', |
| 2896 | + 'donate_interface-other-amount' => 'ఇతర మొత్తం', |
| 2897 | + 'donate_interface-currency' => 'మారక ద్రవ్యం:', |
| 2898 | + 'donate_interface-gateway' => 'చెల్లింపు పద్ధతి:', |
| 2899 | + 'donate_interface-submit-button' => 'విరాళమివ్వండి', |
| 2900 | + 'donate_interface-comment-message' => 'అందరితో ఏదైనా ఆలోచనని పంచుకోవాలనుకుంటున్నారా? 200 అక్షరాల్లో ఇక్కడ చెప్పండి:', |
| 2901 | + 'donate_interface-comment-label' => 'వ్యాఖ్య:', |
| 2902 | + 'donate_interface-anon-message' => 'బహిరంగ దాతల జాబితాలో దయచేసి నా పేరుని (నా వ్యాఖ్య ప్రక్కనే) చూపించండి.', |
| 2903 | + 'donate_interface-email-agreement' => 'వికీమీడియా ఫౌండేషను నుండి అప్పుడప్పుడూ ఈ-మెయిలు ద్వారా తాజావిశేషాలను అందుకోడానికి నేను అంగీకరిస్తున్నాను.', |
| 2904 | + 'donate_interface-comment-title' => 'బహిరంగ వ్యాఖ్య', |
| 2905 | + 'donate_interface-amount-error' => '**దయచేసి సరైన మొత్తాన్ని పేర్కొనండి**', |
| 2906 | + 'donate_interface-processing-error' => 'మీ అభ్యర్థనని ప్రక్రియాపనం చేయడంలో ఒక పొరపాటు జరిగింది. |
| 2907 | +ప్రక్రియాపకాలు ఏమీ అందుబాటులో లేవు.', |
| 2908 | + 'donate_interface-GBP' => 'GBP: బ్రిటీష్ పౌండ్', |
| 2909 | + 'donate_interface-EUR' => 'EUR: యూరో', |
| 2910 | + 'donate_interface-USD' => 'USD: అమెరికా డాలర్', |
| 2911 | + 'donate_interface-AUD' => 'AUD: ఆస్ట్రేలియా డాలర్', |
| 2912 | + 'donate_interface-CAD' => 'CAD: కెనడా డాలర్', |
| 2913 | + 'donate_interface-CHF' => 'CHF: స్విస్ ఫ్రాంక్', |
| 2914 | + 'donate_interface-CZK' => 'CZK: చెక్ కొరునా', |
| 2915 | + 'donate_interface-DKK' => 'DKK: డానిష్ క్రోన్', |
| 2916 | + 'donate_interface-HKD' => 'HKD: హాంకాంగ్ డాలర్', |
| 2917 | + 'donate_interface-HUF' => 'HUF: హంగేరియన్ ఫొరింట్', |
| 2918 | + 'donate_interface-JPY' => 'JPY: జపనీస్ యెన్', |
| 2919 | + 'donate_interface-NZD' => 'NZD: న్యూజిలాండ్ డాలర్', |
| 2920 | + 'donate_interface-NOK' => 'NOK: నార్వేజియన్ క్రోన్', |
| 2921 | + 'donate_interface-PLN' => 'PLN: పోలిష్ జ్లోటీ', |
| 2922 | + 'donate_interface-SGD' => 'SGD: సింగపూర్ డాలర్', |
| 2923 | + 'donate_interface-SEK' => 'SEK: స్వీడిష్ క్రోనా', |
| 2924 | + 'donate_interface-ILS' => 'ILS: ఇజ్రాయిలీ షెకెల్', |
| 2925 | +); |
| 2926 | + |
| 2927 | +/** Thai (ไทย) |
| 2928 | + * @author Woraponboonkerd |
| 2929 | + */ |
| 2930 | +$messages['th'] = array( |
| 2931 | + 'donate_interface-GBP' => 'GBP: ปอนด์อังกฤษ', |
| 2932 | + 'donate_interface-EUR' => 'EUR: ยูโร', |
| 2933 | + 'donate_interface-USD' => 'USD: ดอลลาร์สหรัฐ', |
| 2934 | + 'donate_interface-AUD' => 'AUD: ดอลลาร์ออสเตรเลีย', |
| 2935 | + 'donate_interface-CAD' => 'CAD: ดอลลาร์แคนาดา', |
| 2936 | + 'donate_interface-JPY' => 'JPY: เยนญี่ปุ่น', |
| 2937 | +); |
| 2938 | + |
| 2939 | +/** Turkmen (Türkmençe) |
| 2940 | + * @author Hanberke |
| 2941 | + */ |
| 2942 | +$messages['tk'] = array( |
| 2943 | + 'donate_interface' => 'Wikimediany goldaň', |
| 2944 | + 'donate_interface-intro' => 'Töleg usulyny, summany we walýutany saýlaň.', |
| 2945 | + 'donate_interface-amount' => 'Bagyş edilen summa:', |
| 2946 | + 'donate_interface-other-amount' => 'Başga summa', |
| 2947 | + 'donate_interface-currency' => 'Walýuta:', |
| 2948 | + 'donate_interface-gateway' => 'Töleg usuly:', |
| 2949 | + 'donate_interface-submit-button' => 'Bagyş et', |
| 2950 | + 'donate_interface-comment-message' => 'Dünýa bilen paýlaşjak pikiriňiz barmy? Şu ýere 200 simwola çenli ýazyp bilersiňiz:', |
| 2951 | + 'donate_interface-comment-label' => 'Teswir:', |
| 2952 | + 'donate_interface-anon-message' => 'Adymy (teswirimiň ýanynda) umumy bagyşçy sanawynda görkeziň.', |
| 2953 | + 'donate_interface-email-agreement' => 'Geljekde Wikimedia fondunyň täzelik hatlaryny ýa-da e-poçtalaryny almaga ylalaşýaryn', |
| 2954 | + 'donate_interface-comment-title' => 'Köpçülige açyk teswir', |
| 2955 | + 'donate_interface-amount-error' => '**Haýyş edýäris, dogry summa ýazyň**', |
| 2956 | + 'donate_interface-processing-error' => 'Talabyňyz işlenilýärkä, säwlik döredi. |
| 2957 | +Hiç bir prosessor elýeterli däl.', |
| 2958 | + 'donate_interface-GBP' => 'GBP: britan funt sterlingi', |
| 2959 | + 'donate_interface-EUR' => 'EUR: ýewro', |
| 2960 | + 'donate_interface-USD' => 'USD: ABŞ dollary', |
| 2961 | + 'donate_interface-AUD' => 'AUD: awstraliýa dollary', |
| 2962 | + 'donate_interface-CAD' => 'CAD: kanada dollary', |
| 2963 | + 'donate_interface-CHF' => 'CHF: şweýsar franky', |
| 2964 | + 'donate_interface-CZK' => 'CZK: çeh kronasy', |
| 2965 | + 'donate_interface-DKK' => 'DKK: daniýa kronasy', |
| 2966 | + 'donate_interface-HKD' => 'HKD: gonkong dollary', |
| 2967 | + 'donate_interface-HUF' => 'HUF: wenger forinti', |
| 2968 | + 'donate_interface-JPY' => 'JPY: ýapon ýenasy', |
| 2969 | + 'donate_interface-NZD' => 'NZD: täze zelandiýa dollary', |
| 2970 | + 'donate_interface-NOK' => 'NOK: norweg kronasy', |
| 2971 | + 'donate_interface-PLN' => 'PLN: polýak zlotyýy', |
| 2972 | + 'donate_interface-SGD' => 'SGD: singapur dollary', |
| 2973 | + 'donate_interface-SEK' => 'SEK: şwed kronasy', |
| 2974 | + 'donate_interface-ILS' => 'ILS: ysraýyl şekeli', |
| 2975 | +); |
| 2976 | + |
| 2977 | +/** Tagalog (Tagalog) |
| 2978 | + * @author AnakngAraw |
| 2979 | + * @author Sky Harbor |
| 2980 | + */ |
| 2981 | +$messages['tl'] = array( |
| 2982 | + 'donate_interface' => 'Tangkilikin ang Wikimedia', |
| 2983 | + 'donate_interface-desc' => 'Pahinang lapagan ng mga kaloob na nagsasama-sama ng mga dugtong ng daanang-tarangkahan', |
| 2984 | + 'donate_interface-intro' => 'Mangyaring pumili ng isang paraan ng pagbabayad, halaga, at salapi.', |
| 2985 | + 'donate_interface-amount' => 'Halaga ng kaloob:', |
| 2986 | + 'donate_interface-other-amount' => 'Ibang halaga', |
| 2987 | + 'donate_interface-currency' => 'Salaping umiiral:', |
| 2988 | + 'donate_interface-gateway' => 'Paraan ng pagbabayad:', |
| 2989 | + 'donate_interface-submit-button' => 'Magkaloob', |
| 2990 | + 'donate_interface-comment-message' => 'Mayroon ka bang kaisipang nais mong ipamahagi sa mundo? Maglagay ng hanggang sa 200 panitik dito:', |
| 2991 | + 'donate_interface-comment-label' => 'Komento', |
| 2992 | + 'donate_interface-anon-message' => 'Pakitala ang pangalan ko (katabi ng aking komento) sa pampublikong tala ng mga tagapagkaloob.', |
| 2993 | + 'donate_interface-email-agreement' => 'Sumasang-ayon akong paminsan-minsan na makatanggap ng mga pagsasapanahon sa pamamagitan ng e-liham mula sa Pundasyong Wikimedia.', |
| 2994 | + 'donate_interface-comment-title' => 'Pampublikong komento', |
| 2995 | + 'donate_interface-amount-error' => '**Mangyaring magpasok ng isang tanggap na halaga**', |
| 2996 | + 'donate_interface-processing-error' => 'Nagkaroon ng isang kamalian sa pagsasagawa ng iyong kahilingan. |
| 2997 | +Walang makukuhang mga tagapagsagawa.', |
| 2998 | + 'donate_interface-GBP' => 'GBP: Libra ng Britanya', |
| 2999 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 3000 | + 'donate_interface-USD' => 'USD: Dolyar ng Estados Unidos', |
| 3001 | + 'donate_interface-AUD' => 'AUD: Dolyar ng Australya', |
| 3002 | + 'donate_interface-CAD' => 'CAD: Dolyar ng Kanada', |
| 3003 | + 'donate_interface-CHF' => 'CHF: Prangko ng Suwisa', |
| 3004 | + 'donate_interface-CZK' => 'CZK: Koruna ng Republikang Tseko', |
| 3005 | + 'donate_interface-DKK' => 'DKK: Krone ng Dinamarka', |
| 3006 | + 'donate_interface-HKD' => 'HKD: Dolyar ng Hongkong', |
| 3007 | + 'donate_interface-HUF' => 'HUF: Forint ng Unggarya', |
| 3008 | + 'donate_interface-JPY' => 'JPY: Yen ng Hapon', |
| 3009 | + 'donate_interface-NZD' => 'NZD: Dolyar ng Bagong Selanda', |
| 3010 | + 'donate_interface-NOK' => 'NOK: Krone ng Noruwega', |
| 3011 | + 'donate_interface-PLN' => 'PLN: Zloty ng Polonya', |
| 3012 | + 'donate_interface-SGD' => 'SGD: Dolyar ng Singgapur', |
| 3013 | + 'donate_interface-SEK' => 'SEK: Krona ng Suwesya', |
| 3014 | + 'donate_interface-ILS' => 'ILS: Shekel ng Israel', |
| 3015 | +); |
| 3016 | + |
| 3017 | +/** Turkish (Türkçe) |
| 3018 | + * @author Emperyan |
| 3019 | + * @author Joseph |
| 3020 | + * @author Tarkovsky |
| 3021 | + * @author Vito Genovese |
| 3022 | + */ |
| 3023 | +$messages['tr'] = array( |
| 3024 | + 'donate_interface' => "Wikimedia'yı destekleyin", |
| 3025 | + 'donate_interface-desc' => 'Ağ geçidi uzantılarını entegre eden bağış sayfası', |
| 3026 | + 'donate_interface-intro' => 'Lütfen bir ödeme şekli, miktarı ve para birimi seçin.', |
| 3027 | + 'donate_interface-amount' => 'Bağış miktarı:', |
| 3028 | + 'donate_interface-other-amount' => 'Diğer miktar', |
| 3029 | + 'donate_interface-currency' => 'Para birimi:', |
| 3030 | + 'donate_interface-gateway' => 'Ödeme şekli:', |
| 3031 | + 'donate_interface-submit-button' => 'Bağışla', |
| 3032 | + 'donate_interface-comment-message' => 'Dünya ile paylaşacak bir düşünceniz mi var? Buraya 200 karaktere kadar yazabilirsiniz:', |
| 3033 | + 'donate_interface-comment-label' => 'Yorum:', |
| 3034 | + 'donate_interface-anon-message' => 'Lütfen adımı (yorumumun yanına) umumi bağışçı listesinde listeleyin.', |
| 3035 | + 'donate_interface-email-agreement' => "Wikimedia Vakfı'ndan ara sıra yapılan e-posta güncellemeleri almayı kabul ediyorum.", |
| 3036 | + 'donate_interface-comment-title' => 'Umumi yorum', |
| 3037 | + 'donate_interface-amount-error' => '**Lütfen geçerli bir miktar girin**', |
| 3038 | + 'donate_interface-processing-error' => 'İsteğinizin işlenmesinde bir hata oluştu. |
| 3039 | +Uygun işlemci bulunmuyor.', |
| 3040 | + 'donate_interface-GBP' => 'GBP: İngiliz Sterlini', |
| 3041 | + 'donate_interface-EUR' => 'EUR: Avro', |
| 3042 | + 'donate_interface-USD' => 'USD: Amerikan Doları', |
| 3043 | + 'donate_interface-AUD' => 'AUD: Avustralya Doları', |
| 3044 | + 'donate_interface-CAD' => 'CAD: Kanada Doları', |
| 3045 | + 'donate_interface-CHF' => 'CHF: İsviçre Frankı', |
| 3046 | + 'donate_interface-CZK' => 'CZK: Çek Kronu', |
| 3047 | + 'donate_interface-DKK' => 'DKK: Danimarka Kronu', |
| 3048 | + 'donate_interface-HKD' => 'HKD: Hong Kong Doları', |
| 3049 | + 'donate_interface-HUF' => 'HUF: Macar Forinti', |
| 3050 | + 'donate_interface-JPY' => 'JPY: Japon Yeni', |
| 3051 | + 'donate_interface-NZD' => 'NZD: Yeni Zelanda Doları', |
| 3052 | + 'donate_interface-NOK' => 'NOK: Norveç Kronu', |
| 3053 | + 'donate_interface-PLN' => 'PLN: Leh Zlotisi', |
| 3054 | + 'donate_interface-SGD' => 'SGD: Singapur Doları', |
| 3055 | + 'donate_interface-SEK' => 'SEK: İsveç Kronu', |
| 3056 | + 'donate_interface-ILS' => 'ILS: İsrail Şekeli', |
| 3057 | +); |
| 3058 | + |
| 3059 | +/** Tatar (Cyrillic) (Татарча/Tatarça (Cyrillic)) |
| 3060 | + * @author Ильнар |
| 3061 | + */ |
| 3062 | +$messages['tt-cyrl'] = array( |
| 3063 | + 'donate_interface' => 'Викимедиа Фондына ярдәм итик!', |
| 3064 | + 'donate_interface-desc' => 'Иганәләр җыю һәм киңәйтелмәләр кертүче - шлюзлар җите', |
| 3065 | + 'donate_interface-intro' => 'Зинһар, түләү ысулын, сумманы һәм акча берәмлеген сайлагыз.', |
| 3066 | + 'donate_interface-amount' => 'Иганә күләме:', |
| 3067 | + 'donate_interface-other-amount' => 'Башка күләм', |
| 3068 | + 'donate_interface-currency' => 'Акча берәмлеге:', |
| 3069 | + 'donate_interface-gateway' => 'Түләү ысулы:', |
| 3070 | + 'donate_interface-submit-button' => 'Иганә', |
| 3071 | + 'donate_interface-comment-message' => 'Нидер әйтергә телисезме? Сез монда 200 хәрефкә кадәр үзегезнең хатыгызны калдыра аласыз:', |
| 3072 | + 'donate_interface-comment-label' => 'Искәрмә:', |
| 3073 | + 'donate_interface-anon-message' => 'Зинһар, минем исемне (искәрмә янында) иганә итүчеләр исемлегендә күрсәтегез.', |
| 3074 | + 'donate_interface-email-agreement' => 'Мин Викимедиа Фондыннан хәбәрләр алырга риза.', |
| 3075 | + 'donate_interface-comment-title' => 'Гомум җәмәгатчелеккә бирелгән искәрмә', |
| 3076 | + 'donate_interface-amount-error' => '**Зинһар, билгеле бер акча күләмен кертегез**', |
| 3077 | + 'donate_interface-processing-error' => 'Сезнең соравыгызны эшкәрткән вакытта хаталар килеп чыкты. Билгеле бер эшкәрткечләр юк.', |
| 3078 | + 'donate_interface-GBP' => 'GBP: Бөекбритания фунт стерлинглары', |
| 3079 | + 'donate_interface-EUR' => 'EUR: Евро', |
| 3080 | + 'donate_interface-USD' => 'USD: АКШ доллары', |
| 3081 | + 'donate_interface-AUD' => 'AUD: Австралия доллары', |
| 3082 | + 'donate_interface-CAD' => 'CAD: Канада доллары', |
| 3083 | + 'donate_interface-CHF' => 'CHF: Швейцар франкы', |
| 3084 | + 'donate_interface-CZK' => 'CZK: Чех кронасы', |
| 3085 | + 'donate_interface-DKK' => 'DKK: Дат кронасы', |
| 3086 | + 'donate_interface-HKD' => 'HKD: Һонконг доллары', |
| 3087 | + 'donate_interface-HUF' => 'HUF: Венгер форинты', |
| 3088 | + 'donate_interface-JPY' => 'JPY: Япон йенасы', |
| 3089 | + 'donate_interface-NZD' => 'NZD: Яңа Зеландия доллары', |
| 3090 | + 'donate_interface-NOK' => 'NOK: Норвегия кронасы', |
| 3091 | + 'donate_interface-PLN' => 'PLN: Польша злотые', |
| 3092 | + 'donate_interface-SGD' => 'SGD: Сингапур доллары', |
| 3093 | + 'donate_interface-SEK' => 'SEK: Швед кронасы', |
| 3094 | + 'donate_interface-ILS' => 'ILS: Израиль шекеле', |
| 3095 | +); |
| 3096 | + |
| 3097 | +/** Ukrainian (Українська) |
| 3098 | + * @author Ahonc |
| 3099 | + * @author Aleksandrit |
| 3100 | + * @author NickK |
| 3101 | + * @author Prima klasy4na |
| 3102 | + * @author Тест |
| 3103 | + */ |
| 3104 | +$messages['uk'] = array( |
| 3105 | + 'donate_interface' => 'Підтримка Вікімедіа', |
| 3106 | + 'donate_interface-desc' => 'Сторінка збору пожертв, яка інтегрує розширення-шлюзи', |
| 3107 | + 'donate_interface-intro' => 'Будь ласка, оберіть спосіб оплати, суму і валюту.', |
| 3108 | + 'donate_interface-amount' => 'Сума внеску:', |
| 3109 | + 'donate_interface-other-amount' => 'Інша сума', |
| 3110 | + 'donate_interface-currency' => 'Валюта:', |
| 3111 | + 'donate_interface-gateway' => 'Спосіб оплати:', |
| 3112 | + 'donate_interface-submit-button' => 'Пожертвувати', |
| 3113 | + 'donate_interface-comment-message' => 'Є думка, щоб поділитися з світом? Наберіть до 200 символів тут:', |
| 3114 | + 'donate_interface-comment-label' => 'Коментар:', |
| 3115 | + 'donate_interface-anon-message' => 'Будь ласка, вкажіть моє ім’я (поряд з моїм коментарем) в загальнодоступному списку донорів.', |
| 3116 | + 'donate_interface-email-agreement' => 'Я згоден отримувати періодичні оновлення електронною поштою від Фонду Вікімедіа.', |
| 3117 | + 'donate_interface-comment-title' => 'Загальнодоступний коментар', |
| 3118 | + 'donate_interface-amount-error' => '**Будь ласка, введіть коректну суму**', |
| 3119 | + 'donate_interface-processing-error' => 'Під час обробки вашого запиту виникла помилка. |
| 3120 | +Немає доступних процесорів.', |
| 3121 | + 'donate_interface-GBP' => 'GBP: англійський фунт стерлінгів', |
| 3122 | + 'donate_interface-EUR' => 'EUR: євро', |
| 3123 | + 'donate_interface-USD' => 'USD: долар США', |
| 3124 | + 'donate_interface-AUD' => 'AUD: австралійський долар', |
| 3125 | + 'donate_interface-CAD' => 'CAD: канадський долар', |
| 3126 | + 'donate_interface-CHF' => 'CHF: швейцарський франк', |
| 3127 | + 'donate_interface-CZK' => 'CZK: чеська крона', |
| 3128 | + 'donate_interface-DKK' => 'DKK: данська крона', |
| 3129 | + 'donate_interface-HKD' => 'HKD: гонконгський долар', |
| 3130 | + 'donate_interface-HUF' => 'HUF: угорський форінт', |
| 3131 | + 'donate_interface-JPY' => 'JPY: японська єна', |
| 3132 | + 'donate_interface-NZD' => 'NZD: новозеландський долар', |
| 3133 | + 'donate_interface-NOK' => 'NOK: норвезька крона', |
| 3134 | + 'donate_interface-PLN' => 'PLN: польський злотий', |
| 3135 | + 'donate_interface-SGD' => 'SGD: сінгапурський долар', |
| 3136 | + 'donate_interface-SEK' => 'SEC: шведська крона', |
| 3137 | + 'donate_interface-ILS' => 'ILS: ізраїльський шекель', |
| 3138 | +); |
| 3139 | + |
| 3140 | +/** Vèneto (Vèneto) |
| 3141 | + * @author Candalua |
| 3142 | + */ |
| 3143 | +$messages['vec'] = array( |
| 3144 | + 'donate_interface' => 'Juta Wikimedia', |
| 3145 | + 'donate_interface-desc' => 'Pagina de donassion che integra le estension gateway', |
| 3146 | + 'donate_interface-intro' => "Par piaser, siegli el metodo par pagar, l'inporto e el to scheo.", |
| 3147 | + 'donate_interface-amount' => 'Inporto de la donassion:', |
| 3148 | + 'donate_interface-other-amount' => 'Altro inporto', |
| 3149 | + 'donate_interface-currency' => 'Scheo:', |
| 3150 | + 'donate_interface-gateway' => 'Come paghito:', |
| 3151 | + 'donate_interface-submit-button' => 'Dona', |
| 3152 | + 'donate_interface-comment-message' => 'Gheto un pensiero da condivìdar col mondo? Buta zò massimo 200 carateri qua drento:', |
| 3153 | + 'donate_interface-comment-label' => 'Comento:', |
| 3154 | + 'donate_interface-anon-message' => 'Par piaser, fà védar el me nome (rente el me comento) in te la lista publica dei donatori.', |
| 3155 | + 'donate_interface-email-agreement' => 'Voi che me riva par posta eletronica tute le future notissie de la Fondassion Wikimedia.', |
| 3156 | + 'donate_interface-comment-title' => 'Comento publico', |
| 3157 | + 'donate_interface-amount-error' => '**Par piaser, inserissi un inporto valido**', |
| 3158 | + 'donate_interface-processing-error' => 'Ghe xe stà un problema processando la to richiesta. |
| 3159 | +Nissun processor xe disponibile.', |
| 3160 | + 'donate_interface-GBP' => 'GBP: Sterlina britànega', |
| 3161 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 3162 | + 'donate_interface-USD' => 'USD: Dolaro merican', |
| 3163 | + 'donate_interface-AUD' => 'AUD: Dolaro australian', |
| 3164 | + 'donate_interface-CAD' => 'CAD: Dolaro canadese', |
| 3165 | + 'donate_interface-CHF' => 'CHF: Franco svìssaro', |
| 3166 | + 'donate_interface-CZK' => 'CZK: Corona ceca', |
| 3167 | + 'donate_interface-DKK' => 'DKK: Corona danese', |
| 3168 | + 'donate_interface-HKD' => 'HKD: Dolaro de Hong Kong', |
| 3169 | + 'donate_interface-HUF' => 'HUF: Fiorin ongarese', |
| 3170 | + 'donate_interface-JPY' => 'JPY: Yen zaponese', |
| 3171 | + 'donate_interface-NZD' => 'NZD: Dolaro neozelandese', |
| 3172 | + 'donate_interface-NOK' => 'NOK: Corona norvegese', |
| 3173 | + 'donate_interface-PLN' => 'PLN: Zloty polaco', |
| 3174 | + 'donate_interface-SGD' => 'SGD: Dolaro de Singapor', |
| 3175 | + 'donate_interface-SEK' => 'SEK: Corona svedese', |
| 3176 | + 'donate_interface-ILS' => 'ILS: Shekel israelian', |
| 3177 | +); |
| 3178 | + |
| 3179 | +/** Vietnamese (Tiếng Việt) |
| 3180 | + * @author Minh Nguyen |
| 3181 | + * @author Vinhtantran |
| 3182 | + */ |
| 3183 | +$messages['vi'] = array( |
| 3184 | + 'donate_interface' => 'Hỗ trợ Wikimedia', |
| 3185 | + 'donate_interface-desc' => 'Bộ mở rộng gồm trang được chuyển tới khi đóng góp tài chính tích hợp cổng', |
| 3186 | + 'donate_interface-intro' => 'Xin chọn phương thức trả tiền, số tiền, và loại tiền.', |
| 3187 | + 'donate_interface-amount' => 'Số tiền đóng góp:', |
| 3188 | + 'donate_interface-other-amount' => 'Số tiền khác', |
| 3189 | + 'donate_interface-currency' => 'Loại tiền:', |
| 3190 | + 'donate_interface-gateway' => 'Phương thức chi trả:', |
| 3191 | + 'donate_interface-submit-button' => 'Đóng góp', |
| 3192 | + 'donate_interface-comment-message' => 'Có một ý tưởng muốn chia sẻ cho mọi người? Ghi tối đa 200 ký tự ở đây:', |
| 3193 | + 'donate_interface-comment-label' => 'Lời nhắn:', |
| 3194 | + 'donate_interface-anon-message' => 'Xin liệt kê tên tôi (kế bên lời bình) trên danh sách những người đóng góp công khai.', |
| 3195 | + 'donate_interface-email-agreement' => 'Tôi đồng ý nhận các bản tin thỉnh thoảng từ Quỹ Wikimedia qua thư điện tử.', |
| 3196 | + 'donate_interface-comment-title' => 'Lời nhắn công khai', |
| 3197 | + 'donate_interface-amount-error' => '**Xin hãy nhập vào số tiền hợp lệ**', |
| 3198 | + 'donate_interface-processing-error' => 'Có lỗi khi xử lý yêu cầu. Hiện tại không có bộ xử lý nào.', |
| 3199 | + 'donate_interface-GBP' => 'GBP: Bảng Anh', |
| 3200 | + 'donate_interface-EUR' => 'EUR: Euro', |
| 3201 | + 'donate_interface-USD' => 'USD: Đô la Mỹ', |
| 3202 | + 'donate_interface-AUD' => 'AUD: Đô la Úc', |
| 3203 | + 'donate_interface-CAD' => 'CAD: Đô la Canada', |
| 3204 | + 'donate_interface-CHF' => 'CHF: Franc Thụy Sĩ', |
| 3205 | + 'donate_interface-CZK' => 'CZK: Koruna Séc', |
| 3206 | + 'donate_interface-DKK' => 'DKK: Krone Đan Mạch', |
| 3207 | + 'donate_interface-HKD' => 'HKD: Đô la Hồng Kông', |
| 3208 | + 'donate_interface-HUF' => 'HUF: Forint Hungary', |
| 3209 | + 'donate_interface-JPY' => 'JPY: Yên Nhật', |
| 3210 | + 'donate_interface-NZD' => 'NZD: Đô la New Zealand', |
| 3211 | + 'donate_interface-NOK' => 'NOK: Krone Na Uy', |
| 3212 | + 'donate_interface-PLN' => 'PLN: Zloty Ba Lan', |
| 3213 | + 'donate_interface-SGD' => 'SGD: Đô la Singapore', |
| 3214 | + 'donate_interface-SEK' => 'SEK: Krona Thụy Điển', |
| 3215 | + 'donate_interface-ILS' => 'ILS: Shekel Israel', |
| 3216 | +); |
| 3217 | + |
| 3218 | +/** Yiddish (ייִדיש) |
| 3219 | + * @author פוילישער |
| 3220 | + */ |
| 3221 | +$messages['yi'] = array( |
| 3222 | + 'donate_interface' => 'שטיצט וויקימעדיע', |
| 3223 | + 'donate_interface-amount' => 'סכום נדבה:', |
| 3224 | + 'donate_interface-other-amount' => 'אַנדער סכום', |
| 3225 | + 'donate_interface-currency' => 'וואַלוטע:', |
| 3226 | + 'donate_interface-gateway' => 'צאָלונג מעטאד', |
| 3227 | + 'donate_interface-submit-button' => 'ביישטייערן', |
| 3228 | + 'donate_interface-comment-message' => 'אפשר האט איר א געדאַנק צו טיילן מיט דער וועלט? שטעלט דאָ ביז 200 צייכענס:', |
| 3229 | + 'donate_interface-comment-label' => 'הערה:', |
| 3230 | + 'donate_interface-amount-error' => '** ביטע גיט אַרייַן אַ גילטיקע סומע **', |
| 3231 | + 'donate_interface-GBP' => 'GBP: בריטישער פֿונט', |
| 3232 | + 'donate_interface-EUR' => 'EUR: איירא', |
| 3233 | + 'donate_interface-USD' => 'USD: אמעריקאנער דאלאר', |
| 3234 | + 'donate_interface-AUD' => 'AUD: אויסטראַלישער טאָלער', |
| 3235 | + 'donate_interface-CAD' => 'CAD: קאַנאַדישער טאָלער', |
| 3236 | + 'donate_interface-CHF' => 'CHF: שווייצער פֿראַנק', |
| 3237 | + 'donate_interface-CZK' => 'CZK: טשעכישע קאָרונע', |
| 3238 | + 'donate_interface-DKK' => 'DKK: דענישע קראנע', |
| 3239 | + 'donate_interface-SEK' => 'SEK: שוועדישע קראנע', |
| 3240 | + 'donate_interface-ILS' => 'ILS: ישראלדיקער שקל', |
| 3241 | +); |
| 3242 | + |
| 3243 | +/** Cantonese (粵語) */ |
| 3244 | +$messages['yue'] = array( |
| 3245 | + 'donate_interface' => '支持Wikimedia', |
| 3246 | + 'donate_interface-desc' => '捐綫登陸版整合嘅閘道擴展', |
| 3247 | + 'donate_interface-intro' => '請揀一種俾錢方法、金額同貨幣。', |
| 3248 | + 'donate_interface-amount' => '捐款金額:', |
| 3249 | + 'donate_interface-other-amount' => '其它金額', |
| 3250 | + 'donate_interface-currency' => '貨幣:', |
| 3251 | + 'donate_interface-gateway' => '俾錢方法:', |
| 3252 | + 'donate_interface-submit-button' => '捐錢', |
| 3253 | + 'donate_interface-comment-message' => '同個世界有個諗法?響呢度放唔多過200個字元嘅評論:', |
| 3254 | + 'donate_interface-comment-label' => '註解:', |
| 3255 | + 'donate_interface-anon-message' => '請列示我個名(響我嘅註解隔離)響個公共捐錢者度。', |
| 3256 | + 'donate_interface-email-agreement' => "我同意收未來嘅Wikimedia Foundation嘅新聞紙或者電郵。 |
| 3257 | +我哋唔會賣或交易你嘅資料。 |
| 3258 | +我哋嘅捐錢者嘅私隱政策可以響<a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>呢度</a>搵到", |
| 3259 | + 'donate_interface-comment-title' => '公共註解', |
| 3260 | + 'donate_interface-amount-error' => '**請輸入一個有效嘅金額**', |
| 3261 | + 'donate_interface-processing-error' => '處理你嘅請求嗰陣出錯。 |
| 3262 | +冇可以用嘅處理器。', |
| 3263 | + 'donate_interface-GBP' => 'GBP: 英鎊', |
| 3264 | + 'donate_interface-EUR' => 'EUR: 歐元', |
| 3265 | + 'donate_interface-USD' => 'USD: 美元', |
| 3266 | + 'donate_interface-AUD' => 'AUD: 澳大利亞元', |
| 3267 | + 'donate_interface-CAD' => 'CAD: 加拿大元', |
| 3268 | + 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
| 3269 | + 'donate_interface-CZK' => 'CZK: 捷克克朗', |
| 3270 | + 'donate_interface-DKK' => 'DKK: 丹麥克朗', |
| 3271 | + 'donate_interface-HKD' => 'HKD: 港元', |
| 3272 | + 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
| 3273 | + 'donate_interface-JPY' => 'JPY: 日圓', |
| 3274 | + 'donate_interface-NZD' => 'NZD: 新西蘭元', |
| 3275 | + 'donate_interface-NOK' => 'NOK: 挪威克朗', |
| 3276 | + 'donate_interface-PLN' => 'PLN: 波蘭茲羅提', |
| 3277 | + 'donate_interface-SGD' => 'SGD: 新加坡元', |
| 3278 | + 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
| 3279 | + 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
| 3280 | +); |
| 3281 | + |
| 3282 | +/** Simplified Chinese (中文(简体)) |
| 3283 | + * @author Bencmq |
| 3284 | + * @author Chenxiaoqino |
| 3285 | + * @author Kuailong |
| 3286 | + * @author 阿pp |
| 3287 | + */ |
| 3288 | +$messages['zh-hans'] = array( |
| 3289 | + 'donate_interface' => '资助维基媒体', |
| 3290 | + 'donate_interface-desc' => '捐款页面用于整合其他接口插件', |
| 3291 | + 'donate_interface-intro' => '请选择支付方式、数额及币种。', |
| 3292 | + 'donate_interface-amount' => '捐助数额:', |
| 3293 | + 'donate_interface-other-amount' => '其它数额', |
| 3294 | + 'donate_interface-currency' => '币种:', |
| 3295 | + 'donate_interface-gateway' => '支付方式:', |
| 3296 | + 'donate_interface-submit-button' => '捐款', |
| 3297 | + 'donate_interface-comment-message' => '有想法希望与世界分享?请在此填写不超过200字的评论:', |
| 3298 | + 'donate_interface-comment-label' => '评论:', |
| 3299 | + 'donate_interface-anon-message' => '请在我的评论边上附上我的名字。', |
| 3300 | + 'donate_interface-email-agreement' => '我同意接收来自维基媒体基金会偶尔的电子邮件更新。', |
| 3301 | + 'donate_interface-comment-title' => '公开的评论', |
| 3302 | + 'donate_interface-amount-error' => '**请输入有效的数额**', |
| 3303 | + 'donate_interface-processing-error' => '处理您的请求时出错了。没有可用的处理器。', |
| 3304 | + 'donate_interface-GBP' => 'GBP: 英镑', |
| 3305 | + 'donate_interface-EUR' => 'EUR: 欧元', |
| 3306 | + 'donate_interface-USD' => 'USD: 美元', |
| 3307 | + 'donate_interface-AUD' => 'AUD: 澳大利亚元', |
| 3308 | + 'donate_interface-CAD' => 'CAD: 加拿大元', |
| 3309 | + 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
| 3310 | + 'donate_interface-CZK' => 'CZK: 捷克克朗', |
| 3311 | + 'donate_interface-DKK' => 'DKK: 丹迈克朗', |
| 3312 | + 'donate_interface-HKD' => 'HKD: 港元', |
| 3313 | + 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
| 3314 | + 'donate_interface-JPY' => 'JPY: 日圆', |
| 3315 | + 'donate_interface-NZD' => 'NZD: 新西兰元', |
| 3316 | + 'donate_interface-NOK' => 'NOK: 挪威克朗', |
| 3317 | + 'donate_interface-PLN' => 'PLN: 波兰兹罗提', |
| 3318 | + 'donate_interface-SGD' => 'SGD: 新加坡元', |
| 3319 | + 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
| 3320 | + 'donate_interface-ILS' => 'ILS: 以色列谢克尔', |
| 3321 | +); |
| 3322 | + |
| 3323 | +/** Traditional Chinese (中文(繁體)) |
| 3324 | + * @author Anakmalaysia |
| 3325 | + * @author Horacewai2 |
| 3326 | + * @author Liangent |
| 3327 | + * @author Pbdragonwang |
| 3328 | + */ |
| 3329 | +$messages['zh-hant'] = array( |
| 3330 | + 'donate_interface' => '資助維基媒體', |
| 3331 | + 'donate_interface-desc' => '捐款頁面用於整合其他接口插件', |
| 3332 | + 'donate_interface-intro' => '請選擇支付方式、數額及幣種。', |
| 3333 | + 'donate_interface-amount' => '捐助數額:', |
| 3334 | + 'donate_interface-other-amount' => '其它數額', |
| 3335 | + 'donate_interface-currency' => '幣種:', |
| 3336 | + 'donate_interface-gateway' => '支付方式:', |
| 3337 | + 'donate_interface-submit-button' => '捐款', |
| 3338 | + 'donate_interface-comment-message' => '有想法希望與世界分享?請在此填寫不超過200字的評論:', |
| 3339 | + 'donate_interface-comment-label' => '評論:', |
| 3340 | + 'donate_interface-anon-message' => '請在我的評論邊上附上我的名字。', |
| 3341 | + 'donate_interface-email-agreement' => '我同意接收來自維基媒體基金會偶爾的電子郵件更新。', |
| 3342 | + 'donate_interface-comment-title' => '公開的評論', |
| 3343 | + 'donate_interface-amount-error' => '**請輸入有效的數額**', |
| 3344 | + 'donate_interface-processing-error' => '處理您的請求時出錯了。沒有可用的處理器。', |
| 3345 | + 'donate_interface-GBP' => 'GBP: 英鎊', |
| 3346 | + 'donate_interface-EUR' => 'EUR: 歐元', |
| 3347 | + 'donate_interface-USD' => 'USD: 美元', |
| 3348 | + 'donate_interface-AUD' => 'AUD: 澳大利亞元', |
| 3349 | + 'donate_interface-CAD' => 'CAD: 加拿大元', |
| 3350 | + 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
| 3351 | + 'donate_interface-CZK' => 'CZK: 捷克克朗', |
| 3352 | + 'donate_interface-DKK' => 'DKK: 丹麥克朗', |
| 3353 | + 'donate_interface-HKD' => 'HKD: 港元', |
| 3354 | + 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
| 3355 | + 'donate_interface-JPY' => 'JPY: 日圓', |
| 3356 | + 'donate_interface-NZD' => 'NZD: 新西蘭元', |
| 3357 | + 'donate_interface-NOK' => 'NOK: 挪威克朗', |
| 3358 | + 'donate_interface-PLN' => 'PLN: 波蘭茲羅提', |
| 3359 | + 'donate_interface-SGD' => 'SGD: 新加坡元', |
| 3360 | + 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
| 3361 | + 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
| 3362 | +); |
| 3363 | + |
| 3364 | +/** Chinese (Hong Kong) (中文(香港)) */ |
| 3365 | +$messages['zh-hk'] = array( |
| 3366 | + 'donate_interface-email-agreement' => "我同意接收未來的Wikimedia Foundation的新聞稿或者電郵。 |
| 3367 | +我們不會賣或交易您的資料。 |
| 3368 | +我們捐款者的私隱政策可以在<a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>這裏</a>找到", |
| 3369 | +); |
| 3370 | + |
| 3371 | +/** Chinese (Taiwan) (中文(台灣)) |
| 3372 | + * @author Pbdragonwang |
| 3373 | + */ |
| 3374 | +$messages['zh-tw'] = array( |
| 3375 | + 'donate_interface' => '贊助維基媒體', |
| 3376 | + 'donate_interface-intro' => '請選擇付款方式,金額和貨幣種類。', |
| 3377 | + 'donate_interface-amount' => '捐贈金額:', |
| 3378 | + 'donate_interface-other-amount' => '其他金額:', |
| 3379 | + 'donate_interface-currency' => '貨幣種類:', |
| 3380 | + 'donate_interface-email-agreement' => '我同意收到維基媒體基金會不定期的最新訊息。', |
| 3381 | + 'donate_interface-EUR' => 'EUR: 歐元', |
| 3382 | + 'donate_interface-HKD' => 'HKD:港幣', |
| 3383 | + 'donate_interface-NZD' => 'NZD:紐元', |
| 3384 | + 'donate_interface-SGD' => 'SGD:新加坡幣', |
| 3385 | + 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
| 3386 | +); |
| 3387 | + |
Property changes on: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 3388 | + native |
Index: trunk/extensions/DonationInterface/gateway_common/us-states.i18n.php |
— | — | @@ -0,0 +1,71 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalization file for the Donation Interface - PayflowPro - extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$messages = array(); |
| 11 | + |
| 12 | +/** English */ |
| 13 | +$messages['en'] = array( |
| 14 | + // Below two messages are in payflowpro_gateway.i18n.php. |
| 15 | + //'payflowpro_gateway-state-dropdown-YY' => 'Select a State', |
| 16 | + //'payflowpro_gateway-state-dropdown-XX' => 'Outside the U.S.', |
| 17 | + 'payflowpro_gateway-state-dropdown-AK' => 'Alaska', |
| 18 | + 'payflowpro_gateway-state-dropdown-AL' => 'Alabama', |
| 19 | + 'payflowpro_gateway-state-dropdown-AR' => 'Arkansas', |
| 20 | + 'payflowpro_gateway-state-dropdown-AZ' => 'Arizona', |
| 21 | + 'payflowpro_gateway-state-dropdown-CA' => 'California', |
| 22 | + 'payflowpro_gateway-state-dropdown-CO' => 'Colorado', |
| 23 | + 'payflowpro_gateway-state-dropdown-CT' => 'Connecticut', |
| 24 | + 'payflowpro_gateway-state-dropdown-DC' => 'Washington D.C.', |
| 25 | + 'payflowpro_gateway-state-dropdown-DE' => 'Delaware', |
| 26 | + 'payflowpro_gateway-state-dropdown-FL' => 'Florida', |
| 27 | + 'payflowpro_gateway-state-dropdown-GA' => 'Georgia', |
| 28 | + 'payflowpro_gateway-state-dropdown-HI' => 'Hawaii', |
| 29 | + 'payflowpro_gateway-state-dropdown-IA' => 'Iowa', |
| 30 | + 'payflowpro_gateway-state-dropdown-ID' => 'Idaho', |
| 31 | + 'payflowpro_gateway-state-dropdown-IL' => 'Illinois', |
| 32 | + 'payflowpro_gateway-state-dropdown-IN' => 'Indiana', |
| 33 | + 'payflowpro_gateway-state-dropdown-KS' => 'Kansas', |
| 34 | + 'payflowpro_gateway-state-dropdown-KY' => 'Kentucky', |
| 35 | + 'payflowpro_gateway-state-dropdown-LA' => 'Louisiana', |
| 36 | + 'payflowpro_gateway-state-dropdown-MA' => 'Massachusetts', |
| 37 | + 'payflowpro_gateway-state-dropdown-MD' => 'Maryland', |
| 38 | + 'payflowpro_gateway-state-dropdown-ME' => 'Maine', |
| 39 | + 'payflowpro_gateway-state-dropdown-MI' => 'Michigan', |
| 40 | + 'payflowpro_gateway-state-dropdown-MN' => 'Minnesota', |
| 41 | + 'payflowpro_gateway-state-dropdown-MO' => 'Missouri', |
| 42 | + 'payflowpro_gateway-state-dropdown-MS' => 'Mississippi', |
| 43 | + 'payflowpro_gateway-state-dropdown-MT' => 'Montana', |
| 44 | + 'payflowpro_gateway-state-dropdown-NC' => 'North Carolina', |
| 45 | + 'payflowpro_gateway-state-dropdown-ND' => 'North Dakota', |
| 46 | + 'payflowpro_gateway-state-dropdown-NE' => 'Nebraska', |
| 47 | + 'payflowpro_gateway-state-dropdown-NH' => 'New Hampshire', |
| 48 | + 'payflowpro_gateway-state-dropdown-NJ' => 'New Jersey', |
| 49 | + 'payflowpro_gateway-state-dropdown-NM' => 'New Mexico', |
| 50 | + 'payflowpro_gateway-state-dropdown-NV' => 'Nevada', |
| 51 | + 'payflowpro_gateway-state-dropdown-NY' => 'New York', |
| 52 | + 'payflowpro_gateway-state-dropdown-OH' => 'Ohio', |
| 53 | + 'payflowpro_gateway-state-dropdown-OK' => 'Oklahoma', |
| 54 | + 'payflowpro_gateway-state-dropdown-OR' => 'Oregon', |
| 55 | + 'payflowpro_gateway-state-dropdown-PA' => 'Pennsylvania', |
| 56 | + 'payflowpro_gateway-state-dropdown-PR' => 'Puerto Rico', |
| 57 | + 'payflowpro_gateway-state-dropdown-RI' => 'Rhode Island', |
| 58 | + 'payflowpro_gateway-state-dropdown-SC' => 'South Carolina', |
| 59 | + 'payflowpro_gateway-state-dropdown-SD' => 'South Dakota', |
| 60 | + 'payflowpro_gateway-state-dropdown-TN' => 'Tennessee', |
| 61 | + 'payflowpro_gateway-state-dropdown-TX' => 'Texas', |
| 62 | + 'payflowpro_gateway-state-dropdown-UT' => 'Utah', |
| 63 | + 'payflowpro_gateway-state-dropdown-VA' => 'Virginia', |
| 64 | + 'payflowpro_gateway-state-dropdown-VT' => 'Vermont', |
| 65 | + 'payflowpro_gateway-state-dropdown-WA' => 'Washington', |
| 66 | + 'payflowpro_gateway-state-dropdown-WI' => 'Wisconsin', |
| 67 | + 'payflowpro_gateway-state-dropdown-WV' => 'West Virginia', |
| 68 | + 'payflowpro_gateway-state-dropdown-WY' => 'Wyoming', |
| 69 | + 'payflowpro_gateway-state-dropdown-AA' => 'AA', |
| 70 | + 'payflowpro_gateway-state-dropdown-AE' => 'AE', |
| 71 | + 'payflowpro_gateway-state-dropdown-AP' => 'AP', |
| 72 | +); |
Property changes on: trunk/extensions/DonationInterface/gateway_common/us-states.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 73 | + native |
Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.i18n.php |
— | — | @@ -1,3386 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Internationalization file for the Donation Interface extension |
5 | | - * |
6 | | - * @file |
7 | | - * @ingroup Extensions |
8 | | - */ |
9 | | - |
10 | | -$messages = array(); |
11 | | - |
12 | | -/** English */ |
13 | | -$messages['en'] = array( |
14 | | - 'donate_interface' => 'Support Wikimedia', |
15 | | - 'donate_interface-desc' => 'Donation landing page that integrates gateway extensions', |
16 | | - 'donate_interface-intro' => 'Please choose a payment method, amount, and currency.', |
17 | | - 'donate_interface-amount' => 'Donation amount:', |
18 | | - 'donate_interface-other-amount' => 'Other amount', |
19 | | - 'donate_interface-currency' => 'Currency:', |
20 | | - 'donate_interface-gateway' => 'Payment method:', |
21 | | - 'donate_interface-submit-button' => 'Donate', |
22 | | - 'donate_interface-comment-message' => 'Have a thought to share with the world? Put up to 200 characters here:', |
23 | | - 'donate_interface-comment-label' => 'Comment:', |
24 | | - 'donate_interface-anon-message' => 'Please list my name (next to my comment) on the public donor list.', |
25 | | - 'donate_interface-email-agreement' => "I agree to receive occasional e-mail updates from the Wikimedia Foundation.", |
26 | | - 'donate_interface-comment-title' => 'Public comment', |
27 | | - 'donate_interface-big-amount-display' => '$100', |
28 | | - 'donate_interface-medium-amount-display' => '$75', |
29 | | - 'donate_interface-small-amount-display' => '$30', |
30 | | - 'donate_interface-big-amount-value' => '100', |
31 | | - 'donate_interface-medium-amount-value' => '75', |
32 | | - 'donate_interface-small-amount-value' => '30', |
33 | | - 'donate_interface-amount-error' => '**Please enter a valid amount**', |
34 | | - 'donate_interface-processing-error' => 'There has been an error processing your request. |
35 | | -No processors are available.', |
36 | | - 'donate_interface-GBP' => 'GBP: British Pound', |
37 | | - 'donate_interface-EUR' => 'EUR: Euro', |
38 | | - 'donate_interface-USD' => 'USD: U.S. Dollar', |
39 | | - 'donate_interface-AUD' => 'AUD: Australian Dollar', |
40 | | - 'donate_interface-CAD' => 'CAD: Canadian Dollar', |
41 | | - 'donate_interface-CHF' => 'CHF: Swiss Franc', |
42 | | - 'donate_interface-CZK' => 'CZK: Czech Koruna', |
43 | | - 'donate_interface-DKK' => 'DKK: Danish Krone', |
44 | | - 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
45 | | - 'donate_interface-HUF' => 'HUF: Hungarian Forint', |
46 | | - 'donate_interface-JPY' => 'JPY: Japanese Yen', |
47 | | - 'donate_interface-NZD' => 'NZD: New Zealand Dollar', |
48 | | - 'donate_interface-NOK' => 'NOK: Norwegian Krone', |
49 | | - 'donate_interface-PLN' => 'PLN: Polish Zloty', |
50 | | - 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
51 | | - 'donate_interface-SEK' => 'SEK: Swedish Krona', |
52 | | - 'donate_interface-ILS' => 'ILS: Israeli Shekel', |
53 | | -); |
54 | | - |
55 | | -/** Message documentation (Message documentation) |
56 | | - * @author EugeneZelenko |
57 | | - * @author Fryed-peach |
58 | | - * @author Hamilton Abreu |
59 | | - * @author Jsoby |
60 | | - * @author Lloffiwr |
61 | | - * @author Siebrand |
62 | | - */ |
63 | | -$messages['qqq'] = array( |
64 | | - 'donate_interface' => '{{Identical|Support Wikimedia}}', |
65 | | - 'donate_interface-desc' => '{{desc}}', |
66 | | - 'donate_interface-intro' => 'Message shown above the donate field prompting that tells people what to do.', |
67 | | - 'donate_interface-amount' => 'Shown above the field where you choose the amoun you want to donate.', |
68 | | - 'donate_interface-other-amount' => 'Field shown before the field where you input a custom amount to donate (not one of the preset amounts).', |
69 | | - 'donate_interface-currency' => '{{Identical|Currency}}', |
70 | | - 'donate_interface-gateway' => 'Shown where you choose to pay with PayPal, credit card or another method.', |
71 | | - 'donate_interface-submit-button' => '{{Identical|Donate}}', |
72 | | - 'donate_interface-comment-message' => 'Shown before the box where you can input a custom message together with your donation.', |
73 | | - 'donate_interface-comment-label' => '{{Identical|Comment}}', |
74 | | - 'donate_interface-anon-message' => 'Next to check box.', |
75 | | - 'donate_interface-email-agreement' => 'Next to check box.', |
76 | | - 'donate_interface-comment-title' => "Next to check box; to choose whether the donor's comment shall be publically viewable or not.", |
77 | | - 'donate_interface-amount-error' => 'Error prompt if an invalid amount is entered (e.g. if the amount has letters in it).', |
78 | | - 'donate_interface-processing-error' => 'Error message.', |
79 | | - 'donate_interface-GBP' => 'Used in drop-down field for currency.', |
80 | | - 'donate_interface-EUR' => 'Used in drop-down field for currency.', |
81 | | - 'donate_interface-USD' => 'Used in drop-down field for currency.', |
82 | | - 'donate_interface-AUD' => 'Used in drop-down field for currency.', |
83 | | - 'donate_interface-CAD' => 'Used in drop-down field for currency.', |
84 | | - 'donate_interface-CHF' => 'Used in drop-down field for currency.', |
85 | | - 'donate_interface-CZK' => 'Used in drop-down field for currency.', |
86 | | - 'donate_interface-DKK' => 'Used in drop-down field for currency.', |
87 | | - 'donate_interface-HKD' => 'Used in drop-down field for currency.', |
88 | | - 'donate_interface-HUF' => 'Used in drop-down field for currency.', |
89 | | - 'donate_interface-JPY' => 'Used in drop-down field for currency.', |
90 | | - 'donate_interface-NZD' => 'Used in drop-down field for currency.', |
91 | | - 'donate_interface-NOK' => 'Used in drop-down field for currency.', |
92 | | - 'donate_interface-PLN' => 'Used in drop-down field for currency.', |
93 | | - 'donate_interface-SGD' => 'Used in drop-down field for currency.', |
94 | | - 'donate_interface-SEK' => 'Used in drop-down field for currency.', |
95 | | - 'donate_interface-ILS' => 'Used in drop-down field for currency.', |
96 | | -); |
97 | | - |
98 | | -/** Afrikaans (Afrikaans) |
99 | | - * @author Naudefj |
100 | | - */ |
101 | | -$messages['af'] = array( |
102 | | - 'donate_interface' => 'Ondersteun Wikipedia', |
103 | | - 'donate_interface-desc' => 'Landingsblad vir skenkers wat met "gateway"-uitbreidings integreer', |
104 | | - 'donate_interface-intro' => "Kies 'n betaalmetode, bedrag, en geldeenheid.", |
105 | | - 'donate_interface-amount' => 'Skenkingsbedrag:', |
106 | | - 'donate_interface-other-amount' => 'Ander bedrag', |
107 | | - 'donate_interface-currency' => 'Geldeenheid:', |
108 | | - 'donate_interface-gateway' => 'Metode van betaling:', |
109 | | - 'donate_interface-submit-button' => 'Skenk', |
110 | | - 'donate_interface-comment-message' => "Het u 'n gedagte om met die wêreld te deel? Plaas tot 200 karakters hier:", |
111 | | - 'donate_interface-comment-label' => 'Opmerking:', |
112 | | - 'donate_interface-anon-message' => 'Lys asseblief my naam (langs my opmerking) op die publiek lys van skenkers.', |
113 | | - 'donate_interface-email-agreement' => 'Ek stem in om af en toe e-pos vanaf die Wikimedia-stigting te ontvang.', |
114 | | - 'donate_interface-comment-title' => 'Publieke kommentaar', |
115 | | - 'donate_interface-amount-error' => "**Sleutel asseblief 'n geldige bedrag in**", |
116 | | - 'donate_interface-processing-error' => "Daar was 'n fout tydens die verwerking van u versoek. |
117 | | -Geen verwerkers is beskikbaar nie.", |
118 | | - 'donate_interface-GBP' => 'GBP: Britse pond', |
119 | | - 'donate_interface-EUR' => 'EUR: Euro', |
120 | | - 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
121 | | - 'donate_interface-AUD' => 'AUD: Australiese dollar', |
122 | | - 'donate_interface-CAD' => 'CAD: Kanadese dollar', |
123 | | - 'donate_interface-CHF' => 'CHF: Switserse frank', |
124 | | - 'donate_interface-CZK' => 'CZK: Tsjeggiese kroon', |
125 | | - 'donate_interface-DKK' => 'DKK: Deense kroon', |
126 | | - 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
127 | | - 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
128 | | - 'donate_interface-JPY' => 'JPY: Japannese jen', |
129 | | - 'donate_interface-NZD' => 'NZD: Nieu-Seelandse dollar', |
130 | | - 'donate_interface-NOK' => 'NOK: Noorse kroon', |
131 | | - 'donate_interface-PLN' => 'PLN: Poolse zloty', |
132 | | - 'donate_interface-SGD' => 'SGD: Singaporese dollar', |
133 | | - 'donate_interface-SEK' => 'SEK: Sweedse kroon', |
134 | | - 'donate_interface-ILS' => 'ILS: Israeliese shekel', |
135 | | -); |
136 | | - |
137 | | -/** Angika (अङ्गिका) |
138 | | - * @author Angpradesh |
139 | | - */ |
140 | | -$messages['anp'] = array( |
141 | | - 'donate_interface' => 'विकिपीडिया कॆ मदद करॊ', |
142 | | - 'donate_interface-desc' => 'गेटवे विस्तारयुक्त दान पृष्ठ', |
143 | | - 'donate_interface-intro' => 'कृपा करी कॆ भुगतान विधि, राशि आरू मुद्रा चुनॊ.', |
144 | | - 'donate_interface-amount' => 'दान राशि', |
145 | | - 'donate_interface-other-amount' => 'अन्य राशि', |
146 | | - 'donate_interface-currency' => 'मुद्रा', |
147 | | - 'donate_interface-gateway' => 'भुगतान विधि', |
148 | | - 'donate_interface-submit-button' => 'दान करॊ', |
149 | | -); |
150 | | - |
151 | | -/** Arabic (العربية) |
152 | | - * @author Meno25 |
153 | | - * @author OsamaK |
154 | | - * @author ترجمان05 |
155 | | - */ |
156 | | -$messages['ar'] = array( |
157 | | - 'donate_interface' => 'ادعم ويكيميديا', |
158 | | - 'donate_interface-desc' => 'صفحة استقبال التبرعات التي تتعامل مع امتدادي العبور', |
159 | | - 'donate_interface-intro' => 'من فضلك اختر وسيلة الدفع ومقداره وعملته.', |
160 | | - 'donate_interface-amount' => 'مقدار التبرع:', |
161 | | - 'donate_interface-other-amount' => 'مقدار آخر', |
162 | | - 'donate_interface-currency' => 'العملة:', |
163 | | - 'donate_interface-gateway' => 'أسلوب الدفع:', |
164 | | - 'donate_interface-submit-button' => 'تبرّع', |
165 | | - 'donate_interface-comment-message' => 'هل لديك رأي تريد مشاركته من العالم؟ اكتب ما يصل إلى 200 حرف هنا:', |
166 | | - 'donate_interface-comment-label' => 'التعليق:', |
167 | | - 'donate_interface-anon-message' => 'الرجاء سرد اسمي (بجانب تعليقي) في قائمة المتبرعين العلنية.', |
168 | | - 'donate_interface-email-agreement' => 'أوافق على استلام رسائل من فترة إلى أخرى من مؤسسة ويكيميديا.', |
169 | | - 'donate_interface-comment-title' => 'تعليق علني', |
170 | | - 'donate_interface-amount-error' => '**من فضلك أدخل مقدارًا صالحًا**', |
171 | | - 'donate_interface-processing-error' => 'ثمة خطأ أثناء معالجة طلبك. لا معالج متوفر.', |
172 | | - 'donate_interface-GBP' => 'GBP: الجنيه الإسترليني', |
173 | | - 'donate_interface-EUR' => 'EUR: اليورو', |
174 | | - 'donate_interface-USD' => 'USD: الدولار الأمريكي', |
175 | | - 'donate_interface-AUD' => 'AUD: الدولار الأسترالي', |
176 | | - 'donate_interface-CAD' => 'CAD: الدولار الكندي', |
177 | | - 'donate_interface-CHF' => 'CHF: الفرنك السويسري', |
178 | | - 'donate_interface-CZK' => 'CZK: الكرونا التشيكية', |
179 | | - 'donate_interface-DKK' => 'DKK: الكرونة الدنمركية', |
180 | | - 'donate_interface-HKD' => 'HKD: دولار هونغ كونغ', |
181 | | - 'donate_interface-HUF' => 'HUF: الفورنت الهنغاري', |
182 | | - 'donate_interface-JPY' => 'JPY: الين الياباني', |
183 | | - 'donate_interface-NZD' => 'NZD: دولار نيوزيلندا', |
184 | | - 'donate_interface-NOK' => 'NOK: الكرونة النرويجية', |
185 | | - 'donate_interface-PLN' => 'PLN: الزلوتي البولندي', |
186 | | - 'donate_interface-SGD' => 'SGD: دولار سنغافورة', |
187 | | - 'donate_interface-SEK' => 'SEK: الكرونا السويدية', |
188 | | - 'donate_interface-ILS' => 'ILS: الشاقل الإسرائيلي', |
189 | | -); |
190 | | - |
191 | | -/** Egyptian Spoken Arabic (مصرى) |
192 | | - * @author Meno25 |
193 | | - */ |
194 | | -$messages['arz'] = array( |
195 | | - 'donate_interface-GBP' => 'GBP: الجنيه الإسترليني', |
196 | | - 'donate_interface-EUR' => 'EUR: اليورو', |
197 | | - 'donate_interface-USD' => 'USD: الدولار الأمريكي', |
198 | | - 'donate_interface-AUD' => 'AUD: الدولار الأسترالي', |
199 | | - 'donate_interface-CAD' => 'CAD: الدولار الكندي', |
200 | | - 'donate_interface-JPY' => 'JPY: الين الياباني', |
201 | | -); |
202 | | - |
203 | | -/** Azerbaijani (Azərbaycanca) |
204 | | - * @author Cekli829 |
205 | | - * @author Emperyan |
206 | | - */ |
207 | | -$messages['az'] = array( |
208 | | - 'donate_interface' => 'Vikimedyayı dəstəkləyin', |
209 | | - 'donate_interface-desc' => 'Şəbəkə keçidi uzadılmalarını inteqrasiya edən hədiyyə səhifəsi', |
210 | | - 'donate_interface-intro' => 'Xahiş edirik bir ödəmə şəkli, miqdarı və pul vahidi seçin.', |
211 | | - 'donate_interface-amount' => 'Fədakarlıq miqdarı:', |
212 | | - 'donate_interface-other-amount' => 'Digər miqdar', |
213 | | - 'donate_interface-currency' => 'Pul vahidi:', |
214 | | - 'donate_interface-gateway' => 'Ödəmə şəkli:', |
215 | | - 'donate_interface-submit-button' => 'Hədiyyə et', |
216 | | - 'donate_interface-comment-message' => 'Dünya ilə paylaşacaq bir düşüncəniz var? Bura 200 xarakterə qədər yaza bilərsiniz:', |
217 | | - 'donate_interface-comment-label' => 'Şərh:', |
218 | | - 'donate_interface-anon-message' => 'Xahiş edirik addımı (şərhimin yanına) umumi hədiyyə edənlər siyahısında siyahıla.', |
219 | | - 'donate_interface-email-agreement' => 'Vikimedia Foundundan hərdənbir edilən yenilikləri almağı qəbul edirəm.', |
220 | | - 'donate_interface-comment-title' => 'Umumi şərh', |
221 | | - 'donate_interface-amount-error' => '**Xahiş olunur bir miqdar daxil edin**', |
222 | | - 'donate_interface-processing-error' => 'İstəyinizə işlənməsində bir səhv meydana gəldi. Uyğun prosessor yoxdur.', |
223 | | - 'donate_interface-GBP' => 'GBP: İngilis Sterlinqi', |
224 | | - 'donate_interface-EUR' => 'EUR: Avro', |
225 | | - 'donate_interface-USD' => 'USD: ABŞ dolları', |
226 | | - 'donate_interface-AUD' => 'AUD: Avstraliya dolları', |
227 | | - 'donate_interface-CAD' => 'CAD: Kanada dolları', |
228 | | - 'donate_interface-CHF' => 'CHF: İsveçrə frankı', |
229 | | - 'donate_interface-CZK' => 'CZK: Çex kronu', |
230 | | - 'donate_interface-DKK' => 'DKK: Danimarka kronu', |
231 | | - 'donate_interface-HKD' => 'HKD: Honq Konq dolları', |
232 | | - 'donate_interface-HUF' => 'HUF: Macar forinti', |
233 | | - 'donate_interface-JPY' => 'JPY: Yapon yeni', |
234 | | - 'donate_interface-NZD' => 'NZD: Yeni Zelandiya dolları', |
235 | | - 'donate_interface-NOK' => 'NOK: Norveç kronu', |
236 | | - 'donate_interface-PLN' => 'PLN: Polşa zlotisi', |
237 | | - 'donate_interface-SGD' => 'SGD: Sinqapur dolları', |
238 | | - 'donate_interface-SEK' => 'SEK: İsveç kronu', |
239 | | - 'donate_interface-ILS' => 'ILS: İsrail şekeli', |
240 | | -); |
241 | | - |
242 | | -/** Bashkir (Башҡортса) |
243 | | - * @author Assele |
244 | | - * @author Haqmar |
245 | | - */ |
246 | | -$messages['ba'] = array( |
247 | | - 'donate_interface' => 'Викимедиа Фондына ярҙам', |
248 | | - 'donate_interface-desc' => 'Иғәнә йыйыу бите, шлюз киңәйеүҙәре менән берләштереү', |
249 | | - 'donate_interface-intro' => 'Зинһар, түләү ысулын, күләмен һәм валютаһын һайлағыҙ.', |
250 | | - 'donate_interface-amount' => 'Иғәнә күләме:', |
251 | | - 'donate_interface-other-amount' => 'Башҡа күләм', |
252 | | - 'donate_interface-currency' => 'Валюта:', |
253 | | - 'donate_interface-gateway' => 'Түләү ысулы:', |
254 | | - 'donate_interface-submit-button' => 'Иғәнә бирергә', |
255 | | - 'donate_interface-comment-message' => 'Һеҙҙең донъя менән бүлешергә теләгән фекерҙәрегеҙ бармы? Бында 200 хәрефкә тиклем хәбәр ҡалдырығыҙ:', |
256 | | - 'donate_interface-comment-label' => 'Иҫкәрмә:', |
257 | | - 'donate_interface-anon-message' => 'Зинһар, дөйөм иғәнә биреүселәр исемлегендә минең исемемде (минең иҫкәрмәм янында) күрһәтегеҙ.', |
258 | | - 'donate_interface-email-agreement' => 'Мин ара-тирә Викимедиа Фондынан яңыртыуҙар алырға ризамын.', |
259 | | - 'donate_interface-comment-title' => 'Дөйөм иҫкәрмә', |
260 | | - 'donate_interface-amount-error' => '**Зинһар, дөрөҫ күләм керетегеҙ**', |
261 | | - 'donate_interface-processing-error' => 'Һеҙҙең һорауығыҙҙы эшкәртеү ваҡытында хата килеп сыҡты. |
262 | | -Бер процессорҙы ла ҡулланыу мөмкин түгел.', |
263 | | - 'donate_interface-GBP' => 'GBP: Британия фунт-стерлингы', |
264 | | - 'donate_interface-EUR' => 'EUR: Евро', |
265 | | - 'donate_interface-USD' => 'USD: АҠШ доллары', |
266 | | - 'donate_interface-AUD' => 'AUD: Австралия доллары', |
267 | | - 'donate_interface-CAD' => 'CAD: Канада доллары', |
268 | | - 'donate_interface-CHF' => 'CHF: Швейцария франкы', |
269 | | - 'donate_interface-CZK' => 'CZK: Чехия кроны', |
270 | | - 'donate_interface-DKK' => 'DKK: Дания кроны', |
271 | | - 'donate_interface-HKD' => 'HKD: Гонг Конг доллары', |
272 | | - 'donate_interface-HUF' => 'HUF: Венгр флоринты', |
273 | | - 'donate_interface-JPY' => 'JPY: Япон йенаһы', |
274 | | - 'donate_interface-NZD' => 'NZD: Яңы Зеландия доллары', |
275 | | - 'donate_interface-NOK' => 'NOK: Норвегия кроны', |
276 | | - 'donate_interface-PLN' => 'PLN: Поляк злотыһы', |
277 | | - 'donate_interface-SGD' => 'SGD: Сингапур доллары', |
278 | | - 'donate_interface-SEK' => 'SEK: Швед кронаһы', |
279 | | - 'donate_interface-ILS' => 'ILS: Израиль шекеле', |
280 | | -); |
281 | | - |
282 | | -/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
283 | | - * @author EugeneZelenko |
284 | | - * @author Jim-by |
285 | | - */ |
286 | | -$messages['be-tarask'] = array( |
287 | | - 'donate_interface' => 'Падтрымайце фундацыю «Вікімэдыя»', |
288 | | - 'donate_interface-desc' => 'Старонка збору ахвяраваньняў, якая інтэгруе пашырэньні-шлюзы', |
289 | | - 'donate_interface-intro' => 'Калі ласка, выберыце мэтад плацяжу, суму і валюту.', |
290 | | - 'donate_interface-amount' => 'Сума ахвяраваньня:', |
291 | | - 'donate_interface-other-amount' => 'Іншая сума', |
292 | | - 'donate_interface-currency' => 'Валюта:', |
293 | | - 'donate_interface-gateway' => 'Мэтад плацяжу:', |
294 | | - 'donate_interface-submit-button' => 'Ахвяраваць', |
295 | | - 'donate_interface-comment-message' => 'Маеце думкі, якімі хочаце падзяліцца са сьветам? Пакіньце тут паведамленьне не болей 200 сымбаляў:', |
296 | | - 'donate_interface-comment-label' => 'Камэнтар:', |
297 | | - 'donate_interface-anon-message' => 'Калі ласка, дадайце маё імя ў сьпіс (каля майго камэнтара) у публічным сьпісе ахвяравальнікаў.', |
298 | | - 'donate_interface-email-agreement' => 'Я згодны атрымліваць пэрыядычныя электронныя лісты з навінамі фундацыі «Вікімэдыя».', |
299 | | - 'donate_interface-comment-title' => 'Публічны камэнтар', |
300 | | - 'donate_interface-amount-error' => '**Калі ласка, увядзіце слушную суму**', |
301 | | - 'donate_interface-processing-error' => 'Адбылася памылка падчас апрацоўкі Вашага запыту. |
302 | | -Няма даступных працэсараў.', |
303 | | - 'donate_interface-GBP' => 'GBP: брытанскі фунт', |
304 | | - 'donate_interface-EUR' => 'EUR: эўра', |
305 | | - 'donate_interface-USD' => 'USD: даляр ЗША', |
306 | | - 'donate_interface-AUD' => 'AUD: аўстралійскі даляр', |
307 | | - 'donate_interface-CAD' => 'CAD: канадзкі даляр', |
308 | | - 'donate_interface-CHF' => 'CHF: швайцарскі франк', |
309 | | - 'donate_interface-CZK' => 'CZK: чэская крона', |
310 | | - 'donate_interface-DKK' => 'DKK: дацкая крона', |
311 | | - 'donate_interface-HKD' => 'HKD: ганконгскі даляр', |
312 | | - 'donate_interface-HUF' => 'HUF: вугорскі форынт', |
313 | | - 'donate_interface-JPY' => 'JPY: японская ена', |
314 | | - 'donate_interface-NZD' => 'NZD: новазэляндзкі даляр', |
315 | | - 'donate_interface-NOK' => 'NOK: нарвэская крона', |
316 | | - 'donate_interface-PLN' => 'PLN: польскі злоты', |
317 | | - 'donate_interface-SGD' => 'SGD: сынгапурскі даляр', |
318 | | - 'donate_interface-SEK' => 'SEK: швэдзкая крона', |
319 | | - 'donate_interface-ILS' => 'ILS: ізраільскі шэкель', |
320 | | -); |
321 | | - |
322 | | -/** Bulgarian (Български) |
323 | | - * @author Spiritia |
324 | | - * @author Turin |
325 | | - */ |
326 | | -$messages['bg'] = array( |
327 | | - 'donate_interface' => 'Подкрепете Уикимедия', |
328 | | - 'donate_interface-desc' => 'Начална дарителска страница,интегрираща порталните разширения', |
329 | | - 'donate_interface-intro' => 'Моля, изберете метод на плащане, размер и валута.', |
330 | | - 'donate_interface-amount' => 'Размер на дарението:', |
331 | | - 'donate_interface-other-amount' => 'Друга сума', |
332 | | - 'donate_interface-currency' => 'Валута:', |
333 | | - 'donate_interface-gateway' => 'Начин на плащане:', |
334 | | - 'donate_interface-submit-button' => 'Даряване', |
335 | | - 'donate_interface-comment-message' => 'Искате ли да споделите нещо със света? Поставете тук вашия коментар (до 200 знака):', |
336 | | - 'donate_interface-comment-label' => 'Коментар:', |
337 | | - 'donate_interface-anon-message' => 'Искам името ми да бъде включено (наред с коментара ми) в публичния лист на дарителите.', |
338 | | - 'donate_interface-email-agreement' => 'Съгласен съм от време на време да получавам по имейл новини от Фондация Уикимедия.', |
339 | | - 'donate_interface-comment-title' => 'Публичен коментар', |
340 | | - 'donate_interface-amount-error' => 'Моля, въведете коректна сума', |
341 | | - 'donate_interface-processing-error' => 'Настъпи грешка при обработката на заявката ви. Нямаше налични процесори.', |
342 | | - 'donate_interface-GBP' => 'GBP: британска лира', |
343 | | - 'donate_interface-EUR' => 'EUR: евро', |
344 | | - 'donate_interface-USD' => 'USD: американски долар', |
345 | | - 'donate_interface-AUD' => 'AUD: австралийски долар', |
346 | | - 'donate_interface-CAD' => 'CAD: канадски долар', |
347 | | - 'donate_interface-CHF' => 'CHF: швейцарски франк', |
348 | | - 'donate_interface-CZK' => 'CZK: чешка крона', |
349 | | - 'donate_interface-DKK' => 'DKK: датска крона', |
350 | | - 'donate_interface-HKD' => 'HKD: хонгконгски долар', |
351 | | - 'donate_interface-HUF' => 'HUF: унгарски форинт', |
352 | | - 'donate_interface-JPY' => 'JPY: японска йена', |
353 | | - 'donate_interface-NZD' => 'NZD: новозеландски долар', |
354 | | - 'donate_interface-NOK' => 'NOK: норвежка крона', |
355 | | - 'donate_interface-PLN' => 'PLN: полска злота', |
356 | | - 'donate_interface-SGD' => 'SGD: сингапурски долар', |
357 | | - 'donate_interface-SEK' => 'SEK: шведска крона', |
358 | | - 'donate_interface-ILS' => 'ILS: израелски шекел', |
359 | | -); |
360 | | - |
361 | | -/** Bengali (বাংলা) |
362 | | - * @author Wikitanvir |
363 | | - */ |
364 | | -$messages['bn'] = array( |
365 | | - 'donate_interface' => 'উইকিমিডিয়াকে সাহায্য করুন', |
366 | | - 'donate_interface-desc' => 'ডোনেশন ল্যান্ডিং পাতাগুলো, যেখানে গেটওয়ে এক্সটেনশনগুলো সমন্বিত হয়েছে', |
367 | | - 'donate_interface-intro' => 'অনুগ্রহপূর্বক দানের পদ্ধতি, পরিমাণ, এবং মুদ্রা নির্বাচন করুন।', |
368 | | - 'donate_interface-amount' => 'দানের পরিমাণ:', |
369 | | - 'donate_interface-other-amount' => 'অন্যান্য পরিমাণ', |
370 | | - 'donate_interface-currency' => 'মুদ্রা:', |
371 | | - 'donate_interface-gateway' => 'দানের পদ্ধতি:', |
372 | | - 'donate_interface-submit-button' => 'দান করুন', |
373 | | - 'donate_interface-comment-message' => 'বিশ্বের সাথে ভাগাভাগি করার মতো কোনো ভাবনা রয়েছে? ২০০ অক্ষরের মাঝে তা প্রকাশ করুন।', |
374 | | - 'donate_interface-comment-label' => 'মন্তব্য:', |
375 | | - 'donate_interface-anon-message' => 'সর্বসাধারণের জন্য উন্মুক্ত দাতার তালিকায় আমার নাম তালিকাভুক্ত করুন (আমার মন্তব্যের পাশে)।', |
376 | | - 'donate_interface-email-agreement' => 'আমি উইকিমিডিয়া ফাউন্ডেশন কর্তৃক বিভিন্ন উপলক্ষ্য ভিত্তিক ই-মেইল আপডেট পেতে আগ্রহী।', |
377 | | - 'donate_interface-comment-title' => 'সর্বসাধারণের জন্য উন্মুক্ত মন্তব্য', |
378 | | - 'donate_interface-amount-error' => '**অনুগ্রহপূর্বক একটি উপযুক্ত পরিমাণ প্রবেশ করান**', |
379 | | - 'donate_interface-processing-error' => 'আপনার অনুরোধটি প্রক্রিয়াকৃত হওয়ার সময় কোনো সমস্যা পরিলক্ষিত হয়েছে। |
380 | | -কোনো প্রসেসর পাওয়া যায়নি।', |
381 | | - 'donate_interface-GBP' => 'GBP: ব্রিটিশ পাউন্ড', |
382 | | - 'donate_interface-EUR' => 'EUR: ইউরো', |
383 | | - 'donate_interface-USD' => 'USD: মার্কিন ডলার', |
384 | | - 'donate_interface-AUD' => 'AUD: অস্ট্রেলীয় ডলার', |
385 | | - 'donate_interface-CAD' => 'CAD: কানাডীয় ডলার', |
386 | | - 'donate_interface-CHF' => 'CHF: সুইস ফ্রাংক', |
387 | | - 'donate_interface-CZK' => 'CZK: চেক করুনা', |
388 | | - 'donate_interface-DKK' => 'DKK: ড্যানিশ ক্রোন', |
389 | | - 'donate_interface-HKD' => 'HKD: হং কং ডলার', |
390 | | - 'donate_interface-HUF' => 'HUF: হাঙ্গেরীয় ফোরিন্ট', |
391 | | - 'donate_interface-JPY' => 'JPY: জাপানি ইয়েন', |
392 | | - 'donate_interface-NZD' => 'NZD: নিউজিল্যান্ড ডলার', |
393 | | - 'donate_interface-NOK' => 'NOK: নরওয়েজীয় ক্রোন', |
394 | | - 'donate_interface-PLN' => 'PLN: পোলীয় জোয়াটি', |
395 | | - 'donate_interface-SGD' => 'SGD: সিঙ্গাপুর ডলার', |
396 | | - 'donate_interface-SEK' => 'SEK: সুয়েডীয় ক্রোনা', |
397 | | - 'donate_interface-ILS' => 'ILS: ইসরায়েলী শেকেল', |
398 | | -); |
399 | | - |
400 | | -/** Breton (Brezhoneg) |
401 | | - * @author Fohanno |
402 | | - * @author Fulup |
403 | | - * @author Gwendal |
404 | | - */ |
405 | | -$messages['br'] = array( |
406 | | - 'donate_interface' => 'Skoazellañ Wikimedia', |
407 | | - 'donate_interface-desc' => 'Pajenn emgavout evit an donezonoù enni ar modulennoù paeañ', |
408 | | - 'donate_interface-intro' => 'Dibabit ur mod paeañ, ur sammad hag ur moneiz.', |
409 | | - 'donate_interface-amount' => 'Sammad an donezon :', |
410 | | - 'donate_interface-other-amount' => 'Sammad all', |
411 | | - 'donate_interface-currency' => 'Moneiz :', |
412 | | - 'donate_interface-gateway' => 'Doare paeañ :', |
413 | | - 'donate_interface-submit-button' => 'Ober un donezon', |
414 | | - 'donate_interface-comment-message' => "Kas ur c'hemenn d'ar bed-holl a fell deoc'h ober ? Gallout a rit skrivañ betek 200 arouezenn amañ :", |
415 | | - 'donate_interface-comment-label' => 'Evezhiadenn :', |
416 | | - 'donate_interface-anon-message' => 'Lakait ma anv (ouzh ma evezhiadenn) war roll foran an dud o deus roet un dra bennak.', |
417 | | - 'donate_interface-email-agreement' => 'A-du emaon da zegemer posteloù kelaouiñ a-berzh Diazezadur Wikimedia ur wezh dre vare.', |
418 | | - 'donate_interface-comment-title' => 'Kemenn publik', |
419 | | - 'donate_interface-amount-error' => '**Merkit ur sammad reizh**', |
420 | | - 'donate_interface-processing-error' => "Ur fazi zo bet e-ser plediñ gant ho koulenn. N'haller ket tizhout prosesor ebet.", |
421 | | - 'donate_interface-GBP' => 'GBP : Lur saoz', |
422 | | - 'donate_interface-EUR' => 'EUR : Euro', |
423 | | - 'donate_interface-USD' => 'USD : Dollar SUA', |
424 | | - 'donate_interface-AUD' => 'AUD : Dollar aostralian', |
425 | | - 'donate_interface-CAD' => 'CAD : Dollar kanadian', |
426 | | - 'donate_interface-CHF' => 'CHF : Lur Suis', |
427 | | - 'donate_interface-CZK' => 'CZK : Kurunenn Tchek', |
428 | | - 'donate_interface-DKK' => 'DKK : Kurunenn Danmark', |
429 | | - 'donate_interface-HKD' => 'HKD : Dollar Hong Kong', |
430 | | - 'donate_interface-HUF' => 'HUF : Forint Hungaria', |
431 | | - 'donate_interface-JPY' => 'JPY : Yen Japan', |
432 | | - 'donate_interface-NZD' => 'NZD : Dollar Zeland-Nevez', |
433 | | - 'donate_interface-NOK' => 'NOK : Kurunenn Norvegia', |
434 | | - 'donate_interface-PLN' => 'PLN : Zloty Polonia', |
435 | | - 'donate_interface-SGD' => 'SGD : Dollar Singapora', |
436 | | - 'donate_interface-SEK' => 'SEK : Kurunenn Sveden', |
437 | | - 'donate_interface-ILS' => 'ILS : Shekel israelat', |
438 | | -); |
439 | | - |
440 | | -/** Bosnian (Bosanski) |
441 | | - * @author CERminator |
442 | | - */ |
443 | | -$messages['bs'] = array( |
444 | | - 'donate_interface' => 'Podržite Wikimediju', |
445 | | - 'donate_interface-desc' => 'Stranica za doniranje koja se integrira u proširenja gatewaya', |
446 | | - 'donate_interface-intro' => 'Molimo vas odaberite način plaćanja, iznos i valutu.', |
447 | | - 'donate_interface-amount' => 'Iznos donacije:', |
448 | | - 'donate_interface-other-amount' => 'Drugi iznos', |
449 | | - 'donate_interface-currency' => 'Valuta:', |
450 | | - 'donate_interface-gateway' => 'Način plaćanja:', |
451 | | - 'donate_interface-submit-button' => 'Doniraj', |
452 | | - 'donate_interface-comment-message' => 'Imate li mišljenje da podijelite sa svijetom? Unesite do 200 znakova ovdje:', |
453 | | - 'donate_interface-comment-label' => 'Komentar:', |
454 | | - 'donate_interface-anon-message' => 'Molim pokažite moje ime (pored mog komentara) na javni spisak donatora.', |
455 | | - 'donate_interface-email-agreement' => 'Slažem se da dobijam povremena e-mail obavještenja od Wikimedia Fondacije.', |
456 | | - 'donate_interface-comment-title' => 'Javni komentar', |
457 | | - 'donate_interface-amount-error' => '**Molimo unesite valjani iznos**', |
458 | | - 'donate_interface-processing-error' => 'Desila se greška pri obradi vašeg zahtjeva. |
459 | | -Nisu dostupni procesori.', |
460 | | - 'donate_interface-GBP' => 'GBP: Britanska funta', |
461 | | - 'donate_interface-EUR' => 'EUR: Euro', |
462 | | - 'donate_interface-USD' => 'USD: Američki dolar', |
463 | | - 'donate_interface-AUD' => 'AUD: Australijski dolar', |
464 | | - 'donate_interface-CAD' => 'CAD: Kanadski dolar', |
465 | | - 'donate_interface-CHF' => 'CHF: Švicarski franak', |
466 | | - 'donate_interface-CZK' => 'CZK: Češka kruna', |
467 | | - 'donate_interface-DKK' => 'DKK: Danska kruna', |
468 | | - 'donate_interface-HKD' => 'HKD: Honkonški dolar', |
469 | | - 'donate_interface-HUF' => 'HUF: Mađarska forinta', |
470 | | - 'donate_interface-JPY' => 'JPY: Japanski jen', |
471 | | - 'donate_interface-NZD' => 'NZD: Novozelandski dolar', |
472 | | - 'donate_interface-NOK' => 'NOK: Norveška kruna', |
473 | | - 'donate_interface-PLN' => 'PLN: Poljski zloti', |
474 | | - 'donate_interface-SGD' => 'SGD: Singapurski dolar', |
475 | | - 'donate_interface-SEK' => 'SEK: Švedska kruna', |
476 | | - 'donate_interface-ILS' => 'ILS: Izraelski šekel', |
477 | | -); |
478 | | - |
479 | | -/** Catalan (Català) |
480 | | - * @author SMP |
481 | | - * @author Solde |
482 | | - * @author Vriullop |
483 | | - */ |
484 | | -$messages['ca'] = array( |
485 | | - 'donate_interface' => 'Ajudeu Wikimedia', |
486 | | - 'donate_interface-desc' => "Pàgina d'arribada de donatius que integra extensions de mòduls de pagament", |
487 | | - 'donate_interface-intro' => "Escolliu el mètode de pagament, l'import i la divisa.", |
488 | | - 'donate_interface-amount' => 'Import del donatiu:', |
489 | | - 'donate_interface-other-amount' => 'Altra quantitat', |
490 | | - 'donate_interface-currency' => 'Moneda:', |
491 | | - 'donate_interface-gateway' => 'Mètode de pagament:', |
492 | | - 'donate_interface-submit-button' => 'Fes un donatiu', |
493 | | - 'donate_interface-comment-message' => 'Voleu compartir un pensament amb el món? Escriviu-lo aquí (fins a 200 caràcters):', |
494 | | - 'donate_interface-comment-label' => 'Comentari:', |
495 | | - 'donate_interface-anon-message' => 'Anoteu el meu nom (al costat del comentari) a la llista pública de donants.', |
496 | | - 'donate_interface-email-agreement' => 'Accepto rebre novetats ocasionals de la Fundació Wikimedia per correu electrònic.', |
497 | | - 'donate_interface-comment-title' => 'Comentari públic', |
498 | | - 'donate_interface-amount-error' => '**Introduïu un import vàlid**', |
499 | | - 'donate_interface-processing-error' => 'Hi ha hagut un error en processar la vostra petició. |
500 | | -No hi ha processadors disponibles.', |
501 | | - 'donate_interface-GBP' => 'GBP: Lliura esterlina', |
502 | | - 'donate_interface-EUR' => 'EUR: Euro', |
503 | | - 'donate_interface-USD' => 'USD: Dòlar estatunidenc', |
504 | | - 'donate_interface-AUD' => 'AUD: Dòlar australià', |
505 | | - 'donate_interface-CAD' => 'CAD: Dòlar canadenc', |
506 | | - 'donate_interface-CHF' => 'CHF: Franc suís', |
507 | | - 'donate_interface-CZK' => 'CZK: Corona txeca', |
508 | | - 'donate_interface-DKK' => 'DKK: Corona danesa', |
509 | | - 'donate_interface-HKD' => 'HKD: Dòlar de Hong Kong', |
510 | | - 'donate_interface-HUF' => 'HUF: Fòrint hongarès', |
511 | | - 'donate_interface-JPY' => 'JPY: Ien japonès', |
512 | | - 'donate_interface-NZD' => 'NZD: Dòlar neozelandès', |
513 | | - 'donate_interface-NOK' => 'NOK: Corona noruega', |
514 | | - 'donate_interface-PLN' => 'PLN: Zloty polonès', |
515 | | - 'donate_interface-SGD' => 'SGD: Dòlar de Singapur', |
516 | | - 'donate_interface-SEK' => 'SEK: Corona sueca', |
517 | | - 'donate_interface-ILS' => 'ILS: Nou xéquel israelià', |
518 | | -); |
519 | | - |
520 | | -/** Czech (Česky) |
521 | | - * @author Mormegil |
522 | | - */ |
523 | | -$messages['cs'] = array( |
524 | | - 'donate_interface' => 'Podpora nadace Wikimedia', |
525 | | - 'donate_interface-desc' => 'Cílová stránka pro přispěvatele, sjednocující rozhraní k platebním branám', |
526 | | - 'donate_interface-intro' => 'Zvolte si způsob platby, částku a měnu.', |
527 | | - 'donate_interface-amount' => 'Výše příspěvku:', |
528 | | - 'donate_interface-other-amount' => 'Jiná částka', |
529 | | - 'donate_interface-currency' => 'Měna:', |
530 | | - 'donate_interface-gateway' => 'Způsob platby:', |
531 | | - 'donate_interface-submit-button' => 'Přispět', |
532 | | - 'donate_interface-comment-message' => 'Chcete se podělit o nějakou myšlenku se světem? Napište sem nejvýše 200 znaků:', |
533 | | - 'donate_interface-comment-label' => 'Komentář:', |
534 | | - 'donate_interface-anon-message' => 'Uveďte mé jméno (spolu s mým komentářem) na veřejném seznamu dárců.', |
535 | | - 'donate_interface-email-agreement' => 'Souhlasím, aby mi Wikimedia Foundation občas zasílala e-mailem novinky.', |
536 | | - 'donate_interface-comment-title' => 'Veřejný komentář', |
537 | | - 'donate_interface-amount-error' => '**Zadejte platnou částku**', |
538 | | - 'donate_interface-processing-error' => 'Při zpracovávání vašeho příspěvku došlo k chybě. |
539 | | -Není dostupný žádný platební procesor.', |
540 | | - 'donate_interface-GBP' => 'GBP: Britská libra', |
541 | | - 'donate_interface-EUR' => 'EUR: Euro', |
542 | | - 'donate_interface-USD' => 'USD: Americký dolar', |
543 | | - 'donate_interface-AUD' => 'AUD: Australský dolar', |
544 | | - 'donate_interface-CAD' => 'CAD: Kanadský dolar', |
545 | | - 'donate_interface-CHF' => 'CHF: Švýcarský frank', |
546 | | - 'donate_interface-CZK' => 'CZK: Česká koruna', |
547 | | - 'donate_interface-DKK' => 'DKK: Dánská koruna', |
548 | | - 'donate_interface-HKD' => 'HKD: Hongkongský dolar', |
549 | | - 'donate_interface-HUF' => 'HUF: Maďarský forint', |
550 | | - 'donate_interface-JPY' => 'JPY: Japonský jen', |
551 | | - 'donate_interface-NZD' => 'NZD: Novozélandský dolar', |
552 | | - 'donate_interface-NOK' => 'NOK: Norská koruna', |
553 | | - 'donate_interface-PLN' => 'PLN: Polský zlotý', |
554 | | - 'donate_interface-SGD' => 'SGD: Singapurský dolar', |
555 | | - 'donate_interface-SEK' => 'SEK: Švédská koruna', |
556 | | - 'donate_interface-ILS' => 'ILS: Izraelský šekel', |
557 | | -); |
558 | | - |
559 | | -/** Church Slavic (Словѣ́ньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ) |
560 | | - * @author ОйЛ |
561 | | - */ |
562 | | -$messages['cu'] = array( |
563 | | - 'donate_interface-currency' => 'платьно срѣдьство :', |
564 | | - 'donate_interface-submit-button' => 'даꙗниꙗ сътворѥниѥ', |
565 | | - 'donate_interface-EUR' => 'EUR: єѵрѡ', |
566 | | - 'donate_interface-USD' => 'USD: амєрїканьскъ доларъ', |
567 | | - 'donate_interface-AUD' => 'AUD: аѵстралїискъ доларъ', |
568 | | - 'donate_interface-CAD' => 'CAD: канадьскъ доларъ', |
569 | | -); |
570 | | - |
571 | | -/** Welsh (Cymraeg) |
572 | | - * @author Lloffiwr |
573 | | - */ |
574 | | -$messages['cy'] = array( |
575 | | - 'donate_interface' => 'Cefnogwch Wikimedia', |
576 | | - 'donate_interface-desc' => "Gosod tudalen lanio sy'n integreiddio estyniadau porth", |
577 | | - 'donate_interface-intro' => "Dewiswch fodd talu, y swm, a'r math o arian breiniol.", |
578 | | - 'donate_interface-amount' => 'Swm y rhodd:', |
579 | | - 'donate_interface-other-amount' => 'Swm arall', |
580 | | - 'donate_interface-currency' => 'Math o arian breiniol:', |
581 | | - 'donate_interface-gateway' => 'Modd talu:', |
582 | | - 'donate_interface-submit-button' => 'Rhoi', |
583 | | - 'donate_interface-comment-message' => "Oes gennych rywbeth i'w ddweud wrth y byd? Gallwch ysgrifennu hyd at 200 llythyren yma:", |
584 | | - 'donate_interface-comment-label' => 'Sylw:', |
585 | | - 'donate_interface-anon-message' => 'Rhowch fy enw (wrth ymyl fy sylw) ar y rhestr gyhoeddus o roddwyr.', |
586 | | - 'donate_interface-email-agreement' => 'Rwyn cytuno i dderbyn ambell i e-bost o newyddion oddi wrth Sefydliad Wikimedia.', |
587 | | - 'donate_interface-comment-title' => 'Sylw cyhoeddus', |
588 | | - 'donate_interface-amount-error' => '**Byddwch gystal gosod swm dilys**', |
589 | | - 'donate_interface-processing-error' => 'Cafwyd gwall wrth drin eich cais. Nid oes prosesydd ar gael.', |
590 | | - 'donate_interface-GBP' => 'GBP: Punt Prydain', |
591 | | - 'donate_interface-EUR' => 'EUR: Euro', |
592 | | - 'donate_interface-USD' => 'USD: Doler U.D.A.', |
593 | | - 'donate_interface-AUD' => 'AUD: Doler Awstralia', |
594 | | - 'donate_interface-CAD' => 'CAD: Doler Canada', |
595 | | - 'donate_interface-CHF' => 'CHF: Ffranc y Swistir', |
596 | | - 'donate_interface-CZK' => 'CZK: Koruna Gwlad Tsiec', |
597 | | - 'donate_interface-DKK' => 'DKK: Krone Denmarc', |
598 | | - 'donate_interface-HKD' => 'HKD: Doler Hong Kong', |
599 | | - 'donate_interface-HUF' => 'HUF: Fforint Hwngari', |
600 | | - 'donate_interface-JPY' => 'JPY: Yen Japan', |
601 | | - 'donate_interface-NZD' => 'NZD: Doler Seland Newydd', |
602 | | - 'donate_interface-NOK' => 'NOK: Krone Norwy', |
603 | | - 'donate_interface-PLN' => 'PLN: Zloty Gwlad Pwyl', |
604 | | - 'donate_interface-SGD' => 'SGD: Doler Singapôr', |
605 | | - 'donate_interface-SEK' => 'SEK: Krona Sweden', |
606 | | - 'donate_interface-ILS' => 'ILS: Shekel Israel', |
607 | | -); |
608 | | - |
609 | | -/** Danish (Dansk) |
610 | | - * @author Peter Alberti |
611 | | - */ |
612 | | -$messages['da'] = array( |
613 | | - 'donate_interface' => 'Støt Wikimedia', |
614 | | - 'donate_interface-desc' => 'Donationsdestinationsside, som integrerer passage-udvidelser', |
615 | | - 'donate_interface-intro' => 'Vælg venligst betalingsmetode, beløb og møntfod.', |
616 | | - 'donate_interface-amount' => 'Donationsbeløb:', |
617 | | - 'donate_interface-other-amount' => 'Andet beløb', |
618 | | - 'donate_interface-currency' => 'Møntfod:', |
619 | | - 'donate_interface-gateway' => 'Betalingsmetode:', |
620 | | - 'donate_interface-submit-button' => 'Donér', |
621 | | - 'donate_interface-comment-message' => 'Har du en tanke, du ønsker at dele med verden? Skriv op til 200 tegn her:', |
622 | | - 'donate_interface-comment-label' => 'Kommentar:', |
623 | | - 'donate_interface-anon-message' => 'Angiv venligst mit navn (ved siden af min kommentarer) på den offentlige liste over donorer.', |
624 | | - 'donate_interface-email-agreement' => 'Jeg samtykker i at modtage lejlighedsvise email-opdateringer fra Wikimedia Foundation.', |
625 | | - 'donate_interface-comment-title' => 'Offentlig kommentar', |
626 | | - 'donate_interface-amount-error' => '**Angiv venligst et gyldigt beløb**', |
627 | | - 'donate_interface-processing-error' => 'Der opstod en fejl under behandlingen af din forespørgsel. |
628 | | -Ingen processorer er tilgængelige.', |
629 | | - 'donate_interface-GBP' => 'GBP: Britiske pund', |
630 | | - 'donate_interface-EUR' => 'EUR: Euro', |
631 | | - 'donate_interface-USD' => 'USD: USA-dollar', |
632 | | - 'donate_interface-AUD' => 'AUD: Australske dollar', |
633 | | - 'donate_interface-CAD' => 'CAD: Canadiske dollar', |
634 | | - 'donate_interface-CHF' => 'CHF: Schweizerfranc', |
635 | | - 'donate_interface-CZK' => 'CZK: Tjekkiske koruna', |
636 | | - 'donate_interface-DKK' => 'DKK: Danske kroner', |
637 | | - 'donate_interface-HKD' => 'HKD: Hong Kong-dollar', |
638 | | - 'donate_interface-HUF' => 'HUF: Ungarske forint', |
639 | | - 'donate_interface-JPY' => 'JPY: Japanske yen', |
640 | | - 'donate_interface-NZD' => 'NZD: Newzealandske dollar', |
641 | | - 'donate_interface-NOK' => 'NOK: Norske kroner', |
642 | | - 'donate_interface-PLN' => 'PLN: Polske zloty', |
643 | | - 'donate_interface-SGD' => 'SGD: Singapore-dollar', |
644 | | - 'donate_interface-SEK' => 'SEK: Svenske kroner', |
645 | | - 'donate_interface-ILS' => 'ILS: Israelske shekel', |
646 | | -); |
647 | | - |
648 | | -/** German (Deutsch) |
649 | | - * @author ChrisiPK |
650 | | - * @author Kghbln |
651 | | - * @author Tbleher |
652 | | - */ |
653 | | -$messages['de'] = array( |
654 | | - 'donate_interface' => 'Unterstützen Sie Wikimedia', |
655 | | - 'donate_interface-desc' => 'Spenden-landing page, die Gateway-Erweiterungen integriert', |
656 | | - 'donate_interface-intro' => 'Bitte wählen Sie eine Zahlungsmethode, einen Betrag und die Währung.', |
657 | | - 'donate_interface-amount' => 'Spendenbetrag', |
658 | | - 'donate_interface-other-amount' => 'Anderer Betrag', |
659 | | - 'donate_interface-currency' => 'Währung:', |
660 | | - 'donate_interface-gateway' => 'Zahlungsmethode', |
661 | | - 'donate_interface-submit-button' => 'Spenden', |
662 | | - 'donate_interface-comment-message' => 'Haben Sie einen Gedanken, den Sie mit der Welt teilen möchten? Er darf bis zu 200 Zeichen lang sein:', |
663 | | - 'donate_interface-comment-label' => 'Kommentar:', |
664 | | - 'donate_interface-anon-message' => 'Mein Name darf (zusammen mit meinem Kommentar) in der öffentlichen Spenderliste genannt werden.', |
665 | | - 'donate_interface-email-agreement' => 'Ich bin damit einverstanden, gelegentlich per E-Mail aktuelle Informationen von der Wikimedia Foundation zu erhalten.', |
666 | | - 'donate_interface-comment-title' => 'Öffentlicher Kommentar:', |
667 | | - 'donate_interface-amount-error' => '**Bitte einen gültigen Betrag eingeben**', |
668 | | - 'donate_interface-processing-error' => 'Es gab einen Verarbeitungsfehler Ihrer Anfrage. Es ist kein Prozess verfügbar.', |
669 | | - 'donate_interface-GBP' => 'GBP: Britisches Pfund', |
670 | | - 'donate_interface-EUR' => 'EUR: Euro', |
671 | | - 'donate_interface-USD' => 'USD: US-Dollar', |
672 | | - 'donate_interface-AUD' => 'AUD: Australischer Dollar', |
673 | | - 'donate_interface-CAD' => 'CAD: Kanadischer Dollar', |
674 | | - 'donate_interface-CHF' => 'CHF: Schweizer Franken', |
675 | | - 'donate_interface-CZK' => 'CZK: Tschechische Krone', |
676 | | - 'donate_interface-DKK' => 'DKK: Dänische Krone', |
677 | | - 'donate_interface-HKD' => 'HKD: Hongkong-Dollar', |
678 | | - 'donate_interface-HUF' => 'HUF: Ungarischer Forint', |
679 | | - 'donate_interface-JPY' => 'JPY: Japanischer Yen', |
680 | | - 'donate_interface-NZD' => 'NZD: Neuseeland-Dollar', |
681 | | - 'donate_interface-NOK' => 'NOK: Norwegische Krone', |
682 | | - 'donate_interface-PLN' => 'PLN: Polnische Zloty', |
683 | | - 'donate_interface-SGD' => 'SGD: Singapur-Dollar', |
684 | | - 'donate_interface-SEK' => 'SEK: Schwedische Krone', |
685 | | - 'donate_interface-ILS' => 'ILS: Israelischer Schekel', |
686 | | -); |
687 | | - |
688 | | -/** Zazaki (Zazaki) |
689 | | - * @author Xoser |
690 | | - */ |
691 | | -$messages['diq'] = array( |
692 | | - 'donate_interface' => 'Wikipediya rê destek bide', |
693 | | - 'donate_interface-desc' => 'Pelê bexş kerdişi ke extensiyonê gatewayi de keno.', |
694 | | - 'donate_interface-intro' => 'Ma rica keno yew mebluga, dowiz u hacetê bexşi weçine.', |
695 | | - 'donate_interface-amount' => 'Meblugayê bexşi:', |
696 | | - 'donate_interface-other-amount' => 'Miktarê bini', |
697 | | - 'donate_interface-currency' => 'Dowiz:', |
698 | | - 'donate_interface-gateway' => 'Ti seni dano:', |
699 | | - 'donate_interface-submit-button' => 'Bexş', |
700 | | - 'donate_interface-comment-message' => 'Eka yew fiqirê tu est? Tiya de 200 karekteran de binuse:', |
701 | | - 'donate_interface-comment-label' => 'Xulase:', |
702 | | - 'donate_interface-anon-message' => 'Ez rica keno nameyê mi listeyê bexş dayogan de binuse (bin xulaseyê mi).', |
703 | | - 'donate_interface-email-agreement' => "Ez wazenê ke Dernegê Wikimediyayi ra emailan bigeri. |
704 | | -Ma ti ra yew çik niroşenê ya zi enformasyon tu çew ra ni dano. |
705 | | -Ser bexşi politikayê ma tiya de <a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>here</a>", |
706 | | - 'donate_interface-comment-title' => 'Xulasayê şari', |
707 | | - 'donate_interface-amount-error' => '**Ma rica keno yew meblugayê raşti binuse**', |
708 | | - 'donate_interface-processing-error' => 'Yew gelet biyo. Eka processor çini yo.', |
709 | | - 'donate_interface-GBP' => 'GBP: Poundê Ingilizi', |
710 | | - 'donate_interface-EUR' => 'EUR: Ewro', |
711 | | - 'donate_interface-USD' => 'USD: Dolarê Emerikayi', |
712 | | - 'donate_interface-AUD' => 'AUD: Dolarê Awistralyayi', |
713 | | - 'donate_interface-CAD' => 'CAD: Dolarê Kanadayi', |
714 | | - 'donate_interface-CHF' => 'CHF: Frankê isveci', |
715 | | - 'donate_interface-CZK' => 'CZK: Koranayê Ceki', |
716 | | - 'donate_interface-DKK' => 'DKK: Kroneyê Dani', |
717 | | - 'donate_interface-HKD' => 'HKD: Dolarê Hong Kongi', |
718 | | - 'donate_interface-HUF' => 'HUF: Forintê Macari', |
719 | | - 'donate_interface-JPY' => 'JPY: Yenê Japoni', |
720 | | - 'donate_interface-NZD' => 'NZD: Dolarê Zelandeya Newiye', |
721 | | - 'donate_interface-NOK' => 'NOK: Kroneyê Norweci', |
722 | | - 'donate_interface-PLN' => 'PLN: Zlotyê Lehi', |
723 | | - 'donate_interface-SGD' => 'SGD: Dolarê Singapuri', |
724 | | - 'donate_interface-SEK' => 'SEK: Kronayê Swedi', |
725 | | - 'donate_interface-ILS' => 'ILS: Shekelê Israili', |
726 | | -); |
727 | | - |
728 | | -/** Lower Sorbian (Dolnoserbski) |
729 | | - * @author Michawiki |
730 | | - */ |
731 | | -$messages['dsb'] = array( |
732 | | - 'donate_interface' => 'Wikimediju pódprěś', |
733 | | - 'donate_interface-desc' => 'Bok darow, kótaryž integrěrujo pśistupne rozšyrjenja', |
734 | | - 'donate_interface-intro' => 'Pšosym wubjeŕ płaśeńsku metodu, sumu a pjenjeze.', |
735 | | - 'donate_interface-amount' => 'Pósćiwańska suma:', |
736 | | - 'donate_interface-other-amount' => 'Druga suma', |
737 | | - 'donate_interface-currency' => 'Pjenjeze:', |
738 | | - 'donate_interface-gateway' => 'Płaśeńska metoda:', |
739 | | - 'donate_interface-submit-button' => 'Pósćiś', |
740 | | - 'donate_interface-comment-message' => 'Maš myslicku, kótaruž coš ze swětom źěliś? Napiš how až k 200 znamješkam:', |
741 | | - 'donate_interface-comment-label' => 'Komentar:', |
742 | | - 'donate_interface-anon-message' => 'Pšosym naspomnjej mójo mě (pódla mójogo komentara) na zjawnej lisćinje darow.', |
743 | | - 'donate_interface-email-agreement' => 'Zwólijom do togo, pśigóźbne aktualizacije wót załožby Wikimedia Foundation dostaś.', |
744 | | - 'donate_interface-comment-title' => 'Zjawny komentar', |
745 | | - 'donate_interface-amount-error' => ' **Pšosym zapódaj płaśiwu sumu**', |
746 | | - 'donate_interface-processing-error' => 'Pśi pśeźěłowanju twójogo napšašowanja jo zmólka nastała. Procesor njestoj k dispoziciji.', |
747 | | - 'donate_interface-GBP' => 'GBP. Britiski punt', |
748 | | - 'donate_interface-EUR' => 'EUR: Euro', |
749 | | - 'donate_interface-USD' => 'USD: US-dollar', |
750 | | - 'donate_interface-AUD' => 'AUD: Awstralski dollar', |
751 | | - 'donate_interface-CAD' => 'CAD: Kanadiski dollar', |
752 | | - 'donate_interface-CHF' => 'CHF: Šwicarski franc', |
753 | | - 'donate_interface-CZK' => 'CZK: Česka krona', |
754 | | - 'donate_interface-DKK' => 'DKK: Dańska krona', |
755 | | - 'donate_interface-HKD' => 'HKD: Hong Kong dollar', |
756 | | - 'donate_interface-HUF' => 'HUF: Hungorski forint', |
757 | | - 'donate_interface-JPY' => 'JPY: Japański yen', |
758 | | - 'donate_interface-NZD' => 'NZD: Nowoseelandski dollar', |
759 | | - 'donate_interface-NOK' => 'NOK: Norwegska krona', |
760 | | - 'donate_interface-PLN' => 'PLN: Pólski złoty', |
761 | | - 'donate_interface-SGD' => 'SGD: Singapurski dollar', |
762 | | - 'donate_interface-SEK' => 'SEK: Šwedska krona', |
763 | | - 'donate_interface-ILS' => 'ILS: Israelski šekel', |
764 | | -); |
765 | | - |
766 | | -/** Greek (Ελληνικά) |
767 | | - * @author Egmontaz |
768 | | - * @author Glavkos |
769 | | - * @author ZaDiak |
770 | | - */ |
771 | | -$messages['el'] = array( |
772 | | - 'donate_interface' => 'Υποστηρίξτε το Wikimedia', |
773 | | - 'donate_interface-intro' => 'Παρακαλώ επιλέξτε μια μέθοδο πληρωμής, το ποσό και το νόμισμα.', |
774 | | - 'donate_interface-amount' => 'Ποσό δωρεάς:', |
775 | | - 'donate_interface-other-amount' => 'Άλλο ποσό', |
776 | | - 'donate_interface-currency' => 'Νόμισμα:', |
777 | | - 'donate_interface-gateway' => 'Μέθοδος πληρωμής:', |
778 | | - 'donate_interface-submit-button' => 'Δωρήστε', |
779 | | - 'donate_interface-comment-message' => 'Έχετε μια σκέψη να μοιραστείτε με τον κόσμο; Αναπτύξτε την με έως 200 χαρακτήρες εδώ:', |
780 | | - 'donate_interface-comment-label' => 'Σχόλιο:', |
781 | | - 'donate_interface-anon-message' => 'Παρακαλείσθε να αναφέρετε το όνομά μου (δίπλα στο σχόλιο μου) στη δημόσια λίστα δωρητών.', |
782 | | - 'donate_interface-email-agreement' => 'Συμφωνώ να λαμβάνω περιστασιακά ενημερώσεις μέσω e-mail από το Ίδρυμα Wikimedia.', |
783 | | - 'donate_interface-comment-title' => 'Δημόσιο σχόλιο', |
784 | | - 'donate_interface-amount-error' => '** Παρακαλώ εισάγετε έγκυρο ποσό **', |
785 | | - 'donate_interface-GBP' => 'GBP: Βρετανική λίρα', |
786 | | - 'donate_interface-EUR' => 'EUR: Ευρώ', |
787 | | - 'donate_interface-USD' => 'USD: Δολάριο Η.Π.Α.', |
788 | | - 'donate_interface-AUD' => 'AUD: Δολάριο Αυστραλίας', |
789 | | - 'donate_interface-CAD' => 'CAD: Δολάριο Καναδά', |
790 | | - 'donate_interface-CHF' => 'CHF: Φράγκο Ελβετίας', |
791 | | - 'donate_interface-CZK' => 'CZK: Κορώνα Τσεχίας', |
792 | | - 'donate_interface-DKK' => 'DKK: Κορόνα Δανίας', |
793 | | - 'donate_interface-HKD' => 'HKD: Δολάριο Χονγκ Κονγκ', |
794 | | - 'donate_interface-HUF' => 'HUF: Φιορίνι Ουγγαρίας', |
795 | | - 'donate_interface-JPY' => 'JPY: Ιαπωνικό Γεν', |
796 | | - 'donate_interface-NZD' => 'NZD: Δολάριο Νέας Ζηλανδίας', |
797 | | - 'donate_interface-NOK' => 'ΝΟΚ: Κορόνα Νορβηγίας', |
798 | | - 'donate_interface-PLN' => 'PLN: Ζλότι Πολωνίας', |
799 | | - 'donate_interface-SGD' => 'SGD: Δολάριο Σιγκαπούρης', |
800 | | - 'donate_interface-SEK' => 'SEK: Κορώνα Σουηδίας', |
801 | | - 'donate_interface-ILS' => 'ILS: Ισραηλίτικο Σέκελ', |
802 | | -); |
803 | | - |
804 | | -/** Esperanto (Esperanto) |
805 | | - * @author Yekrats |
806 | | - */ |
807 | | -$messages['eo'] = array( |
808 | | - 'donate_interface' => 'Subteni Fondaĵon Wikimedia', |
809 | | - 'donate_interface-desc' => 'Donaca ĉefpaĝo kiu utiligas komunan kluzan interfacon', |
810 | | - 'donate_interface-intro' => 'Bonvolu elekti pagan metodon, iomon, kaj valuton.', |
811 | | - 'donate_interface-amount' => 'Iom de donaco:', |
812 | | - 'donate_interface-other-amount' => 'Alia iomo', |
813 | | - 'donate_interface-currency' => 'Valuto:', |
814 | | - 'donate_interface-gateway' => 'Paga metodo:', |
815 | | - 'donate_interface-submit-button' => 'Donaci', |
816 | | - 'donate_interface-comment-message' => 'Ĉu vi volas skribi viajn pensojn doni al la mondo? Enigu ĝis 200 signoj ĉi tien:', |
817 | | - 'donate_interface-comment-label' => 'Komenti:', |
818 | | - 'donate_interface-anon-message' => 'Bonvolu listigi mian nomon apud mia komento en la publika listo de donacantoj.', |
819 | | - 'donate_interface-email-agreement' => 'Mi konsentas ricevi maloftajn retpoŝtojn de la Fondaĵo Wikimedia.', |
820 | | - 'donate_interface-comment-title' => 'Publika komento', |
821 | | - 'donate_interface-amount-error' => '**Bonvolu enigi validan iomon**', |
822 | | - 'donate_interface-processing-error' => 'Eraro okazis traktante vian peton. |
823 | | -Neniu procesoro estas atingebla.', |
824 | | - 'donate_interface-GBP' => 'GBP: Brita pundo', |
825 | | - 'donate_interface-EUR' => 'EUR: Eŭro', |
826 | | - 'donate_interface-USD' => 'USD: Usona dolaro', |
827 | | - 'donate_interface-AUD' => 'AUD: Aŭstralia dolaro', |
828 | | - 'donate_interface-CAD' => 'CAD: Kanada dolaro', |
829 | | - 'donate_interface-CHF' => 'CHF: Svisa franko', |
830 | | - 'donate_interface-CZK' => 'CZK: Ĉeĥa krono', |
831 | | - 'donate_interface-DKK' => 'DKK: Dana krono', |
832 | | - 'donate_interface-HKD' => 'HKD: Hongkonga dolaro', |
833 | | - 'donate_interface-HUF' => 'HUF: Hungara forinto', |
834 | | - 'donate_interface-JPY' => 'JPY: Japana eno', |
835 | | - 'donate_interface-NZD' => 'NZD: Novzelanda dolaro', |
836 | | - 'donate_interface-NOK' => 'NOK: Norvegia krono', |
837 | | - 'donate_interface-PLN' => 'PLN: Pola zloto', |
838 | | - 'donate_interface-SGD' => 'Singapura dolaro', |
839 | | - 'donate_interface-SEK' => 'SEK: Sveda krono', |
840 | | - 'donate_interface-ILS' => 'ILS: Israela ŝekelo', |
841 | | -); |
842 | | - |
843 | | -/** Spanish (Español) |
844 | | - * @author Fitoschido |
845 | | - * @author Locos epraix |
846 | | - * @author Translationista |
847 | | - */ |
848 | | -$messages['es'] = array( |
849 | | - 'donate_interface' => 'Apoya a Wikimedia', |
850 | | - 'donate_interface-desc' => 'Página inicial de donativos que integra extensiones de puertas de enlace', |
851 | | - 'donate_interface-intro' => 'Por favor, elige un método de pago, cantidad y moneda.', |
852 | | - 'donate_interface-amount' => 'Monto a donar:', |
853 | | - 'donate_interface-other-amount' => 'Otra cantidad', |
854 | | - 'donate_interface-currency' => 'Moneda:', |
855 | | - 'donate_interface-gateway' => 'Forma de pago:', |
856 | | - 'donate_interface-submit-button' => 'Donar', |
857 | | - 'donate_interface-comment-message' => '¿Quieres compartir un pensamiento con el mundo? Escríbelo aquí (máx. 200 caracteres):', |
858 | | - 'donate_interface-comment-label' => 'Comentario:', |
859 | | - 'donate_interface-anon-message' => 'Incluyan mi nombre (al lado de mi comentario) en el listado de donantes públicos.', |
860 | | - 'donate_interface-email-agreement' => 'Estoy de acuerdo en recibir noticias por correo electrónico de la Fundación Wikimedia.', |
861 | | - 'donate_interface-comment-title' => 'Comentario público', |
862 | | - 'donate_interface-amount-error' => '**Introduce una cantidad válida**', |
863 | | - 'donate_interface-processing-error' => 'Se ha producido un error al procesar su solicitud. |
864 | | - No hay procesadores disponibles.', |
865 | | - 'donate_interface-GBP' => 'GBP: Libra esterlina', |
866 | | - 'donate_interface-EUR' => 'EUR: Euro', |
867 | | - 'donate_interface-USD' => 'USD: Dólar estadounidense', |
868 | | - 'donate_interface-AUD' => 'AUD: Dólar australiano', |
869 | | - 'donate_interface-CAD' => 'CAD: Dólar canadiense', |
870 | | - 'donate_interface-CHF' => 'CHF: Franco suizo', |
871 | | - 'donate_interface-CZK' => 'CZK: Corona checa', |
872 | | - 'donate_interface-DKK' => 'DKK: Corona danesa', |
873 | | - 'donate_interface-HKD' => 'HKD: Dólar de Hong Kong', |
874 | | - 'donate_interface-HUF' => 'HUF: Florín húngaro', |
875 | | - 'donate_interface-JPY' => 'JPY: Yen japonés', |
876 | | - 'donate_interface-NZD' => 'NZD: Dólar de Nueva Zelanda', |
877 | | - 'donate_interface-NOK' => 'NOK: Corona noruega', |
878 | | - 'donate_interface-PLN' => 'PLN: Zloty polaco', |
879 | | - 'donate_interface-SGD' => 'SGD: Dólar de Singapur', |
880 | | - 'donate_interface-SEK' => 'SEK: Corona sueca', |
881 | | - 'donate_interface-ILS' => 'ILS: Shekel israelí', |
882 | | -); |
883 | | - |
884 | | -/** Estonian (Eesti) |
885 | | - * @author Adeliine |
886 | | - * @author Avjoska |
887 | | - * @author Pikne |
888 | | - */ |
889 | | -$messages['et'] = array( |
890 | | - 'donate_interface' => 'Toeta Wikimediat', |
891 | | - 'donate_interface-intro' => 'Palun vali makseviis, summa ja vääring.', |
892 | | - 'donate_interface-amount' => 'Annetussumma:', |
893 | | - 'donate_interface-other-amount' => 'Muu summa', |
894 | | - 'donate_interface-currency' => 'Vääring:', |
895 | | - 'donate_interface-gateway' => 'Makseviis:', |
896 | | - 'donate_interface-submit-button' => 'Anneta', |
897 | | - 'donate_interface-comment-message' => 'On sul mõte, mida maailmaga jagada? Sisesta kuni 200 tähemärki:', |
898 | | - 'donate_interface-comment-label' => 'Kommentaar:', |
899 | | - 'donate_interface-anon-message' => 'Palun näita avalikus annetajate nimekirjas mu kommentaari järel minu nime.', |
900 | | - 'donate_interface-email-agreement' => 'Olen nõus, et mulle saadetakse Wikimedia Foundationist perioodiliselt e-uudiskirju.', |
901 | | - 'donate_interface-comment-title' => 'Avalik kommentaar', |
902 | | - 'donate_interface-amount-error' => '**Palun sisesta sobiv summa**', |
903 | | - 'donate_interface-GBP' => 'GBP: Suurbritannia naelsterling', |
904 | | - 'donate_interface-EUR' => 'EUR: Euro', |
905 | | - 'donate_interface-USD' => 'USD: USA dollar', |
906 | | - 'donate_interface-AUD' => 'AUD: Austraalia dollar', |
907 | | - 'donate_interface-CAD' => 'CAD: Kanada dollar', |
908 | | - 'donate_interface-CHF' => 'CHF: Šveitsi frank', |
909 | | - 'donate_interface-CZK' => 'CZK: Tšehhi kroon', |
910 | | - 'donate_interface-DKK' => 'DKK: Taani kroon', |
911 | | - 'donate_interface-HKD' => 'HKD: Hongkongi dollar', |
912 | | - 'donate_interface-HUF' => 'HUF: Ungari forint', |
913 | | - 'donate_interface-JPY' => 'JPY: Jaapani jeen', |
914 | | - 'donate_interface-NZD' => 'NZD: Uus-Meremaa dollar', |
915 | | - 'donate_interface-NOK' => 'NOK: Norra kroon', |
916 | | - 'donate_interface-PLN' => 'PLN: Poola zlott', |
917 | | - 'donate_interface-SGD' => 'SGD: Singapuri dollar', |
918 | | - 'donate_interface-SEK' => 'SEK: Rootsi kroon', |
919 | | - 'donate_interface-ILS' => 'ILS: Iisraeli uus seekel', |
920 | | -); |
921 | | - |
922 | | -/** Basque (Euskara) |
923 | | - * @author An13sa |
924 | | - */ |
925 | | -$messages['eu'] = array( |
926 | | - 'donate_interface' => 'Lagundu Wikimedia', |
927 | | - 'donate_interface-intro' => 'Mesedez aukeratu ordainketa era, kopurua, eta txanpon-mota.', |
928 | | - 'donate_interface-amount' => 'Dohaintza kopurua:', |
929 | | - 'donate_interface-other-amount' => 'Bestelako kopurua', |
930 | | - 'donate_interface-currency' => 'Txanpona:', |
931 | | - 'donate_interface-gateway' => 'Ordainketa era:', |
932 | | - 'donate_interface-submit-button' => 'Dohaintza egin', |
933 | | - 'donate_interface-comment-label' => 'Iruzkina:', |
934 | | - 'donate_interface-comment-title' => 'Iruzkin publikoa', |
935 | | - 'donate_interface-amount-error' => '**Mesedez idatzi baliozko kopurua**', |
936 | | - 'donate_interface-GBP' => 'GBP: Britainiar libra', |
937 | | - 'donate_interface-EUR' => 'EUR: Euro', |
938 | | - 'donate_interface-USD' => 'USD: Estatubatuar dolar', |
939 | | - 'donate_interface-AUD' => 'AUD: Australiar dolar', |
940 | | - 'donate_interface-CAD' => 'CAD: Kanadiar dolar', |
941 | | - 'donate_interface-CHF' => 'CHF: Suitzar libera', |
942 | | - 'donate_interface-CZK' => 'CZK: Txekiar koruna', |
943 | | - 'donate_interface-DKK' => 'DKK: Daniar koroa', |
944 | | - 'donate_interface-HKD' => 'HKD: Hongkongdar dolar', |
945 | | - 'donate_interface-HUF' => 'HUF: Hungariar florin', |
946 | | - 'donate_interface-JPY' => 'JPY: Japoniar yen', |
947 | | - 'donate_interface-NZD' => 'NZD: Zeelandaberritar dolar', |
948 | | - 'donate_interface-NOK' => 'NOK: Norvegiar koroa', |
949 | | - 'donate_interface-PLN' => 'PLN: Poloniar zloty', |
950 | | - 'donate_interface-SGD' => 'SGD: Singapurtar dolar', |
951 | | - 'donate_interface-SEK' => 'SEK: Suediar koroa', |
952 | | - 'donate_interface-ILS' => 'ILS: Israeldar shekel', |
953 | | -); |
954 | | - |
955 | | -/** Persian (فارسی) |
956 | | - * @author Ebraminio |
957 | | - * @author Huji |
958 | | - * @author Mjbmr |
959 | | - */ |
960 | | -$messages['fa'] = array( |
961 | | - 'donate_interface' => 'حمایت از ویکیمدیا', |
962 | | - 'donate_interface-desc' => 'صفحهٔ مقصد ارسال کمک که با افزونهٔ درگاه یکی میشود', |
963 | | - 'donate_interface-intro' => 'لطفاً روش پرداخت، مقدار و واحد پول را انتخاب کنید.', |
964 | | - 'donate_interface-amount' => 'مبلغ اهدایی:', |
965 | | - 'donate_interface-other-amount' => 'مقدار دیگر', |
966 | | - 'donate_interface-currency' => 'واحد پول:', |
967 | | - 'donate_interface-gateway' => 'روش پرداخت:', |
968 | | - 'donate_interface-submit-button' => 'اهدا کن', |
969 | | - 'donate_interface-comment-message' => 'ایدهای دارید که با جهانیان در میان بگذارید؟ تا سقف ۲۰۰ حرف بنویسید:', |
970 | | - 'donate_interface-comment-label' => 'توضیح:', |
971 | | - 'donate_interface-anon-message' => 'لطفاً نام من را (در کنار نظرم) در فهرست عمومی اهداکنندگان نمایش بده.', |
972 | | - 'donate_interface-email-agreement' => 'من با دریافت رایانامههای گاه به گاه در مورد به روز رسانیها از طرف بنیاد ویکیمدیا موافقت میکنم.', |
973 | | - 'donate_interface-comment-title' => 'توضیحات عمومی', |
974 | | - 'donate_interface-amount-error' => '**لطفاً یک مبلغ معتبر وارد کنید**', |
975 | | - 'donate_interface-processing-error' => 'خطایی در پردازش درخواست شما رخ داد. |
976 | | -هیچ پردازشگری در دسترس نیست.', |
977 | | - 'donate_interface-GBP' => 'GBP: پوند انگلیس', |
978 | | - 'donate_interface-EUR' => 'EUR: یورو', |
979 | | - 'donate_interface-USD' => 'USD: دلار آمریکا', |
980 | | - 'donate_interface-AUD' => 'AUD: دلار استرالیا', |
981 | | - 'donate_interface-CAD' => 'CAD: دلار کانادا', |
982 | | - 'donate_interface-CHF' => 'CHF: فرانک سوئیس', |
983 | | - 'donate_interface-CZK' => 'CZK: کرونای چک', |
984 | | - 'donate_interface-DKK' => 'DKK: کرون دانمارک', |
985 | | - 'donate_interface-HKD' => 'HKD: دلار هنگ کنگ', |
986 | | - 'donate_interface-HUF' => 'HUF: فورینت مجاری', |
987 | | - 'donate_interface-JPY' => 'JPY: ین ژاپن', |
988 | | - 'donate_interface-NZD' => 'NZD: دلار زلاندنو', |
989 | | - 'donate_interface-NOK' => 'NOK: کرون نروژ', |
990 | | - 'donate_interface-PLN' => 'PLN: زووتی لهستان', |
991 | | - 'donate_interface-SGD' => 'SGD: دلار سنگاپور', |
992 | | - 'donate_interface-SEK' => 'SEK: کرون سوئد', |
993 | | - 'donate_interface-ILS' => 'ILS: شکل اسرائیل', |
994 | | -); |
995 | | - |
996 | | -/** Finnish (Suomi) |
997 | | - * @author Crt |
998 | | - * @author Nike |
999 | | - * @author Olli |
1000 | | - * @author Str4nd |
1001 | | - */ |
1002 | | -$messages['fi'] = array( |
1003 | | - 'donate_interface' => 'Tue Wikimediaa', |
1004 | | - 'donate_interface-desc' => 'Lahjoitussivu, joka yhdistää yhdyskäytävälaajennukset.', |
1005 | | - 'donate_interface-intro' => 'Valitse maksutapa, määrä ja valuutta.', |
1006 | | - 'donate_interface-amount' => 'Lahjoituksen määrä:', |
1007 | | - 'donate_interface-other-amount' => 'Muu määrä', |
1008 | | - 'donate_interface-currency' => 'Valuutta:', |
1009 | | - 'donate_interface-gateway' => 'Maksutapa:', |
1010 | | - 'donate_interface-submit-button' => 'Lahjoita', |
1011 | | - 'donate_interface-comment-message' => 'Haluatko kertoa jotain maailmalle? Kirjoita enintään 200 merkkiä:', |
1012 | | - 'donate_interface-comment-label' => 'Kommentti:', |
1013 | | - 'donate_interface-anon-message' => 'Listaa nimeni (kommentin vieressä) julkisella lahjoittajalistalla.', |
1014 | | - 'donate_interface-email-agreement' => 'Suostun vastaanottamaan ajoittaisia sähköpostiviestejä Wikimedia Foundationilta.', |
1015 | | - 'donate_interface-comment-title' => 'Julkinen kommentti', |
1016 | | - 'donate_interface-amount-error' => '**Syötä kelvollinen määrä**', |
1017 | | - 'donate_interface-processing-error' => 'Tapahtui virhe käsiteltäessä pyyntöäsi. Ei käsittelijää saatavilla.', |
1018 | | - 'donate_interface-GBP' => 'GBP: Englannin punta', |
1019 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1020 | | - 'donate_interface-USD' => 'USD: Yhdysvaltain dollari', |
1021 | | - 'donate_interface-AUD' => 'AUD: Australian dollari', |
1022 | | - 'donate_interface-CAD' => 'CAD: Kanadan dollari', |
1023 | | - 'donate_interface-CHF' => 'CHF: Sveitsin frangi', |
1024 | | - 'donate_interface-CZK' => 'CZK: Tšekin koruna', |
1025 | | - 'donate_interface-DKK' => 'DKK: Tanskan kruunu', |
1026 | | - 'donate_interface-HKD' => 'HKD: Hongkongin dollari', |
1027 | | - 'donate_interface-HUF' => 'HUF: Unkarin forintti', |
1028 | | - 'donate_interface-JPY' => 'JPY: Japanin jeni', |
1029 | | - 'donate_interface-NZD' => 'NZD: Uuden-Seelannin dollari', |
1030 | | - 'donate_interface-NOK' => 'NOK: Norjan kruunu', |
1031 | | - 'donate_interface-PLN' => 'PLN: Puolan zloty', |
1032 | | - 'donate_interface-SGD' => 'SGD: Singaporen dollari', |
1033 | | - 'donate_interface-SEK' => 'SEK: Ruotsin kruunu', |
1034 | | - 'donate_interface-ILS' => 'ILS: Israelin uusi sekeli', |
1035 | | -); |
1036 | | - |
1037 | | -/** French (Français) |
1038 | | - * @author Peter17 |
1039 | | - * @author PieRRoMaN |
1040 | | - * @author Sherbrooke |
1041 | | - * @author Verdy p |
1042 | | - */ |
1043 | | -$messages['fr'] = array( |
1044 | | - 'donate_interface' => 'Soutenir Wikimedia', |
1045 | | - 'donate_interface-desc' => 'Page d’atterrissage pour les dons qui intègre les modules de paiement', |
1046 | | - 'donate_interface-intro' => 'Veuillez choisir un moyen de paiement, un montant et une devise.', |
1047 | | - 'donate_interface-amount' => 'Montant du don :', |
1048 | | - 'donate_interface-other-amount' => 'Autre montant', |
1049 | | - 'donate_interface-currency' => 'Devise :', |
1050 | | - 'donate_interface-gateway' => 'Moyen de paiement :', |
1051 | | - 'donate_interface-submit-button' => 'Faire un don', |
1052 | | - 'donate_interface-comment-message' => 'Vous souhaitez transmettre une pensée au monde ? Notez jusqu’à 200 caractères ci-après :', |
1053 | | - 'donate_interface-comment-label' => 'Commentaire :', |
1054 | | - 'donate_interface-anon-message' => 'Veuillez lister mon nom (à la suite de mon commentaire) dans la liste publique des donateurs.', |
1055 | | - 'donate_interface-email-agreement' => 'J’accepte de recevoir à l’occasion des courriels de la part de la Wikimedia Foundation.', |
1056 | | - 'donate_interface-comment-title' => 'Commentaire public', |
1057 | | - 'donate_interface-amount-error' => '**Veuillez entrer un montant valide**', |
1058 | | - 'donate_interface-processing-error' => 'Une erreur est survenue lors du traitement de votre requête. |
1059 | | -Aucun processeur n’est disponible.', |
1060 | | - 'donate_interface-GBP' => 'GBP : livre sterling', |
1061 | | - 'donate_interface-EUR' => 'EUR : euro', |
1062 | | - 'donate_interface-USD' => 'USD : dollar américain', |
1063 | | - 'donate_interface-AUD' => 'AUD : dollar australien', |
1064 | | - 'donate_interface-CAD' => 'CAD : dollar canadien', |
1065 | | - 'donate_interface-CHF' => 'CHF : franc suisse', |
1066 | | - 'donate_interface-CZK' => 'CZK : couronne tchèque', |
1067 | | - 'donate_interface-DKK' => 'DKK : couronne danoise', |
1068 | | - 'donate_interface-HKD' => 'HKD : dollar de Hong Kong', |
1069 | | - 'donate_interface-HUF' => 'HUF : forint hongrois', |
1070 | | - 'donate_interface-JPY' => 'JPY : yen japonais', |
1071 | | - 'donate_interface-NZD' => 'NZD : dollar néo-zélandais', |
1072 | | - 'donate_interface-NOK' => 'NOK : couronne norvégienne', |
1073 | | - 'donate_interface-PLN' => 'PLN : złoty polonais', |
1074 | | - 'donate_interface-SGD' => 'SGD : dollar de Singapour', |
1075 | | - 'donate_interface-SEK' => 'SEK : couronne suédoise', |
1076 | | - 'donate_interface-ILS' => 'ILS : shekel israélien', |
1077 | | -); |
1078 | | - |
1079 | | -/** Franco-Provençal (Arpetan) |
1080 | | - * @author ChrisPtDe |
1081 | | - */ |
1082 | | -$messages['frp'] = array( |
1083 | | - 'donate_interface' => 'Sotegnir Wikimedia', |
1084 | | - 'donate_interface-desc' => 'Pâge d’atèrrissâjo por los dons qu’apond los modulos de payement.', |
1085 | | - 'donate_interface-intro' => 'Volyéd chouèsir un moyen de payement, un montent et una monéya.', |
1086 | | - 'donate_interface-amount' => 'Montent du don :', |
1087 | | - 'donate_interface-other-amount' => 'Ôtro montent', |
1088 | | - 'donate_interface-currency' => 'Monéya :', |
1089 | | - 'donate_interface-gateway' => 'Moyen de payement :', |
1090 | | - 'donate_interface-submit-button' => 'Balyér', |
1091 | | - 'donate_interface-comment-message' => 'Vos souhètâd transmetre una pensâ u mondo ? Notâd tant qu’a 200 caractèros ce-aprés :', |
1092 | | - 'donate_interface-comment-label' => 'Comentèro :', |
1093 | | - 'donate_interface-anon-message' => 'Volyéd listar mon nom (aprés mon comentèro) dens la lista publica ux donators.', |
1094 | | - 'donate_interface-email-agreement' => 'J’accèpte de recêvre a l’ocasion des mèssâjos de la pârt de la Wikimedia Foundation.', |
1095 | | - 'donate_interface-comment-title' => 'Comentèro publico', |
1096 | | - 'donate_interface-amount-error' => '**Volyéd buchiér un montent valido**', |
1097 | | - 'donate_interface-processing-error' => 'Una èrror est arrevâ pendent lo trètament de voutra requéta. |
1098 | | -Nion procèssor est disponiblo.', |
1099 | | - 'donate_interface-GBP' => 'GBP : livra stèrlingue', |
1100 | | - 'donate_interface-EUR' => 'EUR : erô', |
1101 | | - 'donate_interface-USD' => 'USD : dolar amèriquen', |
1102 | | - 'donate_interface-AUD' => 'AUD : dolar ôstralien', |
1103 | | - 'donate_interface-CAD' => 'CAD : dolar canadien', |
1104 | | - 'donate_interface-CHF' => 'CHF : franc suisso', |
1105 | | - 'donate_interface-CZK' => 'CZK : corona tch·èca', |
1106 | | - 'donate_interface-DKK' => 'DKK : corona danouèsa', |
1107 | | - 'donate_interface-HKD' => 'HKD : dolar d’Hong-Cong', |
1108 | | - 'donate_interface-HUF' => 'HUF : fllorin hongrouès', |
1109 | | - 'donate_interface-JPY' => 'JPY : yène j·aponês', |
1110 | | - 'donate_interface-NZD' => 'NZD : dolar nèo-zèlandês', |
1111 | | - 'donate_interface-NOK' => 'NOK : corona norvèg·ièna', |
1112 | | - 'donate_interface-PLN' => 'PLN : złoty polonès', |
1113 | | - 'donate_interface-SGD' => 'SGD : dolar de Singapour', |
1114 | | - 'donate_interface-SEK' => 'SEK : corona suèdouèsa', |
1115 | | - 'donate_interface-ILS' => 'ILS : ch·équèl israèlien', |
1116 | | -); |
1117 | | - |
1118 | | -/** Friulian (Furlan) |
1119 | | - * @author Klenje |
1120 | | - */ |
1121 | | -$messages['fur'] = array( |
1122 | | - 'donate_interface-comment-label' => 'Coment:', |
1123 | | - 'donate_interface-comment-title' => 'Coment public', |
1124 | | -); |
1125 | | - |
1126 | | -/** Galician (Galego) |
1127 | | - * @author Toliño |
1128 | | - */ |
1129 | | -$messages['gl'] = array( |
1130 | | - 'donate_interface' => 'Apoia a Wikimedia', |
1131 | | - 'donate_interface-desc' => 'Páxina de doazóns que integra extensións de pasarela', |
1132 | | - 'donate_interface-intro' => 'Por favor, escolle o método de pagamento, a cantidade e a moeda.', |
1133 | | - 'donate_interface-amount' => 'Importe da doazón:', |
1134 | | - 'donate_interface-other-amount' => 'Outra cantidade', |
1135 | | - 'donate_interface-currency' => 'Moeda:', |
1136 | | - 'donate_interface-gateway' => 'Método de pagamento:', |
1137 | | - 'donate_interface-submit-button' => 'Doar', |
1138 | | - 'donate_interface-comment-message' => 'Tes unha idea que queres compartir co mundo? Escríbea aquí nunha mensaxe de ata 200 caracteres:', |
1139 | | - 'donate_interface-comment-label' => 'Comentario:', |
1140 | | - 'donate_interface-anon-message' => 'Por favor, poñede na lista de doantes públicos o meu nome co meu comentario.', |
1141 | | - 'donate_interface-email-agreement' => 'Acepto recibir correos electrónicos ocasionais da Fundación Wikimedia.', |
1142 | | - 'donate_interface-comment-title' => 'Comentario público', |
1143 | | - 'donate_interface-amount-error' => '**Por favor, escribe unha cantidade válida**', |
1144 | | - 'donate_interface-processing-error' => 'Houbo un erro ao procesar a túa solicitude. Non hai ningún procesador dispoñible.', |
1145 | | - 'donate_interface-GBP' => 'GBP: libra esterlina', |
1146 | | - 'donate_interface-EUR' => 'EUR: euro', |
1147 | | - 'donate_interface-USD' => 'USD: dólar estadounidense', |
1148 | | - 'donate_interface-AUD' => 'AUD: dólar australiano', |
1149 | | - 'donate_interface-CAD' => 'CAD: dólar canadense', |
1150 | | - 'donate_interface-CHF' => 'CHF: franco suízo', |
1151 | | - 'donate_interface-CZK' => 'CZK: coroa checa', |
1152 | | - 'donate_interface-DKK' => 'DKK: coroa dinamarquesa', |
1153 | | - 'donate_interface-HKD' => 'HKD: dólar de Hong Kong', |
1154 | | - 'donate_interface-HUF' => 'HUF: florín húngaro', |
1155 | | - 'donate_interface-JPY' => 'JPY: ien xaponés', |
1156 | | - 'donate_interface-NZD' => 'NZD: dólar neocelandés', |
1157 | | - 'donate_interface-NOK' => 'NOK: coroa norueguesa', |
1158 | | - 'donate_interface-PLN' => 'PLN: złoty polaco', |
1159 | | - 'donate_interface-SGD' => 'SGD: dólar de Singapur', |
1160 | | - 'donate_interface-SEK' => 'SEK: coroa sueca', |
1161 | | - 'donate_interface-ILS' => 'ILS: sheqel israelí', |
1162 | | -); |
1163 | | - |
1164 | | -/** Swiss German (Alemannisch) |
1165 | | - * @author Als-Holder |
1166 | | - */ |
1167 | | -$messages['gsw'] = array( |
1168 | | - 'donate_interface' => 'Wikimedia unterstitze', |
1169 | | - 'donate_interface-desc' => 'Ziilsyte zum Spände mit Gateway-Erwyterige', |
1170 | | - 'donate_interface-intro' => 'Bitte wehl e Zahligsmethode uus, e Betrag un e Währig.', |
1171 | | - 'donate_interface-amount' => 'Betrag:', |
1172 | | - 'donate_interface-other-amount' => 'Andre Betrag:', |
1173 | | - 'donate_interface-currency' => 'Währig:', |
1174 | | - 'donate_interface-gateway' => 'Zahlmethode:', |
1175 | | - 'donate_interface-submit-button' => 'Spände', |
1176 | | - 'donate_interface-comment-message' => 'Hesch e Gedanke, wu Du mit dr Wält witt teile? Gib do bis zue 200 Zeiche yy:', |
1177 | | - 'donate_interface-comment-label' => 'Aamerkig:', |
1178 | | - 'donate_interface-anon-message' => 'Bitte setz myy Name (näbe myy Aamerkig) uf di effentlig Spänderlischt.', |
1179 | | - 'donate_interface-email-agreement' => 'Ich stimm zue, ass ich ab un zue aktuelli Informatione vu dr Wikimedia Foundation per Mail iberchumm.', |
1180 | | - 'donate_interface-comment-title' => 'Effentligi Aamerkig', |
1181 | | - 'donate_interface-amount-error' => '**Bitte gib e giltige Betrag yy**', |
1182 | | - 'donate_interface-processing-error' => 'S het e Fähler gee bim Verarbeite vu Dyyre Aafrog. S isch kei Prozässor verfiegbar.', |
1183 | | - 'donate_interface-GBP' => 'GBP: Britischi Pfund', |
1184 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1185 | | - 'donate_interface-USD' => 'USD: Amerikanischi Dollar', |
1186 | | - 'donate_interface-AUD' => 'AUD: Auschtralischi Dollar', |
1187 | | - 'donate_interface-CAD' => 'CAD: Kanadischi Dollar', |
1188 | | - 'donate_interface-CHF' => 'CHF: Schwyzer Franke', |
1189 | | - 'donate_interface-CZK' => 'CZK: Tschechischi Chrone', |
1190 | | - 'donate_interface-DKK' => 'DKK: Dänischi Chrone', |
1191 | | - 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
1192 | | - 'donate_interface-HUF' => 'HUF: Ungarischi Forint', |
1193 | | - 'donate_interface-JPY' => 'JPY: Japanischi Yen', |
1194 | | - 'donate_interface-NZD' => 'NZD: Nejseeländischi Dollar', |
1195 | | - 'donate_interface-NOK' => 'NOK: Norwegischi Chrone', |
1196 | | - 'donate_interface-PLN' => 'PLN: Polnischi Zloty', |
1197 | | - 'donate_interface-SGD' => 'SGD: Singapur Dollar', |
1198 | | - 'donate_interface-SEK' => 'SEK: Schwedischi Chrone', |
1199 | | - 'donate_interface-ILS' => 'ILS: Israelischi Shekel', |
1200 | | -); |
1201 | | - |
1202 | | -/** Hebrew (עברית) |
1203 | | - * @author Amire80 |
1204 | | - * @author YaronSh |
1205 | | - */ |
1206 | | -$messages['he'] = array( |
1207 | | - 'donate_interface' => 'הבעת תמיכה בוויקימדיה', |
1208 | | - 'donate_interface-desc' => 'דף נחיתה להתרמה עם שילוב של הרחבות שער', |
1209 | | - 'donate_interface-intro' => 'נא לבחור את השיטה, הכמות והמטבע לתשלום.', |
1210 | | - 'donate_interface-amount' => 'סכום התרומה:', |
1211 | | - 'donate_interface-other-amount' => 'סכום אחר', |
1212 | | - 'donate_interface-currency' => 'מטבע:', |
1213 | | - 'donate_interface-gateway' => 'שיטת התשלום:', |
1214 | | - 'donate_interface-submit-button' => 'תרומה', |
1215 | | - 'donate_interface-comment-message' => 'עוברת בך מחשבה שרצית לשתף עם העולם? ניתן להזין כאן עד 200 תווים:', |
1216 | | - 'donate_interface-comment-label' => 'הערה:', |
1217 | | - 'donate_interface-anon-message' => 'נא להציג את השם (לצד ההערה שלי) ברשימת התורמים הציבורית.', |
1218 | | - 'donate_interface-email-agreement' => 'אני מסכים לקבל עדכוני חדשות והודעות בדוא״ל מקרן ויקימדיה מפעם לפעם.', |
1219 | | - 'donate_interface-comment-title' => 'הערה ציבורית', |
1220 | | - 'donate_interface-amount-error' => '**יש להזין סכום תקני**', |
1221 | | - 'donate_interface-processing-error' => 'חלה שגיאה בתהליך העיבוד של הבקשה. |
1222 | | -אין מעבדים זמינים.', |
1223 | | - 'donate_interface-GBP' => 'GBP: לירה שטרלינג', |
1224 | | - 'donate_interface-EUR' => 'EUR: אירו |
1225 | | -�', |
1226 | | - 'donate_interface-USD' => 'USD: דולר אמריקאי', |
1227 | | - 'donate_interface-AUD' => 'AUD: דולר אוסטרלי', |
1228 | | - 'donate_interface-CAD' => 'CAD: דולר קנדי', |
1229 | | - 'donate_interface-CHF' => 'CHF: פרנק שוויצרי', |
1230 | | - 'donate_interface-CZK' => 'CZK: קורונה צ׳כית', |
1231 | | - 'donate_interface-DKK' => 'DKK: כתר דני', |
1232 | | - 'donate_interface-HKD' => 'HKD: דולר הונג קונגי', |
1233 | | - 'donate_interface-HUF' => 'HUF: פורינט הונגרי', |
1234 | | - 'donate_interface-JPY' => 'JPY: יין יפני', |
1235 | | - 'donate_interface-NZD' => 'NZD: דולר ניו זילנדי', |
1236 | | - 'donate_interface-NOK' => 'NOK: כתר נורבגי', |
1237 | | - 'donate_interface-PLN' => 'PLN: זלוטי פולני', |
1238 | | - 'donate_interface-SGD' => 'SGD: דולר סינגפורי', |
1239 | | - 'donate_interface-SEK' => 'SEK: כתר שוודי', |
1240 | | - 'donate_interface-ILS' => 'ILS: שקל ישראלי חדש', |
1241 | | -); |
1242 | | - |
1243 | | -/** Croatian (Hrvatski) |
1244 | | - * @author Herr Mlinka |
1245 | | - * @author SpeedyGonsales |
1246 | | - */ |
1247 | | -$messages['hr'] = array( |
1248 | | - 'donate_interface' => 'Podržite Wikimediju', |
1249 | | - 'donate_interface-desc' => 'Odredišnu stranica donacija koja integrira "gateway" dogradnje', |
1250 | | - 'donate_interface-intro' => 'Molimo vas da izaberete metodu plaćanja, iznos i valutu.', |
1251 | | - 'donate_interface-amount' => 'Iznos donacije:', |
1252 | | - 'donate_interface-other-amount' => 'Drugi iznos', |
1253 | | - 'donate_interface-currency' => 'Valuta:', |
1254 | | - 'donate_interface-gateway' => 'Način plaćanja:', |
1255 | | - 'donate_interface-submit-button' => 'Doniraj', |
1256 | | - 'donate_interface-comment-message' => 'Želite li nešto poručiti? Napišite poruku do 200 znakova ovdje:', |
1257 | | - 'donate_interface-comment-label' => 'Komentar:', |
1258 | | - 'donate_interface-anon-message' => 'Molim navedite moje ime (uz moj komentar) na javni popis donatora.', |
1259 | | - 'donate_interface-email-agreement' => 'Slažem se s primanjem povremenih e-mail ažuriranja od Zaklade Wikimedija.', |
1260 | | - 'donate_interface-comment-title' => 'Javni komentar', |
1261 | | - 'donate_interface-amount-error' => '**Molimo unesite valjani iznos**', |
1262 | | - 'donate_interface-processing-error' => 'Došlo je do pogreške u obradi vašeg zahtjeva. |
1263 | | -Obrađivači zahtjeva nisu dostupni.', |
1264 | | - 'donate_interface-GBP' => 'GBP: britanska funta', |
1265 | | - 'donate_interface-EUR' => 'EUR: euro', |
1266 | | - 'donate_interface-USD' => 'USD: američki dolar', |
1267 | | - 'donate_interface-AUD' => 'AUD: australski dolar', |
1268 | | - 'donate_interface-CAD' => 'CAD: kanadski dolar', |
1269 | | - 'donate_interface-CHF' => 'CHF: švicarski franak', |
1270 | | - 'donate_interface-CZK' => 'CZK: češka kruna', |
1271 | | - 'donate_interface-DKK' => 'DKK: danska kruna', |
1272 | | - 'donate_interface-HKD' => 'HKD: hongkonški dolar', |
1273 | | - 'donate_interface-HUF' => 'HUF: mađarska forinta', |
1274 | | - 'donate_interface-JPY' => 'JPY: japanski jen', |
1275 | | - 'donate_interface-NZD' => 'NZD: novozelandski dolar', |
1276 | | - 'donate_interface-NOK' => 'NOK: norveška kruna', |
1277 | | - 'donate_interface-PLN' => 'PLN: poljski zloti', |
1278 | | - 'donate_interface-SGD' => 'SGD: singapurski dolar', |
1279 | | - 'donate_interface-SEK' => 'SEK: švedska kruna', |
1280 | | - 'donate_interface-ILS' => 'ILS: izraelski šekel', |
1281 | | -); |
1282 | | - |
1283 | | -/** Upper Sorbian (Hornjoserbsce) |
1284 | | - * @author Michawiki |
1285 | | - */ |
1286 | | -$messages['hsb'] = array( |
1287 | | - 'donate_interface' => 'Wikimediju podpěrać', |
1288 | | - 'donate_interface-desc' => 'Strona darow, kotraž přistupne rozšěrjenja integruje', |
1289 | | - 'donate_interface-intro' => 'Prošu wubjer płaćensku metodu, sumu a měnu.', |
1290 | | - 'donate_interface-amount' => 'Darjenska suma:', |
1291 | | - 'donate_interface-other-amount' => 'Druha suma', |
1292 | | - 'donate_interface-currency' => 'Měna:', |
1293 | | - 'donate_interface-gateway' => 'Płaćenska metoda:', |
1294 | | - 'donate_interface-submit-button' => 'Darić', |
1295 | | - 'donate_interface-comment-message' => 'Maš mysličku, kotruž chceš ze swětom dźělić? Napisaj tu hač k 200 znamješkam:', |
1296 | | - 'donate_interface-comment-label' => 'Komentar:', |
1297 | | - 'donate_interface-anon-message' => 'Prošu mjenuj moje mjeno (pódla mojeho komentara) na zjawnej lisćinje darow.', |
1298 | | - 'donate_interface-email-agreement' => 'Přizwoluju składnostne aktualizacije wot załožby Wikimedia Foundation přez e-mejl dóstać.', |
1299 | | - 'donate_interface-comment-title' => 'Zjawny komentar', |
1300 | | - 'donate_interface-amount-error' => ' **Prošu zapodaj płaćiwu sumu**', |
1301 | | - 'donate_interface-processing-error' => 'Zmylk je při předźěłowanju twojeho naprašowanja wustupił. Procesor k dispoziciji njesteji.', |
1302 | | - 'donate_interface-GBP' => 'GBP: Britiski punt', |
1303 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1304 | | - 'donate_interface-USD' => 'USD: US-dolar', |
1305 | | - 'donate_interface-AUD' => 'AUD: Awstralski dolar', |
1306 | | - 'donate_interface-CAD' => 'CAD: Kanadiski dolar', |
1307 | | - 'donate_interface-CHF' => 'CHF: Šwicarski franc', |
1308 | | - 'donate_interface-CZK' => 'CZK: Čěska króna', |
1309 | | - 'donate_interface-DKK' => 'DKK: Danska króna', |
1310 | | - 'donate_interface-HKD' => 'HKD: Hong Kong dolar', |
1311 | | - 'donate_interface-HUF' => 'HUF: Madźarski forint', |
1312 | | - 'donate_interface-JPY' => 'JPY: Japanski yen', |
1313 | | - 'donate_interface-NZD' => 'NZD: Nowoseelandski dolar', |
1314 | | - 'donate_interface-NOK' => 'NOK: Norwegska króna', |
1315 | | - 'donate_interface-PLN' => 'PLN: Pólski złoty', |
1316 | | - 'donate_interface-SGD' => 'SGD: Singapurski dolar', |
1317 | | - 'donate_interface-SEK' => 'SEK: Šwedska króna', |
1318 | | - 'donate_interface-ILS' => 'ILS: Israelski šekel', |
1319 | | -); |
1320 | | - |
1321 | | -/** Hungarian (Magyar) |
1322 | | - * @author Dani |
1323 | | - * @author Glanthor Reviol |
1324 | | - * @author Misibacsi |
1325 | | - */ |
1326 | | -$messages['hu'] = array( |
1327 | | - 'donate_interface' => 'Támogasd a Wikimédiát', |
1328 | | - 'donate_interface-desc' => 'Adományozás érkezőoldal, ami integrál átjáró kiterjesztéseket', |
1329 | | - 'donate_interface-intro' => 'Válassz fizetési módot, összeget és pénznemet.', |
1330 | | - 'donate_interface-amount' => 'Adomány nagysága:', |
1331 | | - 'donate_interface-other-amount' => 'Más összeg', |
1332 | | - 'donate_interface-currency' => 'Pénznem:', |
1333 | | - 'donate_interface-gateway' => 'Fizetési mód:', |
1334 | | - 'donate_interface-submit-button' => 'Adomány elküldése', |
1335 | | - 'donate_interface-comment-message' => 'Van olyan gondolatod, amit meg szeretnél osztani a világgal? Próbáld meg elmondani itt (maximum 200 karakterben):', |
1336 | | - 'donate_interface-comment-label' => 'Megjegyzés:', |
1337 | | - 'donate_interface-anon-message' => 'A nevem szerepelhet (a megjegyzés mellett) az adományozók nyilvános listáján.', |
1338 | | - 'donate_interface-email-agreement' => 'Beleegyezem abba, hogy a jövőben hírleveleket kapjak a Wikimédia Alapítványtól.', |
1339 | | - 'donate_interface-comment-title' => 'Nyilvános megjegyzés', |
1340 | | - 'donate_interface-amount-error' => '** Légyszíves érvényes mennyiséget adj meg **', |
1341 | | - 'donate_interface-processing-error' => 'Hiba történt a kérés feldolgozása közben. Nincs szabad kapacitás.', |
1342 | | - 'donate_interface-GBP' => 'GBP: brit font', |
1343 | | - 'donate_interface-EUR' => 'EUR: euró', |
1344 | | - 'donate_interface-USD' => 'USD: amerikai dollár', |
1345 | | - 'donate_interface-AUD' => 'AUD: ausztrál dollár', |
1346 | | - 'donate_interface-CAD' => 'CAD: kanadai dollár', |
1347 | | - 'donate_interface-CHF' => 'CHF: svájci frank', |
1348 | | - 'donate_interface-CZK' => 'CZK: cseh korona', |
1349 | | - 'donate_interface-DKK' => 'DKK: dán korona', |
1350 | | - 'donate_interface-HKD' => 'HKD: hongkongi dollár', |
1351 | | - 'donate_interface-HUF' => 'HUF: magyar forint', |
1352 | | - 'donate_interface-JPY' => 'JPY: japán jen', |
1353 | | - 'donate_interface-NZD' => 'NZD: új-zélandi dollár', |
1354 | | - 'donate_interface-NOK' => 'NOK: norvég korona', |
1355 | | - 'donate_interface-PLN' => 'PLN: lengyen złoty', |
1356 | | - 'donate_interface-SGD' => 'SGD: szingapúri dollár', |
1357 | | - 'donate_interface-SEK' => 'SEK: svéd korona', |
1358 | | - 'donate_interface-ILS' => 'ILS: izraeli sékel', |
1359 | | -); |
1360 | | - |
1361 | | -/** Interlingua (Interlingua) |
1362 | | - * @author McDutchie |
1363 | | - */ |
1364 | | -$messages['ia'] = array( |
1365 | | - 'donate_interface' => 'Supportar Wikimedia', |
1366 | | - 'donate_interface-desc' => 'Pagina de arrivata pro donationes que integra le extensiones de pagamento', |
1367 | | - 'donate_interface-intro' => 'Per favor selige un methodo de pagamento, amonta e moneta.', |
1368 | | - 'donate_interface-amount' => 'Amonta del donation:', |
1369 | | - 'donate_interface-other-amount' => 'Altere amonta', |
1370 | | - 'donate_interface-currency' => 'Moneta:', |
1371 | | - 'donate_interface-gateway' => 'Methodo de pagamento:', |
1372 | | - 'donate_interface-submit-button' => 'Donar', |
1373 | | - 'donate_interface-comment-message' => 'Vole tu transmitter un pensata al mundo? Scribe usque a 200 characteres hic:', |
1374 | | - 'donate_interface-comment-label' => 'Commento:', |
1375 | | - 'donate_interface-anon-message' => 'Mentiona mi nomine (juxta mi commento) in le lista public de donatores.', |
1376 | | - 'donate_interface-email-agreement' => 'Io accepta de reciper occasional actualitates per e-mail del Fundation Wikimedia.', |
1377 | | - 'donate_interface-comment-title' => 'Commento public', |
1378 | | - 'donate_interface-amount-error' => '**Per favor entra un amonta valide**', |
1379 | | - 'donate_interface-processing-error' => 'Un error occurreva durante le tractamento de tu requesta. Nulle processator es disponibile.', |
1380 | | - 'donate_interface-GBP' => 'GBP: libra sterling', |
1381 | | - 'donate_interface-EUR' => 'EUR: euro', |
1382 | | - 'donate_interface-USD' => 'USD: dollar statounitese', |
1383 | | - 'donate_interface-AUD' => 'AUD: dollar australian', |
1384 | | - 'donate_interface-CAD' => 'CAD: dollar canadian', |
1385 | | - 'donate_interface-CHF' => 'CHF: franco suisse', |
1386 | | - 'donate_interface-CZK' => 'CZK: corona tchec', |
1387 | | - 'donate_interface-DKK' => 'DKK: corona danese', |
1388 | | - 'donate_interface-HKD' => 'HKD: dollar de Hong Kong', |
1389 | | - 'donate_interface-HUF' => 'HUF: forint hungare', |
1390 | | - 'donate_interface-JPY' => 'JPY: yen japonese', |
1391 | | - 'donate_interface-NZD' => 'NHZ: dollar neozelandese', |
1392 | | - 'donate_interface-NOK' => 'NOK: corona norvegian', |
1393 | | - 'donate_interface-PLN' => 'PLN: zloty polonese', |
1394 | | - 'donate_interface-SGD' => 'SGD: dollar de Singapore', |
1395 | | - 'donate_interface-SEK' => 'SEK: corona svedese', |
1396 | | - 'donate_interface-ILS' => 'ILS: shekel israelian', |
1397 | | -); |
1398 | | - |
1399 | | -/** Indonesian (Bahasa Indonesia) |
1400 | | - * @author Farras |
1401 | | - * @author IvanLanin |
1402 | | - * @author Kenrick95 |
1403 | | - */ |
1404 | | -$messages['id'] = array( |
1405 | | - 'donate_interface' => 'Dukung Wikimedia', |
1406 | | - 'donate_interface-desc' => 'Halaman awal donasi yang mengintegrasikan ekstensi gerbang', |
1407 | | - 'donate_interface-intro' => 'Silakan pilih metode pembayaran, nilai, dan mata uang.', |
1408 | | - 'donate_interface-amount' => 'Nilai donasi:', |
1409 | | - 'donate_interface-other-amount' => 'Jumlah lain', |
1410 | | - 'donate_interface-currency' => 'Mata uang:', |
1411 | | - 'donate_interface-gateway' => 'Metode pembayaran:', |
1412 | | - 'donate_interface-submit-button' => 'Donasikan', |
1413 | | - 'donate_interface-comment-message' => 'Ada suatu pikiran untuk dibagi dengan dunia? Masukkan maksimum 200 karakter di sini:', |
1414 | | - 'donate_interface-comment-label' => 'Komentar:', |
1415 | | - 'donate_interface-anon-message' => 'Daftarkan nama saya (di sebelah komentar saya) pada daftar donor publik.', |
1416 | | - 'donate_interface-email-agreement' => 'Saya setuju untuk sesekali menerima surel pembaruan dari Wikimedia Foundation.', |
1417 | | - 'donate_interface-comment-title' => 'Komentar publik', |
1418 | | - 'donate_interface-amount-error' => '**Harap masukkan nilai yang valid**', |
1419 | | - 'donate_interface-processing-error' => 'Terjadi kesalahan dalam pemrosesan permintaan Anda. Tidak ada pemroses yang tersedia.', |
1420 | | - 'donate_interface-GBP' => 'GBP: Pound Britania', |
1421 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1422 | | - 'donate_interface-USD' => 'USD: Dolar A.S.', |
1423 | | - 'donate_interface-AUD' => 'AUD: Dolar Australia', |
1424 | | - 'donate_interface-CAD' => 'CAD: Dolar Kanada', |
1425 | | - 'donate_interface-CHF' => 'CHF: Franc Swiss', |
1426 | | - 'donate_interface-CZK' => 'CZK: Koruna Ceko', |
1427 | | - 'donate_interface-DKK' => 'DKK: Kroner Denmark', |
1428 | | - 'donate_interface-HKD' => 'HKD: Dolar Hong Kong', |
1429 | | - 'donate_interface-HUF' => 'HUF: Forint Hongaria', |
1430 | | - 'donate_interface-JPY' => 'JPY: Yen Jepang', |
1431 | | - 'donate_interface-NZD' => 'NZD: Dolar Selandia Baru', |
1432 | | - 'donate_interface-NOK' => 'NOK: Krone Norwegia', |
1433 | | - 'donate_interface-PLN' => 'PLN: Polandia Zloty', |
1434 | | - 'donate_interface-SGD' => 'SGD: Dolar Singapura', |
1435 | | - 'donate_interface-SEK' => 'SEK: Krona Swedia', |
1436 | | - 'donate_interface-ILS' => 'ILS: Shekel Israel', |
1437 | | -); |
1438 | | - |
1439 | | -/** Ido (Ido) |
1440 | | - * @author Malafaya |
1441 | | - */ |
1442 | | -$messages['io'] = array( |
1443 | | - 'donate_interface-GBP' => 'GBP: Britaniana Pundo', |
1444 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1445 | | - 'donate_interface-USD' => 'USD: Usana Dolaro', |
1446 | | - 'donate_interface-AUD' => 'AUD: Australiana Dolaro', |
1447 | | - 'donate_interface-CAD' => 'CAD: Kanadana Dolaro', |
1448 | | -); |
1449 | | - |
1450 | | -/** Icelandic (Íslenska) |
1451 | | - * @author WiseWoman |
1452 | | - */ |
1453 | | -$messages['is'] = array( |
1454 | | - 'donate_interface' => 'Stuð Wikimedia', |
1455 | | - 'donate_interface-currency' => 'Gjaldmiðill:', |
1456 | | - 'donate_interface-gateway' => 'Greiðsluaðferð:', |
1457 | | - 'donate_interface-DKK' => 'DKK: Dönsk króna', |
1458 | | -); |
1459 | | - |
1460 | | -/** Italian (Italiano) |
1461 | | - * @author Aushulz |
1462 | | - * @author Beta16 |
1463 | | - * @author F. Cosoleto |
1464 | | - */ |
1465 | | -$messages['it'] = array( |
1466 | | - 'donate_interface' => 'Sostieni Wikimedia', |
1467 | | - 'donate_interface-intro' => 'Scegli un metodo di pagamento, importo e valuta.', |
1468 | | - 'donate_interface-amount' => 'Importo della donazione:', |
1469 | | - 'donate_interface-other-amount' => 'Altro importo', |
1470 | | - 'donate_interface-currency' => 'Valuta:', |
1471 | | - 'donate_interface-gateway' => 'Metodo di pagamento:', |
1472 | | - 'donate_interface-submit-button' => 'Dona', |
1473 | | - 'donate_interface-comment-message' => 'Hai un pensiero da condividere con il mondo? Inserisci massimo 200 caratteri qui:', |
1474 | | - 'donate_interface-comment-label' => 'Commenti:', |
1475 | | - 'donate_interface-anon-message' => "Indica il mio nome, accanto al mio commento, nell'elenco pubblico dei donatori.", |
1476 | | - 'donate_interface-email-agreement' => 'Accetto di ricevere aggiornamenti occasionali tramite e-mail dalla Wikimedia Foundation.', |
1477 | | - 'donate_interface-comment-title' => 'Commento pubblico', |
1478 | | - 'donate_interface-amount-error' => '**Si prega di inserire un importo valido**', |
1479 | | - 'donate_interface-GBP' => 'GBP: Sterlina inglese', |
1480 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1481 | | - 'donate_interface-USD' => 'USD: Dollaro U.S.', |
1482 | | - 'donate_interface-AUD' => 'AUD: Dollaro australiano', |
1483 | | - 'donate_interface-CAD' => 'CAD: Dollaro canadese', |
1484 | | - 'donate_interface-CHF' => 'CHF: Franco svizzero', |
1485 | | - 'donate_interface-CZK' => 'CZK: Corona ceca', |
1486 | | - 'donate_interface-DKK' => 'DKK: Corona danese', |
1487 | | - 'donate_interface-HKD' => 'HKD: Dollaro di Hong Kong', |
1488 | | - 'donate_interface-HUF' => 'HUF: Fiorino ungherese', |
1489 | | - 'donate_interface-JPY' => 'JPY: Yen giapponese', |
1490 | | - 'donate_interface-NZD' => 'NZD: Dollaro della Nuova Zelanda', |
1491 | | - 'donate_interface-NOK' => 'NOK: Corona norvegese', |
1492 | | - 'donate_interface-PLN' => 'PLN: Zloty polacco', |
1493 | | - 'donate_interface-SGD' => 'SGD: Dollaro di Singapore', |
1494 | | - 'donate_interface-SEK' => 'SEK:Corona svedese', |
1495 | | -); |
1496 | | - |
1497 | | -/** Japanese (日本語) |
1498 | | - * @author Aotake |
1499 | | - * @author Fryed-peach |
1500 | | - * @author Ohgi |
1501 | | - * @author 青子守歌 |
1502 | | - */ |
1503 | | -$messages['ja'] = array( |
1504 | | - 'donate_interface' => 'ウィキメディアを支援する', |
1505 | | - 'donate_interface-desc' => 'ゲートウェイ拡張機能と一体化した、寄付申し込みページ', |
1506 | | - 'donate_interface-intro' => '支払い方法と金額、通貨をお選びください。', |
1507 | | - 'donate_interface-amount' => '寄付金額:', |
1508 | | - 'donate_interface-other-amount' => 'これ以外の額', |
1509 | | - 'donate_interface-currency' => '通貨:', |
1510 | | - 'donate_interface-gateway' => '支払い方法:', |
1511 | | - 'donate_interface-submit-button' => '寄付', |
1512 | | - 'donate_interface-comment-message' => 'なにか伝えたい意見があれば、ここに200文字以内で述べてください:', |
1513 | | - 'donate_interface-comment-label' => 'コメント:', |
1514 | | - 'donate_interface-anon-message' => '自分の名前を公開寄付者一覧(における自分のコメントの横)に掲載されることを望みます。', |
1515 | | - 'donate_interface-email-agreement' => '今後、ウィキメディア財団から不定期に送信される電子メールをを受け取ることに同意します。', |
1516 | | - 'donate_interface-comment-title' => '公開コメント', |
1517 | | - 'donate_interface-amount-error' => '**有効な金額を入力してください**', |
1518 | | - 'donate_interface-processing-error' => '要求の処理中にエラーが発生しました。処理サービスが利用できません。', |
1519 | | - 'donate_interface-GBP' => 'GBP: イギリス・ポンド', |
1520 | | - 'donate_interface-EUR' => 'EUR: ユーロ', |
1521 | | - 'donate_interface-USD' => 'USD: アメリカ合衆国ドル', |
1522 | | - 'donate_interface-AUD' => 'AUD: オーストラリア・ドル', |
1523 | | - 'donate_interface-CAD' => 'CAD: カナダ・ドル', |
1524 | | - 'donate_interface-CHF' => 'CHF: スイス・フラン', |
1525 | | - 'donate_interface-CZK' => 'CZK: チェコ・コルナ', |
1526 | | - 'donate_interface-DKK' => 'DKK: デンマーク・クローネ', |
1527 | | - 'donate_interface-HKD' => 'HKD: 香港ドル', |
1528 | | - 'donate_interface-HUF' => 'HUF: ハンガリー・フォリント', |
1529 | | - 'donate_interface-JPY' => 'JPY: 日本円', |
1530 | | - 'donate_interface-NZD' => 'NZD: ニュージーランド・ドル', |
1531 | | - 'donate_interface-NOK' => 'NOK: ノルウェー・クローネ', |
1532 | | - 'donate_interface-PLN' => 'PLN: ポーランド・ズウォティ', |
1533 | | - 'donate_interface-SGD' => 'SGD: シンガポール・ドル', |
1534 | | - 'donate_interface-SEK' => 'SEK: スウェーデン・クローナ', |
1535 | | - 'donate_interface-ILS' => 'ILS: イスラエル・シェケル', |
1536 | | -); |
1537 | | - |
1538 | | -/** Georgian (ქართული) |
1539 | | - * @author Dawid Deutschland |
1540 | | - * @author Nodar Kherkheulidze |
1541 | | - * @author Temuri rajavi |
1542 | | - * @author გიორგიმელა |
1543 | | - */ |
1544 | | -$messages['ka'] = array( |
1545 | | - 'donate_interface' => 'დაუჭირეთ მხარი ვიკიმედიას!', |
1546 | | - 'donate_interface-desc' => 'შემოწირულობების შეგროვების გვერდი, რომელშიც ინტეგრირებულია gateway გაფართოებები.', |
1547 | | - 'donate_interface-intro' => 'გთხოვთ, აირჩიეთ გადახდის მეთოდი, თანხა და ვალუტა.', |
1548 | | - 'donate_interface-amount' => 'შემოწირულობის თანხა:', |
1549 | | - 'donate_interface-other-amount' => 'სხვა თანხა', |
1550 | | - 'donate_interface-currency' => 'ვალუტა:', |
1551 | | - 'donate_interface-gateway' => 'გადახდის მეთოდი:', |
1552 | | - 'donate_interface-submit-button' => 'შემოწე', |
1553 | | - 'donate_interface-comment-message' => 'გსურთ, რომ თქვენი მოსაზრება მთელ მსოფლიოს გაუზიაროთ? აქ შეგიძლიათ 200 სიმბოლოსგან შემდგარი შეტყობინების დატოვება.', |
1554 | | - 'donate_interface-comment-label' => 'კომენტარი:', |
1555 | | - 'donate_interface-anon-message' => 'მე მსურს, რომ ჩემი სახელი, ჩემი კომენტარის გვერდით, გამოჩდნეს მეცენატთდა საზოგადო სიაში.', |
1556 | | - 'donate_interface-email-agreement' => 'მე მსურს ფონდ ვიკიმედიისგან საინფორმაციო წერილების მიღება.', |
1557 | | - 'donate_interface-comment-title' => 'საჯარო კომენტარი', |
1558 | | - 'donate_interface-amount-error' => '**გთხოვთ, მიუთითეთ სწორი თანხა**', |
1559 | | - 'donate_interface-processing-error' => 'ბოდიში, თქვენი შეტყობინების დამუშავებისას შეცდომა წარმოიშვა. |
1560 | | -მიზეზი — პროცესორთა არასაკმარისი რაოდენობა.', |
1561 | | - 'donate_interface-GBP' => 'GBP: ბრიტანული გირვანქა სტერლინგი', |
1562 | | - 'donate_interface-EUR' => 'EUR: ევრო', |
1563 | | - 'donate_interface-USD' => 'USD: აშშ დოლარი', |
1564 | | - 'donate_interface-AUD' => 'AUD: ავსტრალიური დოლარი', |
1565 | | - 'donate_interface-CAD' => 'CAD: კანადური დოლარი', |
1566 | | - 'donate_interface-CHF' => 'CHF: შვეიცარიული ფრანკი', |
1567 | | - 'donate_interface-CZK' => 'CZK: ჩეხური კრონა', |
1568 | | - 'donate_interface-DKK' => 'DKK: დანიური კრონა', |
1569 | | - 'donate_interface-HKD' => 'HKD: ჰონგკონგის დოლარი', |
1570 | | - 'donate_interface-HUF' => 'HUF: უნგრული ფორინტი', |
1571 | | - 'donate_interface-JPY' => 'JPY: იაპონური იენი', |
1572 | | - 'donate_interface-NZD' => 'NZD: ახალი ზელანდიის დოლარი', |
1573 | | - 'donate_interface-NOK' => 'NOK: ნორვეგიული კრონა', |
1574 | | - 'donate_interface-PLN' => 'PLN: პოლონური ზლოტი', |
1575 | | - 'donate_interface-SGD' => 'SGD: სინგაპურის დოლარი', |
1576 | | - 'donate_interface-SEK' => 'SEK: შვედური კრონა', |
1577 | | - 'donate_interface-ILS' => 'ILS: ისრაელის შეკელი', |
1578 | | -); |
1579 | | - |
1580 | | -/** Khmer (ភាសាខ្មែរ) |
1581 | | - * @author គីមស៊្រុន |
1582 | | - */ |
1583 | | -$messages['km'] = array( |
1584 | | - 'donate_interface' => 'គាំទ្រវិគីមេឌា', |
1585 | | - 'donate_interface-intro' => 'សូមជ្រើសរើសរបៀបបង់ប្រាក់ ចំនួនទឹកប្រាក់ និង ឯកតា។', |
1586 | | - 'donate_interface-amount' => 'ចំនួនទឹកប្រាក់បរិច្ចាគ៖', |
1587 | | - 'donate_interface-other-amount' => 'ចំនួនទឹកប្រាក់ផ្សេងទៀត', |
1588 | | - 'donate_interface-currency' => 'ឯកតា៖', |
1589 | | - 'donate_interface-gateway' => 'របៀបបង់ប្រាក់៖', |
1590 | | - 'donate_interface-submit-button' => 'បរិច្ចាគ', |
1591 | | - 'donate_interface-comment-message' => 'តើអ្នកមានគំនិតសំរាប់ចែកចាយអោយពិភពលោកដឹងលឺទេ? សូមសរសេរនៅទៅនេះ (មិនលើសពី២០០អក្សរ)៖', |
1592 | | - 'donate_interface-comment-label' => 'យោបល់៖', |
1593 | | - 'donate_interface-anon-message' => 'សូមដាក់ឈ្មោះខ្ញុំ (នៅក្បែរយោបល់ខ្ញុះ) នៅលើបញ្ជីអ្នកបរិច្ចាគសាធារណៈ។', |
1594 | | - 'donate_interface-email-agreement' => 'ខ្ញុំយល់ស្របក្នុងការទទួលយកអ៊ីមែលផ្ដល់ដំណឹងថ្មីៗណាមួយពីមូលនិធិវិគីមេឌា។', |
1595 | | - 'donate_interface-comment-title' => 'យោបល់សាធារណៈ', |
1596 | | - 'donate_interface-amount-error' => '**សូមបំពេញចំនួនទឹកប្រាក់អោយបានត្រឹមត្រូវ**', |
1597 | | - 'donate_interface-GBP' => 'GBP៖ ផោនអង់គ្លេស', |
1598 | | - 'donate_interface-EUR' => 'EUR៖ យូរ៉ូ', |
1599 | | - 'donate_interface-USD' => 'USD៖ ដុល្លារអាមេរិក', |
1600 | | - 'donate_interface-AUD' => 'AUD៖ ដុល្លារអូស្ត្រាលី', |
1601 | | - 'donate_interface-CAD' => 'CAD៖ ដុល្លារកាណាដា', |
1602 | | - 'donate_interface-CHF' => 'CHF: ហ្រង់ស្វីស', |
1603 | | - 'donate_interface-CZK' => 'CZK: កូរុណាឆែក', |
1604 | | - 'donate_interface-DKK' => 'DKK: ក្រូណេដាណឺម៉ាក', |
1605 | | - 'donate_interface-HKD' => 'HKD: ដុល្លារហុងកុង', |
1606 | | - 'donate_interface-HUF' => 'HUF: ហ្វរីនហុងគ្រី', |
1607 | | - 'donate_interface-JPY' => 'JPY៖ យ៉េនជប៉ុន', |
1608 | | - 'donate_interface-NZD' => 'NZD: ដុល្លារញូហ្សៀលែន', |
1609 | | - 'donate_interface-NOK' => 'NOK: ក្រូណេណរវេយ', |
1610 | | - 'donate_interface-PLN' => 'PLN: ស្លូទីប៉ូឡូញ', |
1611 | | - 'donate_interface-SGD' => 'SGD: ដុល្លាសិង្ហបុរី', |
1612 | | - 'donate_interface-SEK' => 'SEK: ក្រូណាស៊ុយអែដ', |
1613 | | - 'donate_interface-ILS' => 'ILS: ស្សិកែលអ៊ីស្រាអែល', |
1614 | | -); |
1615 | | - |
1616 | | -/** Korean (한국어) |
1617 | | - * @author Freebiekr |
1618 | | - * @author Klutzy |
1619 | | - * @author Kwj2772 |
1620 | | - */ |
1621 | | -$messages['ko'] = array( |
1622 | | - 'donate_interface' => '위키미디어를 지원해주세요', |
1623 | | - 'donate_interface-desc' => '게이트웨이 확장 기능을 통합하고 있는 기부 방문 문서', |
1624 | | - 'donate_interface-intro' => '결제 방법, 기부 금액, 통화 종류를 선택해주세요.', |
1625 | | - 'donate_interface-amount' => '기부 금액:', |
1626 | | - 'donate_interface-other-amount' => '기타 금액', |
1627 | | - 'donate_interface-currency' => '화폐 종류:', |
1628 | | - 'donate_interface-gateway' => '지불 방법:', |
1629 | | - 'donate_interface-submit-button' => '기부', |
1630 | | - 'donate_interface-comment-message' => '다른 사람들에게 전달하고 싶은 말을 입력해주시요. 200자까지 가능합니다.', |
1631 | | - 'donate_interface-comment-label' => '내용:', |
1632 | | - 'donate_interface-anon-message' => '자신의 이름을 공개 기부자 명단에서 표시하도록 합니다. (메시지 옆에 표시됩니다.)', |
1633 | | - 'donate_interface-email-agreement' => '위키미디어 재단의 새로운 소식을 가끔 이메일로 받는 데 동의합니다.', |
1634 | | - 'donate_interface-comment-title' => '공개 메시지', |
1635 | | - 'donate_interface-amount-error' => '**금액을 올바르게 입력해주세요**', |
1636 | | - 'donate_interface-processing-error' => '당신의 요청을 처리하는 도중에 오류가 있었습니다. |
1637 | | -어떤 프로세서도 이용할 수 없습니다.', |
1638 | | - 'donate_interface-GBP' => 'GBP: 영국 파운드', |
1639 | | - 'donate_interface-EUR' => 'EUR: 유로', |
1640 | | - 'donate_interface-USD' => 'USD: 미국 달러', |
1641 | | - 'donate_interface-AUD' => 'AUD: 호주 달러', |
1642 | | - 'donate_interface-CAD' => 'CAD: 캐나다 달러', |
1643 | | - 'donate_interface-CHF' => 'CHF: 스위스 프랑', |
1644 | | - 'donate_interface-CZK' => 'CZK: 체코 코루나', |
1645 | | - 'donate_interface-DKK' => 'DKK: 덴마크 크로네', |
1646 | | - 'donate_interface-HKD' => 'HKD: 홍콩 달러', |
1647 | | - 'donate_interface-HUF' => 'HUF: 헝가리 포린트', |
1648 | | - 'donate_interface-JPY' => 'JPY: 일본 엔', |
1649 | | - 'donate_interface-NZD' => 'NZD: 뉴질랜드 달러', |
1650 | | - 'donate_interface-NOK' => 'NOK: 노르웨이 크로네', |
1651 | | - 'donate_interface-PLN' => 'PLN: 폴란드 즐로티', |
1652 | | - 'donate_interface-SGD' => 'SGD: 싱가포르 달러', |
1653 | | - 'donate_interface-SEK' => 'SEK: 스웨덴 크로나', |
1654 | | - 'donate_interface-ILS' => 'ILS: 이스라엘 셰켈', |
1655 | | -); |
1656 | | - |
1657 | | -/** Colognian (Ripoarisch) |
1658 | | - * @author Purodha |
1659 | | - */ |
1660 | | -$messages['ksh'] = array( |
1661 | | - 'donate_interface' => 'Ongershtöz Wikimedia!', |
1662 | | - 'donate_interface-desc' => 'En Einschtiesh_Sigg för et Shpände, di de ongerscheidlijje Zohsaz_Projramme för et Bezahle ömfaß.', |
1663 | | - 'donate_interface-intro' => 'Söhg en Aat för_t Bezahle, ene Bedraach un en Jeld_Zood uß.', |
1664 | | - 'donate_interface-amount' => 'Bedraach:', |
1665 | | - 'donate_interface-other-amount' => 'Ene andere Bedraach', |
1666 | | - 'donate_interface-currency' => 'De Zoot Jeld:', |
1667 | | - 'donate_interface-gateway' => 'De Aat ze lazze', |
1668 | | - 'donate_interface-submit-button' => 'Schpände!', |
1669 | | - 'donate_interface-comment-message' => 'Häß De ene Jedangke för de Wält ze verzälle? Schriev bes 200 Zeiche:', |
1670 | | - 'donate_interface-comment-label' => 'Meddeilong:', |
1671 | | - 'donate_interface-anon-message' => 'Donn minge Name un ming Meddeilong en de öffentlesche Leß met de Spänder.', |
1672 | | - 'donate_interface-email-agreement' => 'Esch däät jähn jelääjentlesch ens en e-mail met Neueschkeite övver de Wikimedia Steftong krijje.', |
1673 | | - 'donate_interface-comment-title' => 'Meddeilong fö de Welt', |
1674 | | - 'donate_interface-amount-error' => '**Jiv ene jöltijje Bedraach en**', |
1675 | | - 'donate_interface-processing-error' => 'Ene Fähler es beim Beärbeide vun Dinge Enjaab opjetrodde. |
1676 | | -Et sinn_er kein Prozäßoore mieh frei.', |
1677 | | - 'donate_interface-GBP' => 'GBP: Änglesche Pongk', |
1678 | | - 'donate_interface-EUR' => 'EUR: Euros', |
1679 | | - 'donate_interface-USD' => 'USD: Dollars uß de USA', |
1680 | | - 'donate_interface-AUD' => 'AUD: Austraalesche Dollars', |
1681 | | - 'donate_interface-CAD' => 'CAD: Kanaadesche Dollars', |
1682 | | - 'donate_interface-CHF' => 'CHF: Schweizer Frangke', |
1683 | | - 'donate_interface-CZK' => 'CZK: Tschesche-Kruune', |
1684 | | - 'donate_interface-DKK' => 'DKK: Dänesche Kruhne', |
1685 | | - 'donate_interface-HKD' => 'HKD: Dollars uß Hong Kong', |
1686 | | - 'donate_interface-HUF' => 'HUF: Unnjarresche Forint', |
1687 | | - 'donate_interface-JPY' => 'JPY: Japaanesche Yen', |
1688 | | - 'donate_interface-NZD' => 'NZD: Dollars uß Neusesland', |
1689 | | - 'donate_interface-NOK' => 'NOK: Norweejesche Kruhne', |
1690 | | - 'donate_interface-PLN' => 'PLN: Zloty uß Poole', |
1691 | | - 'donate_interface-SGD' => 'SGD: Dollars uß Singjapuhr', |
1692 | | - 'donate_interface-SEK' => 'SEK: Schweedesch Kruhne', |
1693 | | - 'donate_interface-ILS' => "ILS: Ißra'eelesch Scheekel", |
1694 | | -); |
1695 | | - |
1696 | | -/** Kurdish (Latin script) (Kurdî (latînî)) |
1697 | | - * @author Gomada |
1698 | | - */ |
1699 | | -$messages['ku-latn'] = array( |
1700 | | - 'donate_interface' => 'Piştgiriyê bide Wîkîmedyayê', |
1701 | | - 'donate_interface-comment-label' => 'Şîrove:', |
1702 | | - 'donate_interface-EUR' => 'EUR: Ewro', |
1703 | | - 'donate_interface-USD' => "USD: Dolarên DYA'yê", |
1704 | | - 'donate_interface-CAD' => 'CAD: Dolarên Kanadayê', |
1705 | | - 'donate_interface-CZK' => 'CZK: Korunayên Çekî', |
1706 | | - 'donate_interface-JPY' => 'JPY: Yenê Japon', |
1707 | | - 'donate_interface-SEK' => 'SEK: Kronên Swêdî', |
1708 | | -); |
1709 | | - |
1710 | | -/** Luxembourgish (Lëtzebuergesch) |
1711 | | - * @author Robby |
1712 | | - */ |
1713 | | -$messages['lb'] = array( |
1714 | | - 'donate_interface' => 'Ënnerstëtzt Wikimedia', |
1715 | | - 'donate_interface-desc' => 'Säit op där Done landen déi vun de verschiddene Methode fir ze bezuelen hierkommen', |
1716 | | - 'donate_interface-intro' => "Wielt w.e.g eng Method fir ze bezuelen, de Betrag an d'Währung eraus.", |
1717 | | - 'donate_interface-amount' => 'Héicht vum Don:', |
1718 | | - 'donate_interface-other-amount' => 'Anere Betrag', |
1719 | | - 'donate_interface-currency' => 'Währung:', |
1720 | | - 'donate_interface-gateway' => 'Method fir ze bezuelen:', |
1721 | | - 'donate_interface-submit-button' => 'Maacht en Don', |
1722 | | - 'donate_interface-comment-message' => 'Wëllt dir der Welt Är iwwerleeunge matdeelen? Schreiwt bis zu 200 Zeechen heihinn:', |
1723 | | - 'donate_interface-comment-label' => 'Bemierkung:', |
1724 | | - 'donate_interface-anon-message' => 'Setzt mäin Numm w.e.g. (niewent menger Bemierkung) op déi ëffentlech Lëscht vun den Donateuren.', |
1725 | | - 'donate_interface-email-agreement' => "Ech sinn domat d'accord fir vun Zäit zu Zäit Zukunft Aktualisatioune per Mail vun der Wikimedia Foundation ze kréien.", |
1726 | | - 'donate_interface-comment-title' => 'Ëffentlech Bemierkung', |
1727 | | - 'donate_interface-amount-error' => '**Gitt w.e.g. e valabele Betrag an**', |
1728 | | - 'donate_interface-processing-error' => 'Et gouf e Feeler beim behandele vun Ärer Ufro. Et ass kee Prozesseur disponibel.', |
1729 | | - 'donate_interface-GBP' => 'GBP: Britesched Pond', |
1730 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1731 | | - 'donate_interface-USD' => 'USD: U.S. Dollar', |
1732 | | - 'donate_interface-AUD' => 'AUD: Australeschen Dollar', |
1733 | | - 'donate_interface-CAD' => 'CAD: Kanadeschen Dollar', |
1734 | | - 'donate_interface-CHF' => 'CHF: Schwäizer Frang', |
1735 | | - 'donate_interface-CZK' => 'CZK: Tschechesch Kroun', |
1736 | | - 'donate_interface-DKK' => 'DKK: Dänesch Kroun', |
1737 | | - 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
1738 | | - 'donate_interface-HUF' => 'HUF: Ungaresche Forint', |
1739 | | - 'donate_interface-JPY' => 'JPY: Japanesche Yen', |
1740 | | - 'donate_interface-NZD' => 'NZD: Neiséiland Dollar', |
1741 | | - 'donate_interface-NOK' => 'NOK: Norwegesch Kroun', |
1742 | | - 'donate_interface-PLN' => 'PLN: Polnesche Zloty', |
1743 | | - 'donate_interface-SGD' => 'SGD: Singapur Dollar', |
1744 | | - 'donate_interface-SEK' => 'SEK: Schwedesch Kroun', |
1745 | | - 'donate_interface-ILS' => 'ILS: Israelesche Shekel', |
1746 | | -); |
1747 | | - |
1748 | | -/** Limburgish (Limburgs) |
1749 | | - * @author Ooswesthoesbes |
1750 | | - */ |
1751 | | -$messages['li'] = array( |
1752 | | - 'donate_interface-amount' => 'Bedraag:', |
1753 | | - 'donate_interface-other-amount' => 'Anger bedraag', |
1754 | | - 'donate_interface-currency' => 'Möntjeinhed:', |
1755 | | - 'donate_interface-gateway' => 'Betaalmethode:', |
1756 | | - 'donate_interface-submit-button' => 'Gaef', |
1757 | | - 'donate_interface-comment-label' => 'Ópmèrking:', |
1758 | | - 'donate_interface-GBP' => 'GBP: Britsje póndj', |
1759 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1760 | | - 'donate_interface-USD' => 'USD: VS-dóller', |
1761 | | - 'donate_interface-AUD' => 'AUD: Australisje dóller', |
1762 | | - 'donate_interface-CAD' => 'CAD: Kannedese dóller', |
1763 | | - 'donate_interface-JPY' => 'JPY: Japansje yen', |
1764 | | -); |
1765 | | - |
1766 | | -/** Lithuanian (Lietuvių) |
1767 | | - * @author Matasg |
1768 | | - */ |
1769 | | -$messages['lt'] = array( |
1770 | | - 'donate_interface' => 'Parama Wikimedia fondui', |
1771 | | - 'donate_interface-desc' => 'Aukojimų nukreipimų puslapis su integruotais vartiniais plėtiniais', |
1772 | | - 'donate_interface-intro' => 'Prašome pasirinkti mokėjimo metodą, sumą bei valiutą.', |
1773 | | - 'donate_interface-amount' => 'Aukojama suma:', |
1774 | | - 'donate_interface-other-amount' => 'Kita suma', |
1775 | | - 'donate_interface-currency' => 'Valiuta:', |
1776 | | - 'donate_interface-gateway' => 'Mokėjimo būdas:', |
1777 | | - 'donate_interface-submit-button' => 'Aukoti', |
1778 | | - 'donate_interface-comment-message' => 'Norėtumėte savo mintimis pasidalinti su pasauliu? Čia galite įvesti iki 200 ženklų tekstą:', |
1779 | | - 'donate_interface-comment-label' => 'Komentaras:', |
1780 | | - 'donate_interface-anon-message' => 'Norėčiau, kad mano vardas būtų rodomas viešame paaukojusiųjų sąraše (šalia mano komentaro).', |
1781 | | - 'donate_interface-email-agreement' => 'Sutinku gauti retus elektroninio pašto pranešimus iš Wikimedia Foundation.', |
1782 | | - 'donate_interface-comment-title' => 'Viešas komentaras', |
1783 | | - 'donate_interface-amount-error' => '**Prašome įvesti tinkamą sumą**', |
1784 | | - 'donate_interface-processing-error' => 'Įvyko klaida apdorojant Jūsų užklausą. |
1785 | | -Nepriimamos apdorojimo užklausos.', |
1786 | | - 'donate_interface-GBP' => 'GBP: Svaras sterlingų', |
1787 | | - 'donate_interface-EUR' => 'EUR: Euras', |
1788 | | - 'donate_interface-USD' => 'USD: JAV doleris', |
1789 | | - 'donate_interface-AUD' => 'AUD: Australijos doleris', |
1790 | | - 'donate_interface-CAD' => 'CAD: Kanados doleris', |
1791 | | - 'donate_interface-CHF' => 'CHF: Šveicarijos frankas', |
1792 | | - 'donate_interface-CZK' => 'CZK: Čekijos krona', |
1793 | | - 'donate_interface-DKK' => 'DKK: Danijos krona', |
1794 | | - 'donate_interface-HKD' => 'HKD: Honkongo doleris', |
1795 | | - 'donate_interface-HUF' => 'HUF: Vengrijos forintas', |
1796 | | - 'donate_interface-JPY' => 'JPY: Japonijos jena', |
1797 | | - 'donate_interface-NZD' => 'NZD: Naujosios Zelandijos doleris', |
1798 | | - 'donate_interface-NOK' => 'NOK: Norvegijos krona', |
1799 | | - 'donate_interface-PLN' => 'PLN: Lenkijos zlotas', |
1800 | | - 'donate_interface-SGD' => 'SGD: Singapūro doleris', |
1801 | | - 'donate_interface-SEK' => 'SEK: Švedijos krona', |
1802 | | - 'donate_interface-ILS' => 'ILS: Izraelio šekelis', |
1803 | | -); |
1804 | | - |
1805 | | -/** Latvian (Latviešu) |
1806 | | - * @author Geimeris |
1807 | | - * @author GreenZeb |
1808 | | - * @author Papuass |
1809 | | - */ |
1810 | | -$messages['lv'] = array( |
1811 | | - 'donate_interface' => 'Atbalsti Wikimedia', |
1812 | | - 'donate_interface-intro' => 'Lūdzu izvēlēties maksājuma veidu, daudzumu un valūtu.', |
1813 | | - 'donate_interface-amount' => 'Ziedojuma summa:', |
1814 | | - 'donate_interface-other-amount' => 'Cita summa', |
1815 | | - 'donate_interface-currency' => 'Valūta:', |
1816 | | - 'donate_interface-gateway' => 'Samaksas veids:', |
1817 | | - 'donate_interface-submit-button' => 'Ziedot', |
1818 | | - 'donate_interface-comment-label' => 'Komentārs:', |
1819 | | - 'donate_interface-anon-message' => 'Lūdzu uzrādīt manu vārdu (blakus manam komentāram) publisko ziedotāju sarakstā.', |
1820 | | - 'donate_interface-comment-title' => 'Publisks komentārs', |
1821 | | - 'donate_interface-amount-error' => '**Lūdzu, ievadi derīgu summu**', |
1822 | | - 'donate_interface-GBP' => 'GBP: Lielbritānijas sterliņu mārciņa', |
1823 | | - 'donate_interface-EUR' => 'EUR: Eiro', |
1824 | | - 'donate_interface-USD' => 'USD: ASV dolārs', |
1825 | | - 'donate_interface-AUD' => 'AUD: Austrālijas dolārs', |
1826 | | - 'donate_interface-CAD' => 'CAD: Kanādas dolārs', |
1827 | | - 'donate_interface-CHF' => 'CHF: Šveices franks', |
1828 | | - 'donate_interface-CZK' => 'CZK: Čehijas krona', |
1829 | | - 'donate_interface-DKK' => 'DKK: Dānijas krona', |
1830 | | - 'donate_interface-HKD' => 'HKD: Honkongas dolārs', |
1831 | | - 'donate_interface-HUF' => 'HUF: Ungārijas forints', |
1832 | | - 'donate_interface-JPY' => 'JPY: Japānas jena', |
1833 | | - 'donate_interface-NZD' => 'NZD: Jaunzēlandes dolārs', |
1834 | | - 'donate_interface-NOK' => 'NOK: Norvēģijas krona', |
1835 | | - 'donate_interface-PLN' => 'PLN: Polijas zlots', |
1836 | | - 'donate_interface-SGD' => 'SGD: Singapūras dolārs', |
1837 | | - 'donate_interface-SEK' => 'SEK: Zviedrijas krona', |
1838 | | - 'donate_interface-ILS' => 'ILS: Izraēlas šekelis', |
1839 | | -); |
1840 | | - |
1841 | | -/** Macedonian (Македонски) |
1842 | | - * @author Bjankuloski06 |
1843 | | - */ |
1844 | | -$messages['mk'] = array( |
1845 | | - 'donate_interface' => 'Поддржете ја Викимедија', |
1846 | | - 'donate_interface-desc' => 'Страница за донирање која вклучува додатоци за порта', |
1847 | | - 'donate_interface-intro' => 'Одберете начин на плаќање, износ и валута.', |
1848 | | - 'donate_interface-amount' => 'Износ:', |
1849 | | - 'donate_interface-other-amount' => 'Друг износ', |
1850 | | - 'donate_interface-currency' => 'Валута:', |
1851 | | - 'donate_interface-gateway' => 'Начин на плаќање:', |
1852 | | - 'donate_interface-submit-button' => 'Донирајте', |
1853 | | - 'donate_interface-comment-message' => 'Сакате да се искажете? Тука пишете до 200 знаци:', |
1854 | | - 'donate_interface-comment-label' => 'Коментар:', |
1855 | | - 'donate_interface-anon-message' => 'Наведете ми го името (заедно со мојот коментар) на јавниот список на дарители.', |
1856 | | - 'donate_interface-email-agreement' => 'Се согласувам да добивам повремени новини од Фондацијата Викимедија по е-пошта.', |
1857 | | - 'donate_interface-comment-title' => 'Јавен коментар', |
1858 | | - 'donate_interface-amount-error' => '**Внесете важечки износ**', |
1859 | | - 'donate_interface-processing-error' => 'Се појави грешка при обработката на вашето барање. Нема достапни преработувачи.', |
1860 | | - 'donate_interface-GBP' => 'GBP: Британска фунта', |
1861 | | - 'donate_interface-EUR' => 'EUR: Евро', |
1862 | | - 'donate_interface-USD' => 'USD: Американски долар', |
1863 | | - 'donate_interface-AUD' => 'AUD: Австралиски долар', |
1864 | | - 'donate_interface-CAD' => 'CAD: Канадски долар', |
1865 | | - 'donate_interface-CHF' => 'CHF: Швајцарски франк', |
1866 | | - 'donate_interface-CZK' => 'CZK: Чешка круна', |
1867 | | - 'donate_interface-DKK' => 'DKK: Данска круна', |
1868 | | - 'donate_interface-HKD' => 'HKD: Хонгконшки долар', |
1869 | | - 'donate_interface-HUF' => 'HUF: Унгарски форинт', |
1870 | | - 'donate_interface-JPY' => 'JPY: Јапонски јен', |
1871 | | - 'donate_interface-NZD' => 'NZD: Новозеландски долар', |
1872 | | - 'donate_interface-NOK' => 'NOK: Норвешка круна', |
1873 | | - 'donate_interface-PLN' => 'PLN: Полски злот', |
1874 | | - 'donate_interface-SGD' => 'SGD: Сингапурски долар', |
1875 | | - 'donate_interface-SEK' => 'SEK: Шведска круна', |
1876 | | - 'donate_interface-ILS' => 'ILS: Израелски шекел', |
1877 | | -); |
1878 | | - |
1879 | | -/** Malayalam (മലയാളം) |
1880 | | - * @author Praveenp |
1881 | | - * @author Vssun |
1882 | | - */ |
1883 | | -$messages['ml'] = array( |
1884 | | - 'donate_interface' => 'വിക്കിമീഡിയയ്ക്ക് പിന്തുണയേകുക', |
1885 | | - 'donate_interface-desc' => 'ഗേറ്റ്വേ അനുബന്ധങ്ങളുമായി ചേർന്ന് പ്രവർത്തിക്കുന്ന സംഭാവനക്കുള്ള പ്രധാന താൾ', |
1886 | | - 'donate_interface-intro' => 'ദയവായി താങ്കളുടെ പണമടയ്ക്കൽ രീതി, തുക, നാണയം എന്നിവ തിരഞ്ഞെടുക്കുക.', |
1887 | | - 'donate_interface-amount' => 'സംഭാവന ചെയ്യുന്ന തുക:', |
1888 | | - 'donate_interface-other-amount' => 'മറ്റ് തുക:', |
1889 | | - 'donate_interface-currency' => 'നാണയം:', |
1890 | | - 'donate_interface-gateway' => 'പണമടയ്ക്കൽ രീതി:', |
1891 | | - 'donate_interface-submit-button' => 'സംഭാവന ചെയ്യുക', |
1892 | | - 'donate_interface-comment-message' => 'ലോകരുമായി പങ്കുവെയ്ക്കാൻ ഒരു ചിന്ത താങ്കൾക്കുണ്ടോ? 200 അക്ഷരങ്ങളിൽ കവിയാതെ ഇവിടെ ചേർക്കുക:', |
1893 | | - 'donate_interface-comment-label' => 'അഭിപ്രായം:', |
1894 | | - 'donate_interface-anon-message' => 'എന്റെ പേര് (എന്റെ അഭിപ്രായത്തിനു സമീപത്തായി) പൊതു സംഭാവകരുടെ പട്ടികയിൽ ദയവായി ചേർക്കുക.', |
1895 | | - 'donate_interface-email-agreement' => 'വിക്കിമീഡിയ ഫൗണ്ടേഷൻ ഇടയ്ക്കിടയ്ക്ക് ഇമെയിൽ ആയി പ്രസിദ്ധീകരിക്കുന്ന പുതിയ വിശേഷങ്ങൾ സ്വീകരിക്കാൻ ഞാനാഗ്രഹിക്കുന്നു.', |
1896 | | - 'donate_interface-comment-title' => 'പൊതു കുറിപ്പ്', |
1897 | | - 'donate_interface-amount-error' => '**ദയവായി സാധുവായ തുക നൽകുക**', |
1898 | | - 'donate_interface-processing-error' => 'താങ്കളുടെ ആവശ്യം കൈകാര്യം ചെയ്യുന്നതിനിടയിൽ പിഴവുണ്ടായിരിക്കുന്നു. |
1899 | | -പ്രോസസ്സറുകളൊന്നും ലഭ്യമല്ല.', |
1900 | | - 'donate_interface-GBP' => 'GPB: ബ്രിട്ടീഷ് പൗണ്ട്', |
1901 | | - 'donate_interface-EUR' => 'EUR: യൂറോ', |
1902 | | - 'donate_interface-USD' => 'USD: യു.എസ്. ഡോളർ', |
1903 | | - 'donate_interface-AUD' => 'AUD: ഓസ്ട്രേലിയൻ ഡോളർ', |
1904 | | - 'donate_interface-CAD' => 'CAD: കനേഡിയൻ ഡോളർ', |
1905 | | - 'donate_interface-CHF' => 'CHF: സ്വിസ്സ് ഫ്രാങ്ക്', |
1906 | | - 'donate_interface-CZK' => 'CZK:ചെക്ക് കോറുണ', |
1907 | | - 'donate_interface-DKK' => 'DKK: ഡാനിഷ് ക്രോണേ', |
1908 | | - 'donate_interface-HKD' => 'HKD: ഹോങ്കോങ് ഡോളർ', |
1909 | | - 'donate_interface-HUF' => 'HUF: ഹംഗേറിയൻ ഫോറിന്റ്', |
1910 | | - 'donate_interface-JPY' => 'JPY: ജാപ്പനീസ് യെൻ', |
1911 | | - 'donate_interface-NZD' => 'NZD: ന്യൂ സീലാൻഡ് ഡോളർ', |
1912 | | - 'donate_interface-NOK' => 'NOK: നോർവീജിയൻ ക്രോണേ', |
1913 | | - 'donate_interface-PLN' => 'PLN: പോളിഷ് സ്ലോറ്റീ', |
1914 | | - 'donate_interface-SGD' => 'SGD: സിങ്കപ്പൂർ ഡോളർ', |
1915 | | - 'donate_interface-SEK' => 'SEK: സ്വീഡിഷ് ക്രോണ', |
1916 | | - 'donate_interface-ILS' => 'ILS: ഇസ്രയേലി ഷെക്കെൽ', |
1917 | | -); |
1918 | | - |
1919 | | -/** Malay (Bahasa Melayu) |
1920 | | - * @author Anakmalaysia |
1921 | | - * @author Diagramma Della Verita |
1922 | | - */ |
1923 | | -$messages['ms'] = array( |
1924 | | - 'donate_interface' => 'Sokonglah Wikimedia', |
1925 | | - 'donate_interface-desc' => "Laman sumbangan yang diintegerasikan degan ''gateway extension''", |
1926 | | - 'donate_interface-intro' => 'Sila pilih kaedah pembayaran, jumlah dan mata wang.', |
1927 | | - 'donate_interface-amount' => 'Jumlah derma:', |
1928 | | - 'donate_interface-other-amount' => 'Jumlah lain', |
1929 | | - 'donate_interface-currency' => 'Mata wang:', |
1930 | | - 'donate_interface-gateway' => 'Kaedah pembayaran:', |
1931 | | - 'donate_interface-submit-button' => 'Derma', |
1932 | | - 'donate_interface-comment-message' => 'Adakah anda mempunyai pandangan untuk berkongsi dengan sedunia? Hantarkannya dengan tidak melebihi 200 aksara:', |
1933 | | - 'donate_interface-comment-label' => 'Komen:', |
1934 | | - 'donate_interface-anon-message' => 'Letakkan nama saya (di sebelah komen) dalam senarai penderma umum.', |
1935 | | - 'donate_interface-email-agreement' => 'Saya setuju untuk menerima kemas kini e-mel sekali-sekala daripada Yayasan Wikimedia.', |
1936 | | - 'donate_interface-comment-title' => 'Komen umum', |
1937 | | - 'donate_interface-amount-error' => '**Sila masukkan jumlah yang sah**', |
1938 | | - 'donate_interface-processing-error' => 'Terdapat masalah untuk memproses permintaan anda. |
1939 | | -Sila kembali ke laman terdahulu.', |
1940 | | - 'donate_interface-GBP' => 'GBP: Pound Britain', |
1941 | | - 'donate_interface-EUR' => 'EUR: Euro', |
1942 | | - 'donate_interface-USD' => 'USD: Dolar Amerika', |
1943 | | - 'donate_interface-AUD' => 'AUS: Dolar Australia', |
1944 | | - 'donate_interface-CAD' => 'CAD: Dolar Kanada', |
1945 | | - 'donate_interface-CHF' => 'CHF: Swiss Franc', |
1946 | | - 'donate_interface-CZK' => 'CZK: Koruna Czech', |
1947 | | - 'donate_interface-DKK' => 'DKK: Danish Krone', |
1948 | | - 'donate_interface-HKD' => 'HKD: Dolar Hong Kong', |
1949 | | - 'donate_interface-HUF' => 'HUF: Forint Hungary', |
1950 | | - 'donate_interface-JPY' => 'JPY: Yen Jepun', |
1951 | | - 'donate_interface-NZD' => 'NZD: Dolar New Zealand', |
1952 | | - 'donate_interface-NOK' => 'NOK: Krone Norway', |
1953 | | - 'donate_interface-PLN' => 'PLN: Zloty Poland', |
1954 | | - 'donate_interface-SGD' => 'SGD: Dolar Singapura', |
1955 | | - 'donate_interface-SEK' => 'SEK: Krona Sweden', |
1956 | | - 'donate_interface-ILS' => 'ILS: Shekel Israel', |
1957 | | -); |
1958 | | - |
1959 | | -/** Maltese (Malti) |
1960 | | - * @author Chrisportelli |
1961 | | - */ |
1962 | | -$messages['mt'] = array( |
1963 | | - 'donate_interface' => 'Sostni lill-Wikimedia', |
1964 | | - 'donate_interface-intro' => "Agżel metodu ta' ħlas, l-ammont, u l-valuta.", |
1965 | | - 'donate_interface-amount' => "Ammont ta' donazzjoni:", |
1966 | | - 'donate_interface-other-amount' => 'Ammont ieħor', |
1967 | | - 'donate_interface-currency' => 'Valuta:', |
1968 | | - 'donate_interface-gateway' => 'Metodu tal-ħlas:', |
1969 | | - 'donate_interface-submit-button' => 'Agħti donazzjoni', |
1970 | | - 'donate_interface-comment-message' => "Għandek ħsieb li tixtieq taqsmu mal-kumplament tad-dinja? Esprimieh hawnhekk f'mhux iktar minn 200 karattru:", |
1971 | | - 'donate_interface-comment-label' => 'Kumment:', |
1972 | | - 'donate_interface-anon-message' => 'Uri ismi (biswit il-kumment tiegħi) fil-lista pubblika tad-donaturi.', |
1973 | | - 'donate_interface-email-agreement' => 'Jiena naċċetta li nirċievi aġġornamenti okkażjonali permezz tal-posta elettronika mill-Fondazzjoni Wikimedia.', |
1974 | | - 'donate_interface-comment-title' => 'Kumment pubbliku', |
1975 | | - 'donate_interface-amount-error' => '**Jekk jogħġbok daħħal ammont validu**', |
1976 | | - 'donate_interface-processing-error' => 'Kien hemm problema fl-iproċessar tar-rikjesta tiegħek. L-ebda proċessur mhu disponibbli.', |
1977 | | - 'donate_interface-GBP' => 'GBP: Sterlina Ingliża', |
1978 | | - 'donate_interface-EUR' => 'EUR: Ewro', |
1979 | | - 'donate_interface-USD' => 'USD: Dollaru Amerikan', |
1980 | | - 'donate_interface-AUD' => 'AUD: Dollaru Awstraljan', |
1981 | | - 'donate_interface-CAD' => 'CAD: Dollaru Kanadiż', |
1982 | | - 'donate_interface-CHF' => 'CHF: Frank Żvizzeru', |
1983 | | - 'donate_interface-CZK' => 'CZK: Koruna Ċeka', |
1984 | | - 'donate_interface-DKK' => 'DKK: Krone Daniż', |
1985 | | - 'donate_interface-HKD' => "HKD: Dollaru ta' Ħong Kong", |
1986 | | - 'donate_interface-HUF' => 'HUF: Forint Ungeriż', |
1987 | | - 'donate_interface-JPY' => 'JPY: Jen Ġappuniż', |
1988 | | - 'donate_interface-NZD' => "NZD: Dollaru ta' New Zealand", |
1989 | | - 'donate_interface-NOK' => 'NOK: Krone Norveġiż', |
1990 | | - 'donate_interface-PLN' => 'PLN: Zloty Pollakk', |
1991 | | - 'donate_interface-SGD' => "SGD: Dollaru ta' Singapor", |
1992 | | - 'donate_interface-SEK' => 'SEK: Krona Żvediża', |
1993 | | - 'donate_interface-ILS' => 'ILS: Shekel Iżraeljan', |
1994 | | -); |
1995 | | - |
1996 | | -/** Erzya (Эрзянь) |
1997 | | - * @author Botuzhaleny-sodamo |
1998 | | - */ |
1999 | | -$messages['myv'] = array( |
2000 | | - 'donate_interface-amount' => 'Зяро лезксйармак максат:', |
2001 | | - 'donate_interface-currency' => 'Валютась:', |
2002 | | - 'donate_interface-submit-button' => 'Лезксйармаконь максома', |
2003 | | - 'donate_interface-EUR' => 'EUR: эвро', |
2004 | | - 'donate_interface-CHF' => 'CHF: Швейцариянь франк', |
2005 | | - 'donate_interface-DKK' => 'DKK: Даниянь крона', |
2006 | | - 'donate_interface-HUF' => 'HUF: Венгриянь форинт', |
2007 | | - 'donate_interface-JPY' => 'JPY: Япониянь йена', |
2008 | | - 'donate_interface-NZD' => 'NZD: Од Зеландиянь доллар', |
2009 | | - 'donate_interface-NOK' => 'NOK: Норвегиянь крона', |
2010 | | - 'donate_interface-SEK' => 'SEK: Швециянь крона', |
2011 | | -); |
2012 | | - |
2013 | | -/** Nedersaksisch (Nedersaksisch) |
2014 | | - * @author Servien |
2015 | | - */ |
2016 | | -$messages['nds-nl'] = array( |
2017 | | - 'donate_interface' => 'Steun Wikimedia', |
2018 | | - 'donate_interface-desc' => 'Laandingspagina veur donasies die integreert mit gateway-uutbreidingen', |
2019 | | - 'donate_interface-intro' => 'Kies n betaolingsmethode, bedrag en munteenheid.', |
2020 | | - 'donate_interface-amount' => 'Bedrag:', |
2021 | | - 'donate_interface-other-amount' => 'Aander bedrag', |
2022 | | - 'donate_interface-currency' => 'Munteenheid:', |
2023 | | - 'donate_interface-gateway' => 'Betaolingsmethode:', |
2024 | | - 'donate_interface-submit-button' => 'Steun {{SITENAME}}', |
2025 | | - 'donate_interface-comment-message' => "Wi'j n gedachte delen mit de wereld? Hieronder ku'j tot tweehonderd karakters kwiet:", |
2026 | | - 'donate_interface-comment-label' => 'Opmarking:', |
2027 | | - 'donate_interface-anon-message' => 'Laot mien naam zien naos mien opmarking in de publieke geldschieterslieste.', |
2028 | | - 'donate_interface-email-agreement' => "Ik stem dermee in da'k aof en toe netpostberichten kriege van de Wikimedia Foundation.", |
2029 | | - 'donate_interface-comment-title' => 'Publieke opmarking', |
2030 | | - 'donate_interface-amount-error' => '**Vul n bedrag in**', |
2031 | | - 'donate_interface-processing-error' => 'Der is wat verkeerd egaon bie t verwarken van joew verzeuk. Der is gien verwarkingsdienst beschikbaor.', |
2032 | | - 'donate_interface-GBP' => 'GBP: Britse pond', |
2033 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2034 | | - 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
2035 | | - 'donate_interface-AUD' => 'AUD: Australiese dollar', |
2036 | | - 'donate_interface-CAD' => 'CAD: Kanadese dollar', |
2037 | | - 'donate_interface-CHF' => 'CHF: Zwitserse frank', |
2038 | | - 'donate_interface-CZK' => 'CZK: Tsjechiese krone', |
2039 | | - 'donate_interface-DKK' => 'DKK: Deense krone', |
2040 | | - 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
2041 | | - 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
2042 | | - 'donate_interface-JPY' => 'JPY: Japanse yen', |
2043 | | - 'donate_interface-NZD' => 'NZD: Niej-Zeelaandse dollar', |
2044 | | - 'donate_interface-NOK' => 'NOK: Noorse krone', |
2045 | | - 'donate_interface-PLN' => 'PLN: Poolse zloty', |
2046 | | - 'donate_interface-SGD' => 'SGD: Singapoerse dollar', |
2047 | | - 'donate_interface-SEK' => 'SEK: Zweedse krone', |
2048 | | - 'donate_interface-ILS' => 'ILS: Israëliese sjekel', |
2049 | | -); |
2050 | | - |
2051 | | -/** Nepali (नेपाली) |
2052 | | - * @author Bhawani Gautam |
2053 | | - * @author Bhawani Gautam Rhk |
2054 | | - */ |
2055 | | -$messages['ne'] = array( |
2056 | | - 'donate_interface' => 'विकिमीडियालाई सहयोग गर्नुहोस्', |
2057 | | - 'donate_interface-desc' => 'दान अवतरण पृष्ठ जसले प्रवेशद्वार(gateway) एक्स्टेन्सनलाई एकिकृत गर्दछ।', |
2058 | | - 'donate_interface-intro' => 'चुन्नुहोस् एउटा भुगतान पद्धति, राशि, अनि मुद्रा।', |
2059 | | - 'donate_interface-amount' => 'दान राशि:', |
2060 | | - 'donate_interface-other-amount' => 'अन्य राशि', |
2061 | | - 'donate_interface-currency' => 'मुद्रा:', |
2062 | | - 'donate_interface-gateway' => 'भुगतान पद्धति:', |
2063 | | - 'donate_interface-submit-button' => 'दान गर्ने', |
2064 | | - 'donate_interface-comment-message' => 'संसारसित साझा गर्ने विचार? २०० सम्मका अक्षरहरुको विचार यहाँ राख्नुहोस्:', |
2065 | | - 'donate_interface-comment-label' => 'टिप्पणी:', |
2066 | | - 'donate_interface-anon-message' => 'मेरो नाम सार्वजनिक दाता सूचीमा (मेरो टिप्पणीको छेउमा) दिनुहोस्।', |
2067 | | - 'donate_interface-email-agreement' => 'विकिमीडिया फाउण्डेसनबाट सामयिक इमेल अद्यतन प्राप्त गर्न सहमत छु।', |
2068 | | - 'donate_interface-comment-title' => 'सार्वजनिक टिप्पणी', |
2069 | | - 'donate_interface-amount-error' => '**कृपया एउटा वैध राशि दिनु्होस्**', |
2070 | | - 'donate_interface-processing-error' => 'तपाईंको अनुरोधको प्रक्रिया पूरा गर्न लाग्दा एउटा त्रुटि भएकोछ। |
2071 | | -प्रोसेसर प्राप्य छैन।', |
2072 | | - 'donate_interface-GBP' => 'GBP: ब्रिटिश पाउण्ड', |
2073 | | - 'donate_interface-EUR' => 'EUR: यूरो', |
2074 | | - 'donate_interface-USD' => 'USD: अमेरिकी डलर', |
2075 | | - 'donate_interface-AUD' => 'AUD: अस्ट्रेलियायी डलर', |
2076 | | - 'donate_interface-CAD' => 'CAD: केनेडियायी डलर', |
2077 | | - 'donate_interface-CHF' => 'CHF: स्वीस फ्य्रांक', |
2078 | | - 'donate_interface-CZK' => 'CZK: चेक कोरुना', |
2079 | | - 'donate_interface-DKK' => 'DKK: डेनिस क्रोन', |
2080 | | - 'donate_interface-HKD' => 'HKD: हंगकंग डलर', |
2081 | | - 'donate_interface-HUF' => 'HUF: हंगेरियायी फोरिण्ट', |
2082 | | - 'donate_interface-JPY' => 'JPY: जापानी येन', |
2083 | | - 'donate_interface-NZD' => 'NZD: न्यूजिलैंड डलर', |
2084 | | - 'donate_interface-NOK' => 'NOK: नर्वेजियायी क्रोन', |
2085 | | - 'donate_interface-PLN' => 'PLN: पोलिश ज्लोटी', |
2086 | | - 'donate_interface-SGD' => 'SGD: सिंगापुर डलर', |
2087 | | - 'donate_interface-SEK' => 'SEK: स्वीडिस क्रोना', |
2088 | | - 'donate_interface-ILS' => 'ILS: इजरायली शेकल', |
2089 | | -); |
2090 | | - |
2091 | | -/** Dutch (Nederlands) |
2092 | | - * @author McDutchie |
2093 | | - * @author Siebrand |
2094 | | - */ |
2095 | | -$messages['nl'] = array( |
2096 | | - 'donate_interface' => 'Steun Wikimedia', |
2097 | | - 'donate_interface-desc' => 'Landingspagina voor donaties die integreert met gateway-uitbreidingen', |
2098 | | - 'donate_interface-intro' => 'Kies alstublieft een betaalmethode, bedrag en valuta.', |
2099 | | - 'donate_interface-amount' => 'Bedrag:', |
2100 | | - 'donate_interface-other-amount' => 'Ander bedrag', |
2101 | | - 'donate_interface-currency' => 'Valuta:', |
2102 | | - 'donate_interface-gateway' => 'Betaalmethode:', |
2103 | | - 'donate_interface-submit-button' => 'Doneren', |
2104 | | - 'donate_interface-comment-message' => 'Wilt u een gedachte delen met de wereld? Hieronder kunt u tot tweehonderd karakters kwijt:', |
2105 | | - 'donate_interface-comment-label' => 'Opmerking:', |
2106 | | - 'donate_interface-anon-message' => 'Geef mijn naam weer naast mijn opmerking in de publieke donateurslijst.', |
2107 | | - 'donate_interface-email-agreement' => 'Ik ga akkoord met het af en toe ontvangen van e-mails van de Wikimedia Foundation.', |
2108 | | - 'donate_interface-comment-title' => 'Publieke opmerking', |
2109 | | - 'donate_interface-amount-error' => '**Voer alstublieft een geldig bedrag in**', |
2110 | | - 'donate_interface-processing-error' => 'Er is een fout opgetreden bij het verwerken van uw verzoek. Er is geen verwerkingsdienst beschikbaar.', |
2111 | | - 'donate_interface-GBP' => 'GBP: Britse pond', |
2112 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2113 | | - 'donate_interface-USD' => 'USD: Amerikaanse dollar', |
2114 | | - 'donate_interface-AUD' => 'AUD: Australische dollar', |
2115 | | - 'donate_interface-CAD' => 'CAD: Canadese dollar', |
2116 | | - 'donate_interface-CHF' => 'CHF: Zwitserse frank', |
2117 | | - 'donate_interface-CZK' => 'CZK: Tsjechische kroon', |
2118 | | - 'donate_interface-DKK' => 'DKK: Deense kroon', |
2119 | | - 'donate_interface-HKD' => 'HKD: Hongkongse dollar', |
2120 | | - 'donate_interface-HUF' => 'HUF: Hongaarse forint', |
2121 | | - 'donate_interface-JPY' => 'JPY: Japanse yen', |
2122 | | - 'donate_interface-NZD' => 'NZD: Nieuwzeelandse dollar', |
2123 | | - 'donate_interface-NOK' => 'NOK: Noorse kroon', |
2124 | | - 'donate_interface-PLN' => 'PLN: Poolse zloty', |
2125 | | - 'donate_interface-SGD' => 'SGD: Singaporese dollar', |
2126 | | - 'donate_interface-SEK' => 'SEK: Zweedse kroon', |
2127 | | - 'donate_interface-ILS' => 'ILS: Israelische shekel', |
2128 | | -); |
2129 | | - |
2130 | | -/** Norwegian Nynorsk (Norsk (nynorsk)) |
2131 | | - * @author Gunnernett |
2132 | | - * @author Harald Khan |
2133 | | - */ |
2134 | | -$messages['nn'] = array( |
2135 | | - 'donate_interface' => 'Støtt Wikimedia', |
2136 | | - 'donate_interface-other-amount' => 'Anna beløp', |
2137 | | - 'donate_interface-currency' => 'Valuta:', |
2138 | | - 'donate_interface-gateway' => 'Betalingsmåte:', |
2139 | | - 'donate_interface-comment-message' => 'Har du tankar å dela med verda? Skriv inn opp til 200 bokstavar her:', |
2140 | | - 'donate_interface-comment-label' => 'Kommentar:', |
2141 | | - 'donate_interface-anon-message' => 'Gjer vel og list opp namnet mitt (ved sida av kommentaren min) på den offentlege lista over gjevarar.', |
2142 | | - 'donate_interface-amount-error' => '**Ver venleg og skriv inn eit gyldig beløp**', |
2143 | | - 'donate_interface-processing-error' => 'Det har oppstått ein feil i prosesseringa av førespurnaden din. |
2144 | | -Ingen prosessorar er tilgjengelege.', |
2145 | | - 'donate_interface-GBP' => 'GBP: Britiske pund', |
2146 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2147 | | - 'donate_interface-USD' => 'USD: USA-dollar', |
2148 | | - 'donate_interface-AUD' => 'AUD: Australske dollar', |
2149 | | - 'donate_interface-CAD' => 'CAD: Kanadiske dollar', |
2150 | | - 'donate_interface-CHF' => 'CHF: Sveitsiske franc', |
2151 | | - 'donate_interface-CZK' => 'CZK: Tsjekkiske koruna', |
2152 | | - 'donate_interface-DKK' => 'DKK: Danske kroner', |
2153 | | - 'donate_interface-HKD' => 'HKD: Hongkongdollar', |
2154 | | - 'donate_interface-HUF' => 'HUF: Ungarske forintar', |
2155 | | - 'donate_interface-JPY' => 'JPY: Japanske yen', |
2156 | | - 'donate_interface-NOK' => 'NOK: Norske kroner', |
2157 | | - 'donate_interface-PLN' => 'PLN: Polske zloty', |
2158 | | - 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
2159 | | - 'donate_interface-SEK' => 'SEK: Svenske kroner', |
2160 | | - 'donate_interface-ILS' => 'ILS: Israelske shekel', |
2161 | | -); |
2162 | | - |
2163 | | -/** Norwegian (bokmål) (Norsk (bokmål)) |
2164 | | - * @author Finnrind |
2165 | | - * @author Jon Harald Søby |
2166 | | - * @author Nghtwlkr |
2167 | | - */ |
2168 | | -$messages['no'] = array( |
2169 | | - 'donate_interface' => 'Støtt Wikimedia', |
2170 | | - 'donate_interface-desc' => 'Donasjonsdestinasjonsside som integrerer gateway-utvidelser', |
2171 | | - 'donate_interface-intro' => 'Velg en betalingsmåte, beløp og valuta.', |
2172 | | - 'donate_interface-amount' => 'Donasjonsbeløp:', |
2173 | | - 'donate_interface-other-amount' => 'Annet beløp', |
2174 | | - 'donate_interface-currency' => 'Valuta:', |
2175 | | - 'donate_interface-gateway' => 'Betalingsmåte:', |
2176 | | - 'donate_interface-submit-button' => 'Doner', |
2177 | | - 'donate_interface-comment-message' => 'Har du en tanke å dele med verden? Skriv inn opp til 200 tegn her:', |
2178 | | - 'donate_interface-comment-label' => 'Kommentar:', |
2179 | | - 'donate_interface-anon-message' => 'List opp navnet mitt (ved siden av kommentaren min) på den offentlige donorlisten.', |
2180 | | - 'donate_interface-email-agreement' => 'Jeg samtykker i å motta sporadiske e-postoppdateringer fra Wikimedia Foundation.', |
2181 | | - 'donate_interface-comment-title' => 'Offentlig kommentar', |
2182 | | - 'donate_interface-amount-error' => '**Skriv inn et gyldig beløp**', |
2183 | | - 'donate_interface-processing-error' => 'Det har oppstått en feil ved behandlingen av forespørselen din. |
2184 | | -Ingen prosessorer er tilgjengelige.', |
2185 | | - 'donate_interface-GBP' => 'GBP: Britiske pund', |
2186 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2187 | | - 'donate_interface-USD' => 'USD: U.S. Dollar', |
2188 | | - 'donate_interface-AUD' => 'AUD: Australske dollar', |
2189 | | - 'donate_interface-CAD' => 'CAD: Kanadiske dollar', |
2190 | | - 'donate_interface-CHF' => 'CHF: Sveitsiske franc', |
2191 | | - 'donate_interface-CZK' => 'CZK: Tsjekkiske koruna', |
2192 | | - 'donate_interface-DKK' => 'DKK: Danske kroner', |
2193 | | - 'donate_interface-HKD' => 'HKD: Hong Kong Dollar', |
2194 | | - 'donate_interface-HUF' => 'HUF: Ungarske forinter', |
2195 | | - 'donate_interface-JPY' => 'JPY: Japanske yen', |
2196 | | - 'donate_interface-NZD' => 'NZD: New Zealandske dollar', |
2197 | | - 'donate_interface-NOK' => 'NOK: Norske kroner', |
2198 | | - 'donate_interface-PLN' => 'PLN: Polske zloty', |
2199 | | - 'donate_interface-SGD' => 'SGD: Singapore Dollar', |
2200 | | - 'donate_interface-SEK' => 'SEK: Svenske kroner', |
2201 | | - 'donate_interface-ILS' => 'ILS: Israelske shekel', |
2202 | | -); |
2203 | | - |
2204 | | -/** Occitan (Occitan) |
2205 | | - * @author Cedric31 |
2206 | | - */ |
2207 | | -$messages['oc'] = array( |
2208 | | - 'donate_interface' => 'Sosténer Wikimedia', |
2209 | | - 'donate_interface-desc' => "Pagina d'aterrissatge pels dons qu'intègra los moduls de pagament", |
2210 | | - 'donate_interface-intro' => 'Causissètz un mejan de pagament, un montant e una devisa.', |
2211 | | - 'donate_interface-amount' => 'Montant del don :', |
2212 | | - 'donate_interface-other-amount' => 'Autre montant', |
2213 | | - 'donate_interface-currency' => 'Devisa :', |
2214 | | - 'donate_interface-gateway' => 'Mejan de pagament :', |
2215 | | - 'donate_interface-submit-button' => 'Far un don', |
2216 | | - 'donate_interface-comment-message' => 'Volètz transmetre una pensada al monde ? Notatz fins a 200 caractèrs çaiaprèp :', |
2217 | | - 'donate_interface-comment-label' => 'Comentari :', |
2218 | | - 'donate_interface-anon-message' => 'Listatz mon nom (a la seguida de mon comentari) dins la lista publica dels donators.', |
2219 | | - 'donate_interface-email-agreement' => 'Accèpti de recebre de corrièls o letras d\'informacions de la part de Wikimedia Foundation. |
2220 | | -Vòstras donadas seràn pas jamai vendudas o escambiadas. |
2221 | | -Nòstra politica de respièch de la vida privada dels donators se tròba <a title="Donate/Donor Privacy" href="https://www.mediawiki.org/wiki/Donate/Donor_Privacy">aicí</a>', |
2222 | | - 'donate_interface-comment-title' => 'Comentari public', |
2223 | | - 'donate_interface-amount-error' => '**Picatz un montant valid**', |
2224 | | - 'donate_interface-processing-error' => "Una error s'es producha al moment del tractament de vòstra requèsta. Cap de processor es pas disponible.", |
2225 | | - 'donate_interface-GBP' => 'GBP : liura sterling', |
2226 | | - 'donate_interface-EUR' => 'EUR : èuro', |
2227 | | - 'donate_interface-USD' => 'USD : dolar american', |
2228 | | - 'donate_interface-AUD' => 'AUD : dolar australian', |
2229 | | - 'donate_interface-CAD' => 'CAD : dolar canadian', |
2230 | | - 'donate_interface-CHF' => 'CHF : franc soís', |
2231 | | - 'donate_interface-CZK' => 'CZK : corona chèca', |
2232 | | - 'donate_interface-DKK' => 'DKK : corona danesa', |
2233 | | - 'donate_interface-HKD' => "HKD : dolar d'Hong Kong", |
2234 | | - 'donate_interface-HUF' => 'HUF : forint ongrés', |
2235 | | - 'donate_interface-JPY' => 'JPY : yen japonés', |
2236 | | - 'donate_interface-NZD' => 'NZD : dolar neozelandés', |
2237 | | - 'donate_interface-NOK' => 'NOK : corona norvegiana', |
2238 | | - 'donate_interface-PLN' => 'PLN : złoty polonés', |
2239 | | - 'donate_interface-SGD' => 'SGD : dolar de Singapor', |
2240 | | - 'donate_interface-SEK' => 'SEK : corona suedesa', |
2241 | | - 'donate_interface-ILS' => 'ILS : shekel israelian', |
2242 | | -); |
2243 | | - |
2244 | | -/** Deitsch (Deitsch) |
2245 | | - * @author Xqt |
2246 | | - */ |
2247 | | -$messages['pdc'] = array( |
2248 | | - 'donate_interface-comment-label' => 'Aamaerricking:', |
2249 | | - 'donate_interface-GBP' => 'GBP: Britisch Pfund', |
2250 | | - 'donate_interface-EUR' => 'EUR: Eiro', |
2251 | | - 'donate_interface-USD' => 'USD: U.S. Dollar', |
2252 | | - 'donate_interface-AUD' => 'AUD: Australische Dollar', |
2253 | | - 'donate_interface-CAD' => 'CAD: Kanadische Dollar', |
2254 | | - 'donate_interface-CHF' => 'CHF: Schweizer Franken', |
2255 | | -); |
2256 | | - |
2257 | | -/** Polish (Polski) |
2258 | | - * @author Mikołka |
2259 | | - * @author Sp5uhe |
2260 | | - */ |
2261 | | -$messages['pl'] = array( |
2262 | | - 'donate_interface' => 'Wsparcie Wikimedia', |
2263 | | - 'donate_interface-desc' => 'Strona donacji integrująca rozszerzenia bramek', |
2264 | | - 'donate_interface-intro' => 'Proszę wybrać sposób dokonania wpłaty, kwotę oraz walutę.', |
2265 | | - 'donate_interface-amount' => 'Kwota darowizny', |
2266 | | - 'donate_interface-other-amount' => 'Inna kwota', |
2267 | | - 'donate_interface-currency' => 'Waluta', |
2268 | | - 'donate_interface-gateway' => 'Sposób dokonania wpłaty', |
2269 | | - 'donate_interface-submit-button' => 'Wpłacam', |
2270 | | - 'donate_interface-comment-message' => 'Chciałbyś coś przekazać światu? Możesz tutaj wpisać do 200 znaków.', |
2271 | | - 'donate_interface-comment-label' => 'Komentarz', |
2272 | | - 'donate_interface-anon-message' => 'Proszę wymienić mnie (obok mój komentarz) na publicznej liście darczyńców.', |
2273 | | - 'donate_interface-email-agreement' => 'Zgadzam się na okazjonalne otrzymywanie e‐mailem informacji o aktualnościach od Fundacji Wikimedia.', |
2274 | | - 'donate_interface-comment-title' => 'Komentarz publiczny', |
2275 | | - 'donate_interface-amount-error' => '**Proszę wpisać poprawną kwotę**', |
2276 | | - 'donate_interface-processing-error' => 'Wystąpił błąd podczas wykonywania operacji. Brak dostępnego procesora.', |
2277 | | - 'donate_interface-GBP' => 'GBP – funt brytyjski', |
2278 | | - 'donate_interface-EUR' => 'EUR – euro', |
2279 | | - 'donate_interface-USD' => 'USD – dolar amerykański', |
2280 | | - 'donate_interface-AUD' => 'AUD – dolar australijski', |
2281 | | - 'donate_interface-CAD' => 'CAD – dolar kanadyjski', |
2282 | | - 'donate_interface-CHF' => 'CHF – frank szwajcarski', |
2283 | | - 'donate_interface-CZK' => 'CZK – korona czeska', |
2284 | | - 'donate_interface-DKK' => 'DKK – korona duńska', |
2285 | | - 'donate_interface-HKD' => 'HKD – dolar Hongkongu', |
2286 | | - 'donate_interface-HUF' => 'HUF – forint węgierski', |
2287 | | - 'donate_interface-JPY' => 'JPY – jen japoński', |
2288 | | - 'donate_interface-NZD' => 'NZD – dolar nowozelandzki', |
2289 | | - 'donate_interface-NOK' => 'NOK – korona norweska', |
2290 | | - 'donate_interface-PLN' => 'PLN – polski złoty', |
2291 | | - 'donate_interface-SGD' => 'SGD – dolar singapurski', |
2292 | | - 'donate_interface-SEK' => 'SEK – korona szwedzka', |
2293 | | - 'donate_interface-ILS' => 'ILS – szekel izraelski', |
2294 | | -); |
2295 | | - |
2296 | | -/** Piedmontese (Piemontèis) |
2297 | | - * @author Borichèt |
2298 | | - * @author Dragonòt |
2299 | | - */ |
2300 | | -$messages['pms'] = array( |
2301 | | - 'donate_interface' => 'Giuté Wikimedia', |
2302 | | - 'donate_interface-desc' => "Pàgina d'ariv ëd le donassion che a ìntegra ij mòdoj ëd pagament", |
2303 | | - 'donate_interface-intro' => 'Për piasì sern manera ëd pagament, total, e la moneda.', |
2304 | | - 'donate_interface-amount' => 'Total ëd la donassion:', |
2305 | | - 'donate_interface-other-amount' => 'Àutr total', |
2306 | | - 'donate_interface-currency' => 'Moneda:', |
2307 | | - 'donate_interface-gateway' => 'Manera ëd pagament:', |
2308 | | - 'donate_interface-submit-button' => 'Doné', |
2309 | | - 'donate_interface-comment-message' => 'Has-to un pensé da condivide con ël mond? Buta fin a 200 caràter ambelessì:', |
2310 | | - 'donate_interface-comment-label' => 'Coment:', |
2311 | | - 'donate_interface-anon-message' => 'Për piasì buta mè nòm (daré a mè coment) an sla lista pùblica dij donator.', |
2312 | | - 'donate_interface-email-agreement' => "I son d'acòrdi d'arsèive ocasionalment dj'agiornament via pòsta eletrònica da la Fondassion Wikimedia.", |
2313 | | - 'donate_interface-comment-title' => 'Coment pùblich', |
2314 | | - 'donate_interface-amount-error' => '**Për piasì anseriss un total bon**', |
2315 | | - 'donate_interface-processing-error' => "A-i é stàje n'eror an processand toa arcesta. Pa gnun processor disponìbij.", |
2316 | | - 'donate_interface-GBP' => 'GBP: Sterlin-e anglèise', |
2317 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2318 | | - 'donate_interface-USD' => 'USD: Dòlar U.S.', |
2319 | | - 'donate_interface-AUD' => 'AUD: Dòlar Australian', |
2320 | | - 'donate_interface-CAD' => 'CAD: Dòlar Canadèis', |
2321 | | - 'donate_interface-CHF' => 'CHF: Franch Svìsser', |
2322 | | - 'donate_interface-CZK' => 'CZK: Coron-a Ceca', |
2323 | | - 'donate_interface-DKK' => 'DKK: Coron-a Danèisa', |
2324 | | - 'donate_interface-HKD' => "HKD: Dòlar d'Hong Kong", |
2325 | | - 'donate_interface-HUF' => 'HUF: Fiorin Ungherèis', |
2326 | | - 'donate_interface-JPY' => 'JPY: Yen Giaponèis', |
2327 | | - 'donate_interface-NZD' => 'NZD: Dòlar Neo-Zelandèis', |
2328 | | - 'donate_interface-NOK' => 'NOK: Coron-a Norvegèisa', |
2329 | | - 'donate_interface-PLN' => 'PLN: Zloty Polonèis', |
2330 | | - 'donate_interface-SGD' => 'SGD: Dòlar ëd Singapor', |
2331 | | - 'donate_interface-SEK' => 'SEK: Coron-a Svedèisa', |
2332 | | - 'donate_interface-ILS' => 'ILS: Shekel Israelian', |
2333 | | -); |
2334 | | - |
2335 | | -/** Pashto (پښتو) |
2336 | | - * @author Ahmed-Najib-Biabani-Ibrahimkhel |
2337 | | - */ |
2338 | | -$messages['ps'] = array( |
2339 | | - 'donate_interface-currency' => 'ارز:', |
2340 | | - 'donate_interface-submit-button' => 'بسپنه ورکول', |
2341 | | - 'donate_interface-comment-label' => 'تبصره:', |
2342 | | - 'donate_interface-GBP' => 'GBP: برتانيوي پاونډ', |
2343 | | - 'donate_interface-EUR' => 'EUR: اېرو', |
2344 | | - 'donate_interface-USD' => 'USD: امريکايي ډالر', |
2345 | | - 'donate_interface-AUD' => 'AUD: اسټراليايي ډالر', |
2346 | | - 'donate_interface-CAD' => 'CAD: کاناډايي ډالر', |
2347 | | - 'donate_interface-CHF' => 'CHF: سويسي فرانک', |
2348 | | - 'donate_interface-CZK' => 'CZK: چېکي کرون', |
2349 | | - 'donate_interface-DKK' => 'DKK: ډېنمارکي کرون', |
2350 | | - 'donate_interface-HKD' => 'HKD: هانګ کانګي ډالر', |
2351 | | - 'donate_interface-HUF' => 'HUF: هنګري فورېنټ', |
2352 | | - 'donate_interface-JPY' => 'JPY: جاپاني ين', |
2353 | | - 'donate_interface-NZD' => 'NZD: نيوزيلانډي ډالر', |
2354 | | - 'donate_interface-NOK' => 'NOK: نارويژي کرون', |
2355 | | - 'donate_interface-PLN' => 'پولينډي زووتۍ', |
2356 | | - 'donate_interface-SGD' => 'SGD: سېنګاپوري ډالر', |
2357 | | - 'donate_interface-SEK' => 'SEK: سويډني کرون', |
2358 | | - 'donate_interface-ILS' => 'ILS: اسراييلي شېکېل', |
2359 | | -); |
2360 | | - |
2361 | | -/** Portuguese (Português) |
2362 | | - * @author Giro720 |
2363 | | - * @author Hamilton Abreu |
2364 | | - * @author Malafaya |
2365 | | - */ |
2366 | | -$messages['pt'] = array( |
2367 | | - 'donate_interface' => 'Apoie a Wikimedia', |
2368 | | - 'donate_interface-desc' => "Página inicial para donativos, que integra outras extensões de várias plataformas de pagamento ''(payment gateways)''", |
2369 | | - 'donate_interface-intro' => 'Por favor, escolha um método de pagamento, montante e moeda.', |
2370 | | - 'donate_interface-amount' => 'Montante do donativo:', |
2371 | | - 'donate_interface-other-amount' => 'Outro montante:', |
2372 | | - 'donate_interface-currency' => 'Moeda:', |
2373 | | - 'donate_interface-gateway' => 'Método de pagamento:', |
2374 | | - 'donate_interface-submit-button' => 'Fazer donativo', |
2375 | | - 'donate_interface-comment-message' => 'Quer partilhar um pensamento com o mundo? Coloque até 200 caracteres aqui:', |
2376 | | - 'donate_interface-comment-label' => 'Comentário:', |
2377 | | - 'donate_interface-anon-message' => 'Por favor, listem o meu nome (junto ao meu comentário) na lista pública de contribuidores.', |
2378 | | - 'donate_interface-email-agreement' => 'Concordo em receber actualizações ocasionais da Wikimedia Foundation por correio electrónico.', |
2379 | | - 'donate_interface-comment-title' => 'Comentário público', |
2380 | | - 'donate_interface-amount-error' => '**Por favor, insira um montante válido**', |
2381 | | - 'donate_interface-processing-error' => 'Ocorreu um erro no processamento do seu pedido. |
2382 | | -Nenhuma das plataformas está disponível.', |
2383 | | - 'donate_interface-GBP' => 'GBP: Libra Esterlina', |
2384 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2385 | | - 'donate_interface-USD' => 'USD: Dólar dos E.U.A.', |
2386 | | - 'donate_interface-AUD' => 'AUD: Dólar Australiano', |
2387 | | - 'donate_interface-CAD' => 'CAD: Dólar Canadiano', |
2388 | | - 'donate_interface-CHF' => 'CHF: Franco Suíço', |
2389 | | - 'donate_interface-CZK' => 'CZK: Coroa Checa', |
2390 | | - 'donate_interface-DKK' => 'DKK: Coroa Dinamarquesa', |
2391 | | - 'donate_interface-HKD' => 'HKD: Dólar de Hong-Kong', |
2392 | | - 'donate_interface-HUF' => 'HUF: Forint (Hungria)', |
2393 | | - 'donate_interface-JPY' => 'JPY: Iene (Japão)', |
2394 | | - 'donate_interface-NZD' => 'NZD: Dólar Neo-Zelandês', |
2395 | | - 'donate_interface-NOK' => 'NOK: Coroa Norueguesa', |
2396 | | - 'donate_interface-PLN' => 'PLN: Zloty (Polónia)', |
2397 | | - 'donate_interface-SGD' => 'SGD: Dólar de Singapura', |
2398 | | - 'donate_interface-SEK' => 'SEK: Coroa Sueca', |
2399 | | - 'donate_interface-ILS' => 'ILS: Shekel (Israel)', |
2400 | | -); |
2401 | | - |
2402 | | -/** Brazilian Portuguese (Português do Brasil) |
2403 | | - * @author 555 |
2404 | | - * @author Giro720 |
2405 | | - * @author Luckas Blade |
2406 | | - */ |
2407 | | -$messages['pt-br'] = array( |
2408 | | - 'donate_interface' => 'Ajude a Wikimedia', |
2409 | | - 'donate_interface-desc' => "Página inicial para donativos que integra outras extensões de várias plataformas de pagamento ''(payment gateways)''", |
2410 | | - 'donate_interface-intro' => 'Por favor, escolha um método de pagamento, montante e moeda.', |
2411 | | - 'donate_interface-amount' => 'Montante do donativo:', |
2412 | | - 'donate_interface-other-amount' => 'Outro montante:', |
2413 | | - 'donate_interface-currency' => 'Moeda:', |
2414 | | - 'donate_interface-gateway' => 'Método de pagamento:', |
2415 | | - 'donate_interface-submit-button' => 'Fazer uma doação', |
2416 | | - 'donate_interface-comment-message' => 'Quer compartilhar um pensamento com o mundo? Coloque até 200 caracteres aqui:', |
2417 | | - 'donate_interface-comment-label' => 'Comentário:', |
2418 | | - 'donate_interface-anon-message' => 'Por favor, listem o meu nome (junto ao meu comentário) na lista pública de contribuidores.', |
2419 | | - 'donate_interface-email-agreement' => 'Concordo em receber atualizações esporádicas da Wikimedia Foundation por e-mail.', |
2420 | | - 'donate_interface-comment-title' => 'Comentário público', |
2421 | | - 'donate_interface-amount-error' => '**Por favor, insira um montante válido**', |
2422 | | - 'donate_interface-processing-error' => 'Ocorreu um erro no processamento do seu pedido. |
2423 | | -Nenhuma das plataformas está disponível.', |
2424 | | - 'donate_interface-GBP' => 'GBP: Libra esterlina', |
2425 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2426 | | - 'donate_interface-USD' => 'USD: Dólar americano', |
2427 | | - 'donate_interface-AUD' => 'AUD: Dólar australiano', |
2428 | | - 'donate_interface-CAD' => 'CAD: Dólar canadense', |
2429 | | - 'donate_interface-CHF' => 'CHF: Franco suíço', |
2430 | | - 'donate_interface-CZK' => 'CZK: Coroa checa', |
2431 | | - 'donate_interface-DKK' => 'DKK: Coroa dinamarquesa', |
2432 | | - 'donate_interface-HKD' => 'HKD: Dólar de Hong-Kong', |
2433 | | - 'donate_interface-HUF' => 'HUF: Forint (Hungria)', |
2434 | | - 'donate_interface-JPY' => 'JPY: Iene (Japão)', |
2435 | | - 'donate_interface-NZD' => 'NZD: Dólar neo-zelandês', |
2436 | | - 'donate_interface-NOK' => 'NOK: Coroa norueguesa', |
2437 | | - 'donate_interface-PLN' => 'PLN: Zloty (Polônia)', |
2438 | | - 'donate_interface-SGD' => 'SGD: Dólar de Singapura', |
2439 | | - 'donate_interface-SEK' => 'SEK: Coroa sueca', |
2440 | | - 'donate_interface-ILS' => 'ILS: Shekel (Israel)', |
2441 | | -); |
2442 | | - |
2443 | | -/** Quechua (Runa Simi) |
2444 | | - * @author AlimanRuna |
2445 | | - */ |
2446 | | -$messages['qu'] = array( |
2447 | | - 'donate_interface' => 'Wikimediata yanapay', |
2448 | | - 'donate_interface-amount' => "Hayk'a qarana:", |
2449 | | - 'donate_interface-other-amount' => 'Wakin chhika', |
2450 | | - 'donate_interface-currency' => 'Kañina:', |
2451 | | - 'donate_interface-submit-button' => 'Qarana', |
2452 | | -); |
2453 | | - |
2454 | | -/** Romanian (Română) |
2455 | | - * @author AdiJapan |
2456 | | - * @author Firilacroco |
2457 | | - * @author Minisarm |
2458 | | - * @author Stelistcristi |
2459 | | - */ |
2460 | | -$messages['ro'] = array( |
2461 | | - 'donate_interface' => 'Sprijiniți Wikimedia', |
2462 | | - 'donate_interface-desc' => 'Pagină de destinație pentru donații, cu module de plată', |
2463 | | - 'donate_interface-intro' => 'Vă rugăm să alegeți modul de plată, valoarea și moneda.', |
2464 | | - 'donate_interface-amount' => 'Suma donată:', |
2465 | | - 'donate_interface-other-amount' => 'Altă sumă', |
2466 | | - 'donate_interface-currency' => 'Monedă:', |
2467 | | - 'donate_interface-gateway' => 'Modalitate de plată:', |
2468 | | - 'donate_interface-submit-button' => 'Donați', |
2469 | | - 'donate_interface-comment-message' => 'Vreți să le transmiteți un gînd tuturor? Scrieți aici pînă la 200 de caractere:', |
2470 | | - 'donate_interface-comment-label' => 'Comentariu:', |
2471 | | - 'donate_interface-anon-message' => 'Doresc să-mi apară numele (după comentariu) în lista publică a donatorilor.', |
2472 | | - 'donate_interface-email-agreement' => 'Accept să primesc în viitor anunțuri de la Fundația Wikimedia prin intermediul poștei electronice.', |
2473 | | - 'donate_interface-comment-title' => 'Comentariu public', |
2474 | | - 'donate_interface-amount-error' => '**Vă rugăm să introduceți o sumă validă**', |
2475 | | - 'donate_interface-processing-error' => 'S-a produs o eroare în timpul prelucrării cererii dumneavoastră. |
2476 | | -Niciun procesor nu este disponibil.', |
2477 | | - 'donate_interface-GBP' => 'GBP: Liră sterlină', |
2478 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2479 | | - 'donate_interface-USD' => 'USD: Dolar american', |
2480 | | - 'donate_interface-AUD' => 'AUD: Dolar australian', |
2481 | | - 'donate_interface-CAD' => 'CAD: Dolar canadian', |
2482 | | - 'donate_interface-CHF' => 'CHF: Franc elvețian', |
2483 | | - 'donate_interface-CZK' => 'CZK: Coroană cehă', |
2484 | | - 'donate_interface-DKK' => 'DKK: Coroană daneză', |
2485 | | - 'donate_interface-HKD' => 'HKD: Dolar din Hong-Kong', |
2486 | | - 'donate_interface-HUF' => 'HUF: Forint maghiar', |
2487 | | - 'donate_interface-JPY' => 'JPY: Yen japonez', |
2488 | | - 'donate_interface-NZD' => 'NZD: Dolar neozeelandez', |
2489 | | - 'donate_interface-NOK' => 'NOK: Coroană norvegiană', |
2490 | | - 'donate_interface-PLN' => 'PLN: Zlot polonez', |
2491 | | - 'donate_interface-SGD' => 'SGD: Dolar singaporez', |
2492 | | - 'donate_interface-SEK' => 'SEK: Coroană suedeză', |
2493 | | - 'donate_interface-ILS' => 'ILS: Shekel israelian', |
2494 | | -); |
2495 | | - |
2496 | | -/** Tarandíne (Tarandíne) |
2497 | | - * @author Joetaras |
2498 | | - */ |
2499 | | -$messages['roa-tara'] = array( |
2500 | | - 'donate_interface' => 'Sostiene UicchiMedia', |
2501 | | - 'donate_interface-desc' => "Pàgene de destinazione d'a dunazzione ca integre le estenziune d'u gateway", |
2502 | | - 'donate_interface-intro' => "Pe piacere scacchie 'nu metode de paiamende, 'mborte e valute.", |
2503 | | - 'donate_interface-amount' => "'Mborte d'a donazzione:", |
2504 | | - 'donate_interface-other-amount' => "Otre 'mborte", |
2505 | | - 'donate_interface-currency' => 'Valute', |
2506 | | - 'donate_interface-gateway' => 'Metode de paiamende:', |
2507 | | - 'donate_interface-submit-button' => 'Dduène', |
2508 | | - 'donate_interface-comment-message' => "Tìne 'nu penziere ca vuè ccu condivide cu 'u munne? Sckaffe aqquà 'mbonde a 200 carattere:", |
2509 | | - 'donate_interface-comment-label' => 'Coomende:', |
2510 | | - 'donate_interface-anon-message' => "Pe piacere elenghe 'u nome mije (successive a 'u commende) sus a l'elenghe pubbleche de le donature.", |
2511 | | - 'donate_interface-email-agreement' => "So d'accorde de ricevere ogne ttande le email de le aggiornaminde da Wikimedia Foundation.", |
2512 | | - 'donate_interface-comment-title' => 'Commende pubbleche', |
2513 | | - 'donate_interface-amount-error' => "**Pe piacere mitte 'n'imborte valide**", |
2514 | | - 'donate_interface-processing-error' => "Ha state 'n'errore duranne l'elabborazione d'a richiesta toje. |
2515 | | -Nisciune processore jè disponibbele.", |
2516 | | - 'donate_interface-GBP' => "GBP: Sterline 'nglese", |
2517 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2518 | | - 'donate_interface-USD' => 'USD: Dollaro americane', |
2519 | | - 'donate_interface-AUD' => 'AUD: Dollaro australiane', |
2520 | | - 'donate_interface-CAD' => 'CAD: Dollaro canadese', |
2521 | | - 'donate_interface-CHF' => 'CHF: Franghe svizzere', |
2522 | | - 'donate_interface-CZK' => 'CZK: Corone ceche', |
2523 | | - 'donate_interface-DKK' => 'DKK: Corone danese', |
2524 | | - 'donate_interface-HKD' => 'HKD: Dollaro de Hong Kong', |
2525 | | - 'donate_interface-HUF' => 'HUF: Fiorine ungherese', |
2526 | | - 'donate_interface-JPY' => 'JPY: Yen giapponese', |
2527 | | - 'donate_interface-NZD' => 'NZD: Dollaro neo zelandese', |
2528 | | - 'donate_interface-NOK' => 'NOK: Corone norveggese', |
2529 | | - 'donate_interface-PLN' => 'PLN: Zloty pulacche', |
2530 | | - 'donate_interface-SGD' => 'SGD: Dollaro de Singapore', |
2531 | | - 'donate_interface-SEK' => 'SEK: Corone svedese', |
2532 | | - 'donate_interface-ILS' => 'ILS: Shekel isdraegliane', |
2533 | | -); |
2534 | | - |
2535 | | -/** Russian (Русский) |
2536 | | - * @author Kaganer |
2537 | | - * @author Prima klasy4na |
2538 | | - * @author Александр Сигачёв |
2539 | | - */ |
2540 | | -$messages['ru'] = array( |
2541 | | - 'donate_interface' => 'Поддержим Фонд Викимедиа!', |
2542 | | - 'donate_interface-desc' => 'Страница сбора пожертвований, интегрирующая расширения-шлюзы', |
2543 | | - 'donate_interface-intro' => 'Пожалуйста, выберите способ оплаты, сумму и валюту.', |
2544 | | - 'donate_interface-amount' => 'Сумма пожертвования:', |
2545 | | - 'donate_interface-other-amount' => 'Другая сумма', |
2546 | | - 'donate_interface-currency' => 'Валюта:', |
2547 | | - 'donate_interface-gateway' => 'Способ оплаты:', |
2548 | | - 'donate_interface-submit-button' => 'Пожертвовать', |
2549 | | - 'donate_interface-comment-message' => 'Есть что высказать? Здесь можно оставить сообщение до 200 символов:', |
2550 | | - 'donate_interface-comment-label' => 'Комментарий:', |
2551 | | - 'donate_interface-anon-message' => 'Пожалуйста, укажите моё имя (рядом с моим комментарием) в общедоступном списке жертвователей.', |
2552 | | - 'donate_interface-email-agreement' => 'Я согласен периодически получать по эл. почте новости от Фонда Викимедиа.', |
2553 | | - 'donate_interface-comment-title' => 'Общедоступный комментарий', |
2554 | | - 'donate_interface-amount-error' => '** Пожалуйста, введите корректную сумму **', |
2555 | | - 'donate_interface-processing-error' => 'При обработке вашего запроса возникла ошибка. Нет доступных процессоров.', |
2556 | | - 'donate_interface-GBP' => 'GBP: британский фунт стерлингов', |
2557 | | - 'donate_interface-EUR' => 'EUR: евро', |
2558 | | - 'donate_interface-USD' => 'USD: доллар США', |
2559 | | - 'donate_interface-AUD' => 'AUD: австралийский доллар', |
2560 | | - 'donate_interface-CAD' => 'CAD: канадский доллар', |
2561 | | - 'donate_interface-CHF' => 'CHF: швейцарский франк', |
2562 | | - 'donate_interface-CZK' => 'CZK: чешская крона', |
2563 | | - 'donate_interface-DKK' => 'DKK: датская крона', |
2564 | | - 'donate_interface-HKD' => 'HKD: гонконгский доллар', |
2565 | | - 'donate_interface-HUF' => 'HUF: венгерский форинт', |
2566 | | - 'donate_interface-JPY' => 'JPY: японская йена', |
2567 | | - 'donate_interface-NZD' => 'NZD: новозеландский доллар', |
2568 | | - 'donate_interface-NOK' => 'NOK: норвежская крона', |
2569 | | - 'donate_interface-PLN' => 'PLN: польский злотый', |
2570 | | - 'donate_interface-SGD' => 'SGD: сингапурский доллар', |
2571 | | - 'donate_interface-SEK' => 'SEK: шведская крона', |
2572 | | - 'donate_interface-ILS' => 'ILS: израильский шекель', |
2573 | | -); |
2574 | | - |
2575 | | -/** Rusyn (Русиньскый) |
2576 | | - * @author Gazeb |
2577 | | - */ |
2578 | | -$messages['rue'] = array( |
2579 | | - 'donate_interface' => 'Підпора фонду Вікімедія', |
2580 | | - 'donate_interface-desc' => 'Цїлёва сторінка про приспівателїв, зєдночуюча інтерфейс ку платобным картам', |
2581 | | - 'donate_interface-intro' => 'Звольте собі способ плачіня, суму і валуту.', |
2582 | | - 'donate_interface-amount' => 'Сума приспевку:', |
2583 | | - 'donate_interface-other-amount' => 'Інша сума', |
2584 | | - 'donate_interface-currency' => 'Валута', |
2585 | | - 'donate_interface-gateway' => 'Способ платбы:', |
2586 | | - 'donate_interface-submit-button' => 'Пожертвовати', |
2587 | | - 'donate_interface-comment-message' => 'Хочете ся подїлити о даяку ідею зо світом? Напиште гев до 200 сімболів:', |
2588 | | - 'donate_interface-comment-label' => 'Коментарь:', |
2589 | | - 'donate_interface-anon-message' => 'Зазначте моє імя (вєдно з моїм коментарём) на публічнім списку донорів.', |
2590 | | - 'donate_interface-email-agreement' => 'Я згоден даколи обтримати новинкы з Фонду Вікімедія', |
2591 | | - 'donate_interface-comment-title' => 'Публічный коментарь', |
2592 | | - 'donate_interface-amount-error' => '**Просиме, задайте правилну суму**', |
2593 | | - 'donate_interface-processing-error' => 'Почас спрацованя вашого приспевку дішло ку хыбі. |
2594 | | -Не є доступный жаден платобный процесор.', |
2595 | | - 'donate_interface-GBP' => 'GBP: Брітаньска лібра', |
2596 | | - 'donate_interface-EUR' => 'EUR: Евро', |
2597 | | - 'donate_interface-USD' => 'USD: долар США', |
2598 | | - 'donate_interface-AUD' => 'AUD: австральскый долар', |
2599 | | - 'donate_interface-CAD' => 'CAD: канадьскый долар', |
2600 | | - 'donate_interface-CHF' => 'CHF: швейцарськый франк', |
2601 | | - 'donate_interface-CZK' => 'CZK: чеська коруна', |
2602 | | - 'donate_interface-DKK' => 'DKK: даньска коруна', |
2603 | | - 'donate_interface-HKD' => 'HKD: гонконґскый долар', |
2604 | | - 'donate_interface-HUF' => 'HUF: мадярьскый форінт', |
2605 | | - 'donate_interface-JPY' => 'JPY: японьска єна', |
2606 | | - 'donate_interface-NZD' => 'NZD: новозеландьскый долар', |
2607 | | - 'donate_interface-NOK' => 'NOK: норвезька коруна', |
2608 | | - 'donate_interface-PLN' => 'PLN: польскый злотый', |
2609 | | - 'donate_interface-SGD' => 'SGD: сінґапурьскый долар', |
2610 | | - 'donate_interface-SEK' => 'SEC: шведьска коруна', |
2611 | | - 'donate_interface-ILS' => 'ILS: ізраільскый шекель', |
2612 | | -); |
2613 | | - |
2614 | | -/** Sakha (Саха тыла) |
2615 | | - * @author HalanTul |
2616 | | - */ |
2617 | | -$messages['sah'] = array( |
2618 | | - 'donate_interface' => 'Викимедианы өйүөххэйиҥ!', |
2619 | | - 'donate_interface-desc' => 'Араас ньыманнан сиэртибэлээһини холбуу көрдөрөр сирэй', |
2620 | | - 'donate_interface-intro' => 'Бука диэн, төлөбүр ньыматын, суумматын уонна валютатын тал.', |
2621 | | - 'donate_interface-amount' => 'Сиэртиэбэ сууммата:', |
2622 | | - 'donate_interface-other-amount' => 'Атын суумма', |
2623 | | - 'donate_interface-currency' => 'Валютата:', |
2624 | | - 'donate_interface-gateway' => 'Төлөбүр көрүҥэ:', |
2625 | | - 'donate_interface-submit-button' => 'Сиэртибэлииргэ', |
2626 | | - 'donate_interface-comment-message' => 'Тугу эрэ этээри гынаҕын дуо? 200 бэлиэҕэ дылы сурук хаалларыаххын сөп:', |
2627 | | - 'donate_interface-comment-label' => 'Хос быһаарыы:', |
2628 | | - 'donate_interface-anon-message' => 'Мин ааппын дьон көрөр сиэртибэһиттэр тиһиктэригэр киллэриҥ (хос быһаарыым аттыгар).', |
2629 | | - 'donate_interface-email-agreement' => 'Викимедиа пуондатыттан сонуннары э-почтанан тутарга сөбүлэһэбин.', |
2630 | | - 'donate_interface-comment-title' => 'Дьоҥҥо көстөр хос быһаарыы', |
2631 | | - 'donate_interface-amount-error' => '** Бука диэн, сатанар суумманы киллэр **', |
2632 | | - 'donate_interface-processing-error' => 'Эн көрдөбүлгэр хоруйдуурга алҕас таҕыста. |
2633 | | -Иллэҥ процессордар суохтар.', |
2634 | | - 'donate_interface-GBP' => 'GBP: Британия стерлинин фунта', |
2635 | | - 'donate_interface-EUR' => 'EUR: Евро', |
2636 | | - 'donate_interface-USD' => 'USD: АХШ дуоллара', |
2637 | | - 'donate_interface-AUD' => 'AUD: Австралия дуоллара', |
2638 | | - 'donate_interface-CAD' => 'CAD: Канаада дуоллара', |
2639 | | - 'donate_interface-CHF' => 'CHF: Швейцария франката', |
2640 | | - 'donate_interface-CZK' => 'CZK: Чехия кроната', |
2641 | | - 'donate_interface-DKK' => 'DKK: Дания кроната', |
2642 | | - 'donate_interface-HKD' => 'HKD: Гоҥкуон дуоллара', |
2643 | | - 'donate_interface-HUF' => 'HUF: Венгрия форинта', |
2644 | | - 'donate_interface-JPY' => 'JPY: Дьоппуон йената', |
2645 | | - 'donate_interface-NZD' => 'NZD: новозеландскай дуоллар', |
2646 | | - 'donate_interface-NOK' => 'NOK: Норвегия кроната', |
2647 | | - 'donate_interface-PLN' => 'PLN: Польша злотайа', |
2648 | | - 'donate_interface-SGD' => 'SGD: Сингапур дуоллара', |
2649 | | - 'donate_interface-SEK' => 'SEK: Швеция кроната', |
2650 | | - 'donate_interface-ILS' => 'ILS: Израиль шекелэ', |
2651 | | -); |
2652 | | - |
2653 | | -/** Sinhala (සිංහල) |
2654 | | - * @author චතුනි අලහප්පෙරුම |
2655 | | - * @author පසිඳු කාවින්ද |
2656 | | - */ |
2657 | | -$messages['si'] = array( |
2658 | | - 'donate_interface' => 'විකිමාධ්යට සහය දක්වන්න', |
2659 | | - 'donate_interface-other-amount' => 'වෙනත් වටිනාකම්', |
2660 | | - 'donate_interface-currency' => 'ව්යවහාර මුදල:', |
2661 | | - 'donate_interface-gateway' => 'ගෙවීමේ ක්රමය:', |
2662 | | - 'donate_interface-submit-button' => 'පරිත්යාග කරන්න', |
2663 | | - 'donate_interface-comment-label' => 'පරිකථනය:', |
2664 | | - 'donate_interface-comment-title' => 'පොදු විවේචන', |
2665 | | - 'donate_interface-GBP' => 'මබ්රිප: බ්රිතාන්ය පවුම්', |
2666 | | - 'donate_interface-EUR' => 'යුරෝ: යුරෝ', |
2667 | | - 'donate_interface-USD' => 'ඇඩො: එ.ජ. ඩොලර්', |
2668 | | - 'donate_interface-AUD' => 'ඔඩො: ඕස්ට්රේලියානු ඩොලර්', |
2669 | | - 'donate_interface-CAD' => 'කැඩො: කැනේඩියානු ඩොලර්', |
2670 | | - 'donate_interface-CHF' => 'ස්ෆ්රෑ: ස්විස් ෆ්රෑන්ක්', |
2671 | | - 'donate_interface-CZK' => 'චෙකො: චෙක් කොරුනා', |
2672 | | - 'donate_interface-DKK' => 'ඩෙකො: ඩෙන්මාර්ක කොරුනා', |
2673 | | - 'donate_interface-HKD' => 'හොංකොංඩො: හොංකොං ඩොලර්', |
2674 | | - 'donate_interface-HUF' => 'හෆො: හන්ගේරියානු ෆොරින්ට්', |
2675 | | - 'donate_interface-JPY' => 'ජයෙ: ජපාන යෙන්', |
2676 | | - 'donate_interface-NZD' => 'නසීඩො: නවසීලන්ත ඩොලර්', |
2677 | | - 'donate_interface-NOK' => 'නෝක්රෝ: නෝවීජියානු ක්රෝන', |
2678 | | - 'donate_interface-PLN' => 'පෝස්: පෝලන්ත ස්ලොටි', |
2679 | | - 'donate_interface-SGD' => 'සිංඩො: සිංගප්පූරු ඩොලර්', |
2680 | | - 'donate_interface-SEK' => 'ස්වීක්රො: ස්වීඩන ක්රෝන', |
2681 | | - 'donate_interface-ILS' => 'ඊශ්රාෂෙ: ඊශ්රායෙල ෂෙකෙල්', |
2682 | | -); |
2683 | | - |
2684 | | -/** Slovak (Slovenčina) |
2685 | | - * @author Helix84 |
2686 | | - * @author Jkjk |
2687 | | - */ |
2688 | | -$messages['sk'] = array( |
2689 | | - 'donate_interface' => 'Podporte nadáciu Wikimedia', |
2690 | | - 'donate_interface-desc' => 'Vstupná stránka darov, ktorá integruje rozšírenia brány', |
2691 | | - 'donate_interface-intro' => 'Prosím, zvoľte spôsob platby, čiastku a menu.', |
2692 | | - 'donate_interface-amount' => 'Čiastka daru:', |
2693 | | - 'donate_interface-other-amount' => 'Iná čiastka', |
2694 | | - 'donate_interface-currency' => 'Mena:', |
2695 | | - 'donate_interface-gateway' => 'Spôsob platby:', |
2696 | | - 'donate_interface-submit-button' => 'Darovať', |
2697 | | - 'donate_interface-comment-message' => 'Máte myšlienku o ktorú sa chcete podeliť so svetom? Napíšte ju sem do 200 znakov:', |
2698 | | - 'donate_interface-comment-label' => 'Komentár:', |
2699 | | - 'donate_interface-anon-message' => 'Prosím, uveďte moje meno (vedľa môjho komentára) vo verejnom zozname darcov.', |
2700 | | - 'donate_interface-email-agreement' => 'Súhlasím so zasielaním príležitostných noviniek emailom týkajúcich sa Wikimedia Foundation.', |
2701 | | - 'donate_interface-comment-title' => 'Verejný komentár', |
2702 | | - 'donate_interface-amount-error' => '**Prosím, zadajte platnú čiastku**', |
2703 | | - 'donate_interface-processing-error' => 'Došlo k chybe pri spracovaní vašej požiadavky. |
2704 | | -Žiadne procesory sú k dispozícii.', |
2705 | | - 'donate_interface-GBP' => 'GBP: britská libra', |
2706 | | - 'donate_interface-EUR' => 'EUR: euro', |
2707 | | - 'donate_interface-USD' => 'USD: americký dolár', |
2708 | | - 'donate_interface-AUD' => 'AUD: austrálsky dolár', |
2709 | | - 'donate_interface-CAD' => 'CAD: kanadský dolár', |
2710 | | - 'donate_interface-CHF' => 'CHF: švajčiarsky frank', |
2711 | | - 'donate_interface-CZK' => 'CZK: česká koruna', |
2712 | | - 'donate_interface-DKK' => 'DKK: dánska koruna', |
2713 | | - 'donate_interface-HKD' => 'HKD: Hongkongský dolár', |
2714 | | - 'donate_interface-HUF' => 'HUF: maďarský forint', |
2715 | | - 'donate_interface-JPY' => 'JPY: japonský jen', |
2716 | | - 'donate_interface-NZD' => 'NZD: novozélandský dolár', |
2717 | | - 'donate_interface-NOK' => 'NOK: nórska koruna', |
2718 | | - 'donate_interface-PLN' => 'PLN: poľský zlotý', |
2719 | | - 'donate_interface-SGD' => 'SGD: singapurský dolár', |
2720 | | - 'donate_interface-SEK' => 'SEK: švédska koruna', |
2721 | | - 'donate_interface-ILS' => 'ILS: izraelský šekel', |
2722 | | -); |
2723 | | - |
2724 | | -/** Slovenian (Slovenščina) |
2725 | | - * @author Dbc334 |
2726 | | - */ |
2727 | | -$messages['sl'] = array( |
2728 | | - 'donate_interface' => 'Podprite Wikimedijo', |
2729 | | - 'donate_interface-desc' => 'Ciljna donatorska stran, ki združuje prehodne razširitve', |
2730 | | - 'donate_interface-intro' => 'Prosimo, izberite način plačila, znesek in valuto.', |
2731 | | - 'donate_interface-amount' => 'Znesek prispevka:', |
2732 | | - 'donate_interface-other-amount' => 'Drug znesek', |
2733 | | - 'donate_interface-currency' => 'Valuta:', |
2734 | | - 'donate_interface-gateway' => 'Način plačila:', |
2735 | | - 'donate_interface-submit-button' => 'Prispevaj', |
2736 | | - 'donate_interface-comment-message' => 'Imate misel, ki jo želite deliti s svetom? Tukaj vnesite do 200 znakov:', |
2737 | | - 'donate_interface-comment-label' => 'Pripomba:', |
2738 | | - 'donate_interface-anon-message' => 'Prosimo, navedite moje ime (ob moji pripombi) na javnem seznamu donatorjev.', |
2739 | | - 'donate_interface-email-agreement' => 'Strinjam se s prejemanjem občasnih e-poštnih glasil Fundacije Wikimedia.', |
2740 | | - 'donate_interface-comment-title' => 'Javna pripomba', |
2741 | | - 'donate_interface-amount-error' => '**Prosimo, vnesite veljaven znesek**', |
2742 | | - 'donate_interface-processing-error' => 'Prišlo je do napake pri obdelavi vaše zahteve. |
2743 | | -Na voljo ni nobenega obdelovalca.', |
2744 | | - 'donate_interface-GBP' => 'GBP: britanski funt', |
2745 | | - 'donate_interface-EUR' => 'EUR: evro', |
2746 | | - 'donate_interface-USD' => 'USD: ameriški dolar', |
2747 | | - 'donate_interface-AUD' => 'AUD: avstralski dolar', |
2748 | | - 'donate_interface-CAD' => 'CAD: kanadski dolar', |
2749 | | - 'donate_interface-CHF' => 'CHF: švicarski frank', |
2750 | | - 'donate_interface-CZK' => 'CZK: češka krona', |
2751 | | - 'donate_interface-DKK' => 'DKK: danska krona', |
2752 | | - 'donate_interface-HKD' => 'HKD: hongkonški dolar', |
2753 | | - 'donate_interface-HUF' => 'HUF: madžarski forint', |
2754 | | - 'donate_interface-JPY' => 'JPY: japonski jen', |
2755 | | - 'donate_interface-NZD' => 'NZD: novozelandski dolar', |
2756 | | - 'donate_interface-NOK' => 'NOK: norveška krona', |
2757 | | - 'donate_interface-PLN' => 'PLN: poljski zlot', |
2758 | | - 'donate_interface-SGD' => 'SGD: singapurski dolar', |
2759 | | - 'donate_interface-SEK' => 'SEK: švedska krona', |
2760 | | - 'donate_interface-ILS' => 'ILS: izraelski šekel', |
2761 | | -); |
2762 | | - |
2763 | | -/** Serbian (Cyrillic script) (Српски (ћирилица)) |
2764 | | - * @author Rancher |
2765 | | - * @author Михајло Анђелковић |
2766 | | - */ |
2767 | | -$messages['sr-ec'] = array( |
2768 | | - 'donate_interface' => 'Подржите Викимедију', |
2769 | | - 'donate_interface-intro' => 'Изаберите начин плаћања, износ и валуту.', |
2770 | | - 'donate_interface-amount' => 'Износ прилога:', |
2771 | | - 'donate_interface-other-amount' => 'Други износ', |
2772 | | - 'donate_interface-currency' => 'Валута:', |
2773 | | - 'donate_interface-gateway' => 'Начин плаћања:', |
2774 | | - 'donate_interface-submit-button' => 'Приложи', |
2775 | | - 'donate_interface-comment-label' => 'Коментар:', |
2776 | | - 'donate_interface-comment-title' => 'Јавни коментар', |
2777 | | - 'donate_interface-amount-error' => '**Унесите исправан износ**', |
2778 | | - 'donate_interface-GBP' => 'GBP: британска фунта', |
2779 | | - 'donate_interface-EUR' => 'EUR: Евро', |
2780 | | - 'donate_interface-USD' => 'USD: Амерички долар', |
2781 | | - 'donate_interface-AUD' => 'AUD: Аустралијски долар', |
2782 | | - 'donate_interface-CAD' => 'CAD: Канадски долар', |
2783 | | - 'donate_interface-CHF' => 'CHF: швајцарски франак', |
2784 | | - 'donate_interface-CZK' => 'CZK: чешка круна', |
2785 | | - 'donate_interface-DKK' => 'DKK: данска круна', |
2786 | | - 'donate_interface-HKD' => 'HKD: хонгконшки долар', |
2787 | | - 'donate_interface-HUF' => 'HUF: мађарска форинта', |
2788 | | - 'donate_interface-JPY' => 'JPY: Јапански јен', |
2789 | | - 'donate_interface-NZD' => 'NZD: новозеландски долар', |
2790 | | - 'donate_interface-NOK' => 'NOK: норвешка круна', |
2791 | | - 'donate_interface-PLN' => 'PLN: пољска злота', |
2792 | | - 'donate_interface-SGD' => 'SGD: сигнапурски долар', |
2793 | | - 'donate_interface-SEK' => 'SEK: шведска круна', |
2794 | | - 'donate_interface-ILS' => 'ILS: израелски шекел', |
2795 | | -); |
2796 | | - |
2797 | | -/** Serbian Latin ekavian (Srpski (latinica)) */ |
2798 | | -$messages['sr-el'] = array( |
2799 | | - 'donate_interface-EUR' => 'EUR: Evro', |
2800 | | - 'donate_interface-USD' => 'USD: Američki dolar', |
2801 | | - 'donate_interface-AUD' => 'AUD: Australijski dolar', |
2802 | | - 'donate_interface-CAD' => 'CAD: Kanadski dolar', |
2803 | | - 'donate_interface-JPY' => 'JPY: Japanski jen', |
2804 | | -); |
2805 | | - |
2806 | | -/** Swedish (Svenska) |
2807 | | - * @author Ainali |
2808 | | - * @author Boivie |
2809 | | - * @author WikiPhoenix |
2810 | | - */ |
2811 | | -$messages['sv'] = array( |
2812 | | - 'donate_interface' => 'Stöd Wikimedia', |
2813 | | - 'donate_interface-desc' => 'Donationsmålsida som integrerar gateway förlängningar', |
2814 | | - 'donate_interface-intro' => 'Välj en betalningsmetod, belopp och valuta.', |
2815 | | - 'donate_interface-amount' => 'Gåvobelopp:', |
2816 | | - 'donate_interface-other-amount' => 'Annat belopp', |
2817 | | - 'donate_interface-currency' => 'Valuta:', |
2818 | | - 'donate_interface-gateway' => 'Betalningsmetod:', |
2819 | | - 'donate_interface-submit-button' => 'Ge', |
2820 | | - 'donate_interface-comment-message' => 'Har du en tanke att dela med världen? Skriv upp till 200 tecken här:', |
2821 | | - 'donate_interface-comment-label' => 'Kommentar:', |
2822 | | - 'donate_interface-anon-message' => 'Visa mitt namn (bredvid min kommentar) på den offentliga givarlistan.', |
2823 | | - 'donate_interface-email-agreement' => 'Jag accepterar att ta emot enstaka uppdateringar från Wikimedia Foundation via e-post.', |
2824 | | - 'donate_interface-comment-title' => 'Offentlig kommentar', |
2825 | | - 'donate_interface-amount-error' => '**Ange ett giltigt belopp**', |
2826 | | - 'donate_interface-processing-error' => 'Det uppstod ett fel när din begäran behandlades. |
2827 | | -Inga processorer finns tillgängliga.', |
2828 | | - 'donate_interface-GBP' => 'GBP: Brittiska pund', |
2829 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2830 | | - 'donate_interface-USD' => 'USD: USA-dollar', |
2831 | | - 'donate_interface-AUD' => 'AUD: Australiska dollar', |
2832 | | - 'donate_interface-CAD' => 'CAD: Canadensiska dollar', |
2833 | | - 'donate_interface-CHF' => 'CHF: Schweiziska franc', |
2834 | | - 'donate_interface-CZK' => 'CZK: Tjeckiska koruna', |
2835 | | - 'donate_interface-DKK' => 'DKK: Danska kronor', |
2836 | | - 'donate_interface-HKD' => 'HKD: Hongkongdollar', |
2837 | | - 'donate_interface-HUF' => 'HUF: Ungerska forint', |
2838 | | - 'donate_interface-JPY' => 'JPY: Japanska yen', |
2839 | | - 'donate_interface-NZD' => 'NZD: Nyzeeländska dollar', |
2840 | | - 'donate_interface-NOK' => 'NOK: Norska kronor', |
2841 | | - 'donate_interface-PLN' => 'PLN: Polska złoty', |
2842 | | - 'donate_interface-SGD' => 'SGD: Singaporiansk dollar', |
2843 | | - 'donate_interface-SEK' => 'SEK: Svenska kronor', |
2844 | | - 'donate_interface-ILS' => 'ILS: Israeliska shekel', |
2845 | | -); |
2846 | | - |
2847 | | -/** Swahili (Kiswahili) |
2848 | | - * @author Lloffiwr |
2849 | | - * @author Muddyb Blast Producer |
2850 | | - */ |
2851 | | -$messages['sw'] = array( |
2852 | | - 'donate_interface' => 'Saidia Wikimedia', |
2853 | | - 'donate_interface-desc' => 'Ukurasa wa kwanza wa kuchangia, inayofungamana programu za milango ya malipo', |
2854 | | - 'donate_interface-intro' => 'Tafadhali chagua njia ya kulipa, kiasi, na aina ya fedha.', |
2855 | | - 'donate_interface-amount' => 'Kiasi cha mchango:', |
2856 | | - 'donate_interface-other-amount' => 'Kiasi kingine', |
2857 | | - 'donate_interface-currency' => 'Fedha:', |
2858 | | - 'donate_interface-gateway' => 'Njia ya kulipa:', |
2859 | | - 'donate_interface-submit-button' => 'Changia', |
2860 | | - 'donate_interface-comment-message' => 'Una maoni unayotaka kugawana na dunia? Andika herufi hadi 200 hapa:', |
2861 | | - 'donate_interface-comment-label' => 'Maoni:', |
2862 | | - 'donate_interface-anon-message' => 'Tafadhali andika jina langu (kando ya maoni yangu) katika orodha ya wachangiaji inayotolewa kwa watu wote.', |
2863 | | - 'donate_interface-email-agreement' => 'Nakubali nipokee taarifa mara kwa mara kwa barua pepe kutoka Wikimedia Foundation.', |
2864 | | - 'donate_interface-comment-title' => 'Maoni ya umma', |
2865 | | - 'donate_interface-amount-error' => '**Tafadhali ingiza kiasi halali**', |
2866 | | - 'donate_interface-processing-error' => 'Kumetokea hitilafu wakati wa uchakataji wa ombi lako. |
2867 | | -Hakuna vichakataji vinavyopatikana.', |
2868 | | - 'donate_interface-GBP' => 'GBP: Pauni ya Uingereza', |
2869 | | - 'donate_interface-EUR' => 'EUR: Euro', |
2870 | | - 'donate_interface-USD' => 'USD: Dola ya Marekani', |
2871 | | - 'donate_interface-AUD' => 'AUD: Dola ya Australia', |
2872 | | - 'donate_interface-CAD' => 'CAD: Dola ya Kanada', |
2873 | | - 'donate_interface-CZK' => 'CZK: Koruna ya Ucheki', |
2874 | | - 'donate_interface-DKK' => 'DKK: Krone ya Denmark', |
2875 | | - 'donate_interface-HKD' => 'HKD: Dola ya Hong Kong', |
2876 | | - 'donate_interface-NZD' => 'NZD: Dola ya New Zealand', |
2877 | | - 'donate_interface-SGD' => 'SGD: Dola ya Singapore', |
2878 | | -); |
2879 | | - |
2880 | | -/** Tamil (தமிழ்) |
2881 | | - * @author Surya Prakash.S.A. |
2882 | | - * @author TRYPPN |
2883 | | - */ |
2884 | | -$messages['ta'] = array( |
2885 | | - 'donate_interface' => 'விக்கிமீடியாவை ஆதரிக்கவும்', |
2886 | | - 'donate_interface-comment-label' => 'கருத்து:', |
2887 | | -); |
2888 | | - |
2889 | | -/** Telugu (తెలుగు) |
2890 | | - * @author Veeven |
2891 | | - */ |
2892 | | -$messages['te'] = array( |
2893 | | - 'donate_interface' => 'వికీమీడియాకి తోడ్పడండి', |
2894 | | - 'donate_interface-intro' => 'దయచేసి, చెల్లింపు పద్ధతిని, విరాళము మొత్తాన్ని, మరియు మారక ద్రవ్యాన్ని ఎంచుకోండి.', |
2895 | | - 'donate_interface-amount' => 'విరాళపు మొత్తం:', |
2896 | | - 'donate_interface-other-amount' => 'ఇతర మొత్తం', |
2897 | | - 'donate_interface-currency' => 'మారక ద్రవ్యం:', |
2898 | | - 'donate_interface-gateway' => 'చెల్లింపు పద్ధతి:', |
2899 | | - 'donate_interface-submit-button' => 'విరాళమివ్వండి', |
2900 | | - 'donate_interface-comment-message' => 'అందరితో ఏదైనా ఆలోచనని పంచుకోవాలనుకుంటున్నారా? 200 అక్షరాల్లో ఇక్కడ చెప్పండి:', |
2901 | | - 'donate_interface-comment-label' => 'వ్యాఖ్య:', |
2902 | | - 'donate_interface-anon-message' => 'బహిరంగ దాతల జాబితాలో దయచేసి నా పేరుని (నా వ్యాఖ్య ప్రక్కనే) చూపించండి.', |
2903 | | - 'donate_interface-email-agreement' => 'వికీమీడియా ఫౌండేషను నుండి అప్పుడప్పుడూ ఈ-మెయిలు ద్వారా తాజావిశేషాలను అందుకోడానికి నేను అంగీకరిస్తున్నాను.', |
2904 | | - 'donate_interface-comment-title' => 'బహిరంగ వ్యాఖ్య', |
2905 | | - 'donate_interface-amount-error' => '**దయచేసి సరైన మొత్తాన్ని పేర్కొనండి**', |
2906 | | - 'donate_interface-processing-error' => 'మీ అభ్యర్థనని ప్రక్రియాపనం చేయడంలో ఒక పొరపాటు జరిగింది. |
2907 | | -ప్రక్రియాపకాలు ఏమీ అందుబాటులో లేవు.', |
2908 | | - 'donate_interface-GBP' => 'GBP: బ్రిటీష్ పౌండ్', |
2909 | | - 'donate_interface-EUR' => 'EUR: యూరో', |
2910 | | - 'donate_interface-USD' => 'USD: అమెరికా డాలర్', |
2911 | | - 'donate_interface-AUD' => 'AUD: ఆస్ట్రేలియా డాలర్', |
2912 | | - 'donate_interface-CAD' => 'CAD: కెనడా డాలర్', |
2913 | | - 'donate_interface-CHF' => 'CHF: స్విస్ ఫ్రాంక్', |
2914 | | - 'donate_interface-CZK' => 'CZK: చెక్ కొరునా', |
2915 | | - 'donate_interface-DKK' => 'DKK: డానిష్ క్రోన్', |
2916 | | - 'donate_interface-HKD' => 'HKD: హాంకాంగ్ డాలర్', |
2917 | | - 'donate_interface-HUF' => 'HUF: హంగేరియన్ ఫొరింట్', |
2918 | | - 'donate_interface-JPY' => 'JPY: జపనీస్ యెన్', |
2919 | | - 'donate_interface-NZD' => 'NZD: న్యూజిలాండ్ డాలర్', |
2920 | | - 'donate_interface-NOK' => 'NOK: నార్వేజియన్ క్రోన్', |
2921 | | - 'donate_interface-PLN' => 'PLN: పోలిష్ జ్లోటీ', |
2922 | | - 'donate_interface-SGD' => 'SGD: సింగపూర్ డాలర్', |
2923 | | - 'donate_interface-SEK' => 'SEK: స్వీడిష్ క్రోనా', |
2924 | | - 'donate_interface-ILS' => 'ILS: ఇజ్రాయిలీ షెకెల్', |
2925 | | -); |
2926 | | - |
2927 | | -/** Thai (ไทย) |
2928 | | - * @author Woraponboonkerd |
2929 | | - */ |
2930 | | -$messages['th'] = array( |
2931 | | - 'donate_interface-GBP' => 'GBP: ปอนด์อังกฤษ', |
2932 | | - 'donate_interface-EUR' => 'EUR: ยูโร', |
2933 | | - 'donate_interface-USD' => 'USD: ดอลลาร์สหรัฐ', |
2934 | | - 'donate_interface-AUD' => 'AUD: ดอลลาร์ออสเตรเลีย', |
2935 | | - 'donate_interface-CAD' => 'CAD: ดอลลาร์แคนาดา', |
2936 | | - 'donate_interface-JPY' => 'JPY: เยนญี่ปุ่น', |
2937 | | -); |
2938 | | - |
2939 | | -/** Turkmen (Türkmençe) |
2940 | | - * @author Hanberke |
2941 | | - */ |
2942 | | -$messages['tk'] = array( |
2943 | | - 'donate_interface' => 'Wikimediany goldaň', |
2944 | | - 'donate_interface-intro' => 'Töleg usulyny, summany we walýutany saýlaň.', |
2945 | | - 'donate_interface-amount' => 'Bagyş edilen summa:', |
2946 | | - 'donate_interface-other-amount' => 'Başga summa', |
2947 | | - 'donate_interface-currency' => 'Walýuta:', |
2948 | | - 'donate_interface-gateway' => 'Töleg usuly:', |
2949 | | - 'donate_interface-submit-button' => 'Bagyş et', |
2950 | | - 'donate_interface-comment-message' => 'Dünýa bilen paýlaşjak pikiriňiz barmy? Şu ýere 200 simwola çenli ýazyp bilersiňiz:', |
2951 | | - 'donate_interface-comment-label' => 'Teswir:', |
2952 | | - 'donate_interface-anon-message' => 'Adymy (teswirimiň ýanynda) umumy bagyşçy sanawynda görkeziň.', |
2953 | | - 'donate_interface-email-agreement' => 'Geljekde Wikimedia fondunyň täzelik hatlaryny ýa-da e-poçtalaryny almaga ylalaşýaryn', |
2954 | | - 'donate_interface-comment-title' => 'Köpçülige açyk teswir', |
2955 | | - 'donate_interface-amount-error' => '**Haýyş edýäris, dogry summa ýazyň**', |
2956 | | - 'donate_interface-processing-error' => 'Talabyňyz işlenilýärkä, säwlik döredi. |
2957 | | -Hiç bir prosessor elýeterli däl.', |
2958 | | - 'donate_interface-GBP' => 'GBP: britan funt sterlingi', |
2959 | | - 'donate_interface-EUR' => 'EUR: ýewro', |
2960 | | - 'donate_interface-USD' => 'USD: ABŞ dollary', |
2961 | | - 'donate_interface-AUD' => 'AUD: awstraliýa dollary', |
2962 | | - 'donate_interface-CAD' => 'CAD: kanada dollary', |
2963 | | - 'donate_interface-CHF' => 'CHF: şweýsar franky', |
2964 | | - 'donate_interface-CZK' => 'CZK: çeh kronasy', |
2965 | | - 'donate_interface-DKK' => 'DKK: daniýa kronasy', |
2966 | | - 'donate_interface-HKD' => 'HKD: gonkong dollary', |
2967 | | - 'donate_interface-HUF' => 'HUF: wenger forinti', |
2968 | | - 'donate_interface-JPY' => 'JPY: ýapon ýenasy', |
2969 | | - 'donate_interface-NZD' => 'NZD: täze zelandiýa dollary', |
2970 | | - 'donate_interface-NOK' => 'NOK: norweg kronasy', |
2971 | | - 'donate_interface-PLN' => 'PLN: polýak zlotyýy', |
2972 | | - 'donate_interface-SGD' => 'SGD: singapur dollary', |
2973 | | - 'donate_interface-SEK' => 'SEK: şwed kronasy', |
2974 | | - 'donate_interface-ILS' => 'ILS: ysraýyl şekeli', |
2975 | | -); |
2976 | | - |
2977 | | -/** Tagalog (Tagalog) |
2978 | | - * @author AnakngAraw |
2979 | | - * @author Sky Harbor |
2980 | | - */ |
2981 | | -$messages['tl'] = array( |
2982 | | - 'donate_interface' => 'Tangkilikin ang Wikimedia', |
2983 | | - 'donate_interface-desc' => 'Pahinang lapagan ng mga kaloob na nagsasama-sama ng mga dugtong ng daanang-tarangkahan', |
2984 | | - 'donate_interface-intro' => 'Mangyaring pumili ng isang paraan ng pagbabayad, halaga, at salapi.', |
2985 | | - 'donate_interface-amount' => 'Halaga ng kaloob:', |
2986 | | - 'donate_interface-other-amount' => 'Ibang halaga', |
2987 | | - 'donate_interface-currency' => 'Salaping umiiral:', |
2988 | | - 'donate_interface-gateway' => 'Paraan ng pagbabayad:', |
2989 | | - 'donate_interface-submit-button' => 'Magkaloob', |
2990 | | - 'donate_interface-comment-message' => 'Mayroon ka bang kaisipang nais mong ipamahagi sa mundo? Maglagay ng hanggang sa 200 panitik dito:', |
2991 | | - 'donate_interface-comment-label' => 'Komento', |
2992 | | - 'donate_interface-anon-message' => 'Pakitala ang pangalan ko (katabi ng aking komento) sa pampublikong tala ng mga tagapagkaloob.', |
2993 | | - 'donate_interface-email-agreement' => 'Sumasang-ayon akong paminsan-minsan na makatanggap ng mga pagsasapanahon sa pamamagitan ng e-liham mula sa Pundasyong Wikimedia.', |
2994 | | - 'donate_interface-comment-title' => 'Pampublikong komento', |
2995 | | - 'donate_interface-amount-error' => '**Mangyaring magpasok ng isang tanggap na halaga**', |
2996 | | - 'donate_interface-processing-error' => 'Nagkaroon ng isang kamalian sa pagsasagawa ng iyong kahilingan. |
2997 | | -Walang makukuhang mga tagapagsagawa.', |
2998 | | - 'donate_interface-GBP' => 'GBP: Libra ng Britanya', |
2999 | | - 'donate_interface-EUR' => 'EUR: Euro', |
3000 | | - 'donate_interface-USD' => 'USD: Dolyar ng Estados Unidos', |
3001 | | - 'donate_interface-AUD' => 'AUD: Dolyar ng Australya', |
3002 | | - 'donate_interface-CAD' => 'CAD: Dolyar ng Kanada', |
3003 | | - 'donate_interface-CHF' => 'CHF: Prangko ng Suwisa', |
3004 | | - 'donate_interface-CZK' => 'CZK: Koruna ng Republikang Tseko', |
3005 | | - 'donate_interface-DKK' => 'DKK: Krone ng Dinamarka', |
3006 | | - 'donate_interface-HKD' => 'HKD: Dolyar ng Hongkong', |
3007 | | - 'donate_interface-HUF' => 'HUF: Forint ng Unggarya', |
3008 | | - 'donate_interface-JPY' => 'JPY: Yen ng Hapon', |
3009 | | - 'donate_interface-NZD' => 'NZD: Dolyar ng Bagong Selanda', |
3010 | | - 'donate_interface-NOK' => 'NOK: Krone ng Noruwega', |
3011 | | - 'donate_interface-PLN' => 'PLN: Zloty ng Polonya', |
3012 | | - 'donate_interface-SGD' => 'SGD: Dolyar ng Singgapur', |
3013 | | - 'donate_interface-SEK' => 'SEK: Krona ng Suwesya', |
3014 | | - 'donate_interface-ILS' => 'ILS: Shekel ng Israel', |
3015 | | -); |
3016 | | - |
3017 | | -/** Turkish (Türkçe) |
3018 | | - * @author Emperyan |
3019 | | - * @author Joseph |
3020 | | - * @author Tarkovsky |
3021 | | - * @author Vito Genovese |
3022 | | - */ |
3023 | | -$messages['tr'] = array( |
3024 | | - 'donate_interface' => "Wikimedia'yı destekleyin", |
3025 | | - 'donate_interface-desc' => 'Ağ geçidi uzantılarını entegre eden bağış sayfası', |
3026 | | - 'donate_interface-intro' => 'Lütfen bir ödeme şekli, miktarı ve para birimi seçin.', |
3027 | | - 'donate_interface-amount' => 'Bağış miktarı:', |
3028 | | - 'donate_interface-other-amount' => 'Diğer miktar', |
3029 | | - 'donate_interface-currency' => 'Para birimi:', |
3030 | | - 'donate_interface-gateway' => 'Ödeme şekli:', |
3031 | | - 'donate_interface-submit-button' => 'Bağışla', |
3032 | | - 'donate_interface-comment-message' => 'Dünya ile paylaşacak bir düşünceniz mi var? Buraya 200 karaktere kadar yazabilirsiniz:', |
3033 | | - 'donate_interface-comment-label' => 'Yorum:', |
3034 | | - 'donate_interface-anon-message' => 'Lütfen adımı (yorumumun yanına) umumi bağışçı listesinde listeleyin.', |
3035 | | - 'donate_interface-email-agreement' => "Wikimedia Vakfı'ndan ara sıra yapılan e-posta güncellemeleri almayı kabul ediyorum.", |
3036 | | - 'donate_interface-comment-title' => 'Umumi yorum', |
3037 | | - 'donate_interface-amount-error' => '**Lütfen geçerli bir miktar girin**', |
3038 | | - 'donate_interface-processing-error' => 'İsteğinizin işlenmesinde bir hata oluştu. |
3039 | | -Uygun işlemci bulunmuyor.', |
3040 | | - 'donate_interface-GBP' => 'GBP: İngiliz Sterlini', |
3041 | | - 'donate_interface-EUR' => 'EUR: Avro', |
3042 | | - 'donate_interface-USD' => 'USD: Amerikan Doları', |
3043 | | - 'donate_interface-AUD' => 'AUD: Avustralya Doları', |
3044 | | - 'donate_interface-CAD' => 'CAD: Kanada Doları', |
3045 | | - 'donate_interface-CHF' => 'CHF: İsviçre Frankı', |
3046 | | - 'donate_interface-CZK' => 'CZK: Çek Kronu', |
3047 | | - 'donate_interface-DKK' => 'DKK: Danimarka Kronu', |
3048 | | - 'donate_interface-HKD' => 'HKD: Hong Kong Doları', |
3049 | | - 'donate_interface-HUF' => 'HUF: Macar Forinti', |
3050 | | - 'donate_interface-JPY' => 'JPY: Japon Yeni', |
3051 | | - 'donate_interface-NZD' => 'NZD: Yeni Zelanda Doları', |
3052 | | - 'donate_interface-NOK' => 'NOK: Norveç Kronu', |
3053 | | - 'donate_interface-PLN' => 'PLN: Leh Zlotisi', |
3054 | | - 'donate_interface-SGD' => 'SGD: Singapur Doları', |
3055 | | - 'donate_interface-SEK' => 'SEK: İsveç Kronu', |
3056 | | - 'donate_interface-ILS' => 'ILS: İsrail Şekeli', |
3057 | | -); |
3058 | | - |
3059 | | -/** Tatar (Cyrillic) (Татарча/Tatarça (Cyrillic)) |
3060 | | - * @author Ильнар |
3061 | | - */ |
3062 | | -$messages['tt-cyrl'] = array( |
3063 | | - 'donate_interface' => 'Викимедиа Фондына ярдәм итик!', |
3064 | | - 'donate_interface-desc' => 'Иганәләр җыю һәм киңәйтелмәләр кертүче - шлюзлар җите', |
3065 | | - 'donate_interface-intro' => 'Зинһар, түләү ысулын, сумманы һәм акча берәмлеген сайлагыз.', |
3066 | | - 'donate_interface-amount' => 'Иганә күләме:', |
3067 | | - 'donate_interface-other-amount' => 'Башка күләм', |
3068 | | - 'donate_interface-currency' => 'Акча берәмлеге:', |
3069 | | - 'donate_interface-gateway' => 'Түләү ысулы:', |
3070 | | - 'donate_interface-submit-button' => 'Иганә', |
3071 | | - 'donate_interface-comment-message' => 'Нидер әйтергә телисезме? Сез монда 200 хәрефкә кадәр үзегезнең хатыгызны калдыра аласыз:', |
3072 | | - 'donate_interface-comment-label' => 'Искәрмә:', |
3073 | | - 'donate_interface-anon-message' => 'Зинһар, минем исемне (искәрмә янында) иганә итүчеләр исемлегендә күрсәтегез.', |
3074 | | - 'donate_interface-email-agreement' => 'Мин Викимедиа Фондыннан хәбәрләр алырга риза.', |
3075 | | - 'donate_interface-comment-title' => 'Гомум җәмәгатчелеккә бирелгән искәрмә', |
3076 | | - 'donate_interface-amount-error' => '**Зинһар, билгеле бер акча күләмен кертегез**', |
3077 | | - 'donate_interface-processing-error' => 'Сезнең соравыгызны эшкәрткән вакытта хаталар килеп чыкты. Билгеле бер эшкәрткечләр юк.', |
3078 | | - 'donate_interface-GBP' => 'GBP: Бөекбритания фунт стерлинглары', |
3079 | | - 'donate_interface-EUR' => 'EUR: Евро', |
3080 | | - 'donate_interface-USD' => 'USD: АКШ доллары', |
3081 | | - 'donate_interface-AUD' => 'AUD: Австралия доллары', |
3082 | | - 'donate_interface-CAD' => 'CAD: Канада доллары', |
3083 | | - 'donate_interface-CHF' => 'CHF: Швейцар франкы', |
3084 | | - 'donate_interface-CZK' => 'CZK: Чех кронасы', |
3085 | | - 'donate_interface-DKK' => 'DKK: Дат кронасы', |
3086 | | - 'donate_interface-HKD' => 'HKD: Һонконг доллары', |
3087 | | - 'donate_interface-HUF' => 'HUF: Венгер форинты', |
3088 | | - 'donate_interface-JPY' => 'JPY: Япон йенасы', |
3089 | | - 'donate_interface-NZD' => 'NZD: Яңа Зеландия доллары', |
3090 | | - 'donate_interface-NOK' => 'NOK: Норвегия кронасы', |
3091 | | - 'donate_interface-PLN' => 'PLN: Польша злотые', |
3092 | | - 'donate_interface-SGD' => 'SGD: Сингапур доллары', |
3093 | | - 'donate_interface-SEK' => 'SEK: Швед кронасы', |
3094 | | - 'donate_interface-ILS' => 'ILS: Израиль шекеле', |
3095 | | -); |
3096 | | - |
3097 | | -/** Ukrainian (Українська) |
3098 | | - * @author Ahonc |
3099 | | - * @author Aleksandrit |
3100 | | - * @author NickK |
3101 | | - * @author Prima klasy4na |
3102 | | - * @author Тест |
3103 | | - */ |
3104 | | -$messages['uk'] = array( |
3105 | | - 'donate_interface' => 'Підтримка Вікімедіа', |
3106 | | - 'donate_interface-desc' => 'Сторінка збору пожертв, яка інтегрує розширення-шлюзи', |
3107 | | - 'donate_interface-intro' => 'Будь ласка, оберіть спосіб оплати, суму і валюту.', |
3108 | | - 'donate_interface-amount' => 'Сума внеску:', |
3109 | | - 'donate_interface-other-amount' => 'Інша сума', |
3110 | | - 'donate_interface-currency' => 'Валюта:', |
3111 | | - 'donate_interface-gateway' => 'Спосіб оплати:', |
3112 | | - 'donate_interface-submit-button' => 'Пожертвувати', |
3113 | | - 'donate_interface-comment-message' => 'Є думка, щоб поділитися з світом? Наберіть до 200 символів тут:', |
3114 | | - 'donate_interface-comment-label' => 'Коментар:', |
3115 | | - 'donate_interface-anon-message' => 'Будь ласка, вкажіть моє ім’я (поряд з моїм коментарем) в загальнодоступному списку донорів.', |
3116 | | - 'donate_interface-email-agreement' => 'Я згоден отримувати періодичні оновлення електронною поштою від Фонду Вікімедіа.', |
3117 | | - 'donate_interface-comment-title' => 'Загальнодоступний коментар', |
3118 | | - 'donate_interface-amount-error' => '**Будь ласка, введіть коректну суму**', |
3119 | | - 'donate_interface-processing-error' => 'Під час обробки вашого запиту виникла помилка. |
3120 | | -Немає доступних процесорів.', |
3121 | | - 'donate_interface-GBP' => 'GBP: англійський фунт стерлінгів', |
3122 | | - 'donate_interface-EUR' => 'EUR: євро', |
3123 | | - 'donate_interface-USD' => 'USD: долар США', |
3124 | | - 'donate_interface-AUD' => 'AUD: австралійський долар', |
3125 | | - 'donate_interface-CAD' => 'CAD: канадський долар', |
3126 | | - 'donate_interface-CHF' => 'CHF: швейцарський франк', |
3127 | | - 'donate_interface-CZK' => 'CZK: чеська крона', |
3128 | | - 'donate_interface-DKK' => 'DKK: данська крона', |
3129 | | - 'donate_interface-HKD' => 'HKD: гонконгський долар', |
3130 | | - 'donate_interface-HUF' => 'HUF: угорський форінт', |
3131 | | - 'donate_interface-JPY' => 'JPY: японська єна', |
3132 | | - 'donate_interface-NZD' => 'NZD: новозеландський долар', |
3133 | | - 'donate_interface-NOK' => 'NOK: норвезька крона', |
3134 | | - 'donate_interface-PLN' => 'PLN: польський злотий', |
3135 | | - 'donate_interface-SGD' => 'SGD: сінгапурський долар', |
3136 | | - 'donate_interface-SEK' => 'SEC: шведська крона', |
3137 | | - 'donate_interface-ILS' => 'ILS: ізраїльський шекель', |
3138 | | -); |
3139 | | - |
3140 | | -/** Vèneto (Vèneto) |
3141 | | - * @author Candalua |
3142 | | - */ |
3143 | | -$messages['vec'] = array( |
3144 | | - 'donate_interface' => 'Juta Wikimedia', |
3145 | | - 'donate_interface-desc' => 'Pagina de donassion che integra le estension gateway', |
3146 | | - 'donate_interface-intro' => "Par piaser, siegli el metodo par pagar, l'inporto e el to scheo.", |
3147 | | - 'donate_interface-amount' => 'Inporto de la donassion:', |
3148 | | - 'donate_interface-other-amount' => 'Altro inporto', |
3149 | | - 'donate_interface-currency' => 'Scheo:', |
3150 | | - 'donate_interface-gateway' => 'Come paghito:', |
3151 | | - 'donate_interface-submit-button' => 'Dona', |
3152 | | - 'donate_interface-comment-message' => 'Gheto un pensiero da condivìdar col mondo? Buta zò massimo 200 carateri qua drento:', |
3153 | | - 'donate_interface-comment-label' => 'Comento:', |
3154 | | - 'donate_interface-anon-message' => 'Par piaser, fà védar el me nome (rente el me comento) in te la lista publica dei donatori.', |
3155 | | - 'donate_interface-email-agreement' => 'Voi che me riva par posta eletronica tute le future notissie de la Fondassion Wikimedia.', |
3156 | | - 'donate_interface-comment-title' => 'Comento publico', |
3157 | | - 'donate_interface-amount-error' => '**Par piaser, inserissi un inporto valido**', |
3158 | | - 'donate_interface-processing-error' => 'Ghe xe stà un problema processando la to richiesta. |
3159 | | -Nissun processor xe disponibile.', |
3160 | | - 'donate_interface-GBP' => 'GBP: Sterlina britànega', |
3161 | | - 'donate_interface-EUR' => 'EUR: Euro', |
3162 | | - 'donate_interface-USD' => 'USD: Dolaro merican', |
3163 | | - 'donate_interface-AUD' => 'AUD: Dolaro australian', |
3164 | | - 'donate_interface-CAD' => 'CAD: Dolaro canadese', |
3165 | | - 'donate_interface-CHF' => 'CHF: Franco svìssaro', |
3166 | | - 'donate_interface-CZK' => 'CZK: Corona ceca', |
3167 | | - 'donate_interface-DKK' => 'DKK: Corona danese', |
3168 | | - 'donate_interface-HKD' => 'HKD: Dolaro de Hong Kong', |
3169 | | - 'donate_interface-HUF' => 'HUF: Fiorin ongarese', |
3170 | | - 'donate_interface-JPY' => 'JPY: Yen zaponese', |
3171 | | - 'donate_interface-NZD' => 'NZD: Dolaro neozelandese', |
3172 | | - 'donate_interface-NOK' => 'NOK: Corona norvegese', |
3173 | | - 'donate_interface-PLN' => 'PLN: Zloty polaco', |
3174 | | - 'donate_interface-SGD' => 'SGD: Dolaro de Singapor', |
3175 | | - 'donate_interface-SEK' => 'SEK: Corona svedese', |
3176 | | - 'donate_interface-ILS' => 'ILS: Shekel israelian', |
3177 | | -); |
3178 | | - |
3179 | | -/** Vietnamese (Tiếng Việt) |
3180 | | - * @author Minh Nguyen |
3181 | | - * @author Vinhtantran |
3182 | | - */ |
3183 | | -$messages['vi'] = array( |
3184 | | - 'donate_interface' => 'Hỗ trợ Wikimedia', |
3185 | | - 'donate_interface-desc' => 'Bộ mở rộng gồm trang được chuyển tới khi đóng góp tài chính tích hợp cổng', |
3186 | | - 'donate_interface-intro' => 'Xin chọn phương thức trả tiền, số tiền, và loại tiền.', |
3187 | | - 'donate_interface-amount' => 'Số tiền đóng góp:', |
3188 | | - 'donate_interface-other-amount' => 'Số tiền khác', |
3189 | | - 'donate_interface-currency' => 'Loại tiền:', |
3190 | | - 'donate_interface-gateway' => 'Phương thức chi trả:', |
3191 | | - 'donate_interface-submit-button' => 'Đóng góp', |
3192 | | - 'donate_interface-comment-message' => 'Có một ý tưởng muốn chia sẻ cho mọi người? Ghi tối đa 200 ký tự ở đây:', |
3193 | | - 'donate_interface-comment-label' => 'Lời nhắn:', |
3194 | | - 'donate_interface-anon-message' => 'Xin liệt kê tên tôi (kế bên lời bình) trên danh sách những người đóng góp công khai.', |
3195 | | - 'donate_interface-email-agreement' => 'Tôi đồng ý nhận các bản tin thỉnh thoảng từ Quỹ Wikimedia qua thư điện tử.', |
3196 | | - 'donate_interface-comment-title' => 'Lời nhắn công khai', |
3197 | | - 'donate_interface-amount-error' => '**Xin hãy nhập vào số tiền hợp lệ**', |
3198 | | - 'donate_interface-processing-error' => 'Có lỗi khi xử lý yêu cầu. Hiện tại không có bộ xử lý nào.', |
3199 | | - 'donate_interface-GBP' => 'GBP: Bảng Anh', |
3200 | | - 'donate_interface-EUR' => 'EUR: Euro', |
3201 | | - 'donate_interface-USD' => 'USD: Đô la Mỹ', |
3202 | | - 'donate_interface-AUD' => 'AUD: Đô la Úc', |
3203 | | - 'donate_interface-CAD' => 'CAD: Đô la Canada', |
3204 | | - 'donate_interface-CHF' => 'CHF: Franc Thụy Sĩ', |
3205 | | - 'donate_interface-CZK' => 'CZK: Koruna Séc', |
3206 | | - 'donate_interface-DKK' => 'DKK: Krone Đan Mạch', |
3207 | | - 'donate_interface-HKD' => 'HKD: Đô la Hồng Kông', |
3208 | | - 'donate_interface-HUF' => 'HUF: Forint Hungary', |
3209 | | - 'donate_interface-JPY' => 'JPY: Yên Nhật', |
3210 | | - 'donate_interface-NZD' => 'NZD: Đô la New Zealand', |
3211 | | - 'donate_interface-NOK' => 'NOK: Krone Na Uy', |
3212 | | - 'donate_interface-PLN' => 'PLN: Zloty Ba Lan', |
3213 | | - 'donate_interface-SGD' => 'SGD: Đô la Singapore', |
3214 | | - 'donate_interface-SEK' => 'SEK: Krona Thụy Điển', |
3215 | | - 'donate_interface-ILS' => 'ILS: Shekel Israel', |
3216 | | -); |
3217 | | - |
3218 | | -/** Yiddish (ייִדיש) |
3219 | | - * @author פוילישער |
3220 | | - */ |
3221 | | -$messages['yi'] = array( |
3222 | | - 'donate_interface' => 'שטיצט וויקימעדיע', |
3223 | | - 'donate_interface-amount' => 'סכום נדבה:', |
3224 | | - 'donate_interface-other-amount' => 'אַנדער סכום', |
3225 | | - 'donate_interface-currency' => 'וואַלוטע:', |
3226 | | - 'donate_interface-gateway' => 'צאָלונג מעטאד', |
3227 | | - 'donate_interface-submit-button' => 'ביישטייערן', |
3228 | | - 'donate_interface-comment-message' => 'אפשר האט איר א געדאַנק צו טיילן מיט דער וועלט? שטעלט דאָ ביז 200 צייכענס:', |
3229 | | - 'donate_interface-comment-label' => 'הערה:', |
3230 | | - 'donate_interface-amount-error' => '** ביטע גיט אַרייַן אַ גילטיקע סומע **', |
3231 | | - 'donate_interface-GBP' => 'GBP: בריטישער פֿונט', |
3232 | | - 'donate_interface-EUR' => 'EUR: איירא', |
3233 | | - 'donate_interface-USD' => 'USD: אמעריקאנער דאלאר', |
3234 | | - 'donate_interface-AUD' => 'AUD: אויסטראַלישער טאָלער', |
3235 | | - 'donate_interface-CAD' => 'CAD: קאַנאַדישער טאָלער', |
3236 | | - 'donate_interface-CHF' => 'CHF: שווייצער פֿראַנק', |
3237 | | - 'donate_interface-CZK' => 'CZK: טשעכישע קאָרונע', |
3238 | | - 'donate_interface-DKK' => 'DKK: דענישע קראנע', |
3239 | | - 'donate_interface-SEK' => 'SEK: שוועדישע קראנע', |
3240 | | - 'donate_interface-ILS' => 'ILS: ישראלדיקער שקל', |
3241 | | -); |
3242 | | - |
3243 | | -/** Cantonese (粵語) */ |
3244 | | -$messages['yue'] = array( |
3245 | | - 'donate_interface' => '支持Wikimedia', |
3246 | | - 'donate_interface-desc' => '捐綫登陸版整合嘅閘道擴展', |
3247 | | - 'donate_interface-intro' => '請揀一種俾錢方法、金額同貨幣。', |
3248 | | - 'donate_interface-amount' => '捐款金額:', |
3249 | | - 'donate_interface-other-amount' => '其它金額', |
3250 | | - 'donate_interface-currency' => '貨幣:', |
3251 | | - 'donate_interface-gateway' => '俾錢方法:', |
3252 | | - 'donate_interface-submit-button' => '捐錢', |
3253 | | - 'donate_interface-comment-message' => '同個世界有個諗法?響呢度放唔多過200個字元嘅評論:', |
3254 | | - 'donate_interface-comment-label' => '註解:', |
3255 | | - 'donate_interface-anon-message' => '請列示我個名(響我嘅註解隔離)響個公共捐錢者度。', |
3256 | | - 'donate_interface-email-agreement' => "我同意收未來嘅Wikimedia Foundation嘅新聞紙或者電郵。 |
3257 | | -我哋唔會賣或交易你嘅資料。 |
3258 | | -我哋嘅捐錢者嘅私隱政策可以響<a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>呢度</a>搵到", |
3259 | | - 'donate_interface-comment-title' => '公共註解', |
3260 | | - 'donate_interface-amount-error' => '**請輸入一個有效嘅金額**', |
3261 | | - 'donate_interface-processing-error' => '處理你嘅請求嗰陣出錯。 |
3262 | | -冇可以用嘅處理器。', |
3263 | | - 'donate_interface-GBP' => 'GBP: 英鎊', |
3264 | | - 'donate_interface-EUR' => 'EUR: 歐元', |
3265 | | - 'donate_interface-USD' => 'USD: 美元', |
3266 | | - 'donate_interface-AUD' => 'AUD: 澳大利亞元', |
3267 | | - 'donate_interface-CAD' => 'CAD: 加拿大元', |
3268 | | - 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
3269 | | - 'donate_interface-CZK' => 'CZK: 捷克克朗', |
3270 | | - 'donate_interface-DKK' => 'DKK: 丹麥克朗', |
3271 | | - 'donate_interface-HKD' => 'HKD: 港元', |
3272 | | - 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
3273 | | - 'donate_interface-JPY' => 'JPY: 日圓', |
3274 | | - 'donate_interface-NZD' => 'NZD: 新西蘭元', |
3275 | | - 'donate_interface-NOK' => 'NOK: 挪威克朗', |
3276 | | - 'donate_interface-PLN' => 'PLN: 波蘭茲羅提', |
3277 | | - 'donate_interface-SGD' => 'SGD: 新加坡元', |
3278 | | - 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
3279 | | - 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
3280 | | -); |
3281 | | - |
3282 | | -/** Simplified Chinese (中文(简体)) |
3283 | | - * @author Bencmq |
3284 | | - * @author Chenxiaoqino |
3285 | | - * @author Kuailong |
3286 | | - * @author 阿pp |
3287 | | - */ |
3288 | | -$messages['zh-hans'] = array( |
3289 | | - 'donate_interface' => '资助维基媒体', |
3290 | | - 'donate_interface-desc' => '捐款页面用于整合其他接口插件', |
3291 | | - 'donate_interface-intro' => '请选择支付方式、数额及币种。', |
3292 | | - 'donate_interface-amount' => '捐助数额:', |
3293 | | - 'donate_interface-other-amount' => '其它数额', |
3294 | | - 'donate_interface-currency' => '币种:', |
3295 | | - 'donate_interface-gateway' => '支付方式:', |
3296 | | - 'donate_interface-submit-button' => '捐款', |
3297 | | - 'donate_interface-comment-message' => '有想法希望与世界分享?请在此填写不超过200字的评论:', |
3298 | | - 'donate_interface-comment-label' => '评论:', |
3299 | | - 'donate_interface-anon-message' => '请在我的评论边上附上我的名字。', |
3300 | | - 'donate_interface-email-agreement' => '我同意接收来自维基媒体基金会偶尔的电子邮件更新。', |
3301 | | - 'donate_interface-comment-title' => '公开的评论', |
3302 | | - 'donate_interface-amount-error' => '**请输入有效的数额**', |
3303 | | - 'donate_interface-processing-error' => '处理您的请求时出错了。没有可用的处理器。', |
3304 | | - 'donate_interface-GBP' => 'GBP: 英镑', |
3305 | | - 'donate_interface-EUR' => 'EUR: 欧元', |
3306 | | - 'donate_interface-USD' => 'USD: 美元', |
3307 | | - 'donate_interface-AUD' => 'AUD: 澳大利亚元', |
3308 | | - 'donate_interface-CAD' => 'CAD: 加拿大元', |
3309 | | - 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
3310 | | - 'donate_interface-CZK' => 'CZK: 捷克克朗', |
3311 | | - 'donate_interface-DKK' => 'DKK: 丹迈克朗', |
3312 | | - 'donate_interface-HKD' => 'HKD: 港元', |
3313 | | - 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
3314 | | - 'donate_interface-JPY' => 'JPY: 日圆', |
3315 | | - 'donate_interface-NZD' => 'NZD: 新西兰元', |
3316 | | - 'donate_interface-NOK' => 'NOK: 挪威克朗', |
3317 | | - 'donate_interface-PLN' => 'PLN: 波兰兹罗提', |
3318 | | - 'donate_interface-SGD' => 'SGD: 新加坡元', |
3319 | | - 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
3320 | | - 'donate_interface-ILS' => 'ILS: 以色列谢克尔', |
3321 | | -); |
3322 | | - |
3323 | | -/** Traditional Chinese (中文(繁體)) |
3324 | | - * @author Anakmalaysia |
3325 | | - * @author Horacewai2 |
3326 | | - * @author Liangent |
3327 | | - * @author Pbdragonwang |
3328 | | - */ |
3329 | | -$messages['zh-hant'] = array( |
3330 | | - 'donate_interface' => '資助維基媒體', |
3331 | | - 'donate_interface-desc' => '捐款頁面用於整合其他接口插件', |
3332 | | - 'donate_interface-intro' => '請選擇支付方式、數額及幣種。', |
3333 | | - 'donate_interface-amount' => '捐助數額:', |
3334 | | - 'donate_interface-other-amount' => '其它數額', |
3335 | | - 'donate_interface-currency' => '幣種:', |
3336 | | - 'donate_interface-gateway' => '支付方式:', |
3337 | | - 'donate_interface-submit-button' => '捐款', |
3338 | | - 'donate_interface-comment-message' => '有想法希望與世界分享?請在此填寫不超過200字的評論:', |
3339 | | - 'donate_interface-comment-label' => '評論:', |
3340 | | - 'donate_interface-anon-message' => '請在我的評論邊上附上我的名字。', |
3341 | | - 'donate_interface-email-agreement' => '我同意接收來自維基媒體基金會偶爾的電子郵件更新。', |
3342 | | - 'donate_interface-comment-title' => '公開的評論', |
3343 | | - 'donate_interface-amount-error' => '**請輸入有效的數額**', |
3344 | | - 'donate_interface-processing-error' => '處理您的請求時出錯了。沒有可用的處理器。', |
3345 | | - 'donate_interface-GBP' => 'GBP: 英鎊', |
3346 | | - 'donate_interface-EUR' => 'EUR: 歐元', |
3347 | | - 'donate_interface-USD' => 'USD: 美元', |
3348 | | - 'donate_interface-AUD' => 'AUD: 澳大利亞元', |
3349 | | - 'donate_interface-CAD' => 'CAD: 加拿大元', |
3350 | | - 'donate_interface-CHF' => 'CHF: 瑞士法郎', |
3351 | | - 'donate_interface-CZK' => 'CZK: 捷克克朗', |
3352 | | - 'donate_interface-DKK' => 'DKK: 丹麥克朗', |
3353 | | - 'donate_interface-HKD' => 'HKD: 港元', |
3354 | | - 'donate_interface-HUF' => 'HUF: 匈牙利福林', |
3355 | | - 'donate_interface-JPY' => 'JPY: 日圓', |
3356 | | - 'donate_interface-NZD' => 'NZD: 新西蘭元', |
3357 | | - 'donate_interface-NOK' => 'NOK: 挪威克朗', |
3358 | | - 'donate_interface-PLN' => 'PLN: 波蘭茲羅提', |
3359 | | - 'donate_interface-SGD' => 'SGD: 新加坡元', |
3360 | | - 'donate_interface-SEK' => 'SEK: 瑞典克朗', |
3361 | | - 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
3362 | | -); |
3363 | | - |
3364 | | -/** Chinese (Hong Kong) (中文(香港)) */ |
3365 | | -$messages['zh-hk'] = array( |
3366 | | - 'donate_interface-email-agreement' => "我同意接收未來的Wikimedia Foundation的新聞稿或者電郵。 |
3367 | | -我們不會賣或交易您的資料。 |
3368 | | -我們捐款者的私隱政策可以在<a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>這裏</a>找到", |
3369 | | -); |
3370 | | - |
3371 | | -/** Chinese (Taiwan) (中文(台灣)) |
3372 | | - * @author Pbdragonwang |
3373 | | - */ |
3374 | | -$messages['zh-tw'] = array( |
3375 | | - 'donate_interface' => '贊助維基媒體', |
3376 | | - 'donate_interface-intro' => '請選擇付款方式,金額和貨幣種類。', |
3377 | | - 'donate_interface-amount' => '捐贈金額:', |
3378 | | - 'donate_interface-other-amount' => '其他金額:', |
3379 | | - 'donate_interface-currency' => '貨幣種類:', |
3380 | | - 'donate_interface-email-agreement' => '我同意收到維基媒體基金會不定期的最新訊息。', |
3381 | | - 'donate_interface-EUR' => 'EUR: 歐元', |
3382 | | - 'donate_interface-HKD' => 'HKD:港幣', |
3383 | | - 'donate_interface-NZD' => 'NZD:紐元', |
3384 | | - 'donate_interface-SGD' => 'SGD:新加坡幣', |
3385 | | - 'donate_interface-ILS' => 'ILS: 以色列謝克爾', |
3386 | | -); |
3387 | | - |