source: trunk/tools/language/translation_validated.inc.php @ 8442

Last change on this file since 8442 was 8442, checked in by ddtddt, 13 years ago

[trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone

File size: 6.4 KB
Line 
1<?php
2$validated_keys = array(
3  'ar_SA' => array(
4        '',
5        ),
6       
7  'cs_CZ' => array(
8        '',
9        ),
10       
11  'da_DK' => array(
12        '%d Kb',
13        '%d hit',
14        '%d hits',
15        'Connection settings',
16        'Login',
17        'Display',
18        'Filter',
19        'Links',
20        'N/A',
21        'Password',
22        'Quick connect',
23        'RSS feed',
24        'Reset',
25        'Tag',
26        'Tags',
27        'Webmaster',
28        'Administration',
29        'caddie',
30        'download',
31        'Logout',
32        'Powered by',
33        'Auto login',
34        'slideshow',
35        'SQL queries in',
36        'Thumbnails',
37        'Menu',
38        'IP: %s',
39        'Browser: %s',
40        'Email: %s',
41        'Admin: %s',
42        'Rank',
43        'cloud',
44        'Pause of slideshow',
45        'Database type',
46        'Installation',
47        'Webmaster login',
48        'localhost, sql.multimania.com, toto.freesurf.fr',
49        'Webmaster password',
50        '%d tag',
51        '%d tags',
52        'Caddie',
53        'Database',
54        'Elements',
55        'Form',
56        'Gallery URL',
57        'Path',
58        'Permalink',
59        'Permalinks',
60        'Plugins',
61        'Position',
62        'Rating',
63        'Representant',
64        'Site manager',
65        'Status',
66        'Version',
67        'Main',
68        'File',
69        'High definition',
70        'email',
71        'Send',
72        'Remote',
73        'Piwigo administration',
74        'GD version',
75        '[Simulation]',
76        'Upload',
77        'user_status_admin',
78        'user_status_webmaster',
79        'IP',
80        'Element',
81        'Element type',
82        'Hoverbox display',
83        'Level 8',
84        'Plugins up to date',
85        'Support',
86        'Piwigo Administration',
87        'Piwigo version',
88        'Original templates',
89        'Downloads',
90        'Download',
91        'Hit',
92        'Resize',
93        'Miscellaneous',
94        'Virtual Links',
95        ),     
96
97  'de_DE' => array(
98        '%d Kb',
99        'Filter',
100        'Links',
101        'Tag',
102        'Tags',
103        'Webmaster',
104        'Administration',
105        'Thumbnails',
106        'IP: %s',
107        'Browser: %s',
108        'Name',
109        'Permalink',
110        'Permalinks',
111        'Plugins',
112        'Position',
113        'Status',
114        'Version',
115        '',
116        'High definition',
117        'Parameter',
118        'private',
119        'Thumbnail',
120        'Simulation',
121        'Upload',
122        'user_status_admin',
123        'user_status_webmaster',
124        'IP',
125        'Privacy level',
126        'Demo',
127        'Support',
128        'Bugs',
129        'Downloads',
130        'Installation',
131        'localhost, sql.multimania.com, toto.freesurf.fr',
132        'Upgrade',
133        'Download,',
134        'Piwigo Uploader',
135        '[Simulation]',
136        ),
137
138  'es_AR' => array(
139        '%d Kb',
140        'Webmaster',
141        'IP: %s',
142        'No',
143        ),
144
145  'es_ES' => array(
146    'Tag',
147    'Tags',
148        'IP: %s',
149        'Email: %s',
150        'No',
151        '%d tag',
152        '%d tags',
153        'Plugins',
154        'is_high_disabled',
155        'nbm_content_goto_2',
156        'nbm_content_hello_2',
157        'site_local',
158        'update_simulation_title',
159        'IP',
160        'Level 8',
161        'DEMO',
162        'BUGS',
163        'step1_host_info',
164        '',
165        'General',
166        'Local',
167        'Demo',
168        'Bugs',
169        'localhost, sql.multimania.com, toto.freesurf.fr',
170        'Piwigo Uploader',
171        ),
172       
173  'fr_FR' => array(
174    'Dimensions',
175    'Identification',
176    'Notification',
177    'Tag',
178    'Tags',
179    'admin',
180    'identification',
181    'redirect_msg',
182    'search_date_from',
183    'title_menu',
184    'IP: %s',
185    'Email: %s',
186    '%d element',
187    '%d elements',
188    '%d association',
189    '%d associations',
190    '%d tag',
191    '%d tags',
192    'Actions',
193    'Description',
194    'Informations',
195    'Maintenance',
196    'Options',
197    'Plugins',
198    'Position',
199    'Validation',
200    'Version',
201    'config',
202    'Date',
203    'instructions',
204    'is_high_disabled',
205    'nbm_content_goto_2',
206    'nbm_content_hello_2',
207    'nbm_item_notification',
208    'nbm_send_options',
209    'permissions',
210    'public',
211    'site_local',
212    'update_simulation_title',
213    'IP',
214    'image',
215    'section',
216    'tags',
217    'high',
218    'c13y_Correction',
219    'Level 1',
220    'Level 8',
221    'FORUM',
222    'EXTENSIONS',
223    'WIKI / DOC',
224    'Installation',
225    'step1_host_info',
226        'Administration',
227        'Redirection...',
228        'Menu',
229        '%d image',
230        '%d images',
231        'Configuration',
232        'Instructions',
233        '',
234        'Permissions',
235        'Local',
236        '[Simulation]',
237        'Section',
238        'Correction',
239        'Support',
240        'Extensions',
241        'Documentation',
242        'Photos',
243        'pixels',
244        'Piwigo Uploader',
245        'localhost, sql.multimania.com, toto.freesurf.fr',
246        'email',
247    ),
248
249  'hr_HR' => array(
250        '%d Kb',
251        'Filter',
252        'Tag',
253        'Webmaster',
254        'IP: %s',
255        '%d tag',
256        'user_status_webmaster',
257        'IP',
258        'localhost, sql.multimania.com, toto.freesurf.fr',
259        ),
260       
261  'hu_HU' => array(
262        'Album',
263        'Album: %s',
264        ),
265
266  'it_IT' => array(
267        'N/A',
268        'No',
269        'Webmaster',
270        'Password',
271        'Home',
272        'Menu',
273        'Logout',
274        'Host',
275        'IP',
276        'IP: %s',
277        'Email',
278        'Email: %s',
279        'Links',
280        'Permalink',
281        'Permalinks',
282        'Plugins',
283        'Plugin',
284        'Tools',
285        'Tag',
286        'Tags',
287        '%d tag',
288        '%d tags',
289        'Directory',
290        'File',
291        'high',
292        'pixels',
293        'Downloads',
294        'Download',
295        'Piwigo Uploader',
296        'email',
297        'user_status_webmaster',
298        ),
299       
300  'ja_JP' => array(
301        'About',
302        'Since',
303        'Powered by',
304        'IP: %s',
305        'IP',
306        'Sent by',
307        '%d Kb',
308        '',
309        ),
310       
311  'lv_LV' => array(
312        '%d Kb',
313        'N/A',
314        'IP: %s',
315        'IP',
316        'localhost, sql.multimania.com, toto.freesurf.fr',
317        '',
318        '',
319        '',
320        ),
321
322  'nl_NL' => array(
323        '%d Kb',
324        'Filter',
325        'Help',
326        'Links',
327        'RSS feed',
328        'Reset',
329        'Tag',
330        'Tags',
331        'Week %d',
332        'download',
333        'Powered by',
334        'Auto login',
335        'Contact',
336        'SQL queries in',
337        'Menu',
338        'IP: %s',
339        'Browser: %s',
340        'Email: %s',
341        'Piwigo Help',
342        '%d tag',
343        '%d tags',
344        'Batch management',
345        'Database',
346        'Permalink',
347        'Permalinks',
348        'Plugins',
349        'Representant',
350        'Site manager',
351        'Status',
352        'email',
353        'Parameter',
354        'Parameters',
355        'Remote site',
356        'test',
357        'Remote',
358        'unit mode',
359        'Upload',
360        'IP',
361        'Level 8',
362        'Demo',
363        'Hits',
364        'Downloads',
365        'localhost, sql.multimania.com, toto.freesurf.fr',
366        'Upgrade',
367        'SQL queries',
368        'letters',
369        'This author removed the comment with id %d',
370        'Database type',
371        'Sorry!',
372        'Hope to see you back soon.',
373        'Hit',
374        'pixels',
375        'Download',
376        'Piwigo Uploader',
377        'Download,',
378        ),
379       
380  'no_NO' => array(
381        'IP: %s',
382        'Browser: %s',
383        'Email: %s',
384        'Admin: %s',
385        'Pause of slideshow',
386        'Album',
387        'Filter',
388        'N/A',
389        'Webmaster',
390        '%d Kb',
391        'representative',
392        'slideshow',
393        'Album: %s',
394        'Album results for',
395        ),
396       
397  'pl_PL' => array(
398        '%d Kb',
399        'RSS feed',
400        'Webmaster',
401        'IP: %s',
402        'Tag',
403        'Powered by',
404        'Email: %s',
405        'Admin: %s',
406        '%d tag',
407        'Status',
408        'test',
409        'status',
410        'user_status_admin',
411        'user_status_webmaster',
412        'localhost, sql.multimania.com, toto.freesurf.fr',     
413        'IP',           
414        'Menu',                 
415        '',
416        ),
417
418  'pt_BR' => array(
419        '',
420        ),
421       
422  'pt_PT' => array(
423        '',
424        ),
425       
426  'ro_RO' => array(
427        '%d Kb',
428        'N/A',
429        'RSS feed',
430        'Webmaster',
431        'Calendar',
432        'Contact',
433        ),
434
435  'ru_RU' => array(
436        'IP',
437        'IP: %s',
438        'localhost, sql.multimania.com, toto.freesurf.fr',
439        '',
440        ),
441       
442  'sr_RS' => array(
443        '%d Kb',
444        'Filter',
445        'Webmaster',
446        'IP: %s',
447        'user_status_admin',
448        'user_status_webmaster',
449        'IP',
450        'Element',
451        'Host',
452        'localhost, sql.multimania.com, toto.freesurf.fr',
453        ),
454       
455  'tr_TR' => array(
456        '%d hit',
457        'N/A',
458        'Webmaster',
459        'IP: %s',
460        '',
461        ),
462       
463  'vi_VN' => array(
464        '%d Kb',
465        '',
466        '',
467        '',
468        '',
469        '',
470        '',
471        '',
472        '',
473        ),
474       
475  'zh_CN' => array(
476        'IP',
477        'localhost, sql.multimania.com, toto.freesurf.fr',
478        ),
479       
480  );
481?>
Note: See TracBrowser for help on using the repository browser.