From 85b76768420436c6b775e762417c7d623503630e Mon Sep 17 00:00:00 2001 From: Matthieu Faure Date: Mon, 9 Sep 2013 08:15:44 +0200 Subject: [PATCH 1/5] I18N Made translatable strings that were forgotten --- functions.php | 12 +-- lang/bootstrapwp.pot | 192 +++++++++++++++++++++++++------------------ 2 files changed, 116 insertions(+), 88 deletions(-) diff --git a/functions.php b/functions.php index 44fa0afe4c53..b0a9b1b4f775 100755 --- a/functions.php +++ b/functions.php @@ -388,7 +388,7 @@ function bootstrapwp_wp_title($title, $sep) */ function bootstrapwp_breadcrumbs() { - $home = 'Home'; // text for the 'Home' link + $home = __('Home', 'bootstrapwp'); // text for the 'Home' link $before = '
  • '; // tag before the current crumb $sep = '/'; $after = '
  • '; // tag after the current crumb @@ -409,7 +409,7 @@ function bootstrapwp_breadcrumbs() if ($thisCat->parent != 0) { echo get_category_parents($parentCat, true, $sep); } - echo $before . 'Archive by category "' . single_cat_title('', false) . '"' . $after; + echo $before . __('Archive by category', 'bootstrapwp') . ' "' . single_cat_title('', false) . '"' . $after; } elseif (is_day()) { echo '
  • ' . get_the_time( 'Y' @@ -468,15 +468,15 @@ function bootstrapwp_breadcrumbs() } echo $before . get_the_title() . $after; } elseif (is_search()) { - echo $before . 'Search results for "' . get_search_query() . '"' . $after; + echo $before . __('Search results for', 'bootstrapwp') . ' "'. get_search_query() . '"' . $after; } elseif (is_tag()) { - echo $before . 'Posts tagged "' . single_tag_title('', false) . '"' . $after; + echo $before . __('Posts tagged', 'bootstrapwp') . ' "' . single_tag_title('', false) . '"' . $after; } elseif (is_author()) { global $author; $userdata = get_userdata($author); - echo $before . 'Articles posted by ' . $userdata->display_name . $after; + echo $before . __('Articles posted by', 'bootstrapwp') . ' ' . $userdata->display_name . $after; } elseif (is_404()) { - echo $before . 'Error 404' . $after; + echo $before . __('Error 404', 'bootstrapwp') . $after; } // if (get_query_var('paged')) { // if (is_category() || is_day() || is_month() || is_year() || is_search() || is_tag() || is_author() diff --git a/lang/bootstrapwp.pot b/lang/bootstrapwp.pot index 053fecf6eb5b..a46c6c58af27 100644 --- a/lang/bootstrapwp.pot +++ b/lang/bootstrapwp.pot @@ -1,210 +1,238 @@ -# Copyright (C) 2012 -# This file is distributed under the same license as the package. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://osclass.org/\n" -"POT-Creation-Date: 2012-10-29 14:56:42+00:00\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-06 10:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2012-10-29 11:56+-0300\n" -"Last-Translator: Translations \n" -"Language-Team: Translations \n" -#: bootstrapwp/404.php:23 +#: 404.php:22 msgid "This is Embarrassing" msgstr "" -#: bootstrapwp/404.php:24 +#: 404.php:26 msgid "" "It seems we can’t find what you’re looking for. Perhaps " "searching, or one of the links below, can help." msgstr "" -#: bootstrapwp/404.php:44 +#: 404.php:43 msgid "Most Used Categories" msgstr "" -#: bootstrapwp/archive.php:26 +#: archive.php:29 +#, php-format msgid "Daily Archives: %s" msgstr "" -#: bootstrapwp/archive.php:28 +#: archive.php:32 +#, php-format msgid "Monthly Archives: %s" msgstr "" -#: bootstrapwp/archive.php:30 +#: archive.php:33 +msgid "F Y" +msgstr "" + +#: archive.php:37 +#, php-format msgid "Yearly Archives: %s" msgstr "" -#: bootstrapwp/archive.php:32 +#: archive.php:38 +msgid "Y" +msgstr "" + +#: archive.php:41 +#, php-format msgid "Tag Archives: %s" msgstr "" -#: bootstrapwp/archive.php:38 +#: archive.php:52 +#, php-format msgid "Category Archives: %s" msgstr "" -#: bootstrapwp/archive.php:44 +#: archive.php:64 msgid "Blog Archives" msgstr "" -#: bootstrapwp/author.php:30 +#: author.php:27 +#, php-format msgid "Author Archives: %s" msgstr "" -#: bootstrapwp/comments.php:19 -msgid "" -"This post is password protected. Enter the password to view any comments." +#: comments.php:27 +msgid "← Older Comments" msgstr "" -#: bootstrapwp/comments.php:35 -msgid "One thought on “%2$s”" -msgid_plural "%1$s thoughts on “%2$s”" -msgstr[0] "" -msgstr[1] "" - -#: bootstrapwp/comments.php:59 -msgid "Comments are closed." +#: comments.php:30 +msgid "Newer Comments →" msgstr "" -#: bootstrapwp/footer.php:15 -msgid "Back to top" +#. check for comment navigation +#: comments.php:36 +msgid "Comments are closed." msgstr "" -#: bootstrapwp/functions.php:45 +#: functions.php:32 msgid "Main Menu" msgstr "" -#: bootstrapwp/functions.php:99 +#: functions.php:93 msgid "Page Sidebar" msgstr "" -#: bootstrapwp/functions.php:108 +#: functions.php:104 msgid "Posts Sidebar" msgstr "" -#: bootstrapwp/functions.php:117 +#: functions.php:115 msgid "Home Left" msgstr "" -#: bootstrapwp/functions.php:119 +#: functions.php:117 msgid "Left textbox on homepage" msgstr "" -#: bootstrapwp/functions.php:127 +#: functions.php:127 msgid "Home Middle" msgstr "" -#: bootstrapwp/functions.php:129 +#: functions.php:129 msgid "Middle textbox on homepage" msgstr "" -#: bootstrapwp/functions.php:137 +#: functions.php:139 msgid "Home Right" msgstr "" -#: bootstrapwp/functions.php:139 +#: functions.php:141 msgid "Right textbox on homepage" msgstr "" -#: bootstrapwp/functions.php:147 +#: functions.php:151 msgid "Footer Content" msgstr "" -#: bootstrapwp/functions.php:149 +#: functions.php:153 msgid "Footer text or acknowledgements" msgstr "" -#: bootstrapwp/functions.php:181 -msgid "...Continue Reading" +#: functions.php:177 +msgid "Post navigation" msgstr "" -#: bootstrapwp/functions.php:204 +#: functions.php:179 msgid " Older posts" msgstr "" -#: bootstrapwp/functions.php:208 +#: functions.php:182 msgid "Newer posts " msgstr "" -#: bootstrapwp/functions.php:236 +#: functions.php:205 msgid "Pingback:" msgstr "" -#: bootstrapwp/functions.php:236 functions.php:259 -msgid "(Edit)" -msgstr "" - -#: bootstrapwp/functions.php:246 -msgid "%s says:" +#: functions.php:225 +msgid "Post author" msgstr "" -#: bootstrapwp/functions.php:249 +#: functions.php:232 msgid "Your comment is awaiting moderation." msgstr "" -#. translators: 1: date, 2: time -#: bootstrapwp/functions.php:257 +#: functions.php:243 +#, php-format msgid "%1$s at %2$s" msgstr "" -#: bootstrapwp/functions.php:285 +#: functions.php:251 +msgid "Reply " +msgstr "" + +#: functions.php:273 +#, php-format msgid "" -"Posted on by %7$s" +"Posted on by %7$s" msgstr "" -#: bootstrapwp/functions.php:291 +#: functions.php:279 +#, php-format msgid "View all posts by %s" msgstr "" -#: bootstrapwp/functions.php:418 +#: functions.php:379 +#, php-format +msgid "Page %s" +msgstr "" + +#: functions.php:391 +#, php-format msgid "Home" msgstr "" -#: bootstrapwp/functions.php:437 -msgid "Archive by category " +#: functions.php:412 +#, php-format +msgid "Archive by category" msgstr "" -#: bootstrapwp/functions.php:490 +#: functions.php:471 +#, php-format msgid "Search results for" msgstr "" -#: bootstrapwp/functions.php:493 +#: functions.php:473 +#, php-format msgid "Posts tagged" msgstr "" -#: bootstrapwp/functions.php:498 -msgid "Articles posted by " +#: functions.php:477 +#, php-format +msgid "Articles posted by" msgstr "" -#: bootstrapwp/functions.php:506 -msgid "Page" +#: functions.php:479 +#, php-format +msgid "Error 404" msgstr "" -#: bootstrapwp/header.php:33 -msgid "Page %s" +#: page.php:28 +msgid "Pages:" +msgstr "" + +#: page.php:29 +msgid "Edit" msgstr "" -#: bootstrapwp/search.php:20 +#: search.php:22 +#, php-format msgid "Search Results for: %s" msgstr "" -#: bootstrapwp/search.php:35 +#. Post thumbnail conditional display. +#: search.php:58 msgid "No Results Found" msgstr "" -#: bootstrapwp/search.php:36 +#: search.php:62 msgid "" "It seems we can’t find what you’re looking for. Perhaps you " "should try again with a different search term." msgstr "" - -#. Description of the plugin/theme -msgid "Default Index template to display loop of blog posts" -msgstr "" From 55d3824f95cb50138fbf9ad0ff09a72cb0d3fb6b Mon Sep 17 00:00:00 2001 From: Matthieu Faure Date: Mon, 9 Sep 2013 18:39:54 +0200 Subject: [PATCH 2/5] I18N added french (fr_FR) translation --- lang/fr_FR.mo | Bin 0 -> 4540 bytes lang/fr_FR.po | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 229 insertions(+) create mode 100644 lang/fr_FR.mo create mode 100644 lang/fr_FR.po diff --git a/lang/fr_FR.mo b/lang/fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..d21f2acab23d23a36a758271227330ab0b10e1b4 GIT binary patch literal 4540 zcmd6qPi!1l9mgM}{Bxl|2qZ0q{8-`*C7Ja)Nz-KQtYW*48_7}zJ` zZQpxiXCrYaToF~J!WnTu6eJEDID;Z?RW2ZL1A*X%gg^+X2PD3~`LlnFEjS>-$h)7N zH}B8y|8M-8D4?v#(Q}6`%HpugS2jWls4PPGs-vOThkG)5T)8KKCpI-p^`E%go;0ibgZh;Q` z61WGx4W0tm-doQ93iuT6`yikDTE*{xEYFWXmjCDAN5H>=?*otFi}idQ#E>`z^7*Gh zKK~i;!{D>v3D{^IWIbPgf4Ob|K8gFh;_KiiaQ_y_djAaM^L`1kTz{ze4#;+V0*9Re z8{h`^-vD{t>rk4&?}1mrhamguAK)j!ry$&?!OI};e+N7Z_QB7B-vW8wPe2?c9)VaY zehsp|zXy5#pFyZ3PGXSdIbHE$#SQQq82>W(HSo9KMewUI0{ia`FaW;`ehPd9ejfZ2 z_zZXwldgj+Aj|c2kk9)*$bSDZ2v>?nAnWm~ihl%I{=b7y!!F0+gwNo90h4(A3n1^8 zf-KJ);5qOYU<3RMI1irqXc;FRkk{P?*^UO}*#9Po?Tgss`R~SuFPNp!k8O042XL`{ zpnjn*%g%m-nll&Mfa8rXh)~GPzdy%cxcF?oSQd^OzToo0Hyk(97u%0@A$&LnSzeCO z7Cx*i$3Od)FShwHeAp&@L9HS_&KGxOOtGDt_;4I@t{lABFJgZ2j3eo3{=yk2nu)Y_ ziC#=1WogZ%smi<)%Wfz$3KQwvwMMGE3^KXb=$4b07x-znS~D~b3s!76(0ht{BMPNg zv9TkJc^xLo5l>MOo{5#*4~(U1w(HQm6RU}d$0K5`T0I^q=G20bvKXDzA~oGR{WwNElhin@bj8gU4`ghLL-;!7sC6qYrQcai&2d(PF=pc)nd&=T9$ zyrM!M+>C;|$~pu^hgMNnoVRlL#qBw0Y^)EqT&$yDHIH4eYdSQy{o-!0W>v9C@I0K{ zp$qNBi$VKp(7sHI?arku=h_$AZA=Vy)Sl*z51F^vS-g6#y@+|6()nQ5%FHFwvx&B( z_XDkRx*>DandP+4yzXTtXL zKs&((|)e(I!zf{xu=$9dQas6so`oGCOI6Dg<56*VH;Z2Num&sGb`(UG?ehL^i3th z+^Z$@C9TAyG3C8P*Uzv6szcqHC_*tli$qYlZDu_;Tq*)?@;Ij+8rNk0VJA&3+=Om3 ziaHpUV5oF_{_I|_AULPiH`hxIxVu55qP=ZvlqSeol;qM;d2v5APN@18{msIn+~ved z80JbRHR%C&pIGMM0EQ`_m17}St^;F{HQFn2GeMt7dx@e~b48hf%j!NTM<#OwD`%ub z%^ffIK~sg=hD+EEIhk8LeGu&ND&?FUq4XmrLP{hgg&63J=!ZGw8I*Boi3kM>bs&ef zsml0qXo-i&fbDaQBETXHr9+=H`5v|pOF@exs{ha$pOYLrOOI5sSxx2Pe8*A>`du zbfA~kVN`@TtXAhz?scMF{nUxIvfh>1RwfP1S_T(OfOS>>ok^^jIc~NYO}!w_^y8I0 zgb&9nxijPKsBlVs;+O1Nl7jyWfpLY|MzoeE9|TaQ`z)Fnx=UBKCAFv7+19`lc=3{ wjke^ua7~33i-gn12`aPfU-I*=;mn?@|EPSPP$SX9Ip=r}ymX+vl&_ut1WqdRz5oCK literal 0 HcmV?d00001 diff --git a/lang/fr_FR.po b/lang/fr_FR.po new file mode 100644 index 000000000000..b3b2a7c1ac63 --- /dev/null +++ b/lang/fr_FR.po @@ -0,0 +1,229 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: BootstrapWP\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-06 10:48+0200\n" +"PO-Revision-Date: 2013-09-06 11:19+0100\n" +"Last-Translator: Matthieu Faure \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: 404.php:22 +msgid "This is Embarrassing" +msgstr "Hmmm, c'est gênant" + +#: 404.php:26 +msgid "It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help." +msgstr "Il semble que nous n’ayons rien ici. Peut-être pourriez-vous essayer avec la recherche ou un des liens ci-après." + +#: 404.php:43 +msgid "Most Used Categories" +msgstr "Catégories les plus utilisés" + +#: archive.php:29 +#, php-format +msgid "Daily Archives: %s" +msgstr "Archives par jour : %s" + +#: archive.php:32 +#, php-format +msgid "Monthly Archives: %s" +msgstr "Archives mensuelles : %s" + +#: archive.php:33 +msgid "F Y" +msgstr "" + +#: archive.php:37 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Archives annuelles : %s" + +#: archive.php:38 +msgid "Y" +msgstr "" + +#: archive.php:41 +#, php-format +msgid "Tag Archives: %s" +msgstr "Archives par mot-clé : %s" + +#: archive.php:52 +#, php-format +msgid "Category Archives: %s" +msgstr "Archives par catégorie : %s" + +#: archive.php:64 +msgid "Blog Archives" +msgstr "Archives du blog" + +#: author.php:27 +#, php-format +msgid "Author Archives: %s" +msgstr "Archives de l'auteur : %s" + +#: comments.php:27 +msgid "← Older Comments" +msgstr "← commentaires plus anciens" + +#: comments.php:30 +msgid "Newer Comments →" +msgstr "Commentaires plus récentes →" + +#. check for comment navigation +#: comments.php:36 +msgid "Comments are closed." +msgstr "Les commentaires sont fermés" + +#: functions.php:32 +msgid "Main Menu" +msgstr "Menu principal" + +#: functions.php:93 +msgid "Page Sidebar" +msgstr "Barre latérale des pages" + +#: functions.php:104 +msgid "Posts Sidebar" +msgstr "Barre latérale des billets" + +#: functions.php:115 +msgid "Home Left" +msgstr "Accueil zone gauche" + +#: functions.php:117 +msgid "Left textbox on homepage" +msgstr "Zone de texte à gauche sur la page d'accueil" + +#: functions.php:127 +msgid "Home Middle" +msgstr "Accueil zone centre" + +#: functions.php:129 +msgid "Middle textbox on homepage" +msgstr "Zone de texte au centre sur la page d'accueil" + +#: functions.php:139 +msgid "Home Right" +msgstr "Accueil zone droite" + +#: functions.php:141 +msgid "Right textbox on homepage" +msgstr "Zone de texte à droite sur la page d'accueil" + +#: functions.php:151 +msgid "Footer Content" +msgstr "Pied de page" + +#: functions.php:153 +msgid "Footer text or acknowledgements" +msgstr "Contenu de pied de page ou remerciement" + +#: functions.php:177 +msgid "Post navigation" +msgstr "Navigation dans les billets" + +#: functions.php:179 +msgid " Older posts" +msgstr " Billets plus anciens" + +#: functions.php:182 +msgid "Newer posts " +msgstr "Billets plus récents " + +#: functions.php:205 +msgid "Pingback:" +msgstr "Rétrolien" + +#: functions.php:225 +msgid "Post author" +msgstr "Auteur du billet" + +#: functions.php:232 +msgid "Your comment is awaiting moderation." +msgstr "Votre commentaire est en attente de modération" + +#: functions.php:243 +#, php-format +msgid "%1$s at %2$s" +msgstr "%1$s à %2$s" + +#: functions.php:251 +msgid "Reply " +msgstr "Répondre " + +#: functions.php:273 +#, php-format +msgid "Posted on by %7$s" +msgstr "Publié le par %7$s" + +#: functions.php:279 +#, php-format +msgid "View all posts by %s" +msgstr "Voir tous les billets de %s" + +#: functions.php:379 +#, php-format +msgid "Page %s" +msgstr "Page %s" + +#: functions.php:391 +#, php-format +msgid "Home" +msgstr "Accueil" + +#: functions.php:412 +#, php-format +msgid "Archive by category" +msgstr "Archive par catégorie" + +#: functions.php:471 +#, php-format +msgid "Search results for" +msgstr "Résultats de recherche pour" + +#: functions.php:473 +#, php-format +msgid "Posts tagged" +msgstr "Billets avec mot-clé" + +#: functions.php:477 +#, php-format +msgid "Articles posted by" +msgstr "Articles publiés par" + +#: functions.php:479 +#, php-format +msgid "Error 404" +msgstr "Erreur 404" + +#: page.php:28 +msgid "Pages:" +msgstr "Pages" + +#: page.php:29 +msgid "Edit" +msgstr "É" + +#: search.php:22 +#, php-format +msgid "Search Results for: %s" +msgstr "Résultats de recherche pour  %s" + +#. Post thumbnail conditional display. +#: search.php:58 +msgid "No Results Found" +msgstr "Aucun résultat trouvé" + +#: search.php:62 +msgid "It seems we can’t find what you’re looking for. Perhaps you should try again with a different search term." +msgstr "Il semble que nous ne puissions pas trouver ce que vous cherchez. Peut-être pourriez-vous essayer une recherche différente." + From 9344c52d830aedd2f608b027454119c272399e7b Mon Sep 17 00:00:00 2001 From: Matthieu Faure Date: Tue, 10 Sep 2013 07:28:24 +0200 Subject: [PATCH 3/5] added (forgotten) charset definition --- lang/bootstrapwp.pot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/bootstrapwp.pot b/lang/bootstrapwp.pot index a46c6c58af27..72c9fcfe6741 100644 --- a/lang/bootstrapwp.pot +++ b/lang/bootstrapwp.pot @@ -14,7 +14,7 @@ msgstr "" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: 404.php:22 @@ -154,8 +154,8 @@ msgstr "" msgid "Your comment is awaiting moderation." msgstr "" -#: functions.php:243 -#, php-format +#. translators: 1: date, 2: time +#: bootstrapwp/functions.php:257 msgid "%1$s at %2$s" msgstr "" From d610c83e4927ef269e47ea267705af03bb25d614 Mon Sep 17 00:00:00 2001 From: Matthieu Faure Date: Sun, 3 Nov 2013 09:06:39 +0100 Subject: [PATCH 4/5] i18n added fr_FR.po --- lang/fr_FR-orig.po | 154 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 lang/fr_FR-orig.po diff --git a/lang/fr_FR-orig.po b/lang/fr_FR-orig.po new file mode 100644 index 000000000000..e6eb95cb3d91 --- /dev/null +++ b/lang/fr_FR-orig.po @@ -0,0 +1,154 @@ +# Copyright (C) 2012 +# This file is distributed under the same license as the package. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://osclass.org/\n" +"POT-Creation-Date: 2012-10-29 14:56:42+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2012-10-29 11:56+-0300\n" +"Last-Translator: Matthieu Faure \n" +"Language-Team: Translations \n" + +#. Text in echo +#: bootstrapwp/404.php:23 +msgid "This is Embarrassing" +msgstr "Hmmm, c'est gênant" + +#. Text in echo +#: bootstrapwp/404.php:24 +msgid "It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help." +msgstr "Il semble que nous n’ayons rien ici. Peut-être pourriez-vous essayer avec la recherche ou un des liens ci-après." + +#. Text in echo +#: bootstrapwp/404.php:44 +msgid "Most Used Categories" +msgstr "Catégories les plus utilisés" + +#. Text in echo +#: bootstrapwp/archive.php:25 +msgid "Archives" +msgstr "Archives" + +#. Text in function +#: bootstrapwp/archive.php:25 +msgid "Daily Archives: %s" +msgstr "Archives par jour : %s" + +#. Text in function +#: bootstrapwp/archive.php: +msgid "Monthly Archives: %s" +msgstr "Archives mensuelles : %s" + +#. Text in function +#: bootstrapwp/archive.php: +msgid "Yearly Archives: %s" +msgstr "Archives annuelles : %s" + +#. Text in function +#: bootstrapwp/archive.php: +msgid "Tag Archives: %s" +msgstr "Archives par mot-clé : %s" + +#. Text in function +#: bootstrapwp/archive.php: +msgid "Category Archives: %s" +msgstr "Archives par catégorie : %s" + +#. Text in function +#: bootstrapwp/archive.php: +msgid "Blog Archives: %s" +msgstr "Archives du blog : %s" + +#. Text in function +#: bootstrapwp/author.php:31 +msgid "Author Archives: %s" +msgstr "Archives de l'auteur : %s" + +#. Text in echo +#: bootstrapwp/comments.php:19 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Ce billet est protégé par mot de passe. Veuillez saisir le mot de passe pour accéder aux commentaires." + +#. Text in echo +#: bootstrapwp/comments.php:59 +msgid "Comments are closed." +msgstr "Les commentaires sont fermés" + +#: bootstrapwp/footer.php:15 +msgid "Back to top" +msgstr "Retour en haut de page" + +#. Text in function +#: bootstrapwp/image.php:38 +msgid "← Previous" +msgstr "← Précédent" + +#. Text in function +#: bootstrapwp/image.php:92 +msgid "Post a comment or leave a trackback: Trackback URL." +msgstr "Ajouter un commentaire ou faire un r&eactute;trolien: R&eactute;trolien pour ce billet." + +#. Text in function +#: bootstrapwp/functions.php:202 +msgid " Older posts" +msgstr " Billets plus anciens" + +#. Text in function +#: bootstrapwp/functions.php:206 +msgid "Newer posts " +msgstr "Billets plus récents " + +#. Text in echo +#: bootstrapwp/image.php:98 +msgid "Both comments and trackbacks are currently closed." +msgstr "Les commentaires et retroliens sont fermés" + +#. Text in function +#: bootstrapwp/image.php:94 +msgid "Comments are closed, but you can leave a trackback: Trackback URL." +msgstr "Les commantaires sont fermés, mais vous pouvez faire un rétrolien: URL pour le rétrolien." + +#. Text in function +#: bootstrapwp/image.php:34 +#: bootstrapwp/image.php:100 +msgid "Edit" +msgstr "Éditer" + +#. Text in echo +#: bootstrapwp/search.php:36 +msgid "It seems we can’t find what you’re looking for. Perhaps you should try again with a different search term." +msgstr "Il semble n’y avoir aucun résultat. Peut-être pourriez-vous essayer avec une recherche diffré." + +#. Text in function +#: bootstrapwp/image.php:39 +msgid "Next →" +msgstr "Suivant →" + +#. Text in echo +#: bootstrapwp/search.php:35 +msgid "No Results Found" +msgstr "Aucun résultat trouvé" + +#. Text in function +#: bootstrapwp/image.php:86 +msgid "Pages:" +msgstr "Pages:" + +#. Text in function +#: bootstrapwp/image.php:22 +msgid "Published %2$s at %4$s × %5$s in %7$s" +msgstr "Publié %2$s at %4$s × %5$s in %7$s" + +#. Text in function +#: bootstrapwp/search.php:20 +msgid "Search Results for: %s" +msgstr "Résultats de recherche pour  %s" + +#. Text in echo +#: bootstrapwp/image.php:96 +msgid "Trackbacks are closed, but you can post a comment." +msgstr "Les rétroliens sont fermés, mais vous pouvez laisser un commentaire." + From 881af38f48847c4018dcebc373c9a316daf5a89f Mon Sep 17 00:00:00 2001 From: Matthieu Faure Date: Wed, 13 Nov 2013 16:22:26 +0100 Subject: [PATCH 5/5] I18N modified bootstrapwp_breadcrumbs() --- functions.php | 214 +++++++++++++++++++++++++------------------------- 1 file changed, 107 insertions(+), 107 deletions(-) diff --git a/functions.php b/functions.php index 3c15c4a8ebe0..159e1b8e64f6 100755 --- a/functions.php +++ b/functions.php @@ -407,113 +407,113 @@ function bootstrapwp_wp_title( $title, $sep ) { * Display template for breadcrumbs. * */ -function bootstrapwp_breadcrumbs() -{ - $home = __('Home', 'bootstrapwp'); // text for the 'Home' link - $before = '
  • '; // tag before the current crumb - $sep = '/'; - $after = '
  • '; // tag after the current crumb - - if (!is_home() && !is_front_page() || is_paged()) { - - echo ''; - - } +function bootstrapwp_breadcrumbs() { + $home = __('Home', 'bootstrapwp'); // text for the 'Home' link + $before = '
  • '; // tag before the current crumb + $after = '
  • '; // tag after the current crumb + + if ( ! is_home() && ! is_front_page() || is_paged() ) { + + echo ''; + + } } /**