mirror of
https://github.com/gsantner/dandelion
synced 2024-11-26 06:12:08 +01:00
Compare commits
3 commits
88a4bd75b7
...
f3c164e06d
Author | SHA1 | Date | |
---|---|---|---|
|
f3c164e06d | ||
|
4a70fd6383 | ||
|
a76a463cd4 |
3 changed files with 69 additions and 0 deletions
24
app/src/main/res/values-eo/strings.xml
Normal file
24
app/src/main/res/values-eo/strings.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Application -->
|
||||
<!-- Common Words -->
|
||||
<!-- Notifications dropdown menu -->
|
||||
<!-- Pod Activity -->
|
||||
<!-- Drawer, Menu, Toolbar, ContextMenu -->
|
||||
<!-- More from MainActivity -->
|
||||
<!-- Permissions -->
|
||||
<!-- Operability -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Notifications dropdown -->
|
||||
<!-- Font size -->
|
||||
<!-- Load images -->
|
||||
<!-- Screen rotation -->
|
||||
<!-- Proxy -->
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<!-- More -->
|
||||
<!-- License & help (large amount of text) -->
|
||||
</resources>
|
44
app/src/main/res/values-si/strings.xml
Normal file
44
app/src/main/res/values-si/strings.xml
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Application -->
|
||||
<string name="close">වසන්න</string>
|
||||
<string name="cancel">අවලංගු</string>
|
||||
<!-- Common Words -->
|
||||
<string name="settings">සැකසුම්</string>
|
||||
<string name="notifications">දැනුම්දීම්</string>
|
||||
<string name="conversations">සංවාද</string>
|
||||
<string name="profile">පැතිකඩ</string>
|
||||
<string name="search">සොයන්න</string>
|
||||
<!-- Notifications dropdown menu -->
|
||||
<!-- Pod Activity -->
|
||||
<!-- Drawer, Menu, Toolbar, ContextMenu -->
|
||||
<!-- More from MainActivity -->
|
||||
<!-- Permissions -->
|
||||
<string name="protocol">කෙටුම්පත</string>
|
||||
<!-- Operability -->
|
||||
<!-- Category Titles -->
|
||||
<string name="network">ජාලය</string>
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<string name="user">පරිශීලක</string>
|
||||
<!-- Themes -->
|
||||
<!-- Notifications dropdown -->
|
||||
<string name="language">භාෂාව</string>
|
||||
<!-- Font size -->
|
||||
<string name="normal">සාමාන්ය</string>
|
||||
<!-- Load images -->
|
||||
<!-- Screen rotation -->
|
||||
<!-- Proxy -->
|
||||
<string name="proxy">පෙරකලාසිය</string>
|
||||
<string name="enable_proxy">පෙරකලාසිය සබල කරන්න</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="change_account">ගිණුම වෙනස් කරන්න</string>
|
||||
<!-- More -->
|
||||
<string name="about">පිලිබඳව</string>
|
||||
<string name="license">බලපත්රය</string>
|
||||
<string name="application">යෙදුම</string>
|
||||
<string name="device">උපාංගය</string>
|
||||
<!-- License & help (large amount of text) -->
|
||||
<string name="donate">පරිත්යාග</string>
|
||||
</resources>
|
|
@ -58,4 +58,5 @@ files:
|
|||
sq: sq # Albanian
|
||||
mk: mk # Macedonian
|
||||
si-LK: si # Sinhala (Sri Lanka)
|
||||
eo: eo # Esperanto
|
||||
translate_attributes: 0
|
||||
|
|
Loading…
Reference in a new issue