summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/res/res/values-ja/cm_strings.xml2
-rw-r--r--core/res/res/values-nb/cm_strings.xml2
-rw-r--r--packages/SystemUI/res/values-nb/cm_strings.xml2
-rw-r--r--packages/SystemUI/res/values-ru/cm_strings.xml1
4 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/values-ja/cm_strings.xml b/core/res/res/values-ja/cm_strings.xml
index 952a149..7157ab2 100644
--- a/core/res/res/values-ja/cm_strings.xml
+++ b/core/res/res/values-ja/cm_strings.xml
@@ -98,7 +98,7 @@
<string name="privacy_guard_dialog_title">プライバシーガード</string>
<string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g>が<xliff:g id="op">%2$s</xliff:g>をしようとしています。</string>
<!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
- <string name="permission_remember_choice">選択を記憶</string>
+ <string name="permission_remember_choice">選択を保存</string>
<!-- App ops requests -->
<string name="app_ops_access_camera">カメラへのアクセス</string>
<string name="app_ops_access_location">位置情報へのアクセス</string>
diff --git a/core/res/res/values-nb/cm_strings.xml b/core/res/res/values-nb/cm_strings.xml
index 169dd09..083611c 100644
--- a/core/res/res/values-nb/cm_strings.xml
+++ b/core/res/res/values-nb/cm_strings.xml
@@ -102,7 +102,7 @@
<!-- App ops requests -->
<string name="app_ops_access_camera">tilgang til kameraet</string>
<string name="app_ops_access_location">tilgang til din plassering</string>
- <string name="app_ops_access_notifications">lese dine notifikasjoner</string>
+ <string name="app_ops_access_notifications">lese dine varsler</string>
<string name="app_ops_activate_vpn">aktiver en VPN</string>
<string name="app_ops_auto_start">start under oppstart</string>
<string name="app_ops_delete_call_log">Slett samtaleloggen</string>
diff --git a/packages/SystemUI/res/values-nb/cm_strings.xml b/packages/SystemUI/res/values-nb/cm_strings.xml
index 4fe59e1..39956a9 100644
--- a/packages/SystemUI/res/values-nb/cm_strings.xml
+++ b/packages/SystemUI/res/values-nb/cm_strings.xml
@@ -195,7 +195,7 @@
<string name="accessibility_quick_settings_location_changed_gps_only">Lokasjonsmodus endret til bare sensorer.</string>
<!-- Announcement made when the location tile changes to high accuracy (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_quick_settings_location_changed_high_accuracy">Lokasjonsmodus endret til høy nøyaktighet.</string>
- <string name="quick_settings_tiles_category_system">Systemet fliser</string>
+ <string name="quick_settings_tiles_category_system">Systemfliser</string>
<!-- detail header when adding a tile -->
<string name="quick_settings_tiles_add_tiles">Legge til en flis</string>
<!-- Hotspot dialog message -->
diff --git a/packages/SystemUI/res/values-ru/cm_strings.xml b/packages/SystemUI/res/values-ru/cm_strings.xml
index 5a2fcd5..dd49d4d 100644
--- a/packages/SystemUI/res/values-ru/cm_strings.xml
+++ b/packages/SystemUI/res/values-ru/cm_strings.xml
@@ -219,4 +219,5 @@
<!-- Path data for landscape battery -->
<!-- Path data for circle battery -->
<!-- Weather string format in keyguard -->
+ <string name="keyguard_status_view_weather_format"><xliff:g id="temp">%1$s</xliff:g>, <xliff:g id="condition">%2$s</xliff:g></string>
</resources>