From 3dab26d4ba41e033a0b509c7cb535ff0385ed893 Mon Sep 17 00:00:00 2001 From: JazzyNico Date: Sat, 9 Oct 2010 08:47:28 +0200 Subject: [PATCH] Extensions. Temporarily removing a string from translatable content to prevent check-markup from failing. --- po/inkscape.pot | 12 +----------- share/extensions/gcodetools.py | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/po/inkscape.pot b/po/inkscape.pot index 34a16356f..63fcc4ea1 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-10-08 12:37+0200\n" +"POT-Creation-Date: 2010-10-09 08:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4123,16 +4123,6 @@ msgid "" "be corrupt!" msgstr "" -#: ../share/extensions/gcodetools.py:3411 -msgid "" -"This extension works with Paths and Dynamic Offsets and groups of them only! " -"All other objects will be ignored!\n" -"Solution 1: press Path->Object to path or Shift+Ctrl+C.\n" -"Solution 2: Path->Dynamic offset or Ctrl+J.\n" -"Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) " -"and File->Import this file." -msgstr "" - #: ../share/extensions/gcodetools.py:3468 #, python-format msgid "" diff --git a/share/extensions/gcodetools.py b/share/extensions/gcodetools.py index abf68981d..cd8a43399 100644 --- a/share/extensions/gcodetools.py +++ b/share/extensions/gcodetools.py @@ -3408,7 +3408,7 @@ class Gcodetools(inkex.Effect): elif i.tag == inkex.addNS("g",'svg'): recursive_search(i,layer, (i.get("id") in self.selected) ) elif i.get("id") in self.selected : - self.error(_("This extension works with Paths and Dynamic Offsets and groups of them only! All other objects will be ignored!\nSolution 1: press Path->Object to path or Shift+Ctrl+C.\nSolution 2: Path->Dynamic offset or Ctrl+J.\nSolution 3: export all contours to PostScript level 2 (File->Save As->.ps) and File->Import this file."),"selection_contains_objects_that_are_not_paths") + self.error(("This extension works with Paths and Dynamic Offsets and groups of them only! All other objects will be ignored!\nSolution 1: press Path->Object to path or Shift+Ctrl+C.\nSolution 2: Path->Dynamic offset or Ctrl+J.\nSolution 3: export all contours to PostScript level 2 (File->Save As->.ps) and File->Import this file."),"selection_contains_objects_that_are_not_paths") recursive_search(self.document.getroot(),self.document.getroot()) -- 2.30.2