summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-08-27 07:31:41 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-08-27 07:31:41 +0400
commitdc81146d8ffe9e2d50fbcc20eeb72ff9e93ac735 (patch)
treeba1d22b6dc09588bd0673050539fc1e3756ab2f7
parenta5adc37ed4682980119cdba07ac28ba2e5681e1e (diff)
parentfb557d31fb46366afbd083070b0cd1f70ee52d6e (diff)
downloadandroid_packages_providers_UserDictionaryProvider-dc81146d8ffe9e2d50fbcc20eeb72ff9e93ac735.tar.gz
android_packages_providers_UserDictionaryProvider-dc81146d8ffe9e2d50fbcc20eeb72ff9e93ac735.tar.bz2
android_packages_providers_UserDictionaryProvider-dc81146d8ffe9e2d50fbcc20eeb72ff9e93ac735.zip
Merge "Dictionary provider - Added italian translation" into jellybean
-rw-r--r--res/values-it/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..b3bd8a7
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_label">Dizionario utente</string>
+
+</resources>