Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9987fb2 authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

Settings: Fix translations

* Match CM13 strings

Change-Id: I2e47c4d6130cbcfccb4746d8856621b5f920e17c
parent 6fa53922
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@

    <!-- About phone screen, build date -->
    <string name="build_date">Build date</string>
    <string name="build_date_default">2015-01-01-0000</string>
    <string name="build_date_default" translatable="false">2017-01-01-0000</string>

    <!-- CM Updater -->
    <string name="cmupdate_settings_title">LineageOS updates</string>
@@ -70,7 +70,7 @@
    <string name="app_ops_categories_device">Device</string>
    <string name="app_ops_categories_background">Background</string>
    <string name="app_ops_categories_bootup">Bootup</string>
    <string name="app_ops_categories_su">Superuser</string>
    <string name="app_ops_categories_su">Root access</string>

    <!-- User display names for app ops codes - extension of AOSP -->
    <string name="app_ops_summaries_coarse_location">coarse location</string>
@@ -116,7 +116,7 @@
    <string name="app_ops_summaries_keep_awake">keep awake</string>
    <string name="app_ops_summaries_monitor_location">monitor location</string>
    <string name="app_ops_summaries_monitor_high_power_location">monitor high power location</string>
    <string name="app_ops_summaries_get_usage_stats">get usage stats</string>
    <string name="app_ops_summaries_get_usage_stats">get app usage stats</string>
    <string name="app_ops_summaries_mute_unmute_microphone">mute/unmute microphone</string>
    <string name="app_ops_summaries_toast_window">display toasts</string>
    <string name="app_ops_summaries_project_media">project media</string>
@@ -141,7 +141,7 @@
    <string name="app_ops_summaries_toggle_bluetooth">toggle bluetooth</string>
    <string name="app_ops_summaries_start_at_boot">start at boot</string>
    <string name="app_ops_summaries_toggle_nfc">toggle NFC</string>
    <string name="app_ops_summaries_toggle_mobile_data">toggle mobile data</string>
    <string name="app_ops_summaries_toggle_mobile_data">toggle cellular data</string>
    <string name="app_ops_summaries_superuser">root access</string>

    <!-- User display names for app ops codes - extension of AOSP -->
@@ -213,7 +213,7 @@
    <string name="app_ops_labels_toggle_bluetooth">Toggle bluetooth</string>
    <string name="app_ops_labels_start_at_boot">Start at boot</string>
    <string name="app_ops_labels_toggle_nfc">Toggle NFC</string>
    <string name="app_ops_labels_toggle_mobile_data">Toggle mobile data</string>
    <string name="app_ops_labels_toggle_mobile_data">Toggle cellular data</string>
    <string name="app_ops_labels_superuser">Root access</string>

    <!-- App ops permissions -->
@@ -245,10 +245,10 @@
    <string name="vibrator_intensity_dialog_reset">Reset</string>

    <!-- Sizes for pattern lockscreen -->
    <string name="lock_pattern_size_3">3x3</string>
    <string name="lock_pattern_size_4">4x4</string>
    <string name="lock_pattern_size_5">5x5</string>
    <string name="lock_pattern_size_6">6x6</string>
    <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
    <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
    <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string>
    <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string>

    <string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string>
    <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
@@ -306,7 +306,7 @@
    <string name="lockscreen_weather_enabled_title">Show weather</string>

    <!-- title for lock screen blur preference -->
    <string name="lockscreen_blur_enabled_title">Blur lock screen</string>
    <string name="lockscreen_blur_enabled_title">Blur background</string>

    <!-- Proximity wake -->
    <string name="proximity_wake_title">Prevent accidental wake-up</string>
@@ -321,8 +321,8 @@
    <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string>

    <!-- Whether to display IME switcher notifcation -->
    <string name="ime_switcher_notify">Selector notification</string>
    <string name="ime_switcher_notify_summary">Display input method selector notification</string>
    <string name="ime_switcher_notify">Selector icon</string>
    <string name="ime_switcher_notify_summary">Display input method selector icon</string>

    <!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
    <string name="notification_importance_very_low">No full screen interruption, peeking, sound, or vibration. Show at the bottom of the notification list. Hide from lock screen.</string>
@@ -411,7 +411,7 @@

    <!-- Wake on plug -->
    <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
    <string name="wake_when_plugged_or_unplugged_summary">Wake screen when connecting or disconnecting a power source</string>
    <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>

    <!-- Heads-up -->
    <string name="heads_up_notifications_enabled_title">Heads-up</string>