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

Commit d8e806f8 authored by Jessica Wagantall's avatar Jessica Wagantall
Browse files

Automatic translation import

Change-Id: If321a58925036312e31f9527ec73e4f89b3cf024
Ticket: RM-214
parent 4ecd401a
Loading
Loading
Loading
Loading
+59 −4
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
-->
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Suffix added to a number to signify size in bytes. -->
  <!-- Suffix added to a number to signify size in bytes. -->
  <string name="byteShort">Б</string>
  <string name="byteShort">Біт</string>
  <!-- Suffix added to a number to signify size in kilobytes. -->
  <!-- Suffix added to a number to signify size in kilobytes. -->
  <string name="kilobyteShort">КБ</string>
  <string name="kilobyteShort">КБ</string>
  <!-- Suffix added to a number to signify size in megabytes. -->
  <!-- Suffix added to a number to signify size in megabytes. -->
@@ -35,65 +35,118 @@
         to display a size in kilobytes, megabytes, or other size units.
         to display a size in kilobytes, megabytes, or other size units.
         Some languages (like French) will want to add a space between
         Some languages (like French) will want to add a space between
         the placeholders. -->
         the placeholders. -->
  <string name="fileSizeSuffix"><xliff:g id="number" example="123">%1$s</xliff:g><xliff:g id="unit" example="KB">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in days -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in days -->
  <string name="durationDays"><xliff:g id="days">%1$d</xliff:g> содняў</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with hours -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with hours -->
  <string name="durationDayHours"><xliff:g id="days">%1$d</xliff:g> содні
            <xliff:g id="hours">%2$d</xliff:g> гадзінаў</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with one hours -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with one hours -->
  <string name="durationDayHour"><xliff:g id="days">%1$d</xliff:g> содні
            <xliff:g id="hours">%2$d</xliff:g>гадзін</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in hours -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in hours -->
  <string name="durationHours"><xliff:g id="hours">%1$d</xliff:g> гадзінаў</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with minutes -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with minutes -->
  <string name="durationHourMinutes"><xliff:g id="hours">%1$d</xliff:g> гадзін
            <xliff:g id="minutes">%2$d</xliff:g> хвілін</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with one minute -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one hour with one minute -->
  <string name="durationHourMinute"><xliff:g id="hours">%1$d</xliff:g> г
            <xliff:g id="minutes">%2$d</xliff:g> хв</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in minutes -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in minutes -->
  <string name="durationMinutes"><xliff:g id="minutes">%1$d</xliff:g> хвілінаў</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute -->
  <string name="durationMinute"><xliff:g id="minutes">%1$d</xliff:g> хвіліна</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with seconds -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with seconds -->
  <string name="durationMinuteSeconds"><xliff:g id="minutes">%1$d</xliff:g> хвілін
            <xliff:g id="seconds">%2$d</xliff:g> сэкунд</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with one second -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one minute with one second -->
  <string name="durationMinuteSecond"><xliff:g id="minutes">%1$d</xliff:g> хвілін
            <xliff:g id="seconds">%2$d</xliff:g> сэкунда</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in seconds -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in seconds -->
  <string name="durationSeconds"><xliff:g id="seconds">%1$d</xliff:g> сэкундаў</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one second -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one second -->
  <string name="durationSecond"><xliff:g id="seconds">%1$d</xliff:g> сэкунд</string>
  <!-- Used in Contacts for a field that has no label and in Note Pad
  <!-- Used in Contacts for a field that has no label and in Note Pad
         for a note with no name. -->
         for a note with no name. -->
  <string name="untitled">&lt;Без назвы&gt;</string>
  <!-- How to display the lack of a phone number -->
  <!-- How to display the lack of a phone number -->
  <string name="emptyPhoneNumber">(Няма нумару тэлефону)</string>
  <!-- How to display the lack of a name -->
  <!-- How to display the lack of a name -->
  <string name="unknownName">Невядомы</string>
  <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
  <!-- What the UI should display for "voice mail" unless overridden by the SIM-->
  <string name="defaultVoiceMailAlphaTag">Галасавая пошта</string>
  <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
  <!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
  <string name="defaultMsisdnAlphaTag">MSISDN1</string>
  <!-- For GsmMmiCode.java -->
  <!-- For GsmMmiCode.java -->
  <!-- Displayed when the user dialed an MMI code whose function
  <!-- Displayed when the user dialed an MMI code whose function
         could not be performed. This will be displayed in a toast. -->
         could not be performed. This will be displayed in a toast. -->
  <string name="mmiError">Праблема падчас падлучэньня, магчыма памылка коду MMI.</string>
  <!-- Displayed when the user dialed an MMI code whose function
  <!-- Displayed when the user dialed an MMI code whose function
         could not be performed because FDN is enabled. This will be displayed in a toast. -->
         could not be performed because FDN is enabled. This will be displayed in a toast. -->
  <string name="mmiFdnError">Абмежаваньне: выкарыстоўваюцца толькі дазволеныя нумары.</string>
  <!-- Displayed when a phone feature such as call barring was activated. -->
  <!-- Displayed when a phone feature such as call barring was activated. -->
  <string name="serviceEnabled">Служба была ўключана.</string>
  <!-- Displayed in front of the list of a set of service classes
  <!-- Displayed in front of the list of a set of service classes
         (voice, data, fax, etc.) that were enabled. -->
         (voice, data, fax, etc.) that were enabled. -->
  <string name="serviceEnabledFor">Служба была ўключана для:</string>
  <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
  <!-- Displayed when a phone feature such as call forwarding was deactivated. -->
  <string name="serviceDisabled">Служба была адключана.</string>
  <!-- Displayed when a phone property such as a SIM password was registered. -->
  <!-- Displayed when a phone property such as a SIM password was registered. -->
  <string name="serviceRegistered">Рэгістрацыя прайшла пасьпяхова.</string>
  <!-- Displayed when a phone property such as a SIM password was erased. -->
  <!-- Displayed when a phone property such as a SIM password was erased. -->
  <string name="serviceErased">Пасьпяхова выдалена.</string>
  <!-- Displayed when a SIM password was entered incorrectly. -->
  <!-- Displayed when a SIM password was entered incorrectly. -->
  <string name="passwordIncorrect">Памылковы пароль.</string>
  <string name="passwordIncorrect">Памылковы пароль.</string>
  <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
  <!-- Displayed when a phone feature triggered by an MMI code is complete. -->
  <string name="mmiComplete">Запыт MMI завершаны.</string>
  <string name="mmiComplete">Запыт MMI завершаны.</string>
  <!-- Displayed when a SIM PIN password is entered incorrectly. -->
  <!-- Displayed when a SIM PIN password is entered incorrectly. -->
  <string name="badPin">Памылка: неабходны стары PIN-код.</string>
  <!-- Displayed when a SIM PUK password is entered incorrectly. -->
  <!-- Displayed when a SIM PUK password is entered incorrectly. -->
  <string name="badPuk">Уведзены памылковы PUK-код.</string>
  <string name="badPuk">Уведзены памылковы PUK-код.</string>
  <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
  <!-- Displayed when SIM PIN passwords are entered inconsistently. -->
  <string name="mismatchPin">PIN-коды ня супадаюць.</string>
  <!-- Displayed when a SIM PIN password is too long or too short. -->
  <!-- Displayed when a SIM PIN password is too long or too short. -->
  <string name="invalidPin">Увядзіце PIN-код (ад 4 да 8 лічбаў).</string>
  <string name="invalidPin">PIN-код (ад 4 да 8 лічбаў).</string>
  <!-- Displayed when a SIM PUK password is too short. -->
  <!-- Displayed when a SIM PUK password is too short. -->
  <string name="invalidPuk">Увядзіце PUK-код з 8 лічбаў ці больш.</string>
  <string name="invalidPuk">PUK-код ад 8 лічбаў і больш.</string>
  <!-- Displayed to prompt the user to type the PUK password to unlock
  <!-- Displayed to prompt the user to type the PUK password to unlock
         the SIM card. -->
         the SIM card. -->
  <string name="needPuk2">Для разблакавання SIM-карткі увядзіце код PUK2.</string>
  <string name="needPuk">SIM-картка заблакавана PUK-кодам. Неабходны PUK-код, каб разблакаваць картку.</string>
  <string name="needPuk2">Для разблакаваньня SIM-карткі неабходны PUK2-код.</string>
  <!-- Displayed when user attempts to change SIM PIN1 without enabling PIN1. -->
  <!-- Displayed when user attempts to change SIM PIN1 without enabling PIN1. -->
  <string name="enablePin">Памылка. Падлучы блакаваньне SIM-карткі ці карткі RUIM.</string>
  <!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
  <!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
  <plurals name="pinpuk_attempts">
    <item quantity="one">Засталася <xliff:g id="number">%d</xliff:g> спроба перад тым, як SIM-картка будзе заблакавана.</item>
    <item quantity="few">Засталіся <xliff:g id="number">%d</xliff:g> спробы перад тым, як SIM-картка будзе заблакавана.</item>
    <item quantity="other"><xliff:g id="number">%d</xliff:g> спробы перад тым, як SIM-картка будзе заблакавана.</item>
  </plurals>
  <!-- Title for the dialog used to display the user's IMEI number [CHAR LIMIT=10] -->
  <!-- Title for the dialog used to display the user's IMEI number [CHAR LIMIT=10] -->
  <string name="imei">IMEI</string>
  <!-- Title for the dialog used to display the user's MEID number on CDMA network
  <!-- Title for the dialog used to display the user's MEID number on CDMA network
         [CHAR LIMIT=10] -->
         [CHAR LIMIT=10] -->
  <string name="meid">MEID</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
  <string name="ClipMmi">Уваходны выклік</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
  <string name="ClirMmi">Зыходны выклік</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID restriction. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID restriction. -->
  <string name="ColrMmi">Абмежаваньне ідэнтыфікатару падлучанай лініі</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
  <string name="CfMmi">Пераадрасаваньне выклікаў</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
  <string name="CwMmi">Чаканьне выкліку</string>
  <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
  <!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
  <string name="BaMmi">Забарона выклікаў</string>
  <string name="BaMmi">Забарона выклікаў</string>
  <!-- Displayed as the title for a success/failure report changing the SIM password. -->
  <!-- Displayed as the title for a success/failure report changing the SIM password. -->
  <string name="PwdMmi">Зьмена пароля</string>
  <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
  <!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
  <string name="PinMmi">Зьмена PIN-коду</string>
  <string name="CnipMmi">Бягучы нумар выкліку</string>
  <string name="CnirMmi">Нумар выкліку абмежаваны</string>
  <string name="ThreeWCMmi">Трохбаковы выклік</string>
  <string name="RuacMmi">Адмова ад непажаданых выклікаў</string>
  <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
  <!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
  <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
  <!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
  <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
  <!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
