From 439864b38b6777a8f40523a964c0fb7e3c352bff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Jun 2017 21:24:22 +0000 Subject: babel (26jun17) git-svn-id: svn://tug.org/texlive/trunk@44705 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/generic/babel/locale/en/babel-american.tex | 4 + .../generic/babel/locale/en/babel-australian.tex | 4 + .../tex/generic/babel/locale/en/babel-british.tex | 4 + .../tex/generic/babel/locale/en/babel-canadian.tex | 4 + .../tex/generic/babel/locale/en/babel-en-AU.ini | 191 ++++++++++++++++++++ .../tex/generic/babel/locale/en/babel-en-CA.ini | 191 ++++++++++++++++++++ .../tex/generic/babel/locale/en/babel-en-GB.ini | 193 +++++++++++++++++++++ .../tex/generic/babel/locale/en/babel-en-NZ.ini | 191 ++++++++++++++++++++ .../tex/generic/babel/locale/en/babel-en-US.ini | 192 ++++++++++++++++++++ .../tex/generic/babel/locale/en/babel-en.ini | 186 ++++++++++++++++++++ .../generic/babel/locale/en/babel-english-au.tex | 4 + .../babel/locale/en/babel-english-australia.tex | 12 ++ .../generic/babel/locale/en/babel-english-ca.tex | 4 + .../babel/locale/en/babel-english-canada.tex | 12 ++ .../generic/babel/locale/en/babel-english-gb.tex | 4 + .../babel/locale/en/babel-english-newzealand.tex | 12 ++ .../generic/babel/locale/en/babel-english-nz.tex | 4 + .../locale/en/babel-english-unitedkingdom.tex | 12 ++ .../babel/locale/en/babel-english-unitedstates.tex | 12 ++ .../generic/babel/locale/en/babel-english-us.tex | 4 + .../tex/generic/babel/locale/en/babel-english.tex | 12 ++ .../generic/babel/locale/en/babel-newzealand.tex | 4 + .../generic/babel/locale/en/babel-ukenglish.tex | 4 + .../generic/babel/locale/en/babel-usenglish.tex | 4 + 24 files changed, 1264 insertions(+) create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-american.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-australian.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-british.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-en.ini create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-english.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex create mode 100644 Master/texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex (limited to 'Master/texmf-dist/tex/generic/babel/locale/en') diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-american.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-american.tex new file mode 100644 index 00000000000..1ba35184de8 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-american.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedstates} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-australian.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-australian.tex new file mode 100644 index 00000000000..f3d54bafde5 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-australian.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-australia} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-british.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-british.tex new file mode 100644 index 00000000000..b49b74f8b01 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-british.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedkingdom} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex new file mode 100644 index 00000000000..85243a6593e --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-canadian.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-canada} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini new file mode 100644 index 00000000000..de277673d90 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-AU.ini @@ -0,0 +1,191 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english-australia +name.babel.A = english-au +name.babel.B = australian +tag.bcp47 = en +tag.opentype = ENG +region.local = Australia +region.english = Australia +region.tag.bcp47 = AU +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [d] [MMMM] [y] +date.short = [d]/[M]/[yy] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon. +days.abbreviated.tue = Tue. +days.abbreviated.wed = Wed. +days.abbreviated.thu = Thu. +days.abbreviated.fri = Fri. +days.abbreviated.sat = Sat. +days.abbreviated.sun = Sun. +days.narrow.mon = M. +days.narrow.tue = Tu. +days.narrow.wed = W. +days.narrow.thu = Th. +days.narrow.fri = F. +days.narrow.sat = Sa. +days.narrow.sun = Su. +dayPeriods.abbreviated.am = am +dayPeriods.abbreviated.pm = pm +dayPeriods.narrow.am = am +dayPeriods.narrow.pm = pm +dayPeriods.wide.am = am +dayPeriods.wide.pm = pm + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [h]:[mm]:[ss] [a] +time.short = [h]:[mm] [a] + +[typography] +frenchspacing = no +hyphenrules = english +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = e +group = , +infinity = ∞ +list = ; +minusSign = - +nan = NaN +perMille = ‰ +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini new file mode 100644 index 00000000000..6df6807f7c0 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-CA.ini @@ -0,0 +1,191 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english-canada +name.babel.A = english-ca +name.babel.B = canadian +tag.bcp47 = en +tag.opentype = ENG +region.local = Canada +region.english = Canada +region.tag.bcp47 = CA +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [MMMM] [d], [y] +date.short = [y]-[MM]-[dd] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon +days.abbreviated.tue = Tue +days.abbreviated.wed = Wed +days.abbreviated.thu = Thu +days.abbreviated.fri = Fri +days.abbreviated.sat = Sat +days.abbreviated.sun = Sun +days.narrow.mon = M +days.narrow.tue = T +days.narrow.wed = W +days.narrow.thu = T +days.narrow.fri = F +days.narrow.sat = S +days.narrow.sun = S +dayPeriods.abbreviated.am = AM +dayPeriods.abbreviated.pm = PM +dayPeriods.narrow.am = a +dayPeriods.narrow.pm = p +dayPeriods.wide.am = AM +dayPeriods.wide.pm = PM + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [h]:[mm]:[ss] [a] +time.short = [h]:[mm] [a] + +[typography] +frenchspacing = no +hyphenrules = english +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = E +group = , +infinity = ∞ +list = ; +minusSign = - +nan = NaN +perMille = ‰ +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini new file mode 100644 index 00000000000..ff37670e0ce --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-GB.ini @@ -0,0 +1,193 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english-unitedkingdom +name.babel.A = english-gb +name.babel.B = british +name.babel.C = ukenglish +tag.bcp47 = en +tag.opentype = ENG +region.local = United Kingdom +region.english = United Kingdom +region.tag.bcp47 = GB +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [d][ ][MMMM] [y] +date.short = [dd]/[MM]/[y] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon +days.abbreviated.tue = Tue +days.abbreviated.wed = Wed +days.abbreviated.thu = Thu +days.abbreviated.fri = Fri +days.abbreviated.sat = Sat +days.abbreviated.sun = Sun +days.narrow.mon = M +days.narrow.tue = T +days.narrow.wed = W +days.narrow.thu = T +days.narrow.fri = F +days.narrow.sat = S +days.narrow.sun = S +dayPeriods.abbreviated.am = am +dayPeriods.abbreviated.pm = pm +dayPeriods.narrow.am = a +dayPeriods.narrow.pm = p +dayPeriods.wide.am = am +dayPeriods.wide.pm = pm + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [HH]:[mm]:[ss] +time.short = [HH]:[mm] + +[typography] +frenchspacing = no +hyphenrules = ukenglish +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +delimiters.quotes.A = ‘’“” +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = E +group = , +infinity = ∞ +list = ; +minusSign = - +nan = NaN +perMille = ‰ +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini new file mode 100644 index 00000000000..c1b3a42ff29 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-NZ.ini @@ -0,0 +1,191 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english-newzealand +name.babel.A = english-nz +name.babel.B = newzealand +tag.bcp47 = en +tag.opentype = ENG +region.local = New Zealand +region.english = New Zealand +region.tag.bcp47 = NZ +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [d][ ][MMMM] [y] +date.short = [d]/[MM]/[yy] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon +days.abbreviated.tue = Tue +days.abbreviated.wed = Wed +days.abbreviated.thu = Thu +days.abbreviated.fri = Fri +days.abbreviated.sat = Sat +days.abbreviated.sun = Sun +days.narrow.mon = M +days.narrow.tue = T +days.narrow.wed = W +days.narrow.thu = T +days.narrow.fri = F +days.narrow.sat = S +days.narrow.sun = S +dayPeriods.abbreviated.am = AM +dayPeriods.abbreviated.pm = PM +dayPeriods.narrow.am = a +dayPeriods.narrow.pm = p +dayPeriods.wide.am = AM +dayPeriods.wide.pm = PM + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [h]:[mm]:[ss] [a] +time.short = [h]:[mm] [a] + +[typography] +frenchspacing = no +hyphenrules = english +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = E +group = , +infinity = ∞ +list = ; +minusSign = - +nan = NaN +perMille = ‰ +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini new file mode 100644 index 00000000000..973a6c882e6 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en-US.ini @@ -0,0 +1,192 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english-unitedstates +name.babel.A = english-us +name.babel.B = american +name.babel.C = usenglish +tag.bcp47 = en +tag.opentype = ENG +region.local = United States +region.english = United States +region.tag.bcp47 = US +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [MMMM] [d], [y] +date.short = [M]/[d]/[yy] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon +days.abbreviated.tue = Tue +days.abbreviated.wed = Wed +days.abbreviated.thu = Thu +days.abbreviated.fri = Fri +days.abbreviated.sat = Sat +days.abbreviated.sun = Sun +days.narrow.mon = M +days.narrow.tue = T +days.narrow.wed = W +days.narrow.thu = T +days.narrow.fri = F +days.narrow.sat = S +days.narrow.sun = S +dayPeriods.abbreviated.am = AM +dayPeriods.abbreviated.pm = PM +dayPeriods.narrow.am = a +dayPeriods.narrow.pm = p +dayPeriods.wide.am = AM +dayPeriods.wide.pm = PM + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [h]:[mm]:[ss] [a] +time.short = [h]:[mm] [a] + +[typography] +frenchspacing = no +hyphenrules = usenglishmax +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = E +group = , +infinity = INF +list = ; +minusSign = - +nan = NaN +perMille = 0/00 +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-en.ini b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en.ini new file mode 100644 index 00000000000..55244ab48b7 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-en.ini @@ -0,0 +1,186 @@ +; This file is part of babel. For further details see: +; https://www.ctan.org/pkg/babel +; Data has been collected mainly from the following sources: +; * babel language styles (license LPPL): +; https://www.ctan.org/pkg/babel-contrib +; * polyglossia language styles (license LPPL) +; https://www.ctan.org/pkg/polyglossia +; * Common Locale Data Repository (license Unicode): +; http://cldr.unicode.org/ +; http://unicode.org/copyright.html + +[identification] +charset = utf8 +version = 0.9 +date = 2017-04-10 +name.local = English +name.english = English +name.babel = english +tag.bcp47 = en +tag.opentype = ENG +script.name = Latin +script.tag.bcp47 = Latn +script.tag.opentype = latn +level = 1 +encodings = T1 OT1 LY1 +derivate = no + +[captions] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List of Figures +listtable = List of Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see also +proof = Proof +glossary = Glossary + +[captions.licr] +preface = Preface +ref = References +abstract = Abstract +bib = Bibliography +chapter = Chapter +appendix = Appendix +contents = Contents +listfigure = List\space of\space Figures +listtable = List\space of\space Tables +index = Index +figure = Figure +table = Table +part = Part +encl = encl +cc = cc +headto = To +page = Page +see = see +also = see\space also +proof = Proof +glossary = Glossary + +[date.gregorian] +date.long = [MMMM] [d], [y] +date.short = [M]/[d]/[yy] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December +months.narrow.1 = J +months.narrow.2 = F +months.narrow.3 = M +months.narrow.4 = A +months.narrow.5 = M +months.narrow.6 = J +months.narrow.7 = J +months.narrow.8 = A +months.narrow.9 = S +months.narrow.10 = O +months.narrow.11 = N +months.narrow.12 = D +days.wide.mon = Monday +days.wide.tue = Tuesday +days.wide.wed = Wednesday +days.wide.thu = Thursday +days.wide.fri = Friday +days.wide.sat = Saturday +days.wide.sun = Sunday +days.abbreviated.mon = Mon +days.abbreviated.tue = Tue +days.abbreviated.wed = Wed +days.abbreviated.thu = Thu +days.abbreviated.fri = Fri +days.abbreviated.sat = Sat +days.abbreviated.sun = Sun +days.narrow.mon = M +days.narrow.tue = T +days.narrow.wed = W +days.narrow.thu = T +days.narrow.fri = F +days.narrow.sat = S +days.narrow.sun = S +dayPeriods.abbreviated.am = AM +dayPeriods.abbreviated.pm = PM +dayPeriods.narrow.am = a +dayPeriods.narrow.pm = p +dayPeriods.wide.am = AM +dayPeriods.wide.pm = PM + +[date.gregorian.licr] +months.wide.1 = January +months.wide.2 = February +months.wide.3 = March +months.wide.4 = April +months.wide.5 = May +months.wide.6 = June +months.wide.7 = July +months.wide.8 = August +months.wide.9 = September +months.wide.10 = October +months.wide.11 = November +months.wide.12 = December + +[time.gregorian] +time.medium = [h]:[mm]:[ss] [a] +time.short = [h]:[mm] [a] + +[typography] +frenchspacing = no +hyphenrules = english +lefthyphenmin = 2 +righthyphenmin = 3 +hyphenchar = +prehyphenchar = +posthyphenchar = +exhyphenchar = +preexhyphenchar = +postexhyphenchar = +hyphenationmin = + +[characters] +delimiters.quotes = “”‘’ +auxiliary = [á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ] +exemplarCharacters = [a b c d e f g h i j k l m n o p q r s t u v w x y z] +index = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z] +punctuation = [\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″] + +[numbers] +defaultNumberingSystem = latn +minimumGroupingDigits = 1 +decimal = . +exponential = E +group = , +infinity = ∞ +list = ; +minusSign = - +nan = NaN +perMille = ‰ +percentSign = % +plusSign = + +superscriptingExponent = × + +[counters] +alph = +Alph = +ordinals = + diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex new file mode 100644 index 00000000000..f3d54bafde5 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-au.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-australia} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex new file mode 100644 index 00000000000..1b8e3325a28 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-australia.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en-AU}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex new file mode 100644 index 00000000000..85243a6593e --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-ca.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-canada} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex new file mode 100644 index 00000000000..f22c9780739 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-canada.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en-CA}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex new file mode 100644 index 00000000000..b49b74f8b01 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-gb.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedkingdom} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex new file mode 100644 index 00000000000..d869313b133 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-newzealand.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en-NZ}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex new file mode 100644 index 00000000000..1b666452b7d --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-nz.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-newzealand} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex new file mode 100644 index 00000000000..da1f67d3d4e --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedkingdom.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en-GB}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex new file mode 100644 index 00000000000..3b4a9a5b009 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-unitedstates.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en-US}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex new file mode 100644 index 00000000000..1ba35184de8 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english-us.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedstates} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-english.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english.tex new file mode 100644 index 00000000000..a3cf8416916 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-english.tex @@ -0,0 +1,12 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\ifx\BabelBeforeIni\undefined + \PackageError{babel}% + {This file is a component of babel and cannot\MessageBreak + be loaded directly. I'll stop immediately}% + {Just use babel as documented.}% + \stop +\fi +\BabelBeforeIni{en}{% +} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex new file mode 100644 index 00000000000..1b666452b7d --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-newzealand.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-newzealand} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex new file mode 100644 index 00000000000..b49b74f8b01 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-ukenglish.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedkingdom} +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex b/Master/texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex new file mode 100644 index 00000000000..1ba35184de8 --- /dev/null +++ b/Master/texmf-dist/tex/generic/babel/locale/en/babel-usenglish.tex @@ -0,0 +1,4 @@ +% This file is part of babel. For further details see: +% https://www.ctan.org/pkg/babel +\input{english-unitedstates} +\endinput \ No newline at end of file -- cgit v1.2.3