texlive[58248] Master: a4,letter -> A4,Letter in tlmgr gui display

commits+preining at tug.org commits+preining at tug.org
Wed Mar 10 03:03:58 CET 2021


Revision: 58248
          http://tug.org/svn/texlive?view=revision&revision=58248
Author:   preining
Date:     2021-03-10 03:03:57 +0100 (Wed, 10 Mar 2021)
Log Message:
-----------
a4,letter -> A4,Letter in tlmgr gui display

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
    trunk/Master/tlpkg/translations/cs.po
    trunk/Master/tlpkg/translations/de.po
    trunk/Master/tlpkg/translations/es.po
    trunk/Master/tlpkg/translations/fr.po
    trunk/Master/tlpkg/translations/it.po
    trunk/Master/tlpkg/translations/ja.po
    trunk/Master/tlpkg/translations/messages.pot
    trunk/Master/tlpkg/translations/nl.po
    trunk/Master/tlpkg/translations/pl.po
    trunk/Master/tlpkg/translations/pt_BR.po
    trunk/Master/tlpkg/translations/ru.po
    trunk/Master/tlpkg/translations/sk.po
    trunk/Master/tlpkg/translations/sl.po
    trunk/Master/tlpkg/translations/sr.po
    trunk/Master/tlpkg/translations/uk.po
    trunk/Master/tlpkg/translations/vi.po
    trunk/Master/tlpkg/translations/zh_CN.po
    trunk/Master/tlpkg/translations/zh_TW.po

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl	2021-03-10 02:03:57 UTC (rev 58248)
@@ -1347,9 +1347,9 @@
 
 
   my $back_config_pap_l1 = $back_config_pap->Label(-text => __("Default paper for all"), -anchor => "w");
-  my $back_config_pap_m1 = $back_config_pap->Button(-text => __("a4"),
+  my $back_config_pap_m1 = $back_config_pap->Button(-text => __("A4"),
     -command => sub { change_paper("all", "a4"); });
-  my $back_config_pap_r1 = $back_config_pap->Button(-text => __("letter"),
+  my $back_config_pap_r1 = $back_config_pap->Button(-text => __("Letter"),
     -command => sub { change_paper("all", "letter"); });
 
   $back_config_pap_l1->grid( $back_config_pap_m1, $back_config_pap_r1,

Modified: trunk/Master/tlpkg/translations/cs.po
===================================================================
--- trunk/Master/tlpkg/translations/cs.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/cs.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -668,12 +668,12 @@
 msgstr "Výchozí formát papíru pro všechny"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/de.po
===================================================================
--- trunk/Master/tlpkg/translations/de.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/de.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -662,11 +662,11 @@
 msgstr "Voreingestelltes Papierformat für alle Programme"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/es.po
===================================================================
--- trunk/Master/tlpkg/translations/es.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/es.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -667,11 +667,11 @@
 msgstr "Papel estándar para todo"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "carta"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/fr.po
===================================================================
--- trunk/Master/tlpkg/translations/fr.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/fr.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -668,12 +668,12 @@
 msgstr "Papier par défaut pour tous"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/it.po
===================================================================
--- trunk/Master/tlpkg/translations/it.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/it.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -662,11 +662,11 @@
 msgstr "Formato carta predefinito per tutti"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "lettera USA"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/ja.po
===================================================================
--- trunk/Master/tlpkg/translations/ja.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/ja.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -666,11 +666,11 @@
 msgstr "すべてに適用するデフォルト用紙サイズ"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "レター"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/messages.pot
===================================================================
--- trunk/Master/tlpkg/translations/messages.pot	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/messages.pot	2021-03-10 02:03:57 UTC (rev 58248)
@@ -658,11 +658,11 @@
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/nl.po
===================================================================
--- trunk/Master/tlpkg/translations/nl.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/nl.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -664,12 +664,12 @@
 msgstr "Standaard papier-formaat voor alle"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/pl.po
===================================================================
--- trunk/Master/tlpkg/translations/pl.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/pl.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -669,12 +669,12 @@
 msgstr "Domyślny format papieru dla wszystkich"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/pt_BR.po
===================================================================
--- trunk/Master/tlpkg/translations/pt_BR.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/pt_BR.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -666,11 +666,11 @@
 msgstr "Papel padrão para todos"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "carta"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/ru.po
===================================================================
--- trunk/Master/tlpkg/translations/ru.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/ru.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -671,12 +671,12 @@
 msgstr "Размер листа по умолчанию для всех"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/sk.po
===================================================================
--- trunk/Master/tlpkg/translations/sk.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/sk.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -638,12 +638,12 @@
 
 # In Slovak A4 is usualy used in uppercase form - BJ
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/sl.po
===================================================================
--- trunk/Master/tlpkg/translations/sl.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/sl.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -707,12 +707,12 @@
 msgstr "Privzeti format papirja za vse"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/sr.po
===================================================================
--- trunk/Master/tlpkg/translations/sr.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/sr.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -670,12 +670,12 @@
 msgstr "Подразумевана величина папира за све програме"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/uk.po
===================================================================
--- trunk/Master/tlpkg/translations/uk.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/uk.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -669,12 +669,12 @@
 msgstr "Типовий папір для всіх"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/vi.po
===================================================================
--- trunk/Master/tlpkg/translations/vi.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/vi.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -665,11 +665,11 @@
 msgstr "Cỡ giấy mặc định cho tất cả"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr "thư tín (letter)"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364

Modified: trunk/Master/tlpkg/translations/zh_CN.po
===================================================================
--- trunk/Master/tlpkg/translations/zh_CN.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/zh_CN.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -659,12 +659,12 @@
 msgstr "所有程序的缺省纸张"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
-msgstr "a4"
+msgid "A4"
+msgstr "A4"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
-msgstr "letter"
+msgid "Letter"
+msgstr "Letter"
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1769

Modified: trunk/Master/tlpkg/translations/zh_TW.po
===================================================================
--- trunk/Master/tlpkg/translations/zh_TW.po	2021-03-10 02:03:46 UTC (rev 58247)
+++ trunk/Master/tlpkg/translations/zh_TW.po	2021-03-10 02:03:57 UTC (rev 58248)
@@ -682,11 +682,11 @@
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1350
-msgid "a4"
+msgid "A4"
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1352
-msgid "letter"
+msgid "Letter"
 msgstr ""
 
 #: texmf-dist/scripts/texlive/tlmgrgui.pl:1364



More information about the tex-live-commits mailing list.