qwbfsmanager-it_IT.ts 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE TS>
  3. <TS version="2.0" language="it_IT">
  4. <context>
  5. <name>Gauge</name>
  6. <message>
  7. <location filename="../qwbfs/src/Gauge.cpp" line="137"/>
  8. <source>Usage %1 (%2%) / %3 - Free %4 (%5%)</source>
  9. <translation>Usati %1 (%2%) / %3 - Liberi %4 (%5%)</translation>
  10. </message>
  11. </context>
  12. <context>
  13. <name>PartitionComboBox</name>
  14. <message>
  15. <location filename="../qwbfs/src/PartitionComboBox.cpp" line="62"/>
  16. <source>Add a partition</source>
  17. <translation type="unfinished"></translation>
  18. </message>
  19. <message>
  20. <location filename="../qwbfs/src/PartitionComboBox.cpp" line="104"/>
  21. <source>Enter a partition path</source>
  22. <translation type="unfinished"></translation>
  23. </message>
  24. <message>
  25. <location filename="../qwbfs/src/PartitionComboBox.cpp" line="122"/>
  26. <source>Current Partition</source>
  27. <translation type="unfinished"></translation>
  28. </message>
  29. </context>
  30. <context>
  31. <name>PartitionWidget</name>
  32. <message>
  33. <location filename="../qwbfs/src/PartitionWidget.ui" line="22"/>
  34. <source>Set the current partition</source>
  35. <translation>Seleziona la partizione corrente</translation>
  36. </message>
  37. <message>
  38. <location filename="../qwbfs/src/PartitionWidget.ui" line="29"/>
  39. <source>Load/Reload the discs from the current partition</source>
  40. <translation>Carica/Ricarica i dischi dalla posizione corrente</translation>
  41. </message>
  42. <message>
  43. <location filename="../qwbfs/src/PartitionWidget.ui" line="49"/>
  44. <source>Format the partition</source>
  45. <translation>Formatta la partizione</translation>
  46. </message>
  47. <message>
  48. <location filename="../qwbfs/src/PartitionWidget.ui" line="69"/>
  49. <source>Add a new view</source>
  50. <translation>Aggiungi nuova vista</translation>
  51. </message>
  52. <message>
  53. <location filename="../qwbfs/src/PartitionWidget.ui" line="89"/>
  54. <source>Remove the view</source>
  55. <translation>Rimuovi vista</translation>
  56. </message>
  57. <message>
  58. <location filename="../qwbfs/src/PartitionWidget.ui" line="123"/>
  59. <source>WBFS View</source>
  60. <translation>Vista WBFS</translation>
  61. </message>
  62. <message>
  63. <location filename="../qwbfs/src/PartitionWidget.ui" line="143"/>
  64. <location filename="../qwbfs/src/PartitionWidget.ui" line="339"/>
  65. <source>Remove the selected discs</source>
  66. <translation>Rimuovi i dischi selezionati</translation>
  67. </message>
  68. <message>
  69. <location filename="../qwbfs/src/PartitionWidget.ui" line="163"/>
  70. <source>Rename the selected disc</source>
  71. <translation>Rinomina il disco selezionato</translation>
  72. </message>
  73. <message>
  74. <location filename="../qwbfs/src/PartitionWidget.ui" line="183"/>
  75. <source>Show/Hide Import View</source>
  76. <translation>Mostra/Nascondi Vista Importazione</translation>
  77. </message>
  78. <message>
  79. <location filename="../qwbfs/src/PartitionWidget.ui" line="218"/>
  80. <source>List</source>
  81. <translation>Lista</translation>
  82. </message>
  83. <message>
  84. <location filename="../qwbfs/src/PartitionWidget.ui" line="256"/>
  85. <source>CoverFlow</source>
  86. <translation type="unfinished"></translation>
  87. </message>
  88. <message>
  89. <location filename="../qwbfs/src/PartitionWidget.ui" line="299"/>
  90. <source>Import View</source>
  91. <translation>Vista Importazione</translation>
  92. </message>
  93. <message>
  94. <location filename="../qwbfs/src/PartitionWidget.ui" line="319"/>
  95. <source>Clear the discs</source>
  96. <translation>Cancella i dischi</translation>
  97. </message>
  98. <message>
  99. <location filename="../qwbfs/src/PartitionWidget.ui" line="359"/>
  100. <source>Import the discs to the WBFS partition</source>
  101. <translation>Importa i dischi nella partizione WBFS</translation>
  102. </message>
  103. <message>
  104. <location filename="../qwbfs/src/PartitionWidget.cpp" line="192"/>
  105. <location filename="../qwbfs/src/PartitionWidget.cpp" line="204"/>
  106. <source>%1 disc(s) on the partition - %2 disc(s) to import.</source>
  107. <translation>%1 disco/dischi nella partizione - %2 da importare.</translation>
  108. </message>
  109. <message>
  110. <location filename="../qwbfs/src/PartitionWidget.cpp" line="246"/>
  111. <source>Can&apos;t open partition.</source>
  112. <translation>Impossibile aprire la partizione.</translation>
  113. </message>
  114. <message>
  115. <location filename="../qwbfs/src/PartitionWidget.cpp" line="275"/>
  116. <source>The partition &apos;%1&apos; will be formatted,
  117. all data will be erased permanently, are you sure?</source>
  118. <translation>La partizione &apos;%1&apos; verrà formattata,
  119. tutti i dati verranno cancellati definitivamente, sei sicuro?</translation>
  120. </message>
  121. <message>
  122. <location filename="../qwbfs/src/PartitionWidget.cpp" line="287"/>
  123. <source>Can&apos;t format partition.</source>
  124. <translation>Impossibile formattare la partizione.</translation>
  125. </message>
  126. <message>
  127. <location filename="../qwbfs/src/PartitionWidget.cpp" line="305"/>
  128. <source>You are about to permanently delete %1 disc(s) on partition &apos;%2&apos;, are you sure?</source>
  129. <translation>Si sta per eliminare definitivamente %1 disco/dischi nella partizione &apos;%2&apos;, sei sicuro?</translation>
  130. </message>
  131. <message>
  132. <location filename="../qwbfs/src/PartitionWidget.cpp" line="328"/>
  133. <source>One or more discs have failed to be removed.</source>
  134. <translation>É fallita la rimozione di uno o più dischi.</translation>
  135. </message>
  136. <message>
  137. <location filename="../qwbfs/src/PartitionWidget.cpp" line="341"/>
  138. <source>Choose a new name for the disc</source>
  139. <translation>Scegli un nuovo nome per il disco</translation>
  140. </message>
  141. <message>
  142. <location filename="../qwbfs/src/PartitionWidget.cpp" line="351"/>
  143. <source>Can&apos;t rename disc id #%1 (%2) to &apos;%3&apos;</source>
  144. <translation>Impossibile rinominare disco id #%1 (%2) a &apos;%3&apos;</translation>
  145. </message>
  146. </context>
  147. <context>
  148. <name>ProgressDialog</name>
  149. <message>
  150. <location filename="../qwbfs/src/ProgressDialog.ui" line="44"/>
  151. <source>Global progression...</source>
  152. <translation>Avanzamento globale...</translation>
  153. </message>
  154. <message>
  155. <location filename="../qwbfs/src/ProgressDialog.ui" line="54"/>
  156. <source>Details.</source>
  157. <translation>Dettagli.</translation>
  158. </message>
  159. <message>
  160. <location filename="../qwbfs/src/ProgressDialog.cpp" line="164"/>
  161. <source>Time remaining: %1</source>
  162. <translation>Tempo rimanente: %1</translation>
  163. </message>
  164. <message>
  165. <location filename="../qwbfs/src/ProgressDialog.cpp" line="175"/>
  166. <source>Cancel requested, the process will stop after the current operation.</source>
  167. <translation>Annullamento richiesto, il processo terminerà dopo l&apos;operazione corrente.</translation>
  168. </message>
  169. <message>
  170. <location filename="../qwbfs/src/ProgressDialog.cpp" line="185"/>
  171. <source>The thread finished in %1</source>
  172. <translation>L&apos;azione finirà in %1</translation>
  173. </message>
  174. </context>
  175. <context>
  176. <name>PropertiesDialog</name>
  177. <message>
  178. <location filename="../qwbfs/src/PropertiesDialog.ui" line="14"/>
  179. <source>Properties</source>
  180. <translation>Proprietà</translation>
  181. </message>
  182. <message>
  183. <location filename="../qwbfs/src/PropertiesDialog.ui" line="24"/>
  184. <source>General</source>
  185. <translation>Generale</translation>
  186. </message>
  187. <message>
  188. <location filename="../qwbfs/src/PropertiesDialog.ui" line="44"/>
  189. <source>Application locale</source>
  190. <translation>Lingua Applicazione</translation>
  191. </message>
  192. <message>
  193. <location filename="../qwbfs/src/PropertiesDialog.ui" line="63"/>
  194. <source>Click here to change the application locale</source>
  195. <translation>Cliccha qui per cambiare la lingua dell&apos;applicazione</translation>
  196. </message>
  197. <message>
  198. <location filename="../qwbfs/src/PropertiesDialog.ui" line="94"/>
  199. <source>View Mode</source>
  200. <translation>Modo Vista</translation>
  201. </message>
  202. <message>
  203. <location filename="../qwbfs/src/PropertiesDialog.ui" line="110"/>
  204. <source>View Icon Type</source>
  205. <translation type="unfinished"></translation>
  206. </message>
  207. <message>
  208. <location filename="../qwbfs/src/PropertiesDialog.ui" line="137"/>
  209. <source>Covers&apos; Cache</source>
  210. <translation>Cache Copertine</translation>
  211. </message>
  212. <message>
  213. <location filename="../qwbfs/src/PropertiesDialog.ui" line="143"/>
  214. <source>Path</source>
  215. <translation>Percorso</translation>
  216. </message>
  217. <message>
  218. <location filename="../qwbfs/src/PropertiesDialog.ui" line="159"/>
  219. <source>Browse for a folder</source>
  220. <translation>Sfoglia per una cartella</translation>
  221. </message>
  222. <message>
  223. <location filename="../qwbfs/src/PropertiesDialog.ui" line="198"/>
  224. <source>Use the system temporary directory</source>
  225. <translation>Usa la cartella temporanea di sistema</translation>
  226. </message>
  227. <message>
  228. <location filename="../qwbfs/src/PropertiesDialog.ui" line="205"/>
  229. <source>Disk Size</source>
  230. <translation>Dimensione Disco</translation>
  231. </message>
  232. <message>
  233. <location filename="../qwbfs/src/PropertiesDialog.ui" line="215"/>
  234. <source>Unlimited</source>
  235. <translation>Illimitata</translation>
  236. </message>
  237. <message>
  238. <location filename="../qwbfs/src/PropertiesDialog.ui" line="218"/>
  239. <source> MB</source>
  240. <translation> MB</translation>
  241. </message>
  242. <message>
  243. <location filename="../qwbfs/src/PropertiesDialog.ui" line="242"/>
  244. <source>Proxy</source>
  245. <translation>Proxy</translation>
  246. </message>
  247. <message>
  248. <location filename="../qwbfs/src/PropertiesDialog.ui" line="251"/>
  249. <source>Type</source>
  250. <translation>Tipo</translation>
  251. </message>
  252. <message>
  253. <location filename="../qwbfs/src/PropertiesDialog.ui" line="261"/>
  254. <source>Login</source>
  255. <translation>Login</translation>
  256. </message>
  257. <message>
  258. <location filename="../qwbfs/src/PropertiesDialog.ui" line="275"/>
  259. <source>Password</source>
  260. <translation>Password</translation>
  261. </message>
  262. <message>
  263. <location filename="../qwbfs/src/PropertiesDialog.ui" line="305"/>
  264. <source>Server</source>
  265. <translation>Server</translation>
  266. </message>
  267. <message>
  268. <location filename="../qwbfs/src/PropertiesDialog.ui" line="319"/>
  269. <source>Port</source>
  270. <translation>Porta</translation>
  271. </message>
  272. <message>
  273. <location filename="../qwbfs/src/PropertiesDialog.ui" line="379"/>
  274. <source>PLEASE NOTE THAT THE PASSWORD IS ENCRYPTED WITH A SHIT METHOD. BE CAREFUL.</source>
  275. <translation>SI PREGA DI NOTARE CHE LA PASSWORD È CRIPTATA CON UN METODO DI MERDA. FAI ATTENZIONE.</translation>
  276. </message>
  277. <message>
  278. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="106"/>
  279. <source>List</source>
  280. <translation type="unfinished"></translation>
  281. </message>
  282. <message>
  283. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="107"/>
  284. <source>Icon</source>
  285. <translation type="unfinished"></translation>
  286. </message>
  287. <message>
  288. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="109"/>
  289. <source>Disc</source>
  290. <translation type="unfinished"></translation>
  291. </message>
  292. <message>
  293. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="110"/>
  294. <source>Cover</source>
  295. <translation type="unfinished"></translation>
  296. </message>
  297. <message>
  298. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="112"/>
  299. <source>No Proxy</source>
  300. <translation>Nessun Proxy</translation>
  301. </message>
  302. <message>
  303. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="113"/>
  304. <source>Socks5</source>
  305. <translation>Socks5</translation>
  306. </message>
  307. <message>
  308. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="114"/>
  309. <source>Http</source>
  310. <translation>Http</translation>
  311. </message>
  312. <message>
  313. <location filename="../qwbfs/src/PropertiesDialog.cpp" line="129"/>
  314. <source>Choose a folder for the data cache</source>
  315. <translation>Scegli una cartella per la cache dei dati</translation>
  316. </message>
  317. </context>
  318. <context>
  319. <name>QObject</name>
  320. <message>
  321. <source>B</source>
  322. <translation type="obsolete">B</translation>
  323. </message>
  324. <message>
  325. <source>KB</source>
  326. <translation type="obsolete">KB</translation>
  327. </message>
  328. <message>
  329. <source>MB</source>
  330. <translation type="obsolete">MB</translation>
  331. </message>
  332. <message>
  333. <source>GB</source>
  334. <translation type="obsolete">GB</translation>
  335. </message>
  336. <message>
  337. <source>TB</source>
  338. <translation type="obsolete">TB</translation>
  339. </message>
  340. <message>
  341. <source>PB</source>
  342. <translation type="obsolete">PB</translation>
  343. </message>
  344. <message>
  345. <source>Too big</source>
  346. <translation type="obsolete">Troppo Grande</translation>
  347. </message>
  348. <message>
  349. <location filename="../qwbfs/src/main.cpp" line="105"/>
  350. <source>The Free, Fast and Powerful cross platform Wii Backup File System manager</source>
  351. <translation>Libero, Veloce e Potente Il gestore multi-piattaforma per il Wii Backup File System</translation>
  352. </message>
  353. </context>
  354. <context>
  355. <name>QWBFS::Driver</name>
  356. <message>
  357. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="691"/>
  358. <source>No error</source>
  359. <translation>Nessun errore</translation>
  360. </message>
  361. <message>
  362. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="693"/>
  363. <source>Partition not opened</source>
  364. <translation>Partizione non aperta</translation>
  365. </message>
  366. <message>
  367. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="695"/>
  368. <source>Source partition not opened</source>
  369. <translation>Partizione di origine non aperta</translation>
  370. </message>
  371. <message>
  372. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="697"/>
  373. <source>Disc read failed</source>
  374. <translation>Lettura disco fallita</translation>
  375. </message>
  376. <message>
  377. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="699"/>
  378. <source>Disc write failed</source>
  379. <translation>Scrittura disco fallita</translation>
  380. </message>
  381. <message>
  382. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="701"/>
  383. <source>Disc extract failed</source>
  384. <translation>Estrazione disco fallita</translation>
  385. </message>
  386. <message>
  387. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="703"/>
  388. <source>Disc add failed</source>
  389. <translation>Aggiunta disco fallita</translation>
  390. </message>
  391. <message>
  392. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="705"/>
  393. <source>Disc convert failed</source>
  394. <translation>Conversione disco fallita</translation>
  395. </message>
  396. <message>
  397. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="707"/>
  398. <source>Disc rename failed</source>
  399. <translation>Rinominazione disco fallita</translation>
  400. </message>
  401. <message>
  402. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="709"/>
  403. <source>Disc found</source>
  404. <translation>Disco trovato</translation>
  405. </message>
  406. <message>
  407. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="711"/>
  408. <source>Disc not found (or not exists)</source>
  409. <translation>Disco non trovato (o inesistente)</translation>
  410. </message>
  411. <message>
  412. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="713"/>
  413. <source>Invalid disc index</source>
  414. <translation>Indice disco non valido</translation>
  415. </message>
  416. <message>
  417. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="715"/>
  418. <source>Invalid disc id</source>
  419. <translation>Id disco non valido</translation>
  420. </message>
  421. <message>
  422. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="717"/>
  423. <source>Invalid disc</source>
  424. <translation>Disco non valido</translation>
  425. </message>
  426. <message>
  427. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="719"/>
  428. <source>Can&apos;t drive to drive copy</source>
  429. <translation>Impossibile copiare da lettore a lettore</translation>
  430. </message>
  431. <message>
  432. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="721"/>
  433. <source>Unknown error</source>
  434. <translation>Errore sconosciuto</translation>
  435. </message>
  436. <message>
  437. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="742"/>
  438. <source>None</source>
  439. <translation>Niente</translation>
  440. </message>
  441. <message>
  442. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="744"/>
  443. <source>Success</source>
  444. <translation>Riuscito</translation>
  445. </message>
  446. <message>
  447. <location filename="../qwbfs/src/qwbfsdriver/Driver.cpp" line="746"/>
  448. <source>Failed</source>
  449. <translation>Fallito</translation>
  450. </message>
  451. </context>
  452. <context>
  453. <name>QWBFS::Model::DiscDelegate</name>
  454. <message>
  455. <location filename="../qwbfs/src/models/DiscDelegate.cpp" line="180"/>
  456. <source>Estimated size: %1 - Origin: %2</source>
  457. <translation>Dimensione stimata: %1 - Origine: %2</translation>
  458. </message>
  459. </context>
  460. <context>
  461. <name>QWBFS::Model::DiscModel</name>
  462. <message>
  463. <location filename="../qwbfs/src/models/DiscModel.cpp" line="199"/>
  464. <source>Id: %1</source>
  465. <translation>id: %1</translation>
  466. </message>
  467. <message>
  468. <location filename="../qwbfs/src/models/DiscModel.cpp" line="202"/>
  469. <source>Title: %1</source>
  470. <translation>Titolo: %1</translation>
  471. </message>
  472. <message>
  473. <location filename="../qwbfs/src/models/DiscModel.cpp" line="203"/>
  474. <source>Size: %1</source>
  475. <translation>Dimensione: %1</translation>
  476. </message>
  477. <message>
  478. <location filename="../qwbfs/src/models/DiscModel.cpp" line="204"/>
  479. <source>Origin: %1</source>
  480. <translation>Origine: %1</translation>
  481. </message>
  482. <message>
  483. <location filename="../qwbfs/src/models/DiscModel.cpp" line="205"/>
  484. <source>Region: %1</source>
  485. <translation>Regione: %1</translation>
  486. </message>
  487. <message>
  488. <location filename="../qwbfs/src/models/DiscModel.cpp" line="206"/>
  489. <source>State: %1</source>
  490. <translation>Stato: %1</translation>
  491. </message>
  492. <message>
  493. <location filename="../qwbfs/src/models/DiscModel.cpp" line="207"/>
  494. <source>Error: %1</source>
  495. <translation>Errore: %1</translation>
  496. </message>
  497. <message>
  498. <location filename="../qwbfs/src/models/DiscModel.cpp" line="331"/>
  499. <source>Image</source>
  500. <translation type="unfinished"></translation>
  501. </message>
  502. <message>
  503. <location filename="../qwbfs/src/models/DiscModel.cpp" line="333"/>
  504. <source>Id</source>
  505. <translation type="unfinished"></translation>
  506. </message>
  507. <message>
  508. <location filename="../qwbfs/src/models/DiscModel.cpp" line="335"/>
  509. <source>Title</source>
  510. <translation type="unfinished"></translation>
  511. </message>
  512. <message>
  513. <location filename="../qwbfs/src/models/DiscModel.cpp" line="337"/>
  514. <source>Size</source>
  515. <translation type="unfinished"></translation>
  516. </message>
  517. <message>
  518. <location filename="../qwbfs/src/models/DiscModel.cpp" line="339"/>
  519. <source>Region</source>
  520. <translation type="unfinished"></translation>
  521. </message>
  522. <message>
  523. <location filename="../qwbfs/src/models/DiscModel.cpp" line="341"/>
  524. <source>Origin</source>
  525. <translation type="unfinished"></translation>
  526. </message>
  527. <message>
  528. <location filename="../qwbfs/src/models/DiscModel.cpp" line="351"/>
  529. <source>Sort by Id</source>
  530. <translation type="unfinished"></translation>
  531. </message>
  532. <message>
  533. <location filename="../qwbfs/src/models/DiscModel.cpp" line="353"/>
  534. <source>Sort by Title</source>
  535. <translation type="unfinished"></translation>
  536. </message>
  537. <message>
  538. <location filename="../qwbfs/src/models/DiscModel.cpp" line="355"/>
  539. <source>Sort by Size</source>
  540. <translation type="unfinished"></translation>
  541. </message>
  542. <message>
  543. <location filename="../qwbfs/src/models/DiscModel.cpp" line="357"/>
  544. <source>Sort by Region</source>
  545. <translation type="unfinished"></translation>
  546. </message>
  547. </context>
  548. <context>
  549. <name>SplashScreen</name>
  550. <message>
  551. <location filename="../qwbfs/src/main.cpp" line="65"/>
  552. <source>Version %1</source>
  553. <translation>Versione %1</translation>
  554. </message>
  555. </context>
  556. <context>
  557. <name>UIAbout</name>
  558. <message>
  559. <location filename="../qwbfs/src/UIAbout.ui" line="20"/>
  560. <source>About...</source>
  561. <translation>Approposito...</translation>
  562. </message>
  563. <message>
  564. <location filename="../qwbfs/src/UIAbout.ui" line="162"/>
  565. <source>Informations</source>
  566. <translation>Informazioni</translation>
  567. </message>
  568. <message>
  569. <location filename="../qwbfs/src/UIAbout.ui" line="182"/>
  570. <source>License</source>
  571. <translation>Licenza</translation>
  572. </message>
  573. <message>
  574. <location filename="../qwbfs/src/UIAbout.ui" line="257"/>
  575. <source>Notice</source>
  576. <translation>Avviso</translation>
  577. </message>
  578. <message>
  579. <location filename="../qwbfs/src/UIAbout.ui" line="309"/>
  580. <source>I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE TO YOUR WII CONSOLE BECAUSE OF IMPROPER USAGE OF THIS SOFTWARE.</source>
  581. <translation>NON MI ASSUMO NESSUNA RESPONSABILITÀ PER EVENTUALI DALLI SULLA CONSOLE WII A CAUSA DI UN USO IMPROPRIO DI QUESTO SOFTWARE.</translation>
  582. </message>
  583. <message>
  584. <location filename="../qwbfs/src/UIAbout.ui" line="326"/>
  585. <source>3rd Party</source>
  586. <translation>Terze Parti</translation>
  587. </message>
  588. <message>
  589. <location filename="../qwbfs/src/UIAbout.cpp" line="82"/>
  590. <source>Version %1</source>
  591. <translation>Versione %1</translation>
  592. </message>
  593. </context>
  594. <context>
  595. <name>UIMain</name>
  596. <message>
  597. <location filename="../qwbfs/src/UIMain.ui" line="51"/>
  598. <source>Tools</source>
  599. <translation>Strumenti</translation>
  600. </message>
  601. <message>
  602. <location filename="../qwbfs/src/UIMain.ui" line="69"/>
  603. <source>File System</source>
  604. <translation>File System</translation>
  605. </message>
  606. <message>
  607. <location filename="../qwbfs/src/UIMain.ui" line="78"/>
  608. <source>Reload the mount points</source>
  609. <translation>Ricarica i punti di mount</translation>
  610. </message>
  611. <message>
  612. <location filename="../qwbfs/src/UIMain.ui" line="138"/>
  613. <source>Export</source>
  614. <translation>Esporta</translation>
  615. </message>
  616. <message>
  617. <location filename="../qwbfs/src/UIMain.ui" line="159"/>
  618. <source>Clear the list</source>
  619. <translation>Cancella la lista</translation>
  620. </message>
  621. <message>
  622. <location filename="../qwbfs/src/UIMain.ui" line="179"/>
  623. <source>Remove the selected items from the list</source>
  624. <translation>Rimuovi gli elementi selezionati dalla lista</translation>
  625. </message>
  626. <message>
  627. <location filename="../qwbfs/src/UIMain.ui" line="199"/>
  628. <source>Process the export list</source>
  629. <translation>Processa la lista di esportazione</translation>
  630. </message>
  631. <message>
  632. <location filename="../qwbfs/src/UIMain.ui" line="256"/>
  633. <source>Main ToolBar</source>
  634. <translation>Barra degli Strumenti Principale</translation>
  635. </message>
  636. <message>
  637. <location filename="../qwbfs/src/UIMain.ui" line="296"/>
  638. <source>Covers</source>
  639. <translation>Copertina</translation>
  640. </message>
  641. <message>
  642. <location filename="../qwbfs/src/UIMain.ui" line="343"/>
  643. <source>Covers By</source>
  644. <translation type="unfinished"></translation>
  645. </message>
  646. <message>
  647. <location filename="../qwbfs/src/UIMain.ui" line="379"/>
  648. <source>Reload</source>
  649. <translation>Ricarica</translation>
  650. </message>
  651. <message>
  652. <location filename="../qwbfs/src/UIMain.ui" line="382"/>
  653. <source>Reload the partitions</source>
  654. <translation>Ricarica le partizioni</translation>
  655. </message>
  656. <message>
  657. <location filename="../qwbfs/src/UIMain.ui" line="391"/>
  658. <source>About...</source>
  659. <translation>Approposito...</translation>
  660. </message>
  661. <message>
  662. <location filename="../qwbfs/src/UIMain.ui" line="403"/>
  663. <source>Quit...</source>
  664. <translation>Chiudi...</translation>
  665. </message>
  666. <message>
  667. <location filename="../qwbfs/src/UIMain.ui" line="415"/>
  668. <source>Properties</source>
  669. <translation>Proprietà</translation>
  670. </message>
  671. <message>
  672. <location filename="../qwbfs/src/UIMain.ui" line="427"/>
  673. <source>Convert ISO Files</source>
  674. <translation>Converti File ISO</translation>
  675. </message>
  676. <message>
  677. <location filename="../qwbfs/src/UIMain.ui" line="436"/>
  678. <source>Convert WBFS Files</source>
  679. <translation>Converti File WBFS</translation>
  680. </message>
  681. <message>
  682. <location filename="../qwbfs/src/UIMain.ui" line="445"/>
  683. <source>Rename Discs in folder</source>
  684. <translation>Rinomina Dischi nella cartella</translation>
  685. </message>
  686. <message>
  687. <location filename="../qwbfs/src/UIMain.cpp" line="243"/>
  688. <source>Actions</source>
  689. <translation>Azioni</translation>
  690. </message>
  691. <message>
  692. <location filename="../qwbfs/src/UIMain.cpp" line="192"/>
  693. <source>Welcome to %1, the cross-platform WBFS Manager. Report bugs &lt;a href=&quot;%2&quot;&gt;here&lt;/a&gt;, discuss &lt;a href=&quot;%3&quot;&gt;here&lt;/a&gt;.</source>
  694. <translation>Benvenuto in %1, il gestore WBFS multi-piattaforma. Riporta bug &lt;a href=&quot;%2&quot;&gt;qui&lt;/a&gt;, discussioni &lt;a href=&quot;%3&quot;&gt;qui&lt;/a&gt;.</translation>
  695. </message>
  696. <message>
  697. <location filename="../qwbfs/src/UIMain.cpp" line="452"/>
  698. <source>I don&apos;t know how to list partition for this platform.
  699. You will have to set the correct partition path yourself for mounting partitions.</source>
  700. <translation>Non so come elencare le partizioni per questa piattaforma.
  701. Dovrai impostare a mano il percoso corretto per le partizioni montate.</translation>
  702. </message>
  703. <message>
  704. <location filename="../qwbfs/src/UIMain.cpp" line="481"/>
  705. <source>Choose ISO files to convert</source>
  706. <translation>Scegliere file ISO da convertire</translation>
  707. </message>
  708. <message>
  709. <location filename="../qwbfs/src/UIMain.cpp" line="527"/>
  710. <source>Choose the folder to scan for ISOs/WBFSs files</source>
  711. <translation>Scegliere la cartella da scansionare per file ISO/WBFS</translation>
  712. </message>
  713. <message>
  714. <location filename="../qwbfs/src/UIMain.cpp" line="545"/>
  715. <source>Choose the pattern to apply:
  716. %1
  717. %2
  718. %3
  719. </source>
  720. <translation>Scegli il modello da applicare:
  721. %1
  722. %2
  723. %3
  724. </translation>
  725. </message>
  726. <message>
  727. <location filename="../qwbfs/src/UIMain.cpp" line="644"/>
  728. <source>Which format do you want to use to export the discs ?</source>
  729. <translation>Che formato vuoi usare per esportare i dischi?</translation>
  730. </message>
  731. <message>
  732. <location filename="../qwbfs/src/UIMain.cpp" line="481"/>
  733. <source>ISO Files (*.iso)</source>
  734. <translation>File ISO (*.iso)</translation>
  735. </message>
  736. <message>
  737. <location filename="../qwbfs/src/UIMain.cpp" line="504"/>
  738. <source>WBFS Files (*.wbfs)</source>
  739. <translation>File WBFS (*.wbfs)</translation>
  740. </message>
  741. <message>
  742. <location filename="../qwbfs/src/UIMain.cpp" line="504"/>
  743. <source>Choose WBFS files to convert</source>
  744. <translation>Scegliere file WBFS da convertire</translation>
  745. </message>
  746. <message>
  747. <location filename="../qwbfs/src/UIMain.cpp" line="546"/>
  748. <source>%1 = Game Title</source>
  749. <translation>%1 = Titolo Gioco</translation>
  750. </message>
  751. <message>
  752. <location filename="../qwbfs/src/UIMain.cpp" line="547"/>
  753. <source>%1 = Game Id</source>
  754. <translation>%1 = ID Gioco</translation>
  755. </message>
  756. <message>
  757. <location filename="../qwbfs/src/UIMain.cpp" line="548"/>
  758. <source>%1 = File Suffix</source>
  759. <translation>%1 = Estensione File</translation>
  760. </message>
  761. <message>
  762. <location filename="../qwbfs/src/UIMain.cpp" line="629"/>
  763. <source>Choose a folder to export the discs</source>
  764. <translation>Scegli la cartella dove espoertare i dischi</translation>
  765. </message>
  766. </context>
  767. <context>
  768. <name>WorkerThread</name>
  769. <message>
  770. <location filename="../qwbfs/src/WorkerThread.cpp" line="93"/>
  771. <source>Indirect Export to ISO</source>
  772. <translation>Esportazione Indiretta in ISO</translation>
  773. </message>
  774. <message>
  775. <location filename="../qwbfs/src/WorkerThread.cpp" line="93"/>
  776. <source>Export to ISO</source>
  777. <translation>Esporta in ISO</translation>
  778. </message>
  779. <message>
  780. <location filename="../qwbfs/src/WorkerThread.cpp" line="95"/>
  781. <source>Indirect Export to WBFS</source>
  782. <translation>Esportazione Indiretta in WBFS</translation>
  783. </message>
  784. <message>
  785. <location filename="../qwbfs/src/WorkerThread.cpp" line="95"/>
  786. <source>Export to WBFS</source>
  787. <translation>Esporta in WBFS</translation>
  788. </message>
  789. <message>
  790. <location filename="../qwbfs/src/WorkerThread.cpp" line="97"/>
  791. <source>Indirect Import to ISO</source>
  792. <translation>Importazione Indiretta in ISO</translation>
  793. </message>
  794. <message>
  795. <location filename="../qwbfs/src/WorkerThread.cpp" line="97"/>
  796. <source>Import to ISO</source>
  797. <translation>Importazione in ISO</translation>
  798. </message>
  799. <message>
  800. <location filename="../qwbfs/src/WorkerThread.cpp" line="99"/>
  801. <source>Indirect Import to WBFS</source>
  802. <translation>Importazione Indiretta in WBFS</translation>
  803. </message>
  804. <message>
  805. <location filename="../qwbfs/src/WorkerThread.cpp" line="99"/>
  806. <source>Import to WBFS</source>
  807. <translation>Importazione in WBFS</translation>
  808. </message>
  809. <message>
  810. <location filename="../qwbfs/src/WorkerThread.cpp" line="101"/>
  811. <source>Indirect Convert to ISO</source>
  812. <translation>Conversione Indiretta in ISO</translation>
  813. </message>
  814. <message>
  815. <location filename="../qwbfs/src/WorkerThread.cpp" line="101"/>
  816. <source>Convert to ISO</source>
  817. <translation>Conversione in ISO</translation>
  818. </message>
  819. <message>
  820. <location filename="../qwbfs/src/WorkerThread.cpp" line="103"/>
  821. <source>Indirect Convert to WBFS</source>
  822. <translation>Conversione Indiretta in WBFS</translation>
  823. </message>
  824. <message>
  825. <location filename="../qwbfs/src/WorkerThread.cpp" line="103"/>
  826. <source>Convert to WBFS</source>
  827. <translation>Conversione in WBFS</translation>
  828. </message>
  829. <message>
  830. <location filename="../qwbfs/src/WorkerThread.cpp" line="105"/>
  831. <source>Rename Disc</source>
  832. <translation>Rinomina Disco</translation>
  833. </message>
  834. <message>
  835. <location filename="../qwbfs/src/WorkerThread.cpp" line="356"/>
  836. <location filename="../qwbfs/src/WorkerThread.cpp" line="577"/>
  837. <source>Initializing WBFS disc &apos;%1&apos;...</source>
  838. <translation>Inizializzazione disco WBFS &apos;%1&apos;...</translation>
  839. </message>
  840. <message>
  841. <location filename="../qwbfs/src/WorkerThread.cpp" line="367"/>
  842. <location filename="../qwbfs/src/WorkerThread.cpp" line="592"/>
  843. <source>Formating WBFS disc &apos;%1&apos;...</source>
  844. <translation>Formattazione disco WBFS &apos;%1&apos;...</translation>
  845. </message>
  846. </context>
  847. <context>
  848. <name>pPartition</name>
  849. <message>
  850. <location filename="../qwbfs/src/models/pPartition.cpp" line="87"/>
  851. <location filename="../qwbfs/src/models/pPartition.cpp" line="479"/>
  852. <source>Unknown FS</source>
  853. <translation>FS Sconosciuto</translation>
  854. </message>
  855. <message>
  856. <location filename="../qwbfs/src/models/pPartition.cpp" line="218"/>
  857. <source>Unknown Vendor/Model</source>
  858. <translation>Prodotto/Modello Sconosciuto</translation>
  859. </message>
  860. </context>
  861. <context>
  862. <name>pPartitionModel</name>
  863. <message>
  864. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="119"/>
  865. <source>Label</source>
  866. <translation>Etichetta</translation>
  867. </message>
  868. <message>
  869. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="121"/>
  870. <source>Path</source>
  871. <translation>Percorso</translation>
  872. </message>
  873. <message>
  874. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="123"/>
  875. <source>File System</source>
  876. <translation>File System</translation>
  877. </message>
  878. <message>
  879. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="125"/>
  880. <source>Mount Points</source>
  881. <translation>Punti di Montaggio</translation>
  882. </message>
  883. <message>
  884. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="127"/>
  885. <source>Vendor</source>
  886. <translation>Produttore</translation>
  887. </message>
  888. <message>
  889. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="129"/>
  890. <source>Model</source>
  891. <translation>Modello</translation>
  892. </message>
  893. <message>
  894. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="131"/>
  895. <source>File System Id</source>
  896. <translation>File System Id</translation>
  897. </message>
  898. <message>
  899. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="133"/>
  900. <source>Display Text</source>
  901. <translation type="unfinished"></translation>
  902. </message>
  903. <message>
  904. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="135"/>
  905. <source>Size</source>
  906. <translation type="unfinished"></translation>
  907. </message>
  908. <message>
  909. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="137"/>
  910. <source>Used</source>
  911. <translation type="unfinished"></translation>
  912. </message>
  913. <message>
  914. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="139"/>
  915. <source>Free</source>
  916. <translation type="unfinished"></translation>
  917. </message>
  918. <message>
  919. <location filename="../qwbfs/src/models/pPartitionModel.cpp" line="141"/>
  920. <source>Last Check</source>
  921. <translation>Ultimo Controllo</translation>
  922. </message>
  923. </context>
  924. </TS>