Lines Matching defs:paths
368 _page_node.add_line( true, "", _t_node_show_outline, "", _("Show outlines for all paths, not only invisible paths"));
371 _t_node_live_objects.init(_("Update paths when dragging nodes"), "/tools/nodes/live_objects", false);
372 _page_node.add_line( true, "", _t_node_live_objects, "", _("Update paths when dragging or transforming nodes; if this is off, paths will only be updated when completing a drag"));
374 _page_node.add_line( true, "", _t_node_show_path_direction, "", _("Visualize the direction of selected paths by drawing small arrows in the middle of each outline segment"));
377 _t_node_pathflash_selected.init ( _("Show temporary outline for selected paths"), "/tools/nodes/pathflash_selected", false);
1373 // Clip paths and masks options
1973 // TRANSLATORS: following strings are paths in Inkscape preferences - Misc - System info
2022 gchar** paths = 0;
2024 gtk_icon_theme_get_search_path(gtk_icon_theme_get_default(), &paths, &count);
2026 tmp += paths[0];
2030 tmp += paths[i];