@@ -241,6 +294,7 @@
  <!-- status message in phone options dialog for when silent mode is enabled -->
  <!-- status message in phone options dialog for when silent mode is enabled -->
  <!-- status message in phone options dialog for when silent mode is disabled -->
  <!-- status message in phone options dialog for when silent mode is disabled -->
  <!-- label for item that toggles airplane mode -->
  <!-- label for item that toggles airplane mode -->
  <string name="global_actions_toggle_airplane_mode">Рэжым лёту</string>
  <!-- status message in phone options dialog for when airplane mode is on -->
  <!-- status message in phone options dialog for when airplane mode is on -->
  <!-- status message in phone options dialog for when airplane mode is off -->
  <!-- status message in phone options dialog for when airplane mode is off -->
  <!-- label for item that launches settings in phone options dialog [CHAR LIMIT=15]-->
  <!-- label for item that launches settings in phone options dialog [CHAR LIMIT=15]-->
@@ -269,6 +323,7 @@
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permgrouplab_bluetoothNetwork">Bluetooth</string>
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
+1 −1
Original line number Original line Diff line number Diff line
@@ -283,7 +283,7 @@
  <string name="permdesc_accessFingerprintService">Позволява на приложението достъп до услугата на пръстови отпечатъци. Приложението може да добавя, изтрива, преименува и удостоверява срещу пръстови отпечатъци</string>
  <string name="permdesc_accessFingerprintService">Позволява на приложението достъп до услугата на пръстови отпечатъци. Приложението може да добавя, изтрива, преименува и удостоверява срещу пръстови отпечатъци</string>
  <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose
  <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose
         whether they want to allow the application to do this. -->
         whether they want to allow the application to do this. -->
  <string name="permlab_resetBatteryStats">Статистиката на батерията ще бъде нулирана</string>
  <string name="permlab_resetBatteryStats">Нулиране статистиката на батерията</string>
  <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose
  <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose
         whether they want to allow the application to do this. -->
         whether they want to allow the application to do this. -->
  <string name="permdesc_resetBatteryStats">Позволява заявление да рестартирате текущите данни за използването на ниско ниво на батерията.</string>
  <string name="permdesc_resetBatteryStats">Позволява заявление да рестартирате текущите данни за използването на ниско ниво на батерията.</string>
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
  <!-- Dismiss button text in SIM pin/puk unlock view -->
  <!-- Dismiss button text in SIM pin/puk unlock view -->
  <string name="kg_dismiss">ביטול</string>
  <string name="kg_dismiss">ביטול</string>
  <!-- Slot id in SIM pin/puk unlock view -->
  <!-- Slot id in SIM pin/puk unlock view -->
  <string name="kg_slot_name">חריץ <xliff:g id="number">%d </xliff:g>: כרטיס SIM חדש\u0020</string>
  <string name="kg_slot_name">חריץ <xliff:g id="number">%d </xliff:g>: כרטיס SIM חדשu0020\</string>
  <!-- Shown in the lock screen when there is SIM card IO error. -->
  <!-- Shown in the lock screen when there is SIM card IO error. -->
  <string name="lockscreen_sim_error_message_short">כרטיס לא חוקי.</string>
  <string name="lockscreen_sim_error_message_short">כרטיס לא חוקי.</string>
  <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
  <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
