aboutsummaryrefslogtreecommitdiffstats
path: root/tools/translation_validated.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-23 23:30:37 +0000
committerplegall <plg@piwigo.org>2010-03-23 23:30:37 +0000
commit4a6748bd70ae669d5617b128a71152a4fce16b74 (patch)
tree42ddfdb1beede0e1139f0bf9d13e100ce82a657f /tools/translation_validated.inc.php
parentae880eeabe4d53de6211939d7d92710e512cc863 (diff)
backport translation_analysis.php from branch 2.0 to trunk (precious help to
know what's missing in a specific language) git-svn-id: http://piwigo.org/svn/trunk@5301 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--tools/translation_validated.inc.php121
1 files changed, 121 insertions, 0 deletions
diff --git a/tools/translation_validated.inc.php b/tools/translation_validated.inc.php
new file mode 100644
index 000000000..902d6d384
--- /dev/null
+++ b/tools/translation_validated.inc.php
@@ -0,0 +1,121 @@
+<?php
+$validated_keys = array(
+ 'fr_FR' => array(
+ 'Dimensions',
+ 'Identification',
+ 'Notification',
+ 'Tag',
+ 'Tags',
+ 'admin',
+ 'identification',
+ 'redirect_msg',
+ 'search_date_from',
+ 'title_menu',
+ 'IP: %s',
+ 'Email: %s',
+ '%d element',
+ '%d elements',
+ '%d association',
+ '%d associations',
+ '%d tag',
+ '%d tags',
+ 'Actions',
+ 'Description',
+ 'Informations',
+ 'Maintenance',
+ 'Options',
+ 'Plugins',
+ 'Position',
+ 'Validation',
+ 'Version',
+ 'config',
+ 'Date',
+ 'instructions',
+ 'is_high_disabled',
+ 'nbm_content_goto_2',
+ 'nbm_content_hello_2',
+ 'nbm_item_notification',
+ 'nbm_send_options',
+ 'permissions',
+ 'public',
+ 'site_local',
+ 'update_simulation_title',
+ 'IP',
+ 'image',
+ 'section',
+ 'tags',
+ 'high',
+ 'c13y_Correction',
+ 'Level 1',
+ 'Level 8',
+ 'FORUM',
+ 'EXTENSIONS',
+ 'WIKI / DOC',
+ 'Installation',
+ 'step1_host_info',
+ ),
+ 'es_ES' => array(
+ 'Tag',
+ 'Tags',
+ 'IP: %s',
+ 'Email: %s',
+ 'No',
+ '%d tag',
+ '%d tags',
+ 'Plugins',
+ 'is_high_disabled',
+ 'nbm_content_goto_2',
+ 'nbm_content_hello_2',
+ 'site_local',
+ 'update_simulation_title',
+ 'IP',
+ 'Level 8',
+ 'DEMO',
+ 'BUGS',
+ 'step1_host_info',
+ ),
+ 'da_DK' => array(
+ 'Installation',
+ 'install_webmaster',
+ 'step1_host',
+ 'step1_host_info',
+ 'step1_pass',
+ 'step2_pwd',
+ '%d Kb',
+ '%d hit',
+ '%d hits',
+ 'Connection settings',
+ 'Connection',
+ 'Display',
+ 'Filter',
+ 'Links',
+ 'N/A',
+ 'Password',
+ 'Quick connect',
+ 'RSS feed',
+ 'Reset',
+ 'Tag',
+ 'Tags',
+ 'Webmaster',
+ 'author(s) : %s',
+ 'admin',
+ 'caddie',
+ 'download',
+ 'logout',
+ 'powered_by',
+ 'remember_me',
+ 'slideshow',
+ 'sql_queries_in',
+ 'thumbnails',
+ 'title_menu',
+ 'upload_author',
+ 'IP: %s',
+ 'Browser: %s',
+ 'Author: %s',
+ 'Email: %s',
+ 'Admin: %s',
+ 'Rank',
+ 'cloud',
+ ),
+ );
+?> \ No newline at end of file