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

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

[trunk] update de_DE thanks to el ninjo

File size: 1.9 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  'pl_PL' => array(
125        '',
126        '',
127        ),
128  );
129?>
Note: See TracBrowser for help on using the repository browser.