diff options
author | Eric Fischer <> | 2009-03-24 21:02:57 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 21:02:57 -0700 |
commit | 53dd7c8467e37574909b0e397e237fa5c5f91c1e (patch) | |
tree | c9f36b813c12785d3c711b3a92713897fe04a582 /res/values-it | |
parent | 63b5d908c0b7816dc75ac9840b65819362dc9e7d (diff) | |
download | packages_providers_ContactsProvider-53dd7c8467e37574909b0e397e237fa5c5f91c1e.zip packages_providers_ContactsProvider-53dd7c8467e37574909b0e397e237fa5c5f91c1e.tar.gz packages_providers_ContactsProvider-53dd7c8467e37574909b0e397e237fa5c5f91c1e.tar.bz2 |
Automated import from //branches/donutburger/...@141868,141868
Diffstat (limited to 'res/values-it')
-rw-r--r-- | res/values-it/strings.xml | 19 |
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..07e72ae --- /dev/null +++ b/res/values-it/strings.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_label">"Archiviazione contatti"</string> +</resources> |