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

Skip to content
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
/*
** Copyright 2013, The Android Open Source Project
** **
** Licensed under the Apache License, Version 2.0 (the "License"); ** Copyright 2014, 2014 The CyanogenMod Project
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License. ** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at ** You may obtain a copy of the License at
** **
...@@ -16,42 +16,56 @@ ...@@ -16,42 +16,56 @@
** limitations under the License. ** limitations under the License.
*/ */
--> -->
<ScrollView <com.android.settings.cyanogenmod.ProtectedAccountView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pa_account_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipToPadding="false" android:orientation="vertical">
android:scrollbarStyle="@integer/preference_scrollbar_style">
<LinearLayout <RelativeLayout
android:id="@+id/all_details"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="0dip"
android:paddingBottom="5dip" android:layout_weight="1">
android:orientation="vertical">
<EditText
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
android:layout_marginStart="7dip"
android:layout_marginEnd="7dip"
android:layout_alignParentTop="true"
android:hint="@string/pa_login_username_hint"
android:inputType="textEmailAddress"
/>
<!-- App snippet --> <EditText
<LinearLayout android:id="@+id/password"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_below="@id/login"
android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:layout_toLeftOf="@+id/ok"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:layout_marginTop="15dip"
android:orientation="vertical"> android:layout_marginStart="7dip"
android:layout_marginEnd="7dip"
android:inputType="textPassword"
android:hint="@string/pa_login_password_hint"
android:nextFocusRight="@+id/ok"
android:nextFocusDown="@+id/ok"
/>
<!-- Application snippet label, version and icon --> <!-- ok below password, aligned to right of screen -->
<include <Button
layout="@layout/app_item" android:id="@+id/ok"
android:id="@+id/app_snippet" /> android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="7dip"
android:layout_alignParentEnd="true"
android:layout_below="@id/login"
android:text="@string/pa_login_submit_button"
/>
</LinearLayout> </RelativeLayout>
<!-- Operations list --> </com.android.settings.cyanogenmod.ProtectedAccountView>
<LinearLayout
android:id="@+id/operations_section"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</LinearLayout>
</LinearLayout>
</ScrollView>
...@@ -13,15 +13,34 @@ ...@@ -13,15 +13,34 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="8dp">
<TextView
android:id="@+id/sarValues"
android:textColor="@color/regulatory_text_color"
android:textSize="16sp"
android:padding="5dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
<TextView
android:id="@+id/icCodes"
android:textColor="@color/regulatory_text_color"
android:textSize="16sp"
android:padding="5dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
<ImageView <ImageView
android:id="@+id/regulatoryInfo" android:id="@+id/regulatoryInfo"
android:adjustViewBounds="true" android:adjustViewBounds="true"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:src="@drawable/regulatory_info" /> android:src="@drawable/regulatory_info"
</ScrollView> android:visibility="gone"/>
</LinearLayout>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
limitations under the License. limitations under the License.
--> -->
<com.android.setupwizardlib.SetupWizardListLayout <com.android.setupwizardlib.SetupWizardLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto" xmlns:settings="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -23,4 +23,20 @@ ...@@ -23,4 +23,20 @@
settings:suwBackgroundTile="@drawable/setup_illustration_tile" settings:suwBackgroundTile="@drawable/setup_illustration_tile"
settings:suwHeaderText="@string/wifi_setup_wizard_title" settings:suwHeaderText="@string/wifi_setup_wizard_title"
settings:suwIllustrationHorizontalTile="@drawable/setup_illustration_horizontal_tile" settings:suwIllustrationHorizontalTile="@drawable/setup_illustration_horizontal_tile"
settings:suwIllustrationImage="@drawable/setup_illustration_wifi" /> settings:suwIllustrationImage="@drawable/setup_illustration_wifi">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<include
layout="@layout/setup_wifi_mac_address"
android:id="@+id/wifi_mac_address_layout"/>
<LinearLayout
android:id="@+id/wifi_networks_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</com.android.setupwizardlib.SetupWizardLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013-2016 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:paddingTop="24dp"
android:paddingBottom="24dp"
android:paddingEnd="24dp">
<TextView
android:id="@+id/value"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginStart="4dp"
android:gravity="center_horizontal"
android:minEms="2" />
<SeekBar
android:id="@*android:id/seekbar"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_alignParentStart="true"
android:layout_marginStart="8dp"
android:layout_toStartOf="@id/value" />
<TextView
android:id="@+id/warning_text"
android:layout_below="@*android:id/seekbar"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginStart="24dp"
android:layout_marginTop="24dp" />
</RelativeLayout>
...@@ -17,14 +17,13 @@ ...@@ -17,14 +17,13 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="vertical"
android:duplicateParentState="true"> android:duplicateParentState="true">
<TextView <TextView
android:id="@+id/widget_text1" android:id="@+id/widget_text1"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
...@@ -35,14 +34,12 @@ ...@@ -35,14 +34,12 @@
<TextView <TextView
android:id="@+id/widget_text2" android:id="@+id/widget_text2"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="8dip"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:textAlignment="viewEnd" android:textAlignment="viewStart"
android:singleLine="true" android:singleLine="true"
android:ellipsize="marquee" android:ellipsize="marquee"
android:duplicateParentState="true" /> android:duplicateParentState="true" />
......
...@@ -109,6 +109,24 @@ ...@@ -109,6 +109,24 @@
android:entries="@array/wifi_eap_method" /> android:entries="@array/wifi_eap_method" />
</LinearLayout> </LinearLayout>
<LinearLayout android:id="@+id/l_sim_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
style="@style/wifi_item" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/wifi_item_label"
android:text="@string/select_sim_card" />
<Spinner android:id="@+id/sim_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/wifi_item_content"
android:prompt="@string/select_sim_card" />
</LinearLayout>
<LinearLayout android:id="@+id/l_phase2" <LinearLayout android:id="@+id/l_phase2"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -471,7 +489,7 @@ ...@@ -471,7 +489,7 @@
style="@style/wifi_item_edit_content" style="@style/wifi_item_edit_content"
android:singleLine="true" android:singleLine="true"
android:hint="@string/wifi_ip_address_hint" android:hint="@string/wifi_ip_address_hint"
android:inputType="textNoSuggestions" /> android:inputType="phone" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
...@@ -490,7 +508,7 @@ ...@@ -490,7 +508,7 @@
style="@style/wifi_item_edit_content" style="@style/wifi_item_edit_content"
android:singleLine="true" android:singleLine="true"
android:hint="@string/wifi_gateway_hint" android:hint="@string/wifi_gateway_hint"
android:inputType="textNoSuggestions" /> android:inputType="phone" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
...@@ -527,7 +545,7 @@ ...@@ -527,7 +545,7 @@
style="@style/wifi_item_edit_content" style="@style/wifi_item_edit_content"
android:singleLine="true" android:singleLine="true"
android:hint="@string/wifi_dns1_hint" android:hint="@string/wifi_dns1_hint"
android:inputType="textNoSuggestions" /> android:inputType="phone" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
...@@ -546,7 +564,7 @@ ...@@ -546,7 +564,7 @@
style="@style/wifi_item_edit_content" style="@style/wifi_item_edit_content"
android:singleLine="true" android:singleLine="true"
android:hint="@string/wifi_dns2_hint" android:hint="@string/wifi_dns2_hint"
android:inputType="textNoSuggestions" /> android:inputType="phone" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
......
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/show_user_apps"
android:title="@string/app_ops_show_user_apps"
android:checkable="true" />
<item android:id="@+id/show_system_apps"
android:title="@string/app_ops_show_system_apps"
android:checkable="true" />
<item android:id="@+id/reset_counters"
android:title="@string/app_ops_reset_counters" />
</menu>
...@@ -18,4 +18,7 @@ ...@@ -18,4 +18,7 @@
<item <item
android:id="@+id/data_usage_menu_cellular_networks" android:id="@+id/data_usage_menu_cellular_networks"
android:title="@string/data_usage_menu_cellular_networks" /> android:title="@string/data_usage_menu_cellular_networks" />
<item
android:id="@+id/data_usage_menu_app_network_access"
android:title="@string/app_ops_permiss_name" />
</menu> </menu>
File mode changed from 100644 to 100755
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="app_ops_count">
<item quantity="one">een keer</item>
<item quantity="other">%d keer</item>
</plurals>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2016 The CyanogenMod Project
(C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
<plurals name="show_dev_countdown_cm">
<item quantity="one">Jy is nou <xliff:g id="step_count">%1$d</xliff:g> stap weg van bemagtigende ontwikkelaar opsies.</item>
<item quantity="other">Jy is nou <xliff:g id="step_count">%1$d</xliff:g> stappe weg van bemagtigende ontwikkelaar opsies.</item>
</plurals>
<!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
<string name="show_dev_on_cm">Jy het die ontwikkeling opsies geaktiveer!</string>
<!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
<string name="show_dev_already_cm">Nie nodig, het jy reeds die ontwikkeling opsies geaktiveer.</string>
<!-- Launch Dev Tools -->
<string name="development_tools_title">Ontwikkeling gereedskap</string>
<!-- Setting checkbox title for root access -->
<string name="root_access">\'Root\' toegang</string>
<string name="root_access_warning_title">Laat \'root\' toegang toe</string>
<string name="root_access_warning_message">Die toelaat van programme om \'root\' toegang aan te vra kan die sekuriteit van jou stelsel in gevaar stel!</string>
<string name="root_access_none">Gedeaktiveer</string>
<string name="root_access_apps">Slegs programme</string>
<string name="root_access_adb">Slegs ADB</string>
<string name="root_access_all">Programme en ADB</string>
<!-- Preference link for root appops -->
<string name="root_appops_title">Bestuur root toegang</string>
<string name="root_appops_summary">Kyk na en beheer die root reëls</string>
<!-- About phone screen, LineageOS version -->
<string name="mod_version">System version</string>
<string name="mod_version_default">Onbekend</string>
<!-- About phone screen, Device model -->
<string name="device_model">Toestel tipe</string>
<!-- About phone screen, Device name -->
<string name="device_name">Toestel naam</string>
<!-- About phone screen, LineageOS Api Level -->
<string name="mod_api_level">LineageOS API vlak</string>
<string name="mod_api_level_default">Onbekend</string>
<!-- About phone screen, build date -->
<string name="build_date">Bou datum</string>
<!-- CM Updater -->
<string name="cmupdate_settings_title">System updates</string>
<!-- Names of categories of app ops tabs - extension of AOSP -->
<string name="app_ops_categories_location">Ligging</string>
<string name="app_ops_categories_personal">Persoonlik</string>
<string name="app_ops_categories_messaging">Boodskappe</string>
<string name="app_ops_categories_media">Media</string>
<string name="app_ops_categories_device">Toestel</string>
<string name="app_ops_categories_background">Agtergrond</string>
<string name="app_ops_categories_bootup">Selflaaiproses</string>
<string name="app_ops_categories_su">Root toegang</string>
<string name="app_ops_categories_other">Ander</string>
<!-- User display names for app ops codes - extension of AOSP -->
<string name="app_ops_summaries_coarse_location">growwe ligging</string>
<string name="app_ops_summaries_fine_location">akurrate ligging</string>
<string name="app_ops_summaries_gps">GPS</string>
<string name="app_ops_summaries_vibrate">vibreer</string>
<string name="app_ops_summaries_read_contacts">lees kontakte</string>
<string name="app_ops_summaries_modify_contacts">verander kontakte</string>
<string name="app_ops_summaries_read_call_log">Lees oproep log</string>
<string name="app_ops_summaries_modify_call_log">verander oproep log</string>
<string name="app_ops_summaries_read_calendar">lees kalendar</string>
<string name="app_ops_summaries_modify_calendar">verander kalendar</string>
<string name="app_ops_summaries_wifi_scan">Wi-Fi skandeer</string>
<string name="app_ops_summaries_notification">kennisgewing/nie opkomende</string>
<string name="app_ops_summaries_cell_scan">sel skandeer</string>
<string name="app_ops_summaries_call_phone">telefoon oproep</string>
<string name="app_ops_summaries_read_sms">lees SMS</string>
<string name="app_ops_summaries_write_sms">skryf SMS</string>
<string name="app_ops_summaries_receive_sms">ontvang SMS</string>
<string name="app_ops_summaries_receive_emergency_sms">ontvang nood SMS</string>
<string name="app_ops_summaries_receive_mms">ontvang MMS</string>
<string name="app_ops_summaries_receive_wap_push">ontvang WAP stoot</string>
<string name="app_ops_summaries_send_sms">stuur SMS</string>
<string name="app_ops_summaries_read_icc_sms">lees ICC SMS</string>
<string name="app_ops_summaries_write_icc_sms">skryf ICC SMS</string>
<string name="app_ops_summaries_modify_settings">verander settings</string>
<string name="app_ops_summaries_draw_on_top">laai heelbo</string>
<string name="app_ops_summaries_access_notifications">toegang kennisgewings</string>
<string name="app_ops_summaries_camera">kamera</string>
<string name="app_ops_summaries_record_audio">Klank opneem</string>
<string name="app_ops_summaries_play_audio">speel oudio</string>
<string name="app_ops_summaries_read_clipboard">lees knipbord</string>
<string name="app_ops_summaries_modify_clipboard">verander knipbord</string>
<string name="app_ops_summaries_media_buttons">media knoppies</string>
<string name="app_ops_summaries_audio_focus">oudio fokus</string>
<string name="app_ops_summaries_master_volume">meester volume</string>
<string name="app_ops_summaries_voice_volume">stem volume</string>
<string name="app_ops_summaries_ring_volume">lui volume</string>
<string name="app_ops_summaries_media_volume">media volume</string>
<string name="app_ops_summaries_alarm_volume">alarm volume</string>
<string name="app_ops_summaries_notification_volume">kennisgewing volume</string>
<string name="app_ops_summaries_bluetooth_volume">bluetooth volume</string>
<string name="app_ops_summaries_keep_awake">how wakker</string>
<string name="app_ops_summaries_monitor_location">monitor ligging</string>
<string name="app_ops_summaries_monitor_high_power_location">monitor hoë krag ligging</string>
<string name="app_ops_summaries_get_usage_stats">kry programgebruikstatistieke</string>
<string name="app_ops_summaries_mute_unmute_microphone">demp/ontdemp mikrofoon</string>
<string name="app_ops_summaries_toast_window">Vertoon uitspring kennisgewing</string>
<string name="app_ops_summaries_project_media">projek media</string>
<string name="app_ops_summaries_activate_vpn">Aktiveer VPN</string>
<string name="app_ops_summaries_write_wallpaper">skryf agtergrond</string>
<string name="app_ops_summaries_assist_structure">help struktuur</string>
<string name="app_ops_summaries_assist_screenshot">help skermkiekie</string>
<string name="app_ops_summaries_read_phone_state">lees foon status</string>
<string name="app_ops_summaries_add_voicemail">voeg stem boodskap by</string>
<string name="app_ops_summaries_use_sip">gebruik SIP</string>
<string name="app_ops_summaries_make_call">maak oproep</string>
<string name="app_ops_summaries_use_fingerprint">gebruik vingerafdruk</string>
<string name="app_ops_summaries_use_body_sensors">gebruik liggaam sensors</string>
<string name="app_ops_summaries_read_cell_broadcasts">lees sel uitsendings</string>
<string name="app_ops_summaries_mock_location">skyn ligging</string>
<string name="app_ops_summaries_read_external_storage">lees eksterne spasie</string>
<string name="app_ops_summaries_write_external_storage">skryf na eksterne stoor spasie</string>
<string name="app_ops_summaries_turn_screen_on">skakel skerm aan</string>
<string name="app_ops_summaries_get_accounts">kry rekeninge</string>
<string name="app_ops_summaries_run_in_background">loop in die agtergrond</string>
<string name="app_ops_summaries_toggle_wifi">wissel Wi-Fi</string>
<string name="app_ops_summaries_toggle_bluetooth">wissel bluetooth</string>
<string name="app_ops_summaries_start_at_boot">begin by stelsel begin</string>
<string name="app_ops_summaries_toggle_nfc">wissel NFC</string>
<string name="app_ops_summaries_toggle_mobile_data">skakel sellulêre data aan/af</string>
<string name="app_ops_summaries_superuser">\'Root\' toegang</string>
<!-- User display names for app ops codes - extension of AOSP -->
<string name="app_ops_labels_coarse_location">Growwe ligging</string>
<string name="app_ops_labels_fine_location">Akurrate ligging</string>
<string name="app_ops_labels_gps">GPS</string>
<string name="app_ops_labels_vibrate">Vibreer</string>
<string name="app_ops_labels_read_contacts">Lees kontakte</string>
<string name="app_ops_labels_modify_contacts">Verander kontakte</string>
<string name="app_ops_labels_read_call_log">Lees oproep log</string>
<string name="app_ops_labels_modify_call_log">Verander oproep log</string>
<string name="app_ops_labels_read_calendar">Lees kalendar</string>
<string name="app_ops_labels_modify_calendar">Verander kalendar</string>
<string name="app_ops_labels_wifi_scan">Wi-Fi skandeer</string>
<string name="app_ops_labels_notification">Na kennisgewing</string>
<string name="app_ops_labels_cell_scan">Sell skandeer</string>
<string name="app_ops_labels_call_phone">Telefoon oproep</string>
<string name="app_ops_labels_read_sms">Lees SMS</string>
<string name="app_ops_labels_write_sms">Skryf SMS</string>
<string name="app_ops_labels_receive_sms">Ontvang SMS/MMS</string>
<string name="app_ops_labels_receive_emergency_sms">Ontvang nood SMS</string>
<string name="app_ops_labels_receive_mms">Ontvang SMS/MMS</string>
<string name="app_ops_labels_receive_wap_push">Ontvang WAP stoot boodskap</string>
<string name="app_ops_labels_send_sms">Stuur SMS/MMS</string>
<string name="app_ops_labels_read_icc_sms">Lees ICC SMS</string>
<string name="app_ops_labels_write_icc_sms">Skryf ICC SMS</string>
<string name="app_ops_labels_modify_settings">Verander instellings</string>
<string name="app_ops_labels_draw_on_top">Laai heelbo</string>
<string name="app_ops_labels_access_notifications">Toegang kennisgewings</string>
<string name="app_ops_labels_camera">Kamera</string>
<string name="app_ops_labels_record_audio">Klank opneem</string>
<string name="app_ops_labels_play_audio">Speel klank</string>
<string name="app_ops_labels_read_clipboard">Lees knipbord</string>
<string name="app_ops_labels_modify_clipboard">Verander knipbord</string>
<string name="app_ops_labels_media_buttons">Media knoppies</string>
<string name="app_ops_labels_audio_focus">Oudio fokus</string>
<string name="app_ops_labels_master_volume">Meester volume</string>
<string name="app_ops_labels_voice_volume">Stem volume</string>
<string name="app_ops_labels_ring_volume">Lui volume</string>
<string name="app_ops_labels_media_volume">Media volume</string>
<string name="app_ops_labels_alarm_volume">Oudio fokus</string>
<string name="app_ops_labels_notification_volume">Meester volume</string>
<string name="app_ops_labels_bluetooth_volume">Stem volume</string>
<string name="app_ops_labels_keep_awake">How wakker</string>
<string name="app_ops_labels_monitor_location">Monitor ligging</string>
<string name="app_ops_labels_monitor_high_power_location">Monitor hoë krag ligging</string>
<string name="app_ops_labels_get_usage_stats">Kry gebruik statistieke</string>
<string name="app_ops_labels_mute_unmute_microphone">Demp/ontdemp mikrofoon</string>
<string name="app_ops_labels_toast_window">Vertoon uitspring kennisgewing</string>
<string name="app_ops_labels_project_media">Projek media</string>
<string name="app_ops_labels_activate_vpn">Aktiveer VPN</string>
<string name="app_ops_labels_write_wallpaper">Skryf agtergrond</string>
<string name="app_ops_labels_assist_structure">Help struktuur</string>
<string name="app_ops_labels_assist_screenshot">Help skermkiekie</string>
<string name="app_ops_labels_read_phone_state">Lees foon status</string>
<string name="app_ops_labels_add_voicemail">Voeg stem boodskap by</string>
<string name="app_ops_labels_use_sip">Gebruik SIP</string>
<string name="app_ops_labels_make_call">Maak oproep</string>
<string name="app_ops_labels_use_fingerprint">Gebruik vingerafdruk</string>
<string name="app_ops_labels_use_body_sensors">Gebruik liggaam sensors</string>
<string name="app_ops_labels_read_cell_broadcasts">Lees sel uitsendings</string>
<string name="app_ops_labels_mock_location">Skyn ligging</string>
<string name="app_ops_labels_read_external_storage">Lees eksterne spasie</string>
<string name="app_ops_labels_write_external_storage">Skryf na eksterne stoor spasie</string>
<string name="app_ops_labels_turn_screen_on">Skakel skerm aan</string>
<string name="app_ops_labels_get_accounts">Kry rekeninge</string>
<string name="app_ops_labels_run_in_background">Loop in die agtergrond</string>
<string name="app_ops_labels_toggle_wifi">Wissel Wi-Fi</string>
<string name="app_ops_labels_toggle_bluetooth">Wissel bluetooth</string>
<string name="app_ops_labels_start_at_boot">Begin by stelsel begin</string>
<string name="app_ops_labels_toggle_nfc">Wissel NFC</string>
<string name="app_ops_labels_toggle_mobile_data">Skakel sellulêre data aan/af</string>
<string name="app_ops_labels_superuser">\'Root\' toegang</string>
<!-- App ops permissions -->
<string name="app_ops_permissions_allowed">Toegelaat</string>
<string name="app_ops_permissions_ignored">Geïgnoreer</string>
<string name="app_ops_permissions_always_ask">Vrae altyd</string>
<!-- App ops detail -->
<string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (gebruik <xliff:g id="count">%2$s</xliff:g>)</string>
<string name="app_ops_allowed_count">Toegelaat <xliff:g id="count" example="2 times">%s</xliff:g></string>
<string name="app_ops_ignored_count">Ontken <xliff:g id="count" example="2 times">%s</xliff:g></string>
<string name="app_ops_both_count">Toegelaat <xliff:g id="count">%1$s</xliff:g>, ontken <xliff:g id="count">%2$s</xliff:g></string>
<!-- App ops menu options -->
<string name="app_ops_show_user_apps">Wys gebruiker programme</string>
<string name="app_ops_show_system_apps">Wys ingeboude programme</string>
<string name="app_ops_reset_counters">Herstel toelaat/weier tellers</string>
<string name="app_ops_reset_confirm_title">Bevestig tellers terugstel</string>
<string name="app_ops_reset_confirm_mesg">Is jy seker jy wil tellers herstel?</string>
<string name="ok">OK</string>
<!-- Volume settings - Volume adjustment sound -->
<string name="volume_adjust_sounds_title">Volume verander klanke</string>
<!-- Vibrator intensity -->
<string name="vibrator_intensity_title">Vibrator intensiteit</string>
<string name="vibrator_intensity_dialog_warning">Waardes groter as %1$d%% is nie aanbeveel nie</string>
<string name="vibrator_intensity_dialog_reset">Stel terug</string>
<!-- Sizes for pattern lockscreen -->
<string name="lock_settings_picker_pattern_size_message">Kies \'n patroongrootte</string>
<!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
<string name="lockpattern_settings_enable_error_path_title">Wys patroon fout</string>
<!-- Whether the dots will be drawn when using the lockscreen pattern -->
<string name="lockpattern_settings_enable_dots_title">Wys patroon kolle</string>
<!-- Whether the keyguard will directly show the password entry -->
<string name="lock_directly_show_password">Wys direk wagwoord inskrywing</string>
<!-- Whether the keyguard will directly show the pattern view -->
<string name="lock_directly_show_pattern">Wys direk patroon inskrywing</string>
<!-- Whether the keyguard will directly show the PIN entry -->
<string name="lock_directly_show_pin">Wys direk PIN inskrywing</string>
<!-- Lock screen vibrate settings -->
<string name="lockscreen_vibrate_enabled_title">Vibreer</string>
<string name="lockscreen_vibrate_enabled_head">Vibreer tydens ontsluiting</string>
<!-- Lights settings -->
<string name="lights_label">Liggies</string>
<!-- Memory -->
<string name="memory_startup_apps_title">Toepe wat begin met stelsel begin</string>
<!-- Advanced restart options -->
<string name="advanced_reboot_title">Gevorderde herlaai</string>
<string name="advanced_reboot_summary">Wanneer ontsluit, sluit opsies in die kragkieslys vir herlaai na \'recovery\', \'bootloader\' of doen a vinnige herlaai in</string>
<!-- PIN scramble -->
<string name="unlock_scramble_pin_layout_title">Skommel uitleg</string>
<string name="unlock_scramble_pin_layout_summary">Skommel PIN uitleg wanneer die toestel ontsluit word</string>
<!-- lock screen visualizer -->
<string name="lockscreen_visualizer_title">Vertoon musiek visualiseerder</string>
<!-- Lock screen cover art -->
<string name="lockscreen_media_art_title">Wys media kuns</string>
<!-- Double tap to sleep on keyguard -->
<string name="double_tap_sleep_anywhere_title">Dubbel tik om orals te slaap</string>
<!-- Protected apps lockpattern reset button -->
<string name="lockpattern_reset_button">Herstel patroon</string>
<string name="lockpattern_settings_reset_summary">Tik primêre e-pos rekening en gepaardgaande wagwoord om patroon slot te herstel</string>
<!-- Protected Apps -->
<string name="menu_hidden_apps_delete">Stel terug</string>
<string name="menu_hidden_apps_reset_lock">Herstel patroon slot</string>
<string name="protected_apps">Beskermde programme</string>
<string name="protected_apps_summary">Bestuur watter toepassings is verberg agter \'n veilige slot</string>
<string name="saving_protected_components">Stoor komponent toestand\u2026</string>
<string name="launch_app">Begin program</string>
<string name="pa_login_username_hint">Gebruikersnaam (e-pos)</string>
<string name="pa_login_password_hint">Wagwoord</string>
<string name="pa_login_submit_button">Teken in</string>
<string name="pa_login_checking_password">Kontroleer rekening\u2026</string>
<string name="pa_login_incorrect_login">Aanmelding was verkeerd</string>
<string name="pa_pattern_or_fingerprint_header">Moet patroon teken of gebruik vingerafdruk om te ontsluit</string>
<!-- title for lock screen weather preference -->
<string name="lockscreen_weather_enabled_title">Wys weer</string>
<!-- title for lock screen blur preference -->
<string name="lockscreen_blur_enabled_title">Blur agtergrond</string>
<!-- Proximity wake -->
<string name="proximity_wake_title">Voorkom toevallige wakker word</string>
<string name="proximity_wake_summary">Kontroleer die nabyheidsensor voor wakkerword, wat deur gebare veroorsaak is</string>
<!-- High touch sensitivity -->
<string name="high_touch_sensitivity_title">Hoë raak sensitiwiteit</string>
<string name="high_touch_sensitivity_summary">Verhoog skerm sensitiwiteit, sodat dit kan gebruik word met die dra van handskoene</string>
<!-- Touchscreen hovering -->
<string name="touchscreen_hovering_title">Raakskerm swewing</string>
<string name="touchscreen_hovering_summary">Laat toe om bo die skerm te sweef soos \'n muis in web blaaiers, \"remote desktops\", ens</string>
<!-- Whether to display IME switcher notifcation -->
<string name="ime_switcher_notify">Selektor ikoon</string>
<string name="ime_switcher_notify_summary">Wys invoer metode selektor ikoon</string>
<!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
<string name="notification_importance_very_low">Geen volskerm onderbreking, loer, klank of vibrasie. Wys aan die onderkant van die kennisgewing lys. Versteek van sluitskerm.</string>
<!-- Stylus Icon -->
<string name="stylus_icon_enabled_title">Toon ikoon tydens die gebruik van \'n stilus</string>
<string name="stylus_icon_enabled_summary">Wys die wyser ikoon wanneer beweeg of skets met die stilus</string>
<!-- Kill app long-press back -->
<string name="kill_app_longpress_back">Beëindig met Terug-knoppie</string>
<string name="kill_app_longpress_back_summary">Beëindig die aktiewe program deur lang-druk van die Terug-knoppie</string>
<!-- Android debugging -->
<string name="enable_adb_cm">Android ontfouting</string>
<string name="enable_adb_summary_cm">Aktiveer die Android Debug Bridge (ADB) koppelvlak</string>
<!-- Android debugging notification -->
<string name="adb_notify">Ontfouting kennisgewing</string>
<string name="adb_notify_summary">Vertoon \'n kennisgewing wanneer USB of netwerk ontfouting geaktiveer is</string>
<!-- Android debugging over network -->
<string name="adb_over_network">ADB oor netwerk</string>
<string name="adb_over_network_summary">Aktiveer TCP/IP\u2011ontfouting oor die netwerk koppelvlakke (Wi\u2011Fi, USB netwerke). Hierdie instelling word terug gestel tydens herlaai</string>
<string name="adb_over_network_warning">WAARSKUWING: Wanneer ADB oor netwerk aangeskakel is, is die toestel kwesbaar vir indringers op alle verbonde netwerke, insluitend die GSM data netwerk\n\nGebruik Slegs hierdie funksie wanneer vertroude netwerke verbind is\n\nWil jy dit aanskakel?</string>
<!-- Hostname setting -->
<string name="device_hostname">Toestel gasheernaam</string>
<!-- Increasing ring tone volume -->
<string name="increasing_ring_volume_option_title">Toenemende luitoon volume</string>
<string name="increasing_ring_min_volume_title">Begin volume</string>
<string name="increasing_ring_ramp_up_time_title">Tydsduur</string>
<!-- Allow vibration in zen mode -->
<string name="zen_mode_vibration">Vibrasie</string>
<string name="zen_mode_vibration_never">Moenie vibreer nie</string>
<string name="zen_mode_vibration_calls_only">Vibreer net vir oproepe</string>
<string name="zen_mode_vibration_calls_and_notifications">Vibreer vir oproepe en kennisgewings</string>
<!-- Zen mode allowed event setting summary items -->
<!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
<string name="zen_mode_summary_reminders">herinnering</string>
<!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_events">gebeure</string>
<!-- [CHAR LIMIT=50] Like zen_mode_all_callers, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_all_callers">alle bellers</string>
<!-- [CHAR LIMIT=50] Like zen_mode_selected_callers, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_callers">kies bellers</string>
<!-- [CHAR LIMIT=50] Like zen_mode_repeat_callers, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_repeat_callers">herhaalbellers</string>
<!-- [CHAR LIMIT=50] Like zen_mode_all_messages, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_all_messages">alle boodskappe</string>
<!-- [CHAR LIMIT=50] Like zen_mode_selected_messages, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_messages">geselekteerde boodskappe</string>
<!-- Notification sound timeout -->
<string name="app_notification_sound_timeout_title">Minimum tyd tussen kennisgewingklanke</string>
<string name="app_notification_sound_timeout_summary_template">Laat geluide of vibrasie nie meer as een keer elke <xliff:g id="duration">%1$s </xliff:g> toe</string>
<string name="app_notification_sound_timeout_value_none">Geen beperkings</string>
<string name="app_notification_sound_timeout_value_10_seconds">10 sekondes</string>
<string name="app_notification_sound_timeout_value_30_seconds">30 sekondes</string>
<string name="app_notification_sound_timeout_value_1_minute">1 minuut</string>
<string name="app_notification_sound_timeout_value_5_minutes">5 minute</string>
<string name="app_notification_sound_timeout_value_15_minutes">10 minute</string>
<string name="app_notification_sound_timeout_value_30_minutes">30 minute</string>
<!-- MSIM SIM status -->
<string name="sim_card_status_title">SIM %d status</string>
<string name="sim_card_lock_settings_title">SIM %d gesluit instellings</string>
<string name="sim_card_summary_empty">SIM nie ingesit</string>
<string name="sim_mobile_network_settings_category_title">Mobiele netwerk instellings</string>
<string name="sim_mobile_network_settings_title">SIM %d instellings</string>
<!-- NFC PreferenceCategory title -->
<string name="nfc_title_category">NFC</string>
<!-- Notification importance -->
<string name="tuner_full_importance_settings">Krag kennisgewing kontroles</string>
<!-- CM Legal -->
<string name="cmlicense_title">LineageOS Regs</string>
<!-- Format string for fingerprint location message -->
<string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Vind die vingerafdruk sensor op die <xliff:g id="sensor_location">%1$s </xliff:g> van jou foon.</string>
<!-- Fingerprint sensor locations -->
<string name="security_settings_fingerprint_sensor_location_back">terug</string>
<string name="security_settings_fingerprint_sensor_location_front">voorkant</string>
<string name="security_settings_fingerprint_sensor_location_left">linkerkant</string>
<string name="security_settings_fingerprint_sensor_location_right">regte kant</string>
<!-- Wi-Fi region code -->
<string name="wifi_setting_countrycode_title">Wi\u2011Fi streek-kode</string>
<!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
<string name="wifi_setting_countrycode_summary">Spesifiseer die streek-kode vir Wi\u2011Fi</string>
<!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
<string name="wifi_setting_countrycode_error">Daar was a probleem om die streek kode te verander.</string>
<!-- Wake on plug -->
<string name="wake_when_plugged_or_unplugged_title">Word wakker op in/uit prop</string>
<string name="wake_when_plugged_or_unplugged_summary">Skakel die skerm aan met die koppeling of ontkoppeling van \'n kragbron</string>
<!-- Heads-up -->
<string name="heads_up_notifications_enabled_title">Swewende kennisgewings</string>
<string name="heads_up_notifications_enabled_summary">Wys prioriteit kennisgewings in \'n klein swewende venster</string>
<!-- Tethering & portable hotspot other category -->
<string name="tethering_other_category_text">Ander</string>
<!-- Wi-Fi tethering inactivity timeout -->
<string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi warmkol tydverstreke</string>
<string name="hotstpot_inactivity_timeout_never">Nooit</string>
<string name="hotstpot_inactivity_timeout_1_minute">1 minuut</string>
<string name="hotstpot_inactivity_timeout_5_minutes">5 minute</string>
<string name="hotstpot_inactivity_timeout_10_minutes">10 minute</string>
<string name="hotstpot_inactivity_timeout_never_summary_text">Draagbare Wifi\u2011Fi warmkol sal nooit uittel</string>
<string name="hotstpot_inactivity_timeout_summary_text">Draagbare Wi\u2011Fi warmkol sal uittel na <xliff:g id="timeout">%1$s</xliff:g></string>
<!-- Per-app data restrictions -->
<string name="data_usage_app_restrict_data_category_title">Sellulêre data toegang</string>
<string name="data_usage_app_restrict_wifi_category_title">Wi\u2011Fi data toegang</string>
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<string name="data_usage_app_restrict_all_data_title">Deaktiveer alle sellulêre data toegang</string>
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<string name="data_usage_app_restrict_all_data_summary">Verhoed enige gebruik van data toegang via sellulêre netwerke</string>
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<string name="data_usage_app_restrict_all_wifi_title">Deaktiveer alle Wi\u2011Fi data toegang</string>
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<string name="data_usage_app_restrict_all_wifi_summary">Verhoed enige gebruik van data toegang via Wi\u2011Fi netwerke</string>
<!-- Volume link notification -->
<string name="volume_link_notification_title">Koppel foon-luitoon &amp; kennisgewing volumes</string>
<!-- Launch music player when headset is connected -->
<string name="headset_connect_player_title">Begin musiekspeler</string>
<string name="headset_connect_player_summary">Begin die verstek musiek speler wanneer \'n kopstuk gekoppel is</string>
<!-- Update recovery -->
<string name="update_recovery_title">Werk herstel by</string>
<string name="update_recovery_summary">Werk die ingeboude recovery by tydens stelsel bywerkings</string>
<string name="update_recovery_on_warning">KENNISGEWING: Wanneer hierdie funksie geaktiveer is, sal jou geïnstalleerde recovery vervang word deur een ingesluit met die huidige weergawe van die Beheer Stelsel\n\nJou recovery sal opgedateer word saam met die opgraderings aan jou stelsel, dit help om versoenbaarheid te verseker van toekomstige weergawes.\n\nWil jy hierdie funksie aktiveer?</string>
<string name="update_recovery_off_warning">WAARSKUWING: Wanneer hierdie funksie afgeskakel is, sal jou geïnstalleerde recovery nie opgedateer word met Beheer Stelsel (BS) opgraderings nie.\n\nToekomstige BS opdaterings kan dalk nie geïnstalleer word met verouderde of persoonlike recovery weergawes nie.\n\nWil jy regtig hierdie funksie af skakel?</string>
<!-- Status bar - double tap to sleep -->
<string name="status_bar_double_tap_to_sleep_title">Klop-Klop om te slaap</string>
<string name="status_bar_double_tap_to_sleep_summary">Dubbel klop op die statusbalk om skerm af te skakel</string>
<string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> is <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
<string name="sim_enabled">geaktiveer</string>
<string name="sim_disabled">gedeaktiveer</string>
<string name="sim_missing">verlore of foutief</string>
<string name="sim_enabler_need_disable_sim">SIM-kaart sal gedeaktiveer word. Wil jy voortgaan?</string>
<string name="sim_enabler_will_disable_sim_title">Aandag</string>
<string name="sim_enabler_need_switch_data_service">Dit SIM sal versper word en SIM <xliff:g id="slotid">%1$s</xliff:g> sal gebruik word vir data-dienste. Is jy seker jy wil voort gaan?</string>
<string name="sim_enabler_airplane_on">Kan nie die aksie uit voer, terwyl vliegtuigmodus aan is.</string>
<string name="sim_enabler_in_call">Kan nie die aksie uit voer, terwyl besig met \'n oproep.</string>
<string name="sim_enabler_both_inactive">Kan nie alle SIM-kaarte afskakel</string>
<string name="sim_enabler_enabling">Aktiveer\u2026</string>
<string name="sim_enabler_disabling">Deaktiveer\u2026</string>
<string name="sub_activate_success">SIM geaktiveer.</string>
<string name="sub_activate_failed">Aktivering het misluk.</string>
<string name="sub_deactivate_success">SIM gedeaktiveer.</string>
<string name="sub_deactivate_failed">Deaktivering het misluk.</string>
<!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
<!-- SAR information -->
<string name="maximum_head_level">Hoof: %1$s W/kg</string>
<string name="maximum_body_level">Lyf: %1$s W/kg</string>
<!-- IC Codes -->
<string name="ic_code_model">Model: %1$s</string>
<string name="ic_code_full">IC: %1$s</string>
<!-- Label for settings shortcut: carrier selection -->
<string name="shortcut_carrier_title">Netwerk operateurs</string>
<!-- Burn in protection -->
</resources>
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
<string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"Om saam te bind met:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;maak seker dit wys hierdie geheimsleutel:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string> <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"Om saam te bind met:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;maak seker dit wys hierdie geheimsleutel:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
<string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"Van:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Bind met hierdie toestel saam?"</string> <string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"Van:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Bind met hierdie toestel saam?"</string>
<string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"Om saam te bind met:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>Voer daarop in:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, druk dan Return of Enter."</string> <string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"Om saam te bind met:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>Voer daarop in:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, druk dan Return of Enter."</string>
<string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"Gee <xliff:g id="DEVICE_NAME">%1$s</xliff:g> toegang tot jou kontakte en oproepgeskiedenis"</string> <string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"Laat toegang tot jou kontakte en oproepgeskiedenis toe"</string>
<string name="bluetooth_error_title" msgid="6850384073923533096"></string> <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
<string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"Kon nie aan <xliff:g id="DEVICE_NAME">%1$s</xliff:g> koppel nie."</string> <string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"Kon nie aan <xliff:g id="DEVICE_NAME">%1$s</xliff:g> koppel nie."</string>
<string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"Soek vir toestelle"</string> <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"Soek vir toestelle"</string>
......
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources>
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2016 The CyanogenMod Project
(C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
<!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
<!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
<!-- Launch Dev Tools -->
<!-- Setting checkbox title for root access -->
<!-- Preference link for root appops -->
<!-- About phone screen, LineageOS version -->
<!-- About phone screen, Device model -->
<!-- About phone screen, Device name -->
<!-- About phone screen, LineageOS Api Level -->
<!-- About phone screen, build date -->
<!-- CM Updater -->
<!-- Names of categories of app ops tabs - extension of AOSP -->
<!-- User display names for app ops codes - extension of AOSP -->
<!-- User display names for app ops codes - extension of AOSP -->
<!-- App ops permissions -->
<!-- App ops detail -->
<!-- App ops menu options -->
<!-- Volume settings - Volume adjustment sound -->
<!-- Vibrator intensity -->
<!-- Sizes for pattern lockscreen -->
<!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
<!-- Whether the dots will be drawn when using the lockscreen pattern -->
<!-- Whether the keyguard will directly show the password entry -->
<!-- Whether the keyguard will directly show the pattern view -->
<!-- Whether the keyguard will directly show the PIN entry -->
<!-- Lock screen vibrate settings -->
<!-- Lights settings -->
<!-- Memory -->
<!-- Advanced restart options -->
<!-- PIN scramble -->
<!-- lock screen visualizer -->
<!-- Lock screen cover art -->
<!-- Double tap to sleep on keyguard -->
<!-- Protected apps lockpattern reset button -->
<!-- Protected Apps -->
<!-- title for lock screen weather preference -->
<!-- title for lock screen blur preference -->
<!-- Proximity wake -->
<!-- High touch sensitivity -->
<!-- Touchscreen hovering -->
<!-- Whether to display IME switcher notifcation -->
<!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
<!-- Stylus Icon -->
<!-- Kill app long-press back -->
<!-- Android debugging -->
<!-- Android debugging notification -->
<!-- Android debugging over network -->
<!-- Hostname setting -->
<!-- Increasing ring tone volume -->
<!-- Allow vibration in zen mode -->
<!-- Zen mode allowed event setting summary items -->
<!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
<!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_all_callers, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_selected_callers, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_repeat_callers, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_all_messages, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_selected_messages, but part of a list, so lower case if needed -->
<!-- Notification sound timeout -->
<!-- MSIM SIM status -->
<!-- NFC PreferenceCategory title -->
<!-- Notification importance -->
<!-- CM Legal -->
<!-- Format string for fingerprint location message -->
<!-- Fingerprint sensor locations -->
<!-- Wi-Fi region code -->
<!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
<!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
<!-- Wake on plug -->
<!-- Heads-up -->
<!-- Tethering & portable hotspot other category -->
<!-- Wi-Fi tethering inactivity timeout -->
<!-- Per-app data restrictions -->
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<!-- Volume link notification -->
<!-- Launch music player when headset is connected -->
<!-- Update recovery -->
<!-- Status bar - double tap to sleep -->
<!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
<!-- SAR information -->
<!-- IC Codes -->
<!-- Label for settings shortcut: carrier selection -->
<!-- Burn in protection -->
</resources>
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
<string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"ከ:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;ጋር ለማገናኘት ይህን የይለፍ ቁልፍ ማሳየቱን አረጋግጥ፡&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string> <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"ከ:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;ጋር ለማገናኘት ይህን የይለፍ ቁልፍ ማሳየቱን አረጋግጥ፡&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
<string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"ከ:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;ከዚህ መሣሪያ ጋር ይጣመር?"</string> <string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"ከ:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;ከዚህ መሣሪያ ጋር ይጣመር?"</string>
<string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"ከ:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g> ጋር ለማጣመር ላዩ ላይ ተይብበት:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g> ከዚያም ተመለስ ወይም አስገባ ተጫን::"</string> <string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"ከ:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g> ጋር ለማጣመር ላዩ ላይ ተይብበት:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g> ከዚያም ተመለስ ወይም አስገባ ተጫን::"</string>
<string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> የእርስዎን እውቂያዎች እና የጥሪ ታሪክ እንዲደርስበት ይፍቀዱለት"</string> <string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"የእርስዎን እውቂያዎች እና የጥሪ ታሪክ መዳረሻ ይፍቀዱ"</string>
<string name="bluetooth_error_title" msgid="6850384073923533096"></string> <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
<string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"ወደ <xliff:g id="DEVICE_NAME">%1$s</xliff:g>ማገናኘት አልተቻለም።"</string> <string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"ወደ <xliff:g id="DEVICE_NAME">%1$s</xliff:g>ማገናኘት አልተቻለም።"</string>
<string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"መሣሪያዎችን ቃኝ"</string> <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"መሣሪያዎችን ቃኝ"</string>
......
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="app_ops_count">
<item quantity="zero">ولا مرّة</item>
<item quantity="one">مرة واحدة</item>
<item quantity="two">مرّتان</item>
<item quantity="few">%d مرّات</item>
<item quantity="many">%d مرّة</item>
<item quantity="other">%d مرّة</item>
</plurals>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2016 The CyanogenMod Project
(C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
<plurals name="show_dev_countdown_cm">
<item quantity="zero">أنت الآن على بُعد <xliff:g id="step_count">%1$d</xliff:g> خطوة من تمكين خيارات المطور.</item>
<item quantity="one">أنت الآن على بُعد خطوة واحدة من تمكين خيارات المطور.</item>
<item quantity="two">أنت الآن على بُعد خطوتين من تمكين خيارات المطور.</item>
<item quantity="few">أنت الآن على بُعد <xliff:g id="step_count">%1$d</xliff:g> خطوات من تمكين خيارات المطور.</item>
<item quantity="many">أنت الآن على بُعد <xliff:g id="step_count">%1$d</xliff:g> خطوة من تمكين خيارات المطور.</item>
<item quantity="other">أنت الآن على بُعد <xliff:g id="step_count">%1$d</xliff:g> خطوة من تمكين خيارات المطور.</item>
</plurals>
<!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
<string name="show_dev_on_cm">مكّنتَ خيارات المطور!</string>
<!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
<string name="show_dev_already_cm">لا داعي، فخيارات المطور مفعّلة.</string>
<!-- Launch Dev Tools -->
<string name="development_tools_title">أدوات التطوير</string>
<!-- Setting checkbox title for root access -->
<string name="root_access">صلاحيات الجذر</string>
<string name="root_access_warning_title">السماح بالوصول الجذري؟</string>
<string name="root_access_warning_message">السماح للتطبيقات بالوصول الجذري من الأمور الخطيرة للغاية وقد يشكل خطورة على حماية وسلامة نظامك!</string>
<string name="root_access_none">معطل</string>
<string name="root_access_apps">للتطبيقات فقط</string>
<string name="root_access_adb">لـADB فقط</string>
<string name="root_access_all">التطبيقات وADB</string>
<!-- Preference link for root appops -->
<!-- About phone screen, LineageOS version -->
<string name="mod_version">System version</string>
<string name="mod_version_default">مجهول</string>
<!-- About phone screen, Device model -->
<string name="device_model">طراز الجهاز</string>
<!-- About phone screen, Device name -->
<string name="device_name">اسم الجهاز</string>
<!-- About phone screen, LineageOS Api Level -->
<string name="mod_api_level">مستوى LineageOS API</string>
<string name="mod_api_level_default">مجهول</string>
<!-- About phone screen, build date -->
<string name="build_date">تاريخ إنشاء</string>
<!-- CM Updater -->
<string name="cmupdate_settings_title">System updates</string>
<!-- Names of categories of app ops tabs - extension of AOSP -->
<string name="app_ops_categories_location">الموقع</string>
<string name="app_ops_categories_personal">شخصي</string>
<string name="app_ops_categories_messaging">المراسلة</string>
<string name="app_ops_categories_media">وسائط</string>
<string name="app_ops_categories_device">الجهاز</string>
<string name="app_ops_categories_bootup">إعادة تحميل</string>
<string name="app_ops_categories_su">الوصول إلى الجذر</string>
<string name="app_ops_categories_other">أخرى</string>
<!-- User display names for app ops codes - extension of AOSP -->
<string name="app_ops_summaries_coarse_location">موقع خشن</string>
<string name="app_ops_summaries_fine_location">موقع جيد</string>
<string name="app_ops_summaries_gps">نظام تحديد المواقع</string>
<string name="app_ops_summaries_vibrate">اهتزاز</string>
<string name="app_ops_summaries_read_contacts">قراءة جهات الاتصال</string>
<string name="app_ops_summaries_modify_contacts">تعديل جهات الاتصال</string>
<string name="app_ops_summaries_read_call_log">قراءة سجل المكالمات</string>
<string name="app_ops_summaries_modify_call_log">تعديل سجل المكالمات</string>
<string name="app_ops_summaries_read_calendar">قراءة التقويم</string>
<string name="app_ops_summaries_modify_calendar">تعديل التقويم</string>
<string name="app_ops_summaries_wifi_scan">مسح Wi-Fi</string>
<string name="app_ops_summaries_notification">إشعار/ إخطار في علبة النظام</string>
<string name="app_ops_summaries_cell_scan">مسح الخلية</string>
<string name="app_ops_summaries_call_phone">مكالمة هاتفية</string>
<string name="app_ops_summaries_read_sms">قراءة الرسالة النصية القصيرة</string>
<string name="app_ops_summaries_write_sms">كتابة الرسالة النصية القصيرة</string>
<string name="app_ops_summaries_receive_sms">تلقي رسالة نصية قصيرة</string>
<string name="app_ops_summaries_receive_emergency_sms">تلقي الرسالة النصية القصيرة الطارئة</string>
<string name="app_ops_summaries_receive_mms">تلقي رسالة متعددة الوسائط</string>
<string name="app_ops_summaries_receive_wap_push">تلقي دفع WAP</string>
<string name="app_ops_summaries_send_sms">إرسال الرسالة النصية القصيرة</string>
<string name="app_ops_summaries_read_icc_sms">قراءة الرسالة النصية القصيرة ICC</string>
<string name="app_ops_summaries_write_icc_sms">كتابة الرسالة النصية القصيرة ICC</string>
<string name="app_ops_summaries_modify_settings">تعديل الإعدادات</string>
<string name="app_ops_summaries_draw_on_top">رسم في الأعلى</string>
<string name="app_ops_summaries_access_notifications">إشعارات الوصول</string>
<string name="app_ops_summaries_camera">الكاميرا</string>
<string name="app_ops_summaries_record_audio">تسجيل الصوت</string>
<string name="app_ops_summaries_play_audio">تشغيل الصوت</string>
<string name="app_ops_summaries_read_clipboard">قراءة الحافظة</string>
<string name="app_ops_summaries_modify_clipboard">تعديل الحافظة</string>
<string name="app_ops_summaries_media_buttons">أزرار الوسائط</string>
<string name="app_ops_summaries_audio_focus">تركيز الصوت</string>
<string name="app_ops_summaries_master_volume">الصوت الرئيسي</string>
<string name="app_ops_summaries_voice_volume">مستوى الصوت</string>
<string name="app_ops_summaries_ring_volume">مستوى الرنين</string>
<string name="app_ops_summaries_media_volume">حجم الوسائط</string>
<string name="app_ops_summaries_alarm_volume">مستوى التنبيه</string>
<string name="app_ops_summaries_notification_volume">مستوى الإشعار</string>
<string name="app_ops_summaries_bluetooth_volume">صوت بلوتوث</string>
<string name="app_ops_summaries_keep_awake">البقاء بحالة انتباه</string>
<string name="app_ops_summaries_monitor_location">مراقبة الموقع</string>
<string name="app_ops_summaries_monitor_high_power_location">رصد موقع عالي الطاقة</string>
<string name="app_ops_summaries_mute_unmute_microphone">كتم/إلغاء كتم الميكروفون</string>
<string name="app_ops_summaries_toast_window">عرض الرسائل الإشعارية</string>
<string name="app_ops_summaries_project_media">وسائط المشروع</string>
<string name="app_ops_summaries_activate_vpn">تفعيل VPN</string>
<string name="app_ops_summaries_write_wallpaper">خلفية بيضاء</string>
<string name="app_ops_summaries_assist_structure">هيكل مساعد</string>
<string name="app_ops_summaries_assist_screenshot">لقة شاشة مساعدة</string>
<string name="app_ops_summaries_read_phone_state">قراءة حالة الهاتف</string>
<string name="app_ops_summaries_add_voicemail">إضافة البريد الصوتي</string>
<string name="app_ops_summaries_use_sip">استخدام SIP</string>
<string name="app_ops_summaries_make_call">إجراء مكالمة</string>
<string name="app_ops_summaries_use_fingerprint">استخدام بصمة الإصبع</string>
<string name="app_ops_summaries_use_body_sensors">استخدام مستشعرات الجسم</string>
<string name="app_ops_summaries_read_cell_broadcasts">قراءة البث الخلوي</string>
<string name="app_ops_summaries_mock_location">موقع زائف</string>
<string name="app_ops_summaries_read_external_storage">قراءة الذاكرة الخارجية</string>
<string name="app_ops_summaries_write_external_storage">الكتابة على الذاكرة الخارجية</string>
<string name="app_ops_summaries_turn_screen_on">تشغيل الشاشة</string>
<string name="app_ops_summaries_get_accounts">الحصول على الحسابات</string>
<string name="app_ops_summaries_toggle_wifi">تبديل Wi-Fi</string>
<string name="app_ops_summaries_toggle_bluetooth">تبديل بلوتوث</string>
<string name="app_ops_summaries_start_at_boot">بدء تشغيل في التمهيد</string>
<string name="app_ops_summaries_toggle_nfc">تبديل NFC</string>
<string name="app_ops_summaries_toggle_mobile_data">تبديل البيانات الخلوية</string>
<string name="app_ops_summaries_superuser">الوصول إلى الجذر</string>
<!-- User display names for app ops codes - extension of AOSP -->
<string name="app_ops_labels_coarse_location">موقع خشن</string>
<string name="app_ops_labels_fine_location">موقع جيد</string>
<string name="app_ops_labels_gps">نظام تحديد المواقع</string>
<string name="app_ops_labels_vibrate">اهتزاز</string>
<string name="app_ops_labels_read_contacts">قراءة جهات الاتصال</string>
<string name="app_ops_labels_modify_contacts">تعديل جهات الاتصال</string>
<string name="app_ops_labels_read_call_log">قراءة سجل المكالمات</string>
<string name="app_ops_labels_modify_call_log">تعديل سجل المكالمات</string>
<string name="app_ops_labels_read_calendar">قراءة التقويم</string>
<string name="app_ops_labels_modify_calendar">تعديل التقويم</string>
<string name="app_ops_labels_wifi_scan">مسح Wi-Fi</string>
<string name="app_ops_labels_notification">إشعار/ إخطار في علبة النظام</string>
<string name="app_ops_labels_cell_scan">مسح الخلية</string>
<string name="app_ops_labels_call_phone">مكالمة هاتفية</string>
<string name="app_ops_labels_read_sms">قراءة الرسالة النصية القصيرة</string>
<string name="app_ops_labels_write_sms">كتابة الرسالة النصية القصيرة</string>
<string name="app_ops_labels_receive_sms">تلقي الرسالة النصية القصيرة</string>
<string name="app_ops_labels_receive_emergency_sms">تلقي الرسالة النصية القصيرة الخاصة بالطوارئ</string>
<string name="app_ops_labels_receive_mms">تلقي رسالة متعددة الوسائط</string>
<string name="app_ops_labels_receive_wap_push">استقبال دفع WAP</string>
<string name="app_ops_labels_send_sms">إرسال الرسالة النصية القصيرة</string>
<string name="app_ops_labels_read_icc_sms">قراءة الرسالة النصية القصيرة ICC</string>
<string name="app_ops_labels_write_icc_sms">كتابة الرسالة النصية القصيرة ICC</string>
<string name="app_ops_labels_modify_settings">تعديل الإعدادات</string>
<string name="app_ops_labels_draw_on_top">رسم على أعلى</string>
<string name="app_ops_labels_access_notifications">إشعارات الوصول</string>
<string name="app_ops_labels_camera">الكاميرا</string>
<string name="app_ops_labels_record_audio">تسجيل الصوت</string>
<string name="app_ops_labels_play_audio">تشغيل الصوت</string>
<string name="app_ops_labels_read_clipboard">قراءة الحافظة</string>
<string name="app_ops_labels_modify_clipboard">تعديل الحافظة</string>
<string name="app_ops_labels_media_buttons">أزرار الوسائط</string>
<string name="app_ops_labels_audio_focus">تركيز الصوت</string>
<string name="app_ops_labels_master_volume">الصوت الرئيسي</string>
<string name="app_ops_labels_voice_volume">مستوى الصوت</string>
<string name="app_ops_labels_ring_volume">مستوى الرنين</string>
<string name="app_ops_labels_media_volume">حجم الوسائط</string>
<string name="app_ops_labels_alarm_volume">مستوى صوت التنبيه</string>
<string name="app_ops_labels_notification_volume">مستوى الإشعار</string>
<string name="app_ops_labels_bluetooth_volume">مستوى بلوتوث</string>
<string name="app_ops_labels_keep_awake">تبقى مستيقظ</string>
<string name="app_ops_labels_monitor_location">مراقبة الموقع</string>
<string name="app_ops_labels_monitor_high_power_location">مراقبة موقع الطاقة العالية</string>
<string name="app_ops_labels_get_usage_stats">الحصول على إحصائيات الاستخدام</string>
<string name="app_ops_labels_mute_unmute_microphone">كتم/إلغاء كتم الميكروفون</string>
<string name="app_ops_labels_toast_window">عرض الرسائل الإشعارية</string>
<string name="app_ops_labels_project_media">وسائط المشروع</string>
<string name="app_ops_labels_activate_vpn">تفعيل VPN</string>
<string name="app_ops_labels_write_wallpaper">خلفية بيضاء</string>
<string name="app_ops_labels_assist_structure">هيكل مساعد</string>
<string name="app_ops_labels_assist_screenshot">لقطة شاشة مساعدة</string>
<string name="app_ops_labels_read_phone_state">قراءة حالة الهاتف</string>
<string name="app_ops_labels_add_voicemail">إضافة البريد الصوتي</string>
<string name="app_ops_labels_use_sip">استخدام SIP</string>
<string name="app_ops_labels_make_call">إجراء مكالمة</string>
<string name="app_ops_labels_use_fingerprint">استخدام بصمة الإصبع</string>
<string name="app_ops_labels_use_body_sensors">استخدام مستشعرات الجسم</string>
<string name="app_ops_labels_read_cell_broadcasts">قراءة البث الخلوي</string>
<string name="app_ops_labels_mock_location">موقع زائف</string>
<string name="app_ops_labels_read_external_storage">قراءة الذاكرة الخارجية</string>
<string name="app_ops_labels_write_external_storage">الكتابة على الذاكرة الخارجية</string>
<string name="app_ops_labels_turn_screen_on">تشغيل الشاشة</string>
<string name="app_ops_labels_get_accounts">الحصول على الحسابات</string>
<string name="app_ops_labels_toggle_wifi">تبديل Wi-Fi</string>
<string name="app_ops_labels_toggle_bluetooth">تبديل بلوتوث</string>
<string name="app_ops_labels_start_at_boot">بدء تشغيل في التمهيد</string>
<string name="app_ops_labels_toggle_nfc">تبديل NFC</string>
<string name="app_ops_labels_toggle_mobile_data">تبديل البيانات الخلوية</string>
<string name="app_ops_labels_superuser">صلاحيات الجذر</string>
<!-- App ops permissions -->
<string name="app_ops_permissions_allowed">مسموح به</string>
<string name="app_ops_permissions_ignored">تم تجاهله</string>
<string name="app_ops_permissions_always_ask">دائماً اسأل</string>
<!-- App ops detail -->
<string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (مستخدم<xliff:g id="count">%2$s</xliff:g>)</string>
<string name="app_ops_allowed_count">المسموح بها <xliff:g id="count" example="2 times">%s</xliff:g></string>
<string name="app_ops_ignored_count">مرفوض<xliff:g id="count" example="2 times">%s</xliff:g></string>
<string name="app_ops_both_count">مسموح<xliff:g id="count">%1$s</xliff:g>, مرفوض<xliff:g id="count">%2$s</xliff:g></string>
<!-- App ops menu options -->
<string name="app_ops_show_user_apps">إظهار تطبيقات المستخدم</string>
<string name="app_ops_show_system_apps">إظهار تطبيقات مضمنة</string>
<string name="app_ops_reset_counters">إعادة تعيين عدادات السماح/رفض</string>
<string name="app_ops_reset_confirm_title">تأكيد إعادة تعيين العدادات</string>
<string name="app_ops_reset_confirm_mesg">هل أنت متأكد من رغبتك في إعادة تعيين العدادات؟</string>
<string name="ok">موافق</string>
<!-- Volume settings - Volume adjustment sound -->
<string name="volume_adjust_sounds_title">أصوات تعديل حجم الصوت </string>
<!-- Vibrator intensity -->
<string name="vibrator_intensity_title">شدة الاهتزاز</string>
<string name="vibrator_intensity_dialog_reset">إعادة تعيين</string>
<!-- Sizes for pattern lockscreen -->
<!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
<string name="lockpattern_settings_enable_error_path_title">إظهار خطأ النمط</string>
<!-- Whether the dots will be drawn when using the lockscreen pattern -->
<string name="lockpattern_settings_enable_dots_title">إظهار نقاط النمط</string>
<!-- Whether the keyguard will directly show the password entry -->
<string name="lock_directly_show_password">إظهار إدخال كلمة المرور مباشرة</string>
<!-- Whether the keyguard will directly show the pattern view -->
<string name="lock_directly_show_pattern">إظهار عرض النمط مباشرة</string>
<!-- Whether the keyguard will directly show the PIN entry -->
<string name="lock_directly_show_pin">إظهار إدخال رقم PIN مباشرة</string>
<!-- Lock screen vibrate settings -->
<string name="lockscreen_vibrate_enabled_title">اهتزاز</string>
<!-- Lights settings -->
<string name="lights_label">أضواء</string>
<!-- Memory -->
<string name="memory_startup_apps_title">التطبيقات بدأت في التمهيد</string>
<!-- Advanced restart options -->
<!-- PIN scramble -->
<string name="unlock_scramble_pin_layout_title">تخطيط الترميز</string>
<string name="unlock_scramble_pin_layout_summary">تخطيط رقم PIN المرمز عند إلغاء تأمين الجهاز</string>
<!-- lock screen visualizer -->
<string name="lockscreen_visualizer_title">عرض صورة الغلاف للموسيقى</string>
<!-- Lock screen cover art -->
<!-- Double tap to sleep on keyguard -->
<!-- Protected apps lockpattern reset button -->
<string name="lockpattern_reset_button">إعادة تعيين النمط</string>
<string name="lockpattern_settings_reset_summary">أدخل الحساب الأولي و البريد الإلكتروني وكلمة المرور المقترنة لإعادة تعيين نمط التأمين</string>
<!-- Protected Apps -->
<string name="menu_hidden_apps_delete">إعادة تعيين</string>
<string name="menu_hidden_apps_reset_lock">إعادة تعيين تأمين النمط</string>
<string name="protected_apps">التطبيقات المحمية</string>
<string name="protected_apps_summary">إدارة التطبيقات التي تكون مخفية خلف التأمين الآمن</string>
<string name="saving_protected_components">حفظ حالة المكون\u2026</string>
<string name="pa_login_username_hint">اسم المستخدم (البريد الإلكتروني)</string>
<string name="pa_login_password_hint">كلمة المرور</string>
<string name="pa_login_submit_button">تسجيل الدخول</string>
<string name="pa_login_checking_password">التحقق من الحساب\u2026</string>
<string name="pa_login_incorrect_login">تسجيل دخول غير صحيح</string>
<string name="pa_pattern_or_fingerprint_header">يجب رسم نمط أو استخدام بصمة الأصابع لإلغاء التأمين</string>
<!-- title for lock screen weather preference -->
<string name="lockscreen_weather_enabled_title">إظهار حالة الطقس</string>
<!-- title for lock screen blur preference -->
<!-- Proximity wake -->
<string name="proximity_wake_title">منع الاستيقاظ العشوائي</string>
<!-- High touch sensitivity -->
<string name="high_touch_sensitivity_title">حساسية ذات لمس عالي</string>
<string name="high_touch_sensitivity_summary">زيادة حساسية شاشة اللمس حتى يمكن استخدامها أثناء ارتداء القفازات</string>
<!-- Touchscreen hovering -->
<string name="touchscreen_hovering_title">المرور فوق الشاشة اللمسية</string>
<string name="touchscreen_hovering_summary">يسمح لك بالمرور فوق الشاشة مثل الماوس في مستعرضات الويب، أو سطح المكتب عن بُعد، إلخ</string>
<!-- Whether to display IME switcher notifcation -->
<string name="ime_switcher_notify">رمز التحديد</string>
<string name="ime_switcher_notify_summary">عرض رمز تحديد طريقة الإدخال </string>
<!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
<!-- Stylus Icon -->
<string name="stylus_icon_enabled_title">إظهار الرمز عند استخدام القلم</string>
<string name="stylus_icon_enabled_summary">إظهار رمز المؤشر عند المرور بالماوس أو الرسم النمط</string>
<!-- Kill app long-press back -->
<string name="kill_app_longpress_back">زر إلغاء التطبيق مجدداً</string>
<string name="kill_app_longpress_back_summary">قم بإنهاء التطبيق الأمامي بالضغط الطويل على زر العودة</string>
<!-- Android debugging -->
<string name="enable_adb_cm">تصحيح أخطاء Android</string>
<!-- Android debugging notification -->
<string name="adb_notify">إشعار تنقيح الأخطاء</string>
<string name="adb_notify_summary">عرض إشعار عند تمكين تنقيح الأخطاء عبر USB أو الشبكات</string>
<!-- Android debugging over network -->
<string name="adb_over_network">ADB عبر الشبكة</string>
<string name="adb_over_network_summary">تمكين تنقيح الأخطاء عبر TCP/IP عبر واجهات شبكة الاتصال (Wi\u2011Fi وUSB). يُعاد تعيين هذا الإعداد عند إعادة التشغيل</string>
<string name="adb_over_network_warning">تحذير: عند تمكين ADB عبر الشبكة، يصبح هاتفك عرضة للتطفل على جميع شبكات المتصل بها!\n\nاستخدم هذه الميزة فقط عندما تكون متصلاً بشبكات موثوق بها.\n\nهل تريد حقا تمكين هذه الوظيفة؟</string>
<!-- Hostname setting -->
<string name="device_hostname">اسم مضيف الجهاز</string>
<!-- Increasing ring tone volume -->
<string name="increasing_ring_volume_option_title">حجم الصوت متزايد</string>
<string name="increasing_ring_min_volume_title">حجم الصوت البدئيّ</string>
<string name="increasing_ring_ramp_up_time_title">زمن التدرج</string>
<!-- Allow vibration in zen mode -->
<!-- Zen mode allowed event setting summary items -->
<!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
<string name="zen_mode_summary_reminders">التذكيرات</string>
<!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_events">الأحداث</string>
<!-- [CHAR LIMIT=50] Like zen_mode_all_callers, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_selected_callers, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_callers">المتصلون المحددون</string>
<!-- [CHAR LIMIT=50] Like zen_mode_repeat_callers, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_all_messages, but part of a list, so lower case if needed -->
<!-- [CHAR LIMIT=50] Like zen_mode_selected_messages, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_messages">الرسائل المحددة</string>
<!-- Notification sound timeout -->
<!-- MSIM SIM status -->
<string name="sim_card_status_title">حالة شريحة SIM</string>
<string name="sim_card_lock_settings_title">إعدادات قفل شريحة SIM/RUIM</string>
<string name="sim_card_summary_empty">لم يتم إدخال شريحة SIM</string>
<string name="sim_mobile_network_settings_category_title">إعدادات شبكة الهاتف النقال</string>
<string name="sim_mobile_network_settings_title">إعدادات شريحة SIM %d</string>
<!-- NFC PreferenceCategory title -->
<string name="nfc_title_category">الاتصال بالحقل القريب</string>
<!-- Notification importance -->
<!-- CM Legal -->
<string name="cmlicense_title">قانون LineageOS</string>
<!-- Format string for fingerprint location message -->
<!-- Fingerprint sensor locations -->
<!-- Wi-Fi region code -->
<string name="wifi_setting_countrycode_title">رمز الواي فاي للمنطقة</string>
<!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
<string name="wifi_setting_countrycode_summary">تحديد رمز الواي فاي للمنطقة</string>
<!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
<string name="wifi_setting_countrycode_error">هناك مشكلة في تحديد رمز المنطقة.</string>
<!-- Wake on plug -->
<string name="wake_when_plugged_or_unplugged_title">الإيقاظ عند التوصيل</string>
<string name="wake_when_plugged_or_unplugged_summary">تشغيل الشاشة عند الاتصال أو قطع الاتصال بمصدر الطاقة</string>
<!-- Heads-up -->
<!-- Tethering & portable hotspot other category -->
<string name="tethering_other_category_text">أخرى</string>
<!-- Wi-Fi tethering inactivity timeout -->
<string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi انتهاء مهلة الحث الساخن</string>
<string name="hotstpot_inactivity_timeout_never">مطلقًا</string>
<string name="hotstpot_inactivity_timeout_1_minute">1 دقيقة</string>
<string name="hotstpot_inactivity_timeout_5_minutes">5 دقائق</string>
<string name="hotstpot_inactivity_timeout_10_minutes">10 دقائق</string>
<string name="hotstpot_inactivity_timeout_never_summary_text">لن تنتهي مهلة Wi\u2011Fi الحث الساخن المتنقل أبداً</string>
<string name="hotstpot_inactivity_timeout_summary_text">سوف تنتهي مهلة الحث الساخن المتنقل Wi\u2011Fi بعد <xliff:g id="timeout">%1$s</xliff:g></string>
<!-- Per-app data restrictions -->
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
<!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
<!-- Volume link notification -->
<string name="volume_link_notification_title">ربط حجم صوت النغمة وصوت الإشعارات</string>
<!-- Launch music player when headset is connected -->
<!-- Update recovery -->
<string name="update_recovery_on_warning">ملحوظة: عندما يتم تمكين هذه الميزة، سيتم استبدال النسخة المستعادة المثبتة بأخرى مضمنة مع الإصدار الحالي من برنامج التشغيل العامل.\n\nوسيتم تحديث نسختك المستعادة مع ترقيات النظام، مما يساعد على ضمان التوافق مع الإصدارات المستقبلية. \n\nهل ترغب في تمكين هذه الميزة؟</string>
<string name="update_recovery_off_warning">تحذير: عندما يتم تعطيل هذه الميزة، لن يتم تحديث نسختك المستعادة المثبتة بترقيات النظام.\n\n كما أن ترقيات نظام التشغيل الجديدة قد لا يمكن تثبيتها مع النسخ المستعادة القديمة أو المخصصة. \n\nهل ترغب في تعطيل هذه الميزة؟</string>
<!-- Status bar - double tap to sleep -->
<string name="status_bar_double_tap_to_sleep_title">المس مرتين لبدء وضع السكون</string>
<string name="status_bar_double_tap_to_sleep_summary">الضغط مرتين فوق شريط الحالة لإطفاء الشاشة</string>
<string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> is <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
<string name="sim_disabled">تعطيل</string>
<string name="sim_missing">مفقود أو به خلل</string>
<string name="sim_enabler_need_disable_sim">سيتم إلغاء تنشيط بطاقة SIM. هل تريد الاستمرار؟</string>
<string name="sim_enabler_will_disable_sim_title">لحظة</string>
<string name="sim_enabler_need_switch_data_service">سيتم تعطيل SIM هذه وسيتم استخدام SIM هذه <xliff:g id="slotid">%1$s</xliff:g> لخدمات البيانات.
هل أنت متأكد أنك تريد المتابعة؟</string>
<string name="sim_enabler_airplane_on">تعذر القيام بالعملية في وضع الطيران.</string>
<string name="sim_enabler_in_call">تعذر القيام بالعملية أثناء إجراء مكالمة.</string>
<string name="sim_enabler_both_inactive">لا يمكن تعطيل جميع شرائح SIM</string>
<string name="sim_enabler_enabling">تنشيط\u2026</string>
<string name="sim_enabler_disabling">إلغاء تنشيط\u2026</string>
<string name="sub_activate_success">تم تنشيط SIM.</string>
<string name="sub_activate_failed">فشل التنشيط.</string>
<string name="sub_deactivate_success">تم إلغاء تنشيط SIM.</string>
<string name="sub_deactivate_failed">فشل إلغاء التنشيط.</string>
<!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
<!-- SAR information -->
<string name="maximum_head_level">الرأس: %1$s w/ كغ</string>
<string name="maximum_body_level">الجسم: %1$s w/ كغ</string>
<!-- IC Codes -->
<string name="ic_code_model">النموذج: %1$s</string>
<string name="ic_code_full">IC: %1$s</string>
<!-- Label for settings shortcut: carrier selection -->
<string name="shortcut_carrier_title">مشغلات الشبكات</string>
<!-- Burn in protection -->
</resources>
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
<string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"للاقتران مع:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;تأكد من أنه يعرض مفتاح المرور هذا:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string> <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"للاقتران مع:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;تأكد من أنه يعرض مفتاح المرور هذا:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
<string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"من:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;الاقتران مع هذا الجهاز؟"</string> <string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"من:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;الاقتران مع هذا الجهاز؟"</string>
<string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"للإقران مع:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>اكتب عليه:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, ثم اضغط على Return أو Enter."</string> <string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"للإقران مع:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>اكتب عليه:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, ثم اضغط على Return أو Enter."</string>
<string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"السماح للجهاز <xliff:g id="DEVICE_NAME">%1$s</xliff:g> بالدخول إلى جهات الاتصال وسجل المكالمات"</string> <string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"السماح بالوصول إلى جهات الاتصال وسجلّ المكالمات"</string>
<string name="bluetooth_error_title" msgid="6850384073923533096"></string> <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
<string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"تعذر الاتصال بـ <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string> <string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"تعذر الاتصال بـ <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
<string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"البحث عن أجهزة"</string> <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"البحث عن أجهزة"</string>
......
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
/*
**
** Copyright 2007 The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Choices for timezone picker first level.
These values will be used as search terms for TimeZone displayName
strings. -->
<!-- The time zone picker screen has two levels. The first level allows the user to choose a region. -->
<!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
<!-- Do not translate. -->
<!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
<!-- Do not translate. -->
<!-- Security settings. The delay after screen is turned off until device locks.
These are shown in a list dialog. -->
<!-- Do not translate. -->
<!-- Wi-Fi settings -->
<!-- Match this with the order of NetworkInfo.DetailedState. -->
<!-- Wi-Fi settings. The status messages when the network is unknown. -->
<!-- Match this with the order of NetworkInfo.DetailedState. -->
<!-- Wi-Fi settings. The status messages when the network is known. -->
<!-- Match this with the constants in AccessPoint. -->
<!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
<!-- Match this with the constants in AccessPoint. -->
<!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
<!-- Wi-Fi AP settings. The type of security a Wi-Fi AP supports. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Match this with the constants in WifiDialog. -->
<!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. -->
<!-- Type of EAP method when EAP SIM, AKA, AKA' are not supported -->
<!-- Wi-Fi AP band settings. Either 2.4GHz or 5GHz. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Wi-Fi WPS setup for p2p connections. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Match this with the order of WifiP2pDevice.Status -->
<!-- Wi-Fi p2p settings device status message -->
<!-- Bluetooth Settings -->
<!-- Discoverable mode timeout options -->
<!-- Match this with drawable.wifi_signal. -->
<!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
<!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
<!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
the device is Wi-Fi-only. [CHAR LIMIT=30] -->
<!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. -->
<!-- Do not translate. -->
<!-- Data Usage settings. Range of data usage. -->
<!-- Display options for UsageStats class -->
<!-- EAP method -->
<!-- Phase 2 options for PEAP -->
<!-- Phase 2 options for rest of EAP methods -->
<!-- Wi-Fi IP settings. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Wi-Fi proxy settings. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Authentication Types used in APN editor -->
<!-- Authentication Types used in APN editor -->
<!-- Bearer Info used in APN editor -->
<!-- MVNO Info used in APN editor -->
<!-- Apps on SD installation location options in ApplicationSettings -->
<!-- Do not translate. -->
<!-- Names of categories of app ops tabs -->
<!-- User display names for app ops codes -->
<!-- User display names for app ops codes -->
<!-- Titles for the list of long press timeout options. -->
<!-- Values for the list of long press timeout options. -->
<!-- Titles for captioning typeface preference. [CHAR LIMIT=35] -->
<!-- Values for captioning typeface preference. -->
<!-- Titles for captioning font size preference. [CHAR LIMIT=35] -->
<!-- Values for captioning font size preference. -->
<!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] -->
<!-- Values for captioning character edge type preference. -->
<!-- Titles for captioning color preference. -->
<!-- Values for captioning color preference. -->
<!-- Titles for captioning opacity preference. [CHAR LIMIT=35] -->
<!-- Values for captioning opacity preference. -->
<!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] -->
<!-- Values for captioning text style preset preference. -->
<!-- Match this with the constants in VpnProfile. -->
<!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
<!-- Match this with the constants in VpnProfile. -->
<!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
<!-- Match this with the constants in LegacyVpnInfo. -->
<!-- Status for a VPN network. [CHAR LIMIT=100] -->
<!-- User content ratings for restricted users [CHAR LIMIT=30] -->
<!-- Values for user content ratings for restricted users -->
<!-- Values for premium SMS permission selector [CHAR LIMIT=30] -->
<!-- [CHAR LIMIT=40] Labels for memory states -->
<!-- Display color space adjustment modes for accessibility -->
<!-- Values for display color space adjustment modes for accessibility -->
<!-- Battery saver mode: allowable trigger threshold levels. -->
<!-- Process stats memory use details: labels for memory states -->
<!-- Process stats memory use details: labels for process -->
<!-- Array of titles for sim color for multi-sim -->
<!-- Wifi extension requirement -->
<!-- Wifi extension requirement -->
<!-- CT MCC-MNC-->
<!-- dm plmn that need to be hidden -->
<!-- supl plmn list that need to be hidden -->
<!-- Defined the hide accounts' type -->
<!-- Automatic storage management settings. The amount of days for the automatic storage manager
to retain. These are shown in a list dialog. [CHAR LIMIT=70] -->
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="app_ops_count">
<item quantity="one">এবাৰ</item>
<item quantity="other">%d বাৰ</item>
</plurals>
</resources>