diff options
Diffstat (limited to 'cm/res/res/values-hr/strings.xml')
-rw-r--r-- | cm/res/res/values-hr/strings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cm/res/res/values-hr/strings.xml b/cm/res/res/values-hr/strings.xml index 81073e4..19ca711 100644 --- a/cm/res/res/values-hr/strings.xml +++ b/cm/res/res/values-hr/strings.xml @@ -110,4 +110,26 @@ <string name="touchscreen_gesture_extras">Dodatno</string> <string name="touchscreen_gesture_haptic_feedback">Haptic povratne informacije</string> <string name="touchscreen_gesture_haptic_feedback_summary">Vibriraj kad je gesta prepoznata</string> + <!-- Theme installation error notification --> + <string name="theme_install_error_title">Instalacija teme nije uspjela</string> + <string name="theme_install_error_message">Nije uspjela instalacija teme <xliff:g id="theme">%1$s</xliff:g></string> + <!-- Theme reset notification --> + <string name="theme_reset_notification_title">Vraćanje početne teme</string> + <string name="theme_reset_notification_message">Tema sustava je vraćana na početnu zbog višestrukih rušenja aplikacija.</string> + <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permlab_accessThemeService">pristupiti servisu tema</string> + <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permdesc_accessThemeService">Dopušta aplikaciji pristup servisu tema. Za obične aplikacije nikada ne bi trebao biti potreban.</string> + <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permlab_readThemes">pročitati informacije vaše teme</string> + <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permdesc_readThemesDesc">Dopušta aplikaciji čitanje vaših tema i određivanje teme koju koristite.</string> + <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permlab_writeThemes">urediti vaše teme</string> + <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> + <string name="permdesc_writeThemesDesc">Dopušta aplikaciji dodavati nove teme i urediti temu koju ste primjenili.</string> + <!-- Performance manager permission title --> + <string name="permlab_perfAccess">pristup upravitelju performansi</string> + <!-- Performance manager permission description --> + <string name="permdesc_perfAccessDesc">Dopušta aplikaciji pristup servisu performansi. Za obične aplikacije nikada ne bi trebao biti potreban.</string> </resources> |