[trunk] update FR

git-svn-id: http://piwigo.org/svn/trunk@5590 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2010-04-03 12:40:41 +00:00
commit 31ae641387
3 changed files with 165 additions and 111 deletions

View file

@ -1,5 +1,127 @@
<?php
$validated_keys = array(
'ar_SA' => array(
'',
),
'cs_CZ' => array(
'',
),
'da_DK' => array(
'%d Kb',
'%d hit',
'%d hits',
'Connection settings',
'Login',
'Display',
'Filter',
'Links',
'N/A',
'Password',
'Quick connect',
'RSS feed',
'Reset',
'Tag',
'Tags',
'Webmaster',
'Administration',
'caddie',
'download',
'Logout',
'Powered by',
'Auto login',
'slideshow',
'SQL queries in',
'Thumbnails',
'Menu',
'IP: %s',
'Browser: %s',
'Email: %s',
'Admin: %s',
'Rank',
'cloud',
'Pause of slideshow',
'Database type',
'Installation',
'Webmaster login',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Webmaster password',
),
'de_DE' => array(
'%d Kb',
'Filter',
'Links',
'Tag',
'Tags',
'Webmaster',
'Administration',
'Thumbnails',
'IP: %s',
'Browser: %s',
'Name',
'Permalink',
'Permalinks',
'Plugins',
'Position',
'Status',
'Version',
'',
'High definition',
'Parameter',
'private',
'Thumbnail',
'Simulation',
'Upload',
'user_status_admin',
'user_status_webmaster',
'IP',
'Privacy level',
'Demo',
'Support',
'Bugs',
'Downloads',
'Installation',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Upgrade',
'Download,',
'Piwigo Uploader',
'[Simulation]',
),
'es_AR' => array(
'',
),
'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',
'',
'General',
'Local',
'Demo',
'Bugs',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Piwigo Uploader',
),
'fr_FR' => array(
'Dimensions',
'Identification',
@ -73,36 +195,22 @@ $validated_keys = array(
'pixels',
'Piwigo Uploader',
'localhost, sql.multimania.com, toto.freesurf.fr',
'',
'Email',
'',
),
'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',
'hr_HR' => array(
'',
'General',
'Local',
'Demo',
'Bugs',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Piwigo Uploader',
),
'hu_HU' => array(
'',
),
'it_IT' => array(
'',
),
'ja_JP' => array(
'About',
'Since',
@ -113,86 +221,7 @@ $validated_keys = array(
'%d Kb',
'',
),
'de_DE' => array(
'%d Kb',
'Filter',
'Links',
'Tag',
'Tags',
'Webmaster',
'Administration',
'Thumbnails',
'IP: %s',
'Browser: %s',
'Name',
'Permalink',
'Permalinks',
'Plugins',
'Position',
'Status',
'Version',
'',
'High definition',
'Parameter',
'private',
'Thumbnail',
'Simulation',
'Upload',
'user_status_admin',
'user_status_webmaster',
'IP',
'Privacy level',
'Demo',
'Support',
'Bugs',
'Downloads',
'Installation',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Upgrade',
'Download,',
'Piwigo Uploader',
'[Simulation]',
),
'da_DK' => array(
'%d Kb',
'%d hit',
'%d hits',
'Connection settings',
'Login',
'Display',
'Filter',
'Links',
'N/A',
'Password',
'Quick connect',
'RSS feed',
'Reset',
'Tag',
'Tags',
'Webmaster',
'Administration',
'caddie',
'download',
'Logout',
'Powered by',
'Auto login',
'slideshow',
'SQL queries in',
'Thumbnails',
'Menu',
'IP: %s',
'Browser: %s',
'Email: %s',
'Admin: %s',
'Rank',
'cloud',
'Pause of slideshow',
'Database type',
'Installation',
'Webmaster login',
'localhost, sql.multimania.com, toto.freesurf.fr',
'Webmaster password',
),
'nl_NL' => array(
'%d Kb',
'Filter',
@ -251,15 +280,30 @@ $validated_keys = array(
'Piwigo Uploader',
'Download,',
),
'pl_PL' => array(
'',
),
'pt_BR' => array(
'',
),
'pt_PT' => array(
'',
),
'ru_RU' => array(
'',
),
'sr_RS' => array(
'%d Kb',
'Filter',
'Webmaster',
'IP: %s',
),
'pl_PL' => array(
'',
),
'tr_TR' => array(
'%d hit',
'N/A',
@ -267,5 +311,14 @@ $validated_keys = array(
'IP: %s',
'',
),
'vi_VN' => array(
'',
),
'zh_CN' => array(
'',
),
);
?>