+7 −0
Original line number Original line Diff line number Diff line
@@ -163,6 +163,7 @@
  <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <string name="accessibility_airplane_mode">Рэжым лёту.</string>
  <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
@@ -207,7 +208,9 @@
  <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <string name="accessibility_quick_settings_flashlight_off">Ліхтарык выключаны.</string>
  <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <string name="accessibility_quick_settings_flashlight_on">Ліхтарык уключаны.</string>
  <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
@@ -246,6 +249,7 @@
  <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
  <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
  <!-- Textual description of Ethernet connections -->
  <!-- Textual description of Ethernet connections -->
  <!-- QuickSettings: Airplane mode [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Airplane mode [CHAR LIMIT=NONE] -->
  <string name="quick_settings_airplane_mode_label">Рэжым лёту</string>
  <!-- QuickSettings: Battery Charging [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Battery Charging [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Battery Charged [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Battery Charged [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
@@ -273,6 +277,7 @@
  <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
  <string name="quick_settings_wifi_detail_empty_text">Няма захаваных сетак</string>
  <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
@@ -289,8 +294,10 @@
  <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
  <string name="quick_settings_hotspot_label">Кропка доступу</string>
  <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
  <string name="quick_settings_flashlight_label">Ліхтарык</string>
  <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
+1 −0
Original line number Original line Diff line number Diff line
@@ -272,6 +272,7 @@
  <string name="dynamic_qs_tile_su_label">Truy cập root</string>
  <string name="dynamic_qs_tile_su_label">Truy cập root</string>
  <!-- Fingerprint -->
  <!-- Fingerprint -->
  <string name="fingerprint_try_again_hint">Vui lòng quét một lần nữa</string>
  <string name="fingerprint_try_again_hint">Vui lòng quét một lần nữa</string>
  <string name="fingerprint_try_again_hint_too_many">Quá nhiều lần thử vân tay. Hãy thử lại sau.</string>
  <!-- Content description of the dock battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the dock battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <string name="accessibility_dock_battery_level">Thanh pin <xliff:g id="number">%d</xliff:g> phần trăm.</string>
  <string name="accessibility_dock_battery_level">Thanh pin <xliff:g id="number">%d</xliff:g> phần trăm.</string>
  <!-- Empty view text for CustomQSTile -->
  <!-- Empty view text for CustomQSTile -->