diff options
author | Norbert Preining <preining@logic.at> | 2008-01-19 19:45:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-19 19:45:15 +0000 |
commit | e06332a9d3f7611a2d0887f239c2733170dd3523 (patch) | |
tree | e2139fc25695e628ac431bb309ae6cbb1bffe224 /Master/tlpkg/installer | |
parent | 485c4b69dfd36ce1c6b800935f7ce4a7aa1c95a9 (diff) |
add perltk pl menu, thanks Jerzy
git-svn-id: svn://tug.org/texlive/trunk@6322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk-pl.pl | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk-pl.pl b/Master/tlpkg/installer/install-menu-perltk-pl.pl new file mode 100644 index 00000000000..fd7cdb69615 --- /dev/null +++ b/Master/tlpkg/installer/install-menu-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', + ); |