From: JazzyNico Date: Mon, 24 May 2010 09:27:57 +0000 (+0200) Subject: i18n. Context macro C_() activated (Bug #584829). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1cb2e97bf6ec6f26d39eff2a839bc46767808ada;p=inkscape.git i18n. Context macro C_() activated (Bug #584829). --- diff --git a/po/Makevars b/po/Makevars index 6165b32b3..302f51bd9 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=Q_ --msgid-bugs-address=inkscape-devel@lists.sourceforge.net +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --msgid-bugs-address=inkscape-devel@lists.sourceforge.net # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding diff --git a/po/inkscape.pot b/po/inkscape.pot index a89568124..b1ea33b24 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-05-21 15:05+0200\n" +"POT-Creation-Date: 2010-05-24 11:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1409,7 +1409,7 @@ msgstr "" #: ../share/extensions/interp_att_g.inx.h:16 #: ../share/extensions/render_alphabetsoup.inx.h:4 #: ../src/live_effects/lpe-sketch.cpp:55 ../src/selection-chemistry.cpp:1657 -#: ../src/seltrans.cpp:531 ../src/ui/dialog/transformation.cpp:738 +#: ../src/seltrans.cpp:527 ../src/ui/dialog/transformation.cpp:738 msgid "Scale" msgstr "" @@ -12126,7 +12126,7 @@ msgstr "" msgid "Rotate 90° CW" msgstr "" -#: ../src/selection-chemistry.cpp:1580 ../src/seltrans.cpp:534 +#: ../src/selection-chemistry.cpp:1580 ../src/seltrans.cpp:530 #: ../src/ui/dialog/transformation.cpp:760 msgid "Rotate" msgstr "" @@ -12148,7 +12148,7 @@ msgid "Move horizontally" msgstr "" #: ../src/selection-chemistry.cpp:1703 ../src/selection-chemistry.cpp:1729 -#: ../src/seltrans.cpp:528 ../src/ui/dialog/transformation.cpp:681 +#: ../src/seltrans.cpp:524 ../src/ui/dialog/transformation.cpp:681 msgid "Move" msgstr "" @@ -12483,77 +12483,77 @@ msgstr[1] "" msgid "%s%s. %s." msgstr "" -#: ../src/seltrans.cpp:537 ../src/ui/dialog/transformation.cpp:819 +#: ../src/seltrans.cpp:533 ../src/ui/dialog/transformation.cpp:819 msgid "Skew" msgstr "" -#: ../src/seltrans.cpp:549 +#: ../src/seltrans.cpp:545 msgid "Set center" msgstr "" -#: ../src/seltrans.cpp:624 +#: ../src/seltrans.cpp:620 msgid "Stamp" msgstr "" -#: ../src/seltrans.cpp:646 +#: ../src/seltrans.cpp:642 msgid "" "Center of rotation and skewing: drag to reposition; scaling with " "Shift also uses this center" msgstr "" -#: ../src/seltrans.cpp:673 +#: ../src/seltrans.cpp:669 msgid "" "Squeeze or stretch selection; with Ctrl to scale uniformly; " "with Shift to scale around rotation center" msgstr "" -#: ../src/seltrans.cpp:674 +#: ../src/seltrans.cpp:670 msgid "" "Scale selection; with Ctrl to scale uniformly; with Shift to scale around rotation center" msgstr "" -#: ../src/seltrans.cpp:678 +#: ../src/seltrans.cpp:674 msgid "" "Skew selection; with Ctrl to snap angle; with Shift to " "skew around the opposite side" msgstr "" -#: ../src/seltrans.cpp:679 +#: ../src/seltrans.cpp:675 msgid "" "Rotate selection; with Ctrl to snap angle; with Shift " "to rotate around the opposite corner" msgstr "" -#: ../src/seltrans.cpp:813 +#: ../src/seltrans.cpp:809 msgid "Reset center" msgstr "" -#: ../src/seltrans.cpp:1046 ../src/seltrans.cpp:1141 +#: ../src/seltrans.cpp:1042 ../src/seltrans.cpp:1137 #, c-format msgid "Scale: %0.2f%% x %0.2f%%; with Ctrl to lock ratio" msgstr "" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) -#: ../src/seltrans.cpp:1253 +#: ../src/seltrans.cpp:1249 #, c-format msgid "Skew: %0.2f°; with Ctrl to snap angle" msgstr "" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) -#: ../src/seltrans.cpp:1313 +#: ../src/seltrans.cpp:1309 #, c-format msgid "Rotate: %0.2f°; with Ctrl to snap angle" msgstr "" -#: ../src/seltrans.cpp:1355 +#: ../src/seltrans.cpp:1351 #, c-format msgid "Move center to %s, %s" msgstr "" -#: ../src/seltrans.cpp:1528 +#: ../src/seltrans.cpp:1524 #, c-format msgid "" "Move by %s, %s; with Ctrl to restrict to horizontal/vertical; " @@ -18741,6 +18741,30 @@ msgstr "" msgid "Add node" msgstr "" +#: ../src/ui/tool/curve-drag-point.cpp:167 +msgctxt "Path segment tip" +msgid "Shift: click to toggle segment selection" +msgstr "" + +#: ../src/ui/tool/curve-drag-point.cpp:171 +msgctxt "Path segment tip" +msgid "Ctrl+Alt: click to insert a node" +msgstr "" + +#: ../src/ui/tool/curve-drag-point.cpp:175 +msgctxt "Path segment tip" +msgid "" +"Linear segment: drag to convert to a Bezier segment, doubleclick to " +"insert node, click to select (more: Shift, Ctrl+Alt)" +msgstr "" + +#: ../src/ui/tool/curve-drag-point.cpp:179 +msgctxt "Path segment tip" +msgid "" +"Bezier segment: drag to shape the segment, doubleclick to insert " +"node, click to select (more: Shift, Ctrl+Alt)" +msgstr "" + #: ../src/ui/tool/multi-path-manipulator.cpp:227 msgid "Change node type" msgstr "" @@ -18813,6 +18837,54 @@ msgstr "" msgid "Flip nodes vertically" msgstr "" +#: ../src/ui/tool/node-tool.cpp:537 +msgctxt "Node tool tip" +msgid "" +"Shift: drag to add nodes to the selection, click to toggle object " +"selection" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:541 +msgctxt "Node tool tip" +msgid "Shift: drag to add nodes to the selection" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:551 +#, c-format +msgctxt "Node tool tip" +msgid "" +"%u of %u nodes selected. Drag to select nodes, click to edit only " +"this object (more: Shift)" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:557 +#, c-format +msgctxt "Node tool tip" +msgid "" +"%u of %u nodes selected. Drag to select nodes, click clear the " +"selection" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:565 +msgctxt "Node tool tip" +msgid "Drag to select nodes, click to edit only this object" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:568 +msgctxt "Node tool tip" +msgid "Drag to select nodes, click to clear the selection" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:573 +msgctxt "Node tool tip" +msgid "Drag to select objects to edit, click to edit this object (more: Shift)" +msgstr "" + +#: ../src/ui/tool/node-tool.cpp:576 +msgctxt "Node tool tip" +msgid "Drag to select objects to edit" +msgstr "" + #: ../src/ui/tool/node.cpp:207 msgid "Cusp node handle" msgstr "" @@ -18829,6 +18901,131 @@ msgstr "" msgid "Auto-smooth node handle" msgstr "" +#: ../src/ui/tool/node.cpp:341 +msgctxt "Path handle tip" +msgid "more: Shift, Ctrl, Alt" +msgstr "" + +#: ../src/ui/tool/node.cpp:343 +msgctxt "Path handle tip" +msgid "more: Ctrl, Alt" +msgstr "" + +#: ../src/ui/tool/node.cpp:349 +#, c-format +msgctxt "Path handle tip" +msgid "" +"Shift+Ctrl+Alt: preserve length and snap rotation angle to %g° " +"increments while rotating both handles" +msgstr "" + +#: ../src/ui/tool/node.cpp:354 +#, c-format +msgctxt "Path handle tip" +msgid "" +"Ctrl+Alt: preserve length and snap rotation angle to %g° increments" +msgstr "" + +#: ../src/ui/tool/node.cpp:360 +msgctxt "Path handle tip" +msgid "Shift+Alt: preserve handle length and rotate both handles" +msgstr "" + +#: ../src/ui/tool/node.cpp:363 +msgctxt "Path handle tip" +msgid "Alt: preserve handle length while dragging" +msgstr "" + +#: ../src/ui/tool/node.cpp:370 +#, c-format +msgctxt "Path handle tip" +msgid "" +"Shift+Ctrl: snap rotation angle to %g° increments and rotate both " +"handles" +msgstr "" + +#: ../src/ui/tool/node.cpp:374 +#, c-format +msgctxt "Path handle tip" +msgid "Ctrl: snap rotation angle to %g° increments, click to retract" +msgstr "" + +#: ../src/ui/tool/node.cpp:379 +msgctxt "Path hande tip" +msgid "Shift: rotate both handles by the same angle" +msgstr "" + +#: ../src/ui/tool/node.cpp:386 +#, c-format +msgctxt "Path handle tip" +msgid "Auto node handle: drag to convert to smooth node (%s)" +msgstr "" + +#: ../src/ui/tool/node.cpp:389 +#, c-format +msgctxt "Path handle tip" +msgid "%s: drag to shape the segment (%s)" +msgstr "" + +#: ../src/ui/tool/node.cpp:405 +#, c-format +msgctxt "Path handle tip" +msgid "Move handle by %s, %s; angle %.2f°, length %s" +msgstr "" + +#: ../src/ui/tool/node.cpp:1144 +msgctxt "Path node tip" +msgid "Shift: drag out a handle, click to toggle selection" +msgstr "" + +#: ../src/ui/tool/node.cpp:1146 +msgctxt "Path node tip" +msgid "Shift: click to toggle selection" +msgstr "" + +#: ../src/ui/tool/node.cpp:1151 +msgctxt "Path node tip" +msgid "Ctrl+Alt: move along handle lines, click to delete node" +msgstr "" + +#: ../src/ui/tool/node.cpp:1154 +msgctxt "Path node tip" +msgid "Ctrl: move along axes, click to change node type" +msgstr "" + +#: ../src/ui/tool/node.cpp:1158 +msgctxt "Path node tip" +msgid "Alt: sculpt nodes" +msgstr "" + +#: ../src/ui/tool/node.cpp:1166 +#, c-format +msgctxt "Path node tip" +msgid "%s: drag to shape the path (more: Shift, Ctrl, Alt)" +msgstr "" + +#: ../src/ui/tool/node.cpp:1169 +#, c-format +msgctxt "Path node tip" +msgid "" +"%s: drag to shape the path, click to toggle scale/rotation handles " +"(more: Shift, Ctrl, Alt)" +msgstr "" + +#: ../src/ui/tool/node.cpp:1172 +#, c-format +msgctxt "Path node tip" +msgid "" +"%s: drag to shape the path, click to select only this node (more: " +"Shift, Ctrl, Alt)" +msgstr "" + +#: ../src/ui/tool/node.cpp:1180 +#, c-format +msgctxt "Path node tip" +msgid "Move node by %s, %s" +msgstr "" + #: ../src/ui/tool/node.cpp:1192 msgid "Symmetric node" msgstr "" @@ -18862,6 +19059,118 @@ msgstr "" msgid "Retract handle" msgstr "" +#: ../src/ui/tool/transform-handle-set.cpp:137 +msgctxt "Transform handle tip" +msgid "Shift+Ctrl: scale uniformly about the rotation center" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:139 +msgctxt "Transform handle tip" +msgid "Ctrl: scale uniformly" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:144 +msgctxt "Transform handle tip" +msgid "" +"Shift+Alt: scale using an integer ratio about the rotation center" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:146 +msgctxt "Transform handle tip" +msgid "Shift: scale from the rotation center" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:149 +msgctxt "Transform handle tip" +msgid "Alt: scale using an integer ratio" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:151 +msgctxt "Transform handle tip" +msgid "Scale handle: drag to scale the selection" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:156 +#, c-format +msgctxt "Transform handle tip" +msgid "Scale by %.2f%% x %.2f%%" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:311 +#, c-format +msgctxt "Transform handle tip" +msgid "" +"Shift+Ctrl: rotate around the opposite corner and snap angle to %f° " +"increments" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:314 +msgctxt "Transform handle tip" +msgid "Shift: rotate around the opposite corner" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:318 +#, c-format +msgctxt "Transform handle tip" +msgid "Ctrl: snap angle to %f° increments" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:320 +msgctxt "Transform handle tip" +msgid "" +"Rotation handle: drag to rotate the selection around the rotation " +"center" +msgstr "" + +#. event +#: ../src/ui/tool/transform-handle-set.cpp:325 +#, c-format +msgctxt "Transform handle tip" +msgid "Rotate by %.2f°" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:419 +#, c-format +msgctxt "Transform handle tip" +msgid "" +"Shift+Ctrl: skew about the rotation center with snapping to %f° " +"increments" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:422 +msgctxt "Transform handle tip" +msgid "Shift: skew about the rotation center" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:426 +#, c-format +msgctxt "Transform handle tip" +msgid "Ctrl: snap skew angle to %f° increments" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:429 +msgctxt "Transform handle tip" +msgid "" +"Skew handle: drag to skew (shear) selection about the opposite handle" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:435 +#, c-format +msgctxt "Transform handle tip" +msgid "Skew horizontally by %.2f°" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:438 +#, c-format +msgctxt "Transform handle tip" +msgid "Skew vertically by %.2f°" +msgstr "" + +#: ../src/ui/tool/transform-handle-set.cpp:479 +msgctxt "Transform handle tip" +msgid "Rotation center: drag to change the origin of transforms" +msgstr "" + #: ../src/ui/view/edit-widget.cpp:330 ../src/ui/view/edit-widget.cpp:335 #: ../src/ui/view/edit-widget.cpp:343 ../src/ui/view/edit-widget.cpp:348 #: ../src/ui/view/edit-widget.cpp:353 ../src/ui/view/edit-widget.cpp:368