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

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

[trunk] update ES

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