summaryrefslogtreecommitdiffstats
path: root/res/values-be
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-08-10 21:50:15 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-08-10 21:50:15 +0300
commit90955ea80c73bcd27ad252b822ceedf37e242ee8 (patch)
tree0307ad47caec1e1f1245998bb8f77fdbfe84b249 /res/values-be
parent3083211e9aee12c7c62b016e9d96254c501bd97d (diff)
downloadandroid_packages_apps_Dialer-90955ea80c73bcd27ad252b822ceedf37e242ee8.tar.gz
android_packages_apps_Dialer-90955ea80c73bcd27ad252b822ceedf37e242ee8.tar.bz2
android_packages_apps_Dialer-90955ea80c73bcd27ad252b822ceedf37e242ee8.zip
Automatic translation importHEADcm-13.0
Change-Id: If43566d327e00a03168238c2b0e29603275d5e33
Diffstat (limited to 'res/values-be')
-rw-r--r--res/values-be/cm_arrays.xml25
-rw-r--r--res/values-be/cm_plurals.xml38
-rw-r--r--res/values-be/cm_strings.xml175
-rw-r--r--res/values-be/strings.xml382
4 files changed, 107 insertions, 513 deletions
diff --git a/res/values-be/cm_arrays.xml b/res/values-be/cm_arrays.xml
index e20102496..cc27317ca 100644
--- a/res/values-be/cm_arrays.xml
+++ b/res/values-be/cm_arrays.xml
@@ -16,20 +16,13 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- 0: sec
- 1: min
- 2: min sec
- 3: hour
- 4: hour sec
- 5: hour min
- 6: hour min sec -->
- <string-array name="call_stats_duration">
- <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
- <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
- <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
- <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
- <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
- <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
- <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
- </string-array>
+ <string-array name="call_stats_duration">
+ <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ </string-array>
</resources>
diff --git a/res/values-be/cm_plurals.xml b/res/values-be/cm_plurals.xml
index d78f5ee98..a52327008 100644
--- a/res/values-be/cm_plurals.xml
+++ b/res/values-be/cm_plurals.xml
@@ -16,24 +16,22 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <plurals name="hour">
- <item quantity="one">1 гадзіна</item>
- <item quantity="few">%d гадзіны</item>
- <item quantity="other">%d гадзінаў</item>
- </plurals>
- <plurals name="minute">
- <item quantity="one">1 хвіліна</item>
- <item quantity="few">%d хвіліны</item>
- <item quantity="other">%d хвілінаў</item>
- </plurals>
- <plurals name="second">
- <item quantity="one">1 секунда</item>
- <item quantity="few">%d секунды</item>
- <item quantity="other">%d секундаў</item>
- </plurals>
- <plurals name="call">
- <item quantity="one">1 выклік</item>
- <item quantity="few">%d выкліка</item>
- <item quantity="other">%d выклікаў</item>
- </plurals>
+ <plurals name="hour">
+ <item quantity="one">1 гадзіна</item>
+ <item quantity="few">%d гадзіны</item>
+ <item quantity="many">%d гадзін</item>
+ <item quantity="other">%d гадзін</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 хвіліна</item>
+ <item quantity="few">%d хвіліны</item>
+ <item quantity="many">%d хвілін</item>
+ <item quantity="other">%d хвілін</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 секунда</item>
+ <item quantity="few">%d секунды</item>
+ <item quantity="many">%d секунд</item>
+ <item quantity="other">%d секунд</item>
+ </plurals>
</resources>
diff --git a/res/values-be/cm_strings.xml b/res/values-be/cm_strings.xml
index ab9b8baa5..3da20f38b 100644
--- a/res/values-be/cm_strings.xml
+++ b/res/values-be/cm_strings.xml
@@ -16,99 +16,84 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Forward lookup -->
- <string name="nearby_places">Месцы побач</string>
- <string name="people">Людзі</string>
- <!-- dialpad t9 search -->
- <string name="preference_category_t9_dialpad_search">T9-пошук у нумаранабіральніку</string>
- <string name="t9_search_input_locale">Мова пошуку</string>
- <string name="t9_search_input_locale_default">Па змаўчанні</string>
- <!-- Number lookup -->
- <string name="lookup_settings_label">Пошук нумароў тэлефона</string>
- <string name="lookup_settings_description">Пошук невядомых тэлефонных нумароў</string>
- <string name="enable_forward_lookup_title">Просты пошук</string>
- <string name="enable_forward_lookup_summary">Паказваць найблізкія арганізацыі пры пошуку ў нумаранабіральніку</string>
- <string name="enable_people_lookup_title">Пошук кантактаў</string>
- <string name="enable_people_lookup_summary">Паказваць вынікі з сеткі пры пошуку людзей праз нумаранабіральнік</string>
- <string name="enable_reverse_lookup_title">Зваротны пошук</string>
- <string name="enable_reverse_lookup_summary">Пошук інфармацыі пра чалавека ці месца для ўваходных з невядомых нумароў</string>
- <string name="forward_lookup_provider_title">Правайдар простага пошуку</string>
- <string name="people_lookup_provider_title">Правайдар пошуку дадзеных пра людзей</string>
- <string name="reverse_lookup_provider_title">Правайдар зваротнага пошуку</string>
- <!-- Chinese Reverse Lookup Provider -->
- <string name="cyngn_reverse_lookup_provider_name">Cyngn Chinese (CN)</string>
- <!-- Description for incoming calls that were blacklisted -->
- <string name="type_blacklist">Чорны спіс</string>
- <string name="call_log_action_block">Заблакаваць абанента</string>
- <string name="call_log_action_unblock">Абанент заблакаваны</string>
- <!-- for speed dial -->
- <string name="speed_dial_settings">Налады хуткага набору</string>
- <string name="speed_dial_not_set">(не вызначана)</string>
- <string name="speed_dial_replace">Змяніць</string>
- <string name="speed_dial_delete">Выдалiць</string>
- <string name="speed_dial_unassigned_dialog_title">Няма прызначанага нумару</string>
- <string name="speed_dial_unassigned_dialog_message">Няма прызначанага нумара да клавішы <xliff:g id="number">%s</xliff:g>. Прызначыць яго?</string>
- <string name="dialog_speed_dial_airplane_mode_message">Каб скарыстаць хуткі набор, выключыце рэжым лёту.</string>
- <string name="yes">Так</string>
- <string name="no">Не</string>
- <string name="incall_vibration_category_title">Вібрацыя падчас выкліку</string>
- <string name="incall_vibrate_outgoing_title">Вібрацыя пры адказе</string>
- <string name="incall_vibrate_call_waiting_title">Вібрацыя падчас чакання выкліку</string>
- <string name="incall_vibrate_hangup_title">Вібрацыя пры разлучэнні</string>
- <string name="incall_vibrate_45_title">Вібрацыя штохвіліну</string>
- <string name="incall_vibrate_45_summary">Вібраваць на 45-ай секундзе кожнай хвіліны падчас выходных выклікаў</string>
- <string name="call_log_show_all_slots">Усе SIM</string>
- <string name="call_log_all_calls_header">Усе тэлефанаванні</string>
- <string name="call_log_blacklist_header">Толькі заблакаваныя званкі</string>
- <!-- Call statistics -->
- <string name="call_log_stats_title">Статыстыка</string>
- <string name="callStatsDetailTitle">Статыстыка выклікаў</string>
- <string name="call_stats_incoming">Уваходны: <xliff:g id="value">%s</xliff:g></string>
- <string name="call_stats_outgoing">Зыходны: <xliff:g id="value">%s</xliff:g></string>
- <string name="call_stats_missed">Прапушчаныя: <xliff:g id="value">%s</xliff:g></string>
- <string name="call_stats_blacklisted">Заблакаваных: <xliff:g id="value">%s</xliff:g></string>
- <string name="call_stats_percent"><xliff:g id="percent">%d</xliff:g>%%</string>
- <string name="call_stats_header_total">Агульна: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
- <string name="call_stats_header_total_callsonly">Агульна: <xliff:g id="call_count">%s</xliff:g></string>
- <string name="call_stats_filter_from">Дата пачатку</string>
- <string name="call_stats_filter_to">Дата заканчэння</string>
- <string name="call_stats_filter_picker_title">Дыяпазон выбару</string>
- <string name="date_quick_selection">Хуткі выбар</string>
- <string name="date_qs_currentmonth">Гэты месяц</string>
- <string name="date_qs_currentquarter">Бягучы квартал</string>
- <string name="date_qs_currentyear">Гэты год</string>
- <string name="date_qs_lastweek">Апошні тыдзень</string>
- <string name="date_qs_lastmonth">Апошні месяц</string>
- <string name="date_qs_lastquarter">Апошні квартал</string>
- <string name="date_qs_lastyear">Апошні год</string>
- <string name="call_stats_date_filter">Фільтар</string>
- <string name="call_stats_reset_filter">Скінуць фільтар</string>
- <string name="call_stats_sort_by_duration">Сартаваць па працягласці</string>
- <string name="call_stats_sort_by_count">Сартаваць па колькасці</string>
- <string name="call_stats_title_for_number">Гэты нумар</string>
- <string name="call_stats_title_of_total">Вынік</string>
- <string name="call_stats_title_durations">Працягласць</string>
- <string name="call_stats_title_count">Колькасць</string>
- <string name="call_stats_title_average_duration">Сярэдняя працягласць</string>
- <!-- Text displayed when there are no call log entries in the selected time range. -->
- <string name="recent_calls_no_items_in_range">У журнале выклікаў нямае запісаў, адпавядаючых указанаму інтэрвалу.</string>
- <string name="call_recording_category_title">Запіс гутаркі</string>
- <string name="call_recording_format">Фармат аўдыя</string>
- <string name="call_playback_no_app_found_toast">Не знойдзены дадатак, які можа прайграваць абраны запіс.</string>
- <!-- T9 Search Text -->
- <string name="emergency_call_hint_text">Адсутнічая SIM-картка. Магчымыя выклікі першаснай дапамогі.</string>
- <!-- InCall Plugin Settings -->
- <!-- Search shortcut for "Call using PluginName" -->
- <!-- CallerInfo Provider Settings strings -->
- <string name="callerinfo_provider_auth_yes">Так</string>
- <string name="callerinfo_provider_auth_no_short">Не</string>
- <string name="callerinfo_provider_auth_no">Не, дзякуй</string>
- <string name="block_dialog_positive">Заблакаваць</string>
- <string name="block_dialog_negative">Скасаваць</string>
- <string name="provider_button_help">"Зразумела"</string>
- <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
- <!-- Label of the button to view a note from a call log entry with associated DeepLink -->
- <string name="search_shortcut_view_note">Праглядзець нататку</string>
- <!-- Note DeepLink mod settings summary in Dialer -->
- <string name="callerinfo_provider_status_disabling">Адлучэнне</string>
+ <string name="nearby_places">Месцы побач</string>
+ <string name="people">Людзі</string>
+ <string name="preference_category_t9_dialpad_search">T9-пошук у нумаранабіральніку</string>
+ <string name="t9_search_input_locale">Мова пошуку</string>
+ <string name="t9_search_input_locale_default">Па змаўчанні</string>
+ <string name="lookup_settings_label">Пошук нумароў тэлефона</string>
+ <string name="lookup_settings_description">Пошук невядомых тэлефонных нумароў</string>
+ <string name="enable_forward_lookup_title">Просты пошук</string>
+ <string name="enable_forward_lookup_summary">Паказваць найблізкія арганізацыі пры пошуку ў нумаранабіральніку</string>
+ <string name="enable_people_lookup_title">Пошук кантактаў</string>
+ <string name="enable_people_lookup_summary">Паказваць вынікі з сеткі пры пошуку людзей праз нумаранабіральнік</string>
+ <string name="enable_reverse_lookup_title">Зваротны пошук</string>
+ <string name="enable_reverse_lookup_summary">Пошук інфармацыі пра чалавека ці месца для ўваходных з невядомых нумароў</string>
+ <string name="forward_lookup_provider_title">Правайдар простага пошуку</string>
+ <string name="people_lookup_provider_title">Правайдар пошуку дадзеных пра людзей</string>
+ <string name="reverse_lookup_provider_title">Правайдар зваротнага пошуку</string>
+ <string name="cyngn_reverse_lookup_provider_name">Cyngn Chinese (CN)</string>
+ <string name="type_blacklist">Чорны спіс</string>
+ <string name="call_log_action_block">Заблакаваць абанента</string>
+ <string name="call_log_action_unblock">Абанент заблакаваны</string>
+ <string name="speed_dial_settings">Налады хуткага набору</string>
+ <string name="speed_dial_not_set">(не вызначана)</string>
+ <string name="speed_dial_replace">Змяніць</string>
+ <string name="speed_dial_delete">Выдалiць</string>
+ <string name="speed_dial_unassigned_dialog_title">Няма прызначанага нумару</string>
+ <string name="speed_dial_unassigned_dialog_message">Няма прызначанага нумара да клавішы <xliff:g id="number">%s</xliff:g>. Прызначыць яго?</string>
+ <string name="dialog_speed_dial_airplane_mode_message">Каб скарыстаць хуткі набор, выключыце рэжым лёту.</string>
+ <string name="yes">Так</string>
+ <string name="no">Не</string>
+ <string name="incall_vibration_category_title">Вібрацыя падчас выкліку</string>
+ <string name="incall_vibrate_outgoing_title">Вібрацыя пры адказе</string>
+ <string name="incall_vibrate_call_waiting_title">Вібрацыя падчас чакання выкліку</string>
+ <string name="incall_vibrate_hangup_title">Вібрацыя пры разлучэнні</string>
+ <string name="incall_vibrate_45_title">Вібрацыя штохвіліну</string>
+ <string name="incall_vibrate_45_summary">Вібраваць на 45-ай секундзе кожнай хвіліны падчас выходных выклікаў</string>
+ <string name="call_log_show_all_slots">Усе SIM</string>
+ <string name="call_log_all_calls_header">Усе тэлефанаванні</string>
+ <string name="call_log_blacklist_header">Толькі заблакаваныя званкі</string>
+ <string name="call_log_stats_title">Статыстыка</string>
+ <string name="callStatsDetailTitle">Статыстыка выклікаў</string>
+ <string name="call_stats_incoming">Уваходны: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_outgoing">Зыходны: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_missed">Прапушчаныя: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_blacklisted">Заблакаваных: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_percent"><xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">Агульна: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Агульна: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Дата пачатку</string>
+ <string name="call_stats_filter_to">Дата заканчэння</string>
+ <string name="call_stats_filter_picker_title">Дыяпазон выбару</string>
+ <string name="date_quick_selection">Хуткі выбар</string>
+ <string name="date_qs_currentmonth">Гэты месяц</string>
+ <string name="date_qs_currentquarter">Бягучы квартал</string>
+ <string name="date_qs_currentyear">Гэты год</string>
+ <string name="date_qs_lastweek">Апошні тыдзень</string>
+ <string name="date_qs_lastmonth">Апошні месяц</string>
+ <string name="date_qs_lastquarter">Апошні квартал</string>
+ <string name="date_qs_lastyear">Апошні год</string>
+ <string name="call_stats_date_filter">Фільтар</string>
+ <string name="call_stats_reset_filter">Скінуць фільтар</string>
+ <string name="call_stats_sort_by_duration">Сартаваць па працягласці</string>
+ <string name="call_stats_sort_by_count">Сартаваць па колькасці</string>
+ <string name="call_stats_title_for_number">Гэты нумар</string>
+ <string name="call_stats_title_of_total">Вынік</string>
+ <string name="call_stats_title_durations">Працягласць</string>
+ <string name="call_stats_title_count">Колькасць</string>
+ <string name="call_stats_title_average_duration">Сярэдняя працягласць</string>
+ <string name="recent_calls_no_items_in_range">У журнале выклікаў нямае запісаў, адпавядаючых указанаму інтэрвалу.</string>
+ <string name="call_recording_category_title">Запіс гутаркі</string>
+ <string name="call_recording_format">Фармат аўдыя</string>
+ <string name="call_playback_no_app_found_toast">Не знойдзены дадатак, які можа прайграваць абраны запіс.</string>
+ <string name="emergency_call_hint_text">Адсутнічая SIM-картка. Магчымыя выклікі першаснай дапамогі.</string>
+ <string name="callerinfo_provider_auth_yes">Так</string>
+ <string name="callerinfo_provider_auth_no_short">Не</string>
+ <string name="callerinfo_provider_auth_no">Не, дзякуй</string>
+ <string name="block_dialog_positive">Заблакаваць</string>
+ <string name="block_dialog_negative">Скасаваць</string>
+ <string name="provider_button_help">"Зразумела"</string>
+ <string name="search_shortcut_view_note">Праглядзець нататку</string>
+ <string name="callerinfo_provider_status_disabling">Адключэнне</string>
</resources>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 10f50183e..c595d17ff 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -16,400 +16,18 @@
~ limitations under the License
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Application name used in Settings/Apps. Default label for activities
- that don't specify a label. -->
- <!-- Title for the activity that dials the phone. This is the name
- used in the Launcher icon. -->
- <!-- The description text for the dialer tab.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
-
- [CHAR LIMIT=NONE] -->
- <!-- The description text for the call log tab.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
-
- [CHAR LIMIT=NONE] -->
<string name="recentCallsIconLabel">Гісторыя выклікаў</string>
- <!-- Menu item used to call a contact from the call log -->
- <!-- Text for a menu item to report a call as having been incorrectly identified.
- [CHAR LIMIT=30] -->
- <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
- <!-- Menu item used to add a number from the call log to contacts -->
- <!-- Menu item used to remove a single call from the call log -->
- <!-- Menu item used to remove all calls from the call log -->
<string name="recentCalls_deleteAll">Ачысьціць гісторыю выклікаў</string>
- <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
- <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
- <!-- Text displayed when the call log is empty. -->
- <!-- Label of the button displayed when the call log is empty. Allows the user to make a call. -->
- <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] -->
<string name="clearCallLogConfirmation_title">Ачысьціць гісторыю выклікаў?</string>
- <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
<string name="clearCallLogConfirmation">Выдаленьне ўсіх выклікаў з гісторыі</string>
- <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
- <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
- <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
- <!-- Used to build a list of names or phone numbers, to indicate the callers who left
- voicemails.
- The first argument may be one or more callers, the most recent ones.
- The second argument is an additional callers.
- This string is used to build a list of callers.
-
- [CHAR LIMIT=10]
- -->
- <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
- <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
- <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
- <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
- <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
- <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
- <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
<string name="call_log_incoming_header">Толькі ўваходныя выклікі</string>
- <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
<string name="call_log_outgoing_header">Толькі зыходныя выклікі</string>
- <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
- <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] -->
- <!-- Promo card text for visual voicemail. -->
- <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] -->
<string name="visual_voicemail_settings">Налады</string>
- <!-- Voicemail status message shown at the top of call log to notify the user that no new
- voicemails are currently available. This can happen when both notification as well as data
- connection to the voicemail server is lost. [CHAR LIMIT=64] -->
- <!-- Voicemail status message shown at the top of call log to notify the user that there is no
- data connection to the voicemail server, but there are new voicemails waiting on the server.
- [CHAR LIMIT=64] -->
- <!-- Voicemail status message shown at the top of call log to invite the user to configure
- visual voicemail. [CHAR LIMIT=64] -->
- <!-- Voicemail status message shown at the top of call details screen to notify the user that
- the audio of this voicemail is not available. [CHAR LIMIT=64] -->
- <!-- User action prompt shown next to a voicemail status message to let the user configure
- visual voicemail. [CHAR LIMIT=20] -->
- <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
- server directly to listen to the voicemails. [CHAR LIMIT=20] -->
- <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
- <!-- Title for the sms disambiguation dialog -->
- <!-- Title for the call disambiguation dialog -->
- <!-- Message next to disamgiguation dialog check box -->
- <!-- String describing the Search ImageButton
-
- Used by AccessibilityService to announce the purpose of the button.
- [CHAR LIMIT=NONE]
- -->
- <!-- String describing the Dial ImageButton
-
- Used by AccessibilityService to announce the purpose of the button.
- -->
- <!-- String describing the digits text box containing the number to dial.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- String describing the button in the voicemail playback to start/stop playback.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- String describing the seekbar in the voicemail playback to seek playback position.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- String describing the button in the voicemail playback to decrease playback rate.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- String describing the button in the voicemail playback to increase playback rate.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <!-- Content description for the fake action menu button that brings up the call history
- activity -->
<string name="action_menu_call_history_description">Гісторыя выклікаў</string>
- <!-- Content description for the fake action menu overflow button.
- This should be same as the description for the real action menu
- overflow button available in ActionBar.
- [CHAR LIMIT=NONE] -->
- <!-- Content description for the button that displays the dialpad
- [CHAR LIMIT=NONE] -->
- <!-- Menu item to copy something [CHAR_LIMIT=10] -->
- <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
- <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
- <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
- <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
- <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
- <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
- <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
<string name="dialer_settings_label">Налады</string>
- <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
- <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
- <!-- Title bar for call detail screen -->
- <!-- Toast for call detail screen when couldn't read the requested details -->
- <!-- Item label: jump to the in-call DTMF dialpad.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <!-- Item label: jump to the in-call UI.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <!-- Item label: use the Dialer's dialpad to add another call.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <!-- Title for incoming call details screen -->
- <!-- Title for outgoing call details screen -->
- <!-- Title for missed call details screen -->
- <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
- <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
- <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
- <!-- Title for voicemail details screen -->
- <!-- Description for incoming calls going to voice mail vs. not -->
- <!-- String describing the icon in the call log used to play a voicemail.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String describing the button to view the contact for the current number.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String describing the button to call a number or contact.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String describing the button to access the contact details for a name or number.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String indicating a call log entry has an associated voicemail.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String indicating the number of calls to/from a caller in the call log.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <!-- String indicating a call log entry had video capabilities.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <!-- String describing the button to SMS a number or contact.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <!-- String describing the icon in the call log used to represent an unheard voicemail left to
- the user.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <!-- String describing the icon used to start a voice search -->
- <!-- Menu item used to call a contact, containing the number of the contact to call -->
- <!-- String used to display calls from unknown numbers in the call log -->
- <!-- String used for displaying calls to the voicemail number in the call log -->
- <!-- String used to display calls from private numbers in the call log -->
- <!-- String used to display calls from pay phone in the call log -->
- <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
- <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
- <!-- Dialog message which is shown when the user tries to make a phone call
- to prohibited phone numbers [CHAR LIMIT=NONE] -->
- <!-- Dialog message which is shown when the user tries to check voicemail
- while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
- <!-- Dialog message which is shown when the user tries to check voicemail
- while the system is in airplane mode. The user cannot access to
- voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
- <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
- <!-- The title of a dialog that displays the IMEI of the phone -->
- <!-- The title of a dialog that displays the MEID of the CDMA phone -->
- <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
- <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
- <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
- <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
- <!-- Message displayed when the Phone application has been disabled and a phone call cannot
- be made. [CHAR LIMIT=NONE] -->
- <!-- Message displayed when there is no application available to handle a particular action.
- [CHAR LIMIT=NONE] -->
- <!-- Hint displayed in dialer search box when there is no query that is currently typed.
- [CHAR LIMIT=30] -->
<string name="dialer_hint_find_contact">Імя альбо нумар тэлефону</string>
- <!-- String resource for the font-family to use for the call log activity's title
- Do not translate. -->
- <!-- String resource for the font-family to use for the full call history footer
- Do not translate. -->
- <!-- Text displayed when the list of missed calls is empty -->
- <!-- Text displayed when the list of voicemails is empty -->
- <!-- Menu option to show favorite contacts only -->
- <!-- Title of activity that displays a list of all calls -->
- <!-- Title for the call log tab containing the list of all voicemails and calls
- [CHAR LIMIT=30] -->
- <!-- Title for the call log tab containing the list of all missed calls only
- [CHAR LIMIT=30] -->
- <!-- Title for the call log tab containing the list of all voicemail calls only
- [CHAR LIMIT=30] -->
- <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
- [CHAR LIMIT=40] -->
<string name="tab_speed_dial">Хуткі выклік</string>
- <!-- Accessibility text for the tab showing the call log of recent calls. [CHAR LIMIT=40] -->
<string name="tab_recents">Выклікі</string>
- <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
- <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
- <!-- Text displayed when user swipes out a favorite contact -->
- <!-- Text displayed for the undo button to undo removing a favorite contact -->
- <!-- Shortcut item used to call a number directly from search -->
- <!-- Shortcut item used to add a number directly to a new contact from search.
- [CHAR LIMIT=25] -->
- <!-- Shortcut item used to add a number to an existing contact directly from search.
- [CHAR LIMIT=25] -->
- <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
<string name="search_shortcut_send_sms_message">Даслаць SMS</string>
- <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
- <!-- Title for the call log list item that brings users to the full call history when clicked -->
- <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
- <!-- Shown when there are no speed dial favorites. -->
- <!-- Shown as an action when there are no speed dial favorites -->
<string name="speed_dial_empty_add_favorite_action">Дадаць знаёмых</string>
- <!-- Shown when there are no contacts in the all contacts list. -->
- <!-- Shown as an action when the all contacts list is empty -->
- <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
- card can be tapped to bring up a list of all numbers, or long pressed to start reordering
- [CHAR LIMIT=NONE]
- -->
- <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
- <!-- Button text for the "video call" displayed underneath an entry in the call log.
- Tapping causes a video call to be placed to the caller represented by the call log entry.
- [CHAR LIMIT=30] -->
- <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
- messaging app to send a SMS to the number represented by the call log entry.
- [CHAR LIMIT=30] -->
- <!-- Button text for the button displayed underneath an entry in the call log.
- Tapping navigates the user to the call details screen where the user can view details for
- the call log entry. [CHAR LIMIT=30] -->
- <!-- Button text for the button displayed underneath an entry in the call log, which when
- tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
- <!-- String describing an incoming missed call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <!-- String describing an incoming answered call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <!-- String describing an outgoing call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the phone account the call was made on or to. This string will be used
- in description_incoming_missed_call, description_incoming_answered_call, and
- description_outgoing_call.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the phone icon on a call log list item. When tapped, it will place a
- call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
- <!-- String describing the "call" action for an entry in the call log. The call back
- action triggers a return call to the named user.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "video call" action for an entry in the call log. The video call
- action triggers a return video call to the named person/number.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "listen" action for an entry in the call log. The listen
- action is shown for call log entries representing a voicemail message and this button
- triggers playing back the voicemail.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "play voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "pause voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "delete voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- Description for the "create new contact" action for an entry in the call log. This action
- opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
- <!-- Description for the "add to existing contact" action for an entry in the call log. This
- action opens a screen for adding this name or number to an existing contact.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "details" action for an entry in the call log. The details action
- displays the call details screen for an entry in the call log. This shows the calls to
- and from the specified number associated with the call log entry.
- [CHAR LIMIT=NONE] -->
- <!-- Toast message which appears when a call log entry is deleted.
- [CHAR LIMIT=NONE] -->
- <!-- String used as a header in the call log above calls which occurred today.
- [CHAR LIMIT=65] -->
- <!-- String used as a header in the call log above calls which occurred yesterday.
- [CHAR LIMIT=65] -->
- <!-- String used as a header in the call log above calls which occurred two days or more ago.
- [CHAR LIMIT=65] -->
- <!-- String a header on the call details screen. Appears above the list calls to or from a
- particular number.
- [CHAR LIMIT=65] -->
- <!-- String describing the "speaker on" button on the playback control used to listen to a
- voicemail message. When speaker is on, playback of the voicemail will occur through the
- phone speaker.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "speaker off" button on the playback control used to listen to a
- voicemail message. When speaker is off, playback of the voicemail will occur through the
- phone earpiece.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "play faster" button in the playback control used to listen to a
- voicemail message. Speeds up playback of the voicemail message.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "play slower" button in the playback control used to listen to a
- voicemail message. Slows down playback of the voicemail message.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- String describing the "play/pause" button in the playback control used to listen to a
- voicemail message. Starts playback or pauses ongoing playback.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
- [CHAR LIMIT=3] -->
- <!-- Dialer settings related strings-->
- <!-- Title for "Display options" category, which controls how contacts are shown.
- [CHAR LIMIT=40] -->
- <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
- dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
- <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
- aid compatability. [CHAR LIMIT=40] -->
- <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
- <!-- Setting option name to enable or disable vibration when ringing the phone.
- [CHAR LIMIT=30] -->
- <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
- <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
- <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
- <!-- Do not translate. -->
- <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
- <!-- Label for the call settings section [CHAR LIMIT=30] -->
- <!-- Label for the phone account settings [CHAR LIMIT=30] -->
- <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
- <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
- <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
- <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
- <!-- The label of the button used to turn on a single permission -->
- <!-- The label of the button used to turn on multiple permissions -->
- <!-- Shown as a prompt to turn on the contacts permission to enable speed dial -->
- <!-- Shown as a prompt to turn on the phone permission to enable the call log -->
- <!-- Shown as a prompt to turn on the contacts permission to show all contacts -->
- <!-- Shown as a prompt to turn on the phone permission to show voicemails -->
- <!-- Shown as a prompt to turn on contacts permissions to allow contact search -->
- <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
- <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead.-->
</resources>