aboutsummaryrefslogtreecommitdiffstats
path: root/cm/res/res/values-en-rIN/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cm/res/res/values-en-rIN/strings.xml')
-rw-r--r--cm/res/res/values-en-rIN/strings.xml58
1 files changed, 57 insertions, 1 deletions
diff --git a/cm/res/res/values-en-rIN/strings.xml b/cm/res/res/values-en-rIN/strings.xml
index b101d82..77ebcd9 100644
--- a/cm/res/res/values-en-rIN/strings.xml
+++ b/cm/res/res/values-en-rIN/strings.xml
@@ -22,7 +22,7 @@
<string name="permlab_publishCustomTile">create a custom tile within quick settings panel</string>
<string name="permdesc_publishCustomTile">Allows an app to publish a quick settings tile.</string>
<string name="permlab_modifyNetworkSettings">change system network settings</string>
- <string name="permdesc_modifyNetworkSettings">Allows an app to make changes to the airplane mode and mobile data network settings.</string>
+ <string name="permdesc_modifyNetworkSettings">Allows an app to make changes to the aeroplane mode and mobile data network settings.</string>
<string name="permlab_modifySoundSettings">change system sound settings</string>
<string name="permdesc_modifySoundSettings">Allows an app to make changes to the interruption mode sound settings.</string>
<string name="permlab_bindCustomTileListenerService">bind to a custom tile listener service</string>
@@ -99,6 +99,16 @@
<string name="live_display_outdoor">Outdoor (bright sun)</string>
<string name="live_display_outdoor_summary">Use outdoor settings only</string>
<string name="live_display_hint">LiveDisplay can help reduce eyestrain and help you sleep at night. Click here to try it out!</string>
+ <string name="accessibility_quick_settings_live_display_off">LiveDisplay off.</string>
+ <string name="accessibility_quick_settings_live_display_auto">LiveDisplay: auto mode.</string>
+ <string name="accessibility_quick_settings_live_display_day">LiveDisplay: day mode.</string>
+ <string name="accessibility_quick_settings_live_display_night">LiveDisplay: night mode.</string>
+ <string name="accessibility_quick_settings_live_display_outdoor">LiveDisplay: outdoor mode.</string>
+ <string name="accessibility_quick_settings_live_display_changed_off">LiveDisplay turned off.</string>
+ <string name="accessibility_quick_settings_live_display_changed_auto">LiveDisplay changed to auto mode.</string>
+ <string name="accessibility_quick_settings_live_display_changed_day">LiveDisplay changed to day mode.</string>
+ <string name="accessibility_quick_settings_live_display_changed_night">LiveDisplay changed to night mode.</string>
+ <string name="accessibility_quick_settings_live_display_changed_outdoor">LiveDisplay changed to outdoor mode.</string>
<!-- Third party keyguard permission label -->
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
<!-- Third party keyguard permission description -->
@@ -112,29 +122,75 @@
<string name="touchscreen_gesture_haptic_feedback">Haptic feedback</string>
<string name="touchscreen_gesture_haptic_feedback_summary">Vibrate when a gesture got detected</string>
<!-- Theme installation error notification -->
+ <string name="theme_install_error_title">Failed to install theme</string>
+ <string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> failed to install</string>
<!-- Theme reset notification -->
+ <string name="theme_reset_notification_title">Theme reset</string>
+ <string name="theme_reset_notification_message">System theme restored due to multiple app crashes.</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">access theme service</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">Allows an app to access the theme service. Should never be needed for normal apps.</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">read your theme info</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">Allows the app to read your themes and
+ determine which theme you have applied.</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">modify your themes</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">Allows the app to insert new themes and modify which theme you have applied.</string>
<!-- Performance manager permission title -->
+ <string name="permlab_perfAccess">access performance manager</string>
<!-- Performance manager permission description -->
+ <string name="permdesc_perfAccessDesc">Allows an app to access the performance service. Should never be needed for normal apps.</string>
<!-- Access live lock screen manager service permission label -->
+ <string name="permlab_accessLiveLockScreenService">access live lock screen manager service</string>
<!-- Access live lock screen manager service permission description -->
+ <string name="permdesc_accessLiveLockScreenService">Allows an app to access the live lock screen manager service.</string>
<!-- Privileged access live lock screen manager service permission label -->
+ <string name="permlab_accessLiveLockScreenServicePrivate">access live lock screen manager service</string>
<!-- Privileged access live lock screen manager service permission description -->
+ <string name="permdesc_accessLiveLockScreenServicePrivate">Allows system apps to access the live lock screen manager service.</string>
<!-- Live lock screen manager service provider permission label -->
+ <string name="permlab_accessLiveLockScreenServiceProvider">provide live lock screen manager service</string>
<!-- Live lock screen manager service provider permission description -->
+ <string name="permdesc_accessLiveLockScreenServiceProvider">Allows a service to provide the live lock screen manager service.</string>
<!-- Weather Service strings -->
+ <string name="permlab_weather_read">read weather</string>
+ <string name="permdesc_weather_read">Allows an app to read content from the weather provider.</string>
+ <string name="permlab_weather_write">update weather provider</string>
+ <string name="permdesc_weather_write">Allows an app to update the content of the weather provider.</string>
+ <string name="permlab_weather_bind">bind as a weather provider service</string>
+ <string name="permdesc_weather_bind">Allows an app to be identified as a weather provider service.</string>
+ <string name="permlab_weather_access_mgr">access weather service</string>
+ <string name="permdesc_weather_access_mgr">Allows an app to access the weather service in the system. Should never be needed for normal apps.</string>
<!-- DataUsageProvider write permission title -->
+ <string name="permlab_dataUsageWrite">modify data usage database</string>
<!-- DataUsageProvider write permission description -->
+ <string name="permdesc_dataUsageWrite">Allows an app to update the content of the data usage database.</string>
<!-- DataUsageProvider read permission title -->
+ <string name="permlab_dataUsageRead">read data usage database</string>
<!-- DataUsageProvider read permission description -->
+ <string name="permdesc_dataUsageRead">Allows an app to read content from the data usage database.</string>
<!-- LiveDisplay manager permission -->
+ <string name="permlab_manageLiveDisplay">manage LiveDisplay settings</string>
+ <string name="permdesc_manageLiveDisplay">Allows an app to configure advanced display settings.</string>
<!-- CMAudioService - observe session changes permission -->
+ <string name="permlab_observe_audio_sessions">observe audio session changes</string>
+ <string name="permdesc_observe_audio_sessions">Allows an app to observe audio streams being created and destroyed.</string>
<!-- CMAudioService - observe session changes permission -->
+ <string name="permlab_manage_audio_sessions">manage audio session changes</string>
+ <string name="permdesc_manage_audio_sessions">Allows an app to send audio stream updates.</string>
<!-- QuickSettings: Themes tile -->
+ <string name="qs_themes_label">Themes</string>
+ <string name="qs_themes_content_description">Customise your theme</string>
<!-- Custom booot dexopt -->
+ <string name="android_upgrading_starting_apps">Starting apps\u2026</string>
+ <string name="android_upgrading_fstrim">Optimising storage\u2026</string>
+ <string name="android_upgrading_complete">Preparing to start\u2026</string>
+ <string name="android_upgrading_complete_details">Optimisation completed.</string>
+ <string name="android_preparing_apk">Preparing %1$s\u2026</string>
+ <string name="android_preparing_apk_obscured">Preparing apps\u2026</string>
+ <string name="android_upgrading_apk">%1$d of %2$d apps</string>
</resources>