diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-30 12:34:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-30 12:34:46 +0000 |
| commit | c7d073679283b791e80074bb88a612c8726717af (patch) | |
| tree | 5997daf8d57a39d22887db2c4210115e064b00f1 | |
| parent | Extensions. Convert to dashes python file now translatable. (diff) | |
| download | inkscape-c7d073679283b791e80074bb88a612c8726717af.tar.gz inkscape-c7d073679283b791e80074bb88a612c8726717af.zip | |
Translations. PO template update.
(bzr r14928)
| -rw-r--r-- | po/POTFILES.in | 3 | ||||
| -rw-r--r-- | po/inkscape.pot | 27 |
2 files changed, 28 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index f760c718c..8824a72c8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at Mon May 23 11:59:28 CEST 2016 +# Generated by ./generate_POTFILES.sh at Mon May 30 08:43:20 CEST 2016 [encoding: UTF-8] inkscape.appdata.xml.in inkscape.desktop.in @@ -587,6 +587,7 @@ share/extensions/wireframe_sphere.py [type: gettext/xml] share/extensions/text_titlecase.inx [type: gettext/xml] share/extensions/text_uppercase.inx [type: gettext/xml] share/extensions/triangle.inx +[type: gettext/xml] share/extensions/ungroup_deep.inx [type: gettext/xml] share/extensions/voronoi2svg.inx [type: gettext/xml] share/extensions/web-set-att.inx [type: gettext/xml] share/extensions/web-transmit-att.inx diff --git a/po/inkscape.pot b/po/inkscape.pot index 86cd8f460..70cd24e12 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2016-05-30 07:25+0200\n" +"POT-Creation-Date: 2016-05-30 08:43+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -30376,6 +30376,10 @@ msgstr "" msgid "Use the pressure of the input device to alter the force of tweak action" msgstr "" +#: ../share/extensions/convert2dashes.py:56 +msgid "Total number of objects not converted: {}\n" +msgstr "" + #: ../share/extensions/dimension.py:108 msgid "Please select an object." msgstr "" @@ -36059,6 +36063,7 @@ msgid "" msgstr "" #: ../share/extensions/restack.inx.h:27 +#: ../share/extensions/ungroup_deep.inx.h:6 msgid "Arrange" msgstr "" @@ -36877,6 +36882,26 @@ msgstr "" msgid "From Side c and Angles a, b" msgstr "" +#: ../share/extensions/ungroup_deep.inx.h:1 +msgid "Deep Ungroup" +msgstr "" + +#: ../share/extensions/ungroup_deep.inx.h:2 +msgid "Ungroup all groups in the selected object." +msgstr "" + +#: ../share/extensions/ungroup_deep.inx.h:3 +msgid "Starting Depth" +msgstr "" + +#: ../share/extensions/ungroup_deep.inx.h:4 +msgid "Stopping Depth (from top)" +msgstr "" + +#: ../share/extensions/ungroup_deep.inx.h:5 +msgid "Depth to Keep (from bottom)" +msgstr "" + #: ../share/extensions/voronoi2svg.inx.h:1 msgid "Voronoi Diagram" msgstr "" |
