summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrheeze <mauro.bazzano@gmail.com>2014-03-25 18:42:10 +0100
committerMichael Bestas <mikeioannina@gmail.com>2014-03-26 07:53:30 +0000
commit5503428b8a42dff234b3d7fdc0808f7eaa910fa4 (patch)
treeda5ce4f37590e9a5bb400282bf3b2e3a1f7cbe61
parent06adbdd9b5da8042573c9b1c3d335c7db4b9a269 (diff)
downloadandroid_packages_apps_Dialer-5503428b8a42dff234b3d7fdc0808f7eaa910fa4.tar.gz
android_packages_apps_Dialer-5503428b8a42dff234b3d7fdc0808f7eaa910fa4.tar.bz2
android_packages_apps_Dialer-5503428b8a42dff234b3d7fdc0808f7eaa910fa4.zip
Dialer: IT translations
CAF strings dialer lookup Change-Id: Iedc15c1ca587dd1cc0864dd8629ff633de97c446 PS2: small corrections
-rw-r--r--res/values-it/cm_caf.xml20
-rw-r--r--res/values-it/cm_strings.xml4
2 files changed, 23 insertions, 1 deletions
diff --git a/res/values-it/cm_caf.xml b/res/values-it/cm_caf.xml
new file mode 100644
index 000000000..8ff55b8bf
--- /dev/null
+++ b/res/values-it/cm_caf.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The CyanogenMod 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="calllog_search_hint">Cerca nel registro chiamate</string>
+ <string name="dial_conference">Conferenza telefonica</string>
+</resources>
diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml
index 9ab9e5e1c..62e3892c0 100644
--- a/res/values-it/cm_strings.xml
+++ b/res/values-it/cm_strings.xml
@@ -15,6 +15,7 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_log_stats_title">Statistiche</string>
<string name="callStatsDetailTitle">Dettagli chiamate</string>
<string name="call_stats">Statistiche</string>
<string name="call_stats_refresh">Aggiorna</string>
@@ -46,5 +47,6 @@
<string name="call_stats_sort_by_count">Ordina per numero</string>
<string name="menu_add_to_blacklist">Aggiungi a blacklist</string>
<string name="toast_added_to_blacklist">%s aggiunto a blacklist.</string>
- <string name="call_log_stats_title">Statistiche</string>
+ <string name="nearby_places">Posti nelle vicinanze</string>
+ <string name="people">Persone</string>
</resources>