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

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

[trunk] update nl_NL thanks to Kees Hessels

File size: 3.1 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        'Download,',
124        'Piwigo Uploader',
125        '[Simulation]',
126        ),
127  'da_DK' => array(
128        '%d Kb',
129        '%d hit',
130        '%d hits',
131        'Connection settings',
132        'Login',
133        'Display',
134        'Filter',
135        'Links',
136        'N/A',
137        'Password',
138        'Quick connect',
139        'RSS feed',
140        'Reset',
141        'Tag',
142        'Tags',
143        'Webmaster',
144        'Administration',
145        'caddie',
146        'download',
147        'Logout',
148        'Powered by',
149        'Auto login',
150        'slideshow',
151        'SQL queries in',
152        'Thumbnails',
153        'Menu',
154        'IP: %s',
155        'Browser: %s',
156        'Email: %s',
157        'Admin: %s',
158        'Rank',
159        'cloud',
160        ),     
161  'nl_NL' => array(
162        '%d Kb',
163        'Filter',
164        'Help',
165        'Links',
166        'RSS feed',
167        'Reset',
168        'Tag',
169        'Tags',
170        'Week %d',
171        'download',
172        'Powered by',
173        'Auto login',
174        'Contact',
175        'SQL queries in',
176        'Menu',
177        'IP: %s',
178        'Browser: %s',
179        'Email: %s',
180        'Piwigo Help',
181        '%d tag',
182        '%d tags',
183        'Batch management',
184        'Database',
185        'Permalink',
186        'Permalinks',
187        'Plugins',
188        'Representant',
189        'Site manager',
190        'Status',
191        '',
192        'email',
193        'Parameter',
194        'Parameters',
195        'Remote site',
196        'test',
197        'Remote',
198        'unit mode',
199        'Upload',
200        'IP',
201        'Level 8',
202        'Demo',
203        'Hits',
204        'Downloads',
205        'localhost, sql.multimania.com, toto.freesurf.fr',
206        'Upgrade',
207        'SQL queries',
208        'letters',
209        'This author removed the comment with id %d',
210        'Database type',
211        'Sorry!',
212        'Hope to see you back soon.',
213        '',
214        '',
215        ),
216        'pl_PL' => array(
217        '',
218        '',
219        ),
220  );
221?>
Note: See TracBrowser for help on using the repository browser.