mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
25 lines
726 B
Turing
25 lines
726 B
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// RepGen.cpp
|
|
|
|
T_("QTF Export...")
|
|
ruRU("\320\255\320\272\321\201\320\277\320\276\321\200\321\202 \320\262 QTF")
|
|
frFR("Export QTF...")
|
|
|
|
T_("PDF file")
|
|
ruRU("PDF \321\204\320\260\320\271\320\273")
|
|
frFR("Fichier PDF")
|
|
|
|
T_("Output PDF file")
|
|
ruRU("\320\241\320\276\321\205\321\200\320\260\320\275\320\265\320\275\320\275\321\213\320\271 "
|
|
"PDF \321\204\320\260\320\271\320\273")
|
|
frFR("Fichier PDF de sortie")
|
|
|
|
T_("QTF file")
|
|
ruRU("QTF \321\204\320\260\320\271\320\273")
|
|
frFR("Fichier QTF")
|
|
|
|
T_("Output QTF file")
|
|
ruRU("\320\222\321\213\321\205\320\276\320\264\320\275\320\276\320\271 QTF \321\204\320\260\320\271\320\273")
|
|
frFR("Fichier QTF de sortie")
|