source: trunk/tools/translation_validated.inc.php @ 5347

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

[trunk] update da_DK thanks to nile

File size: 2.3 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  'ja_JP' => array(
78        'About',
79        'Since',
80        'Powered by',
81        'IP: %s',
82        'IP',
83        'Sent by',
84        '%d Kb',
85        '',
86        ),
87  'de_DE' => array(
88        '%d Kb',
89        'Filter',
90        'Links',
91        'Tag',
92        'Tags',
93        'Webmaster',
94        'Administration',
95        'Thumbnails',
96        'IP: %s',
97        'Browser: %s',
98        'Name',
99        'Permalink',
100        'Permalinks',
101        'Plugins',
102        'Position',
103        'Status',
104        'Version',
105        '',
106        'High definition',
107        'Parameter',
108        'private',
109        'Thumbnail',
110        'Simulation',
111        'Upload',
112        'user_status_admin',
113        'user_status_webmaster',
114        'IP',
115        'Privacy level',
116        'Demo',
117        'Support',
118        'Bugs',
119        'Downloads',
120        'Installation',
121        'localhost, sql.multimania.com, toto.freesurf.fr',
122        'Upgrade',
123        ),
124  'da_DK' => array(
125        '%d Kb',
126        '%d hit',
127        '%d hits',
128        'Connection settings',
129        'Login',
130        'Display',
131        'Filter',
132        'Links',
133        'N/A',
134        'Password',
135        'Quick connect',
136        'RSS feed',
137        'Reset',
138        'Tag',
139        'Tags',
140        'Webmaster',
141        'Administration',
142        'caddie',
143        'download',
144        'Logout',
145        'Powered by',
146        'Auto login',
147        'slideshow',
148        'SQL queries in',
149        'Thumbnails',
150        'Menu',
151        'IP: %s',
152        'Browser: %s',
153        'Email: %s',
154        'Admin: %s',
155        'Rank',
156        'cloud',
157        ),     
158  'pl_PL' => array(
159        '',
160        '',
161        ),
162  );
163?>
Note: See TracBrowser for help on using the repository browser.