Searched refs:errormsg (Results 1 - 25 of 58) sorted by relevance

123

/inkscape/share/extensions/test/
H A Dinkex.test.py6 * 2012-01-27 (jazzynico): check errormsg function.
17 from inkex import errormsg namespace
25 errormsg('ABCabc')
29 errormsg('Àûïàèé')
33 errormsg(u'Àûïàèé')
/inkscape/share/extensions/
H A Dplotter.py69 inkex.errormsg(_("No paths where found. Please convert all objects you want to plot into paths."))
147 inkex.errormsg(_("pySerial is not installed."
199 inkex.errormsg(_("Could not open port. Please check that your plotter is running, connected and the settings are correct."))
211 inkex.errormsg("---------------------------------\nDebug information\n---------------------------------\n\nSettings:\n")
212 inkex.errormsg(' Serial Port: ' + self.options.serialPort)
213 inkex.errormsg(' Serial baud rate: ' + self.options.serialBaudRate)
214 inkex.errormsg(' Serial byte size: ' + self.options.serialByteSize + ' Bits')
215 inkex.errormsg(' Serial stop bits: ' + self.options.serialStopBits + ' Bits')
216 inkex.errormsg(' Serial parity: ' + self.options.serialParity)
217 inkex.errormsg(' Seria
[all...]
H A Dscour.inkscape.py9 inkex.errormsg("Failed to import Python module 'scour'.\nPlease make sure it is installed (e.g. using 'pip install scour' or 'sudo apt-get install python-scour') and try again.")
10 inkex.errormsg("\nDetails:\n" + str(e))
16 inkex.errormsg("Failed to import Python module 'six'.\nPlease make sure it is installed (e.g. using 'pip install six' or 'sudo apt-get install python-six') and try again.")
17 inkex.errormsg("\nDetails:\n" + str(e))
57 inkex.errormsg("Error during optimization.")
58 inkex.errormsg("\nDetails:\n" + str(e))
59 inkex.errormsg("\nOS version: " + platform.platform())
60 inkex.errormsg("Python version: " + sys.version)
61 inkex.errormsg("Scour version: " + scour.__version__)
H A DjessyInk_summary.py64 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
69 inkex.errormsg(_("JessyInk script version {0} installed.").format(node.get("{" + inkex.NSS["jessyink"] + "}version")))
71 inkex.errormsg(_("JessyInk script installed."))
83 inkex.errormsg(_("\nMaster slide:"))
89 inkex.errormsg(_("\nSlide {0!s}:").format(slideCounter))
94 inkex.errormsg(_(u"{0}Layer name: {1}").format(prefix, node.get("{" + inkex.NSS["inkscape"] + "}label")))
102 inkex.errormsg(_("{0}Transition in: {1} ({2!s} s)").format(prefix, transInDict["name"], int(transInDict["length"]) / 1000.0))
104 inkex.errormsg(_("{0}Transition in: {1}").format(prefix, transInDict["name"]))
111 inkex.errormsg(_("{0}Transition out: {1} ({2!s} s)").format(prefix, transOutDict["name"], int(transOutDict["length"]) / 1000.0))
113 inkex.errormsg(
[all...]
H A DjessyInk_transitions.py50 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
55 inkex.errormsg(_("Layer not found.\n"))
57 inkex.errormsg(_("More than one layer with this name found.\n"))
70 inkex.errormsg(_("Please enter a layer name.\n"))
H A DjessyInk_autoTexts.py45 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
48 inkex.errormsg(_("To assign an effect, please select an object.\n\n"))
54 inkex.errormsg(_("Node with id '{0}' is not a suitable text node and was therefore ignored.\n\n").format(str(id)))
H A DjessyInk_masterSlide.py46 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
56 inkex.errormsg(_("Layer not found. Removed current master slide selection.\n"))
58 inkex.errormsg(_("More than one layer with this name found. Removed current master slide selection.\n"))
H A Dwebslicer_create_group.py57 inkex.errormsg(_('You must create and select some "Slicer rectangles" before trying to group.'))
72 inkex.errormsg(_('You must to select some "Slicer rectangles" or other "Layout groups".'))
76 inkex.errormsg(_('Oops... The element "%s" is not in the Web Slicer layer') % id)
H A Dextractimage.py68 inkex.errormsg(_('Image extracted to: %s') % path)
75 inkex.errormsg(_('Unable to find image data.'))
H A Dhpgl_input.py58 inkex.errormsg(_("No HPGL data found."))
66 inkex.errormsg(_("The HPGL data contained unknown (unsupported) commands, there is a possibility that the drawing is missing some content."))
H A Dperspective.py44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy."))
52 inkex.errormsg(_("This extension requires two selected paths."))
60 inkex.errormsg(_("The first selected object is of type '%s'.\nTry using the procedure Path->Object to Path." % obj.get(inkex.addNS('type','sodipodi'))))
67 inkex.errormsg(_("This extension requires that the second selected path be four nodes long."))
93 inkex.errormsg(_("The second selected object is a group, not a path.\nTry using the procedure Object->Ungroup."))
95 inkex.errormsg(_("The second selected object is not a path.\nTry using the procedure Path->Object to Path."))
98 inkex.errormsg(_("The first selected object is not a path.\nTry using the procedure Path->Object to Path."))
H A Dembedimage.py84 inkex.errormsg(_('No xlink:href or sodipodi:absref attributes found, or they do not point to an existing file! Unable to embed image.'))
86 inkex.errormsg(_("Sorry we could not locate %s") % str(path))
111 inkex.errormsg(_("%s is not of type image/png, image/jpeg, image/bmp, image/gif, image/tiff, or image/x-icon") % path)
H A DjessyInk_view.py67 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
75 inkex.errormsg(_("More than one object selected. Please select only one object.\n"))
79 inkex.errormsg(_("No object selected. Please select the object you want to assign a view to and then press apply.\n"))
H A Dsummersnight.py43 inkex.errormsg(_("This extension requires two selected paths. \nThe second path must be exactly four nodes long."))
51 inkex.errormsg(_("The first selected object is of type '%s'.\nTry using the procedure Path->Object to Path." % obj.get(inkex.addNS('type','sodipodi'))))
59 inkex.errormsg(_("This extension requires that the second selected path be four nodes long."))
92 inkex.errormsg(_("The second selected object is a group, not a path.\nTry using the procedure Object->Ungroup."))
94 inkex.errormsg(_("The second selected object is not a path.\nTry using the procedure Path->Object to Path."))
97 inkex.errormsg(_("The first selected object is not a path.\nTry using the procedure Path->Object to Path."))
H A DjessyInk_video.py49 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
54 inkex.errormsg(_("Could not obtain the selected layer for inclusion of the video element.\n\n"))
59 inkex.errormsg(_("Could not obtain the selected layer for inclusion of the video element.\n\n"))
H A DjessyInk_effects.py50 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
53 inkex.errormsg(_("No object selected. Please select the object you want to assign an effect to and then press apply.\n"))
H A Dwebslicer_export.py57 inkex.errormsg(_('You must give a directory to export the slices.'))
69 inkex.errormsg( _('Can\'t create "%s".') % self.options.dir )
70 inkex.errormsg( _('Error: %s') % e )
73 inkex.errormsg(_('The directory "%s" does not exists.') % self.options.dir)
78 inkex.errormsg(_('No slicer layer found.'))
107 inkex.errormsg(
338 inkex.errormsg(_('You must install the ImageMagick to get JPG and GIF.'))
370 inkex.errormsg('Upss... ImageMagick error: '+output)
390 #inkex.errormsg( self._html )
H A Dexport_gimp_palette.py16 inkex.errormsg(_('The export_gpl.py module requires PyXML. Please download the latest version from http://pyxml.sourceforge.net/.'))
H A Dgimp_xcf.py39 inkex.errormsg(_('Inkscape must be installed and set in your path variable.'))
43 inkex.errormsg(_('Gimp must be installed and set in your path variable.'))
47 inkex.errormsg(_('An error occurred while processing the XCF file.'))
185 inkex.errormsg(_('This extension requires at least one non empty layer.'))
H A Dreplace_font.py124 inkex.errormsg(msg)
140 inkex.errormsg(_("Didn't find any fonts in this document/selection."))
143 inkex.errormsg(_("Found the following font only: %s") % findings[0])
145 inkex.errormsg(_("Found the following fonts:\n%s") % '\n'.join(findings))
H A Dinkex.py88 def errormsg(msg): function
100 inkex.errormsg(_("This extension requires two selected paths."))
117 errormsg(_("The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension."
185 errormsg(_("Unable to open specified file: %s") % filename)
194 errormsg(_("Unable to open object member file: %s") % self.svg_file)
299 errormsg(_("No matching node for expression: %s") % path)
358 errormsg(_("SVG Width not set correctly! Assuming width = 100"))
H A Ddraw_from_triangle.py155 #inkex.errormsg(_('Error: Not enough nodes to gather coordinates.')) #fail silently and exit, rather than invoke an error console
179 def report_properties( params ):#report to the Inkscape console using errormsg
180 inkex.errormsg(_("Side Length 'a' (px): " + str( params[0][0] ) ))
181 inkex.errormsg(_("Side Length 'b' (px): " + str( params[0][1] ) ))
182 inkex.errormsg(_("Side Length 'c' (px): " + str( params[0][2] ) ))
183 inkex.errormsg(_("Angle 'A' (radians): " + str( params[1][0] ) ))
184 inkex.errormsg(_("Angle 'B' (radians): " + str( params[1][1] ) ))
185 inkex.errormsg(_("Angle 'C' (radians): " + str( params[1][2] ) ))
186 inkex.errormsg(_("Semiperimeter (px): " + str( params[4][1] ) ))
187 inkex.errormsg(
[all...]
H A DjessyInk_export.py82 inkex.errormsg(_("Could not find Inkscape command.\n"))
96 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))
H A Dgenerate_voronoi.py35 inkex.errormsg(_("Failed to import the subprocess module. Please report this as a bug at: https://bugs.launchpad.net/inkscape."))
36 inkex.errormsg(_("Python version is: ") + str(inkex.sys.version_info))
94 inkex.errormsg(_("Please select an object"))
146 inkex.errormsg("Please choose a larger object, or smaller cell size")
H A DjessyInk_mouseHandler.py48 inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))

Completed in 82 milliseconds

123