Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

836 lines
26 KiB

  1. #This is a draft file for english translation for QNapi program. It doesn't follow any specific standard but does include just all human-readable strings extracted from QNapi source code.
  2. #This file is meant to be used as a base file for final & correctly formatted en.po file.
  3. #Feel free to edit the file in need.
  4. ################################################################################
  5. #gui/src/main.cpp
  6. if(QMessageBox::question(0, QObject::tr("First Run"),
  7. QObject::tr("This is the first launch of the program QNapi. Do you want to "
  8. "configure it now?"), QMessageBox::Yes | QMessageBox::No )
  9. if(QMessageBox::question(0, "QNapi", "Invalid language code!\n"
  10. "Do you want to download the subtitles in the default language?",
  11. qDebug() << "\nQNapi: deleting temporary files...";
  12. ################################################################################
  13. #/gui/src/qnapi.cpp
  14. errorMsg = QString("Unsupported download engine: %1.").arg(engine);
  15. errorMsg = "No subtitles found!";
  16. ################################################################################
  17. #/gui/src/qnapiapp.cpp
  18. getAction = new QAction(tr("Download subtitles"), 0);
  19. scanAction = new QAction(tr("Scan directories"), 0);
  20. convertAction = new QAction(tr("Convert subtitles"), 0);
  21. napiGetAction = new QAction(tr("Download subtitles"), 0);
  22. napiCreateUserAction = new QAction(tr("Create an account"), 0);
  23. osGetAction = new QAction(tr("Download subtitles"), 0);
  24. osAddAction = new QAction(tr("Upload subtitles"), 0);
  25. osCreateUserAction = new QAction(tr("Create an account"), 0);
  26. napisy24GetAction = new QAction(tr("Download subtitles"), 0);
  27. napisy24CreateUserAction = new QAction(tr("Create an account"), 0);
  28. settingsAction = new QAction(tr("Settings"), 0);
  29. aboutAction = new QAction(tr("About"), 0);
  30. quitAction = new QAction(tr("Quit"), 0);
  31. tr("Select one or more video files to download subtitles for"),
  32. ################################################################################
  33. #gui/src/qnapicli.cpp
  34. printCli(QString("Invalid language code: %1").arg(p));
  35. printCli("File not found!");
  36. printCli("Path to the program p7zip is incorrect! Check your settings..");
  37. printCli("Can not write to the temporary directory! Check your settings.");
  38. printCli(QString("Error: ") + napi.error());
  39. printCli(QString(QString(" * Downloading subtitles for '%1'")).arg(QFileInfo(movie).fileName()));
  40. printCli(QString(" No permission to write to the directory '%1'!").arg(QFileInfo(movie).path()));
  41. printCli(QString(QString(" Calculating checksums...")));
  42. printCli(QString(QString(" Searching subtitles [%1] (%2)...").arg(lang, e)));
  43. printCli(QString(QString(" Searching alternative subtitles [%1] (%2)...").arg(langBackup, e)));
  44. printCli(QString(QString(" Searching subtitles [%1] (%2)...").arg(lang, e)));
  45. printCli(QString(QString(" Searching alternative subtitles [%1] (%2)...").arg(langBackup, e)));
  46. printCli(QString(QString(" Subtitles not found!")));
  47. printCli(QString(" 0)\tDo not download subtitle for this video"));
  48. printCli(" Found subtitles:");
  49. std::cout << " Select subtitles to download: ";
  50. printCli(" You must enter a number!");
  51. printCli(" Enter a number from the list!");
  52. printCli(QString(QString(" Downloading subtitles...")));
  53. printCli(QString(QString(" Unable to download subtitles!")));
  54. printCli(QString(QString(" Unpacking subtitles...")));
  55. printCli(QString(QString(" Failed to unpack subtitles!")));
  56. printCli(QString(QString(" Post-processing subtitles...")));
  57. printCli(QString(QString(" Adjusting subtitles...")));
  58. printCli(QString(QString(" Could not adjust subtitles!")));
  59. printCli(QString("QNapi %1, %2\nQt version: %3\n")
  60. printCli(QString("QNapi is distributed under the GNU General Public License v2.\n"));
  61. printCli(QString("Syntax: %1 [options] [list of files]").arg(QFileInfo(arguments().at(0)).fileName()));
  62. printCli(QString("Available options:"));
  63. printCli(QString(" -c, --console Download subtitles with console"));
  64. printCli(QString(" -q, --quiet Download subtitles quietly without showing"));
  65. printCli(QString(" any messages or windows (implies -d)\n"));
  66. printCli(QString(" -s, --show-list Show a list of subtitles (works only with -c)"));
  67. printCli(QString(" -d, --dont-show-list Do not show a list of subtitles (works only with -c)\n"));
  68. printCli(QString(" -l, --lang Preferred subtitle language"));
  69. printCli(QString(" -lb,--lang-backup Alternative subtitle language\n"));
  70. printCli(QString(" -o, --options Show program options (only GUI)\n"));
  71. printCli(QString(" -h, --help Show help text"));
  72. printCli(QString(" -hl,--help-languages List of available subtitle languages\n"));
  73. printCli(QString("List of languages recognized by QNapi, including corresponding"));
  74. printCli(QString("two-letter language codes:\n"));
  75. printCli(QString("\nCurrent default subtitle language: %1 (%2)")
  76. printCli(QString("No alternative subtitle language has been set"));
  77. printCli(QString("Current alternative subtitle language: %1 (%2)")
  78. ################################################################################
  79. #/libqnapi/src/qnapilanguage.cpp
  80. names << tr("Albanian");
  81. names << tr("English");
  82. names << tr("Arabic");
  83. names << tr("Bulgarian");
  84. names << tr("Chinese");
  85. names << tr("Croatian");
  86. names << tr("Czech");
  87. names << tr("Danish");
  88. names << tr("Estonian");
  89. names << tr("Finnish");
  90. names << tr("French");
  91. names << tr("Galician");
  92. names << tr("Greek");
  93. names << tr("Hebrew");
  94. names << tr("Spanish");
  95. names << tr("Dutch");
  96. names << tr("Indonesian");
  97. names << tr("Japanese");
  98. names << tr("Korean");
  99. names << tr("Macedonian");
  100. names << tr("German");
  101. names << tr("Norwegian");
  102. names << tr("Occitan");
  103. names << tr("Persian (farsi)");
  104. names << tr("Polish");
  105. names << tr("Portuguese");
  106. names << tr("Portuguese-BR");
  107. names << tr("Russian");
  108. names << tr("Romanian");
  109. names << tr("Serbian");
  110. names << tr("Slovenian");
  111. names << tr("Swedish");
  112. names << tr("Slovak");
  113. names << tr("Turkish");
  114. names << tr("Vietnamese");
  115. names << tr("Hungarian");
  116. names << tr("Italian");
  117. ################################################################################
  118. #/gui/src/qnapiopendialog.cpp
  119. setNameFilter(tr("Videos (%1);;All files (*.*)").arg(GlobalConfig().movieExtensionsFilter()));
  120. setNameFilter(tr("Subtitles (%1);;All files (*.*)").arg(GlobalConfig().subtitleExtensionsFilter()));
  121. << QString(QDir::homePath() + "/Videos") << QString(QDir::homePath() + "/videos")
  122. ################################################################################
  123. #/gui/src/forms/frmlistsubtitles.cpp
  124. ui.lbSelectSubtitles->setText(QString( "Select the subtitle which you want to"
  125. " adjust to the video file<br><br><b>%1</b>")
  126. QMessageBox::warning( this,
  127. "No subtitle selected",
  128. "You need to select a subtitle from the list!");
  129. ################################################################################
  130. #/gui/src/forms/frmconvert.cpp
  131. QNapiOpenDialog openSubtitle(this, tr("Choose a subtitles file"),
  132. ui.lbDetectedFormatValue->setText(tr("incorrect"));
  133. ui.cbTargetExtension->setItemText(0, tr("Default (%1)").arg(targetDefaultExt));
  134. QNapiOpenDialog openMovie(this, tr("Select a video file"),
  135. QNapiOpenDialog openMovie(this, tr("Select a video file"),
  136. QMessageBox::information(this, tr("Subtitles converted"),
  137. tr("Changed subtitles format from '%1' to '%2'").arg(srcFormat, targetFormat));
  138. QMessageBox::warning(this, tr("An error occured while converting strings"),
  139. tr("Could not change subtitle format!"));
  140. ################################################################################
  141. #/gui/src/forms/frmabout.cpp
  142. ui.lbQtVersion->setText(QString("Qt version: ") + qVersion());
  143. ################################################################################
  144. #/gui/src/forms/frmoptions.cpp
  145. ui.cbLangBackup->addItem("None", QVariant(""));
  146. QString path7z = QFileDialog::getOpenFileName(this, tr("Specify the path for 7z executable"),
  147. QMessageBox::warning(this, tr("Invalid path"),
  148. tr("Defined path to 7z executable is invalid. If you can not "
  149. "locate 7z executable, try installing p7zip-full package."));
  150. QString tmpDir = QFileDialog::getExistingDirectory(this,
  151. tr("Specify temporary directory"),
  152. QMessageBox::warning(this,
  153. "Warning",
  154. "At least one subtitle engine must remain active!");
  155. QString("%1 subtitle engine info").arg(engineName),
  156. ui.cbSubExtension->setItemText(0, tr("Default"));
  157. ui.cbSubExtension->setItemText(0, tr("Default (%1)").arg(targetDefaultExt));
  158. ################################################################################
  159. #/gui/src/forms/frmprogress.cpp
  160. QMessageBox::warning(0, tr("Can not find p7zip!"),
  161. tr("The path to the program p7zip is incorrect!"));
  162. QMessageBox::warning(0, tr("Invalid temporary directory!"),
  163. tr("Unable to write to the temporary directory! Check your settings."));
  164. QMessageBox::warning(0, tr("No files!"),
  165. tr("Can't download subtitles as no movie files specified!"));
  166. ? QString(tr("QNapi - downloading subtitle (%1/%2)")).arg(lastCurrent + 1).arg(lastAll)
  167. : QString(tr("QNapi - downloading subtitle..."));
  168. QMessageBox::critical(0, tr("Critical error!"), getThread.criticalMessage);
  169. tr("Do you want to cancel subtitles downloading?"),
  170. ui.lbAction->setText(tr("Finishing the tasks..."));
  171. emit criticalError(tr("Error: ") + napi->error());
  172. emit actionChange(tr("Checking permissions of the video directory..."));
  173. emit criticalError(tr("No permission to write to the directory '%1'!").arg(QFileInfo(queue[i]).path()));
  174. emit actionChange(tr("Calculating checksum of the file..."));
  175. emit actionChange(tr("Searching subtitles [%1] (%2)...").arg(language, e));
  176. emit actionChange(tr("Searching alternative subtitles [%1] (%2)...").arg(languageBackup, e));
  177. emit actionChange(tr("Searching subtitles [%1] (%2)...").arg(language, e));
  178. emit actionChange(tr("Searching alternative subtitles [%1] (%2)...").arg(languageBackup, e));
  179. emit actionChange(tr("Downloading subtitles file..."));
  180. emit actionChange(tr("Unpacking subtitles file..."));
  181. emit actionChange(tr("Post-processing subtitles..."));
  182. emit actionChange(tr("Adjusting subtitles..."));
  183. emit criticalError(tr("Could not adjust subtitles!"));
  184. ################################################################################
  185. #/gui/src/forms/frmscan.cpp
  186. QNapiOpenDialog openDialog(this, tr("Select the folder to scan"),
  187. ui.pbScan->setText(tr("Cancel"));
  188. ui.lbAction->setText(tr("Scanning directories..."));
  189. ui.lbAction->setText(tr("Interrupting directory scanning..."));
  190. ui.lbAction->setText(QString("Scanning directory <b>%1</b>..").arg(dirName));
  191. ui.pbScan->setText("Scan");
  192. ui.lbAction->setText(tr((ui.lwMovies->count() > 0)
  193. ? "Select the videos you wish to download subtitles for."
  194. : "No video files found."));
  195. ################################################################################
  196. #/gui/src/forms/frmsummary.cpp
  197. ui.lbSuccess->setText(tr("Subtitles downloaded for %1 %2")
  198. .arg(goodCount).arg(tr(goodCount > 1 ? "files" : "file")));
  199. ui.lbFail->setText(tr("Could not download subtitles for %1 %2")
  200. .arg(badCount).arg(tr(badCount > 1 ? "files" : "file")));
  201. ################################################################################
  202. #/libqnapi/src/engines/qnapiprojektengine.cpp
  203. return "Fetching from <b>www.napiprojekt.pl</b>";
  204. ################################################################################
  205. #/libqnapi/src/engines/qnapisy24engine.cpp
  206. return "Fetching from <b>www.napisy24.pl</b><br />";
  207. ################################################################################
  208. #/libqnapi/src/engines/qopensubtitlesengine.cpp
  209. return "Fetching from <b>www.opensubtitles.org</b>";
  210. ################################################################################
  211. #/libqnapi/src/subconvert/subtitleconverter.cpp
  212. QString ad = QString("QNapi has downloaded and processed the subtitles|");
  213. ################################################################################
  214. #/libqnapi/src/qsubmatcher.cpp
  215. QString newName = constructSubtitlePath(targetMoviefilePath, targetSubtitlesFileInfo.suffix(), "_copy");
  216. ################################################################################
  217. #/gui/ui/frmabout.ui
  218. ####################
  219. #<property name="windowTitle">
  220. <string>QNapi - About</string>
  221. ####################
  222. #<widget class="QLabel" name="lbAbout">
  223. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;QNapi is a program for automatic downloading and matching subtitles for movies. &lt;/p&gt;&lt;p&gt;The program is distributed under the GNU General Public License version second or later.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://qnapi.github.io&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://qnapi.github.io&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I thank all those who in any way supported the development of the project.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  224. ####################
  225. #<widget class="QLabel" name="lbQtVersion">
  226. <string>Qt version: x.y.z</string>
  227. ####################
  228. #<widget class="QLabel" name="lbUseNP"
  229. <string>The program uses www.napiprojekt.pl subtitle database</string>
  230. ####################
  231. #<widget class="QLabel" name="lbUseOS">
  232. <string>The program uses www.opensubtitles.org subtitle database</string>
  233. ####################
  234. #<widget class="QLabel" name="lbUseNP24">
  235. <string>The program uses www.napisy24.pl subtitle database</string>
  236. ####################
  237. #<widget class="QPushButton" name="pbClose">
  238. <string>Close</string>
  239. ################################################################################
  240. #/gui/ui/frmconvert.ui
  241. ####################
  242. #<property name="windowTitle">
  243. <string>Convert subtitles</string>
  244. ####################
  245. #<widget class="QLabel" name="lbSrcSubFile">
  246. <string>Source subtitle file:</string>
  247. ####################
  248. #<widget class="QLabel" name="lbDetectedFormat">
  249. <string>Detected format:</string>
  250. ####################
  251. #<widget class="QLabel" name="lbTargetFormat">
  252. <string>Target subtitle format:</string>
  253. ####################
  254. #<widget class="QLabel" name="lbMovieFPS">
  255. <string>Video framerate (FPS):</string>
  256. ####################
  257. #<widget class="QPushButton" name="pbMovieFPSSelect">
  258. <string>Detected video framerate (FPS)</string>
  259. ####################
  260. #<widget class="QLabel" name="lbTargetExtension">
  261. <string>File extension for target subtitle file:</string>
  262. ####################
  263. #<widget class="QComboBox" name="cbTargetExtension">
  264. <string>Default</string>
  265. ####################
  266. #<widget class="QCheckBox" name="cbChangeFPS">
  267. <string>Change FPS (frames/second) of subtitle</string>
  268. ####################
  269. #<widget class="QLabel" name="lbFrom">
  270. <string>from</string>
  271. ####################
  272. #<widget class="QLabel" name="lbTo">
  273. <string>to</string>
  274. ####################
  275. #<widget class="QPushButton" name="pbTargetMovieFPSSelect">
  276. <string>Detect framerate for file</string>
  277. ####################
  278. #<widget class="QCheckBox" name="cbDelaySubtitles">
  279. <string>Shift subtitles</string>
  280. ####################
  281. #<widget class="QDoubleSpinBox" name="sbDelayOffset">
  282. <string> </string>
  283. ####################
  284. #<widget class="QDoubleSpinBox" name="sbDelayOffset">
  285. <string> seconds</string>
  286. ####################
  287. #<widget class="QLabel" name="lbTargetFileName">
  288. <string>Target subtitle file name:</string>
  289. ####################
  290. #<widget class="QPushButton" name="pbConvert">
  291. <string>Convert</string>
  292. ################################################################################
  293. #/gui/ui/frmlistsubtitles.ui
  294. ####################
  295. #<property name="windowTitle">
  296. <string>QNapi - Select subtitles from the list</string>
  297. ####################
  298. #<widget class="QLabel" name="lbSelectSubtitles">
  299. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select the subtitle which you want to adjust to the video file&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;film.avi&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  300. ####################
  301. #<widget class="QPushButton" name="pbDownload">
  302. <string>Download subtitle</string>
  303. ####################
  304. #<widget class="QPushButton" name="pbDontDownload">
  305. <string>Do not download the subtitles for this video</string>
  306. ####################
  307. #<widget class="QLabel" name="lbGreenHint">
  308. <string>Subtitles &lt;b&gt;likely matching&lt;/b&gt; with your video highlighted with green.</string>
  309. ####################
  310. #<widget class="QLabel" name="lbRedHint">
  311. <string>Subtitles &lt;b&gt;likely not matching&lt;/b&gt; with your video highlighted with red.</string>
  312. ################################################################################
  313. #/gui/ui/frmoptions.ui
  314. ####################
  315. #<property name="windowTitle">
  316. <string>QNapi - Settings</string>
  317. ####################
  318. #<widget class="QWidget" name="tabGeneral">
  319. <string>Main</string>
  320. ####################
  321. #<widget class="QCheckBox" name="cbNoBackup">
  322. <string>Do not create a copy of existing subtitles. Overwrite them without question.</string>
  323. ####################
  324. #<widget class="QLabel" name="lbLang">
  325. <string>Preferred subtitle language:</string>
  326. ####################
  327. #<widget class="QCheckBox" name="cbShowDockIcon">
  328. <string>Show icon in the system tray (requires application restart)</string>
  329. ####################
  330. #<widget class="QCheckBox" name="cbChangePermissions">
  331. <string>Subtitle file permissions: </string>
  332. ####################
  333. #<widget class="QLabel" name="lbLangBackup">
  334. <string>Alternative subtitle language:</string>
  335. ####################
  336. #<widget class="QLabel" name="lbTmpPath">
  337. <string>Path to temporary directory:</string>
  338. ####################
  339. #<widget class="QLabel" name="lb7zPath">
  340. <string>Path to 7z executable:</string>
  341. ####################
  342. #<widget class="QCheckBox" name="cbQuietBatch">
  343. <string>Do not show any windows while retrieving subtitles in command-line</string>
  344. ####################
  345. #<widget class="QCheckBox" name="cbQuietBatch">
  346. <string>Silent batch mode</string>
  347. ####################
  348. #<widget class="QWidget" name="tabDownloadEngines">
  349. <string>Download engines</string>
  350. ####################
  351. #<widget class="QLabel" name="lbAvailableEngines">
  352. <string>Available engines to download subtitles from:</string>
  353. ####################
  354. #<widget class="QLabel" name="lbDownloadPolicy">
  355. <string>Subtitle download policy:</string>
  356. ####################
  357. #<widget class="QComboBox" name="cbDownloadPolicy">
  358. <string>Always show a list of available subtitles</string>
  359. ####################
  360. #<widget class="QComboBox" name="cbDownloadPolicy">
  361. <string>Show a list of available subtitles only if needed</string>
  362. ####################
  363. #<widget class="QComboBox" name="cbDownloadPolicy">
  364. <string>Always obtain first matching subtitles and never show a list</string>
  365. ####################
  366. #<widget class="QPushButton" name="pbMoveUp">
  367. <string>Move up</string>
  368. ####################
  369. #<widget class="QLabel" name="lbSearchPolicy">
  370. <string>Search subtitles:</string>
  371. ####################
  372. #<widget class="QPushButton" name="pbMoveDown">
  373. <string>Move down </string>
  374. ####################
  375. #<widget class="QPushButton" name="pbEngineInfo">
  376. <string>Information</string>
  377. ####################
  378. #<widget class="QPushButton" name="pbEngineConf">
  379. <string>Configure</string>
  380. ####################
  381. #<widget class="QComboBox" name="cbSearchPolicy">
  382. <string>Stop the search after finding a matching subtitle (faster)</string>
  383. ####################
  384. #<widget class="QComboBox" name="cbSearchPolicy">
  385. <string>Search all available subtitles (slower)</string>
  386. ####################
  387. #<widget class="QComboBox" name="cbSearchPolicy">
  388. <string>Find all subtitles, also in alternative language (slowest)</string>
  389. ####################
  390. #<widget class="QWidget" name="tabPostProcessing">
  391. <string>Subtitle processing</string>
  392. ####################
  393. #<widget class="QGroupBox" name="gbPpEnable">
  394. <string>Turn on processing for downloaded subtitles</string>
  395. ####################
  396. #<widget class="QLabel" name="lbEncoding">
  397. <string>Character encoding:</string>
  398. ####################
  399. #<widget class="QComboBox" name="cbEncodingMethod">
  400. <string>Keep the original</string>
  401. ####################
  402. #<widget class="QComboBox" name="cbEncodingMethod">
  403. <string>Convert (settings below)</string>
  404. ####################
  405. #<widget class="QComboBox" name="cbEncodingMethod">
  406. <string>Replace accented characters with their ASCII equivalents</string>
  407. ####################
  408. #<widget class="QLabel" name="lbConvertFrom">
  409. <string>From:</string>
  410. ####################
  411. #<widget class="QLabel" name="lbConvert">
  412. <string>to:</string>
  413. ####################
  414. #<widget class="QCheckBox" name="cbShowAllEncodings">
  415. <string>Show all available character encodings</string>
  416. ####################
  417. #<widget class="QLabel" name="lbSubFormat">
  418. <string>Subtitle format:</string>
  419. ####################
  420. #<widget class="QComboBox" name="cbSubFormat">
  421. <string>Keep the original</string>
  422. ####################
  423. #<widget class="QLabel" name="lbSubExtension">
  424. <string>Subtitle extension:</string>
  425. ####################
  426. #<widget class="QComboBox" name="cbSubExtension">
  427. <string>Default</string>
  428. ####################
  429. #<widget class="QCheckBox" name="cbSkipConvertAds">
  430. <string>Do not add information about QNapi while converting between formats</string>
  431. ####################
  432. #<widget class="QCheckBox" name="cbAutoDetectEncoding">
  433. <string>Attempt to automatically detect encoding</string>
  434. ####################
  435. #<widget class="QCheckBox" name="cbRemoveLines">
  436. <string>Remove subtitle lines that contain the following words:</string>
  437. ####################
  438. #<widget class="QPushButton" name="pbRestoreDefaults">
  439. <string>Restore defaults</string>
  440. ####################
  441. #<widget class="QPushButton" name="pbCancel">
  442. <string>Cancel</string>
  443. ####################
  444. #<widget class="QPushButton" name="pbSave">
  445. <string>Save</string>
  446. ################################################################################
  447. #/gui/ui/frmprogress.ui
  448. ####################
  449. #<property name="windowTitle" >
  450. <string>QNapi - downloading subtitle...</string>
  451. ####################
  452. #<widget class="QLabel" name="lbAction" >
  453. <string>Downloading the subtitle...</string>
  454. ####################
  455. #<widget class="QPushButton" name="pbCancel" >
  456. <string>Cancel</string>
  457. ################################################################################
  458. #/gui/ui/frmscan.ui
  459. ####################
  460. #<property name="windowTitle" >
  461. <string>QNapi - Directory scanning and subtitle matching</string>
  462. ####################
  463. #<widget class="QLabel" name="lbDirectory" >
  464. <string>Select directory to search for video files:</string>
  465. ####################
  466. #<widget class="QPushButton" name="pbScan" >
  467. <string>Scan</string>
  468. ####################
  469. #<widget class="QLabel" name="lbFilter" >
  470. <string>Filter file extensions:</string>
  471. ####################
  472. #<widget class="QLabel" name="lbSkip" >
  473. <string>Skip files whose names contain:</string>
  474. ####################
  475. #<widget class="QCheckBox" name="cbSkipIfSubtitlesExists" >
  476. <string>Skip video files which already have subtitles</string>
  477. ####################
  478. #<widget class="QLabel" name="lbMovies" >
  479. <string>Found video files:</string>
  480. ####################
  481. #<widget class="QPushButton" name="pbSelectAll" >
  482. <string>Select all</string>
  483. ####################
  484. #<widget class="QPushButton" name="pbUnselectAll" >
  485. <string>Uncheck all</string>
  486. ####################
  487. #<widget class="QPushButton" name="pbInvertSelection" >
  488. <string>Invert selection</string>
  489. ####################
  490. #<widget class="QPushButton" name="pbCancel" >
  491. <string>Cancel</string>
  492. ####################
  493. #<widget class="QPushButton" name="pbGet" >
  494. <string>Download subtitles</string>
  495. ####################
  496. #<widget class="QCheckBox" name="cbFollowSymLinks" >
  497. <string>Follow symbolic links</string>
  498. ################################################################################
  499. #/gui/ui/frmsummary.ui
  500. ####################
  501. #<property name="windowTitle">
  502. <string>QNapi - the result of matching strings</string>
  503. ####################
  504. #<widget class="QLabel" name="lbSuccess">
  505. <string>Downloading subtitles for 5 video files</string>
  506. ####################
  507. #<widget class="QLabel" name="lbFail">
  508. <string>Could not find the subtitles for 3 video files</string>
  509. ################################################################################
  510. #/gui/ui/napiprojekt/frmnapiprojektconfig.ui
  511. ####################
  512. #<property name="windowTitle" >
  513. <string>NapiProjekt - configuration</string>
  514. ####################
  515. #<widget class="QLabel" name="lbPass" >
  516. <string>Password:</string>
  517. ####################
  518. #<widget class="QPushButton" name="pbRegister" >
  519. <string>Create an account</string>
  520. ####################
  521. #<widget class="QPushButton" name="pbCancel" >
  522. <string>Cancel</string>
  523. ####################
  524. #<widget class="QPushButton" name="pbSave" >
  525. <string>Save</string>
  526. ################################################################################
  527. #/gui/ui/napisy24/frmnapisy24config.ui
  528. ####################
  529. #<property name="windowTitle" >
  530. <string>Napisy24 - configuration</string>
  531. ####################
  532. #<widget class="QLabel" name="lbPass" >
  533. <string>Password:</string>
  534. ####################
  535. #<widget class="QPushButton" name="pbRegister" >
  536. <string>Create an account</string>
  537. ####################
  538. #<widget class="QPushButton" name="pbCancel" >
  539. <string>Cancel</string>
  540. ####################
  541. #<widget class="QPushButton" name="pbSave" >
  542. <string>Save</string>
  543. ################################################################################
  544. #/gui/ui/opensubtitles/frmopensubtitlesconfig.ui
  545. ####################
  546. #<property name="windowTitle" >
  547. <string>OpenSubtitles - configuration</string>
  548. ####################
  549. #<widget class="QLabel" name="lbPass" >
  550. <string>Password:</string>
  551. ####################
  552. #<widget class="QPushButton" name="pbRegister" >
  553. <string>Create an account</string>
  554. ####################
  555. #<widget class="QPushButton" name="pbCancel" >
  556. <string>Cancel</string>
  557. ####################
  558. #<widget class="QPushButton" name="pbSave" >
  559. <string>Save</string>