Fix non-translated desktop file
This commit is contained in:
parent
c30f2a988d
commit
dc1104c93b
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Text Editor
|
_Name=Text Editor
|
||||||
Comment=Edit text files
|
_Comment=Edit text files
|
||||||
Exec=xed %U
|
Exec=xed %U
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
14
po/xed.pot
14
po/xed.pot
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2018-11-19 11:34+0000\n"
|
"POT-Creation-Date: 2018-12-05 15:16+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -455,6 +455,14 @@ msgid ""
|
||||||
"indentation levels. </p>"
|
"indentation levels. </p>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/xed.desktop.in.in.h:1 ../xed/xed-print-job.c:707
|
||||||
|
msgid "Text Editor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../data/xed.desktop.in.in.h:2
|
||||||
|
msgid "Edit text files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../xed/xed-app.c:102
|
#: ../xed/xed-app.c:102
|
||||||
msgid "Show the application's version"
|
msgid "Show the application's version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1202,10 +1210,6 @@ msgstr ""
|
||||||
msgid "Page %N of %Q"
|
msgid "Page %N of %Q"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../xed/xed-print-job.c:707
|
|
||||||
msgid "Text Editor"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../xed/xed-print-job.c:740
|
#: ../xed/xed-print-job.c:740
|
||||||
msgid "Preparing..."
|
msgid "Preparing..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue