Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-07-04 22:20:20 +02:00 committed by GitHub
parent 8fe1ecb756
commit 36c68ec89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 21 deletions

View File

@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="group_subsequent_calls">Group subsequent calls with the same number at the call log</string>
<string name="open_dialpad_by_default">Open the dialpad by default when the app opens</string>
<string name="disable_proximity_sensor">Disable proximity sensor during calls</string>
<string name="disable_swipe_to_answer">Replace swiping at responding to incoming calls with clicking</string>
<string name="app_name">Simple Dialer</string>
<string name="app_launcher_name">Тэлефон</string>
<string name="show_grouped_calls">Show grouped calls</string>
<string name="default_phone_app_prompt">Please make this app the default Phone app</string>
<string name="allow_displaying_over_other_apps">Please allow displaying over other apps for reliable behaviour</string>
<!-- Contacts -->
<string name="could_not_access_contacts">Could not access your contacts</string>
<!-- Recents -->
<string name="no_previous_calls">No previous calls have been found</string>
<string name="could_not_access_the_call_history">Could not access the call history</string>
<string name="request_access">Request access</string>
<string name="remove_confirmation">Are you sure you want to remove the selected items from the Call History\?</string>
<string name="clear_history_confirmation">Are you sure you want to remove everything from the Call History\?</string>
<string name="dialer">Тэлефон</string>
<string name="show_grouped_calls">Show grouped calls</string>
<string name="clear_call_history">Clear call history</string>
<string name="show_call_details">Show call details</string>
<!-- Dialpad -->
<string name="dialpad">Панэль набору нумароў</string>
<string name="asterisk">Зорка</string>
<string name="hashtag">Hashtag</string>
<string name="call_number">Call number</string>
<string name="default_phone_app_prompt">Please make this app the default Phone app</string>
<!-- Dialer -->
<string name="dialer">Тэлефон</string>
<string name="accept">Прыняць</string>
<string name="accept_call">Прыняць выклік</string>
<string name="decline">Адхіліць</string>
@ -31,31 +31,38 @@
<string name="dialing">Dialing…</string>
<string name="call_ended">Call Ended</string>
<string name="call_ending">Call Ending</string>
<string name="show_dialpad">Паказаць панэль набору нумароў</string>
<string name="resume_call">Resume call</string>
<string name="call_on_hold">On Hold</string>
<string name="call_swap">Swap calls</string>
<string name="call_merge">Merge calls</string>
<string name="ongoing_call">Ongoing Call</string>
<string name="select_sim">Select a SIM for this call</string>
<string name="always_use_this_sim">Always use this SIM for this number</string>
<string name="unset_default_sim">Unset default SIM</string>
<string name="calls">Выклікі</string>
<string name="call_split">Split call</string>
<string name="call_add">Add call</string>
<string name="turn_microphone_on">Уключыць мікрафон</string>
<string name="hide_dialpad">Схаваць панэль набору нумароў</string>
<string name="end_call">End call</string>
<string name="hold_call">Hold call</string>
<string name="turn_microphone_off">Адключыць мікрафон</string>
<string name="turn_speaker_on">Уключыць дынамік</string>
<string name="turn_speaker_off">Адключыць дынамік</string>
<string name="show_dialpad">Паказаць панэль набору нумароў</string>
<string name="hide_dialpad">Схаваць панэль набору нумароў</string>
<string name="end_call">End call</string>
<string name="hold_call">Hold call</string>
<string name="resume_call">Resume call</string>
<string name="call_on_hold">On Hold</string>
<string name="call_swap">Swap calls</string>
<string name="call_merge">Merge calls</string>
<string name="call_split">Split call</string>
<string name="call_add">Add call</string>
<string name="conference_manage">Manage conference call</string>
<string name="conference">Conference</string>
<!-- Speed dial -->
<string name="speed_dial">Хуткі набор</string>
<string name="manage_speed_dial">Кіраванне хуткім наборам</string>
<string name="speed_dial_label">Click on a number to assign a contact to it. You can then quickly call the given contact by long pressing the given number at the dialer.</string>
<string name="app_title">Simple Dialer - Manage your phone calls easily</string>
<string name="app_short_description">A handy phone call manager with phonebook, number blocking and multi-SIM support</string>
<string name="app_long_description"> A lightweight app for handling your calls, no matter where are you. Comes with a handy call log for easy call initiation. There is a quick dialpad at your service too, with smart contact suggestions. It supports letters too. You can easily block phone numbers to avoid unwanted incoming calls. Supported Speed dialing makes calling your favorite contacts with this true phone a breeze. To help you manage your calls quickly the Phone app also supports favorite contacts and creating shortcuts of any contact on the home screen. It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps. Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. <b>Check out the full suite of Simple Tools here:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
</resources>
<!-- Settings -->
<string name="group_subsequent_calls">Group subsequent calls with the same number at the call log</string>
<string name="open_dialpad_by_default">Open the dialpad by default when the app opens</string>
<string name="disable_proximity_sensor">Disable proximity sensor during calls</string>
<string name="disable_swipe_to_answer">Replace swiping at responding to incoming calls with clicking</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>