diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 13:12:41 -0500 |
---|---|---|
committer | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 13:12:41 -0500 |
commit | 907fc24ba24962c0f30a9efe955dd5cb916c5492 (patch) | |
tree | 9659a9ed9a86a1dc64f18c8d4e94631cf95a8a36 /po | |
parent | 472445887cb7f7a16e2c3fb5dca1f19a52d55bab (diff) | |
download | ayatana-indicator-display-907fc24ba24962c0f30a9efe955dd5cb916c5492.tar.gz ayatana-indicator-display-907fc24ba24962c0f30a9efe955dd5cb916c5492.tar.bz2 ayatana-indicator-display-907fc24ba24962c0f30a9efe955dd5cb916c5492.zip |
Use intltool support from cmake-extras.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 15 | ||||
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/indicator-display.pot | 43 |
3 files changed, 55 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 786573b..e78a9df 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,3 +1,12 @@ -include (Translations) -add_translations_directory("${GETTEXT_PACKAGE}") -add_translations_catalog("${GETTEXT_PACKAGE}" ../src/) +find_package(Intltool REQUIRED) + +intltool_update_potfile( + KEYWORDS "_" "_:1,2" "N_" "N_:1,2" + GETTEXT_PACKAGE ${GETTEXT_PACKAGE} + COPYRIGHT_HOLDER "Canonical Ltd." +) + +intltool_install_translations( + ALL + GETTEXT_PACKAGE ${GETTEXT_PACKAGE} +) diff --git a/po/POTFILES.in b/po/POTFILES.in deleted file mode 100644 index 339765f..0000000 --- a/po/POTFILES.in +++ /dev/null @@ -1,2 +0,0 @@ -src/rotation-lock.cpp -src/usb-snap.cpp diff --git a/po/indicator-display.pot b/po/indicator-display.pot new file mode 100644 index 0000000..26488a3 --- /dev/null +++ b/po/indicator-display.pot @@ -0,0 +1,43 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Canonical Ltd. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-07 13:08-0500\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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../src/rotation-lock.cpp:125 +msgid "Rotation Lock" +msgstr "" + +#: ../src/rotation-lock.cpp:136 +msgid "Rotation" +msgstr "" + +#: ../src/usb-snap.cpp:107 +#, c-format +msgid "The computer's RSA key fingerprint is: %s" +msgstr "" + +#: ../src/usb-snap.cpp:112 +msgid "Allow" +msgstr "" + +#: ../src/usb-snap.cpp:114 +msgid "Don't Allow" +msgstr "" + +#: ../src/usb-snap.cpp:126 +msgid "Allow USB Debugging?" +msgstr "" |