Files
Piwigo/tools/translation_validated.inc.php
ddtddt 3dca6d80e9 [trunk] update ja_JP thanks to irohaproject
git-svn-id: http://piwigo.org/svn/trunk@5344 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-25 12:30:24 +00:00

92 lines
1.4 KiB
PHP

<?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',
),
'ja_JP' => array(
'About',
'Since',
'Powered by',
'IP: %s',
'IP',
'Sent by',
'%d Kb',
'',
),
'pl_PL' => array(
'',
'',
),
);
?>