Merge pull request #463 from Galixte/patch-2
Update for FRENCH translation for Board3 Portal extension
This commit is contained in:
@@ -33,7 +33,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// 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
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_BOTS' => 'Derniers robots',
|
||||
'LATEST_BOTS' => 'Dernières visites des robots',
|
||||
'LAST_VISITED_BOTS' => 'Dernières visites des robots',
|
||||
|
||||
// ACP
|
||||
|
||||
@@ -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
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_RANDOM_MEMBER' => 'Membre aléatoire',
|
||||
'RND_JOIN' => 'Inscrit',
|
||||
'RND_JOIN' => 'Enregistré le',
|
||||
'RND_POSTS' => 'Messages',
|
||||
'RND_OCC' => 'Métier',
|
||||
'RND_OCC' => 'Emploi',
|
||||
'RND_FROM' => 'Localisation',
|
||||
'RND_WWW' => 'Site Internet',
|
||||
));
|
||||
|
||||
@@ -33,8 +33,8 @@ if (empty($lang) || !is_array($lang))
|
||||
// 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
|
||||
$lang = array_merge($lang, array(
|
||||
'TOPPOSTERS' => 'Utilisateurs actifs',
|
||||
'TOPPOSTERS_CONFIG' => 'Paramètres des utilisateurs actifs',
|
||||
'TOPPOSTERS' => 'Utilisateurs les plus actifs',
|
||||
'TOPPOSTERS_CONFIG' => 'Paramètres des utilisateurs les plus actifs',
|
||||
|
||||
// ACP
|
||||
'NUM_TOPPOSTERS' => 'Nombre d’utilisateurs actifs',
|
||||
|
||||
Reference in New Issue
Block a user