diff --git a/lang/html5up_de.php b/lang/html5up_de.php index 01f014c..35fc57d 100755 --- a/lang/html5up_de.php +++ b/lang/html5up_de.php @@ -45,6 +45,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'major_explications' => 'Der zweite hervorgehobene Artikel auf der Startseite, unter dem Superartikel. Sein Text wird auf der Startseite vollständig angezeigt.', // R + 'rechercher' => 'Suchen', 'reseaux_sociaux' => 'Soziale Netzwerke', 'reseaux_sociaux_activer' => 'Aktivieren sie das Plugin «Links zu sozialen Netzwerken» um diese Links anzuzeigen.', 'reseaux_sociaux_configurer' => 'Plugin konfigurieren: Links zu sozialen Netzwerken', diff --git a/lang/html5up_en.php b/lang/html5up_en.php index f3986ae..874a893 100644 --- a/lang/html5up_en.php +++ b/lang/html5up_en.php @@ -38,6 +38,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'major_explications' => 'It is the second article put forward on the homepage, under heroin. His text is readable completely on the welcome.', // R + 'rechercher' => 'Search', 'reseaux_sociaux' => 'Social networks', 'reseaux_sociaux_activer' => 'Activate the plugin "Links towards the social networks" to show such links.', 'reseaux_sociaux_configurer' => 'Configure the plugin: social Links', diff --git a/lang/html5up_fr.php b/lang/html5up_fr.php index 6ea3d2a..aa0d3ed 100644 --- a/lang/html5up_fr.php +++ b/lang/html5up_fr.php @@ -45,6 +45,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'major_explications' => 'C\'est le second article mis en avant sur la page d\'accueil, sous le héro. Son texte est lisible entièrement sur l\'accueil.', // R + 'rechercher' => 'Chercher', 'reseaux_sociaux' => 'Réseaux sociaux', 'reseaux_sociaux_activer' => 'Activer le plugin «Liens vers les réseaux sociaux» pour afficher de tels liens.', 'reseaux_sociaux_configurer' => 'Configurer le plugin : Liens sociaux', @@ -56,4 +57,4 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'theme_graphique_par_html5up' => 'Thème graphique par HTML5 UP', 'titre_page_configurer_html5up_editorial' => 'Configurer le squelette Editorial', 'titre_page_configurer_html5up_solid_state' => 'Configurer le squelette Solid State', -); \ No newline at end of file +);