mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
73 lines
1.2 KiB
Turing
73 lines
1.2 KiB
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// Report.h
|
|
|
|
T_("Report")
|
|
csCZ("Výstupní sestava")
|
|
huHU("Jelentés")
|
|
itIT("Report")
|
|
plPL("Raport")
|
|
ruRU("Отчёт")
|
|
|
|
|
|
// ReportDlg.cpp
|
|
|
|
T_("&Print")
|
|
csCZ("&Tisk")
|
|
huHU("&Nyomtatás")
|
|
itIT("&Stampa")
|
|
plPL("Drukuj")
|
|
ruRU("&Печать")
|
|
|
|
|
|
// Report.lay
|
|
|
|
T_("Page")
|
|
csCZ("")
|
|
huHU("")
|
|
itIT("")
|
|
plPL("Strona")
|
|
ruRU("")
|
|
|
|
T_("1 / 1")
|
|
csCZ("1 / 1")
|
|
huHU("1 / 1")
|
|
itIT("1 / 1")
|
|
plPL("1 / 1")
|
|
ruRU("1 / 1")
|
|
|
|
T_("Sideways")
|
|
csCZ("Na šířku")
|
|
huHU("Oldalsáv")
|
|
itIT("Direzione")
|
|
plPL("Liczba stron")
|
|
ruRU("По бокам")
|
|
|
|
T_("&1 page\n&2 pages\n&4 pages\n&8 pages")
|
|
csCZ("&1 strana\n&2 strany\n&4 strany\n&8 stran")
|
|
huHU("&1 oldal\n&2 oldal\n&4 oldal\n&8 oldal")
|
|
itIT("&1 pagina\n&2 pagine\n&4 pagine\n&8 pagine")
|
|
plPL("&1 strona\n&2 strony\n&4 strony\n&8 stron")
|
|
ruRU("&1 страница\n&2 страницы\n&4 страницы\n&8 страниц")
|
|
|
|
T_("Page &numbers")
|
|
csCZ("Čísla &stránek")
|
|
huHU("&Oldalszámok")
|
|
itIT("&Numero pagine")
|
|
plPL("Numery stron")
|
|
ruRU("&Номера страниц")
|
|
|
|
T_("PDF export..")
|
|
csCZ("PDF export..")
|
|
huHU("PDF export..")
|
|
itIT("")
|
|
plPL("Eksportuj PDF..")
|
|
ruRU("Экспорт в PDF")
|
|
|
|
T_("Cancel")
|
|
csCZ("Storno")
|
|
huHU("Mégsem")
|
|
itIT("Annulla")
|
|
plPL("Anuluj")
|
|
ruRU("Отмена")
|