diff --git a/app-pro/build.gradle b/app-pro/build.gradle
index 9f41b3a..a5d7e89 100644
--- a/app-pro/build.gradle
+++ b/app-pro/build.gradle
@@ -27,8 +27,8 @@ android {
applicationId "com.maskyn.fileeditorpro"
minSdkVersion 14
targetSdkVersion 19
- versionCode 26
- versionName "1.10"
+ versionCode 27
+ versionName "1.11"
}
compileOptions {
diff --git a/app/build.gradle b/app/build.gradle
index 787b288..15ba950 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -44,8 +44,8 @@ android {
applicationId "com.maskyn.fileeditor"
minSdkVersion 14
targetSdkVersion 19
- versionCode 26
- versionName "1.10"
+ versionCode 27
+ versionName "1.11"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
diff --git a/app/src/main/java/com/maskyn/fileeditor/AdsHelper.java b/app/src/main/java/com/maskyn/fileeditor/AdsHelper.java
index 4bb0299..ab1329b 100644
--- a/app/src/main/java/com/maskyn/fileeditor/AdsHelper.java
+++ b/app/src/main/java/com/maskyn/fileeditor/AdsHelper.java
@@ -20,6 +20,8 @@
package com.maskyn.fileeditor;
import android.app.Activity;
+import android.preference.PreferenceManager;
+
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.InterstitialAd;
@@ -33,24 +35,24 @@ public class AdsHelper {
public AdsHelper(Activity activity) {
this.activity = activity;
- int today = Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
- int lastDayAdShowed = PreferenceHelper.getLastDayAdShowed(activity);
- boolean showAd = today != lastDayAdShowed;
- if (showAd) {
- interstitial = new InterstitialAd(activity);
- interstitial.setAdUnitId("ca-app-pub-5679083452234719/7178038180");
+ interstitial = new InterstitialAd(activity);
+ interstitial.setAdUnitId("ca-app-pub-5679083452234719/7178038180");
- // Create ad request.
- AdRequest adRequest = new AdRequest.Builder().build();
+ // Create ad request.
+ AdRequest adRequest = new AdRequest.Builder().build();
- // Begin loading your interstitial.
- interstitial.loadAd(adRequest);
- }
+ // Begin loading your interstitial.
+ interstitial.loadAd(adRequest);
}
public void displayInterstitial() {
- if (interstitial != null && interstitial.isLoaded()) {
+
+ int numberOfAdsRequested = PreferenceHelper.getNumberOfAdsRequested(activity);
+ numberOfAdsRequested++;
+ PreferenceHelper.setNumberOfAdsRequested(activity, numberOfAdsRequested);
+
+ if (numberOfAdsRequested % 3 == 0 && interstitial != null && interstitial.isLoaded()) {
interstitial.show();
int today = Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
PreferenceHelper.setLastDayAdShowed(activity, today);
diff --git a/build/intermediates/dex-cache/cache.xml b/build/intermediates/dex-cache/cache.xml
index c92d1b1..66f500b 100644
--- a/build/intermediates/dex-cache/cache.xml
+++ b/build/intermediates/dex-cache/cache.xml
@@ -8,11 +8,11 @@
revision="20.0.0"
sha1="a18ff12a9ab5ae52fd30d42f134517997568231e"/>
+ revision="19.1.0"
+ sha1="74a89f0f8b56d9f11d70b8d8134cf4109f4797dc"/>
-
+
-
+ sha1="22b92dd8763ce4c1a9bd71a25d6270a6398ac955"/>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
- pages;
@@ -29,7 +33,7 @@ public class PageSystem {
private int currentPage = 0;
private PageSystemInterface pageSystemInterface;
- public PageSystem(PageSystemInterface pageSystemInterface, String text) {
+ public PageSystem(Context context, PageSystemInterface pageSystemInterface, String text) {
this.pageSystemInterface = pageSystemInterface;
pages = new LinkedList<>();
@@ -39,8 +43,9 @@ public class PageSystem {
int to;
int indexOfReturn;
int textLenght = text.length();
- if (textLenght > maxLenghtInOnePage) {
- while (i < textLenght) {
+ boolean pageSystemEnabled = PreferenceHelper.getPageSystemEnabled(context);
+ if (pageSystemEnabled && textLenght > maxLenghtInOnePage) {
+ while (i < textLenght && pageSystemEnabled) {
to = i + charForPage;
indexOfReturn = text.indexOf("\n", to);
if (indexOfReturn > to) to = indexOfReturn;
diff --git a/libraries/sharedCode/src/main/res/raw/changelog.xml b/libraries/sharedCode/src/main/res/raw/changelog.xml
index b46a358..118bbce 100644
--- a/libraries/sharedCode/src/main/res/raw/changelog.xml
+++ b/libraries/sharedCode/src/main/res/raw/changelog.xml
@@ -20,6 +20,15 @@
+
+ [b]New! [/b]Important improvements to the syntax highlight
+ [b]New! [/b]Donation option in the about screen. Help to make Turbo Editor a better software! :)
+ [b]New! [/b]Setting to disable the "page system"
+ [b]New! [/b]Setting to ignore the back button
+ Fixed an issue related to cut/copy/past buttons
+ Other enchantments and fixes
+
+
[b]New! [/b]Go To Line feature
Now the syntax highlight updates when scrolling
diff --git a/libraries/sharedCode/src/main/res/values-af-rZA/strings.xml b/libraries/sharedCode/src/main/res/values-af-rZA/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-af-rZA/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-af-rZA/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-af-rZA/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-af-rZA/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-af-rZA/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ar-rSA/strings.xml b/libraries/sharedCode/src/main/res/values-ar-rSA/strings.xml
index 8d5f022..1490f9b 100644
--- a/libraries/sharedCode/src/main/res/values-ar-rSA/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ar-rSA/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ استخدم مسافة موحدة
+ الملفات الأخيرة
+ حجم الخط
+ اسم الاتصال
+ أرقام الأسطر
+ التفاف المحتوى
+ الاطلاع عليه على شبكة الإنترنت
+ الملف
+ مجلد
+ قالب خفيف
+ الانتقال إلى السطر
+ إيجاد
+ استبدال
+ مشاركة
+ اقتراحات لوحة المفاتيح، ومرر
+ الترميز التلقائي
+ تعيين كمجلد العمل
+ مجلد العمل
+ هل تريد حفظ التغييرات إلى الملف %s؟
+ المصطلح العادي
+ للبحث عن النص
+ لاستبدال النص
+ التالى
+ السابق
+ برجاء الانتظار
+ تم العثور على %s تكرار
+ رقم الإصدار %s
+ الترجمة
+ سجل التغيير
+ مطابق للحالة
+ انقر مطولا لمزيد من الاختيارات
+ النسخة المدفوعة
+ حفظ تلقائي
+ للقراءة فقط
+ إرسال تقرير الخطأ
+ خيارات إضافية
+ تقسيم النص إذا كان طويلاً جداً
+ تجاهل زر الرجوع
+ Donate
حساب جديد
تنشيط
حذف
@@ -131,40 +169,4 @@
فتح ملف
فتح هذه المرة فقط
تغيير نوع القائمة
- استخدم مسافة موحدة
- الملفات الأخيرة
- حجم الخط
- اسم الاتصال
- أرقام الأسطر
- التفاف المحتوى
- الاطلاع عليه على شبكة الإنترنت
- إضافة
- الملف
- مجلد
- قالب خفيف
- الانتقال إلى السطر
- إيجاد
- استبدال
- تصاريح الرووت
- مشاركة
- اقتراحات لوحة المفاتيح، ومرر
- الترميز التلقائي
- تعيين كمجلد العمل
- مجلد العمل
- هل تريد حفظ التغييرات إلى الملف %s؟
- المصطلح العادي
- للبحث عن النص
- لاستبدال النص
- التالى
- السابق
- برجاء الانتظار
- تم العثور على %s تكرار
- رقم الإصدار %s
- الترجمة
- سجل التغيير
- مطابق للحالة
- انقر مطولا لمزيد من الاختيارات
- النسخة المدفوعة
- حفظ تلقائي
- للقراءة فقط
diff --git a/libraries/sharedCode/src/main/res/values-ar-rSA/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ar-rSA/strings_aboutactivity.xml
deleted file mode 100644
index e506e20..0000000
--- a/libraries/sharedCode/src/main/res/values-ar-rSA/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- معلومات
- معلومات التطبيق
- متفرقات
- الإصدار % 1$ s
- المؤلف
- موقع الكاتب
- إظهار موقع المؤلف
- اميل المؤلف
- إرسال بريد الكترونى الى المؤلف
- تويتر
- إظهار صفحة تويتر
- جوجل بلس
- إظهار صفحة جوجل بلس
- إصبح أحد مختبري الإصدارات التجريبية
- كن جزءا من المجتمع المحلي لتتلقي التحديثات التجريبية
- ترجمة التطبيق
- تصحيح بعض الأخطاء أو إضافة ترجمة جديدة
- اقرأنى
- قراءة المرجع
- الأسئلة الشائعة
- إظهار الأسئلة الشائعة للتطبيق
- سجل التغيير
- إظهار تغييرات التطبيق
- شروط الخدمة
- قراءة شروط الخدمة
- موافقة
- رفض
- سياسة الخصوصية
- قراءة سياسة الخصوصية
- قائمة تودو
- قراءة قائمة تودو
- تقديم تبرع
- شكرا لكم لدعم لي!
- متجر غوغل بلاي
- إرسل ملاحظات وقيم!
- صاحب المتجر
- إظهار تطبيقات المؤلف!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-az-rAZ/strings.xml b/libraries/sharedCode/src/main/res/values-az-rAZ/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-az-rAZ/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-az-rAZ/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-az-rAZ/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-az-rAZ/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-az-rAZ/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-be-rBY/strings.xml b/libraries/sharedCode/src/main/res/values-be-rBY/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-be-rBY/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-be-rBY/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-be-rBY/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-be-rBY/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-be-rBY/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-bg-rBG/strings.xml b/libraries/sharedCode/src/main/res/values-bg-rBG/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-bg-rBG/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-bg-rBG/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-bg-rBG/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-bg-rBG/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-bg-rBG/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ca-rES/strings.xml b/libraries/sharedCode/src/main/res/values-ca-rES/strings.xml
index e2031d4..8c95bae 100644
--- a/libraries/sharedCode/src/main/res/values-ca-rES/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ca-rES/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Usar monospace
+ Arxius recents
+ Mida de la font
+ Nom de la connexió
+ Números de línia
+ Ajustar contingut
+ Veure-ho a la web
+ Arxiu
+ Carpeta
+ Tema clar
+ Goto línia
+ Troba
+ Replace
+ Compartir
+ Keyboard suggestions and Swipe
+ Auto-codificació
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Registre de canvis
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nou compte
Activa
Esborra
@@ -131,40 +169,4 @@
Obre un arxiu
Obre tan sols aquesta vegada
Canvia el tipus de llista
- Usar monospace
- Arxius recents
- Mida de la font
- Nom de la connexió
- Números de línia
- Ajustar contingut
- Veure-ho a la web
- Afegir
- Arxiu
- Carpeta
- Tema clar
- Goto línia
- Troba
- Replace
- Permís de root
- Compartir
- Keyboard suggestions and Swipe
- Auto-codificació
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Registre de canvis
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-ca-rES/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ca-rES/strings_aboutactivity.xml
deleted file mode 100644
index 6d12ea0..0000000
--- a/libraries/sharedCode/src/main/res/values-ca-rES/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informació
- Informació de l\'aplicació
- Altres
- Versió %1$s
- Autor
- Web de l\'autor
- Mostra la web de l\'autor
- Correu de l\'autor
- Enviar correu a l\'autor
- Twitter
- Mostra la pàgina de Twitter
- Google+
- Mostra la pàgina de Google+
- Fes-te beta tester
- Sigues part de la comunitat per rebre actualitzacions beta
- Tradueix l\'aplicació
- Corregeix alguns errors o afegeix una nova traducció
- Llegeix-me
- Llegeix la font
- FAQ
- Mostra les FAQ de l\'aplicació
- Registre de canvis
- Mostra el registre de canvis de l\'aplicació
- Condicions d\'ús
- Llegeix les condicions d\'ús
- Acceptar
- Refusar
- Política de privacitat
- Llegeix la política de privacitat
- Llista de tasques pendents
- Llegir la llista de tasques pendents
- Fer una donació
- Gràcies pel teu suport!
- Play Store
- Enviar comentaris i valorar l\'aplicació!
- Altres aplicacions de l\'autor
- Mostra més aplicacions de l\'autor!
- Fil de XDA
- Publica els teus comentaris aquí!
-
diff --git a/libraries/sharedCode/src/main/res/values-cs-rCZ/strings.xml b/libraries/sharedCode/src/main/res/values-cs-rCZ/strings.xml
index 7ced2ee..b2cd452 100644
--- a/libraries/sharedCode/src/main/res/values-cs-rCZ/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-cs-rCZ/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Použít neproporcionální
+ Poslední soubory
+ Velikost písma
+ Název připojení
+ Čísla řádků
+ Zalomit obsah
+ Zobrazit na webu
+ Soubor
+ Složka
+ Světlý vzhled
+ Skočit na řádek
+ Najít
+ Nahradit
+ Sdílet
+ Návrhy při psaní a Swipe
+ Automatické kódování
+ Nastavit jako pracovní složku
+ Toto je pracovní složka
+ Chcete uložit změny v souboru %s?
+ Regulární výraz
+ Hledaný text
+ Text k nahrazení
+ Následující
+ Předchozí
+ Počkejte prosím…
+ bylo nalezeno %s výskytů
+ Verze %s
+ Přeložit
+ Seznam změn
+ Rozlišovat velikost písmen
+ Pro více možností klepněte a podržte
+ Verze PRO
+ Automatické ukládání
+ Jen pro čtení
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nový účet
Aktivní
Odstranit
@@ -131,40 +169,4 @@
Otevřít soubor
Otevřít pouze tentokrát
Změnit typ výpisu
- Použít neproporcionální
- Poslední soubory
- Velikost písma
- Název připojení
- Čísla řádků
- Zalomit obsah
- Zobrazit na webu
- Přidat
- Soubor
- Složka
- Světlý vzhled
- Skočit na řádek
- Najít
- Nahradit
- Oprávnění Root
- Sdílet
- Návrhy při psaní a Swipe
- Automatické kódování
- Nastavit jako pracovní složku
- Toto je pracovní složka
- Chcete uložit změny v souboru %s?
- Regulární výraz
- Hledaný text
- Text k nahrazení
- Následující
- Předchozí
- Počkejte prosím…
- bylo nalezeno %s výskytů
- Verze %s
- Přeložit
- Seznam změn
- Rozlišovat velikost písmen
- Pro více možností klepněte a podržte
- Verze PRO
- Automatické ukládání
- Jen pro čtení
diff --git a/libraries/sharedCode/src/main/res/values-cs-rCZ/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-cs-rCZ/strings_aboutactivity.xml
deleted file mode 100644
index 591d5c4..0000000
--- a/libraries/sharedCode/src/main/res/values-cs-rCZ/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Informace o aplikaci
- Různé
- Verze %1$s
- Autor
- Web autora
- Zobrazit web autora
- Email autora
- Poslat email autorovi
- Twitter
- Zobrazit stránku na Twitteru
- Google Plus
- Zobrazit stránku na Google Plus
- Staňte se betatesterem
- Staňte se součástí komunity a získávejte beta vylepšení
- Přeložit aplikaci
- Opravte některé chyby nebo přidejte nový překlad
- Čti mne
- Přečíst si referenci
- Časté dotazy
- Zobrazit časté dotazy k aplikaci
- Seznam změn
- Zobrazit seznam změn v aplikaci
- Podmínky služby
- Přečtěte si Podmínky služby
- Přijmout
- Odmítnout
- Zásady ochrany osobních údajů
- Přečtěte si Zásady ochrany osobních údajů
- Seznam budoucích úkolů
- Přečtěte si seznam budoucích úkolů
- Přispějte
- Díky za podporu!
- Obchod Play
- Pošlete zpětnou vazbu a ohodnoťte ji!
- Obchod autora
- Ukázat autorovy aplikace!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-da-rDK/strings.xml b/libraries/sharedCode/src/main/res/values-da-rDK/strings.xml
index a32233e..b4caf77 100644
--- a/libraries/sharedCode/src/main/res/values-da-rDK/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-da-rDK/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Del
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Ændringslog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Ny bruger
Aktiv
Slet
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Del
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Ændringslog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-da-rDK/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-da-rDK/strings_aboutactivity.xml
deleted file mode 100644
index 9f34fbf..0000000
--- a/libraries/sharedCode/src/main/res/values-da-rDK/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Information
- Applikationsinfo
- Diverse
- Version %1$s
- Forfatter
- Forfatterens webside
- Vis forfatterens websted
- Forfatterens mail
- Send mail til forfatter
- Twitter
- Vis Twitter-side
- Google+
- Vis Google+-side
- Bliv betatester
- Vær en del af fællesskabet og modtag beta-opdateringer
- Oversæt dette program
- Ret et par fejl eller lav en helt ny oversættelse
- Readme
- Læs referencen
- FAQ
- Vis ofte stillede spørgsmål
- Ændringslog
- Vis appens ændringslog
- Servicevilkår
- Læs servicevilkårene
- Accepter
- Accepter ikke
- Privatlivspolitik
- Læs privatlivspolitikken
- To-do-liste
- Læs to-do-listen
- Lav en donation
- Tak fordi du støtter mig!
- Play Butik
- Send feedback og bedøm appen!
- Forfatterens butik
- Vis forfatterens andre apps!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-de-rDE/strings.xml b/libraries/sharedCode/src/main/res/values-de-rDE/strings.xml
index 835c948..a17b534 100644
--- a/libraries/sharedCode/src/main/res/values-de-rDE/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-de-rDE/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Verwenden Sie Monospace
+ Zuletzt geöffnete Dateien
+ Schriftgröße
+ Verbindungsname
+ Zeilennummern
+ Inhalts Umbruch
+ Im Web anschauen
+ Datei
+ Ordner
+ Helles Design
+ Gehe zu Linie
+ Suchen
+ Ersetzen
+ Teilen
+ Tastatur-und Swipe-Vorschläge
+ Automatische Zeichencodierung
+ Als Arbeitsordner festlegen
+ Das ist der Arbeitsordner
+ Möchten Sie die Änderungen an der Datei %s speichern?
+ Regulärer Ausdruck
+ Zu findender Text
+ Zu ersetzender Text
+ Weiter
+ Vorherige
+ Bitte einen Moment Geduld…
+ %s Vorkommen gefunden
+ Version %s
+ Übersetzen
+ Changelog
+ Groß-/Kleinschreibung beachten
+ Lange Klicken für weitere Optionen
+ Pro-Version
+ Automatisches Speichern
+ schreibgeschützt
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Neues Benutzerkonto
Aktiv
Löschen
@@ -45,7 +83,7 @@
Home
Server
Informationen
- lokal
+ Lokal
Einloggen…
bearbeiten
Verschieben
@@ -131,40 +169,4 @@
Datei öffnen
Nur dieses Mal öffnen
Ändern Sie den Typ der Liste
- Verwenden Sie Monospace
- Zuletzt geöffnete Dateien
- Schriftgröße
- Verbindungsname
- Zeilennummern
- Inhalts Umbruch
- Im Web anschauen
- Hinzufügen
- Datei
- Ordner
- Helles Design
- Gehe zu Linie
- Suchen
- Ersetzen
- Root-Berechtigung
- Teilen
- Tastatur-und Swipe-Vorschläge
- Automatische Zeichencodierung
- Als Arbeitsordner festlegen
- Das ist der Arbeitsordner
- Möchten Sie die Änderungen an der Datei %s speichern?
- Regulärer Ausdruck
- Zu findender Text
- Zu ersetzender Text
- Weiter
- Vorherige
- Bitte einen Moment Geduld…
- %s Vorkommen gefunden
- Version %s
- Übersetzen
- Changelog
- Groß-/Kleinschreibung beachten
- Lange Klicken für weitere Optionen
- Pro-Version
- Automatisches Speichern
- schreibgeschützt
diff --git a/libraries/sharedCode/src/main/res/values-de-rDE/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-de-rDE/strings_aboutactivity.xml
deleted file mode 100644
index f18cad9..0000000
--- a/libraries/sharedCode/src/main/res/values-de-rDE/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informationen
- App-Informationen
- Sonstiges
- v %1$s
- Autor
- Website
- Die Website des Autors anzeigen
- E-Mail
- Dem Autor eine E-Mail senden
- Twitter
- Twitter Profil anzeigen
- Google\u002B
- Google\u002B Profil anzeigen
- Werde Betatester
- Sei Teil der Community um Beta-Updates zu erhalten
- Übersetze diese Anwendung
- Korrigiere Fehler oder füge eine neue Übersetzung hinzu
- Readme
- Readme-Datei anzeigen
- Häufige Fragen / FAQ
- App-FAQ anzeigen
- Changelog
- Changelog anzeigen
- Nutzungsbedingungen
- Nutzungsbedingungen anzeigen
- Akzeptieren
- Ablehnen
- Datenschutzrichtlinien
- Datenschutzrichtlinien anzeigen
- ToDo-Liste
- ToDo-Liste anzeigen
- Spenden
- Danke, dass du mich unterstützst
- Play Store
- Feedback abgeben
- Weitere App
- Weitere Apps des Autors anzeigen
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-el-rGR/strings.xml b/libraries/sharedCode/src/main/res/values-el-rGR/strings.xml
index d5dd07a..0bcf782 100644
--- a/libraries/sharedCode/src/main/res/values-el-rGR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-el-rGR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Χρήση monospace γραμματοσειράς
+ Πρόσφατα αρχεία
+ Μέγεθος γραμματοσειράς
+ Όνομα σύνδεσης
+ Αρίθμηση γραμμών
+ Αναδίπλωση περιεχομένων
+ Προβολή αυτού στο Διαδίκτυο
+ Αρχείο
+ Φάκελος
+ Ανοιχτόχρωμο θέμα
+ Πήγαινε στη γραμμή
+ Εύρεση
+ Αντικατάσταση
+ Μοίρασε
+ Προτάσεις πληκτρολογίου και Swipe
+ Αυτόματη κωδικοποίηση
+ Ορισμός ως φάκελο εργασίας
+ Αυτός είναι ο φάκελος εργασίας
+ Θέλετε να αποθηκεύσετε τις αλλαγές στο αρχείο %s;
+ Κανονική έκφραση
+ Κείμενο προς εύρεση
+ Κείμενο προς αντικατάσταση
+ Επόμενο
+ Προηγούμενο
+ Παρακαλώ περιμένετε …
+ Βρέθηκαν %s στοιχεία
+ Έκδοση %s
+ Μετάφραση
+ Αρχείο καταγραφής αλλαγών
+ Ταίριασμα Πεζών/Κεφαλαίων
+ Παρατεταμένο κλικ για περισσότερες επιλογές
+ Pro έκδοση
+ Αυτόματη αποθήκευση
+ Μόνο για ανάγνωση
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Νέος λογαριασμός
Ενεργό
Διαγραφή
@@ -131,40 +169,4 @@
Άνοιγμα αρχείου
Άνοιγμα μόνο γι\' αυτή τη φορά
Αλλαγή του τύπου της λίστας
- Χρήση monospace γραμματοσειράς
- Πρόσφατα αρχεία
- Μέγεθος γραμματοσειράς
- Όνομα σύνδεσης
- Αρίθμηση γραμμών
- Αναδίπλωση περιεχομένων
- Προβολή αυτού στο Διαδίκτυο
- Προσθήκη
- Αρχείο
- Φάκελος
- Ανοιχτόχρωμο θέμα
- Πήγαινε στη γραμμή
- Εύρεση
- Αντικατάσταση
- Δικαιώματα Υπερχρήστη
- Μοίρασε
- Προτάσεις πληκτρολογίου και Swipe
- Αυτόματη κωδικοποίηση
- Ορισμός ως φάκελο εργασίας
- Αυτός είναι ο φάκελος εργασίας
- Θέλετε να αποθηκεύσετε τις αλλαγές στο αρχείο %s;
- Κανονική έκφραση
- Κείμενο προς εύρεση
- Κείμενο προς αντικατάσταση
- Επόμενο
- Προηγούμενο
- Παρακαλώ περιμένετε …
- Βρέθηκαν %s στοιχεία
- Έκδοση %s
- Μετάφραση
- Αρχείο καταγραφής αλλαγών
- Ταίριασμα Πεζών/Κεφαλαίων
- Παρατεταμένο κλικ για περισσότερες επιλογές
- Pro έκδοση
- Αυτόματη αποθήκευση
- Μόνο για ανάγνωση
diff --git a/libraries/sharedCode/src/main/res/values-el-rGR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-el-rGR/strings_aboutactivity.xml
deleted file mode 100644
index 47adbea..0000000
--- a/libraries/sharedCode/src/main/res/values-el-rGR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Πληροφορίες
- Πληροφορίες εφαρμογής
- Διάφορα
- Έκδοση %1$s
- Δημιουργός
- Ιστότοπος δημιουργού
- Προβολή ιστότοπου δημιουργού
- Email δημιουργού
- Αποστολή email στον δημιουργό
- Twitter
- Προβολή σελίδας στο Twitter
- Google Plus
- Προβολή σελίδας στο Google Plus
- Γίνετε beta tester
- Γίνετε μέρος της κοινότητας για να λαμβάνετε ενημερώσεις beta εκδόσεων
- Μεταφράστε την εφαρμογή
- Διορθώσει κάποια λάθη ή προσθέσετε μια νέα μετάφραση
- Αρχείο πληροφοριών
- Διαβάστε την αναφορά
- ΣΥΧΝΈΣ ΕΡΩΤΉΣΕΙΣ
- Προβολή ΣΕΑ εφαρμογής
- Αρχείο καταγραφής αλλαγών
- Προβολή αρχείου καταγραφής αλλαγών
- Όροι παροχής υπηρεσιών
- Διαβάστε τους όρους παροχής υπηρεσιών
- Αποδοχή
- Άρνηση
- Πολιτική απορρήτου
- Διαβάζετε την πολιτική απορρήτου
- Λίστα ToDo
- Διαβάστε τη λίστα todo
- Κάντε μια δωρεά
- Σας ευχαριστούμε για την υποστήριξη!
- Play Store
- Αποστολή σχολίων και βαθμολογίας!
- Κατάστημα του δημιουργού
- Προβολή άλλων εφαρμογών του δημιουργού!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-es-rES/strings.xml b/libraries/sharedCode/src/main/res/values-es-rES/strings.xml
index 071fca7..8be3b9c 100644
--- a/libraries/sharedCode/src/main/res/values-es-rES/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-es-rES/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Usar monoespacio
+ Archivos recientes
+ Tamaño de la fuente
+ Nombre de la conexión
+ Números de línea
+ Ajuste de línea
+ Ver en la web
+ Fichero
+ archivo
+ Tema claro
+ Ir a línea
+ Buscar
+ Reemplazar
+ Compartir
+ Sugerencias de teclado y Swipe
+ Auto-Codificación
+ Establecer como la carpeta de trabajo
+ Este es el directorio de trabajo
+ ¿Deseas guardar los cambios del fichero %s?
+ Expresión regular
+ Texto a encontrar
+ Texto a reemplazar
+ Siguiente
+ Anterior
+ Espere por favor…
+ %s coincidencias fueron encontradas
+ Versión %s
+ Traducir
+ Log de cambios
+ Coincidir mayúsculas y minúscualas
+ Pulsación larga para más opciones
+ Versión Pro
+ Auto guardar
+ Sólo lectura
+ Envíar reporte de errores
+ Opciones extra
+ Split the text if too long
+ Ignorar el botón de regreso
+ Donate
Nueva Cuenta
Activo
Borrar
@@ -131,40 +169,4 @@
Abrir un archivo
Abrir solo esta vez
Cambiar el tipo de lista
- Usar monoespacio
- Archivos recientes
- Tamaño de la fuente
- Nombre de la conexión
- Números de línea
- Ajuste de línea
- Ver en la web
- Añadir
- Fichero
- archivo
- Tema claro
- Ir a línea
- Buscar
- Reemplazar
- Permisos de root
- Compartir
- Sugerencias de teclado y Swipe
- Auto-Codificación
- Establecer como la carpeta de trabajo
- Este es el directorio de trabajo
- ¿Deseas guardar los cambios del fichero %s?
- Expresión regular
- Texto a encontrar
- Texto a reemplazar
- Siguiente
- Anterior
- Espere por favor…
- %s coincidencias fueron encontradas
- Versión %s
- Traducir
- Log de cambios
- Coincidir mayúsculas y minúscualas
- Pulsación larga para más opciones
- Versión Pro
- Auto guardar
- Sólo lectura
diff --git a/libraries/sharedCode/src/main/res/values-es-rES/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-es-rES/strings_aboutactivity.xml
deleted file mode 100644
index 5d0639d..0000000
--- a/libraries/sharedCode/src/main/res/values-es-rES/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Información
- Información sobre la aplicación
- Misceláneos
- Versión %1$s
- Autor
- Site del autor
- Abrir el site del autor
- Correo del autor
- Enviar correo al autor
- Twitter
- Abrir el twitter
- Google+
- Ir a la página de Google+
- Ser un beta tester
- Ser parte de la comunidad para recibir actualizaciones beta
- Traducir la Aplicación
- Corrige algunos errores o añadir una nueva traducción
- Leeme
- Leer la referencia
- Respuestas a preguntas frecuentes
- Mostrar las faqs
- Log de cambios
- Mostrar el log de cambios
- Términos del servicio
- Leer los términos del servicio
- Aceptar
- Declinar
- Políticas de privacidad
- Leer las políticas de privacidad
- Cosas pendientes
- Ver los cambios pendientes
- Donar
- ¡Gracias por el soporte!
- Market de Android
- ¡Envía feedback y puntúa!
- Market del autor
- ¡Ver las aplicaciones del autor!
- Hilo XDA
- Publicar su feedback aquí!
-
diff --git a/libraries/sharedCode/src/main/res/values-es-rMX/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-es-rMX/strings_aboutactivity.xml
deleted file mode 100644
index c23cf4d..0000000
--- a/libraries/sharedCode/src/main/res/values-es-rMX/strings_aboutactivity.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
- Información
- Informacion de la aplicacion
- Misceláneos
- Version %1$s
- Autor
- Sitio del autor
- Abrir el sitio del autor
- Correo del autor
- Enviar correo al autor
- Twitter
- Mostrar pagina de Twitter
- Google+
- Ir a la página de Google+
- Convertido en un beta tester
- Sea parte de la comunidad para recibir actualizaciones beta
- Traducir la aplicacion
- Corregir algunos errores o añadir una nueva traducción
- Leame
- Lea la referencia
- Preguntas mas frecuentes
- Var las Preguntas mas frecuentes de la aplicacion
- Combios
- Mostrar cambios en la aplicacion
- Terminos del servicio
- Lea los terminos del servicio
- Acepto
- Declinar
- Politica de privacidad
- Lea la política de privacidad
- Lista de pendientes
- Ver los cambios pendientes
- Donar
- Gracias por apoyarme!
- Play Store
- Enviar comentarios y votar!
- Tienda de autor
- Ver aplicaciones del autor!
-
diff --git a/libraries/sharedCode/src/main/res/values-fi-rFI/strings.xml b/libraries/sharedCode/src/main/res/values-fi-rFI/strings.xml
index 7b0b018..ab93203 100644
--- a/libraries/sharedCode/src/main/res/values-fi-rFI/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-fi-rFI/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Käytä tasalevyistä fonttia
+ Viimeisimmät tiedostot
+ Fonttikoko
+ Yhteyden nimi
+ Rivinumerot
+ Rivitä sisältö
+ Tarkastele verkossa
+ Tiedosto
+ Kansio
+ Vaalea teema
+ Siirry riville
+ Löydä
+ Korvaa
+ Jaa
+ Näppäimistöehdotukset ja pyyhkäisy
+ Automaattinen koodaus
+ Määritä työkansioksi
+ Tämä on työkansio
+ Haluatko tallentaa muutokset tiedostoon %s?
+ Säännöllinen lauseke
+ Etsittävä teksti
+ Korvattava teksti
+ Seuraava
+ Edellinen
+ Odota…
+ %s esiintymää löydettiin
+ Versio %s
+ Auta kääntämisessä
+ Muutosloki
+ Sama kirjainkoko
+ Saat lisää vaihtoehtoja napsauttamalla
+ Pro-versio
+ Automaattinen tallennus
+ Vain luku
+ Lähetä virheraportit
+ Lisäasetukset
+ Jaa liian pitkä teksti
+ Ohita Takaisin-painike
+ Donate
Uusi tili
Aktiivinen
Poista
@@ -131,40 +169,4 @@
Avaa tiedosto
Avaa vain tällä kertaa
Muuta luettelotyyliä
- Käytä tasalevyistä fonttia
- Viimeisimmät tiedostot
- Fonttikoko
- Yhteyden nimi
- Rivinumerot
- Rivitä sisältö
- Tarkastele verkossa
- Lisää
- Tiedosto
- Kansio
- Vaalea teema
- Siirry riville
- Löydä
- Korvaa
- Pääkäyttäjän oikeudet
- Jaa
- Näppäimistöehdotukset ja pyyhkäisy
- Automaattinen koodaus
- Määritä työkansioksi
- Tämä on työkansio
- Haluatko tallentaa muutokset tiedostoon %s?
- Säännöllinen lauseke
- Etsittävä teksti
- Korvattava teksti
- Seuraava
- Edellinen
- Odota…
- %s esiintymää löydettiin
- Versio %s
- Auta kääntämisessä
- Muutosloki
- Sama kirjainkoko
- Saat lisää vaihtoehtoja napsauttamalla
- Pro-versio
- Automaattinen tallennus
- Vain luku
diff --git a/libraries/sharedCode/src/main/res/values-fi-rFI/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-fi-rFI/strings_aboutactivity.xml
deleted file mode 100644
index 33fbeae..0000000
--- a/libraries/sharedCode/src/main/res/values-fi-rFI/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Tiedot
- Sovelluksen tiedot
- Sekalaiset
- Versio %1$s
- Kehittäjä
- Kotisivut
- Näytä kehittäjän kotisivut
- Sähköposti
- Lähetä sähköpostia kehittäjälle
- Twitter
- Näytä kehittäjän Twitter-sivu
- Google+
- Näytä kehittäjän Google+-sivu
- Ryhdy beetatestaajaksi
- Ole osa yhteisöä vastaanottamalla beetapäivityksiä
- Käännä sovellus
- Korjaa virheitä tai lisää uusia käännöksiä
- Lue minut
- Lue viite
- UKK
- Näytä usein kysytyt kysymykset
- Muutosloki
- Näytä sovelluksen muutosloki
- Käyttöehdot
- Lue käyttöehdot
- Hyväksy
- Hylkää
- Yksityisyyskäytäntö
- Lue yksityisyyskäytäntö
- Tehtävälista
- Lue tehtävälista
- Tee lahjoitus
- Kiitos tuestanne!
- Play-kauppa
- Lähetä palautetta ja arvostele!
- Muut sovellukset
- Näytä kehittäjän muut sovellukset
- XDA-ketju
- Lähetä palautteesi tänne!
-
diff --git a/libraries/sharedCode/src/main/res/values-fil-rPH/strings.xml b/libraries/sharedCode/src/main/res/values-fil-rPH/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-fil-rPH/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-fil-rPH/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-fil-rPH/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-fil-rPH/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-fil-rPH/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-fr-rFR/strings.xml b/libraries/sharedCode/src/main/res/values-fr-rFR/strings.xml
index 0e4f8bd..d7d2200 100644
--- a/libraries/sharedCode/src/main/res/values-fr-rFR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-fr-rFR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Utiliser une police de largeur fixe
+ Fichiers récents
+ Taille de la police
+ Nom de la connexion
+ Numéros de ligne
+ Regrouper le contenu
+ Voir sur le web
+ Fichier
+ Dossier
+ Thème clair
+ Aller à la ligne
+ Rechercher
+ Remplacer
+ Partager
+ Suggestions clavier et gestes spéciaux
+ Encodage automatique
+ Définir comme dossier courant
+ C\'est le dossier courant
+ Voulez-vous enregistrer les modifications du fichier %s ?
+ Expression régulière
+ Texte à rechercher
+ Texte à remplacer
+ Suivant
+ Précédent
+ Veuillez patienter…
+ occurrences de %s ont été trouvées
+ Version %s
+ Traduire
+ Historique des changements
+ Respecter la casse
+ Clic long pour plus d\'options
+ Version Pro
+ Sauvegarde automatique
+ Lecture seule
+ Envoyer les rapports d\'erreur
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nouveau compte
Actif
Supprimer
@@ -131,40 +169,4 @@
Ouvrir un fichier
Ouvrir cette fois-ci seulement
Modifier le type de liste
- Utiliser une police de largeur fixe
- Fichiers récents
- Taille de la police
- Nom de la connexion
- Numéros de ligne
- Regrouper le contenu
- Voir sur le web
- Ajouter
- Fichier
- Dossier
- Thème clair
- Aller à la ligne
- Rechercher
- Remplacer
- Autorisation racine
- Partager
- Suggestions clavier et gestes spéciaux
- Encodage automatique
- Définir comme dossier courant
- C\'est le dossier courant
- Voulez-vous enregistrer les modifications du fichier %s ?
- Expression régulière
- Texte à rechercher
- Texte à remplacer
- Suivant
- Précédent
- Veuillez patienter…
- occurrences de %s ont été trouvées
- Version %s
- Traduire
- Historique des changements
- Respecter la casse
- Clic long pour plus d\'options
- Version Pro
- Sauvegarde automatique
- Lecture seule
diff --git a/libraries/sharedCode/src/main/res/values-fr-rFR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-fr-rFR/strings_aboutactivity.xml
deleted file mode 100644
index bdce428..0000000
--- a/libraries/sharedCode/src/main/res/values-fr-rFR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informations
- Informations sur l\'application
- Divers
- Version %1$s
- Auteur
- Site de l\'auteur
- Voir le site de l\'auteur
- Courrier de l\'auteur
- Envoyer un mail à l\'auteur
- Twitter
- Voir la page Twitter
- Google+
- Voir la page Google+
- Devenir un bêta-testeur
- Faire partie de la communauté pour recevoir des mises à jour bêta
- Traduire l\'Application
- Corriger certaines erreurs ou ajouter une nouvelle traduction
- Lisez-moi
- Lire le manuel
- Questions Fréquentes
- Voir les questions fréquentes
- Historique des changements
- Voir l\'historique des changements
- Conditions d’utilisation
- Lire les conditions d\'utilisation
- Accepter
- Refuser
- Politique de confidentialité
- Lire la politique de confidentialité
- Liste des améliorations à apporter
- Lire a liste des améliorations à apporter
- Faire un don
- Merci de me soutenir!
- Play Store
- Envoyer vos commentaires et notez-le!
- Boutique de l\'auteur
- Voir les autres applications de l\'auteur!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-gl-rES/strings.xml b/libraries/sharedCode/src/main/res/values-gl-rES/strings.xml
index e67bb51..7e229aa 100644
--- a/libraries/sharedCode/src/main/res/values-gl-rES/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-gl-rES/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Compartir
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nova conta
Activo
Borrar
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Compartir
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-gl-rES/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-gl-rES/strings_aboutactivity.xml
deleted file mode 100644
index 380393f..0000000
--- a/libraries/sharedCode/src/main/res/values-gl-rES/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Información
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-hi-rIN/strings.xml b/libraries/sharedCode/src/main/res/values-hi-rIN/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-hi-rIN/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-hi-rIN/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-hi-rIN/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-hi-rIN/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-hi-rIN/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-hr-rHR/strings.xml b/libraries/sharedCode/src/main/res/values-hr-rHR/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-hr-rHR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-hr-rHR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-hr-rHR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-hr-rHR/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-hr-rHR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-hu-rHU/strings.xml b/libraries/sharedCode/src/main/res/values-hu-rHU/strings.xml
index a49fe80..e7394bc 100644
--- a/libraries/sharedCode/src/main/res/values-hu-rHU/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-hu-rHU/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Fix szélességű betűk használata
+ Legutóbbi fájlok
+ Betűméret
+ Kapcsolat neve
+ Sorszámok
+ Tartalom tördelése
+ Megtekintés az interneten
+ Fájl
+ Mappa
+ Világos téma
+ Sorhoz ugrás
+ Keresés
+ Csere
+ Megosztás
+ Billentyűzet javaslatok és Swipe
+ Automatikus kódolás
+ Beállítás munkakönyvtárlént
+ Ez a munkakönyvtár
+ Szeretné menteni a változtatásokat a(z) \"%s\" fájlba?
+ Reguláris kifejezés
+ Keresendő szöveg
+ Cserélendő szöveg
+ Következő
+ Előző
+ Kérem várjon…
+ %s előfordulás
+ Változatszám: %s
+ Fordítás
+ Változásnapló
+ Kis- és nagybetűk egyezése
+ Hosszú-kattintás a további beállításokhoz
+ Pro változat
+ Automatikus mentés
+ Csak olvasható
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Új fiók
Aktív
Törlés
@@ -131,40 +169,4 @@
Fájl megnyitása
Megnyitás csak most
A lista típusának módosítása
- Fix szélességű betűk használata
- Legutóbbi fájlok
- Betűméret
- Kapcsolat neve
- Sorszámok
- Tartalom tördelése
- Megtekintés az interneten
- Hozzáadás
- Fájl
- Mappa
- Világos téma
- Sorhoz ugrás
- Keresés
- Csere
- Root hozzáférés
- Megosztás
- Billentyűzet javaslatok és Swipe
- Automatikus kódolás
- Beállítás munkakönyvtárlént
- Ez a munkakönyvtár
- Szeretné menteni a változtatásokat a(z) \"%s\" fájlba?
- Reguláris kifejezés
- Keresendő szöveg
- Cserélendő szöveg
- Következő
- Előző
- Kérem várjon…
- %s előfordulás
- Változatszám: %s
- Fordítás
- Változásnapló
- Kis- és nagybetűk egyezése
- Hosszú-kattintás a további beállításokhoz
- Pro változat
- Automatikus mentés
- Csak olvasható
diff --git a/libraries/sharedCode/src/main/res/values-hu-rHU/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-hu-rHU/strings_aboutactivity.xml
deleted file mode 100644
index f69eab7..0000000
--- a/libraries/sharedCode/src/main/res/values-hu-rHU/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Információ
- Alkalmazás-információ
- Egyebek
- Változat: %1$s
- Szerző
- Szerző oldala
- Szerző oldalának megjelenítése
- A szerző email címe
- Email küldése a szerzőnek
- Twitter
- Twitter oldal megjelenítése
- Google Plus
- Google Plus oldal megjelenítése
- Legyen béta tesztelő!
- Legyen a közösség tagja, hogy megkaphassa a béta frissítéseket!
- Fordítsa le az alkalmazást!
- Javítsa a hibákat vagy adjon hozzá új fordításokat!
- Olvasd el!
- Olvassa el a jegyzetet!
- GY.I.K.
- Az alkalmazás GY.I.K megjelenítése
- Változásnapló
- Változások naplójának megjelenítése
- Szolgáltatási feltételek
- Olvassa el a szolgáltatási feltételeket!
- Elfogadás
- Visszautasítás
- Adatvédelmi nyilatkozat
- Olvassa el az adatvédelmi nyilatkozatot!
- ToDo lista
- Olvassa el a tennivalók listáját!
- Támogasson!
- Köszönöm a támogatását!
- Play Store
- Küldjön visszajelzést és értékelje!
- A szerző tárhelye
- A szerző alkalmazásainak megjelenítése
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-hy-rAM/strings.xml b/libraries/sharedCode/src/main/res/values-hy-rAM/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-hy-rAM/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-hy-rAM/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-hy-rAM/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-hy-rAM/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-hy-rAM/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-in-rID/strings.xml b/libraries/sharedCode/src/main/res/values-in-rID/strings.xml
index 61148d0..9791fb8 100644
--- a/libraries/sharedCode/src/main/res/values-in-rID/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-in-rID/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Gunakan monospace
+ File baru-baru ini
+ Ukuran font
+ Nama Sambungan
+ Nomor Baris
+ Wrap Konten
+ Lihat di web
+ File
+ Folder
+ Tema Terang
+ Pergi ke Baris
+ Cari
+ Replace
+ Bagikan
+ Keyboard suggestions and Swipe
+ Pengkodean-Otomatis
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Akun baru
Aktif
Hapus
@@ -131,40 +169,4 @@
Buka file
Hanya buka kali ini
Ubah tipe daftar
- Gunakan monospace
- File baru-baru ini
- Ukuran font
- Nama Sambungan
- Nomor Baris
- Wrap Konten
- Lihat di web
- Tambah
- File
- Folder
- Tema Terang
- Pergi ke Baris
- Cari
- Replace
- Perijinan Root
- Bagikan
- Keyboard suggestions and Swipe
- Pengkodean-Otomatis
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-in-rID/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-in-rID/strings_aboutactivity.xml
deleted file mode 100644
index 7ae4a72..0000000
--- a/libraries/sharedCode/src/main/res/values-in-rID/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Info Aplikasi
- Lain-lain
- Versi %1$s
- Pembuat
- Situs pembuat
- Tampilkan situs pembuat
- Email pembuat
- Kirim email ke pembuat
- Twitter
- Tampilkan halaman twitter
- Google Plus
- Tampilkan halaman Google Plus
- Menjadi beta tester
- Menjadi bagian dari komunitas untuk menerima pembaruan beta
- Terjemahkan aplikasi
- Perbaiki terjemahan atau tambah terjemahan baru
- Harap baca
- Baca referensi
- FAQ
- Tampilkan FAQ app
- Changelog
- Tampilkan changelog app
- Ketentuan layanan
- Baca Ketentuan layanan
- Terima
- Tolak
- Kebijakan privasi
- Baca kebijakan privasi
- Daftar yang akan dilakukan
- Baca yang akan daftar yang akan dilakukan
- Donasi
- Terima Kasih telah mendukung saya!
- Play Store
- Kirim umpan balik dan beri peringkat!
- Store Pembuat
- Tampilkan aplikasi dari pembuat!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-it-rIT/strings.xml b/libraries/sharedCode/src/main/res/values-it-rIT/strings.xml
index 9b40255..6e13dfa 100644
--- a/libraries/sharedCode/src/main/res/values-it-rIT/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-it-rIT/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Monospace
+ File recenti
+ Dimensione del carattere
+ Nome della connessione
+ Numeri delle linee
+ Vai a capo
+ Guardalo sul web
+ File
+ Cartella
+ Tema chiaro
+ Vai alla riga
+ Trova
+ Sostituisci
+ Condividi
+ Suggerimenti della tastiera e swipe
+ Codifica automatica
+ Imposta come cartella di lavoro
+ È la cartella di lavoro
+ Si desidera salvare le modifiche al file %s?
+ Espressione regolare
+ Testo da cercare
+ Testo da sostituire
+ Prossimo
+ Precedente
+ Attendere prego…
+ %s occorrenze trovate
+ Versione %s
+ Traduci
+ ChangeLog
+ Maiuscole-minuscole
+ Click lungo per ulteriori opzioni
+ Versione Pro
+ Salvataggio automatico
+ Solo lettura
+ Invia rapporti di errore
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nuovo account
Attiva
Cancella
@@ -131,40 +169,4 @@
Apri un file
Apri solo questa volta
Cambia il tipo di lista
- Monospace
- File recenti
- Dimensione del carattere
- Nome della connessione
- Numeri delle linee
- Vai a capo
- Guardalo sul web
- Aggiungi
- File
- Cartella
- Tema chiaro
- Vai alla riga
- Trova
- Sostituisci
- Permessi di root
- Condividi
- Suggerimenti della tastiera e swipe
- Codifica automatica
- Imposta come cartella di lavoro
- È la cartella di lavoro
- Si desidera salvare le modifiche al file %s?
- Espressione regolare
- Testo da cercare
- Testo da sostituire
- Prossimo
- Precedente
- Attendere prego…
- %s occorrenze trovate
- Versione %s
- Traduci
- ChangeLog
- Maiuscole-minuscole
- Click lungo per ulteriori opzioni
- Versione Pro
- Salvataggio automatico
- Solo lettura
diff --git a/libraries/sharedCode/src/main/res/values-it-rIT/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-it-rIT/strings_aboutactivity.xml
deleted file mode 100644
index b4dfa77..0000000
--- a/libraries/sharedCode/src/main/res/values-it-rIT/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informazioni
- Informazioni applicazione
- Varie
- Versione %1$s
- Autore
- Sito Web Autore
- Visualizza il sito dell\'autore
- Email Autore
- Manda una mail all\'autore
- Twitter
- Visualizza la pagina twitter
- Google Plus
- Visualizza pagina Google Plus
- Diventa un beta tester
- Diventa una parte della gruppo per ricevere gli aggiornamenti beta
- Traduci l\'applicazione
- Correggi alcuni errori o aggiungi una nuova traduzione
- Leggimi
- Leggi la guida
- Domande frequenti
- Visualizza le FAQ
- ChangeLog
- Visualizza i cambiamenti
- Termini di servizio
- Leggi i termini di servizio
- Accetta
- Rifiuta
- Norme sulla privacy
- Leggi le norme sulla privacy
- Da Fare
- Leggi la lista delle cosa da fare
- Fai una donazione
- Grazie per il tuo supporto!
- Android Market
- Visualizza l\'app nel market!
- Market Autore
- Visualizza altre app!
- XDA thread
- Posta il tuo feedback qui!
-
diff --git a/libraries/sharedCode/src/main/res/values-iw-rIL/strings.xml b/libraries/sharedCode/src/main/res/values-iw-rIL/strings.xml
index 34b9124..02d50be 100644
--- a/libraries/sharedCode/src/main/res/values-iw-rIL/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-iw-rIL/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
משתמש חדש
אקטיבי
מחק
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-iw-rIL/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-iw-rIL/strings_aboutactivity.xml
deleted file mode 100644
index c5bef72..0000000
--- a/libraries/sharedCode/src/main/res/values-iw-rIL/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- מידע
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ja-rJP/strings.xml b/libraries/sharedCode/src/main/res/values-ja-rJP/strings.xml
index b5dbee1..c25cde7 100644
--- a/libraries/sharedCode/src/main/res/values-ja-rJP/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ja-rJP/strings.xml
@@ -1,4 +1,5 @@
+
-
-
- New account
+ モノスペースを使用
+ 最近使用したファイル
+ フォント サイズ
+ 接続名
+ 行番号
+ コンテンツを折り返し
+ Web 上で見る
+ ファイル
+ フォルダー
+ ライトテーマ
+ 行へ移動
+ 検索
+ 置換
+ 共有
+ キーボードの候補とスワイプ
+ 自動エンコーディング
+ 作業フォルダーとして設定
+ これは作業フォルダーです
+ ファイル %s に変更を保存しますか?
+ 正規表現
+ 検索するテキスト
+ 置換するテキスト
+ 次へ
+ 前へ
+ お待ちください…
+ %s の出現が見つかりました
+ バージョン %s
+ 翻訳
+ 変更履歴
+ 大文字と小文字を区別
+ 追加のオプションは長押ししてください
+ プロ バージョン
+ 自動保存
+ 読み取り専用
+ エラーレポートを送信
+ 追加のオプション
+ 長すぎる場合にテキストを分割
+ 戻るボタンを無視
+ Donate
+ 新しいアカウント
アクティブ
削除
ファイルを削除中…
ローディング…
ローカルのカレントフォルダ
秘密鍵
- Light
+ ライト
文字エンコード
- Share
- New local folder
- New remote folder
- New remote file
- New local file
+ 共有
+ 新しいローカル フォルダー
+ 新しいリモート フォルダー
+ 新しいリモート ファイル
+ 新しいローカル ファイル
切断
デフォルトのローカルフォルダ
- Where to download?
+ ここにダウンロードしますか?
ダウンロード
- Download completed
- Duplicate
- Done
- Home
+ ダウンロードが完了しました
+ 複製
+ 完了
+ ホーム
ホスト
情報
- Local
+ ローカル
ログイン中…
- Edit
+ 編集
移動
- Hide
- Turbo Client
- Turbo Editor
+ 非表示
+ ターボ クライアント
+ ターボ エディター
ユーザー名
パッシブモード
- Passphrase
+ パスフレーズ
パスワード
- Leave it empty to prompt for it every session
+ 毎回入力するには空にしてください
ポート番号
設定
- Remote
- To change the theme, restart the application
+ リモート
+ テーマを変更するにはアプリを再起動してください
名前の変更
Root
保存
- Dark
+ ダーク
選択
アカウントを選択
本当に実行しますか?
- Something failed
- Do not transfer same file
+ 何かエラーがあります
+ 同じファイルを転送できません。
アプリのテーマ
接続のタイプ
プロトコルのタイプ
他のフォルダ
- Use a passphrase
+ パスフレーズを使用
アップロード
- Upload completed
- What do you want to do?
- Syntax highlight
+ アップロードが完了しました
+ 下記のどれかを選択して下さい。
+ 構文の強調表示
取り消し
やり直し
同期
同期するリモートのフォルダ
同期するローカルのフォルダ
評価する
- Cannot contact Google Play
- Support the development of other great features.
- Upgrade to Premium
- Upgrade to Premium and support the development of Turbo Client!
- Download unlocked version
- What is Turbo Client worth to you? Set your price!
- Upgrade to unlock this features:
- Power to open and modify any type of file.
- Backup service to backup and restore your data safely.
- Unlock the Premium features
- I really like this app!
- I love this app!
- Backup the accounts
- Restore the accounts
- Backup and share the accounts
- Importing the accounts…
- Exporting the accounts...
- No backups found
- Cannot open the file
- Temporary folder does not exist
- An error occurred
+ Google Play に接続できません。
+ 他の素晴らしい機能の開発をサポートします。
+ プレミアムにアップグレード
+ プレミアムにアップグレードし、ターボ クライアントの開発をサポートします !
+ ロック解除されたバージョンをダウンロード
+ ターボ クライアントはあなたにどれくらい価値がありますか?価格を設定してください!
+ この機能をロック解除するためアップグレード:
+ 任意の種類のファイルを開いて変更します。
+ 安全にデータのバックアップおよび復元を行うバックアップサービス。
+ プレミアム機能をロック解除
+ このアプリケーションが本当に好き!
+ このアプリが大好き!
+ アカウントをバックアップ
+ アカウントを復元
+ アカウントのバックアップおよび共有
+ アカウントをインポートしています…
+ アカウントをエクスポートしています…
+ バックアップはありません
+ ファイルを開くことができません
+ 一時フォルダーが存在しません
+ エラーが発生しました
UI
- Remove
- Modification date
- Name
- Size
- Sort
- Open
- The file %1$s was modified, do you want to upload it?
- The file %1$s was saved with success!
- Create a new account
- Create a new account to start.
- Type
- Send feedback
- Copy URL
- Cut
- paste
- Advanced
- Auto
- Bytes
- Unit of measurement for file size
- Open Source licenses
- Show open source licenses
- Open a file
- Open this time only
- Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
+ 削除
+ 変更日
+ 名前
+ サイズ
+ 並べ換え
+ 開く
+ ファイル %1$s は変更されました、アップロードしますか?
+ ファイル %1$s は保存されました!
+ 新しいアカウントを作成します
+ 新しいアカウントを作成して開始します。
+ 種類
+ フィードバックを送信
+ URLをコピー
+ 切り取り
+ 貼り付け
+ 詳細
+ 自動
+ バイト
+ ファイルサイズの単位
+ オープン ソース ライセンス
+ オープン ソース ライセンスを表示
+ ファイルを開く
+ 今回のみ開く
+ リストの種類を変更
diff --git a/libraries/sharedCode/src/main/res/values-ja-rJP/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ja-rJP/strings_aboutactivity.xml
deleted file mode 100644
index b930f3d..0000000
--- a/libraries/sharedCode/src/main/res/values-ja-rJP/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- 情報
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ko-rKR/strings.xml b/libraries/sharedCode/src/main/res/values-ko-rKR/strings.xml
index 7ca9b26..b8d39de 100644
--- a/libraries/sharedCode/src/main/res/values-ko-rKR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ko-rKR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ 고정 폭 사용
+ 최근 파일
+ 글꼴 크기
+ 연결 이름
+ 줄 번호
+ 자동 줄넘기기
+ 웹에서 보기
+ 파일
+ 폴더
+ 밝은 테마
+ 라인으로 가기
+ 찾기
+ 바꾸기
+ 공유
+ 키보드 제안 및 스와이프
+ 자동 인코딩
+ 작업 폴더 설정
+ 이건 작업 폴더입니다
+ 파일 %s의 변경 사항을 저장하겠습니까?
+ 정규 표현식
+ 찾을 텍스트
+ 바꿀 텍스트
+ 다음
+ 이전
+ 기다려 주십시오…
+ %s개 발견
+ 버전 %s
+ 번역
+ ���� ����
+ 대/소문자 구분
+ 길게 눌러 옵션 더보기
+ 프로 버전
+ 자동 저장
+ 읽기 전용
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
새 계정
액티브(Active)
삭제
@@ -33,11 +71,11 @@
공유
새 로컬 폴더
새 원격 폴더
- 새 원겯 파일
+ 새 원격 파일
새 로컬 파일
연결 끊기
기본 로컬 폴더
- 어디에 다운로드 하시겠습니까?
+ 어디에 다운로드하겠습니까?
내려받기
다운로드 완료
복사
@@ -56,11 +94,11 @@
패시브 모드
암호
비밀번호
- 모든 섹션을 비워주세요
+ 모든 섹션을 비워주십시오
포트
환경 설정
원격
- 테마 변경을 적용하려면 재시작하세요
+ 테마 변경을 적용하려면 재시작하십시오
이름 바꾸기
루트
저장
@@ -69,7 +107,7 @@
계정을 선택하십시오
정말로 실행하시겠습니까?
실패
- 같은파일을 전송하지 마세요
+ 같은 파일을 전송하지 마십시오
앱 테마
연결 방식
프로토콜 방식
@@ -77,7 +115,7 @@
암호 사용
올리기
업로드 완료
- 뭘 할까요?
+ 무엇을 하겠습니까?
구문 하이라이트
실행 취소
다시 실행
@@ -85,24 +123,24 @@
동기화 할 원격 폴더
동기화 할 로컬 폴더
평가
- 구글 플래이에 연결 할 수 없습니다
+ 구글 플레이에 연결할 수 없습니다
다른 기능 개발을 지원합니다
- 프리미엄 업그레이드
- 프리미엄으로 업그레이드 하고 터보 클라이언트의 개발을 지원하겠습니다!
- 공개버전 다운로드
- 당신에게 있어서 터보 클라이언트의 가치는 얼마입니까? 가격을 설정해주세요!
+ 프리미엄으로 업그레이드
+ 프리미엄으로 업그레이드하고 터보 클라이언트의 개발을 지원하십시오!
+ 해제된 버전 다운로드
+ 당신에게 터보 클라이언트의 가치는 얼마입니까? 가격을 측정해주세요!
이 기능을 업그레이드:
모든 파일을 열고 수정합니다.
- 백업을 하여 데이터를 안전하게 복원합니다.
+ 백업하여 데이터를 안전하게 복원합니다.
프리미엄 기능 잠금 해제
이 앱을 좋아합니다!
이 앱을 사랑합니다!
계정 백업
계정 복원
백업 및 계정 공유
- 계정 가져오기
- 계정 내보내기
- 백업이 발견되지 않음
+ 계정을 가져오는 중…
+ 계정을 내보내는 중...
+ 발견한 백업 없음
파일을 열 수 없습니다
임시 폴더가 존재하지 않습니다
오류가 발생했습니다!
@@ -114,12 +152,12 @@
정렬
열기
파일 %1$ s 수정함. 업로드 하시겠습니까?
- 파일 %1$ s 저장 완료!
+ 파일 %1$s 저장 완료!
새 계정 만들기
- 시작 하려면 새 계정을 만듭니다.
- 타입
+ 시작하려면 새 계정을 만드십시오.
+ 유형
의견 보내기
- 주소 복사
+ URL 복사
잘라내기
붙여넣기
고급
@@ -129,42 +167,6 @@
오픈 소스 라이센스
오픈 소스 라이센스 표시
파일 열기
- 이번만 열기
- 목록 타입 변경
- 고정 폭 사용
- 최근 파일
- 글꼴 크기
- 연결 이름
- 줄 번호
- Wrap content
- View it on the web
- Add
- File
- 폴더
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- 공유
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- ���� ����
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
+ 한 번만 열기
+ 목록 유형 변경
diff --git a/libraries/sharedCode/src/main/res/values-ko-rKR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ko-rKR/strings_aboutactivity.xml
deleted file mode 100644
index cc23b5f..0000000
--- a/libraries/sharedCode/src/main/res/values-ko-rKR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- ����
- APP ����
- ��Ÿ
- ���� %1$s
- ������
- ����Ʈ
- ������ ����Ʈ ǥ��
- �̸���
- �����ڿ��� �̸��� ������
- Ʈ����
- Ʈ���� ������ ǥ��
- ���� �÷���
- ���� �÷��� ������ ǥ��
- 베타테스터 신청
- 베타 버전 업데이트를 받기 위해 커뮤니티의 일원이 됩니다
- 어플리케이션 번역
- BUMCORE™에서 2013. 11. 19. 번역 완료
- �о� ����
- ���� �� �б�
- 자주 묻는 질문(FAQ)
- ���� �亯 ǥ��
- ���� ����
- APP ���� ���� ǥ��
- ������ ����
- ������ ���� �о� ����
- ����
- �ź�
- ���� ���� ��ȣ ��å
- ���� ���� ��ȣ ��å �о� ����
- �۾� ����
- �۾� ���� �Ͼ� ����
- �Ŀ��ϱ�
- �Ŀ����ֽɿ� �����帳�ϴ�!
- �÷��� ������
- �ǵ��� �� ���� ����!
- ������ ������
- ������ ���� �� ǥ��!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-lb-rLU/strings.xml b/libraries/sharedCode/src/main/res/values-lb-rLU/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-lb-rLU/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-lb-rLU/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-lb-rLU/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-lb-rLU/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-lb-rLU/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-mk-rMK/strings.xml b/libraries/sharedCode/src/main/res/values-mk-rMK/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-mk-rMK/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-mk-rMK/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-mk-rMK/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-mk-rMK/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-mk-rMK/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-mn-rMN/strings.xml b/libraries/sharedCode/src/main/res/values-mn-rMN/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-mn-rMN/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-mn-rMN/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-mn-rMN/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-mn-rMN/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-mn-rMN/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ms-rMY/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ms-rMY/strings_aboutactivity.xml
deleted file mode 100644
index 1da10bd..0000000
--- a/libraries/sharedCode/src/main/res/values-ms-rMY/strings_aboutactivity.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
- Maklumat
- Maklumat Aplikasi
- Lain-lain
- Versi %1$s
- Pencipta
- Laman Pencipta
- Buka laman pencipta
- Hubungi pencipta
- Hantar e-mail kepada pencipta
- Twitter
- Buka laman Twitter
- Google Plus
- Buka laman Google Plus
- Menjadi penguji versi beta
- Jadi sebahagian daripada komuniti untuk menerima versi beta terkini
- Menterjemahkan aplikasi
- Membetulkan kesalahan atau menambah terjemahan baru
- Read Me
- Baca rujukan
- FAQ
- Tunjukkan FAQ aplikasi
- ChangeLog
- Tunjukkan changelog aplikasi
- Syarat-syarat Penggunaan
- Baca syarat-syarat Penggunaan
- Terima
- Menolak
- Dasar privasi
- Baca dasar privasi
- Senarai cadangan penambahbaikan
- Baca cadangan penambahbaikan
- Beri sumbangan
- Terima kasih kerana menyokong saya!
- Play Store
- Hantar maklum balas dan menilai aplikasi!
- Lebih banyak berkenaan pencipta
- Tunjukkan semua aplikasi pencipta!
-
diff --git a/libraries/sharedCode/src/main/res/values-mt-rMT/strings.xml b/libraries/sharedCode/src/main/res/values-mt-rMT/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-mt-rMT/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-mt-rMT/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-mt-rMT/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-mt-rMT/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-mt-rMT/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-nl-rNL/strings.xml b/libraries/sharedCode/src/main/res/values-nl-rNL/strings.xml
index 897d6d5..1796773 100644
--- a/libraries/sharedCode/src/main/res/values-nl-rNL/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-nl-rNL/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Gebruik monospace
+ Recente bestanden
+ Font Grootte
+ Verbindingsnaam
+ Regelnummers
+ Breedte volgens inhoud
+ Bekijk in een browser
+ Bestand
+ Map
+ Licht thema
+ Ga naar lijn
+ Zoek
+ Vervang
+ Delen
+ Toetsenbord tip en Swipe
+ Auto-Encoding
+ Als de werkmap instellen
+ Is de werkmap
+ Wil je de wijzigingen opslaan naar %s?
+ Reguliere expressie
+ Tekst om te zoeken
+ Tekst om te vervangen
+ volgende
+ Vorige
+ Een ogenblik geduld aub…
+ %s is niet gevonden
+ Versie %s
+ Vertaal
+ Aanpassingslogboek
+ Hoofdletter gevoelig
+ Lang ingedrukt houden voor meer opties
+ Pro versie
+ Automatisch opslaan
+ Alleen lezen
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nieuwe account
Actief
Verwijderen
@@ -131,40 +169,4 @@
Open een bestand
Alleen deze keer openen
Wijzig het type lijst
- Gebruik monospace
- Recente bestanden
- Font Grootte
- Verbindingsnaam
- Regelnummers
- Breedte volgens inhoud
- Bekijk in een browser
- Voeg toe
- Bestand
- Map
- Licht thema
- Ga naar lijn
- Zoek
- Vervang
- Root-toegang
- Delen
- Toetsenbord tip en Swipe
- Auto-Encoding
- Als de werkmap instellen
- Is de werkmap
- Wil je de wijzigingen opslaan naar %s?
- Reguliere expressie
- Tekst om te zoeken
- Tekst om te vervangen
- volgende
- Vorige
- Een ogenblik geduld aub…
- %s is niet gevonden
- Versie %s
- Vertaal
- Aanpassingslogboek
- Hoofdletter gevoelig
- Lang ingedrukt houden voor meer opties
- Pro versie
- Automatisch opslaan
- Alleen lezen
diff --git a/libraries/sharedCode/src/main/res/values-nl-rNL/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-nl-rNL/strings_aboutactivity.xml
deleted file mode 100644
index 73c7c75..0000000
--- a/libraries/sharedCode/src/main/res/values-nl-rNL/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Applicatie informatie
- Diversen
- Versie %1$s
- Auteur
- Website auteur
- Toon de website van de auteur
- E-mailadres auteur
- Stuur een e-mail naar de auteur
- Twitter
- Toon de Twitter pagina
- Google+
- Toon de Google+ pagina
- Een betatester worden
- Word lid van de community om bèta-updates te ontvangen
- Vertaal de applicatie
- Verbeter de vertaling of voeg een nieuwe toe
- Lees mij
- Lees meer over de app
- Veelgestelde vragen
- Toon de veelgestelde vragen
- Aanpassingslogboek
- Toon het logboek
- Algemene gebruiksvoorwaarden
- Lees de algemene gebruiksvoorwaarden
- Accepteren
- Weigeren
- Privacybeleid
- Lees het privacybeleid
- TODO lijst
- Lees de todolijst
- Maak een donatie
- Bedankt voor uw ondersteuning!
- Play Store
- Geef je reactie en een waardering!
- Meer applicaties
- Toon alle apps van dezelfde ontwikkelaar!
- XDA thread
- Geef hier je feedback!
-
diff --git a/libraries/sharedCode/src/main/res/values-no-rNO/strings.xml b/libraries/sharedCode/src/main/res/values-no-rNO/strings.xml
index 8f7b13c..4fa6d30 100644
--- a/libraries/sharedCode/src/main/res/values-no-rNO/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-no-rNO/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Aktiv
Slett
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-no-rNO/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-no-rNO/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-no-rNO/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-pl-rPL/strings.xml b/libraries/sharedCode/src/main/res/values-pl-rPL/strings.xml
index 56df661..74288d4 100644
--- a/libraries/sharedCode/src/main/res/values-pl-rPL/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-pl-rPL/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Użyj stałej szerokości
+ Najnowsze pliki
+ Rozmiar czcionki
+ Nazwa połączenia
+ Numery linii
+ Zawijaj zawartość
+ Zobacz go w internecie
+ Plik
+ Folder
+ Jasny motyw
+ Idź do linii
+ Znajdź
+ Zastąp
+ Udostępnij
+ Sugestie Słów i funkcji Swipe
+ Auto kodowanie
+ Ustaw jako folder roboczy
+ To jest folder roboczy
+ Czy chcesz zapisać zmiany w pliku %s?
+ Wyrażenie regularne
+ Tekst do znalezienia
+ Tekst do zastąpienia
+ Następny
+ Poprzedni
+ Proszę czekać…
+ Znaleziono %s wystąpień
+ Wersja %s
+ Tłumacz
+ Lista zmian
+ Uwzględnij wielkość liter
+ Przytrzymaj dłużej aby zobaczyć więcej opcji
+ Wersja Pro
+ Automatyczny zapis
+ Tylko do odczytu
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nowe konto
Aktywny
Usuń
@@ -131,40 +169,4 @@
Otwórz plik
Otwórz tylko tym razem
Zmień typ listy
- Użyj stałej szerokości
- Najnowsze pliki
- Rozmiar czcionki
- Nazwa połączenia
- Numery linii
- Zawijaj zawartość
- Zobacz go w internecie
- Dodaj
- Plik
- Folder
- Jasny motyw
- Idź do linii
- Znajdź
- Zastąp
- Uprawnienia roota
- Udostępnij
- Sugestie Słów i funkcji Swipe
- Auto kodowanie
- Ustaw jako folder roboczy
- To jest folder roboczy
- Czy chcesz zapisać zmiany w pliku %s?
- Wyrażenie regularne
- Tekst do znalezienia
- Tekst do zastąpienia
- Następny
- Poprzedni
- Proszę czekać…
- Znaleziono %s wystąpień
- Wersja %s
- Tłumacz
- Lista zmian
- Uwzględnij wielkość liter
- Przytrzymaj dłużej aby zobaczyć więcej opcji
- Wersja Pro
- Automatyczny zapis
- Tylko do odczytu
diff --git a/libraries/sharedCode/src/main/res/values-pl-rPL/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-pl-rPL/strings_aboutactivity.xml
deleted file mode 100644
index 205889b..0000000
--- a/libraries/sharedCode/src/main/res/values-pl-rPL/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informacje
- Informacje o aplikacji
- Różne
- Wersja %1$ s
- Autor
- Strona autora
- Pokaż stronę autora
- Adres mail\'owy autora
- Wyślij e-mail do autora
- Twitter
- Pokaż stronę na twitter\'ze
- Google Plus
- Pokaż stronę na Google Plus
- Zostań beta testerem
- Zostań częścią społeczności, aby otrzymywać aktualizacje beta
- Tłumaczenie aplikacji
- Popraw pewne błędy lub dodaj nowe tłumaczenie
- Read Me
- Przeczytaj opinie
- FAQ
- Pokaż FAQ aplikacji
- Lista zmian
- Pokaż listę zmian aplikacji
- Regulamin
- Przeczytaj regulamin
- Akceptuj
- Odmów
- Polityka prywatności
- Przeczytaj o polityce prywatności
- Lista rzeczy do zrobienia
- Przeczytaj listy rzeczy do zrobienia
- Przekaż darowiznę
- Dziękuję za wspieranie mnie!
- Sklep Play
- Wyślij opinię i Oceń go!
- Sklep autora
- Pokaż inne aplikcje autora!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-pt-rBR/strings.xml b/libraries/sharedCode/src/main/res/values-pt-rBR/strings.xml
index 452c2cd..3c371dd 100644
--- a/libraries/sharedCode/src/main/res/values-pt-rBR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-pt-rBR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Compartilhar
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nova conta
Ativo
Deletar
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Compartilhar
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-pt-rBR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-pt-rBR/strings_aboutactivity.xml
deleted file mode 100644
index d0df29a..0000000
--- a/libraries/sharedCode/src/main/res/values-pt-rBR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informações
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-pt-rPT/strings.xml b/libraries/sharedCode/src/main/res/values-pt-rPT/strings.xml
index 96dae28..53dff0a 100644
--- a/libraries/sharedCode/src/main/res/values-pt-rPT/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-pt-rPT/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Usar mono-espaço
+ Ficheiros recentes
+ Tamanho da fonte
+ Nome da ligação
+ Número das linha
+ Ajustar ao ecrã
+ Ver na web
+ Ficheiro
+ Pasta
+ Tema claro
+ Ir para a linha
+ Localizar
+ Substituir
+ Partilhar
+ Sugestões de teclado e deslize
+ Codificação automática
+ Definir como pasta de trabalho
+ Esta é a pasta de trabalho
+ Pretende gravar as alterações ao ficheiro %s?
+ Expressão regular
+ Texto a localizar
+ Texto a substituir
+ Seguinte
+ Anterior
+ Aguarde...
+ %s ocorrência(s) encontrada(s)
+ Versão %s
+ Traduzir
+ Novidades
+ Coincidir maiúscula/minúscula
+ Clique longo para mais opções
+ Versão Pro
+ Gravação automática
+ Apenas leitura
+ Enviar relatórios de erro
+ Opções extra
+ Separar texto se muito longo
+ Ignorar botão para voltar
+ Donate
Nova conta
Ativo
Eliminar
A eliminar ficheiros…
A carregar…
Pasta local em utilização
- Chave Privada
+ Chave privada
\"Light\"
Codificação
Partilhar
@@ -71,12 +109,12 @@
Algo falhou
Não transfira o mesmo ficheiro
Tema da Aplicação
- Tipo de conexão
+ Tipo de ligação
Tipo de protocolo
Outra pasta
Usar uma frase-chave
- Transferir
- Transferência concluída
+ Enviar
+ Envio terminado
O que quer fazer?
Realce de sintaxe
Desfazer
@@ -85,21 +123,21 @@
Pasta remota para sincronizar
Pasta local para sincronizar
Avaliar
- Não consigo contactar o Google Play
+ Não foi possível contactar a Google Play
Apoiar o desenvolvimento de outras funcionalidades.
- Subscrever Premium
- Subscreva Premium e apoie o desenvolvimento do Turbo Client!
- Transfira versão desbloqueada
+ Atualizar para Premium
+ Adquira a versão Premium e apoie o desenvolvimento do Turbo Client!
+ Transfira a versão desbloqueada
Quanto vale o Turbo Client para si? Diga o seu preço!
- Subscreva Premium para desbloquear as seguintes funcionalidades:
- Capacidade para abrir e modificar qualquer tipo de ficheiro.
+ Atualize para a versão Premium e obtenha:
+ Possibilidade de abrir e modificar qualquer tipo de ficheiro.
Serviço de backup para guardar e restaurar os seus dados de forma segura.
Desbloqueie as funcionalidades Premium
Eu gosto mesmo desta aplicação!
Eu amo esta aplicação!
- Fazer uma cópia de segurança das contas
- Restaurar as contas
- Fazer uma cópia de segurança das contas e partilhá-la
+ Fazer backup das contas
+ Restaurar contas
+ Backup e partilha das contas
A importar as contas…
A exportar as contas…
Sem cópias de segurança
@@ -113,7 +151,7 @@
Tamanho
Ordenar
Abrir
- O ficheiro %1$s foi modificado, deseja transferi-lo de volta?
+ O ficheiro %1$s foi modificado, deseja envia-lo?
O ficheiro %1$s foi gravado com sucesso!
Criar uma nova conta
Crie uma nova conta para começar.
@@ -127,44 +165,8 @@
Bytes
Unidade de medida para o tamanho do ficheiro
Licenças de Código Aberto
- Mostrar licenças de Código Aberto
+ Mostrar licenças de código aberto
Abrir um ficheiro
Abrir apenas esta vez
Mudar o tipo da lista
- Usar monoespaço
- Ficheiros recentes
- Tamanho da Fonte
- Nome da conexão
- Linhas numeradas
- Ajustar ao ecrã
- Ver na web
- Adicionar
- Ficheiro
- Pasta
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Partilhar
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Novidades
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-pt-rPT/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-pt-rPT/strings_aboutactivity.xml
deleted file mode 100644
index e9f5637..0000000
--- a/libraries/sharedCode/src/main/res/values-pt-rPT/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informações
- Informações da Aplicação
- Diversos
- Versão %1$s
- Autor
- Website do Autor
- Mostrar website do Autor
- E-mail do Autor
- Enviar e-mail ao Autor
- Twitter do Autor
- Mostrar twitter do Autor
- Google Plus
- Mostrar página do Google Plus
- Tornar-se num beta tester
- Tornar-se parte da comunidade para receber atualizações beta
- Traduzir a aplicação
- Corrigir erros ou adicionar nova tradução
- Leia-me
- Ler a referência
- Perguntas frequentes
- Mostrar perguntas frequentes
- Novidades
- Mostrar novidades
- Termos de serviço
- Leia os termos de serviço
- Aceitar
- Rejeitar
- Política de privacidade
- Ler a política de privacidade
- Lista de afazeres
- Ler a lista de afazeres
- Fazer um donativo
- Obrigado por me apoiar!
- Play Store
- Envie a sua opinião e classifique a aplicação!
- Loja do Autor
- Mostrar as aplicações do Autor!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ro-rRO/strings.xml b/libraries/sharedCode/src/main/res/values-ro-rRO/strings.xml
index 7bc5295..e0df964 100644
--- a/libraries/sharedCode/src/main/res/values-ro-rRO/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ro-rRO/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Utilizează monospaţiu
+ Fişiere recente
+ Dimensiunea fontului
+ Numele conexiunii
+ Numerele de linie
+ Wrap content
+ Vizualizați pe web
+ Fişier
+ Director
+ Tema deschisă la culoare
+ Du-te la linia
+ Caută
+ Înlocuiește
+ Share
+ Keyboard suggestions and Swipe
+ Auto-codificarea
+ Setați ca folderul de lucru
+ Acesta este folderul de lucru
+ Doriți să salvați modificările în fișierul %s?
+ Expresie regulată
+ Text de căutat
+ Text de înlocuit
+ Următoarea
+ Precedenta
+ Vă rugăm să aşteptaţi…
+ %s apariţii au fost găsite
+ Versiunea %s
+ Traduce
+ Istoric modificări
+ Ține cont de Majuscule/minuscule
+ Faceţi clic pe lung pentru mai multe opţiuni
+ Versiunea Pro
+ Auto salvare
+ Doar citire
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Cont nou
Activ
Stergeți
@@ -131,40 +169,4 @@
Deschideţi un fişier
Deschideţi doar de această dată
Schimba tipul de listă
- Utilizează monospaţiu
- Fişiere recente
- Dimensiunea fontului
- Numele conexiunii
- Numerele de linie
- Wrap content
- Vizualizați pe web
- Adaugă
- Fişier
- Director
- Tema deschisă la culoare
- Du-te la linia
- Caută
- Înlocuiește
- Permisiunea de Root
- Share
- Keyboard suggestions and Swipe
- Auto-codificarea
- Setați ca folderul de lucru
- Acesta este folderul de lucru
- Doriți să salvați modificările în fișierul %s?
- Expresie regulată
- Text de căutat
- Text de înlocuit
- Următoarea
- Precedenta
- Vă rugăm să aşteptaţi…
- %s apariţii au fost găsite
- Versiunea %s
- Traduce
- Istoric modificări
- Ține cont de Majuscule/minuscule
- Faceţi clic pe lung pentru mai multe opţiuni
- Versiunea Pro
- Auto salvare
- Doar citire
diff --git a/libraries/sharedCode/src/main/res/values-ro-rRO/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ro-rRO/strings_aboutactivity.xml
deleted file mode 100644
index 3f61f37..0000000
--- a/libraries/sharedCode/src/main/res/values-ro-rRO/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Informații
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-ru-rRU/strings.xml b/libraries/sharedCode/src/main/res/values-ru-rRU/strings.xml
index 3121abc..edda49d 100644
--- a/libraries/sharedCode/src/main/res/values-ru-rRU/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-ru-rRU/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Моноширинный шрифт
+ Последние файлы
+ Размер шрифта
+ Название соединения
+ Номера строк
+ Перенос строк
+ Посмотреть в сети
+ Файл
+ Каталог
+ Светлая тема
+ Перейти к строке
+ Поиск
+ Заменить
+ Поделиться
+ Car
+ Copy
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ История изменений
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Новый аккаунт
Действие
Удалить
@@ -131,40 +169,4 @@
Открыть файл
Открыть только в этот раз
Внешний вид списка
- Моноширинный шрифт
- Последние файлы
- Размер шрифта
- Название соединения
- Номера строк
- Перенос строк
- Посмотреть в сети
- Добавить
- Файл
- Каталог
- Светлая тема
- Перейти к строке
- Поиск
- Заменить
- Права суперпользователя
- Поделиться
- Car
- Copy
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- История изменений
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-ru-rRU/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-ru-rRU/strings_aboutactivity.xml
deleted file mode 100644
index 2774b0a..0000000
--- a/libraries/sharedCode/src/main/res/values-ru-rRU/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Информация
- О приложении
- Прочее
- Версия %1$s
- Автор
- Сайт автора
- Открыть сайт автора
- Почта автора
- Отправить письмо автору
- Twitter
- Открыть страницу в твиттере
- Google Plus
- Открыть страницу в Google Plus
- Стать beta-тестером
- Стать частью сообщества, чтобы получать beta-обновления
- Перевести приложение
- Исправить ошибки или добавить новый перевод
- Read Me
- Читать справочную информацию
- FAQ
- Показать часто задаваемые вопросы
- История изменений
- Показать историю изменений
- Пользовательское соглашение
- Прочитать пользовательское соглашение
- Принять
- Отклонить
- Политика конфиденциальности
- Ознакомьтесь с политикой конфиденциальности
- Список ToDo
- Посмотреть, что планируется реализовать
- Сделать пожертвование
- Спасибо за поддержку!
- Play Store
- Оставить отзыв и оценить!
- Автор в Google Play
- Другие приложения автора!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-sk-rSK/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-sk-rSK/strings_aboutactivity.xml
deleted file mode 100644
index 9fb7de1..0000000
--- a/libraries/sharedCode/src/main/res/values-sk-rSK/strings_aboutactivity.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
- Info
- Info o aplikácii
- Rôzne
- Verzia %1$s
- Autor
- Stránka autora
- Zobraziť stránku autora
- E-Mail Autora
- Poslať E-Mail autorovi
- Twitter
- Zobraziť twitter stránku
- Google plus
- Zobraziť Google Plus stránku
- Staň sa beta testerom
- Staň sa členom komunity, aby si dostával beta verzie
- Prelož aplikáciu
- Oprav nejaké chyby, alebo pridaj nový preklad
- Prečítaj ma
- Prečítať hodnotenie
- Často kladené otázky
- Zobraziť často kladené otázky
- Zoznam zmien
- Zobraziť zoznam zmien
- Podmienky používania
- Prečítať podmienky používania
- Prijať
- Odmietnuť
- Ochrana osobných údajov
- Prečítajte si zásady ochrany osobných údajov
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
-
diff --git a/libraries/sharedCode/src/main/res/values-sl-rSI/strings.xml b/libraries/sharedCode/src/main/res/values-sl-rSI/strings.xml
index e70101a..f8c34c4 100644
--- a/libraries/sharedCode/src/main/res/values-sl-rSI/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-sl-rSI/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Mapa
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Aktivno
Izbriši
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Mapa
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-sl-rSI/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-sl-rSI/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-sl-rSI/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-sq-rAL/strings.xml b/libraries/sharedCode/src/main/res/values-sq-rAL/strings.xml
index 2687d36..74f8e46 100644
--- a/libraries/sharedCode/src/main/res/values-sq-rAL/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-sq-rAL/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Aktive
Fshi
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-sq-rAL/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-sq-rAL/strings_aboutactivity.xml
deleted file mode 100644
index df3cc4d..0000000
--- a/libraries/sharedCode/src/main/res/values-sq-rAL/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Te Dhena
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-sr-rSP/strings.xml b/libraries/sharedCode/src/main/res/values-sr-rSP/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-sr-rSP/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-sr-rSP/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-sr-rSP/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-sr-rSP/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-sr-rSP/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-sv-rSE/strings.xml b/libraries/sharedCode/src/main/res/values-sv-rSE/strings.xml
index ed8e6a1..09f7d59 100644
--- a/libraries/sharedCode/src/main/res/values-sv-rSE/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-sv-rSE/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Nytt konto
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-sv-rSE/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-sv-rSE/strings_aboutactivity.xml
deleted file mode 100644
index 9fd393b..0000000
--- a/libraries/sharedCode/src/main/res/values-sv-rSE/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Blandat
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Visa twitter-sida
- Google Plus
- Visa Google Plus-sida
- Bli betatestare
- Be a part of the community to receive beta updates
- Översätt applikationen
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- Valiga Frågor
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-sw600dp/dimens.xml b/libraries/sharedCode/src/main/res/values-sw600dp/dimens.xml
index 9670582..b43a9db 100644
--- a/libraries/sharedCode/src/main/res/values-sw600dp/dimens.xml
+++ b/libraries/sharedCode/src/main/res/values-sw600dp/dimens.xml
@@ -19,8 +19,8 @@
- 128dp
- 128dp
+ 64dp
+ 64dp
diff --git a/libraries/sharedCode/src/main/res/values-tr-rTR/strings.xml b/libraries/sharedCode/src/main/res/values-tr-rTR/strings.xml
index 56aed60..6285aeb 100644
--- a/libraries/sharedCode/src/main/res/values-tr-rTR/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-tr-rTR/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Monospace kullan
+ Son kullanılan dosyalar
+ Yazı tipi boyutu
+ Bağlantı Adı
+ Satır Numaraları
+ İçerik kaydırma
+ Web üzerinde görüntüle
+ Dosya
+ Klasör
+ Aydınlık Tema
+ Satıra git
+ Bul
+ Değiştir
+ Paylaş
+ Klavye önerileri ve Kaydırma
+ Otomatik Kodlama
+ Çalışma klasörü olarak ayarla
+ Bu çalışma klasörüdür
+ Değişiklikleri %s dosyasına kaydetmek istiyor musunuz?
+ Düzenli İfade
+ Metin bul
+ Metni değiştir
+ Sonraki
+ Önceki
+ Lütfen bekleyin…
+ %s eşleşme bulundu
+ Sürüm %s
+ Çevir
+ Değişim Günlüğü
+ Büyük-küçük harfe duyarlı
+ Daha fazla seçenek için basılı tutun
+ Pro sürümü
+ Otomatik kaydet
+ Salt okunur
+ Hata raporlarını gönder
+ Ekstra seçenekler
+ Çok uzunsa metni böl
+ Geri düğmesini yoksay
+ Donate
Yeni hesap
Aktif
Sil
Dosyalar siliniyor…
Yükleniyor...
Geçerli yerel klasör
- Özel anahtar
- Hafif
+ Özel Anahtar
+ Aydınlık
Kodlama
Paylaş
Yeni yerel klasör
Yeni uzak klasör
Yeni uzak dosya
- Yeni lokal dosya
+ Yeni yerel dosya
Bağlantıyı kes
Varsayılan yerel klasör
Nereye indirilsin?
@@ -60,8 +98,8 @@
Port
Tercihler
Uzak
- Temayı uygulamak için, uygulamayı tekrar başlatın
- Yeniden Adlandır
+ Temayı uygulamak için, uygulamayı yeniden başlatın
+ Yeniden adlandır
Varsayılan uzak klasör
Kaydet
Karanlık
@@ -79,7 +117,7 @@
Yükleme tamamlandı
Ne yapmak istiyorsun?
Sözdizimi renklendirme
- Geri
+ Geri al
Yinele
Eşitle
Uzak klasöre eşitle
@@ -87,14 +125,14 @@
Derecelendir
Google Play ile bağlantı kurulamadı
Diğer harika özellikler için geliştiriciyi destekleyin.
- Premium\'a Yükselt
- Premium deneyimine yükseltin ve Turbo İstemcisinin gelişimine destek olun!
+ Premium\'a yükselt
+ Premium\'a yükseltin ve Turbo İstemcisinin gelişimine destek olun!
Sınırsız sürümü indirin
- Sizin için Turbo İstemcisinin değeri nedir? Fiyatı belirleyin!
- Bu özelliklerin açılması için yükseltme gerekir:
- Herhangibir dosya tipini açmak ve düzenlemek için kullanın.
- Yedekleme hizmeti ile datalarınızı güvenli olarak yedekleme ve geri yükleme yapın.
- Premium özellikleri için kilidi açın
+ Sizin için Turbo İstemcisinin değeri nedir? Fiyatınızı belirleyin!
+ Bu özelliklerin açılması için yükseltin:
+ Herhangi bir dosya tipini açma ve düzenleme yeteneği.
+ Verilerinizi güvenle yedekleme ve geri yükleme için yedekleme hizmeti.
+ Premium özelliklerin kilidini açın
Gerçekten bu uygulamayı beğendim!
Bu uygulamayı sevdim!
Hesapları yedekle
@@ -108,17 +146,17 @@
Bir hata oluştu
Kullanıcı arabirimi
Kaldır
- Değiştirilme tarihi
+ Değiştirme tarihi
İsim
Boyut
Sırala
Aç
- Dosya %1$s değiştirildi, karşıya yüklemek ister misiniz?
- Dosya %1$s başarıyla kaydedildi!
+ %1$s dosyası değiştirildi, karşıya yüklemek ister misiniz?
+ %1$s dosyası başarıyla kaydedildi!
Yeni hesap oluşturun
Başlamak için yeni bir hesap oluşturun.
- Tip
- Geri Bildirim Gönder
+ Tür
+ Geri bildirim gönder
URL Kopyala
Kes
Yapıştır
@@ -130,41 +168,5 @@
Açık kaynak lisanslarını göster
Dosya aç
Sadece şimdi aç
- Liste tipini değiştir
- Monospace kullan
- Son kullanılan dosyalar
- Yazı tipi boyutu
- Bağlantı adı
- Satır numaraları
- İçerik kaydırma
- Web üzerinde görüntüle
- Ekle
- Dosya
- Klasör
- Aydınlık tema
- Satıra git
- Bul
- Replace
- Kök dizin izinleri
- Paylaş
- Keyboard suggestions and Swipe
- Otomatik kodlama
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Değişim Günlüğü
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
+ Liste türünü değiştir
diff --git a/libraries/sharedCode/src/main/res/values-tr-rTR/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-tr-rTR/strings_aboutactivity.xml
deleted file mode 100644
index 3a2fde1..0000000
--- a/libraries/sharedCode/src/main/res/values-tr-rTR/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Bilgi
- Uygulama bilgisi
- Çeşitli
- Sürüm %1$s
- Yazar
- Yazarın sitesi
- Yazarın sitesini göster
- Yazar e-posta adresi
- Yazara e-posta gönder
- Twitter
- Twitter sayfasını göster
- Google Plus
- Google Plus sayfasını göster
- Beta sürümüne dahil ol
- Beta güncellemelerine sahip olmak için, topluluğun bir parçası ol
- Uygulamayı tercüme et
- Bazı çeviri hatalarını düzeltin veya yeni çeviri ekleyin
- Beni oku
- Beni oku dosyası
- SSS
- Uygulama SSS göster
- Değişim Günlüğü
- Uygulamanın değişim günlüğünü göster
- Hizmet koşulları
- Hizmet Şartlarını okuyun
- Kabul et
- Reddet
- Gizlilik politikası
- Gizlilik politikasını okuyun
- Yapılacaklar listesi
- Yapılacaklar listesini okuyun
- Bağış yap
- Beni desteklediğiniz için teşekkürler!
- Play Store
- Geri bildirim yapın ve derecelendirin!
- Yazarın mağazası
- Yazarın uygulamalarını göster!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-uk-rUA/strings.xml b/libraries/sharedCode/src/main/res/values-uk-rUA/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-uk-rUA/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-uk-rUA/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-uk-rUA/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-uk-rUA/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-uk-rUA/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-vi-rVN/strings.xml b/libraries/sharedCode/src/main/res/values-vi-rVN/strings.xml
index 19a0cc1..cec6179 100644
--- a/libraries/sharedCode/src/main/res/values-vi-rVN/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-vi-rVN/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
Tài khoản mới
Hoạt động
Xóa
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-vi-rVN/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-vi-rVN/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-vi-rVN/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-vls-rBE/strings.xml b/libraries/sharedCode/src/main/res/values-vls-rBE/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-vls-rBE/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-vls-rBE/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-vls-rBE/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-vls-rBE/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-vls-rBE/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-zh-rCN/strings.xml b/libraries/sharedCode/src/main/res/values-zh-rCN/strings.xml
index 03fb4a8..f7dda2e 100644
--- a/libraries/sharedCode/src/main/res/values-zh-rCN/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-zh-rCN/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ 使用等宽字体
+ 最近使用的文件
+ 字体大小
+ 连接名称
+ 行号
+ Wrap content
+ 在网络上查看
+ 文件
+ 文件夹
+ 亮色主题
+ Go to Line
+ 查找
+ Replace
+ 分享
+ Keyboard suggestions and Swipe
+ 自动编码
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
新帐户
活跃
删除
@@ -131,40 +169,4 @@
打开文件
只在这次打开
更改列表类型
- 使用等宽字体
- 最近使用的文件
- 字体大小
- 连接名称
- 行号
- Wrap content
- 在网络上查看
- 添加
- 文件
- 文件夹
- 亮色主题
- Goto Line
- 查找
- Replace
- ROOT权限
- 分享
- Keyboard suggestions and Swipe
- 自动编码
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-zh-rCN/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-zh-rCN/strings_aboutactivity.xml
deleted file mode 100644
index 6b27d26..0000000
--- a/libraries/sharedCode/src/main/res/values-zh-rCN/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- 信息
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values-zh-rHK/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-zh-rHK/strings_aboutactivity.xml
deleted file mode 100644
index 9cdd0aa..0000000
--- a/libraries/sharedCode/src/main/res/values-zh-rHK/strings_aboutactivity.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
- 內容
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
-
diff --git a/libraries/sharedCode/src/main/res/values-zh-rTW/strings.xml b/libraries/sharedCode/src/main/res/values-zh-rTW/strings.xml
index 32bbe7e..4da73cd 100644
--- a/libraries/sharedCode/src/main/res/values-zh-rTW/strings.xml
+++ b/libraries/sharedCode/src/main/res/values-zh-rTW/strings.xml
@@ -1,4 +1,5 @@
+
-
-
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
New account
Active
Delete
@@ -131,40 +169,4 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Goto Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
diff --git a/libraries/sharedCode/src/main/res/values-zh-rTW/strings_aboutactivity.xml b/libraries/sharedCode/src/main/res/values-zh-rTW/strings_aboutactivity.xml
deleted file mode 100644
index a2d1ae6..0000000
--- a/libraries/sharedCode/src/main/res/values-zh-rTW/strings_aboutactivity.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
- Info
- Application Info
- Miscellaneous
- Version %1$s
- Author
- Author site
- Show author site
- Author mail
- Send mail to author
- Twitter
- Show twitter page
- Google Plus
- Show Google Plus page
- Become a beta tester
- Be a part of the community to receive beta updates
- Translate the Application
- Correct some mistakes or add a new translation
- Read Me
- Read the reference
- FAQ
- Show app faq
- ChangeLog
- Show app changelog
- Terms of service
- Read the Terms of service
- Accept
- Refuse
- Privacy policy
- Read the Privacy policy
- ToDo List
- Read the todo list
- Make a donation
- Thank you for supporting me!
- Play Store
- Send feedback and rate it!
- Author Store
- Show author applications!
- XDA thread
- Post your feedback here!
-
diff --git a/libraries/sharedCode/src/main/res/values/strings.xml b/libraries/sharedCode/src/main/res/values/strings.xml
index ce44053..b281ae6 100644
--- a/libraries/sharedCode/src/main/res/values/strings.xml
+++ b/libraries/sharedCode/src/main/res/values/strings.xml
@@ -20,6 +20,46 @@
+ Use monospace
+ Recent files
+ Font size
+ Connection Name
+ Line Numbers
+ Wrap content
+ View it on the web
+ File
+ Folder
+ Light Theme
+ Go to Line
+ Find
+ Replace
+ Share
+ Keyboard suggestions and Swipe
+ Auto-Encoding
+ Set as the working folder
+ This is the working folder
+ Do you want to save the changes to the file %s?
+ Regular Expression
+ Text to find
+ Text to replace
+ Next
+ Previous
+ Please wait…
+ %s occurrences was found
+ Version %s
+ Translate
+ Changelog
+ Match case
+ Long click for more options
+ Pro version
+ Auto save
+ Read only
+ Send error reports
+ Extra options
+ Split the text if too long
+ Ignore back button
+ Donate
+
New account
Active
Delete
@@ -130,44 +170,5 @@
Open a file
Open this time only
Change the list type
- Use monospace
- Recent files
- Font size
- Connection Name
- Line Numbers
- Wrap content
- View it on the web
- Add
- File
- Folder
- Light Theme
- Go to Line
- Find
- Replace
- Root Permission
- Share
- Keyboard suggestions and Swipe
- Auto-Encoding
- Set as the working folder
- This is the working folder
- Do you want to save the changes to the file %s?
- Regular Expression
- Text to find
- Text to replace
- Next
- Previous
- Please wait…
- %s occurrences was found
- Version %s
- Translate
- Changelog
- Match case
- Long click for more options
- Pro version
- Auto save
- Read only
- Send error reports
- Extra options
- Split the text if too long
- Ignore back button
+
diff --git a/libraries/sharedCode/src/main/res/xml/about.xml b/libraries/sharedCode/src/main/res/xml/about.xml
deleted file mode 100644
index 380404b..0000000
--- a/libraries/sharedCode/src/main/res/xml/about.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/libraries/sharedCode/src/main/res/xml/extra_options.xml b/libraries/sharedCode/src/main/res/xml/extra_options.xml
index 39eda45..393e25f 100644
--- a/libraries/sharedCode/src/main/res/xml/extra_options.xml
+++ b/libraries/sharedCode/src/main/res/xml/extra_options.xml
@@ -54,14 +54,12 @@
+ android:defaultValue="false"/>
+ android:defaultValue="true"/>