From 2dda58a951cdbfacb65f3476ea5cd4cc27bb3c8b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 12 Oct 2016 17:52:43 +0200 Subject: [PATCH] Update terminology of PrintCore to print core Contributes to issue CURA-2632. --- resources/i18n/en/cura.po | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/resources/i18n/en/cura.po b/resources/i18n/en/cura.po index 79762c50f9..c73fa61e60 100644 --- a/resources/i18n/en/cura.po +++ b/resources/i18n/en/cura.po @@ -2387,3 +2387,37 @@ msgstr "" "Some setting values are different from the values stored in the profile.\n" "\n" "Click to open the profile manager." + +#: /home/ruben/Projects/Cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py:519 +#, python-brace-format +msgctxt "@label" +msgid "Different PrintCore (Cura: {0}, Printer: {1}) selected for extruder {2}" +msgstr "Different print core (Cura: {0}, Printer: {1}) selected for extruder {2}" + +#, python-brace-format +msgctxt "@info:status" +msgid "Unable to start a new print job. No PrinterCore loaded in slot {0}" +msgstr "Unable to start a new print job. No print core loaded in slot {0}" + +#: /home/ruben/Projects/Cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py:537 +msgctxt "@label" +msgid "" +"There is a mismatch between the configuration of the printer and Cura. For " +"the best result, always slice for the PrintCores and materials that are " +"inserted in your printer." +msgstr "There is a mismatch between the configuration of the printer and Cura. For the best result, always slice for the print cores and materials that are inserted in your printer." + +#: /home/ruben/Projects/Cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py:922 +msgctxt "@label" +msgid "" +"Do you want to change the PrintCores and materials in Cura to match your " +"printer?" +msgstr "Do you want to change the print cores and materials in Cura to match your printer?" + +#: /home/ruben/Projects/Cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py:924 +msgctxt "@label" +msgid "" +"The PrintCores and/or materials on your printer were changed. For the best " +"result, always slice for the PrintCores and materials that are inserted in " +"your printer." +msgstr "The print cores and/or materials on your printer were changed. For the best result, always slice for the print cores and materials that are inserted in your printer." \ No newline at end of file