diff options
author | Norbert Preining <preining@logic.at> | 2008-01-19 21:34:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-19 21:34:44 +0000 |
commit | 12e1befd65c0adbdad8ee96cbdc418fa25357078 (patch) | |
tree | f7a03b0e95cdead84063ccc8f016a925bd9ff835 /Master/tlpkg/installer/lang | |
parent | eb9ef07ed02d97126659e63ccf2fe355739157cd (diff) |
move the translations into a different dir
make them textual without perl code
git-svn-id: svn://tug.org/texlive/trunk@6325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/lang')
-rw-r--r-- | Master/tlpkg/installer/lang/perltk-de | 51 | ||||
-rw-r--r-- | Master/tlpkg/installer/lang/perltk-de.pl | 61 | ||||
-rw-r--r-- | Master/tlpkg/installer/lang/perltk-pl | 53 | ||||
-rw-r--r-- | Master/tlpkg/installer/lang/perltk-pl.pl | 60 |
4 files changed, 225 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/lang/perltk-de b/Master/tlpkg/installer/lang/perltk-de new file mode 100644 index 00000000000..55ab9f81b47 --- /dev/null +++ b/Master/tlpkg/installer/lang/perltk-de @@ -0,0 +1,51 @@ +# +# german strings for texlive installer +# +text.title: TeX Live 2008 Installation +text.custom: Weitere Einstellungen +text.basicinfo: Grundlegende Informationen +text.dirsetup: Setup der Ordner +text.options: Optionen +text.sysint: System Integration +text.change: Ändern +text.toggle: Ändern +text.install: TeX Live installieren +text.finished: Installation beendet +text.finbut: Ende +text.quit: Abbruch +text.ok: Ok +text.cancel: Abbruch +text.status: Status Ausgabe +text.changevar: Ändern der Werte von Variablen +text.enterpath: Bitte geben Sie den Pfad ein für +text.selectscheme: Auswahl des Schema +text.selectstdcol: Auswahl der zu installierenden Sammlungen +text.selectall: Alle anwählen +text.selectnone: Alle abwählen +text.selectlang: Sprachauswahl +text.selectdoc: Dokumentationssprachauswahl +text.createsym: Erstellen von symbolischen Links in Standardordnern +text.binto: Programme nach: +text.manto: Hilfeseiten nach: +text.infoto: Infoseiten nach: +text.onnet: Am Netz +text.ondisk: Auf dem Medium +text.selectsys: Auswahl von arch-os +text.clicknetbin: Klicken für Netzwerk Programme +text.outof: von +text.collof: Sammlungen von +text.diskreq: benötigter Festplattenplatz +text.yes: Ja +text.no: Nein + +label.scheme: Ausgewähltes Schema +label.stdcoll: Standardsammlungen +label.langcoll: Sprachsammlungen +label.texdir: TEXDIR (Hauptordner für TeX) +label.localdir: TEXMFLOCAL (lokale Styles etc) +label.sysvardir: TEXMFSYSVAR (lokalen Konfiguration) +label.optletter: Standardmäßig letter anstelle von A4 +label.optfmt: Alle Formatdateien erstellen +label.optdoc: Installation der font/macro Dokumentation +label.optsrc: Installation der font/macro Quellen +label.symlink: Symbolische Links in Systemordnern diff --git a/Master/tlpkg/installer/lang/perltk-de.pl b/Master/tlpkg/installer/lang/perltk-de.pl new file mode 100644 index 00000000000..6bb7110992f --- /dev/null +++ b/Master/tlpkg/installer/lang/perltk-de.pl @@ -0,0 +1,61 @@ +# +# german strings for texlive installer +# +my $svnrev = '$Revision$'; +$svnrev =~ m/: ([0-9]+) /; +$::langrevision = $1; + +our %translatedtext = ( title => 'TeX Live 2008 Installation', + custom => 'Weitere Einstellungen', + basicinfo => 'Grundlegende Informationen', + dirsetup => "Setup der Ordner", + options => 'Optionen', + sysint => 'System Integration', + change => 'Ändern', + toggle => 'Ändern', + install => 'TeX Live installieren', + finished => 'Installation beendet', + finbut => 'Ende', + quit => 'Abbruch', + ok => 'Ok', + cancel => 'Abbruch', + status => 'Status Ausgabe', + changevar => 'Ändern der Werte von Variablen', + enterpath => 'Bitte geben Sie den Pfad ein für ', + selectscheme => 'Auswahl des Schema', + selectstdcol => 'Auswahl der zu installierenden Sammlungen', + selectall => 'Alle anwählen', + selectnone => 'Alle abwählen', + selectlang => 'Sprachauswahl', + selectdoc => 'Dokumentationssprachauswahl', + createsym => 'Erstellen von symbolischen Links in Standardordnern', + binto => 'Programme nach: ', + manto => 'Hilfeseiten nach: ', + infoto => 'Infoseiten nach: ', + onnet => 'Am Netz', + ondisk => 'Auf dem Medium', + selectsys => 'Auswahl von arch-os', + clicknetbin => 'Klicken für Netzwerk Programme', + outof => 'von', + collof => 'Sammlungen von', + diskreq => 'benötigter Festplattenplatz', + yes => 'Ja', + no => 'Nein', + ); + + +our %translatedlabels = ( binsys => 'Binary System(s)', + scheme => 'Ausgewähltes Schema', + stdcoll => 'Standardsammlungen', + langcoll => 'Sprachsammlungen', + texdir => 'TEXDIR (Hauptordner für TeX)', + localdir => 'TEXMFLOCAL (lokale Styles etc)', + sysvardir => 'TEXMFSYSVAR (lokalen Konfiguration)', + optletter => 'Standardmäßig letter anstelle von A4', + optfmt => 'Alle Formatdateien erstellen', + optdoc => 'Installation der font/macro Dokumentation', + optsrc => 'Installation der font/macro Quellen', + symlink => 'Symbolische Links in Systemordnern', + ); + + diff --git a/Master/tlpkg/installer/lang/perltk-pl b/Master/tlpkg/installer/lang/perltk-pl new file mode 100644 index 00000000000..ee39ca2bed7 --- /dev/null +++ b/Master/tlpkg/installer/lang/perltk-pl @@ -0,0 +1,53 @@ +# +# install-menu-perltk-pl.pl +# Jerzy B. Ludwichowski +# +text.title: Instalowanie TeX Live 2008 +text.custom: Dalsze ustawienia +text.basicinfo: Informacje podstawowe +text.dirsetup: "Wybór folderów" +text.options: Opcje +text.sysint: Integracja systemu +text.change: Zmień +text.toggle: Zmień +text.install: Zainstaluj TeX Live +text.finished: Instalowanie zakończone +text.finbut: Koniec +text.quit: Przerwij +text.ok: Ok +text.cancel: Przerwij +text.status: Informacja o przebiegu +text.changevar: Zmień wartości zmiennych +text.enterpath: Podaj ścieżke dla +text.selectscheme: Wybór schematu +text.selectstdcol: Wybór kolekcji do zainstalowania +text.selectall: Wybierz wszystko +text.selectnone: Wyłącz wszystko +text.selectlang: Wybór języków +text.selectdoc: Wybór języka dokumentacji +text.createsym: Ustalenie linkow symbolicznych w standardowych folderach +text.binto: Programy według +text.manto: Strony pomocy według +text.infoto: Strony informacyjne według +text.onnet: W sieci +text.ondisk: Na nośniku +text.selectsys: Wybór arch-os +text.clicknetbin: Kliknij aby uzyskać programy sieciowe +text.outof: spośród +text.collof: Kolekcje spośród +text.diskreq: wymagana przestrzeń na dysku +text.yes: Tak +text.no: Nie + +label.binsys: System(y) binarne +label.scheme: Wybrany schemat +label.stdcoll: Kolekcje standardowe +label.langcoll: Kolekcje językowe +label.texdir: TEXDIR (główny folder dla TeXa) +label.localdir: TEXMFLOCAL (style lokalne itp) +label.sysvardir: TEXMFSYSVAR (konfiguracje lokalne) +label.optletter: Domyślnie letter zamiast A4 +label.optfmt: Wygenerować wszystkie pliki formatów +label.optdoc: Instalowanie dokumentacji font/macro +label.optsrc: Instalowanie tekstów żródłowych font/macro +label.symlink: Linki symboliczne w folderach systemowych diff --git a/Master/tlpkg/installer/lang/perltk-pl.pl b/Master/tlpkg/installer/lang/perltk-pl.pl new file mode 100644 index 00000000000..fd7cdb69615 --- /dev/null +++ b/Master/tlpkg/installer/lang/perltk-pl.pl @@ -0,0 +1,60 @@ +# +# install-menu-perltk-pl.pl +# Jerzy B. Ludwichowski +# +my $svnrev = '$Revision$'; +$svnrev =~ m/: ([0-9]+) /; +$::langrevision = $1; + +our %translatedtext = ( title => 'Instalowanie TeX Live 2008', + custom => 'Dalsze ustawienia', + basicinfo => 'Informacje podstawowe', + dirsetup => "Wybór folderów", + options => 'Opcje', + sysint => 'Integracja systemu', + change => 'Zmień', + toggle => 'Zmień', + install => 'Zainstaluj TeX Live', + finished => 'Instalowanie zakończone', + finbut => 'Koniec', + quit => 'Przerwij', + ok => 'Ok', + cancel => 'Przerwij', + status => 'Informacja o przebiegu', + changevar => 'Zmień wartości zmiennych', + enterpath => 'Podaj ścieżke dla ', + selectscheme => 'Wybór schematu', + selectstdcol => 'Wybór kolekcji do zainstalowania', + selectall => 'Wybierz wszystko', + selectnone => 'Wyłącz wszystko', + selectlang => 'Wybór języków', + selectdoc => 'Wybór języka dokumentacji', + createsym => 'Ustalenie linkow symbolicznych w standardowych folderach', + binto => 'Programy według: ', + manto => 'Strony pomocy według: ', + infoto => 'Strony informacyjne według: ', + onnet => 'W sieci', + ondisk => 'Na nośniku', + selectsys => 'Wybór arch-os', + clicknetbin => 'Kliknij aby uzyskać programy sieciowe', + outof => 'spośród', + collof => 'Kolekcje spośród', + diskreq => 'wymagana przestrzeń na dysku', + yes => 'Tak', + no => 'Nie', + ); + + +our %translatedlabels = ( binsys => 'System(y) binarne', + scheme => 'Wybrany schemat', + stdcoll => 'Kolekcje standardowe', + langcoll => 'Kolekcje językowe', + texdir => 'TEXDIR (główny folder dla TeXa)', + localdir => 'TEXMFLOCAL (style lokalne itp)', + sysvardir => 'TEXMFSYSVAR (konfiguracje lokalne)', + optletter => 'Domyślnie letter zamiast A4', + optfmt => 'Wygenerować wszystkie pliki formatów', + optdoc => 'Instalowanie dokumentacji font/macro', + optsrc => 'Instalowanie tekstów żródłowych font/macro', + symlink => 'Linki symboliczne w folderach systemowych', + ); |