From a30fd6325b842dad70812f78a919744ab854d7ee Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 14 Jun 2021 23:15:33 +0200 Subject: Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder. --- po/ayatana-common.pot | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 po/ayatana-common.pot (limited to 'po/ayatana-common.pot') diff --git a/po/ayatana-common.pot b/po/ayatana-common.pot new file mode 100644 index 0000000..4b788ba --- /dev/null +++ b/po/ayatana-common.pot @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-14 23:17+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/org.ayatana.common.gschema.xml.in:1 +msgid "Maximum menu text length" +msgstr "" + +#: ../data/org.ayatana.common.gschema.xml.in:2 +msgid "" +"The number of characters to show in dynamic menu items before the text is " +"ellipsized." +msgstr "" -- cgit v1.2.3