source: branches/2.0/tools/translation_validated.inc.php @ 4864

Last change on this file since 4864 was 4864, checked in by ddtddt, 14 years ago

[Branche2] update da_DK thanks to Lars

File size: 1.8 KB
Line 
1<?php
2$validated_keys = array(
3  'fr_FR' => array(
4    'Dimensions',
5    'Identification',
6    'Notification',
7    'Tag',
8    'Tags',
9    'admin',
10    'identification',
11    'redirect_msg',
12    'search_date_from',
13    'title_menu',
14    'IP: %s',
15    'Email: %s',
16    '%d element',
17    '%d elements',
18    '%d association',
19    '%d associations',
20    '%d tag',
21    '%d tags',
22    'Actions',
23    'Description',
24    'Informations',
25    'Maintenance',
26    'Options',
27    'Plugins',
28    'Position',
29    'Validation',
30    'Version',
31    'config',
32    'Date',
33    'instructions',
34    'is_high_disabled',
35    'nbm_content_goto_2',
36    'nbm_content_hello_2',
37    'nbm_item_notification',
38    'nbm_send_options',
39    'permissions',
40    'public',
41    'site_local',
42    'update_simulation_title',
43    'IP',
44    'image',
45    'section',
46    'tags',
47    'high',
48    'c13y_Correction',
49    'Level 1',
50    'Level 8',
51    'FORUM',
52    'EXTENSIONS',
53    'WIKI / DOC',
54    'Installation',
55    'step1_host_info',
56    ),
57  'es_ES' => array(
58    'Tag',
59    'Tags',
60        'IP: %s',
61        'Email: %s',
62        'No',
63        '%d tag',
64        '%d tags',
65        'Plugins',
66        'is_high_disabled',
67        'nbm_content_goto_2',
68        'nbm_content_hello_2',
69        'site_local',
70        'update_simulation_title',
71        'IP',
72        'Level 8',
73        'DEMO',
74        'BUGS',
75        'step1_host_info',
76    ),
77  'da_DK' => array(
78        'Installation',
79        'install_webmaster',
80        'step1_host',
81        'step1_host_info',
82        'step1_pass',
83        'step2_pwd',
84        '%d Kb',
85        '%d hit',
86        '%d hits',
87        'Connection settings',
88        'Connection',
89        'Display',
90        'Filter',
91        'Links',
92        'N/A',
93        'Password',
94        'Quick connect',
95        'RSS feed',
96        'Reset',
97        'Tag',
98        'Tags',
99        'Webmaster',
100        'author(s) : %s',
101        'admin',
102        'caddie',
103        'download',
104        'logout',
105        'powered_by',
106        'remember_me',
107        'slideshow',
108        'sql_queries_in',
109        'thumbnails',
110        'title_menu',
111        'upload_author',
112        'IP: %s',
113        'Browser: %s',
114        'Author: %s',
115        'Email: %s',
116        'Admin: %s',
117        'Rank',
118        'cloud',
119        ),
120  );
121?>
Note: See TracBrowser for help on using the repository browser.