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

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

[trunk] update sr_RS thanks to Darko

File size: 3.4 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        'General',
78        'Local',
79        'Demo',
80        'Bugs',
81        'localhost, sql.multimania.com, toto.freesurf.fr',
82        'Piwigo Uploader',
83        ),
84  'ja_JP' => array(
85        'About',
86        'Since',
87        'Powered by',
88        'IP: %s',
89        'IP',
90        'Sent by',
91        '%d Kb',
92        '',
93        ),
94  'de_DE' => array(
95        '%d Kb',
96        'Filter',
97        'Links',
98        'Tag',
99        'Tags',
100        'Webmaster',
101        'Administration',
102        'Thumbnails',
103        'IP: %s',
104        'Browser: %s',
105        'Name',
106        'Permalink',
107        'Permalinks',
108        'Plugins',
109        'Position',
110        'Status',
111        'Version',
112        '',
113        'High definition',
114        'Parameter',
115        'private',
116        'Thumbnail',
117        'Simulation',
118        'Upload',
119        'user_status_admin',
120        'user_status_webmaster',
121        'IP',
122        'Privacy level',
123        'Demo',
124        'Support',
125        'Bugs',
126        'Downloads',
127        'Installation',
128        'localhost, sql.multimania.com, toto.freesurf.fr',
129        'Upgrade',
130        'Download,',
131        'Piwigo Uploader',
132        '[Simulation]',
133        ),
134  'da_DK' => array(
135        '%d Kb',
136        '%d hit',
137        '%d hits',
138        'Connection settings',
139        'Login',
140        'Display',
141        'Filter',
142        'Links',
143        'N/A',
144        'Password',
145        'Quick connect',
146        'RSS feed',
147        'Reset',
148        'Tag',
149        'Tags',
150        'Webmaster',
151        'Administration',
152        'caddie',
153        'download',
154        'Logout',
155        'Powered by',
156        'Auto login',
157        'slideshow',
158        'SQL queries in',
159        'Thumbnails',
160        'Menu',
161        'IP: %s',
162        'Browser: %s',
163        'Email: %s',
164        'Admin: %s',
165        'Rank',
166        'cloud',
167        ),     
168  'nl_NL' => array(
169        '%d Kb',
170        'Filter',
171        'Help',
172        'Links',
173        'RSS feed',
174        'Reset',
175        'Tag',
176        'Tags',
177        'Week %d',
178        'download',
179        'Powered by',
180        'Auto login',
181        'Contact',
182        'SQL queries in',
183        'Menu',
184        'IP: %s',
185        'Browser: %s',
186        'Email: %s',
187        'Piwigo Help',
188        '%d tag',
189        '%d tags',
190        'Batch management',
191        'Database',
192        'Permalink',
193        'Permalinks',
194        'Plugins',
195        'Representant',
196        'Site manager',
197        'Status',
198        '',
199        'email',
200        'Parameter',
201        'Parameters',
202        'Remote site',
203        'test',
204        'Remote',
205        'unit mode',
206        'Upload',
207        'IP',
208        'Level 8',
209        'Demo',
210        'Hits',
211        'Downloads',
212        'localhost, sql.multimania.com, toto.freesurf.fr',
213        'Upgrade',
214        'SQL queries',
215        'letters',
216        'This author removed the comment with id %d',
217        'Database type',
218        'Sorry!',
219        'Hope to see you back soon.',
220        'Hit',
221        'pixels',
222        'Download',
223        'Piwigo Uploader',
224        'Download,',
225        ),
226        'sr_RS' => array(
227        '%d Kb',
228        'Filter',
229        'Webmaster',
230        'IP: %s',
231        ),
232        'pl_PL' => array(
233        '',
234        '',
235        ),
236  );
237?>
Note: See TracBrowser for help on using the repository browser.