Searched refs:tmpStr (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_summary.py165 tmpStr = ""
168 tmpStr += _("\n{0}Initial effect (order number {1}):").format(prefix, effects[orderItem][0]["order"])
170 tmpStr += _("\n{0}Effect {1!s} (order number {2}):").format(prefix, orderNumber, effects[orderItem][0]["order"])
174 tmpStr += _("{0}\tView will be set according to object \"{1}\"").format(prefix, item["id"])
176 tmpStr += _("{0}\tObject \"{1}\"").format(prefix, item["id"])
179 tmpStr += _(" will appear")
181 tmpStr += _(" will disappear")
184 tmpStr += _(" using effect \"{0}\"").format(item["name"])
187 tmpStr += _(" in {0!s} s").format(int(item["length"]) / 1000.0)
189 inkex.errormsg(tmpStr
[all...]
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp1007 Glib::ustring tmpStr; local
1011 tmpStr += part;
1015 gchar* profileTip = g_strdup_printf(_("The ICC profile to use to calibrate display output.\nSearched directories:%s"), tmpStr.c_str());

Completed in 21 milliseconds