Searched defs:N_ (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | clear-n_.h | 4 A way to clear the N_ macro, which is defined as an inline function. 18 #ifdef N_ 19 #undef N_ macro 21 #define N_(x) x macro
|
/inkscape/src/ |
H A D | menus-skeleton.h | 9 #undef N_ macro 10 #define N_(x) x macro 18 " <submenu name=\"" N_("_File") "\">\n" 43 " <submenu name=\"" N_("_Edit") "\">\n" 53 " <submenu name=\"" N_("Paste Si_ze") "\">\n" 65 " <submenu name=\"" N_("Clo_ne") "\">\n" 79 " <submenu name=\"" N_("Select Sa_me") "\">\n" 100 " <submenu name=\"" N_("_View") "\">\n" 101 " <submenu name=\"" N_("_Zoom") "\">\n" 117 " <submenu name=\"" N_("_Displa [all...] |
H A D | seltrans-handles.cpp | 4 #undef N_ macro 5 #define N_(x) x macro 9 { DEF_COLOR, N_("<b>Squeeze or stretch</b> selection; with <b>Ctrl</b> to scale uniformly; with <b>Shift</b> to scale around rotation center") }, 10 { DEF_COLOR, N_("<b>Scale</b> selection; with <b>Ctrl</b> to scale uniformly; with <b>Shift</b> to scale around rotation center") }, 11 { DEF_COLOR, N_("<b>Skew</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to skew around the opposite side") }, 12 { DEF_COLOR, N_("<b>Rotate</b> selection; with <b>Ctrl</b> to snap angle; with <b>Shift</b> to rotate around the opposite corner") }, 13 { CEN_COLOR, N_("<b>Center</b> of rotation and skewing: drag to reposition; scaling with Shift also uses this center") }
|
H A D | preferences-skeleton.h | 7 #ifdef N_ 8 #undef N_ macro 10 #define N_(x) x macro 102 " <group id=\"cp0\" name=\"" N_("Dip pen") "\" mass=\"2\" wiggle=\"0.0\" angle=\"30.0\" thinning=\"10\" tremor=\"0.0\" flatness=\"90\" cap_rounding=\"0.0\" tracebackground=\"0\" usepressure=\"1\" usetilt=\"1\" />\n" 103 " <group id=\"cp1\" name=\"" N_("Marker") "\" mass=\"2\" wiggle=\"0.0\" angle=\"90.0\" thinning=\"0.0\" tremor=\"0.0\" flatness=\"0.0\" cap_rounding=\"1.0\" tracebackground=\"0\" usepressure=\"0\" usetilt=\"0\" />\n" 104 " <group id=\"cp2\" name=\"" N_("Brush") "\" mass=\"2\" wiggle=\"25\" angle=\"45.0\" thinning=\"-40\" tremor=\"0.0\" flatness=\"16\" cap_rounding=\".1\" tracebackground=\"0\" usepressure=\"1\" usetilt=\"1\" />\n" 105 " <group id=\"cp3\" name=\"" N_("Wiggly") "\" usetilt=\"1\" tracebackground=\"0\" usepressure=\"1\" cap_rounding=\"0.1\" flatness=\"16\" tremor=\"18\" thinning=\"-30\" angle=\"30\" wiggle=\"50\" mass=\"0\" />\n" 106 " <group id=\"cp4\" name=\"" N_("Splotchy") "\" width=\"100\" usetilt=\"1\" tracebackground=\"0\" usepressure=\"0\" cap_rounding=\"1\" flatness=\"0\" tremor=\"10\" thinning=\"30\" angle=\"30\" wiggle=\"0\" mass=\"0\" />\n" 107 " <group id=\"cp5\" name=\"" N_("Tracing") "\" width=\"50\" mass=\"0\" wiggle=\"0.0\" angle=\"0.0\" thinning=\"0.0\" tremor=\"0.0\" flatness=\"0\" cap_rounding=\"0.0\" tracebackground=\"1\" usepressure=\"1\" usetilt=\"1\"/>\n"
|
/inkscape/src/libgdl/ |
H A D | gdl-i18n.h | 44 # define N_(String) gettext_noop (String) macro 46 # define N_(String) (String) 64 # undef N_ 65 # define N_(String) (String)
|
Completed in 25 milliseconds