From f796770758d013e681f43d796626089e11e15027 Mon Sep 17 00:00:00 2001 From: solokot <solokot@gmail.com> Date: Tue, 16 Nov 2021 08:47:55 +0000 Subject: [PATCH] Updating Russian --- app/src/main/res/values-ru/strings.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 8c959ebe..a3f50bcb 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,23 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Simple Calculator</string> <string name="app_launcher_name">Калькулятор</string> <string name="scientific_calculator">Научный калькулятор</string> - <!-- Calculator field --> <string name="formula_divide_by_zero_error">Ошибка: деление на ноль</string> - <!-- Settings --> <string name="vibrate_on_button_press">Вибрация при нажатии кнопок</string> - <!-- FAQ --> <string name="faq_1_title">Как работает кнопка C (Очистка)?</string> <string name="faq_1_text">Нажатие на нее удалит один символ. Долгое нажатие сбросит все поля сразу.</string> - <!-- Strings displayed only on Google Playstore. Optional, but good to have --> <!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it --> - <string name="app_title">Simple Calculator - Do your calculations quickly</string> + <string name="app_title">Simple Calculator - делайте свои расчёты быстро</string> <!-- Short description has to have less than 80 chars --> - <string name="app_short_description">A calculator for quick simple calculations with a nice user interface and no ads</string> + <string name="app_short_description">Калькулятор для быстрых простых вычислений с удобным интерфейсом и без рекламы</string> <string name="app_long_description"> This stylish modern calculator offers great user experience that you will love seeing. You can copy the result or formula to clipboard by long pressing it. @@ -42,9 +39,8 @@ <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string> - <!-- Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> -</resources> +</resources> \ No newline at end of file