Skip to content

Commit

Permalink
add repo
Browse files Browse the repository at this point in the history
Update MIUI 9
  • Loading branch information
dudjaa committed Oct 4, 2017
0 parents commit 3c14ab6
Show file tree
Hide file tree
Showing 272 changed files with 35,385 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
34 changes: 34 additions & 0 deletions .gitignore
@@ -0,0 +1,34 @@
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.tmp
*.bak
*.xml~

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite
11 changes: 11 additions & 0 deletions README.md
@@ -0,0 +1,11 @@
# MIUI-V8-Serbian
Serbian (Cyrilic) Translation For Xiaomi MIUI V8 Android Based OS

MIUI Translation: **dudjaa**
- Multilang MIUI Support

http://xiaomi.eu

MIUI Android Multilang Translation Guide

http://miui.connortumbleson.com/dev_guide
402 changes: 402 additions & 0 deletions Serbian/device/lcsh92_wet_jb9/InCall.apk/res/values-sr-rRS/strings.xml

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions Serbian/device/lcsh92_wet_jb9/MtkBt.apk/res/values-sr/arrays.xml
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="bt_bpp_orientations">
<item>Портрет</item>
<item>Пејзаж</item>
<item>Обрнути портрет</item>
<item>Обрнути пејзаж</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
</string-array>
<string-array name="bt_bpp_sidesettings">
<item>Једнострано</item>
<item>Двоструко са дугачким рубом</item>
<item>Двоструко са кратким рубом</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
</string-array>
<string-array name="bt_bpp_qualitys">
<item>Уобичајено</item>
<item>Скица</item>
<item>Високо</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
<item>Непознато</item>
</string-array>
<string-array name="bt_bpp_entry_error">
<item>Нема грешке</item>
<item>Није успека израда v-card датотеке</item>
<item>Неподржани формат слике</item>
</string-array>
<string-array name="bluetooth_ftp_client_file_operations">
<item>Дохвати</item>
<item>Избриши</item>
</string-array>
<string-array name="bluetooth_ftp_client_folder_operations">
<item>Отварање</item>
<item>Избриши</item>
</string-array>
<string-array name="bluetooth_ftp_server_permission_entries">
<item>Само за читање</item>
<item>Пуна контрола</item>
</string-array>
<string-array name="bt_prxm_link_loss_level_entries">
<item>Нема упозорења</item>
<item>Слабо упозорење</item>
<item>Јако упозорење</item>
</string-array>
<string-array name="bt_prxm_path_loss_level_entries">
<item>Нема упозорења</item>
<item>Слабо упозорење</item>
<item>Јако упозорење</item>
</string-array>
<string-array name="bluetooth_simap_server_sim_index_entries">
<item>SIM1</item>
<item>SIM2</item>
<item>SIM3</item>
<item>SIM4</item>
</string-array>
</resources>
257 changes: 257 additions & 0 deletions Serbian/device/lcsh92_wet_jb9/MtkBt.apk/res/values-sr/strings.xml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="bootup_mode">
<item>Двојне SIM картице</item>
<item>SIM1</item>
<item>SIM2</item>
</string-array>
<string-array name="gprs_mode_1">
<item>SIM1</item>
<item>Немојте повезати податке.</item>
<item>Одустани</item>
</string-array>
<string-array name="gprs_mode_2">
<item>SIM2</item>
<item>Немојте повезати податке.</item>
<item>Одустани</item>
</string-array>
</resources>

0 comments on commit 3c14ab6

Please sign in to comment.