From 64069aa53b3dc4d45f620e26ad8db4331f14cd8b Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 4 Oct 2013 15:45:17 +0200 Subject: [PATCH] Add some more missing strings to the translations. --- Cura/gui/mainWindow.py | 1 + Cura/gui/sceneView.py | 2 +- Cura/resources/locale/Cura.pot | 40 +++++++++++------- Cura/resources/locale/de/LC_MESSAGES/Cura.mo | Bin 58192 -> 58192 bytes Cura/resources/locale/de/LC_MESSAGES/Cura.po | 41 ++++++++++++------- Cura/resources/locale/en/LC_MESSAGES/Cura.mo | Bin 357 -> 357 bytes Cura/resources/locale/en/LC_MESSAGES/Cura.po | 40 +++++++++++------- Cura/resources/locale/fr/LC_MESSAGES/Cura.mo | Bin 58205 -> 58205 bytes Cura/resources/locale/fr/LC_MESSAGES/Cura.po | 41 ++++++++++++------- Cura/resources/locale/nl/LC_MESSAGES/Cura.mo | Bin 56844 -> 56844 bytes Cura/resources/locale/nl/LC_MESSAGES/Cura.po | 41 ++++++++++++------- Cura/resources/locale/po/LC_MESSAGES/Cura.mo | Bin 57265 -> 57265 bytes Cura/resources/locale/po/LC_MESSAGES/Cura.po | 41 ++++++++++++------- Cura/resources/locale/ru/LC_MESSAGES/Cura.mo | Bin 357 -> 357 bytes Cura/resources/locale/ru/LC_MESSAGES/Cura.po | 40 +++++++++++------- Cura/resources/locale/sp/LC_MESSAGES/Cura.mo | Bin 55796 -> 55796 bytes Cura/resources/locale/sp/LC_MESSAGES/Cura.po | 41 ++++++++++++------- 17 files changed, 215 insertions(+), 113 deletions(-) diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index f4339c93..847418eb 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -309,6 +309,7 @@ class mainWindow(wx.Frame): prefDialog = preferencesDialog.preferencesDialog(self) prefDialog.Centre() prefDialog.Show() + wx.CallAfter(prefDialog.Show) def OnMachineSettings(self, e): prefDialog = preferencesDialog.machineSettingsDialog(self) diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index 6e366a13..c1367ff1 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -419,7 +419,7 @@ class SceneView(openglGui.glGuiPanel): if self._focusObj is None: return obj = self._focusObj - dlg = wx.NumberEntryDialog(self, "How many copies do you want?", "Copies", "Multiply", 1, 1, 100) + dlg = wx.NumberEntryDialog(self, _("How many copies do you want?"), _("Number of copies"), _("Multiply"), 1, 1, 100) if dlg.ShowModal() != wx.ID_OK: dlg.Destroy() return diff --git a/Cura/resources/locale/Cura.pot b/Cura/resources/locale/Cura.pot index 5ed2c8e2..85a90a64 100644 --- a/Cura/resources/locale/Cura.pot +++ b/Cura/resources/locale/Cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -686,7 +686,7 @@ msgid "Connect" msgstr "" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "" @@ -881,51 +881,63 @@ msgstr "" msgid "Slice engine log..." msgstr "" -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "" -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Multiply" +msgstr "" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "" -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" diff --git a/Cura/resources/locale/de/LC_MESSAGES/Cura.mo b/Cura/resources/locale/de/LC_MESSAGES/Cura.mo index 6e6cd4831293b8a91ccb0cdb2ffd5f6ba66725c0..b3da5afcac3677977aee14a85c77bc5ae81a7dfa 100644 GIT binary patch delta 19 bcmca`jQPSb<_(3FET&c_CYwtuZ)XAkSt|&Q delta 19 bcmca`jQPSb<_(3FEJjvF=9^0^Z)XAkSriD1 diff --git a/Cura/resources/locale/de/LC_MESSAGES/Cura.po b/Cura/resources/locale/de/LC_MESSAGES/Cura.po index 4eaf4b13..bf2eb4fd 100644 --- a/Cura/resources/locale/de/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/de/LC_MESSAGES/Cura.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-10-01 15:37+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -754,7 +754,7 @@ msgid "Connect" msgstr "Verbinden" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "Drucken" @@ -949,51 +949,64 @@ msgstr "Drucke via USB" msgid "Slice engine log..." msgstr "Bericht der Slicing-Engine..." -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "Speichere Maschinencode" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "Die Slicing-Engine meldete folgendes" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "Bericht der Engine..." -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +#, fuzzy +msgid "Multiply" +msgstr "Vervielfache Objekt" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "Lösche Objekt" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "Auf Plattform zentrieren" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "Vervielfache Objekt" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "Teile Objekt auf" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "Doppelextrusion Verbindung" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "Lösche alle Objekte" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "Maschinencode auf SD-Karte" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "Lade Maschinencode zur Visualisierung..." -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" "Die Überhang-Ansicht funktioniert nicht, da auf Ihrem Computer keine OpenGL " diff --git a/Cura/resources/locale/en/LC_MESSAGES/Cura.mo b/Cura/resources/locale/en/LC_MESSAGES/Cura.mo index bd358cafec351973a586e4348368359a95d4b4fd..3f3afd374c9d1c222a0a46d78f70360a6a459d58 100644 GIT binary patch delta 14 VcmaFL^pt5r2aBndiOIyCn*b_L1-JkJ delta 14 VcmaFL^pt5r2aA!Fk@>`)n*b_21-1YH diff --git a/Cura/resources/locale/en/LC_MESSAGES/Cura.po b/Cura/resources/locale/en/LC_MESSAGES/Cura.po index c4ae6179..e4a105ba 100644 --- a/Cura/resources/locale/en/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/en/LC_MESSAGES/Cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-09-27 09:41+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -686,7 +686,7 @@ msgid "Connect" msgstr "" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "" @@ -881,51 +881,63 @@ msgstr "" msgid "Slice engine log..." msgstr "" -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "" -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Multiply" +msgstr "" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "" -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" diff --git a/Cura/resources/locale/fr/LC_MESSAGES/Cura.mo b/Cura/resources/locale/fr/LC_MESSAGES/Cura.mo index af68145205bd80510c19888907be9a94006be439..8efe8725bea0fdcd93f3f2d181e4aacf36cd0aef 100644 GIT binary patch delta 19 bcmcb6jQQ>{<_&LaSWK-nMVfzU) delta 19 bcmcb6jQQ>{<_&LaSd6TU%r}3m$w>nMVdM!h diff --git a/Cura/resources/locale/fr/LC_MESSAGES/Cura.po b/Cura/resources/locale/fr/LC_MESSAGES/Cura.po index de7f0b54..2fc0442f 100644 --- a/Cura/resources/locale/fr/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/fr/LC_MESSAGES/Cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-10-03 08:10+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -741,7 +741,7 @@ msgid "Connect" msgstr "Connecter" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "Imprimer" @@ -936,51 +936,64 @@ msgstr "Imprimer par USB" msgid "Slice engine log..." msgstr "Journal du trancheur..." -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "Sauvegarder les instructions d'impression" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "Le trancheur à rapporté ceci" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "Journal du trancheur..." -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +#, fuzzy +msgid "Multiply" +msgstr "Multiplier" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "Détruire l'objet" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "Centrer sur la plateforme" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "Multiplier" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "Eclater l'objet en parties" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "Fusionner pour extrusion double" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "Détruire tous les objets" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "Instructions d'impression vers la carte SD" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "Chargement des instruction d'impression pour visualisation..." -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" "Mode surplomb impossible par limitation d'OpenGL (support des shaders). " diff --git a/Cura/resources/locale/nl/LC_MESSAGES/Cura.mo b/Cura/resources/locale/nl/LC_MESSAGES/Cura.mo index 1efca891a3155a7237960c84ffc481c1091bcfe7..23d22a8f1e0770dc0a89cfaf9135735dd9721bd8 100644 GIT binary patch delta 19 acmeC#!`!ondBc%v7E>z|lg%fpU6KG&tOxx7 delta 19 acmeC#!`!ondBc%v79%So^UWu!U6KG&l?VF( diff --git a/Cura/resources/locale/nl/LC_MESSAGES/Cura.po b/Cura/resources/locale/nl/LC_MESSAGES/Cura.po index 23b81ee4..628dbf32 100644 --- a/Cura/resources/locale/nl/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/nl/LC_MESSAGES/Cura.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-10-01 15:32+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -750,7 +750,7 @@ msgid "Connect" msgstr "Verbinden" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "Printen" @@ -945,52 +945,65 @@ msgstr "Print via USB..." msgid "Slice engine log..." msgstr "Slicer log..." -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "Sla toolpad op..." -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "De slicer geeft de volgende melding" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "Logboek..." -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +#, fuzzy +msgid "Multiply" +msgstr "Vermenigvuldig object" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "Verwijder object" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "Centreer op platform" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "Vermenigvuldig object" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "Deel object op in onderdelen" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "Voeg duo extrusie samen" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "Verwijder alle objecten" # Misschien GCode noemen in plaats van Toolpath -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "Toolpad naar SD-kaart" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "Bezig met toolpad laden voor visualisatie..." -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" "De voorvertoning van de overhang is niet mogelijk omdat OpenGL dit niet " diff --git a/Cura/resources/locale/po/LC_MESSAGES/Cura.mo b/Cura/resources/locale/po/LC_MESSAGES/Cura.mo index d63cd47fac12a7e448ea0ed038e864710125d255..ba63c1450c0403d3bab9cad8ce48dd67469a34b8 100644 GIT binary patch delta 19 acmdnEpLyec<_#T{ET&c_CYyUIRnq`e2nV(R delta 19 acmdnEpLyec<_#T{EJjvF=9_yeRnq`d@dva3 diff --git a/Cura/resources/locale/po/LC_MESSAGES/Cura.po b/Cura/resources/locale/po/LC_MESSAGES/Cura.po index ed287427..cd5e86fc 100644 --- a/Cura/resources/locale/po/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/po/LC_MESSAGES/Cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-10-02 11:23+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -745,7 +745,7 @@ msgid "Connect" msgstr "Podłącz" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "Drukuj" @@ -940,51 +940,64 @@ msgstr "Drukuj przez USB" msgid "Slice engine log..." msgstr "Dziennik modułu Slice..." -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "Zapisz ścieżkę narzędzia" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "Raport z modułu Slice " -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "Dziennik z silnika..." -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +#, fuzzy +msgid "Multiply" +msgstr "Powiel obiekt" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "Usuń obiekt" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "Wyśrodkuj na platformie" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "Powiel obiekt" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "Podziel obiekt na części" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "Złącz podwójne ekstrudowanie" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "Usuń wszystkie obiekty" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "Zapisz ścieżkę na SD" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "Wczytaj ścieżkę do wizualizacji..." -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "Widok zwisów nie działą z powodu braku wsparcia shaderów OpenGL." diff --git a/Cura/resources/locale/ru/LC_MESSAGES/Cura.mo b/Cura/resources/locale/ru/LC_MESSAGES/Cura.mo index bd358cafec351973a586e4348368359a95d4b4fd..3f3afd374c9d1c222a0a46d78f70360a6a459d58 100644 GIT binary patch delta 14 VcmaFL^pt5r2aBndiOIyCn*b_L1-JkJ delta 14 VcmaFL^pt5r2aA!Fk@>`)n*b_21-1YH diff --git a/Cura/resources/locale/ru/LC_MESSAGES/Cura.po b/Cura/resources/locale/ru/LC_MESSAGES/Cura.po index c4ae6179..e4a105ba 100644 --- a/Cura/resources/locale/ru/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/ru/LC_MESSAGES/Cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-09-27 09:41+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -686,7 +686,7 @@ msgid "Connect" msgstr "" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "" @@ -881,51 +881,63 @@ msgstr "" msgid "Slice engine log..." msgstr "" -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "" -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Multiply" +msgstr "" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "" -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" diff --git a/Cura/resources/locale/sp/LC_MESSAGES/Cura.mo b/Cura/resources/locale/sp/LC_MESSAGES/Cura.mo index 3f21c8e718eee46c020d88fdcc9f7c5c0b5a4ce3..38b9d20d91d251be1c555cf8449f7586111e9304 100644 GIT binary patch delta 19 bcmeyenfc3R<_%1>ET&c_CY#x6-^Bm`RRss% delta 19 bcmeyenfc3R<_%1>EJjvF=9}4S-^Bm`RPG1e diff --git a/Cura/resources/locale/sp/LC_MESSAGES/Cura.po b/Cura/resources/locale/sp/LC_MESSAGES/Cura.po index 4107251c..e4367bb0 100644 --- a/Cura/resources/locale/sp/LC_MESSAGES/Cura.po +++ b/Cura/resources/locale/sp/LC_MESSAGES/Cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-04 12:27+0200\n" +"POT-Creation-Date: 2013-10-04 15:44+0200\n" "PO-Revision-Date: 2013-10-02 14:50+0100\n" "Last-Translator: Jose Gemez \n" "Language-Team: LANGUAGE \n" @@ -741,7 +741,7 @@ msgid "Connect" msgstr "Conectar" #: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65 -#: Cura/gui/sceneView.py:804 +#: Cura/gui/sceneView.py:803 msgid "Print" msgstr "Imprimir" @@ -936,51 +936,64 @@ msgstr "Imprimir con USB" msgid "Slice engine log..." msgstr "Log del motor de fileteado..." -#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:810 +#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809 msgid "Save toolpath" msgstr "Guardar trayectorias (GCode)" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "The slicing engine reported the following" msgstr "El fileteado informó lo siguiente" -#: Cura/gui/sceneView.py:296 +#: Cura/gui/sceneView.py:295 msgid "Engine log..." msgstr "Engine log..." -#: Cura/gui/sceneView.py:675 +#: Cura/gui/sceneView.py:422 +msgid "How many copies do you want?" +msgstr "" + +#: Cura/gui/sceneView.py:422 +msgid "Number of copies" +msgstr "" + +#: Cura/gui/sceneView.py:422 +#, fuzzy +msgid "Multiply" +msgstr "Multiplicar objeto" + +#: Cura/gui/sceneView.py:674 msgid "Delete object" msgstr "Borrar objeto" -#: Cura/gui/sceneView.py:676 +#: Cura/gui/sceneView.py:675 msgid "Center on platform" msgstr "Centrar en la plataforma" -#: Cura/gui/sceneView.py:677 +#: Cura/gui/sceneView.py:676 msgid "Multiply object" msgstr "Multiplicar objeto" -#: Cura/gui/sceneView.py:678 +#: Cura/gui/sceneView.py:677 msgid "Split object into parts" msgstr "Cortar objetos en partes" -#: Cura/gui/sceneView.py:680 +#: Cura/gui/sceneView.py:679 msgid "Dual extrusion merge" msgstr "Fusionar extrusión dual" -#: Cura/gui/sceneView.py:682 +#: Cura/gui/sceneView.py:681 msgid "Delete all objects" msgstr "Borrar todos los objetos" -#: Cura/gui/sceneView.py:807 +#: Cura/gui/sceneView.py:806 msgid "Toolpath to SD" msgstr "Trazadpo a SD" -#: Cura/gui/sceneView.py:1117 +#: Cura/gui/sceneView.py:1116 msgid "Loading toolpath for visualization..." msgstr "Cargando trazados para visualización..." -#: Cura/gui/sceneView.py:1168 +#: Cura/gui/sceneView.py:1167 msgid "Overhang view not working due to lack of OpenGL shaders support." msgstr "" "Vista Voladizo no funciona debido a la falta de soporte de shaders OpenGL." -- 2.30.2