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

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

[trunk] update FR

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