Skip to content

Commit

Permalink
fix lang and translate
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jun 3, 2018
1 parent 0c76f81 commit de04069
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
7 changes: 3 additions & 4 deletions functions/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function ptibogxivtheme_theme_customize_register( $wp_customize ) {
$wp_customize,
'ptibogxivtheme_brand_style', array(
'label' => __( 'Home brand style', 'ptibogxivtheme' ),
'description' => __( "Style of brand home button in navbar", 'ptibogxivtheme' ),
'description' => __( "Choose between style of home button in navbar", 'ptibogxivtheme' ),
'section' => 'ptibogxivtheme_theme_layout_options',
'settings' => 'ptibogxivtheme_brand_style',
'type' => 'select',
Expand All @@ -173,9 +173,8 @@ function ptibogxivtheme_theme_customize_register( $wp_customize ) {
new WP_Customize_Control(
$wp_customize,
'ptibogxivtheme_sidebar_position', array(
'label' => __( 'Sidebar Positioning', 'understrap' ),
'description' => __( "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages.",
'understrap' ),
'label' => __( 'Sidebar Positioning', 'ptibogxivtheme' ),
'description' => __( "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages.", 'ptibogxivtheme' ),
'section' => 'ptibogxivtheme_theme_layout_options',
'settings' => 'ptibogxivtheme_sidebar_position',
'type' => 'select',
Expand Down
Binary file modified languages/fr_FR.mo
Binary file not shown.
28 changes: 14 additions & 14 deletions languages/fr_FR.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: ptibogxiv\n"
"POT-Creation-Date: 2018-06-03 20:05+0200\n"
"PO-Revision-Date: 2018-06-03 21:11+0200\n"
"POT-Creation-Date: 2018-06-03 21:40+0200\n"
"PO-Revision-Date: 2018-06-03 21:41+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr_FR\n"
Expand Down Expand Up @@ -243,48 +243,48 @@ msgid "Home brand style"
msgstr "Style du bouton d'acceuil"

#: functions/setup.php:151
msgid "Style of brand home button in navbar"
msgstr "Style du bouton d'accueil dans la barre"
msgid "Choose between style of home button in navbar"
msgstr "Choisissez un style pour le bouton d'accueil dans la barre"

#: functions/setup.php:157
#: functions/setup.php:156
msgid "Brand only"
msgstr "Marque seulement"

#: functions/setup.php:158
#: functions/setup.php:157
msgid "Logo only"
msgstr "Logo seulement"

#: functions/setup.php:159
#: functions/setup.php:158
msgid "Brand & logo"
msgstr "Marque et logo"

#: functions/setup.php:160
#: functions/setup.php:159
msgid "Generic Home"
msgstr "Maison générique"

#: functions/setup.php:177
#: functions/setup.php:176
msgid "Sidebar Positioning"
msgstr "Positionnement de la barre latérale"

#: functions/setup.php:178
#: functions/setup.php:177
msgid ""
"Set sidebar's default position. Can either be: right, left, both or none. "
"Note: this can be overridden on individual pages."
msgstr ""

#: functions/setup.php:184
#: functions/setup.php:182
msgid "Right sidebar"
msgstr "Barre latérale à droite"

#: functions/setup.php:185
#: functions/setup.php:183
msgid "Left sidebar"
msgstr "Barre latérale à gauche"

#: functions/setup.php:186
#: functions/setup.php:184
msgid "Left & Right sidebars"
msgstr "Barres latérales gauche et droite"

#: functions/setup.php:187
#: functions/setup.php:185
msgid "No sidebar"
msgstr "Pas de barre latérale"

Expand Down

0 comments on commit de04069

Please sign in to comment.