summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable/ic_launcher_im.pngbin0 -> 2951 bytes
-rw-r--r--res/values-de-rDE/strings.xml12
-rw-r--r--res/values-en-rGB/strings.xml12
-rw-r--r--res/values-es-rUS/strings.xml12
-rw-r--r--res/values-fr-rFR/strings.xml12
-rw-r--r--res/values-it-rIT/strings.xml12
-rw-r--r--res/values-zh-rTW/strings.xml12
-rw-r--r--res/values/strings.xml29
-rw-r--r--res/xml/im_service_providers.xml19
9 files changed, 120 insertions, 0 deletions
diff --git a/res/drawable/ic_launcher_im.png b/res/drawable/ic_launcher_im.png
new file mode 100644
index 0000000..afc35a2
--- /dev/null
+++ b/res/drawable/ic_launcher_im.png
Binary files differ
diff --git a/res/values-de-rDE/strings.xml b/res/values-de-rDE/strings.xml
new file mode 100644
index 0000000..80a4437
--- /dev/null
+++ b/res/values-de-rDE/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ Ermöglicht einer Anwendung, Daten vom IM-Inhalteanbieter zu lesen.
+ </string>
+ <string name="ro_perm_label">Sofortnachrichten lesen</string>
+ <string name="wo_perm_desc">
+ Ermöglicht einer Anwendung, Daten zum IM-Inhalteanbieter zu schreiben.
+</string>
+ <string name="wo_perm_label">Sofortnachrichten schreiben</string>
+</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
new file mode 100644
index 0000000..ab27737
--- /dev/null
+++ b/res/values-en-rGB/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ Allows applications to read data from the IM content provider.
+ </string>
+ <string name="ro_perm_label">read instant messages</string>
+ <string name="wo_perm_desc">
+ Allows applications to write data to the IM content provider.
+ </string>
+ <string name="wo_perm_label">write instant messages</string>
+</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
new file mode 100644
index 0000000..af5b2d4
--- /dev/null
+++ b/res/values-es-rUS/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ Permite a la aplicación leer datos del proveedor del contenido de MI.
+ </string>
+ <string name="ro_perm_label">leer mensajes instantáneos</string>
+ <string name="wo_perm_desc">
+ Permite a la aplicación escribir datos en el proveedor del contenido de MI.
+</string>
+ <string name="wo_perm_label">escribir mensajes instantáneos</string>
+</resources>
diff --git a/res/values-fr-rFR/strings.xml b/res/values-fr-rFR/strings.xml
new file mode 100644
index 0000000..1243bf5
--- /dev/null
+++ b/res/values-fr-rFR/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ Permet aux applications de lire les données du fournisseur de contenu IM.
+ </string>
+ <string name="ro_perm_label">lire les messages instantanés</string>
+ <string name="wo_perm_desc">
+ Permet aux applications d\'écrire les données vers le fournisseur de contenu IM.
+ </string>
+ <string name="wo_perm_label">écrire les messages instantanés</string>
+</resources>
diff --git a/res/values-it-rIT/strings.xml b/res/values-it-rIT/strings.xml
new file mode 100644
index 0000000..619b8c0
--- /dev/null
+++ b/res/values-it-rIT/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ Consente alle applicazioni di leggere i dati dal provider di contenuti IM.
+ </string>
+ <string name="ro_perm_label">leggi messaggi immediati</string>
+ <string name="wo_perm_desc">
+ Consente alle applicazioni di scrivere i dati nel provider di contenuti IM.
+</string>
+ <string name="wo_perm_label">scrivi messaggi immediati</string>
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..303b986
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_desc">
+ 允許應用程式從立即訊息內容提供者讀取資料。
+ </string>
+ <string name="ro_perm_label">讀取立即訊息</string>
+ <string name="wo_perm_desc">
+ 允許應用程式將資料寫入立即訊息內容提供者。
+ </string>
+ <string name="wo_perm_label">寫入立即訊息</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..a60fc70
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+**
+** Copyright 2007, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources>
+ <string name="ro_perm_label">read instant messages</string>
+ <string name="ro_perm_desc">
+ Allows applications to read data from the IM content provider.
+ </string>
+
+ <string name="wo_perm_label">write instant messages</string>
+ <string name="wo_perm_desc">
+ Allows applications to write data to the IM content provider.
+ </string>
+</resources>
diff --git a/res/xml/im_service_providers.xml b/res/xml/im_service_providers.xml
new file mode 100644
index 0000000..d8d88b1
--- /dev/null
+++ b/res/xml/im_service_providers.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<im_providers version="1">
+ <provider name="GTalk" full_name="Google Talk"/>
+</im_providers>