mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Reinstate lost listings
This commit is contained in:
parent
b9b617132b
commit
5305e5c7e2
6 changed files with 16 additions and 3 deletions
|
@ -13,18 +13,18 @@ file_filter = app/src/main/play/listings/<lang>/full-description.txt
|
|||
source_file = app/src/main/play/listings/en-GB/full-description.txt
|
||||
source_lang = en
|
||||
type = TXT
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, no: no-NO, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
|
||||
[syncthing-android.description_shorttxt]
|
||||
file_filter = app/src/main/play/listings/<lang>/short-description.txt
|
||||
source_file = app/src/main/play/listings/en-GB/short-description.txt
|
||||
source_lang = en
|
||||
type = TXT
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, no: no-NO, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
|
||||
[syncthing-android.titletxt]
|
||||
file_filter = app/src/main/play/listings/<lang>/title.txt
|
||||
source_file = app/src/main/play/listings/en-GB/title.txt
|
||||
source_lang = en
|
||||
type = TXT
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
lang_map = ca_ES: ca, cs: cs-CZ, da: da-DK, de: de-DE, el: el-GR, en: en-GB, es_EC: es-419, es_MX: es-US, es: es-ES, eu: eu-ES, fi: fi-FI, fr: fr-FR, hu: hu-HU, it: it-IT, ja: ja-JP, ko: ko-KR, nl: nl-NL, no: no-NO, pl: pl-PL, pt_BR: pt-BR, pt: pt-PT, ru: ru-RU, sv: sv-SE, ta: ta-IN, tr: tr-TR, zh_CN: zh-CN, zh_TW: zh-TW
|
||||
|
|
9
app/src/main/play/listings/no-NO/full-description.txt
Normal file
9
app/src/main/play/listings/no-NO/full-description.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||
|
||||
Website: https://syncthing.net/
|
||||
|
||||
Source code: https://github.com/syncthing/syncthing-android
|
||||
|
||||
Forum: https://discourse.syncthing.net/
|
||||
|
||||
Issues: https://github.com/syncthing/syncthing-android/issues
|
1
app/src/main/play/listings/no-NO/short-description.txt
Normal file
1
app/src/main/play/listings/no-NO/short-description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Replace proprietary services with something open, trustworthy and decentralized.
|
1
app/src/main/play/listings/no-NO/title.txt
Normal file
1
app/src/main/play/listings/no-NO/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Syncthing
|
1
app/src/main/play/listings/sl/title.txt
Normal file
1
app/src/main/play/listings/sl/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Syncthing
|
1
app/src/main/play/listings/sr/title.txt
Normal file
1
app/src/main/play/listings/sr/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Syncthing
|
Loading…
Reference in a new issue