diff options
| author | rheeze <mauro.bazzano@gmail.com> | 2012-11-12 14:16:29 +0100 |
|---|---|---|
| committer | rheeze <mauro.bazzano@gmail.com> | 2012-11-12 21:05:41 +0100 |
| commit | d635f077511643e8a3cefe50228e3a4efb2048af (patch) | |
| tree | 2a2d229e4b25c4322f32152223e02f1706066de5 | |
| parent | 8537a1bb04397d0234ef8c214e74d4fcd567c533 (diff) | |
| download | android_packages_apps_CMFileManager-d635f077511643e8a3cefe50228e3a4efb2048af.tar.gz android_packages_apps_CMFileManager-d635f077511643e8a3cefe50228e3a4efb2048af.tar.bz2 android_packages_apps_CMFileManager-d635f077511643e8a3cefe50228e3a4efb2048af.zip | |
CMFileManager: Updated italian translation
Added strings to match change:
"CMFileManager: Themes support + Dark theme"
Change-Id: I81fac139d38bdfbc01ca916bc97a19c58238c0a4
| -rw-r--r-- | res/values-it/strings.xml | 9 | ||||
| -rw-r--r-- | themes/res/values-it/strings.xml | 22 |
2 files changed, 31 insertions, 0 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index d05c7123..cf59996b 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -13,6 +13,7 @@ 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_name">File Manager</string> <string name="app_description">File manager di CyanogenMod.</string> @@ -286,6 +287,7 @@ <string name="pref">Impostazioni</string> <string name="pref_general">Impostazioni generali</string> <string name="pref_search">Opzioni di ricerca</string> + <string name="pref_themes">Temi</string> <string name="pref_about">About</string> <string name="pref_about_summary">File Manager v<xliff:g id="version">%1$s</xliff:g> \nCopyright \u00A9 2012 The CyanogenMod Project</string> @@ -319,7 +321,14 @@ <string name="pref_remove_saved_search_terms">Rimuovi i termini di ricerca salvati</string> <string name="pref_remove_saved_search_terms_summary">Tocca per rimuovere tutti i termini di ricerca salvati</string> <string name="pref_remove_saved_search_terms_msg">Tutti i termini di ricerca salvati sono stati cancellati.</string> + <string name="pref_themes_selection_category">Temi</string> + <string name="pref_themes_set_theme">Imposta tema</string> + <string name="pref_themes_no_preview">Anteprima\nnon disponibile</string> + <string name="pref_themes_confirmation">Il tema è stato applicato con successo.</string> + <string name="pref_themes_not_found">Tema non trovato.</string> <string name="pref_debug_traces">Registra informazioni per il debug</string> + <string name="theme_default_name">Tema chiaro</string> + <string name="theme_default_description">Un tema chiaro per il file manager di CyanogenMod.</string> <string name="security_warning_extract">Attenzione!\n\nEstrarre un archivio con percorsi relativi o assoluti può danneggiare il dispositivo in quanto possono venire sovrascritti file di sistema.\n\nContinuare?</string> <string name="changelog_title">Changelog</string> <string name="welcome_title">Benvenuti</string> diff --git a/themes/res/values-it/strings.xml b/themes/res/values-it/strings.xml new file mode 100644 index 00000000..56a77e89 --- /dev/null +++ b/themes/res/values-it/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Temi per il file manager</string> + <string name="app_description">Temi per il file manager di CyanogenMod.</string> + <string name="dark_theme_name">Tema scuro</string> + <string name="dark_theme_desc">Un tema scuro per il file manager di CyanogenMod.</string> +</resources> |
