diff options
-rw-r--r-- | po/ayatana-indicator-bluetooth.pot | 28 | ||||
-rwxr-xr-x | update-po.sh | 1 | ||||
-rwxr-xr-x | update-pot.sh | 1 |
3 files changed, 16 insertions, 14 deletions
diff --git a/po/ayatana-indicator-bluetooth.pot b/po/ayatana-indicator-bluetooth.pot index fe5cde2..70b16e3 100644 --- a/po/ayatana-indicator-bluetooth.pot +++ b/po/ayatana-indicator-bluetooth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-05 12:58+0200\n" +"POT-Creation-Date: 2022-09-11 13:30+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,55 +17,55 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../data/org.ayatana.indicator.bluetooth.gschema.xml.in:1 +#: data/org.ayatana.indicator.bluetooth.gschema.xml.in:1 msgid "Bluetooth indicator in the menu bar." msgstr "" -#: ../data/org.ayatana.indicator.bluetooth.gschema.xml.in:2 +#: data/org.ayatana.indicator.bluetooth.gschema.xml.in:2 msgid "Whether or not to show the Bluetooth indicator in the menu bar." msgstr "" -#: ../src/bluez.vala:310 +#: src/bluez.vala:310 msgid "Unknown" msgstr "" -#: ../src/desktop.vala:114 +#: src/desktop.vala:114 msgid "Connection" msgstr "" -#: ../src/desktop.vala:167 +#: src/desktop.vala:167 msgid "Send files…" msgstr "" -#: ../src/desktop.vala:173 +#: src/desktop.vala:173 msgid "Keyboard Settings…" msgstr "" -#: ../src/desktop.vala:179 +#: src/desktop.vala:179 msgid "Mouse and Touchpad Settings…" msgstr "" -#: ../src/desktop.vala:186 +#: src/desktop.vala:186 msgid "Sound Settings…" msgstr "" -#: ../src/desktop.vala:234 +#: src/desktop.vala:234 msgid "Visible" msgstr "" #. settings section -#: ../src/desktop.vala:247 +#: src/desktop.vala:247 msgid "Bluetooth Settings…" msgstr "" -#: ../src/phone.vala:45 +#: src/phone.vala:45 msgid "Bluetooth settings…" msgstr "" -#: ../src/profile.vala:91 ../src/profile.vala:179 +#: src/profile.vala:91 ../src/profile.vala:179 msgid "Bluetooth" msgstr "" -#: ../src/profile.vala:180 +#: src/profile.vala:180 msgid "Bluetooth status & device connections" msgstr "" diff --git a/update-po.sh b/update-po.sh index dff6f3a..b066610 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 |