-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from foobnix/master
обновление
- Loading branch information
Showing
381 changed files
with
902 additions
and
1,569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Tue Oct 22 17:28:02 EEST 2019 | ||
appCodeNumber=3328 | ||
#Wed Oct 23 17:09:38 EEST 2019 | ||
appCodeNumber=3332 | ||
appVersionNumberBase=8.1 | ||
appVersionNumberIndex=318 | ||
appDB=8 | ||
appVersionNumberIndex=317 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% assign lang = '' %} | ||
{% assign full = 'English' %} | ||
{% assign parent = '/' %} | ||
|
||
{% if page.url contains 'ar.html' %}{% assign lang = 'ar' %}{% assign full = 'العربية' %}{% endif %} | ||
{% if page.url contains 'de.html' %}{% assign lang = 'de' %}{% assign full = 'Deutsch' %}{% endif %} | ||
{% if page.url contains 'es.html' %}{% assign lang = 'es' %}{% assign full = 'Español' %}{% endif %} | ||
{% if page.url contains 'fr.html' %}{% assign lang = 'fr' %}{% assign full = 'Français' %}{% endif %} | ||
{% if page.url contains 'it.html' %}{% assign lang = 'it' %}{% assign full = 'Italiano' %}{% endif %} | ||
{% if page.url contains 'ru.html' %}{% assign lang = 'ru' %}{% assign full = 'Русский' %}{% endif %} | ||
{% if page.url contains 'zh.html' %}{% assign lang = 'zh' %}{% assign full = '中文' %}{% endif %} | ||
{% if page.url contains 'pt.html' %}{% assign lang = 'pt' %}{% assign full = 'Portugal' %}{% endif %} | ||
|
||
{% assign mylast = page.dir | split: "/" | last | append: "/" %} | ||
{% assign parent = page.dir | remove: mylast %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,25 @@ | ||
{% assign find = false %} | ||
{% assign lang = 'English' %} | ||
|
||
{% if page.url contains 'ru.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Русский' %} | ||
{% include ru.md %} | ||
{% endif %} | ||
|
||
|
||
{% if page.url contains 'fr.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Français' %} | ||
{% include fr.md %} | ||
{% endif %} | ||
|
||
{% if page.url contains 'de.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Deutsch' %} | ||
{% include de.md %} | ||
{% endif %} | ||
|
||
{% if page.url contains 'it.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Italiano' %} | ||
{% include it.md %} | ||
{% endif %} | ||
|
||
|
||
{% if page.url contains 'es.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Español' %} | ||
{% include es.md %} | ||
{% endif %} | ||
|
||
{% if page.url contains 'pt.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'Portugal' %} | ||
{% include pt.md %} | ||
{% endif %} | ||
|
||
|
||
{% if page.url contains 'zh.html' %} | ||
{% assign find = true %} | ||
{% assign lang = '中文' %} | ||
{% include zh.md %} | ||
{% endif %} | ||
|
||
{% if page.url contains 'ar.html' %} | ||
{% assign find = true %} | ||
{% assign lang = 'العربية' %} | ||
{% include ar.md %} | ||
{% endif %} | ||
|
||
|
||
{% if find == false %} | ||
{% assign lang = 'English' %} | ||
{% include index.md %} | ||
{% endif %} | ||
|
||
{% include codes.md %} | ||
|
||
{% if lang == 'ar' %}{% include ar.md %}{% endif %} | ||
{% if lang == 'de' %}{% include de.md %}{% endif %} | ||
{% if lang == 'es' %}{% include es.md %}{% endif %} | ||
{% if lang == 'fr' %}{% include fr.md %}{% endif %} | ||
{% if lang == 'it' %}{% include it.md %}{% endif %} | ||
{% if lang == 'zh' %}{% include zh.md %}{% endif %} | ||
{% if lang == 'ru' %}{% include ru.md %}{% endif %} | ||
{% if lang == 'pt' %}{% include pt.md %}{% endif %} | ||
{% if lang == '' %}{% include index.md %}{% endif %} | ||
|
||
<ul class="languagepicker roundborders large"> | ||
<a href="#"><li>{{ lang }}</li></a> | ||
{% if lang != 'English'%}<a href="index"><li>English</li></a>{% endif %} | ||
{% if lang != 'Русский'%}<a href="ru"><li>Русский</li></a>{% endif %} | ||
{% if lang != 'Français'%}<a href="fr"><li>Français</li></a>{% endif %} | ||
{% if lang != 'Deutsch'%}<a href="de"><li>Deutsch</li></a>{% endif %} | ||
{% if lang != 'Italiano'%}<a href="it"><li>Italiano</li></a>{% endif %} | ||
{% if lang != 'Portugal'%}<a href="pt"><li>Portugal</li></a>{% endif %} | ||
{% if lang != 'Español'%}<a href="es"><li>Español</li></a>{% endif %} | ||
{% if lang != 'العربية'%}<a href="ar"><li>العربية</li></a>{% endif %} | ||
{% if lang != '中文'%}<a href="zh"><li>中文</li></a>{% endif %} | ||
<a href="#"><li>{{ full }}</li></a> | ||
{% if full != 'English'%}<a href="index"><li>English</li></a>{% endif %} | ||
{% if full != 'Русский'%}<a href="ru"><li>Русский</li></a>{% endif %} | ||
{% if full != 'Français'%}<a href="fr"><li>Français</li></a>{% endif %} | ||
{% if full != 'Deutsch'%}<a href="de"><li>Deutsch</li></a>{% endif %} | ||
{% if full != 'Italiano'%}<a href="it"><li>Italiano</li></a>{% endif %} | ||
{% if full != 'Portugal'%}<a href="pt"><li>Portugal</li></a>{% endif %} | ||
{% if full != 'Español'%}<a href="es"><li>Español</li></a>{% endif %} | ||
{% if full != 'العربية'%}<a href="ar"><li>العربية</li></a>{% endif %} | ||
{% if full != '中文'%}<a href="zh"><li>中文</li></a>{% endif %} | ||
</ul> | ||
<p></p> | ||
<p></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
--- | ||
layout: main | ||
version: 5 | ||
--- | ||
[Wiki](/wiki/ar) [ما الجديد](/wiki/what-is-new/) [حول التطبيق](/wiki/about/) | ||
|
||
# سياسات الخصوصية | ||
|
||
* [قارئ Librera](/wiki/PrivacyPolicy/com.foobnix.pdf.reader/ar) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader/ar) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri/ar) | ||
* [قارئ PDF](/wiki/PrivacyPolicy/pdf.pdf.reader/ar) | ||
* [قارئ EPUB](/wiki/PrivacyPolicy/epub.reader/ar) | ||
* [قارئ Ebooka](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3/ar) | ||
* [قارئ TTS](/wiki/PrivacyPolicy/tts.reader/ar) | ||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) |
3 changes: 0 additions & 3 deletions
3
...icy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
--- | ||
layout: main | ||
version: 5 | ||
--- | ||
[Wiki](/wiki/de) [Was ist neu](/wiki/what-is-new/) [Über die App](/wiki/about/) | ||
|
||
# Datenschutzbestimmungen | ||
|
||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader/de) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader/de) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri/de) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader/de) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader/de) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3/de) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader/de) | ||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) |
3 changes: 0 additions & 3 deletions
3
docs/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
--- | ||
layout: main | ||
version: 5 | ||
--- | ||
[Wiki](/wiki/es) [Novedades](/wiki/what-is-new/) [Acerca de la aplicación](/wiki/about/) | ||
|
||
# Políticas de privacidad | ||
|
||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader/es) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader/es) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri/es) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader/es) | ||
* [lector EPUB](/wiki/PrivacyPolicy/epub.reader/es) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3/es) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader/es) | ||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
--- | ||
layout: main | ||
version: 5 | ||
--- | ||
[Wiki](/wiki/fr) [Quoi de neuf](/wiki/what-is-is-new/) [À propos de l'application](/wiki/à propos de/) | ||
|
||
# Règles de confidentialité | ||
|
||
* [Lecteur Librera](/wiki/PrivacyPolicy/com.foobnix.pdf.reader/fr) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader/fr) | ||
* [PDF classique](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri/fr) | ||
* [Lecteur PDF](/wiki/PrivacyPolicy/pdf.pdf.reader/fr) | ||
* [Lecteur EPUB](/wiki/PrivacyPolicy/epub.reader/fr) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3/fr) | ||
* [Lecteur TTS](/wiki/PrivacyPolicy/tts.reader/fr) | ||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
--- | ||
layout: main | ||
version: 5 | ||
--- | ||
[Wiki](/wiki) [What is new](/wiki/what-is-new/) [About app](/wiki/about/) | ||
|
||
# Privacy Policies | ||
|
||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) | ||
* [Librera Reader](/wiki/PrivacyPolicy/com.foobnix.pdf.reader) | ||
* [Librera PRO](/wiki/PrivacyPolicy/com.foobnix.pro.pdf.reader) | ||
* [PDF Classic](/wiki/PrivacyPolicy/classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri) | ||
* [PDF Reader](/wiki/PrivacyPolicy/pdf.pdf.reader) | ||
* [EPUB Reader](/wiki/PrivacyPolicy/epub.reader) | ||
* [Ebooka Reader](/wiki/PrivacyPolicy/droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3) | ||
* [TTS Reader](/wiki/PrivacyPolicy/tts.reader) |
Oops, something went wrong.