mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Enable the Russian translations, credit @q1011
Closes https://github.com/Divested-Mobile/Hypatia/pull/7
This commit is contained in:
parent
d95cf2b166
commit
f9228938a4
6 changed files with 7 additions and 5 deletions
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
|
@ -62,6 +62,7 @@ Credits
|
|||
- Jean-Luc Tibaux and Petra Mirelli for the French translations.
|
||||
- @dantecpu for the Italian translations.
|
||||
- @inkhorn for the Portuguese translations.
|
||||
- @q1011 for the Russian translations.
|
||||
- Icons: Google/Android/AOSP, License: Apache 2.0, https://google.github.io/material-design-icons/
|
||||
|
||||
Notices
|
||||
|
|
|
@ -6,9 +6,9 @@ android {
|
|||
applicationId "us.spotco.malwarescanner"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 68
|
||||
versionName "2.19"
|
||||
resConfigs "en", "de", "es", "fr", "it", "pt"
|
||||
versionCode 69
|
||||
versionName "2.20"
|
||||
resConfigs "en", "de", "es", "fr", "it", "pt", "ru"
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
|
|
2
app/src/main/res/values-ru/arrays.xml
Normal file
2
app/src/main/res/values-ru/arrays.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
|
@ -1,6 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name" translatable="false">Hypatia</string>
|
||||
<string name="app_copyright">Все права защищены 2017-2021 Divested Computing Group</string>
|
||||
<string name="app_license">Лицензия: GPL-3.0</string>
|
||||
<string name="app_version">Версия: %s</string>
|
||||
<string name="app_db_type_clamav">Используются сигнатуры в стиле ClamAV</string>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<item>• Jean-Luc Tibaux: French Translations</item>
|
||||
<item>• @dantecpu: Italian Translations</item>
|
||||
<item>• @inkhorn: Portuguese Translations</item>
|
||||
<item>• @q1011: Russian Translations</item>
|
||||
<item>• ClamAV by Cisco: Signature Databases</item>
|
||||
<item>• ESET: Signature Databases</item>
|
||||
<item>• RecursiveFileObserver.java: Daniel Gultsch, ownCloud Inc., Bartek Przybylski</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue