summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-09-22 14:41:03 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-09-22 14:41:03 +0000
commitcc810a068c30692e3c9031c5615065a38a5e831f (patch)
tree88a6bcf44c3b49ad65cf4b16e8eee78f860ab910
parentUpdate inkscape.pot (diff)
downloadinkscape-cc810a068c30692e3c9031c5615065a38a5e831f.tar.gz
inkscape-cc810a068c30692e3c9031c5615065a38a5e831f.zip
Make LPE Selector translatable
Fixes https://gitlab.com/inkscape/inkscape/issues/432
-rw-r--r--po/POTFILES.ui.in1
-rw-r--r--po/inkscape.pot25
-rw-r--r--share/ui/dialog-livepatheffect-add.glade (renamed from share/ui/dialog-livepatheffect-add.ui)0
-rw-r--r--src/ui/dialog/livepatheffect-add.cpp2
4 files changed, 26 insertions, 2 deletions
diff --git a/po/POTFILES.ui.in b/po/POTFILES.ui.in
index 818cc6d52..44b44be8c 100644
--- a/po/POTFILES.ui.in
+++ b/po/POTFILES.ui.in
@@ -1,2 +1,3 @@
+../share/ui/dialog-livepatheffect-add.glade
../share/ui/dialog-trace.glade
../share/ui/inkscape-application.glade
diff --git a/po/inkscape.pot b/po/inkscape.pot
index c036e67e2..71ca32066 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-translator@lists.inkscape.org\n"
-"POT-Creation-Date: 2019-09-22 16:39+0200\n"
+"POT-Creation-Date: 2019-09-22 16:40+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"
@@ -12962,6 +12962,7 @@ msgstr ""
#: ../src/ui/dialog/attrdialog.cpp:108
#: ../src/ui/dialog/inkscape-preferences.cpp:2162
#: ../src/ui/widget/page-sizer.cpp:94 ../src/widgets/gradient-selector.cpp:139
+#: ../share/ui/dialog-livepatheffect-add.glade:404
msgid "Name"
msgstr ""
@@ -21393,6 +21394,8 @@ msgstr ""
#: ../src/ui/dialog/inkscape-preferences.cpp:2164
#: ../src/ui/widget/page-sizer.cpp:96
+#: ../share/ui/dialog-livepatheffect-add.glade:438
+#: ../share/ui/dialog-livepatheffect-add.glade:550
msgid "Description"
msgstr ""
@@ -31893,6 +31896,26 @@ msgstr ""
msgid "Style of Paint Bucket fill objects"
msgstr ""
+#: ../share/ui/dialog-livepatheffect-add.glade:8
+msgid "Live Path Effects Selector"
+msgstr ""
+
+#: ../share/ui/dialog-livepatheffect-add.glade:273
+msgid "Show Experimental"
+msgstr ""
+
+#: ../share/ui/dialog-livepatheffect-add.glade:298
+msgid "Message"
+msgstr ""
+
+#: ../share/ui/dialog-livepatheffect-add.glade:529
+msgid "LPEName"
+msgstr ""
+
+#: ../share/ui/dialog-livepatheffect-add.glade:565
+msgid "Experimental"
+msgstr ""
+
#: ../share/ui/dialog-trace.glade:92
msgid ""
"\n"
diff --git a/share/ui/dialog-livepatheffect-add.ui b/share/ui/dialog-livepatheffect-add.glade
index d5dcf53ca..d5dcf53ca 100644
--- a/share/ui/dialog-livepatheffect-add.ui
+++ b/share/ui/dialog-livepatheffect-add.glade
diff --git a/src/ui/dialog/livepatheffect-add.cpp b/src/ui/dialog/livepatheffect-add.cpp
index 58afa61d6..c83f90df1 100644
--- a/src/ui/dialog/livepatheffect-add.cpp
+++ b/src/ui/dialog/livepatheffect-add.cpp
@@ -81,7 +81,7 @@ LivePathEffectAdd::LivePathEffectAdd()
, _applied(false)
, _showfavs(false)
{
- Glib::ustring gladefile = get_filename(Inkscape::IO::Resource::UIS, "dialog-livepatheffect-add.ui");
+ Glib::ustring gladefile = get_filename(Inkscape::IO::Resource::UIS, "dialog-livepatheffect-add.glade");
try {
_builder = Gtk::Builder::create_from_file(gladefile);
} catch (const Glib::Error &ex) {