cura.po 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: \n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-09-12 18:40+0200\n"
  11. "PO-Revision-Date: 2015-06-30 18:02+0300\n"
  12. "Last-Translator: Tapio <info@tapimex.fi>\n"
  13. "Language-Team: \n"
  14. "Language: fi_FI\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "X-Generator: Poedit 1.8.2\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:20
  21. msgctxt "@title:window"
  22. msgid "Oops!"
  23. msgstr ""
  24. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:26
  25. msgctxt "@label"
  26. msgid ""
  27. "<p>An uncaught exception has occurred!</p><p>Please use the information "
  28. "below to post a bug report at <a href=\"http://github.com/Ultimaker/Cura/"
  29. "issues\">http://github.com/Ultimaker/Cura/issues</a></p>"
  30. msgstr ""
  31. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:46
  32. msgctxt "@action:button"
  33. msgid "Open Web Page"
  34. msgstr ""
  35. #: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:135
  36. #, fuzzy
  37. msgctxt "@info:progress"
  38. msgid "Setting up scene..."
  39. msgstr "Asetetaan näkymää..."
  40. #: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:169
  41. #, fuzzy
  42. msgctxt "@info:progress"
  43. msgid "Loading interface..."
  44. msgstr "Ladataan käyttöliittymää..."
  45. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:12
  46. msgctxt "@label"
  47. msgid "3MF Reader"
  48. msgstr ""
  49. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:15
  50. msgctxt "@info:whatsthis"
  51. msgid "Provides support for reading 3MF files."
  52. msgstr ""
  53. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:20
  54. #, fuzzy
  55. msgctxt "@item:inlistbox"
  56. msgid "3MF File"
  57. msgstr "&Tiedosto"
  58. #: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:12
  59. #, fuzzy
  60. msgctxt "@label"
  61. msgid "Change Log"
  62. msgstr "Moottorin loki"
  63. #: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:15
  64. msgctxt "@info:whatsthis"
  65. msgid "Shows changes since latest checked version"
  66. msgstr ""
  67. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:13
  68. msgctxt "@label"
  69. msgid "CuraEngine Backend"
  70. msgstr ""
  71. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:15
  72. #, fuzzy
  73. msgctxt "@info:whatsthis"
  74. msgid "Provides the link to the CuraEngine slicing backend"
  75. msgstr "Linkki CuraEngine-viipalointiin taustalla"
  76. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:30
  77. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:111
  78. msgctxt "@info:status"
  79. msgid "Processing Layers"
  80. msgstr ""
  81. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/CuraEngineBackend.py:169
  82. #, fuzzy
  83. msgctxt "@info:status"
  84. msgid "Slicing..."
  85. msgstr "Lasketaan..."
  86. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:12
  87. #, fuzzy
  88. msgctxt "@label"
  89. msgid "GCode Writer"
  90. msgstr "GCode-tiedosto"
  91. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:15
  92. #, fuzzy
  93. msgctxt "@info:whatsthis"
  94. msgid "Writes GCode to a file"
  95. msgstr "Kirjoittaa GCoden tiedostoon"
  96. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:22
  97. #, fuzzy
  98. msgctxt "@item:inlistbox"
  99. msgid "GCode File"
  100. msgstr "GCode-tiedosto"
  101. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:13
  102. #, fuzzy
  103. msgctxt "@label"
  104. msgid "Layer View"
  105. msgstr "Kerrokset"
  106. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:16
  107. #, fuzzy
  108. msgctxt "@info:whatsthis"
  109. msgid "Provides the Layer view."
  110. msgstr "Kerrosnäkymä."
  111. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:20
  112. #, fuzzy
  113. msgctxt "@item:inlistbox"
  114. msgid "Layers"
  115. msgstr "Kerrokset"
  116. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:20
  117. msgctxt "@action:button"
  118. msgid "Save to Removable Drive"
  119. msgstr ""
  120. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:21
  121. #, fuzzy, python-brace-format
  122. msgctxt "@item:inlistbox"
  123. msgid "Save to Removable Drive {0}"
  124. msgstr "Tallenna SD-kortille {0}"
  125. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:52
  126. #, python-brace-format
  127. msgctxt "@info:progress"
  128. msgid "Saving to Removable Drive <filename>{0}</filename>"
  129. msgstr ""
  130. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:73
  131. #, fuzzy, python-brace-format
  132. msgctxt "@info:status"
  133. msgid "Saved to Removable Drive {0} as {1}"
  134. msgstr "Tallennettu SD-kortille {0} nimellä {1}"
  135. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74
  136. #, fuzzy
  137. msgctxt "@action:button"
  138. msgid "Eject"
  139. msgstr "Poista"
  140. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74
  141. #, python-brace-format
  142. msgctxt "@action"
  143. msgid "Eject removable device {0}"
  144. msgstr ""
  145. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:79
  146. #, python-brace-format
  147. msgctxt "@info:status"
  148. msgid "Could not save to removable drive {0}: {1}"
  149. msgstr ""
  150. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:58
  151. msgctxt "@item:intext"
  152. msgid "Removable Drive"
  153. msgstr ""
  154. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:42
  155. #, python-brace-format
  156. msgctxt "@info:status"
  157. msgid "Ejected {0}. You can now safely remove the drive."
  158. msgstr ""
  159. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:45
  160. #, python-brace-format
  161. msgctxt "@info:status"
  162. msgid "Failed to eject {0}. Maybe it is still in use?"
  163. msgstr ""
  164. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:12
  165. msgctxt "@label"
  166. msgid "Removable Drive Output Device Plugin"
  167. msgstr ""
  168. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:14
  169. msgctxt "@info:whatsthis"
  170. msgid "Provides removable drive hotplugging and writing support"
  171. msgstr ""
  172. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:10
  173. msgctxt "@label"
  174. msgid "Slice info"
  175. msgstr ""
  176. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:13
  177. msgctxt "@info:whatsthis"
  178. msgid "Submits anonymous slice info. Can be disabled through preferences."
  179. msgstr ""
  180. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:35
  181. msgctxt "@info"
  182. msgid ""
  183. "Cura automatically sends slice info. You can disable this in preferences"
  184. msgstr ""
  185. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:36
  186. msgctxt "@action:button"
  187. msgid "Dismiss"
  188. msgstr ""
  189. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:35
  190. msgctxt "@item:inmenu"
  191. msgid "USB printing"
  192. msgstr ""
  193. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:36
  194. msgctxt "@action:button"
  195. msgid "Print with USB"
  196. msgstr ""
  197. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:37
  198. msgctxt "@info:tooltip"
  199. msgid "Print with USB"
  200. msgstr ""
  201. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:13
  202. msgctxt "@label"
  203. msgid "USB printing"
  204. msgstr ""
  205. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:17
  206. #, fuzzy
  207. msgctxt "@info:whatsthis"
  208. msgid ""
  209. "Accepts G-Code and sends them to a printer. Plugin can also update firmware."
  210. msgstr ""
  211. "Hyväksyy G-Coden ja lähettää ne tulostimeen. Lisäosa voi myös päivittää "
  212. "laiteohjelmiston"
  213. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:46
  214. #, fuzzy
  215. msgctxt "@title:menu"
  216. msgid "Firmware"
  217. msgstr "Päivitä laiteohjelmisto"
  218. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:47
  219. #, fuzzy
  220. msgctxt "@item:inmenu"
  221. msgid "Update Firmware"
  222. msgstr "Päivitä laiteohjelmisto"
  223. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:17
  224. msgctxt "@title:window"
  225. msgid "Print with USB"
  226. msgstr ""
  227. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:28
  228. #, fuzzy
  229. msgctxt "@label"
  230. msgid "Extruder Temperature %1"
  231. msgstr "Suulakkeen lämpötila %1"
  232. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:33
  233. #, fuzzy
  234. msgctxt "@label"
  235. msgid "Bed Temperature %1"
  236. msgstr "Pöydän lämpötila %1"
  237. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:60
  238. #, fuzzy
  239. msgctxt "@action:button"
  240. msgid "Print"
  241. msgstr "Tulosta"
  242. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:67
  243. #, fuzzy
  244. msgctxt "@action:button"
  245. msgid "Cancel"
  246. msgstr "Peruuta"
  247. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:20
  248. #, fuzzy
  249. msgctxt "@title:window"
  250. msgid "Firmware Update"
  251. msgstr "Laiteohjelmiston päivitys suoritettu."
  252. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:38
  253. #, fuzzy
  254. msgctxt "@label"
  255. msgid "Starting firmware update, this may take a while."
  256. msgstr "Käynnistetään laiteohjelmiston päivitystä, mikä voi kestää hetken."
  257. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:43
  258. #, fuzzy
  259. msgctxt "@label"
  260. msgid "Firmware update completed."
  261. msgstr "Laiteohjelmiston päivitys suoritettu."
  262. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:48
  263. #, fuzzy
  264. msgctxt "@label"
  265. msgid "Updating firmware."
  266. msgstr "Päivitetään laiteohjelmistoa."
  267. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:78
  268. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:38
  269. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:74
  270. #, fuzzy
  271. msgctxt "@action:button"
  272. msgid "Close"
  273. msgstr "Sulje"
  274. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:18
  275. #, fuzzy
  276. msgctxt "@title:window"
  277. msgid "Add Printer"
  278. msgstr "Lisää tulostin"
  279. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:25
  280. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:51
  281. #, fuzzy
  282. msgctxt "@title"
  283. msgid "Add Printer"
  284. msgstr "Lisää tulostin"
  285. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:15
  286. #, fuzzy
  287. msgctxt "@title:window"
  288. msgid "Engine Log"
  289. msgstr "Moottorin loki"
  290. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:31
  291. msgctxt "@label"
  292. msgid "Variant:"
  293. msgstr ""
  294. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:82
  295. msgctxt "@label"
  296. msgid "Global Profile:"
  297. msgstr ""
  298. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/Bedleveling.qml:29
  299. msgctxt "@action:button"
  300. msgid "Move to next position"
  301. msgstr ""
  302. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:39
  303. msgctxt "@label"
  304. msgid ""
  305. "To assist you in having better default settings for your Ultimaker. Cura "
  306. "would like to know which upgrades you have in your machine:"
  307. msgstr ""
  308. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:49
  309. #, fuzzy
  310. msgctxt "@option:check"
  311. msgid "Extruder driver ugrades"
  312. msgstr "Suulakkeen lämpötila %1"
  313. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:54
  314. msgctxt "@option:check"
  315. msgid "Heated printer bed (kit)"
  316. msgstr ""
  317. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:58
  318. msgctxt "@option:check"
  319. msgid "Heated printer bed (self built)"
  320. msgstr ""
  321. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:62
  322. msgctxt "@option:check"
  323. msgid "Dual extrusion (experimental)"
  324. msgstr ""
  325. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:70
  326. msgctxt "@label"
  327. msgid ""
  328. "If you have an Ultimaker bought after october 2012 you will have the "
  329. "Extruder drive upgrade. If you do not have this upgrade, it is highly "
  330. "recommended to improve reliability."
  331. msgstr ""
  332. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:77
  333. msgctxt "@label"
  334. msgid ""
  335. "This upgrade can be bought from the Ultimaker webshop or found on "
  336. "thingiverse as thing:26094"
  337. msgstr ""
  338. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:44
  339. msgctxt "@label"
  340. msgid ""
  341. "It's a good idea to do a few sanity checks on your Ultimaker. \n"
  342. " You can skip these if you know your machine is functional"
  343. msgstr ""
  344. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:51
  345. msgctxt "@label"
  346. msgid "Connection: "
  347. msgstr ""
  348. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55
  349. msgctxt "@info:status"
  350. msgid "Done"
  351. msgstr ""
  352. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55
  353. msgctxt "@info:status"
  354. msgid "Incomplete"
  355. msgstr ""
  356. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:62
  357. msgctxt "@label"
  358. msgid "Min endstop X: "
  359. msgstr ""
  360. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66
  361. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77
  362. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89
  363. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:178
  364. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:187
  365. msgctxt "@info:status"
  366. msgid "Works"
  367. msgstr ""
  368. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66
  369. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77
  370. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89
  371. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:119
  372. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:149
  373. msgctxt "@info:status"
  374. msgid "Not checked"
  375. msgstr ""
  376. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:73
  377. msgctxt "@label"
  378. msgid "Min endstop Y: "
  379. msgstr ""
  380. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:85
  381. msgctxt "@label"
  382. msgid "Min endstop Z: "
  383. msgstr ""
  384. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:97
  385. msgctxt "@label"
  386. msgid "Nozzle temperature check: "
  387. msgstr ""
  388. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:105
  389. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:135
  390. msgctxt "@action:button"
  391. msgid "Start heating"
  392. msgstr ""
  393. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:110
  394. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:140
  395. msgctxt "@info:progress"
  396. msgid "Checking"
  397. msgstr ""
  398. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:127
  399. #, fuzzy
  400. msgctxt "@label"
  401. msgid "bed temperature check: "
  402. msgstr "Pöydän lämpötila %1"
  403. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:42
  404. msgctxt "@action:button"
  405. msgid "Update"
  406. msgstr ""
  407. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:48
  408. msgctxt "@info:status"
  409. msgid "ERROR"
  410. msgstr ""
  411. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:60
  412. #, fuzzy
  413. msgctxt "@label"
  414. msgid "Please select the type of printer:"
  415. msgstr "Valitse tulostimen tyyppi:"
  416. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:186
  417. #, fuzzy
  418. msgctxt "@label:textbox"
  419. msgid "Printer Name:"
  420. msgstr "Tulostimen nimi:"
  421. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:212
  422. msgctxt "@title"
  423. msgid "Select Upgraded Parts"
  424. msgstr ""
  425. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:215
  426. #, fuzzy
  427. msgctxt "@title"
  428. msgid "Upgrade Firmware"
  429. msgstr "Päivitä laiteohjelmisto"
  430. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:218
  431. #, fuzzy
  432. msgctxt "@title"
  433. msgid "Check Printer"
  434. msgstr "Lisää tulostin"
  435. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:221
  436. msgctxt "@title"
  437. msgid "Bed Levelling"
  438. msgstr ""
  439. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:15
  440. #, fuzzy
  441. msgctxt "@title:window"
  442. msgid "About Cura"
  443. msgstr "Tietoja Curasta"
  444. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:54
  445. #, fuzzy
  446. msgctxt "@label"
  447. msgid "End-to-end solution for fused filament 3D printing."
  448. msgstr "Kokonaisvaltainen sulatettavan tulostuslangan 3D-tulostusratkaisu."
  449. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:66
  450. #, fuzzy
  451. msgctxt "@info:credit"
  452. msgid ""
  453. "Cura has been developed by Ultimaker B.V. in cooperation with the community."
  454. msgstr ""
  455. "Cura-ohjelman on kehittänyt Ultimaker B.V. yhteistyössä yhteisön kanssa."
  456. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:16
  457. #, fuzzy
  458. msgctxt "@title:window"
  459. msgid "View"
  460. msgstr "Näytä"
  461. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:41
  462. #, fuzzy
  463. msgctxt "@option:check"
  464. msgid "Display Overhang"
  465. msgstr "Näytä uloke"
  466. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:45
  467. msgctxt "@info:tooltip"
  468. msgid ""
  469. "Highlight unsupported areas of the model in red. Without support these areas "
  470. "will nog print properly."
  471. msgstr ""
  472. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:74
  473. msgctxt "@action:button"
  474. msgid "Center camera when item is selected"
  475. msgstr ""
  476. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:78
  477. msgctxt "@info:tooltip"
  478. msgid ""
  479. "Moves the camera so the object is in the center of the view when an object "
  480. "is selected"
  481. msgstr ""
  482. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:70
  483. #, fuzzy
  484. msgctxt "@label:textbox"
  485. msgid "Printjob Name"
  486. msgstr "Tulostimen nimi:"
  487. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:167
  488. msgctxt "@label %1 is length of filament"
  489. msgid "%1 m"
  490. msgstr ""
  491. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:229
  492. msgctxt "@info:tooltip"
  493. msgid "Select the active output device"
  494. msgstr ""
  495. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:34
  496. msgctxt "@label"
  497. msgid "Infill:"
  498. msgstr ""
  499. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:119
  500. msgctxt "@label"
  501. msgid "Sparse"
  502. msgstr ""
  503. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:121
  504. msgctxt "@label"
  505. msgid "Sparse (20%) infill will give your model an average strength"
  506. msgstr ""
  507. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:125
  508. msgctxt "@label"
  509. msgid "Dense"
  510. msgstr ""
  511. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:127
  512. msgctxt "@label"
  513. msgid "Dense (50%) infill will give your model an above average strength"
  514. msgstr ""
  515. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:131
  516. msgctxt "@label"
  517. msgid "Solid"
  518. msgstr ""
  519. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:133
  520. msgctxt "@label"
  521. msgid "Solid (100%) infill will make your model completely solid"
  522. msgstr ""
  523. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:151
  524. #, fuzzy
  525. msgctxt "@label:listbox"
  526. msgid "Helpers:"
  527. msgstr "&Ohje"
  528. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:169
  529. msgctxt "@option:check"
  530. msgid "Enable Skirt Adhesion"
  531. msgstr ""
  532. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:187
  533. #, fuzzy
  534. msgctxt "@option:check"
  535. msgid "Enable Support"
  536. msgstr "Ota tuki käyttöön"
  537. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:51
  538. msgctxt "@action:inmenu"
  539. msgid "Toggle Fu&ll Screen"
  540. msgstr ""
  541. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:58
  542. #, fuzzy
  543. msgctxt "@action:inmenu"
  544. msgid "&Undo"
  545. msgstr "&Kumoa"
  546. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:66
  547. #, fuzzy
  548. msgctxt "@action:inmenu"
  549. msgid "&Redo"
  550. msgstr "Tee &uudelleen"
  551. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:74
  552. #, fuzzy
  553. msgctxt "@action:inmenu"
  554. msgid "&Quit"
  555. msgstr "&Lopeta"
  556. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:82
  557. #, fuzzy
  558. msgctxt "@action:inmenu"
  559. msgid "&Preferences..."
  560. msgstr "&Suosikkiasetukset..."
  561. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:89
  562. #, fuzzy
  563. msgctxt "@action:inmenu"
  564. msgid "&Add Printer..."
  565. msgstr "L&isää tulostin..."
  566. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:95
  567. #, fuzzy
  568. msgctxt "@action:inmenu"
  569. msgid "Manage Pr&inters..."
  570. msgstr "L&isää tulostin..."
  571. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:102
  572. msgctxt "@action:inmenu"
  573. msgid "Manage Profiles..."
  574. msgstr ""
  575. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:109
  576. #, fuzzy
  577. msgctxt "@action:inmenu"
  578. msgid "Show Online &Documentation"
  579. msgstr "Näytä sähköinen &dokumentaatio"
  580. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:116
  581. #, fuzzy
  582. msgctxt "@action:inmenu"
  583. msgid "Report a &Bug"
  584. msgstr "Ilmoita &virheestä"
  585. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:123
  586. #, fuzzy
  587. msgctxt "@action:inmenu"
  588. msgid "&About..."
  589. msgstr "Ti&etoja..."
  590. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:130
  591. #, fuzzy
  592. msgctxt "@action:inmenu"
  593. msgid "Delete &Selection"
  594. msgstr "Poista valinta"
  595. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:138
  596. #, fuzzy
  597. msgctxt "@action:inmenu"
  598. msgid "Delete Object"
  599. msgstr "Poista kohde"
  600. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:146
  601. #, fuzzy
  602. msgctxt "@action:inmenu"
  603. msgid "Ce&nter Object on Platform"
  604. msgstr "Keskitä kohde alustalle"
  605. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:152
  606. msgctxt "@action:inmenu"
  607. msgid "&Group Objects"
  608. msgstr ""
  609. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:160
  610. msgctxt "@action:inmenu"
  611. msgid "Ungroup Objects"
  612. msgstr ""
  613. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:168
  614. #, fuzzy
  615. msgctxt "@action:inmenu"
  616. msgid "&Merge Objects"
  617. msgstr "Poista kohde"
  618. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:176
  619. #, fuzzy
  620. msgctxt "@action:inmenu"
  621. msgid "&Duplicate Object"
  622. msgstr "Monista kohde"
  623. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:183
  624. #, fuzzy
  625. msgctxt "@action:inmenu"
  626. msgid "&Clear Build Platform"
  627. msgstr "Tyhjennä alusta"
  628. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:190
  629. #, fuzzy
  630. msgctxt "@action:inmenu"
  631. msgid "Re&load All Objects"
  632. msgstr "Lataa kaikki kohteet uudelleen"
  633. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:197
  634. #, fuzzy
  635. msgctxt "@action:inmenu"
  636. msgid "Reset All Object Positions"
  637. msgstr "Nollaa kaikki kohteiden sijainnit"
  638. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:203
  639. #, fuzzy
  640. msgctxt "@action:inmenu"
  641. msgid "Reset All Object &Transformations"
  642. msgstr "Nollaa kaikkien kohteiden muunnokset"
  643. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:209
  644. #, fuzzy
  645. msgctxt "@action:inmenu"
  646. msgid "&Open File..."
  647. msgstr "Avaa tiedosto"
  648. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:217
  649. #, fuzzy
  650. msgctxt "@action:inmenu"
  651. msgid "Show Engine &Log..."
  652. msgstr "Näytä moottorin l&oki"
  653. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Sidebar.qml:126
  654. #, fuzzy
  655. msgctxt "@title:tab"
  656. msgid "Simple"
  657. msgstr "Perusasetukset"
  658. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Sidebar.qml:127
  659. #, fuzzy
  660. msgctxt "@title:tab"
  661. msgid "Advanced"
  662. msgstr "Lisäasetukset"
  663. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarHeader.qml:30
  664. #, fuzzy
  665. msgctxt "@label:listbox"
  666. msgid "Print Setup"
  667. msgstr "Tulostimen asennus"
  668. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarHeader.qml:100
  669. #, fuzzy
  670. msgctxt "@label:listbox"
  671. msgid "Machine:"
  672. msgstr "Laite:"
  673. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:16
  674. #, fuzzy
  675. msgctxt "@title:window"
  676. msgid "Cura"
  677. msgstr "Cura"
  678. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:34
  679. #, fuzzy
  680. msgctxt "@title:menu"
  681. msgid "&File"
  682. msgstr "&Tiedosto"
  683. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:43
  684. msgctxt "@title:menu"
  685. msgid "Open &Recent"
  686. msgstr ""
  687. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:72
  688. msgctxt "@action:inmenu"
  689. msgid "&Save Selection to File"
  690. msgstr ""
  691. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:80
  692. #, fuzzy
  693. msgctxt "@title:menu"
  694. msgid "Save &All"
  695. msgstr "Tallenna tiedosto"
  696. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:108
  697. #, fuzzy
  698. msgctxt "@title:menu"
  699. msgid "&Edit"
  700. msgstr "&Muokkaa"
  701. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:125
  702. #, fuzzy
  703. msgctxt "@title:menu"
  704. msgid "&View"
  705. msgstr "Näytä"
  706. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:151
  707. #, fuzzy
  708. msgctxt "@title:menu"
  709. msgid "&Machine"
  710. msgstr "&Laite"
  711. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:197
  712. msgctxt "@title:menu"
  713. msgid "&Profile"
  714. msgstr ""
  715. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:224
  716. #, fuzzy
  717. msgctxt "@title:menu"
  718. msgid "E&xtensions"
  719. msgstr "Laa&jennukset"
  720. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:257
  721. #, fuzzy
  722. msgctxt "@title:menu"
  723. msgid "&Settings"
  724. msgstr "&Asetukset"
  725. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:265
  726. #, fuzzy
  727. msgctxt "@title:menu"
  728. msgid "&Help"
  729. msgstr "&Ohje"
  730. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:335
  731. #, fuzzy
  732. msgctxt "@action:button"
  733. msgid "Open File"
  734. msgstr "Avaa tiedosto"
  735. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:377
  736. #, fuzzy
  737. msgctxt "@action:button"
  738. msgid "View Mode"
  739. msgstr "Näyttötapa"
  740. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:461
  741. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:14
  742. msgctxt "@title:tab"
  743. msgid "General"
  744. msgstr ""
  745. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:464
  746. #, fuzzy
  747. msgctxt "@title:tab"
  748. msgid "View"
  749. msgstr "Näytä"
  750. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:603
  751. #, fuzzy
  752. msgctxt "@title:window"
  753. msgid "Open File"
  754. msgstr "Avaa tiedosto"
  755. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:36
  756. msgctxt "@label"
  757. msgid "Language"
  758. msgstr ""
  759. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:47
  760. msgctxt "@item:inlistbox"
  761. msgid "Bulgarian"
  762. msgstr ""
  763. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:48
  764. msgctxt "@item:inlistbox"
  765. msgid "Czech"
  766. msgstr ""
  767. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:49
  768. msgctxt "@item:inlistbox"
  769. msgid "English"
  770. msgstr ""
  771. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:50
  772. msgctxt "@item:inlistbox"
  773. msgid "Finnish"
  774. msgstr ""
  775. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:51
  776. msgctxt "@item:inlistbox"
  777. msgid "French"
  778. msgstr ""
  779. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:52
  780. msgctxt "@item:inlistbox"
  781. msgid "German"
  782. msgstr ""
  783. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:53
  784. msgctxt "@item:inlistbox"
  785. msgid "Italian"
  786. msgstr ""
  787. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:54
  788. msgctxt "@item:inlistbox"
  789. msgid "Polish"
  790. msgstr ""
  791. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:55
  792. msgctxt "@item:inlistbox"
  793. msgid "Russian"
  794. msgstr ""
  795. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:56
  796. msgctxt "@item:inlistbox"
  797. msgid "Spanish"
  798. msgstr ""
  799. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:98
  800. msgctxt "@label"
  801. msgid ""
  802. "You will need to restart the application for language changes to have effect."
  803. msgstr ""
  804. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:114
  805. msgctxt "@option:check"
  806. msgid "Ensure objects are kept apart"
  807. msgstr ""
  808. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:118
  809. msgctxt "@info:tooltip"
  810. msgid ""
  811. "Should objects on the platform be moved so that they no longer intersect."
  812. msgstr ""
  813. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:147
  814. msgctxt "@option:check"
  815. msgid "Send (Anonymous) Print Information"
  816. msgstr ""
  817. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:151
  818. msgctxt "@info:tooltip"
  819. msgid ""
  820. "Should anonymous data about your print be sent to Ultimaker? Note, no "
  821. "models, IP addresses or other personally identifiable information is sent or "
  822. "stored."
  823. msgstr ""
  824. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:179
  825. msgctxt "@option:check"
  826. msgid "Scale Too Large Files"
  827. msgstr ""
  828. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:183
  829. msgctxt "@info:tooltip"
  830. msgid ""
  831. "Should opened files be scaled to the build volume when they are too large?"
  832. msgstr ""
  833. #~ msgctxt "Save button tooltip"
  834. #~ msgid "Save to Disk"
  835. #~ msgstr "Tallenna levylle"
  836. #~ msgctxt "Message action tooltip, {0} is sdcard"
  837. #~ msgid "Eject SD Card {0}"
  838. #~ msgstr "Poista SD-kortti {0}"