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. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-09-12 18:40+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:20
  20. msgctxt "@title:window"
  21. msgid "Oops!"
  22. msgstr ""
  23. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:26
  24. msgctxt "@label"
  25. msgid ""
  26. "<p>An uncaught exception has occurred!</p><p>Please use the information "
  27. "below to post a bug report at <a href=\"http://github.com/Ultimaker/Cura/"
  28. "issues\">http://github.com/Ultimaker/Cura/issues</a></p>"
  29. msgstr ""
  30. #: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:46
  31. msgctxt "@action:button"
  32. msgid "Open Web Page"
  33. msgstr ""
  34. #: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:135
  35. #, fuzzy
  36. msgctxt "@info:progress"
  37. msgid "Setting up scene..."
  38. msgstr "Die Szene wird eingerichtet..."
  39. #: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:169
  40. #, fuzzy
  41. msgctxt "@info:progress"
  42. msgid "Loading interface..."
  43. msgstr "Die Benutzeroberfläche wird geladen..."
  44. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:12
  45. msgctxt "@label"
  46. msgid "3MF Reader"
  47. msgstr ""
  48. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:15
  49. msgctxt "@info:whatsthis"
  50. msgid "Provides support for reading 3MF files."
  51. msgstr ""
  52. #: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:20
  53. #, fuzzy
  54. msgctxt "@item:inlistbox"
  55. msgid "3MF File"
  56. msgstr "&Datei"
  57. #: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:12
  58. #, fuzzy
  59. msgctxt "@label"
  60. msgid "Change Log"
  61. msgstr "Engine-Protokoll"
  62. #: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:15
  63. msgctxt "@info:whatsthis"
  64. msgid "Shows changes since latest checked version"
  65. msgstr ""
  66. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:13
  67. msgctxt "@label"
  68. msgid "CuraEngine Backend"
  69. msgstr ""
  70. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:15
  71. #, fuzzy
  72. msgctxt "@info:whatsthis"
  73. msgid "Provides the link to the CuraEngine slicing backend"
  74. msgstr "Gibt den Link für das Slicing-Backend der CuraEngine an."
  75. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:30
  76. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:111
  77. msgctxt "@info:status"
  78. msgid "Processing Layers"
  79. msgstr ""
  80. #: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/CuraEngineBackend.py:169
  81. #, fuzzy
  82. msgctxt "@info:status"
  83. msgid "Slicing..."
  84. msgstr "Die Berechnung läuft..."
  85. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:12
  86. #, fuzzy
  87. msgctxt "@label"
  88. msgid "GCode Writer"
  89. msgstr "GCode-Datei"
  90. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:15
  91. #, fuzzy
  92. msgctxt "@info:whatsthis"
  93. msgid "Writes GCode to a file"
  94. msgstr "Schreibt GCode in eine Datei"
  95. #: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:22
  96. #, fuzzy
  97. msgctxt "@item:inlistbox"
  98. msgid "GCode File"
  99. msgstr "GCode-Datei"
  100. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:13
  101. #, fuzzy
  102. msgctxt "@label"
  103. msgid "Layer View"
  104. msgstr "Ebenen"
  105. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:16
  106. #, fuzzy
  107. msgctxt "@info:whatsthis"
  108. msgid "Provides the Layer view."
  109. msgstr "Zeigt die Ebenen-Ansicht an."
  110. #: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:20
  111. #, fuzzy
  112. msgctxt "@item:inlistbox"
  113. msgid "Layers"
  114. msgstr "Ebenen"
  115. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:20
  116. msgctxt "@action:button"
  117. msgid "Save to Removable Drive"
  118. msgstr ""
  119. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:21
  120. #, fuzzy, python-brace-format
  121. msgctxt "@item:inlistbox"
  122. msgid "Save to Removable Drive {0}"
  123. msgstr "Auf SD-Karte speichern {0}"
  124. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:52
  125. #, python-brace-format
  126. msgctxt "@info:progress"
  127. msgid "Saving to Removable Drive <filename>{0}</filename>"
  128. msgstr ""
  129. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:73
  130. #, fuzzy, python-brace-format
  131. msgctxt "@info:status"
  132. msgid "Saved to Removable Drive {0} as {1}"
  133. msgstr "Auf SD-Karte gespeichert {0} als {1}"
  134. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74
  135. #, fuzzy
  136. msgctxt "@action:button"
  137. msgid "Eject"
  138. msgstr "Auswerfen"
  139. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74
  140. #, python-brace-format
  141. msgctxt "@action"
  142. msgid "Eject removable device {0}"
  143. msgstr ""
  144. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:79
  145. #, python-brace-format
  146. msgctxt "@info:status"
  147. msgid "Could not save to removable drive {0}: {1}"
  148. msgstr ""
  149. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:58
  150. msgctxt "@item:intext"
  151. msgid "Removable Drive"
  152. msgstr ""
  153. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:42
  154. #, python-brace-format
  155. msgctxt "@info:status"
  156. msgid "Ejected {0}. You can now safely remove the drive."
  157. msgstr ""
  158. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:45
  159. #, python-brace-format
  160. msgctxt "@info:status"
  161. msgid "Failed to eject {0}. Maybe it is still in use?"
  162. msgstr ""
  163. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:12
  164. msgctxt "@label"
  165. msgid "Removable Drive Output Device Plugin"
  166. msgstr ""
  167. #: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:14
  168. msgctxt "@info:whatsthis"
  169. msgid "Provides removable drive hotplugging and writing support"
  170. msgstr ""
  171. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:10
  172. msgctxt "@label"
  173. msgid "Slice info"
  174. msgstr ""
  175. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:13
  176. msgctxt "@info:whatsthis"
  177. msgid "Submits anonymous slice info. Can be disabled through preferences."
  178. msgstr ""
  179. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:35
  180. msgctxt "@info"
  181. msgid ""
  182. "Cura automatically sends slice info. You can disable this in preferences"
  183. msgstr ""
  184. #: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:36
  185. msgctxt "@action:button"
  186. msgid "Dismiss"
  187. msgstr ""
  188. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:35
  189. msgctxt "@item:inmenu"
  190. msgid "USB printing"
  191. msgstr ""
  192. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:36
  193. msgctxt "@action:button"
  194. msgid "Print with USB"
  195. msgstr ""
  196. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:37
  197. msgctxt "@info:tooltip"
  198. msgid "Print with USB"
  199. msgstr ""
  200. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:13
  201. msgctxt "@label"
  202. msgid "USB printing"
  203. msgstr ""
  204. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:17
  205. #, fuzzy
  206. msgctxt "@info:whatsthis"
  207. msgid ""
  208. "Accepts G-Code and sends them to a printer. Plugin can also update firmware."
  209. msgstr ""
  210. "Akzeptiert den G-Code und sendet diesen an einen Drucker. Das Plug-In kann "
  211. "auch die Firmware aktualisieren"
  212. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:46
  213. #, fuzzy
  214. msgctxt "@title:menu"
  215. msgid "Firmware"
  216. msgstr "Firmware aktualisieren"
  217. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:47
  218. #, fuzzy
  219. msgctxt "@item:inmenu"
  220. msgid "Update Firmware"
  221. msgstr "Firmware aktualisieren"
  222. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:17
  223. msgctxt "@title:window"
  224. msgid "Print with USB"
  225. msgstr ""
  226. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:28
  227. #, fuzzy
  228. msgctxt "@label"
  229. msgid "Extruder Temperature %1"
  230. msgstr "Extruder-Temperatur %1"
  231. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:33
  232. #, fuzzy
  233. msgctxt "@label"
  234. msgid "Bed Temperature %1"
  235. msgstr "Druckbett-Temperatur %1"
  236. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:60
  237. #, fuzzy
  238. msgctxt "@action:button"
  239. msgid "Print"
  240. msgstr "Drucken"
  241. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:67
  242. #, fuzzy
  243. msgctxt "@action:button"
  244. msgid "Cancel"
  245. msgstr "Abbrechen"
  246. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:20
  247. #, fuzzy
  248. msgctxt "@title:window"
  249. msgid "Firmware Update"
  250. msgstr "Firmware-Update abgeschlossen."
  251. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:38
  252. #, fuzzy
  253. msgctxt "@label"
  254. msgid "Starting firmware update, this may take a while."
  255. msgstr "Das Firmware-Update wird gestartet. Dies kann eine Weile dauern."
  256. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:43
  257. #, fuzzy
  258. msgctxt "@label"
  259. msgid "Firmware update completed."
  260. msgstr "Firmware-Update abgeschlossen."
  261. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:48
  262. #, fuzzy
  263. msgctxt "@label"
  264. msgid "Updating firmware."
  265. msgstr "Die Firmware wird aktualisiert."
  266. #: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:78
  267. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:38
  268. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:74
  269. #, fuzzy
  270. msgctxt "@action:button"
  271. msgid "Close"
  272. msgstr "Schließen"
  273. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:18
  274. #, fuzzy
  275. msgctxt "@title:window"
  276. msgid "Add Printer"
  277. msgstr "Drucker hinzufügen"
  278. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:25
  279. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:51
  280. #, fuzzy
  281. msgctxt "@title"
  282. msgid "Add Printer"
  283. msgstr "Drucker hinzufügen"
  284. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:15
  285. #, fuzzy
  286. msgctxt "@title:window"
  287. msgid "Engine Log"
  288. msgstr "Engine-Protokoll"
  289. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:31
  290. msgctxt "@label"
  291. msgid "Variant:"
  292. msgstr ""
  293. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:82
  294. msgctxt "@label"
  295. msgid "Global Profile:"
  296. msgstr ""
  297. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/Bedleveling.qml:29
  298. msgctxt "@action:button"
  299. msgid "Move to next position"
  300. msgstr ""
  301. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:39
  302. msgctxt "@label"
  303. msgid ""
  304. "To assist you in having better default settings for your Ultimaker. Cura "
  305. "would like to know which upgrades you have in your machine:"
  306. msgstr ""
  307. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:49
  308. #, fuzzy
  309. msgctxt "@option:check"
  310. msgid "Extruder driver ugrades"
  311. msgstr "Extruder-Temperatur %1"
  312. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:54
  313. msgctxt "@option:check"
  314. msgid "Heated printer bed (kit)"
  315. msgstr ""
  316. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:58
  317. msgctxt "@option:check"
  318. msgid "Heated printer bed (self built)"
  319. msgstr ""
  320. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:62
  321. msgctxt "@option:check"
  322. msgid "Dual extrusion (experimental)"
  323. msgstr ""
  324. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:70
  325. msgctxt "@label"
  326. msgid ""
  327. "If you have an Ultimaker bought after october 2012 you will have the "
  328. "Extruder drive upgrade. If you do not have this upgrade, it is highly "
  329. "recommended to improve reliability."
  330. msgstr ""
  331. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:77
  332. msgctxt "@label"
  333. msgid ""
  334. "This upgrade can be bought from the Ultimaker webshop or found on "
  335. "thingiverse as thing:26094"
  336. msgstr ""
  337. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:44
  338. msgctxt "@label"
  339. msgid ""
  340. "It's a good idea to do a few sanity checks on your Ultimaker. \n"
  341. " You can skip these if you know your machine is functional"
  342. msgstr ""
  343. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:51
  344. msgctxt "@label"
  345. msgid "Connection: "
  346. msgstr ""
  347. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55
  348. msgctxt "@info:status"
  349. msgid "Done"
  350. msgstr ""
  351. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55
  352. msgctxt "@info:status"
  353. msgid "Incomplete"
  354. msgstr ""
  355. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:62
  356. msgctxt "@label"
  357. msgid "Min endstop X: "
  358. msgstr ""
  359. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66
  360. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77
  361. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89
  362. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:178
  363. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:187
  364. msgctxt "@info:status"
  365. msgid "Works"
  366. msgstr ""
  367. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66
  368. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77
  369. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89
  370. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:119
  371. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:149
  372. msgctxt "@info:status"
  373. msgid "Not checked"
  374. msgstr ""
  375. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:73
  376. msgctxt "@label"
  377. msgid "Min endstop Y: "
  378. msgstr ""
  379. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:85
  380. msgctxt "@label"
  381. msgid "Min endstop Z: "
  382. msgstr ""
  383. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:97
  384. msgctxt "@label"
  385. msgid "Nozzle temperature check: "
  386. msgstr ""
  387. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:105
  388. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:135
  389. msgctxt "@action:button"
  390. msgid "Start heating"
  391. msgstr ""
  392. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:110
  393. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:140
  394. msgctxt "@info:progress"
  395. msgid "Checking"
  396. msgstr ""
  397. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:127
  398. #, fuzzy
  399. msgctxt "@label"
  400. msgid "bed temperature check: "
  401. msgstr "Druckbett-Temperatur %1"
  402. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:42
  403. msgctxt "@action:button"
  404. msgid "Update"
  405. msgstr ""
  406. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:48
  407. msgctxt "@info:status"
  408. msgid "ERROR"
  409. msgstr ""
  410. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:60
  411. #, fuzzy
  412. msgctxt "@label"
  413. msgid "Please select the type of printer:"
  414. msgstr "Wählen Sie den Druckertyp:"
  415. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:186
  416. #, fuzzy
  417. msgctxt "@label:textbox"
  418. msgid "Printer Name:"
  419. msgstr "Druckername:"
  420. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:212
  421. msgctxt "@title"
  422. msgid "Select Upgraded Parts"
  423. msgstr ""
  424. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:215
  425. #, fuzzy
  426. msgctxt "@title"
  427. msgid "Upgrade Firmware"
  428. msgstr "Firmware aktualisieren"
  429. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:218
  430. #, fuzzy
  431. msgctxt "@title"
  432. msgid "Check Printer"
  433. msgstr "Drucker hinzufügen"
  434. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:221
  435. msgctxt "@title"
  436. msgid "Bed Levelling"
  437. msgstr ""
  438. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:15
  439. #, fuzzy
  440. msgctxt "@title:window"
  441. msgid "About Cura"
  442. msgstr "Über Cura"
  443. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:54
  444. #, fuzzy
  445. msgctxt "@label"
  446. msgid "End-to-end solution for fused filament 3D printing."
  447. msgstr "Komplettlösung für den 3D-Druck mit geschmolzenem Filament."
  448. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:66
  449. #, fuzzy
  450. msgctxt "@info:credit"
  451. msgid ""
  452. "Cura has been developed by Ultimaker B.V. in cooperation with the community."
  453. msgstr ""
  454. "Cura wurde von Ultimaker B.V. in Zusammenarbeit mit der Gemeinschaft "
  455. "entwickelt."
  456. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:16
  457. #, fuzzy
  458. msgctxt "@title:window"
  459. msgid "View"
  460. msgstr "Ansicht"
  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 "Überhang anzeigen"
  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 "Druckername:"
  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 "&Hilfe"
  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 "Stützstruktur aktivieren"
  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 "&Rückgängig machen"
  546. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:66
  547. #, fuzzy
  548. msgctxt "@action:inmenu"
  549. msgid "&Redo"
  550. msgstr "&Wiederholen"
  551. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:74
  552. #, fuzzy
  553. msgctxt "@action:inmenu"
  554. msgid "&Quit"
  555. msgstr "&Beenden"
  556. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:82
  557. #, fuzzy
  558. msgctxt "@action:inmenu"
  559. msgid "&Preferences..."
  560. msgstr "&Einstellungen..."
  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 "&Drucker hinzufügen..."
  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 "&Drucker hinzufügen..."
  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 "Online-&Dokumentation anzeigen"
  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 "&Fehler berichten"
  585. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:123
  586. #, fuzzy
  587. msgctxt "@action:inmenu"
  588. msgid "&About..."
  589. msgstr "&Über..."
  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 "Auswahl löschen"
  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 "Objekt löschen"
  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 "Objekt auf Plattform zentrieren"
  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 "Objekt löschen"
  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 "Objekt duplizieren"
  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 "Druckplatte reinigen"
  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 "Alle Objekte neu laden"
  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 "Alle Objektpositionen zurücksetzen"
  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 "Alle Objektumwandlungen zurücksetzen"
  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 "Datei öffnen"
  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 "Engine-&Protokoll anzeigen..."
  653. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Sidebar.qml:126
  654. #, fuzzy
  655. msgctxt "@title:tab"
  656. msgid "Simple"
  657. msgstr "Einfach"
  658. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Sidebar.qml:127
  659. #, fuzzy
  660. msgctxt "@title:tab"
  661. msgid "Advanced"
  662. msgstr "Erweitert"
  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 "Druckkonfiguration"
  668. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarHeader.qml:100
  669. #, fuzzy
  670. msgctxt "@label:listbox"
  671. msgid "Machine:"
  672. msgstr "Maschine:"
  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 "&Datei"
  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 "Datei speichern"
  696. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:108
  697. #, fuzzy
  698. msgctxt "@title:menu"
  699. msgid "&Edit"
  700. msgstr "&Bearbeiten"
  701. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:125
  702. #, fuzzy
  703. msgctxt "@title:menu"
  704. msgid "&View"
  705. msgstr "Ansicht"
  706. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:151
  707. #, fuzzy
  708. msgctxt "@title:menu"
  709. msgid "&Machine"
  710. msgstr "&Maschine"
  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 "Er&weiterungen"
  720. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:257
  721. #, fuzzy
  722. msgctxt "@title:menu"
  723. msgid "&Settings"
  724. msgstr "&Einstellungen"
  725. #: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:265
  726. #, fuzzy
  727. msgctxt "@title:menu"
  728. msgid "&Help"
  729. msgstr "&Hilfe"
  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 "Datei öffnen"
  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 "Ansichtsmodus"
  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 "Ansicht"
  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 "Datei öffnen"
  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 "Auf Datenträger speichern"
  836. #~ msgctxt "Message action tooltip, {0} is sdcard"
  837. #~ msgid "Eject SD Card {0}"
  838. #~ msgstr "SD-Karte auswerfen {0}"