From cd371332411641ed12ff7449943006f87a77bdf7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 11 Sep 2022 13:48:25 +0200 Subject: update-po{,t}.sh: Omit ../ at beginning of file names in .pot file. --- update-po.sh | 1 + update-pot.sh | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3 From fecf9a62d7ef6a7da427a402025e3148381f02f3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 11 Sep 2022 13:49:16 +0200 Subject: po/ayatana-indicator-messages.pot: Update file. --- po/ayatana-indicator-messages.pot | 28 ++++++++++++++-------------- 1 file changed, 14 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 \n" "Language-Team: LANGUAGE \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 "" -- cgit v1.2.3