From: Tuomo Tanskanen Date: Fri, 19 Feb 2010 12:52:01 +0000 (+0200) Subject: po templates, debian/rules and install policy X-Git-Tag: v0.5-1~3 X-Git-Url: https://vcs.maemo.org/git/?p=cell-modem-ui;a=commitdiff_plain;h=54d0fff34d13fc6d02b67cd3415a5708fb46ceea po templates, debian/rules and install policy --- diff --git a/cell-modem-ui/debian/cell-modem-ui.install b/cell-modem-ui/debian/cell-modem-ui.install index bb92e74..ccbed75 100644 --- a/cell-modem-ui/debian/cell-modem-ui.install +++ b/cell-modem-ui/debian/cell-modem-ui.install @@ -1 +1,2 @@ opt/cell-modem-ui/* +usr/share/locale/* diff --git a/cell-modem-ui/debian/control b/cell-modem-ui/debian/control index 62edbf3..872daa3 100644 --- a/cell-modem-ui/debian/control +++ b/cell-modem-ui/debian/control @@ -2,7 +2,7 @@ Source: cell-modem-ui Section: user/system Priority: optional Maintainer: Tuomo Tanskanen -Build-Depends: debhelper (>= 4.1.0) +Build-Depends: debhelper (>= 4.1.0), gettext (>= 0.17) Standards-Version: 3.8.0 Package: cell-modem-ui diff --git a/cell-modem-ui/debian/rules b/cell-modem-ui/debian/rules index eec4bbb..576a029 100755 --- a/cell-modem-ui/debian/rules +++ b/cell-modem-ui/debian/rules @@ -40,10 +40,17 @@ install: build dh_testroot dh_clean -k dh_installdirs - #mkdir -p $(CURDIR)/debian/tmp/etc/systemui + + # install our xml to /opt mkdir -p $(CURDIR)/debian/tmp/opt/cell-modem-ui cp $(CURDIR)/etc/systemui/*.xml $(CURDIR)/debian/tmp/opt/cell-modem-ui/ + # install our translations by hand + for i in fi_FI en_GB en_US es_ES fr_FR sv_SE pl_PL nl_NL it_IT de_DE; do + mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/$i/LC_MESSAGES + msgfmt $(CURDIR)/po/$i.po -o $(CURDIR)/debian/tmp/usr/share/locale/$i/LC_MESSAGES/cell-modem-ui.mo + done + binary-indep: build install binary-arch: build install diff --git a/cell-modem-ui/po/de_DE.po b/cell-modem-ui/po/de_DE.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/de_DE.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/en_GB.po b/cell-modem-ui/po/en_GB.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/en_GB.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/en_US.po b/cell-modem-ui/po/en_US.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/en_US.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/es_ES.po b/cell-modem-ui/po/es_ES.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/es_ES.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/fi_FI.po b/cell-modem-ui/po/fi_FI.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/fi_FI.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/fr_FR.po b/cell-modem-ui/po/fr_FR.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/fr_FR.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/it_IT.po b/cell-modem-ui/po/it_IT.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/it_IT.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/nl_NL.po b/cell-modem-ui/po/nl_NL.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/nl_NL.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/pl_PL.po b/cell-modem-ui/po/pl_PL.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/pl_PL.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode" diff --git a/cell-modem-ui/po/sv_SE.po b/cell-modem-ui/po/sv_SE.po new file mode 100644 index 0000000..b463b5a --- /dev/null +++ b/cell-modem-ui/po/sv_SE.po @@ -0,0 +1,24 @@ + +# Cellular Modem Control Buttons fi_FI translation file. +# Copyright (C) 2010 Tuomo Tanskanen . All rights reserved. +# This file is distributed under the same license as the cell-modem-ui package. + +msgid "" +msgstr "" +"Project-Id-Version: 0.5\n" +"Report-Msgid-Bugs-To: Tuomo Tanskanen \n" +"POT-Creation-Date: 2010-02-19 14:31+0300\n\n" +"PO-Revision-Date: 2010-02-19 14:31+0300\n\n" +"Last-Translator: Tuomo Tanskanen \n" +"Language-Team: Tuomo Tanskanen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cell-modem-ui.xml +msgid "cellmodemui_tablet_mode" +msgstr "Tablet mode" + +#: cell-modem-ui.xml +msgid "cellmodemui_phone_mode" +msgstr "Phone mode"