diff options
6 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/lang/cs b/Master/texmf/scripts/texlive/tlmgrgui/lang/cs index df38e83edc7..cbe976585bc 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/lang/cs +++ b/Master/texmf/scripts/texlive/tlmgrgui/lang/cs @@ -35,7 +35,7 @@ installdoc: Instalovat dokumentaci maker/fontů installsrc: Instalovat zdrojové soubory maker/fontů installsel: Instalovat vybrané load: Nahrát -warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" and "Change" button above to do so. +warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" (and possibly "Change") button to do so. newsource: Nové umístění: next: Další ok: OK diff --git a/Master/texmf/scripts/texlive/tlmgrgui/lang/de b/Master/texmf/scripts/texlive/tlmgrgui/lang/de index 1af91054ba1..474ce73f9fa 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/lang/de +++ b/Master/texmf/scripts/texlive/tlmgrgui/lang/de @@ -29,7 +29,7 @@ installdoc: Installation der font/macro Dokumentation installsrc: Installation der font/macro Quellen installsel: Installation der selektierten Pakete load: Lade -warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" and "Change" button above to do so. +warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" (and possibly "Change") button to do so. newsource: Neue Quelle next: Nächster ok: Ok diff --git a/Master/texmf/scripts/texlive/tlmgrgui/lang/en.sample b/Master/texmf/scripts/texlive/tlmgrgui/lang/en.sample index da32b3b940a..fbe8e6e06fa 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/lang/en.sample +++ b/Master/texmf/scripts/texlive/tlmgrgui/lang/en.sample @@ -34,7 +34,7 @@ installdoc: Install macro/font docs installsrc: Install macro/font sources installsel: Install selected load: Load -warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" and "Change" button above to do so. +warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" (and possibly "Change") button to do so. newsource: New location: next: Next ok: Ok diff --git a/Master/texmf/scripts/texlive/tlmgrgui/lang/fr b/Master/texmf/scripts/texlive/tlmgrgui/lang/fr index 240a02927b2..55cca002de1 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/lang/fr +++ b/Master/texmf/scripts/texlive/tlmgrgui/lang/fr @@ -34,7 +34,7 @@ installdoc: Installer la documentation des macros et fontes installsrc: Installer les sources des macros et fontes installsel: Installer les paquets sélectionnés load: Charger -warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" and "Change" button above to do so. +warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" (and possibly "Change") button to do so. newsource: Nouvel emplacement : next: Suivant ok: Ok diff --git a/Master/texmf/scripts/texlive/tlmgrgui/lang/vi b/Master/texmf/scripts/texlive/tlmgrgui/lang/vi index af7d718cc59..08e70e7919f 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/lang/vi +++ b/Master/texmf/scripts/texlive/tlmgrgui/lang/vi @@ -44,7 +44,7 @@ installdoc: Cài đặc tài liệu về macro và font installsrc: Cài đặt nguồn của macro và font installsel: Cài đặt phần đã chọn load: Nạp -warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" and "Change" button above to do so. +warningtxt: The database of the installation source has not been loaded.\n\nPlease use the "Load" (and possibly "Change") button to do so. newsource: Địa điểm mới: next: Tiếp theo ok: Đồng ý diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl index 3ca6b0aed0d..15ab1b4110b 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl @@ -74,7 +74,7 @@ $TRANS{'en'} = { installsrc => "Install macro/font sources", installsel => "Install selected", load => "Load", - warningtxt => "The database of the installation source has not been loaded.\n\nPlease use the \"Load\" and \"Change\" button above to do so.", + warningtxt => "The database of the installation source has not been loaded.\n\nPlease use the \"Load\" (and possibly \"Change\") button to do so.", newsource => "New location: ", next => "Next", ok => "Ok", |