@@ -6,11 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2018-06-28 15:29+0200\n "
9- "PO-Revision-Date : 2018-10-05 08:55 +0200\n "
9+ "PO-Revision-Date : 2018-10-23 09:20 +0200\n "
1010"Language : fr\n "
1111"MIME-Version : 1.0\n "
1212"Content-Type : text/plain; charset=UTF-8\n "
1313"Content-Transfer-Encoding : 8bit\n "
14+ "Last-Translator : \n "
15+ "Language-Team : \n "
16+ "X-Generator : Poedit 2.0.2\n "
1417
1518#: ../Doc/reference/lexical_analysis.rst:6
1619msgid "Lexical analysis"
@@ -813,31 +816,31 @@ msgstr "barre oblique inversée et retour à la ligne ignorés"
813816
814817#: ../Doc/reference/lexical_analysis.rst:486
815818msgid "``\\\\ ``"
816- msgstr ""
819+ msgstr "`` \\\\ `` "
817820
818821#: ../Doc/reference/lexical_analysis.rst:486
819822msgid "Backslash (``\\ ``)"
820823msgstr "barre oblique inversée (``\\ ``)"
821824
822825#: ../Doc/reference/lexical_analysis.rst:488
823826msgid "``\\ '``"
824- msgstr ""
827+ msgstr "`` \\ '`` "
825828
826829#: ../Doc/reference/lexical_analysis.rst:488
827830msgid "Single quote (``'``)"
828831msgstr "guillemet simple (``'``)"
829832
830833#: ../Doc/reference/lexical_analysis.rst:490
831834msgid "``\\\" ``"
832- msgstr ""
835+ msgstr "`` \\\" `` "
833836
834837#: ../Doc/reference/lexical_analysis.rst:490
835838msgid "Double quote (``\" ``)"
836839msgstr "guillemet double (``\" ``)"
837840
838841#: ../Doc/reference/lexical_analysis.rst:492
839842msgid "``\\ a``"
840- msgstr ""
843+ msgstr "``\a`` "
841844
842845#: ../Doc/reference/lexical_analysis.rst:492
843846msgid "ASCII Bell (BEL)"
@@ -853,7 +856,7 @@ msgstr "retour arrière ASCII (BS)"
853856
854857#: ../Doc/reference/lexical_analysis.rst:496
855858msgid "``\\ f``"
856- msgstr ""
859+ msgstr "`` \\ f`` "
857860
858861#: ../Doc/reference/lexical_analysis.rst:496
859862msgid "ASCII Formfeed (FF)"
@@ -877,43 +880,43 @@ msgstr "retour à la ligne ASCII (CR)"
877880
878881#: ../Doc/reference/lexical_analysis.rst:502
879882msgid "``\\ t``"
880- msgstr ""
883+ msgstr "`` \\ t`` "
881884
882885#: ../Doc/reference/lexical_analysis.rst:502
883886msgid "ASCII Horizontal Tab (TAB)"
884887msgstr "tabulation horizontale ASCII (TAB)"
885888
886889#: ../Doc/reference/lexical_analysis.rst:504
887890msgid "``\\ v``"
888- msgstr ""
891+ msgstr "`` \\ v`` "
889892
890893#: ../Doc/reference/lexical_analysis.rst:504
891894msgid "ASCII Vertical Tab (VT)"
892895msgstr "tabulation verticale ASCII (VT)"
893896
894897#: ../Doc/reference/lexical_analysis.rst:506
895898msgid "``\\ ooo``"
896- msgstr ""
899+ msgstr "`` \\ ooo`` "
897900
898901#: ../Doc/reference/lexical_analysis.rst:506
899902msgid "Character with octal value *ooo*"
900903msgstr "caractère dont le code est *ooo* en octal"
901904
902905#: ../Doc/reference/lexical_analysis.rst:506
903906msgid "(1,3)"
904- msgstr ""
907+ msgstr "(1,3) "
905908
906909#: ../Doc/reference/lexical_analysis.rst:509
907910msgid "``\\ xhh``"
908- msgstr ""
911+ msgstr "`` \\ xhh`` "
909912
910913#: ../Doc/reference/lexical_analysis.rst:509
911914msgid "Character with hex value *hh*"
912915msgstr "caractère dont le code est *ooo* en hexadécimal"
913916
914917#: ../Doc/reference/lexical_analysis.rst:509
915918msgid "(2,3)"
916- msgstr ""
919+ msgstr "(2,3) "
917920
918921#: ../Doc/reference/lexical_analysis.rst:512
919922msgid "Escape sequences only recognized in string literals are:"
@@ -935,7 +938,7 @@ msgstr "\\(4)"
935938
936939#: ../Doc/reference/lexical_analysis.rst:520
937940msgid "``\\ uxxxx``"
938- msgstr ""
941+ msgstr "`` \\ uxxxx`` "
939942
940943#: ../Doc/reference/lexical_analysis.rst:520
941944msgid "Character with 16-bit hex value *xxxx*"
0 commit comments