Merge pull request #463 from Galixte/patch-2

Update for FRENCH translation for Board3 Portal extension
This commit is contained in:
Marc Alexander
2015-02-08 11:26:48 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ if (empty($lang) || !is_array($lang))
// equally where a string contains only two placeholders which are used to wrap text // equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
'LATEST_BOTS' => 'Derniers robots', 'LATEST_BOTS' => 'Dernières visites des robots',
'LAST_VISITED_BOTS' => 'Dernières visites des robots', 'LAST_VISITED_BOTS' => 'Dernières visites des robots',
// ACP // ACP

View File

@@ -34,9 +34,9 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
'PORTAL_RANDOM_MEMBER' => 'Membre aléatoire', 'PORTAL_RANDOM_MEMBER' => 'Membre aléatoire',
'RND_JOIN' => 'Inscrit', 'RND_JOIN' => 'Enregistré le',
'RND_POSTS' => 'Messages', 'RND_POSTS' => 'Messages',
'RND_OCC' => 'Métier', 'RND_OCC' => 'Emploi',
'RND_FROM' => 'Localisation', 'RND_FROM' => 'Localisation',
'RND_WWW' => 'Site Internet', 'RND_WWW' => 'Site Internet',
)); ));

View File

@@ -33,8 +33,8 @@ if (empty($lang) || !is_array($lang))
// equally where a string contains only two placeholders which are used to wrap text // equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
'TOPPOSTERS' => 'Utilisateurs actifs', 'TOPPOSTERS' => 'Utilisateurs les plus actifs',
'TOPPOSTERS_CONFIG' => 'Paramètres des utilisateurs actifs', 'TOPPOSTERS_CONFIG' => 'Paramètres des utilisateurs les plus actifs',
// ACP // ACP
'NUM_TOPPOSTERS' => 'Nombre dutilisateurs actifs', 'NUM_TOPPOSTERS' => 'Nombre dutilisateurs actifs',