diff options
author | Robert Tari <robert@tari.in> | 2022-09-13 16:55:48 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-09-13 16:55:48 +0200 |
commit | 7e252aeb0c64d8c024ea75c04bebb5e7f5d07236 (patch) | |
tree | 4e77c8683c300d2590fa58cc13ffe36c00eff0ea | |
parent | 276c38704f03ae1b85ba70a7f6fd94e69762184d (diff) | |
parent | d8abb6b4ed0599d2d29a1551e12e82e21db15ebd (diff) | |
download | ayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.tar.gz ayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.tar.bz2 ayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.zip |
Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'
Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/59
-rw-r--r-- | po/ayatana-indicator-display.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-display.pot b/po/ayatana-indicator-display.pot index 680b8a9..75bbe3b 100644 --- a/po/ayatana-indicator-display.pot +++ b/po/ayatana-indicator-display.pot @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-08 22:34+0200\n" +"POT-Creation-Date: 2022-09-11 13:20+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,51 +17,51 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../data/org.ayatana.indicator.display.gschema.xml:1 +#: data/org.ayatana.indicator.display.gschema.xml:1 msgid "Lock rotation" msgstr "" -#: ../data/org.ayatana.indicator.display.gschema.xml:2 +#: data/org.ayatana.indicator.display.gschema.xml:2 msgid "Lock automatic display rotation." msgstr "" -#: ../data/org.ayatana.indicator.display.gschema.xml:3 +#: data/org.ayatana.indicator.display.gschema.xml:3 msgid "Orientation lock" msgstr "" -#: ../data/org.ayatana.indicator.display.gschema.xml:4 +#: data/org.ayatana.indicator.display.gschema.xml:4 msgid "Locks orientation to a specific value." msgstr "" -#: ../src/rotation-lock.cpp:184 ../src/rotation-lock.cpp:202 +#: src/rotation-lock.cpp:184 ../src/rotation-lock.cpp:202 msgid "Rotation Lock" msgstr "" -#: ../src/rotation-lock.cpp:215 +#: src/rotation-lock.cpp:215 msgid "Rotation" msgstr "" -#: ../src/rotation-lock.cpp:226 +#: src/rotation-lock.cpp:226 msgid "Display" msgstr "" -#: ../src/rotation-lock.cpp:227 +#: src/rotation-lock.cpp:227 msgid "Display settings and features" msgstr "" -#: ../src/usb-snap.cpp:107 +#: src/usb-snap.cpp:107 #, c-format msgid "The computer's RSA key fingerprint is: %s" msgstr "" -#: ../src/usb-snap.cpp:112 +#: src/usb-snap.cpp:112 msgid "Allow" msgstr "" -#: ../src/usb-snap.cpp:114 +#: src/usb-snap.cpp:114 msgid "Don't Allow" msgstr "" -#: ../src/usb-snap.cpp:126 +#: src/usb-snap.cpp:126 msgid "Allow USB Debugging?" 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 |