drop applet from this repo, changelog fixes
authorTuomo Tanskanen <tumi@tumi.fi>
Sun, 28 Feb 2010 19:07:56 +0000 (21:07 +0200)
committerTuomo Tanskanen <tumi@tumi.fi>
Sun, 28 Feb 2010 19:07:56 +0000 (21:07 +0200)
65 files changed:
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
cell-modem-ui-applet/TODO [deleted file]
cell-modem-ui/COPYING [deleted file]
cell-modem-ui/INSTALL [deleted file]
cell-modem-ui/README [deleted file]
cell-modem-ui/TODO [deleted file]
cell-modem-ui/debian/cell-modem-ui.install [deleted file]
cell-modem-ui/debian/cell-modem-ui.postinst [deleted file]
cell-modem-ui/debian/cell-modem-ui.postrm [deleted file]
cell-modem-ui/debian/cell-modem-ui.prerm [deleted file]
cell-modem-ui/debian/changelog [deleted file]
cell-modem-ui/debian/compat [deleted file]
cell-modem-ui/debian/control [deleted file]
cell-modem-ui/debian/copyright [deleted file]
cell-modem-ui/debian/rules [deleted file]
cell-modem-ui/etc/systemui/cell-modem-ui.xml [deleted file]
cell-modem-ui/icon.png [deleted file]
cell-modem-ui/po/cs_CZ.po [deleted file]
cell-modem-ui/po/da_DK.po [deleted file]
cell-modem-ui/po/de_DE.po [deleted file]
cell-modem-ui/po/en_GB.po [deleted file]
cell-modem-ui/po/en_US.po [deleted file]
cell-modem-ui/po/es_ES.po [deleted file]
cell-modem-ui/po/es_MX.po [deleted file]
cell-modem-ui/po/fi_FI.po [deleted file]
cell-modem-ui/po/fr_CA.po [deleted file]
cell-modem-ui/po/fr_FR.po [deleted file]
cell-modem-ui/po/it_IT.po [deleted file]
cell-modem-ui/po/nl_NL.po [deleted file]
cell-modem-ui/po/no_NO.po [deleted file]
cell-modem-ui/po/pl_PL.po [deleted file]
cell-modem-ui/po/pt_PT.po [deleted file]
cell-modem-ui/po/ru_RU.po [deleted file]
cell-modem-ui/po/sv_SE.po [deleted file]
debian/cell-modem-ui.install [new file with mode: 0644]
debian/cell-modem-ui.postinst [new file with mode: 0644]
debian/cell-modem-ui.postrm [new file with mode: 0644]
debian/cell-modem-ui.prerm [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
etc/systemui/cell-modem-ui.xml [new file with mode: 0644]
icon.png [new file with mode: 0644]
po/cs_CZ.po [new file with mode: 0644]
po/da_DK.po [new file with mode: 0644]
po/de_DE.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/en_US.po [new file with mode: 0644]
po/es_ES.po [new file with mode: 0644]
po/es_MX.po [new file with mode: 0644]
po/fi_FI.po [new file with mode: 0644]
po/fr_CA.po [new file with mode: 0644]
po/fr_FR.po [new file with mode: 0644]
po/it_IT.po [new file with mode: 0644]
po/nl_NL.po [new file with mode: 0644]
po/no_NO.po [new file with mode: 0644]
po/pl_PL.po [new file with mode: 0644]
po/pt_PT.po [new file with mode: 0644]
po/ru_RU.po [new file with mode: 0644]
po/sv_SE.po [new file with mode: 0644]

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..cc38897
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+This is released under BSD licence, see debian/copyright for more details.
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..05cd53e
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,6 @@
+INSTALL FROM SOURCES:
+---------------------
+
+dpkg-buildpackage -rfakeroot -us -uc -sa -D
+<cp to device>
+dpkg -i ../cell-modem-ui*_armel.deb
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..d8bc65b
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+cell-modem-ui:
+--------------
+Installs a XML-file to /etc/systemui/ for controlling cellular modem.
+
+
+
+
+Updating icon in debian/control:
+       uuencode -m icon.png icon.png > icon.png.en
+
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..98cbb0b
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+TODO:
+-----
+
+Add some icon to reflect the fact were in Tablet Mode, like small phone icon
+to status menu that has a red slash over it.
diff --git a/cell-modem-ui-applet/TODO b/cell-modem-ui-applet/TODO
deleted file mode 100644 (file)
index 669d868..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This is a placeholder for Control Panel Applet for cellular modem settings.
diff --git a/cell-modem-ui/COPYING b/cell-modem-ui/COPYING
deleted file mode 100644 (file)
index cc38897..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This is released under BSD licence, see debian/copyright for more details.
diff --git a/cell-modem-ui/INSTALL b/cell-modem-ui/INSTALL
deleted file mode 100644 (file)
index 05cd53e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-INSTALL FROM SOURCES:
----------------------
-
-dpkg-buildpackage -rfakeroot -us -uc -sa -D
-<cp to device>
-dpkg -i ../cell-modem-ui*_armel.deb
diff --git a/cell-modem-ui/README b/cell-modem-ui/README
deleted file mode 100644 (file)
index d8bc65b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-cell-modem-ui:
---------------
-Installs a XML-file to /etc/systemui/ for controlling cellular modem.
-
-
-
-
-Updating icon in debian/control:
-       uuencode -m icon.png icon.png > icon.png.en
-
diff --git a/cell-modem-ui/TODO b/cell-modem-ui/TODO
deleted file mode 100644 (file)
index 98cbb0b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-TODO:
------
-
-Add some icon to reflect the fact were in Tablet Mode, like small phone icon
-to status menu that has a red slash over it.
diff --git a/cell-modem-ui/debian/cell-modem-ui.install b/cell-modem-ui/debian/cell-modem-ui.install
deleted file mode 100644 (file)
index ccbed75..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-opt/cell-modem-ui/*
-usr/share/locale/*
diff --git a/cell-modem-ui/debian/cell-modem-ui.postinst b/cell-modem-ui/debian/cell-modem-ui.postinst
deleted file mode 100644 (file)
index 8e41c51..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-case "$1" in
-    configure)
-    if [ -e /etc/systemui/cell-modem-ui.xml ]; then
-      rm -f /etc/systemui/cell-modem-ui.xml
-    fi
-    ln -s /opt/cell-modem-ui/cell-modem-ui.xml /etc/systemui/cell-modem-ui.xml 
-
-    echo "Restarting systemui..."
-    killall systemui || true
-    ;;
-
-    *)
-    ;;
-esac
-
diff --git a/cell-modem-ui/debian/cell-modem-ui.postrm b/cell-modem-ui/debian/cell-modem-ui.postrm
deleted file mode 100644 (file)
index 758d69d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "remove" ]; then
-        echo "Restarting systemui..."
-        killall systemui || true
-fi
diff --git a/cell-modem-ui/debian/cell-modem-ui.prerm b/cell-modem-ui/debian/cell-modem-ui.prerm
deleted file mode 100644 (file)
index 535e466..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-rm -f /etc/systemui/cell-modem-ui.xml
diff --git a/cell-modem-ui/debian/changelog b/cell-modem-ui/debian/changelog
deleted file mode 100644 (file)
index 9749fb4..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-cell-modem-ui (0.5.1-1) unstable; urgency=low
-
-  * More localizations
-    - Danish
-    - Revised en_GB, en_US
-    - Revised fi_FI
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Mon, 22 Feb 2010 18:41:04 +0200
-
-cell-modem-ui (0.5-1) unstable; urgency=low
-
-  * Localizations added for
-    - Finnish
-    - Swedish (thanks Kll Mll)
-    - French (thanks fpp)
-    - Deutsch (thanks Corwin)
-    - Italian (thanks debernardis)
-    - Dutch (thanks danielronde)
-    - Spanish (thanks ikerrg)
-    - Polish (thanks Tomaszd)
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 19 Feb 2010 18:11:26 +0200
-
-cell-modem-ui (0.4-2) unstable; urgency=low
-
-  * Bugtracker to point to enter_bug.cgi, not buglist.cgi.
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 29 Jan 2010 17:15:41 +0200
-
-cell-modem-ui (0.4-1) unstable; urgency=low
-
-  * Added postinst and postrm scripts which restart systemui to avoid
-    user having to type killall systemui or rebooting to see buttons
-  * Enhanced description about the above
-  * Renamed buttons to Tablet Mode/Phone Mode buttons (idea by Tomasz)
-  * Changed icons that supposedly look like a tablet and a phone
-    to match new button titles
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 29 Jan 2010 15:02:07 +0200
-
-cell-modem-ui (0.3-0) unstable; urgency=low
-
-  * Fixed uninstall issue sometimes experienced
-  * Fixed XB-Maemo-Display-Name to be shorter
-  * Optified
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Sun, 27 Dec 2009 18:44:35 +0200
-
-cell-modem-ui (0.2-2) unstable; urgency=low
-
-  * Bugtracker added to debian/control
-  * Icon added for application via XB-Maemo-Icon-26
-  * Dependency corrected from osso-systemui to osso-systemuimenu
-  * Revised priorities some more to make it stick next to Phone
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Tue, 22 Dec 2009 09:57:36 +0200
-
-cell-modem-ui (0.2-1) unstable; urgency=low
-
-  * Revised priorities in XML
-  * Added icons for buttons
-  * Rewrote button texts
-  * Added disclaimer to control about requiring a reboot
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Mon, 21 Dec 2009 01:12:48 +0200
-
-cell-modem-ui (0.1-1) unstable; urgency=low
-
-  * Initial version
-
- -- Tuomo Tanskanen <tumi@tumi.fi>  Sun, 20 Dec 2009 22:46:20 +0200
diff --git a/cell-modem-ui/debian/compat b/cell-modem-ui/debian/compat
deleted file mode 100644 (file)
index b8626c4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-4
diff --git a/cell-modem-ui/debian/control b/cell-modem-ui/debian/control
deleted file mode 100644 (file)
index c4e61a8..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-Source: cell-modem-ui
-Section: user/system
-Priority: optional
-Maintainer: Tuomo Tanskanen <tumi@tumi.fi>
-Build-Depends: debhelper (>= 4.1.0), gettext (>= 0.17)
-Standards-Version: 3.8.0
-
-Package: cell-modem-ui
-Section: user/system
-Architecture: any
-Depends: ${shlibs:Depends}, osso-systemui-powerkeymenu (>= 0.2.0.0)
-XB-Maemo-Display-Name: Cellular Modem Control Buttons
-Description: Adds Tablet Mode/Phone Mode buttons to powerkey menu.
- Enables switching the cellular modem on or off, without going 
- into Offline mode. Handy for having WLAN enabled, but phone disabled  
- (e.g. flights, hospitals) or to conserve battery in areas with 
- low signal reception. 
- Restarts SystemUI at the end of the installation/removal.
-XB-Description-fi_FI: Lisää virtanappivalikkoon painikkeen Tablet/Puhelin-tilojen välillä vaihtamiseen.
- Mahdollistaa puhelinmodeemin sammuttamisen erikseen riippumatta
- WiFistä tai Bluetoothista, tarvitsematta mennä kokonaan Offline-
- moodiin. Kätevä esim. lentokoneissa tai sairaaloissa, ja akun 
- säästämiseen huonon signaalin alueilla.
- Automaattisesti uudelleenkäynnistää SystemUI:n asennuksen/poiston 
- jälkeen.
- (Translation by tuminoid)
-XB-Description-de_DE: Erweitert das Statusmenü um Tablet-Modus/Telefon-Modus Schaltflächen.
- Ermöglicht, das Mobilfunk-Modem einzeln an- und abzuschalten, ohne den 
- Offline-Modus zu verwenden. Dies ist nützlich, um WLAN eingeschaltet 
- zu lassen, das Mobilfunk-Modem aber auszuschalten (z.B. auf Flügen 
- oder im Krankenhaus) oder um in Gebieten mit schlechtem Empfang 
- Energie zu sparen. 
- Startet SystemUI am Ende der Installation oder Deinstallation neu.
- (Translation by Corwin)
-XB-Description-nl_NL: Voegt Tablet Modus/Telefoon Modus knoppen toe aan het statusmenu.
- Maakt het mogelijk om de telefoonverbinding aan of uit te zetten, 
- zonder volledig naar offline mode te gaan. Dit is handig wanneer 
- de telefoon uit moet (vliegtuig/ziekenhuis) maar WLAN niet of om 
- de batterij te sparen als de telefoon ontvangst slecht is. 
- SystemUI wordt herstart aan het einde van de installatie/de-installatie. 
- (Translation by danielronde)
-XB-Description-fr_FR: Ajoute des boutons pour les modes téléphone et tablette au menu du bouton d'allumage.
- Permet d'activer ou désactiver individuellement le modem cellulaire, 
- sans aller jusqu'au mode Hors Ligne intégral. Pratique pour garder 
- le Wifi activé mais le téléphone coupé (avion, hôpital...) ou pour 
- économiser la batterie en cas de mauvaise réception. 
- Redémarre SystemUI en fin d'installation/désinstallation. 
- (Translation by fpp)
-XB-Description-sv_SE: Lägger till knapparna Telefonläge/Pekdatorläge till strömbrytarmenyn.
- Gör det möjligt att slå på och av mobilnätsmodemet separat utan 
- att behöva gå till det fullständiga offlineläget. Praktiskt för 
- att ha WLAN aktiverat men telefonen avstängd (t.ex. flygplan, sjukhus) 
- eller för att spara batteri i områden med låg signalmottagning. 
- Startar om SystemUI i slutet av installeringen/borttagningen.
- (Translation by Kll Mll)
-XB-Description-da_DK: Føjer knapperne Telefon-/Lommecomputer(tilstand) til tænd/sluk-knappens menu.
- Aktiverer muligheden for at slå telefonmodemet til/fra, uden 
- at skifte til offline-tilstand. Funktionen er især anvendelig, 
- hvis du vil have WLAN slået til, men telefonen slået fra 
- (f.eks. i fly, på hospitaler osv.), eller for at spare på 
- batteriet på steder med dårlige modtageforhold. 
- Genstarter systembrugerfladen umiddelbart efter installation/afinstallation.
- (Translation by zyborg)
-XB-Description-es_ES: Añade las opciones de Modo Teléfono/Modo TabletPC al menú de la tecla de encendido.
- Permite activar o desactivar la cobertura de móvil (modo fuera de 
- línea) sin desactivar también el WiFi y el Bluetooth como sucede 
- en el "Modo sin conexión". Es útil para tener el WiFi o el Bluetooth 
- activado con el teléfono desactivado (como por ejemplo en aviones, 
- hospitales, etc.) o para ahorrar batería en zonas de mala cobertura 
- de móvil. 
- La interfaz de usuario de sistema se reinicia al finalizar la 
- instalación o desinstalación de la aplicación.
- (Translation by ikerrg)
-XB-Description-it_IT: Aggiunge al menù del tasto di accensione un bottone per scegliere tra modalità cellulare o tablet pc.
- Consente di accendere o spegnere il solo cellulare senza usare la 
- modalità "non in linea". Serve per lasciare accesi il wi-fi ed il 
- bluetooth tenendo spento il cellulare (es. in aereo, in ospedale) 
- o per risparmiare la batteria in zone con poco campo. 
- Alla fine dell'installazione o della rimozione del programma, fa 
- ripartire l'interfaccia utente del sistema. 
- (Translation by debernardis)
-XB-Description-pl_PL: Dodaje przyciski Tryb telefonu/tabletu do menu przycisku zasilania.
- Pozwala na włączanie/wyłączanie modemu telefonu bez przechodzenia 
- do trybu offline. Przydatne, gdy chcemy mieć włączony WLAN bez 
- funkcji telefonu (np. podczas lotów, w szpitalach) lub aby oszczędzać 
- baterię, gdy zasięg jest słaby. 
- Uruchamia SystemUI ponownie podczas instalacji/deinstalacji. 
- (Translation by Tomaszd)
-XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=cell-modem-control
-XB-Maemo-Icon-26:
- iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c
- 6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0
- SU1FB9oBHQ0bN/kxzt0AAAM3SURBVGhD3Zk/aBNhGIefxLRJGms9RAcRwToU
- xUEICuJgl04iCE4u4hTXgoOjderiIB0ECwXHDg6uIpUuTlpwEkSE2IqlpY3p
- /ftyyd3FQS5NS3Lf9b7LWfpAIJf83tz7y/t+73eXZCqVyhjwGriLOnXgxfz8
- /DOZMCmywAuSSR7gJDBTqVSeyoRJkQMeAvw89YDa8Rvhagmn9SXO/XkDMA2k
- UoUsgJspsl28RttzlR6bpVvB557sf8pkyQVPfM8N0x1acgC5tsB3WwC8vP2V
- 0dFRSqUSIyMjFItF8vk8Q0NDZDIZXNfFcRyEEJimia7r1Ot1pt9fDT3RoOhU
- oK1YAdX4uOy2kKuWgGp8XBJbA6rxcelqoVaYTopqfFyOTgupLkLV+LgkX4Fj
- 4bqk6VrEaj3cif9fBlRbQDU+Ll0tFFQg00cazm58uvSowFAfaTiHoAJqBlSH
- QFyO0E6s2MOq8XE5OhVQnSKq8XE5SvvAvwTuPPnRV3wYSexSYj9LS0up/LTS
- NYX6t8DNV9f2HH989KmPcpeFhYUZmUaV4eHheFMoinZ5eVkmUaZQKMTbB6Jo
- NU2TSWJhGAau6yKEYGtra3AVGJSBWq3G5uYmnucBEfeBD/ff9X0vDXzfp9Fo
- YNs29Xq9kzwkuBMPAt/3EUJg2zbtdrunJgd8Aa5eOrvD19VST1FULp+3ANB1
- XaIMx/M8LMvCcZy+iQfkgBng7fWJHa5P7ISKo1Kr1WSSngSJNxoNmbTDsZWV
- lW/lcrkKTAKFcHk4nuexvr6OaZoy6R6azSa6rmOaJq7kvkLX9T2ayPePc3Nz
- nxcXF8vVanXP6+Pj470DIuA4DrZt02rJx3LA2toaQojOcWcRp4kQAsuy8H1f
- JpWSmoHuUZhE4gEDNxBlFKowMANxJkocEjfQarUQQgw88YDEDDSbTSzLOtBE
- SQJlA8G3nXbiAVmZYD9+4QTOhRvYDLOxsYFhGP8teThgBbLZLIZ2EavyBmYn
- 4XeV7e1tWVii7P+yDmLAyefzlH59x5qdhNUvAKkb6EbTtOiXElNTU8/HxsYe
- G4Yhk6ZKZAPAFU3T7hUKhbJMmCYHMQBwhtT/gwnnL2WG5L7Kf2NeAAAAAElF
- TkSuQmCC
- ====
diff --git a/cell-modem-ui/debian/copyright b/cell-modem-ui/debian/copyright
deleted file mode 100644 (file)
index 44b21b5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Released under the terms of BSD License.
-
-Copyright: (c) 2009 Tuomo Tanskanen <tumi@tumi.fi>
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-    * Neither the name of the Copyright holders nor the
-      names of its contributors may be used to endorse or promote products
-      derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/cell-modem-ui/debian/rules b/cell-modem-ui/debian/rules
deleted file mode 100755 (executable)
index f2222a0..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-config.status: configure
-       dh_testdir
-
-configure: configure-stamp
-
-configure-stamp:
-#      libtoolize --automake
-#      aclocal-1.7 || aclocal
-#      autoconf
-#      autoheader
-#      automake-1.7 --add-missing --foreign || automake --add-missing> --foreign
-       touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp:  config.status
-       dh_testdir
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp 
-       [ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
-endif
-       rm -f configure Makefile.in aclocal.m4 configure-stamp build-stamp config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs config.h.in
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
-
-       # 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 en_GB en_US es_ES fi_FI fr_FR de_DE it_IT nl_NL pl_PL sv_SE; 
-#      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
-
-       # why the above won't work?
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fi_FI/LC_MESSAGES
-       msgfmt $(CURDIR)/po/fi_FI.po -o $(CURDIR)/debian/tmp/usr/share/locale/fi_FI/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/sv_SE/LC_MESSAGES
-       msgfmt $(CURDIR)/po/sv_SE.po -o $(CURDIR)/debian/tmp/usr/share/locale/sv_SE/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/es_ES/LC_MESSAGES
-       msgfmt $(CURDIR)/po/es_ES.po -o $(CURDIR)/debian/tmp/usr/share/locale/es_ES/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES
-       msgfmt $(CURDIR)/po/de_DE.po -o $(CURDIR)/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES
-       msgfmt $(CURDIR)/po/fr_FR.po -o $(CURDIR)/debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/it_IT/LC_MESSAGES
-       msgfmt $(CURDIR)/po/it_IT.po -o $(CURDIR)/debian/tmp/usr/share/locale/it_IT/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/nl_NL/LC_MESSAGES
-       msgfmt $(CURDIR)/po/nl_NL.po -o $(CURDIR)/debian/tmp/usr/share/locale/nl_NL/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/pl_PL/LC_MESSAGES
-       msgfmt $(CURDIR)/po/pl_PL.po -o $(CURDIR)/debian/tmp/usr/share/locale/pl_PL/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES
-       msgfmt $(CURDIR)/po/en_GB.po -o $(CURDIR)/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/en_US/LC_MESSAGES
-       msgfmt $(CURDIR)/po/en_US.po -o $(CURDIR)/debian/tmp/usr/share/locale/en_US/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/ru_RU/LC_MESSAGES
-       msgfmt $(CURDIR)/po/ru_RU.po -o $(CURDIR)/debian/tmp/usr/share/locale/ru_RU/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fr_CA/LC_MESSAGES
-       msgfmt $(CURDIR)/po/fr_CA.po -o $(CURDIR)/debian/tmp/usr/share/locale/fr_CA/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/da_DK/LC_MESSAGES
-       msgfmt $(CURDIR)/po/da_DK.po -o $(CURDIR)/debian/tmp/usr/share/locale/da_DK/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/no_NO/LC_MESSAGES
-       msgfmt $(CURDIR)/po/no_NO.po -o $(CURDIR)/debian/tmp/usr/share/locale/no_NO/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/es_MX/LC_MESSAGES
-       msgfmt $(CURDIR)/po/es_MX.po -o $(CURDIR)/debian/tmp/usr/share/locale/es_MX/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/cs_CZ/LC_MESSAGES
-       msgfmt $(CURDIR)/po/cs_CZ.po -o $(CURDIR)/debian/tmp/usr/share/locale/cs_CZ/LC_MESSAGES/cell-modem-ui.mo
-
-       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/pt_PT/LC_MESSAGES
-       msgfmt $(CURDIR)/po/pt_PT.po -o $(CURDIR)/debian/tmp/usr/share/locale/pt_PT/LC_MESSAGES/cell-modem-ui.mo
-
-binary-indep: build install
-
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs
-       dh_installdocs
-       dh_install -v --sourcedir=debian/tmp
-       dh_link
-       dh_strip --dbg-package=cell-modem-ui
-       dh_compress
-       dh_fixperms
-       dh_makeshlibs -V
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
diff --git a/cell-modem-ui/etc/systemui/cell-modem-ui.xml b/cell-modem-ui/etc/systemui/cell-modem-ui.xml
deleted file mode 100644 (file)
index bb4e927..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-<powerkeymenu path="/">
- <menuitem priority="401" name="cellmodemui_phone_mode" visible="tablet_state">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="launch_pin_query"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">true</argument>
-  </callback>
-  <icon>control_bluetooth_phone</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-
- <menuitem priority="401" name="cellmodemui_phone_mode" visible="inactive">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="set_radio"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">true</argument>
-  </callback>
-  <icon>control_bluetooth_phone</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-
- <menuitem priority="401" name="cellmodemui_tablet_mode" visible="online">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="set_radio"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">false</argument>
-  </callback>
-  <icon>control_device_setup</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-
- <menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_pending">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="set_radio"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">false</argument>
-  </callback>
-  <icon>control_device_setup</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-
- <menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_failed">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="set_radio"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">false</argument>
-  </callback>
-  <icon>control_device_setup</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-
- <menuitem priority="401" name="cellmodemui_tablet_mode" visible="selection_failed">
-  <keyfile>/var/run/ssc</keyfile>
-  <callback service="com.nokia.phone.SSC"
-       path="/com/nokia/phone/SSC"
-       interface="com.nokia.phone.SSC" 
-       method="set_radio"
-       bus="system" 
-       autostart="true">
-    <argument type="boolean">false</argument>
-  </callback>
-  <icon>control_device_setup</icon>
-  <po>cell-modem-ui</po>
- </menuitem>
-</powerkeymenu>
diff --git a/cell-modem-ui/icon.png b/cell-modem-ui/icon.png
deleted file mode 100644 (file)
index e1066a4..0000000
Binary files a/cell-modem-ui/icon.png and /dev/null differ
diff --git a/cell-modem-ui/po/cs_CZ.po b/cell-modem-ui/po/cs_CZ.po
deleted file mode 100644 (file)
index 51ae36f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons cs_CZ translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr ""
diff --git a/cell-modem-ui/po/da_DK.po b/cell-modem-ui/po/da_DK.po
deleted file mode 100644 (file)
index ec17e21..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons da_DK translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Lommecomputer"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Telefon"
diff --git a/cell-modem-ui/po/de_DE.po b/cell-modem-ui/po/de_DE.po
deleted file mode 100644 (file)
index 8546bfd..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons de_DE translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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-Modus"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Telefon-Modus"
diff --git a/cell-modem-ui/po/en_GB.po b/cell-modem-ui/po/en_GB.po
deleted file mode 100644 (file)
index 08e28e9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons en_GB translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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
deleted file mode 100644 (file)
index 690f239..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons en_US translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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
deleted file mode 100644 (file)
index e224469..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons es_ES translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Modo TabletPC"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Modo Teléfono"
diff --git a/cell-modem-ui/po/es_MX.po b/cell-modem-ui/po/es_MX.po
deleted file mode 100644 (file)
index 28ecc6d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Cellular Modem Control Buttons es_MX translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: cell-modem-ui.xml
-#, fuzzy
-msgid "cellmodemui_tablet_mode"
-msgstr "!! Modo TabletPC"
-
-#: cell-modem-ui.xml
-#, fuzzy
-msgid "cellmodemui_phone_mode"
-msgstr "!! Modo Teléfono"
diff --git a/cell-modem-ui/po/fi_FI.po b/cell-modem-ui/po/fi_FI.po
deleted file mode 100644 (file)
index 171ec99..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons fi_FI translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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-tila"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Puhelin-tila"
diff --git a/cell-modem-ui/po/fr_CA.po b/cell-modem-ui/po/fr_CA.po
deleted file mode 100644 (file)
index 9082442..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Cellular Modem Control Buttons fr_CA translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: cell-modem-ui.xml
-#, fuzzy
-msgid "cellmodemui_tablet_mode"
-msgstr "!! Mode Tablette"
-
-#: cell-modem-ui.xml
-#, fuzzy
-msgid "cellmodemui_phone_mode"
-msgstr "!! Mode Téléphone"
diff --git a/cell-modem-ui/po/fr_FR.po b/cell-modem-ui/po/fr_FR.po
deleted file mode 100644 (file)
index 85763fd..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons fr_FR translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Mode Tablette"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Mode Téléphone"
diff --git a/cell-modem-ui/po/it_IT.po b/cell-modem-ui/po/it_IT.po
deleted file mode 100644 (file)
index b22c23f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons it_IT translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Modalità TabletPC"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Modalità Cellulare"
diff --git a/cell-modem-ui/po/nl_NL.po b/cell-modem-ui/po/nl_NL.po
deleted file mode 100644 (file)
index 3b07a0f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons nl_NL translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 Modus"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Telefoon Modus"
diff --git a/cell-modem-ui/po/no_NO.po b/cell-modem-ui/po/no_NO.po
deleted file mode 100644 (file)
index 4a6a944..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons no_NO translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr ""
diff --git a/cell-modem-ui/po/pl_PL.po b/cell-modem-ui/po/pl_PL.po
deleted file mode 100644 (file)
index 78cab2e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons pl_PL translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Tryb tabletu"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Tryb telefonu"
diff --git a/cell-modem-ui/po/pt_PT.po b/cell-modem-ui/po/pt_PT.po
deleted file mode 100644 (file)
index 6fdd37a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons pt_PT translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr ""
diff --git a/cell-modem-ui/po/ru_RU.po b/cell-modem-ui/po/ru_RU.po
deleted file mode 100644 (file)
index 2538177..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons ru_RU translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr ""
diff --git a/cell-modem-ui/po/sv_SE.po b/cell-modem-ui/po/sv_SE.po
deleted file mode 100644 (file)
index b3e4c50..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cellular Modem Control Buttons sv_SE translation file.
-# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
-"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Pekdatorläge"
-
-#: cell-modem-ui.xml
-msgid "cellmodemui_phone_mode"
-msgstr "Telefonläge"
diff --git a/debian/cell-modem-ui.install b/debian/cell-modem-ui.install
new file mode 100644 (file)
index 0000000..ccbed75
--- /dev/null
@@ -0,0 +1,2 @@
+opt/cell-modem-ui/*
+usr/share/locale/*
diff --git a/debian/cell-modem-ui.postinst b/debian/cell-modem-ui.postinst
new file mode 100644 (file)
index 0000000..8e41c51
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+case "$1" in
+    configure)
+    if [ -e /etc/systemui/cell-modem-ui.xml ]; then
+      rm -f /etc/systemui/cell-modem-ui.xml
+    fi
+    ln -s /opt/cell-modem-ui/cell-modem-ui.xml /etc/systemui/cell-modem-ui.xml 
+
+    echo "Restarting systemui..."
+    killall systemui || true
+    ;;
+
+    *)
+    ;;
+esac
+
diff --git a/debian/cell-modem-ui.postrm b/debian/cell-modem-ui.postrm
new file mode 100644 (file)
index 0000000..758d69d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "$1" = "remove" ]; then
+        echo "Restarting systemui..."
+        killall systemui || true
+fi
diff --git a/debian/cell-modem-ui.prerm b/debian/cell-modem-ui.prerm
new file mode 100644 (file)
index 0000000..535e466
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+rm -f /etc/systemui/cell-modem-ui.xml
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..6c2a58a
--- /dev/null
@@ -0,0 +1,71 @@
+cell-modem-ui (0.5.1-1) fremantle; urgency=low
+
+  * More localizations
+    - Danish
+    - Revised en_GB, en_US
+    - Revised fi_FI
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Mon, 22 Feb 2010 18:41:04 +0200
+
+cell-modem-ui (0.5-1) fremantle; urgency=low
+
+  * Localizations added for
+    - Finnish
+    - Swedish (thanks Kll Mll)
+    - French (thanks fpp)
+    - Deutsch (thanks Corwin)
+    - Italian (thanks debernardis)
+    - Dutch (thanks danielronde)
+    - Spanish (thanks ikerrg)
+    - Polish (thanks Tomaszd)
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 19 Feb 2010 18:11:26 +0200
+
+cell-modem-ui (0.4-2) fremantle; urgency=low
+
+  * Bugtracker to point to enter_bug.cgi, not buglist.cgi.
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 29 Jan 2010 17:15:41 +0200
+
+cell-modem-ui (0.4-1) fremantle; urgency=low
+
+  * Added postinst and postrm scripts which restart systemui to avoid
+    user having to type killall systemui or rebooting to see buttons
+  * Enhanced description about the above
+  * Renamed buttons to Tablet Mode/Phone Mode buttons (idea by Tomasz)
+  * Changed icons that supposedly look like a tablet and a phone
+    to match new button titles
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Fri, 29 Jan 2010 15:02:07 +0200
+
+cell-modem-ui (0.3-0) fremantle; urgency=low
+
+  * Fixed uninstall issue sometimes experienced
+  * Fixed XB-Maemo-Display-Name to be shorter
+  * Optified
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Sun, 27 Dec 2009 18:44:35 +0200
+
+cell-modem-ui (0.2-2) fremantle; urgency=low
+
+  * Bugtracker added to debian/control
+  * Icon added for application via XB-Maemo-Icon-26
+  * Dependency corrected from osso-systemui to osso-systemuimenu
+  * Revised priorities some more to make it stick next to Phone
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Tue, 22 Dec 2009 09:57:36 +0200
+
+cell-modem-ui (0.2-1) fremantle; urgency=low
+
+  * Revised priorities in XML
+  * Added icons for buttons
+  * Rewrote button texts
+  * Added disclaimer to control about requiring a reboot
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Mon, 21 Dec 2009 01:12:48 +0200
+
+cell-modem-ui (0.1-1) fremantle; urgency=low
+
+  * Initial version
+
+ -- Tuomo Tanskanen <tumi@tumi.fi>  Sun, 20 Dec 2009 22:46:20 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c4e61a8
--- /dev/null
@@ -0,0 +1,113 @@
+Source: cell-modem-ui
+Section: user/system
+Priority: optional
+Maintainer: Tuomo Tanskanen <tumi@tumi.fi>
+Build-Depends: debhelper (>= 4.1.0), gettext (>= 0.17)
+Standards-Version: 3.8.0
+
+Package: cell-modem-ui
+Section: user/system
+Architecture: any
+Depends: ${shlibs:Depends}, osso-systemui-powerkeymenu (>= 0.2.0.0)
+XB-Maemo-Display-Name: Cellular Modem Control Buttons
+Description: Adds Tablet Mode/Phone Mode buttons to powerkey menu.
+ Enables switching the cellular modem on or off, without going 
+ into Offline mode. Handy for having WLAN enabled, but phone disabled  
+ (e.g. flights, hospitals) or to conserve battery in areas with 
+ low signal reception. 
+ Restarts SystemUI at the end of the installation/removal.
+XB-Description-fi_FI: Lisää virtanappivalikkoon painikkeen Tablet/Puhelin-tilojen välillä vaihtamiseen.
+ Mahdollistaa puhelinmodeemin sammuttamisen erikseen riippumatta
+ WiFistä tai Bluetoothista, tarvitsematta mennä kokonaan Offline-
+ moodiin. Kätevä esim. lentokoneissa tai sairaaloissa, ja akun 
+ säästämiseen huonon signaalin alueilla.
+ Automaattisesti uudelleenkäynnistää SystemUI:n asennuksen/poiston 
+ jälkeen.
+ (Translation by tuminoid)
+XB-Description-de_DE: Erweitert das Statusmenü um Tablet-Modus/Telefon-Modus Schaltflächen.
+ Ermöglicht, das Mobilfunk-Modem einzeln an- und abzuschalten, ohne den 
+ Offline-Modus zu verwenden. Dies ist nützlich, um WLAN eingeschaltet 
+ zu lassen, das Mobilfunk-Modem aber auszuschalten (z.B. auf Flügen 
+ oder im Krankenhaus) oder um in Gebieten mit schlechtem Empfang 
+ Energie zu sparen. 
+ Startet SystemUI am Ende der Installation oder Deinstallation neu.
+ (Translation by Corwin)
+XB-Description-nl_NL: Voegt Tablet Modus/Telefoon Modus knoppen toe aan het statusmenu.
+ Maakt het mogelijk om de telefoonverbinding aan of uit te zetten, 
+ zonder volledig naar offline mode te gaan. Dit is handig wanneer 
+ de telefoon uit moet (vliegtuig/ziekenhuis) maar WLAN niet of om 
+ de batterij te sparen als de telefoon ontvangst slecht is. 
+ SystemUI wordt herstart aan het einde van de installatie/de-installatie. 
+ (Translation by danielronde)
+XB-Description-fr_FR: Ajoute des boutons pour les modes téléphone et tablette au menu du bouton d'allumage.
+ Permet d'activer ou désactiver individuellement le modem cellulaire, 
+ sans aller jusqu'au mode Hors Ligne intégral. Pratique pour garder 
+ le Wifi activé mais le téléphone coupé (avion, hôpital...) ou pour 
+ économiser la batterie en cas de mauvaise réception. 
+ Redémarre SystemUI en fin d'installation/désinstallation. 
+ (Translation by fpp)
+XB-Description-sv_SE: Lägger till knapparna Telefonläge/Pekdatorläge till strömbrytarmenyn.
+ Gör det möjligt att slå på och av mobilnätsmodemet separat utan 
+ att behöva gå till det fullständiga offlineläget. Praktiskt för 
+ att ha WLAN aktiverat men telefonen avstängd (t.ex. flygplan, sjukhus) 
+ eller för att spara batteri i områden med låg signalmottagning. 
+ Startar om SystemUI i slutet av installeringen/borttagningen.
+ (Translation by Kll Mll)
+XB-Description-da_DK: Føjer knapperne Telefon-/Lommecomputer(tilstand) til tænd/sluk-knappens menu.
+ Aktiverer muligheden for at slå telefonmodemet til/fra, uden 
+ at skifte til offline-tilstand. Funktionen er især anvendelig, 
+ hvis du vil have WLAN slået til, men telefonen slået fra 
+ (f.eks. i fly, på hospitaler osv.), eller for at spare på 
+ batteriet på steder med dårlige modtageforhold. 
+ Genstarter systembrugerfladen umiddelbart efter installation/afinstallation.
+ (Translation by zyborg)
+XB-Description-es_ES: Añade las opciones de Modo Teléfono/Modo TabletPC al menú de la tecla de encendido.
+ Permite activar o desactivar la cobertura de móvil (modo fuera de 
+ línea) sin desactivar también el WiFi y el Bluetooth como sucede 
+ en el "Modo sin conexión". Es útil para tener el WiFi o el Bluetooth 
+ activado con el teléfono desactivado (como por ejemplo en aviones, 
+ hospitales, etc.) o para ahorrar batería en zonas de mala cobertura 
+ de móvil. 
+ La interfaz de usuario de sistema se reinicia al finalizar la 
+ instalación o desinstalación de la aplicación.
+ (Translation by ikerrg)
+XB-Description-it_IT: Aggiunge al menù del tasto di accensione un bottone per scegliere tra modalità cellulare o tablet pc.
+ Consente di accendere o spegnere il solo cellulare senza usare la 
+ modalità "non in linea". Serve per lasciare accesi il wi-fi ed il 
+ bluetooth tenendo spento il cellulare (es. in aereo, in ospedale) 
+ o per risparmiare la batteria in zone con poco campo. 
+ Alla fine dell'installazione o della rimozione del programma, fa 
+ ripartire l'interfaccia utente del sistema. 
+ (Translation by debernardis)
+XB-Description-pl_PL: Dodaje przyciski Tryb telefonu/tabletu do menu przycisku zasilania.
+ Pozwala na włączanie/wyłączanie modemu telefonu bez przechodzenia 
+ do trybu offline. Przydatne, gdy chcemy mieć włączony WLAN bez 
+ funkcji telefonu (np. podczas lotów, w szpitalach) lub aby oszczędzać 
+ baterię, gdy zasięg jest słaby. 
+ Uruchamia SystemUI ponownie podczas instalacji/deinstalacji. 
+ (Translation by Tomaszd)
+XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=cell-modem-control
+XB-Maemo-Icon-26:
+ iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c
+ 6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0
+ SU1FB9oBHQ0bN/kxzt0AAAM3SURBVGhD3Zk/aBNhGIefxLRJGms9RAcRwToU
+ xUEICuJgl04iCE4u4hTXgoOjderiIB0ECwXHDg6uIpUuTlpwEkSE2IqlpY3p
+ /ftyyd3FQS5NS3Lf9b7LWfpAIJf83tz7y/t+73eXZCqVyhjwGriLOnXgxfz8
+ /DOZMCmywAuSSR7gJDBTqVSeyoRJkQMeAvw89YDa8Rvhagmn9SXO/XkDMA2k
+ UoUsgJspsl28RttzlR6bpVvB557sf8pkyQVPfM8N0x1acgC5tsB3WwC8vP2V
+ 0dFRSqUSIyMjFItF8vk8Q0NDZDIZXNfFcRyEEJimia7r1Ot1pt9fDT3RoOhU
+ oK1YAdX4uOy2kKuWgGp8XBJbA6rxcelqoVaYTopqfFyOTgupLkLV+LgkX4Fj
+ 4bqk6VrEaj3cif9fBlRbQDU+Ll0tFFQg00cazm58uvSowFAfaTiHoAJqBlSH
+ QFyO0E6s2MOq8XE5OhVQnSKq8XE5SvvAvwTuPPnRV3wYSexSYj9LS0up/LTS
+ NYX6t8DNV9f2HH989KmPcpeFhYUZmUaV4eHheFMoinZ5eVkmUaZQKMTbB6Jo
+ NU2TSWJhGAau6yKEYGtra3AVGJSBWq3G5uYmnucBEfeBD/ff9X0vDXzfp9Fo
+ YNs29Xq9kzwkuBMPAt/3EUJg2zbtdrunJgd8Aa5eOrvD19VST1FULp+3ANB1
+ XaIMx/M8LMvCcZy+iQfkgBng7fWJHa5P7ISKo1Kr1WSSngSJNxoNmbTDsZWV
+ lW/lcrkKTAKFcHk4nuexvr6OaZoy6R6azSa6rmOaJq7kvkLX9T2ayPePc3Nz
+ nxcXF8vVanXP6+Pj470DIuA4DrZt02rJx3LA2toaQojOcWcRp4kQAsuy8H1f
+ JpWSmoHuUZhE4gEDNxBlFKowMANxJkocEjfQarUQQgw88YDEDDSbTSzLOtBE
+ SQJlA8G3nXbiAVmZYD9+4QTOhRvYDLOxsYFhGP8teThgBbLZLIZ2EavyBmYn
+ 4XeV7e1tWVii7P+yDmLAyefzlH59x5qdhNUvAKkb6EbTtOiXElNTU8/HxsYe
+ G4Yhk6ZKZAPAFU3T7hUKhbJMmCYHMQBwhtT/gwnnL2WG5L7Kf2NeAAAAAElF
+ TkSuQmCC
+ ====
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..44b21b5
--- /dev/null
@@ -0,0 +1,27 @@
+Released under the terms of BSD License.
+
+Copyright: (c) 2009 Tuomo Tanskanen <tumi@tumi.fi>
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the Copyright holders nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..f2222a0
--- /dev/null
@@ -0,0 +1,127 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+config.status: configure
+       dh_testdir
+
+configure: configure-stamp
+
+configure-stamp:
+#      libtoolize --automake
+#      aclocal-1.7 || aclocal
+#      autoconf
+#      autoheader
+#      automake-1.7 --add-missing --foreign || automake --add-missing> --foreign
+       touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp:  config.status
+       dh_testdir
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp 
+       [ ! -f Makefile ] || $(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       cp -f /usr/share/misc/config.guess config.guess
+endif
+       rm -f configure Makefile.in aclocal.m4 configure-stamp build-stamp config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs config.h.in
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+
+       # 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 en_GB en_US es_ES fi_FI fr_FR de_DE it_IT nl_NL pl_PL sv_SE; 
+#      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
+
+       # why the above won't work?
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fi_FI/LC_MESSAGES
+       msgfmt $(CURDIR)/po/fi_FI.po -o $(CURDIR)/debian/tmp/usr/share/locale/fi_FI/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/sv_SE/LC_MESSAGES
+       msgfmt $(CURDIR)/po/sv_SE.po -o $(CURDIR)/debian/tmp/usr/share/locale/sv_SE/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/es_ES/LC_MESSAGES
+       msgfmt $(CURDIR)/po/es_ES.po -o $(CURDIR)/debian/tmp/usr/share/locale/es_ES/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES
+       msgfmt $(CURDIR)/po/de_DE.po -o $(CURDIR)/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES
+       msgfmt $(CURDIR)/po/fr_FR.po -o $(CURDIR)/debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/it_IT/LC_MESSAGES
+       msgfmt $(CURDIR)/po/it_IT.po -o $(CURDIR)/debian/tmp/usr/share/locale/it_IT/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/nl_NL/LC_MESSAGES
+       msgfmt $(CURDIR)/po/nl_NL.po -o $(CURDIR)/debian/tmp/usr/share/locale/nl_NL/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/pl_PL/LC_MESSAGES
+       msgfmt $(CURDIR)/po/pl_PL.po -o $(CURDIR)/debian/tmp/usr/share/locale/pl_PL/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES
+       msgfmt $(CURDIR)/po/en_GB.po -o $(CURDIR)/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/en_US/LC_MESSAGES
+       msgfmt $(CURDIR)/po/en_US.po -o $(CURDIR)/debian/tmp/usr/share/locale/en_US/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/ru_RU/LC_MESSAGES
+       msgfmt $(CURDIR)/po/ru_RU.po -o $(CURDIR)/debian/tmp/usr/share/locale/ru_RU/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/fr_CA/LC_MESSAGES
+       msgfmt $(CURDIR)/po/fr_CA.po -o $(CURDIR)/debian/tmp/usr/share/locale/fr_CA/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/da_DK/LC_MESSAGES
+       msgfmt $(CURDIR)/po/da_DK.po -o $(CURDIR)/debian/tmp/usr/share/locale/da_DK/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/no_NO/LC_MESSAGES
+       msgfmt $(CURDIR)/po/no_NO.po -o $(CURDIR)/debian/tmp/usr/share/locale/no_NO/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/es_MX/LC_MESSAGES
+       msgfmt $(CURDIR)/po/es_MX.po -o $(CURDIR)/debian/tmp/usr/share/locale/es_MX/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/cs_CZ/LC_MESSAGES
+       msgfmt $(CURDIR)/po/cs_CZ.po -o $(CURDIR)/debian/tmp/usr/share/locale/cs_CZ/LC_MESSAGES/cell-modem-ui.mo
+
+       mkdir -p $(CURDIR)/debian/tmp/usr/share/locale/pt_PT/LC_MESSAGES
+       msgfmt $(CURDIR)/po/pt_PT.po -o $(CURDIR)/debian/tmp/usr/share/locale/pt_PT/LC_MESSAGES/cell-modem-ui.mo
+
+binary-indep: build install
+
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs
+       dh_installdocs
+       dh_install -v --sourcedir=debian/tmp
+       dh_link
+       dh_strip --dbg-package=cell-modem-ui
+       dh_compress
+       dh_fixperms
+       dh_makeshlibs -V
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
diff --git a/etc/systemui/cell-modem-ui.xml b/etc/systemui/cell-modem-ui.xml
new file mode 100644 (file)
index 0000000..bb4e927
--- /dev/null
@@ -0,0 +1,85 @@
+<powerkeymenu path="/">
+ <menuitem priority="401" name="cellmodemui_phone_mode" visible="tablet_state">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="launch_pin_query"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">true</argument>
+  </callback>
+  <icon>control_bluetooth_phone</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+
+ <menuitem priority="401" name="cellmodemui_phone_mode" visible="inactive">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="set_radio"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">true</argument>
+  </callback>
+  <icon>control_bluetooth_phone</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+
+ <menuitem priority="401" name="cellmodemui_tablet_mode" visible="online">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="set_radio"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">false</argument>
+  </callback>
+  <icon>control_device_setup</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+
+ <menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_pending">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="set_radio"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">false</argument>
+  </callback>
+  <icon>control_device_setup</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+
+ <menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_failed">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="set_radio"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">false</argument>
+  </callback>
+  <icon>control_device_setup</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+
+ <menuitem priority="401" name="cellmodemui_tablet_mode" visible="selection_failed">
+  <keyfile>/var/run/ssc</keyfile>
+  <callback service="com.nokia.phone.SSC"
+       path="/com/nokia/phone/SSC"
+       interface="com.nokia.phone.SSC" 
+       method="set_radio"
+       bus="system" 
+       autostart="true">
+    <argument type="boolean">false</argument>
+  </callback>
+  <icon>control_device_setup</icon>
+  <po>cell-modem-ui</po>
+ </menuitem>
+</powerkeymenu>
diff --git a/icon.png b/icon.png
new file mode 100644 (file)
index 0000000..e1066a4
Binary files /dev/null and b/icon.png differ
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
new file mode 100644 (file)
index 0000000..51ae36f
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons cs_CZ translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr ""
diff --git a/po/da_DK.po b/po/da_DK.po
new file mode 100644 (file)
index 0000000..ec17e21
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons da_DK translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Lommecomputer"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Telefon"
diff --git a/po/de_DE.po b/po/de_DE.po
new file mode 100644 (file)
index 0000000..8546bfd
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons de_DE translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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-Modus"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Telefon-Modus"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644 (file)
index 0000000..08e28e9
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons en_GB translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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/po/en_US.po b/po/en_US.po
new file mode 100644 (file)
index 0000000..690f239
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons en_US translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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/po/es_ES.po b/po/es_ES.po
new file mode 100644 (file)
index 0000000..e224469
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons es_ES translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Modo TabletPC"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Modo Teléfono"
diff --git a/po/es_MX.po b/po/es_MX.po
new file mode 100644 (file)
index 0000000..28ecc6d
--- /dev/null
@@ -0,0 +1,25 @@
+# Cellular Modem Control Buttons es_MX translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cell-modem-ui.xml
+#, fuzzy
+msgid "cellmodemui_tablet_mode"
+msgstr "!! Modo TabletPC"
+
+#: cell-modem-ui.xml
+#, fuzzy
+msgid "cellmodemui_phone_mode"
+msgstr "!! Modo Teléfono"
diff --git a/po/fi_FI.po b/po/fi_FI.po
new file mode 100644 (file)
index 0000000..171ec99
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons fi_FI translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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-tila"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Puhelin-tila"
diff --git a/po/fr_CA.po b/po/fr_CA.po
new file mode 100644 (file)
index 0000000..9082442
--- /dev/null
@@ -0,0 +1,25 @@
+# Cellular Modem Control Buttons fr_CA translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cell-modem-ui.xml
+#, fuzzy
+msgid "cellmodemui_tablet_mode"
+msgstr "!! Mode Tablette"
+
+#: cell-modem-ui.xml
+#, fuzzy
+msgid "cellmodemui_phone_mode"
+msgstr "!! Mode Téléphone"
diff --git a/po/fr_FR.po b/po/fr_FR.po
new file mode 100644 (file)
index 0000000..85763fd
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons fr_FR translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Mode Tablette"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Mode Téléphone"
diff --git a/po/it_IT.po b/po/it_IT.po
new file mode 100644 (file)
index 0000000..b22c23f
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons it_IT translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Modalità TabletPC"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Modalità Cellulare"
diff --git a/po/nl_NL.po b/po/nl_NL.po
new file mode 100644 (file)
index 0000000..3b07a0f
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons nl_NL translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 Modus"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Telefoon Modus"
diff --git a/po/no_NO.po b/po/no_NO.po
new file mode 100644 (file)
index 0000000..4a6a944
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons no_NO translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
new file mode 100644 (file)
index 0000000..78cab2e
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons pl_PL translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Tryb tabletu"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Tryb telefonu"
diff --git a/po/pt_PT.po b/po/pt_PT.po
new file mode 100644 (file)
index 0000000..6fdd37a
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons pt_PT translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
new file mode 100644 (file)
index 0000000..2538177
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons ru_RU translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 ""
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
new file mode 100644 (file)
index 0000000..b3e4c50
--- /dev/null
@@ -0,0 +1,23 @@
+# Cellular Modem Control Buttons sv_SE translation file.
+# Copyright (C) 2010 Tuomo Tanskanen <tumi@tumi.fi>. 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 <tumi@tumi.fi>\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 <tumi@tumi.fi>\n"
+"Language-Team: Tuomo Tanskanen <tumi@tumi.fi>\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 "Pekdatorläge"
+
+#: cell-modem-ui.xml
+msgid "cellmodemui_phone_mode"
+msgstr "Telefonläge"