aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-12 00:33:20 +0200
committerRobert Tari <robert@tari.in>2022-09-12 00:33:20 +0200
commit00b4f21807c1433d1c9cac3ab65b7f3ecf796b19 (patch)
tree3b0d8d6f3e108a66c88ab998c32af7c6c1a740e5
parente60ed833cf53f020194b40edfa78cf9de3b9bd30 (diff)
parentfecf9a62d7ef6a7da427a402025e3148381f02f3 (diff)
downloadayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.tar.gz
ayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.tar.bz2
ayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.zip
Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/33
-rw-r--r--po/ayatana-indicator-messages.pot28
-rwxr-xr-xupdate-po.sh1
-rwxr-xr-xupdate-pot.sh1
3 files changed, 16 insertions, 14 deletions
diff --git a/po/ayatana-indicator-messages.pot b/po/ayatana-indicator-messages.pot
index 105c778..ef40134 100644
--- a/po/ayatana-indicator-messages.pot
+++ b/po/ayatana-indicator-messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-09-05 13:24+0200\n"
+"POT-Creation-Date: 2022-09-11 13:48+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"
@@ -17,57 +17,57 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../data/org.ayatana.indicator.messages.gschema.xml:1
+#: data/org.ayatana.indicator.messages.gschema.xml:1
msgid "List of applications that are shown in the messaging menu"
msgstr ""
-#: ../data/org.ayatana.indicator.messages.gschema.xml:2
+#: data/org.ayatana.indicator.messages.gschema.xml:2
msgid ""
"Applications corresponding to the desktop file IDs in this list are shown in "
"the messaging menu."
msgstr ""
-#: ../src/im-application-list.c:231
+#: src/im-application-list.c:231
msgid "New Messages"
msgstr ""
-#: ../src/im-application-list.c:235
+#: src/im-application-list.c:235
msgid "Messages"
msgstr ""
#. title
-#: ../src/im-application-list.c:258
+#: src/im-application-list.c:258
msgid "Notifications"
msgstr ""
-#: ../src/im-application-list.c:259
+#: src/im-application-list.c:259
msgid "Quick access to newly received messages"
msgstr ""
-#: ../src/im-desktop-menu.c:67
+#: src/im-desktop-menu.c:67
msgid "Available"
msgstr ""
-#: ../src/im-desktop-menu.c:68
+#: src/im-desktop-menu.c:68
msgid "Away"
msgstr ""
-#: ../src/im-desktop-menu.c:69
+#: src/im-desktop-menu.c:69
msgid "Busy"
msgstr ""
-#: ../src/im-desktop-menu.c:70
+#: src/im-desktop-menu.c:70
msgid "Invisible"
msgstr ""
-#: ../src/im-desktop-menu.c:71
+#: src/im-desktop-menu.c:71
msgid "Offline"
msgstr ""
-#: ../src/im-desktop-menu.c:367
+#: src/im-desktop-menu.c:367
msgid "Clear"
msgstr ""
-#: ../src/im-phone-menu.c:76
+#: src/im-phone-menu.c:76
msgid "Clear All"
msgstr ""
diff --git a/update-po.sh b/update-po.sh
index 2043358..b9c4c9d 100755
--- a/update-po.sh
+++ b/update-po.sh
@@ -32,6 +32,7 @@ cat LINGUAS | while read lingua; do
-e 's/\.ini\.in\.h:/.ini.in:/g' \
-e 's/\.xml\.h:/.xml:/g' \
-e 's/\.ini\.h:/.ini:/g' \
+ -e 's@#: \.\./@#: @g' \
-i ${lingua}.po
done
diff --git a/update-pot.sh b/update-pot.sh
index 43a8d06..cb538a2 100755
--- a/update-pot.sh
+++ b/update-pot.sh
@@ -22,4 +22,5 @@ sed -e 's/\.xml\.in\.h:/.xml.in:/g' \
-e 's/\.ini\.in\.h:/.ini.in:/g' \
-e 's/\.xml\.h:/.xml:/g' \
-e 's/\.ini\.h:/.ini:/g' \
+ -e 's@#: \.\./@#: @g' \
-i po/${GETTEXT_DOMAIN}.pot