diff options
| author | Eug89 <eugenio@eugenio-laptop.(none)> | 2010-06-01 11:56:05 +0200 |
|---|---|---|
| committer | Eug89 <eugenio@eugenio-laptop.(none)> | 2010-06-01 11:56:05 +0200 |
| commit | 2c9fa5b252dbad95ccdcca56116127f11d505a87 (patch) | |
| tree | ffec3c979139a2bb47474492bccb1c8a15c65511 | |
| parent | 14373e02f2ada2777d0b922434e8da1ee0167208 (diff) | |
| download | android_development-2c9fa5b252dbad95ccdcca56116127f11d505a87.tar.gz android_development-2c9fa5b252dbad95ccdcca56116127f11d505a87.tar.bz2 android_development-2c9fa5b252dbad95ccdcca56116127f11d505a87.zip | |
Updated italian locales for the PLMN/SPN hide options
| -rw-r--r-- | apps/SpareParts/res/values-it/strings.xml | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/apps/SpareParts/res/values-it/strings.xml b/apps/SpareParts/res/values-it/strings.xml index c8ad20208..cb898e2c4 100644 --- a/apps/SpareParts/res/values-it/strings.xml +++ b/apps/SpareParts/res/values-it/strings.xml @@ -91,8 +91,8 @@ <string name="title_show_clock">Mostra orologio</string> <string name="title_clock_color">Colore orologio</string> <string name="title_date_color">Colore data</string> - <string name="title_spn_label_color">Etichetta SPN operatore</string> - <string name="title_plmn_label_color">Etichetta PLMN operatore</string> + <string name="title_spn_label_color">Etichetta Provider</string> + <string name="title_plmn_label_color">Etichetta Operatore</string> <string name="title_notifications_color_tweaks">Notifiche</string> <string name="summary_notifications_color_tweaks">Ticker notifiche, notifiche in corso, ultime notifiche, cancella notifiche, etc.</string> @@ -107,5 +107,28 @@ <string name="title_notifications_items_time">Ora</string> <string name="title_reset_ui_tweaks_to_defaults">Ripristina UI a valori di default</string> <string name="title_color_picker">Seleziona un colore</string> + +<!-- Double Carrier --> + + <string name="title_plmn">Imppostazioni di visualizzazione per l'Operatore</string> + + <string name="title_show_plmn_ls">Operatore (lockscreen)</string> + <string name="summary_on_show_plmn_ls">L'operatore è visualizzato nel lockscreen</string> + <string name="summary_off_show_plmn_ls">L'operatore non è visualizzato nel lockscreen</string> + + <string name="title_show_plmn_sb">Operatore (status bar)</string> + <string name="summary_on_show_plmn_sb">L'operatore viene visualizzato nella status bar</string> + <string name="summary_off_show_plmn_sb">L'operatore non viene visualizzato nella status bar</string> + + + <string name="title_spn">Imppostazioni di visualizzazione per il Provider</string> + + <string name="title_show_spn_ls">Provider (lockscreen)</string> + <string name="summary_on_show_spn_ls">Il Provider è visualizzato nel lockscreen</string> + <string name="summary_off_show_spn_ls">Il Provider non è visualizzato nel lockscreen</string> + + <string name="title_show_spn_sb">Provider (status bar)</string> + <string name="summary_on_show_spn_sb">Il Provider è visualizzato nella staus bar</string> + <string name="summary_off_show_spn_sb">Il Provider non è visualizzato nella staus bar</string> </resources> |
