[trunk] update FR
git-svn-id: http://piwigo.org/svn/trunk@5590 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
7cbbe9203a
commit
31ae641387
3 changed files with 165 additions and 111 deletions
|
|
@ -765,4 +765,5 @@ $lang['Virtual Links'] = 'Liens virtuels';
|
||||||
$lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue disponible.';
|
$lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue disponible.';
|
||||||
$lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.';
|
$lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.';
|
||||||
$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
|
$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
|
||||||
?>
|
$lang['delete'] = 'effacer';
|
||||||
|
?>
|
||||||
|
|
@ -72,4 +72,4 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
|
||||||
$lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.';
|
$lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.';
|
||||||
$lang['Download the config file'] = 'Télécharger le fichier de configuration';
|
$lang['Download the config file'] = 'Télécharger le fichier de configuration';
|
||||||
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.';
|
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.';
|
||||||
?>
|
?>
|
||||||
|
|
@ -1,5 +1,127 @@
|
||||||
<?php
|
<?php
|
||||||
$validated_keys = array(
|
$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(
|
'fr_FR' => array(
|
||||||
'Dimensions',
|
'Dimensions',
|
||||||
'Identification',
|
'Identification',
|
||||||
|
|
@ -73,36 +195,22 @@ $validated_keys = array(
|
||||||
'pixels',
|
'pixels',
|
||||||
'Piwigo Uploader',
|
'Piwigo Uploader',
|
||||||
'localhost, sql.multimania.com, toto.freesurf.fr',
|
'localhost, sql.multimania.com, toto.freesurf.fr',
|
||||||
'',
|
'Email',
|
||||||
'',
|
'',
|
||||||
),
|
),
|
||||||
'es_ES' => array(
|
|
||||||
'Tag',
|
'hr_HR' => array(
|
||||||
'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',
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'hu_HU' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
|
'it_IT' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
'ja_JP' => array(
|
'ja_JP' => array(
|
||||||
'About',
|
'About',
|
||||||
'Since',
|
'Since',
|
||||||
|
|
@ -113,86 +221,7 @@ $validated_keys = array(
|
||||||
'%d Kb',
|
'%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(
|
'nl_NL' => array(
|
||||||
'%d Kb',
|
'%d Kb',
|
||||||
'Filter',
|
'Filter',
|
||||||
|
|
@ -251,15 +280,30 @@ $validated_keys = array(
|
||||||
'Piwigo Uploader',
|
'Piwigo Uploader',
|
||||||
'Download,',
|
'Download,',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'pl_PL' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
|
'pt_BR' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
|
'pt_PT' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
|
'ru_RU' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
'sr_RS' => array(
|
'sr_RS' => array(
|
||||||
'%d Kb',
|
'%d Kb',
|
||||||
'Filter',
|
'Filter',
|
||||||
'Webmaster',
|
'Webmaster',
|
||||||
'IP: %s',
|
'IP: %s',
|
||||||
),
|
),
|
||||||
'pl_PL' => array(
|
|
||||||
'',
|
|
||||||
),
|
|
||||||
'tr_TR' => array(
|
'tr_TR' => array(
|
||||||
'%d hit',
|
'%d hit',
|
||||||
'N/A',
|
'N/A',
|
||||||
|
|
@ -267,5 +311,14 @@ $validated_keys = array(
|
||||||
'IP: %s',
|
'IP: %s',
|
||||||
'',
|
'',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'vi_VN' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
|
'zh_CN' => array(
|
||||||
|
'',
|
||||||
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue