[i18n] Corrige quelques erreurs pour la traduction

master
Jérôme Lebleu 2017-12-08 15:01:49 +01:00
Parent 57596310fa
révision ba469c731b
5 fichiers modifiés avec 8 ajouts et 8 suppressions

Voir le fichier

@ -112,7 +112,7 @@ function bm_widgets_init() {
register_sidebar( array(
'name' => esc_html__( 'Sidebar', 'billy-montigny' ),
'id' => 'sidebar-1',
'description' => esc_html__( 'Add widgets here.', '<%= opts.projectSlug %>' ),
'description' => esc_html__( 'Add widgets here.', 'billy-montigny' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',

Voir le fichier

@ -4,14 +4,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Billy-Montigny 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
"POT-Creation-Date: 2017-12-07 20:41:37+00:00\n"
"POT-Creation-Date: 2017-12-08 13:51:58+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n1.0.0\n"
"X-Generator: grunt-wp-i18n1.0.1\n"
#: 404.php:16
msgid "Oops! That page can&rsquo;t be found."
@ -153,7 +153,7 @@ msgstr ""
#: searchform.php:16
msgctxt "placeholder"
msgid "Search&hellip;"
msgid "Search &hellip;"
msgstr ""
#: searchform.php:21

Fichier binaire non affiché.

Voir le fichier

@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Billy-Montigny 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
"POT-Creation-Date: 2017-12-07 20:41:37+00:00\n"
"PO-Revision-Date: 2017-06-22 22:02+0200\n"
"POT-Creation-Date: 2017-12-08 13:51:58+00:00\n"
"PO-Revision-Date: 2017-12-08 13:51:58+00:00\n"
"Last-Translator: Jérôme Lebleu <jerome.lebleu@cliss21.org>\n"
"Language-Team: French\n"
"Language: fr\n"
@ -162,7 +162,7 @@ msgstr "Rechercher :"
#: searchform.php:16
msgctxt "placeholder"
msgid "Search&hellip;"
msgid "Search &hellip;"
msgstr "Recherche&hellip;"
#: searchform.php:21

Voir le fichier

@ -13,7 +13,7 @@
<div class="input-group">
<span class="screen-reader-text"><?php _ex( 'Search for:', 'label' ); ?></span>
<input type="search" class="search-field input-group-field"
placeholder="<?php echo esc_attr_x( 'Search&hellip;', 'placeholder' ); ?>"
placeholder="<?php echo esc_attr_x( 'Search &hellip;', 'placeholder' ); ?>"
value="<?php echo get_search_query(); ?>" name="s" />
<div class="input-group-button">
<button class="search-submit button" type="submit">