From 000f464100b7bdd69d8785ac3483114784590960 Mon Sep 17 00:00:00 2001 From: bac1 <75886884+bac1@users.noreply.github.com> Date: Mon, 14 Dec 2020 20:44:40 +0000 Subject: [PATCH 1/4] Create strings.xml --- app/src/main/res/values-ru/strings.xml | 73 ++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 app/src/main/res/values-ru/strings.xml diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml new file mode 100644 index 00000000..dcb4ef6c --- /dev/null +++ b/app/src/main/res/values-ru/strings.xml @@ -0,0 +1,73 @@ + + Simple Dialer + Dialer + + + Could not access your contacts + + + No previous calls have been found + Could not access the call history + Request access + Are you sure you want to remove the selected items from the Call History? + Send SMS + + + Dialpad + + + Dialer + Accept + Decline + Unknown Caller + Is Calling… + Dialing… + Call Ended + Call Ending + Ongoing Call + Select a SIM for this call + Always use this SIM for this number + + + Speed dial + Manage speed dial + 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. + + + Group subsequent calls with the same number at the call log + + + + Simple Dialer - Manage your phone calls easily + + A handy phone call manager with phonebook, number blocking and multi-SIM support + + 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. + + Check out the full suite of Simple Tools here: + https://www.simplemobiletools.com + + Facebook: + https://www.facebook.com/simplemobiletools + + Reddit: + https://www.reddit.com/r/SimpleMobileTools + + + + From 01cb40ab027bf4fae5ff007142d246becd82b454 Mon Sep 17 00:00:00 2001 From: bac1 <75886884+bac1@users.noreply.github.com> Date: Mon, 14 Dec 2020 20:45:36 +0000 Subject: [PATCH 2/4] Create strings.xml --- app/src/main/res/values-uk/strings.xml | 73 ++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 app/src/main/res/values-uk/strings.xml diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml new file mode 100644 index 00000000..dcb4ef6c --- /dev/null +++ b/app/src/main/res/values-uk/strings.xml @@ -0,0 +1,73 @@ + + Simple Dialer + Dialer + + + Could not access your contacts + + + No previous calls have been found + Could not access the call history + Request access + Are you sure you want to remove the selected items from the Call History? + Send SMS + + + Dialpad + + + Dialer + Accept + Decline + Unknown Caller + Is Calling… + Dialing… + Call Ended + Call Ending + Ongoing Call + Select a SIM for this call + Always use this SIM for this number + + + Speed dial + Manage speed dial + 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. + + + Group subsequent calls with the same number at the call log + + + + Simple Dialer - Manage your phone calls easily + + A handy phone call manager with phonebook, number blocking and multi-SIM support + + 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. + + Check out the full suite of Simple Tools here: + https://www.simplemobiletools.com + + Facebook: + https://www.facebook.com/simplemobiletools + + Reddit: + https://www.reddit.com/r/SimpleMobileTools + + + + From 4d6632b0f6fbc269e023fe5cdb79e0c23272b81e Mon Sep 17 00:00:00 2001 From: bac1 <75886884+bac1@users.noreply.github.com> Date: Mon, 14 Dec 2020 21:00:51 +0000 Subject: [PATCH 3/4] Update strings.xml --- app/src/main/res/values-ru/strings.xml | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index dcb4ef6c..5c96d34f 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -3,38 +3,38 @@ Dialer - Could not access your contacts + Не удалось получить доступ к контактам - No previous calls have been found - Could not access the call history + Предыдущие звонки не найдены + Не удалось получить доступ к истории звонков Request access - Are you sure you want to remove the selected items from the Call History? - Send SMS + Вы действительно хотите удалить выбранные элементы из истории звонков? + Послать SMS Dialpad Dialer - Accept - Decline - Unknown Caller + Принять + Отклонить + Неизвестный абонент Is Calling… - Dialing… - Call Ended + Набор номера… + Вызов завершен Call Ending Ongoing Call - Select a SIM for this call - Always use this SIM for this number + Выберите SIM для этого вызова + Всегда использовать эту SIM для этого номера - Speed dial - Manage speed dial + Быстрый вызов + Управление быстрым вызовом 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. - Group subsequent calls with the same number at the call log + Группировать последующие вызовы с тем же номером в журнале вызовов From 753d917ff7f0bc73a202ad163233ed97be2d0109 Mon Sep 17 00:00:00 2001 From: bac1 <75886884+bac1@users.noreply.github.com> Date: Mon, 14 Dec 2020 21:04:23 +0000 Subject: [PATCH 4/4] Update strings.xml --- app/src/main/res/values-uk/strings.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index dcb4ef6c..bd83057a 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -10,27 +10,27 @@ Could not access the call history Request access Are you sure you want to remove the selected items from the Call History? - Send SMS + Надіслати SMS Dialpad Dialer - Accept - Decline - Unknown Caller + Прийняти + Відхилити + Невідомий абонент Is Calling… Dialing… - Call Ended + Виклик завершено Call Ending Ongoing Call Select a SIM for this call Always use this SIM for this number - Speed dial - Manage speed dial + Швидкий виклик + Управління швидким викликом 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.