Version 1.11

This commit is contained in:
Vlad Mihalachi
2014-09-30 20:01:43 +02:00
parent eaab21069b
commit 2c62965a02
111 changed files with 2125 additions and 5155 deletions

View File

@ -27,8 +27,8 @@ android {
applicationId "com.maskyn.fileeditorpro"
minSdkVersion 14
targetSdkVersion 19
versionCode 26
versionName "1.10"
versionCode 27
versionName "1.11"
}
compileOptions {

View File

@ -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

View File

@ -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,10 +35,6 @@ 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");
@ -47,10 +45,14 @@ public class AdsHelper {
// 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);

View File

@ -8,11 +8,11 @@
revision="20.0.0"
sha1="a18ff12a9ab5ae52fd30d42f134517997568231e"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\pre-dexed\debug\juniversalchardet-1.0.3-24b647622164ce26bc5d0be361e05056efc68e13.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-9b612f0cb16e63277808158fe971bb4f40c98d29.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\com.github.gabrielemariotti.changeloglib\library\1.5.1\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="591d72211acc0b909b79c840e0b3ed9a0982d807"/>
revision="19.1.0"
sha1="74a89f0f8b56d9f11d70b8d8134cf4109f4797dc"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-579992e349b2c32e50f8907b9538ad0aa6df57b4.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\com.google.android.gms\play-services\5.0.89\classes.jar"
@ -20,29 +20,23 @@
revision="19.1.0"
sha1="d71573c9c5ea98a8db47ad6ff993a63d492b3bfa"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-30cc9565ecef1e8ae8577530d7ddd41993d192d7.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\RootCommands\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="f449c5674e0427708d4fb17c4a2ec74c267e74d6"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\support-annotations-20.0.0-be727b9c9ce08c6ee055559b9506b675c13db989.jar"
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\support-annotations-20.0.0-be727b9c9ce08c6ee055559b9506b675c13db989.jar"
jar="C:\Users\Vlad\AppData\Local\Android\android-sdk\extras\android\m2repository\com\android\support\support-annotations\20.0.0\support-annotations-20.0.0.jar"
jumboMode="false"
revision="19.1.0"
sha1="9d9013e9ff35fc3756411e62873c363c70c638fa"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\juniversalchardet-1.0.3-sources-436707958bb47977373cb4a2d842cdbf635fd840.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3-sources.jar"
jumboMode="false"
revision="19.1.0"
sha1="77979eaa98f90806f984155f44f63cc1fb60ac25"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\crashlytics-1.1.13-7bbec76a44aa9cc3279ec6bff22b2c929a8abf67.jar"
jar="C:\Users\Vlad\.gradle\caches\modules-2\files-2.1\com.crashlytics.android\crashlytics\1.1.13\e821eafa1bf489a26bdb71f95078c26785b37a1\crashlytics-1.1.13.jar"
jumboMode="false"
revision="19.1.0"
sha1="0e821eafa1bf489a26bdb71f95078c26785b37a1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-bcfe21eb1248db73c27c811996e28274cf39b024.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="8c7c075b0ccffca898d29086dfb74055143b987f"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\debug\commons-io-2.4-63b64e68cd19031cd252ac65a3ef94421c1bf0f4.jar"
jar="C:\Users\Vlad\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar"
@ -66,49 +60,25 @@
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\FloatingActionButton\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="c9508d53a0ddc7399493e4c7ad474718c5ed196e"/>
sha1="22b92dd8763ce4c1a9bd71a25d6270a6398ac955"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-9b612f0cb16e63277808158fe971bb4f40c98d29.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\com.github.gabrielemariotti.changeloglib\library\1.5.1\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="74a89f0f8b56d9f11d70b8d8134cf4109f4797dc"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\debug\classes-2ad27a3265673aeeb8f40e4322d8e19509329c96.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\exploded-aar\com.github.gabrielemariotti.changeloglib\library\1.5.1\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="74a89f0f8b56d9f11d70b8d8134cf4109f4797dc"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\pre-dexed\release\classes-3e47e18f46719c7bf296f4b49ff03aaa3d406ba6.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="a593d4ce7ccdfa1eac8d97a82db64f23614b59a1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-bcfe21eb1248db73c27c811996e28274cf39b024.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="e7a26359f635a1353de0aa8492f56f1f47c42c1a"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-82d5b6cab7f16bad663de7c7008673037efb0e1b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\FloatingActionButton\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="c9508d53a0ddc7399493e4c7ad474718c5ed196e"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\release\crashlytics-1.1.13-7bbec76a44aa9cc3279ec6bff22b2c929a8abf67.jar"
jar="C:\Users\Vlad\.gradle\caches\modules-2\files-2.1\com.crashlytics.android\crashlytics\1.1.13\e821eafa1bf489a26bdb71f95078c26785b37a1\crashlytics-1.1.13.jar"
jumboMode="false"
revision="20.0.0"
sha1="0e821eafa1bf489a26bdb71f95078c26785b37a1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-515446996fed08836a9331ef47b508a0383ffa22.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\RootCommands\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="f449c5674e0427708d4fb17c4a2ec74c267e74d6"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\juniversalchardet-1.0.3-9db20cdcb8ae72104757d81297c98978c65bd91b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
@ -157,24 +127,12 @@
jumboMode="false"
revision="20.0.0"
sha1="85f201b380937e61a9dce6ca90ccf6872abbfb67"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\debug\juniversalchardet-1.0.3-2e38d54a78dd518320bb6abe3d8931a19ff26792.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
jumboMode="false"
revision="20.0.0"
sha1="591d72211acc0b909b79c840e0b3ed9a0982d807"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-e7e86cab56b519ef20b4d01792717ffcddcc577b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\com.android.support\support-v4\20.0.0\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="8694693636ab36910c8100ce527c258ff3ebece0"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-4dd6beddde59ff8bd6c22bd0d65ac974f7e489d2.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="a3cd442213d832a910c1ec51cd2f2c507f7fea64"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\pre-dexed\debug\classes-bfc447e4dbe83598b94dbdc8e38492cbbda6ebb2.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\RootCommands\unspecified\classes.jar"
@ -182,13 +140,7 @@
revision="20.0.0"
sha1="cdecd8167dfb75d5785decb911fc4516445dd6a6"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\internal_impl-20.0.0-2cc5dec0eb9c4e1671dc84ade9411d50c227e9ae.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\com.android.support\support-v4\20.0.0\libs\internal_impl-20.0.0.jar"
jumboMode="false"
revision="19.1.0"
sha1="e40b3078e3fbd353c9f44da8df25a8fc0078209d"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\eventbus-2.2.1-32e81c5612ed132ff771b5425053d87f4f6c68c5.jar"
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\eventbus-2.2.1-32e81c5612ed132ff771b5425053d87f4f6c68c5.jar"
jar="C:\Users\Vlad\.gradle\caches\modules-2\files-2.1\de.greenrobot\eventbus\2.2.1\a18ff12a9ab5ae52fd30d42f134517997568231e\eventbus-2.2.1.jar"
jumboMode="false"
revision="19.1.0"
@ -199,6 +151,84 @@
jumboMode="false"
revision="20.0.0"
sha1="a593d4ce7ccdfa1eac8d97a82db64f23614b59a1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-30cc9565ecef1e8ae8577530d7ddd41993d192d7.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\RootCommands\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="cb3d22565863773944a8c15de408e864e34d6da1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\pre-dexed\debug\juniversalchardet-1.0.3-24b647622164ce26bc5d0be361e05056efc68e13.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
jumboMode="false"
revision="20.0.0"
sha1="591d72211acc0b909b79c840e0b3ed9a0982d807"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-30cc9565ecef1e8ae8577530d7ddd41993d192d7.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\RootCommands\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="f449c5674e0427708d4fb17c4a2ec74c267e74d6"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-bcfe21eb1248db73c27c811996e28274cf39b024.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="41e61b62a19d60195de1b91dff0438d2a8e68f1a"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-82d5b6cab7f16bad663de7c7008673037efb0e1b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\FloatingActionButton\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="22b92dd8763ce4c1a9bd71a25d6270a6398ac955"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\debug\classes-2ad27a3265673aeeb8f40e4322d8e19509329c96.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\exploded-aar\com.github.gabrielemariotti.changeloglib\library\1.5.1\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="74a89f0f8b56d9f11d70b8d8134cf4109f4797dc"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-bcfe21eb1248db73c27c811996e28274cf39b024.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="e7a26359f635a1353de0aa8492f56f1f47c42c1a"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\classes-82d5b6cab7f16bad663de7c7008673037efb0e1b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\FloatingActionButton\unspecified\classes.jar"
jumboMode="false"
revision="20.0.0"
sha1="c9508d53a0ddc7399493e4c7ad474718c5ed196e"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-515446996fed08836a9331ef47b508a0383ffa22.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\RootCommands\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="cb3d22565863773944a8c15de408e864e34d6da1"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\juniversalchardet-1.0.3-65b2b356e3f2da4b67e00aba70923d6321852204.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
jumboMode="false"
revision="19.1.0"
sha1="591d72211acc0b909b79c840e0b3ed9a0982d807"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\pre-dexed\debug\juniversalchardet-1.0.3-2e38d54a78dd518320bb6abe3d8931a19ff26792.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app\build\intermediates\exploded-aar\TurboMaterialEditor.libraries\sharedCode\unspecified\libs\juniversalchardet-1.0.3.jar"
jumboMode="false"
revision="20.0.0"
sha1="591d72211acc0b909b79c840e0b3ed9a0982d807"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\classes-4dd6beddde59ff8bd6c22bd0d65ac974f7e489d2.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\turbo-editor.libraries\sharedCode\unspecified\classes.jar"
jumboMode="false"
revision="19.1.0"
sha1="41e61b62a19d60195de1b91dff0438d2a8e68f1a"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\internal_impl-20.0.0-2cc5dec0eb9c4e1671dc84ade9411d50c227e9ae.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\exploded-aar\com.android.support\support-v4\20.0.0\libs\internal_impl-20.0.0.jar"
jumboMode="false"
revision="19.1.0"
sha1="e40b3078e3fbd353c9f44da8df25a8fc0078209d"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\pre-dexed\debug\classes-0a2ec632e1127b260f2b888ca5539fd41a1a638b.jar"
jar="C:\Users\Vlad\Documents\AndroidStudioProjects\TurboMaterialEditor\app-pro\build\intermediates\exploded-aar\com.github.gabrielemariotti.changeloglib\library\1.5.1\classes.jar"
@ -212,7 +242,7 @@
revision="20.0.0"
sha1="d71573c9c5ea98a8db47ad6ff993a63d492b3bfa"/>
<item
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app\build\intermediates\pre-dexed\release\commons-io-2.4-63b64e68cd19031cd252ac65a3ef94421c1bf0f4.jar"
dex="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\app-pro\build\intermediates\pre-dexed\debug\commons-io-2.4-63b64e68cd19031cd252ac65a3ef94421c1bf0f4.jar"
jar="C:\Users\Vlad\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar"
jumboMode="false"
revision="19.1.0"

Binary file not shown.

View File

@ -49,7 +49,7 @@ public class PreferenceAbout extends Activity {
e.printStackTrace();
}
proVersionText.setVisibility(ProCheckUtils.isPro(getBaseContext()) ? View.GONE : View.VISIBLE);
proVersionText.setText(ProCheckUtils.isPro(getBaseContext()) ? getString(R.string.donate) : getString(R.string.pro_version));
}
@ -75,8 +75,14 @@ public class PreferenceAbout extends Activity {
public void GoToProVersion(View view) {
try {
if(ProCheckUtils.isPro(getBaseContext())) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=26VWS2TSAMUJA"))
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
} else {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.maskyn.fileeditorpro"))
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
}
} catch (Exception e) {
}
}

View File

@ -25,6 +25,7 @@ import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.graphics.Canvas;
import android.graphics.Typeface;
import android.net.Uri;
@ -152,7 +153,7 @@ public class EditorFragment extends Fragment implements FindTextDialogFragment.S
super.onCreate(savedInstanceState);
setHasOptionsMenu(true);
sFilePath = getArguments().getString("filePath");
pageSystem = new PageSystem(this, getArguments().getString("fileText"));
pageSystem = new PageSystem(getActivity(), this, getArguments().getString("fileText"));
currentEncoding = getArguments().getString("encoding");
getArguments().remove("fileText");
}
@ -736,6 +737,7 @@ public class EditorFragment extends Fragment implements FindTextDialogFragment.S
mEditHistory = new EditHistory();
mChangeListener = new EditTextChangeListener();
lineUtils = new LineUtils();
deviceHeight = getResources().getDisplayMetrics().heightPixels;
this.mPaintNumbers.setAntiAlias(true);

View File

@ -109,6 +109,14 @@ public final class PreferenceHelper {
return getPrefs(context).getBoolean("ignore_back_button", false);
}
public static boolean getPageSystemEnabled(Context context) {
return getPrefs(context).getBoolean("page_system_active", true);
}
public static int getNumberOfAdsRequested(Context context) {
return getPrefs(context).getInt("number_of_ads_requested", 0);
}
// Setter methods
public static void setUseMonospace(Context context, boolean value) {
@ -155,4 +163,8 @@ public final class PreferenceHelper {
getEditor(context).putBoolean("read_only", value).commit();
}
public static void setNumberOfAdsRequested(Context context, int value) {
getEditor(context).putInt("number_of_ads_requested", value).commit();
}
}

View File

@ -19,9 +19,13 @@
package sharedcode.turboeditor.util;
import android.content.Context;
import java.util.LinkedList;
import java.util.List;
import sharedcode.turboeditor.preferences.PreferenceHelper;
public class PageSystem {
private List<String> 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;

View File

@ -20,6 +20,15 @@
<changelog bulletedList="true">
<changelogversion versionName="1.11" changeDate="Sep 30, 2014">
<changelogtext>[b]New! [/b]Important improvements to the syntax highlight</changelogtext>
<changelogtext>[b]New! [/b]Donation option in the about screen. Help to make Turbo Editor a better software! :)</changelogtext>
<changelogtext>[b]New! [/b]Setting to disable the "page system"</changelogtext>
<changelogtext>[b]New! [/b]Setting to ignore the back button</changelogtext>
<changelogtext>Fixed an issue related to cut/copy/past buttons</changelogtext>
<changelogtext>Other enchantments and fixes</changelogtext>
</changelogversion>
<changelogversion versionName="1.10" changeDate="Sep 17, 2014">
<changelogtext>[b]New! [/b]Go To Line feature</changelogtext>
<changelogtext>Now the syntax highlight updates when scrolling</changelogtext>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">استخدم مسافة موحدة</string>
<string name="recent_files">الملفات الأخيرة</string>
<string name="font_size">حجم الخط</string>
<string name="connection_name">اسم الاتصال</string>
<string name="line_numbers">أرقام الأسطر</string>
<string name="wrap_content">التفاف المحتوى</string>
<string name="view_it_on_the_web">الاطلاع عليه على شبكة الإنترنت</string>
<string name="file">الملف</string>
<string name="folder">مجلد</string>
<string name="light_theme">قالب خفيف</string>
<string name="goto_line">الانتقال إلى السطر</string>
<string name="find">إيجاد</string>
<string name="replace">استبدال</string>
<string name="share">مشاركة</string>
<string name="keyboard_suggestions_and_swipe">اقتراحات لوحة المفاتيح، ومرر</string>
<string name="enable_autoencoding">الترميز التلقائي</string>
<string name="set_as_working_folder">تعيين كمجلد العمل</string>
<string name="is_the_working_folder">مجلد العمل</string>
<string name="save_changes">هل تريد حفظ التغييرات إلى الملف %s؟</string>
<string name="regular_expression">المصطلح العادي</string>
<string name="text_to_find">للبحث عن النص</string>
<string name="text_to_replace">لاستبدال النص</string>
<string name="next">التالى</string>
<string name="previous">السابق</string>
<string name="please_wait">برجاء الانتظار</string>
<string name="occurrences_found">تم العثور على %s تكرار</string>
<string name="app_version">رقم الإصدار %s</string>
<string name="translate_the_app">الترجمة</string>
<string name="changelog">سجل التغيير</string>
<string name="match_case">مطابق للحالة</string>
<string name="long_click_for_more_options">انقر مطولا لمزيد من الاختيارات</string>
<string name="pro_version">النسخة المدفوعة</string>
<string name="auto_save">حفظ تلقائي</string>
<string name="read_only">للقراءة فقط</string>
<string name="send_error_reports">إرسال تقرير الخطأ</string>
<string name="extra_options">خيارات إضافية</string>
<string name="split_text_if_too_long">تقسيم النص إذا كان طويلاً جداً</string>
<string name="ignore_back_button">تجاهل زر الرجوع</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">حساب جديد</string>
<string name="attiva">تنشيط</string>
<string name="cancella">حذف</string>
@ -131,40 +169,4 @@
<string name="open_a_file">فتح ملف</string>
<string name="open_this_time_only">فتح هذه المرة فقط</string>
<string name="change_list_type">تغيير نوع القائمة</string>
<string name="use_monospace">استخدم مسافة موحدة</string>
<string name="recent_files">الملفات الأخيرة</string>
<string name="font_size">حجم الخط</string>
<string name="connection_name">اسم الاتصال</string>
<string name="line_numbers">أرقام الأسطر</string>
<string name="wrap_content">التفاف المحتوى</string>
<string name="view_it_on_the_web">الاطلاع عليه على شبكة الإنترنت</string>
<string name="add">إضافة</string>
<string name="file">الملف</string>
<string name="folder">مجلد</string>
<string name="light_theme">قالب خفيف</string>
<string name="goto_line">الانتقال إلى السطر</string>
<string name="find">إيجاد</string>
<string name="replace">استبدال</string>
<string name="root_permission">تصاريح الرووت</string>
<string name="share">مشاركة</string>
<string name="keyboard_suggestions_and_swipe">اقتراحات لوحة المفاتيح، ومرر</string>
<string name="enable_autoencoding">الترميز التلقائي</string>
<string name="set_as_working_folder">تعيين كمجلد العمل</string>
<string name="is_the_working_folder">مجلد العمل</string>
<string name="save_changes">هل تريد حفظ التغييرات إلى الملف %s؟</string>
<string name="regular_expression">المصطلح العادي</string>
<string name="text_to_find">للبحث عن النص</string>
<string name="text_to_replace">لاستبدال النص</string>
<string name="next">التالى</string>
<string name="previous">السابق</string>
<string name="please_wait">برجاء الانتظار</string>
<string name="occurrences_found">تم العثور على %s تكرار</string>
<string name="app_version">رقم الإصدار %s</string>
<string name="translate_the_app">الترجمة</string>
<string name="changelog">سجل التغيير</string>
<string name="match_case">مطابق للحالة</string>
<string name="long_click_for_more_options">انقر مطولا لمزيد من الاختيارات</string>
<string name="pro_version">النسخة المدفوعة</string>
<string name="auto_save">حفظ تلقائي</string>
<string name="read_only">للقراءة فقط</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">معلومات</string>
<string name="aboutactivity_app_category">معلومات التطبيق</string>
<string name="aboutactivity_miscellaneous_category">متفرقات</string>
<string name="aboutactivity_version">الإصدار % 1$ s</string>
<string name="aboutactivity_author">المؤلف</string>
<string name="aboutactivity_authorsite">موقع الكاتب</string>
<string name="aboutactivity_authorsite_summary">إظهار موقع المؤلف</string>
<string name="aboutactivity_authoremail">اميل المؤلف</string>
<string name="aboutactivity_authoremail_summary">إرسال بريد الكترونى الى المؤلف</string>
<string name="aboutactivity_authortwitter">تويتر</string>
<string name="aboutactivity_authortwitter_summary">إظهار صفحة تويتر</string>
<string name="aboutactivity_authorgoogleplus">جوجل بلس</string>
<string name="aboutactivity_authorgoogleplus_summary">إظهار صفحة جوجل بلس</string>
<string name="aboutactivity_betatester">إصبح أحد مختبري الإصدارات التجريبية</string>
<string name="aboutactivity_betatester_summary">كن جزءا من المجتمع المحلي لتتلقي التحديثات التجريبية</string>
<string name="aboutactivity_helptranslate">ترجمة التطبيق</string>
<string name="aboutactivity_helptranslate_summary">تصحيح بعض الأخطاء أو إضافة ترجمة جديدة</string>
<string name="aboutactivity_readme">اقرأنى</string>
<string name="aboutactivity_readme_summary">قراءة المرجع</string>
<string name="aboutactivity_faq">الأسئلة الشائعة</string>
<string name="aboutactivity_faq_summary">إظهار الأسئلة الشائعة للتطبيق</string>
<string name="aboutactivity_changelog">سجل التغيير</string>
<string name="aboutactivity_changelog_summary">إظهار تغييرات التطبيق</string>
<string name="aboutactivity_license">شروط الخدمة</string>
<string name="aboutactivity_license_summary">قراءة شروط الخدمة</string>
<string name="aboutactivity_license_accept">موافقة</string>
<string name="aboutactivity_license_refuse">رفض</string>
<string name="aboutactivity_privacy">سياسة الخصوصية</string>
<string name="aboutactivity_privacy_summary">قراءة سياسة الخصوصية</string>
<string name="aboutactivity_todo">قائمة تودو</string>
<string name="aboutactivity_todo_summary">قراءة قائمة تودو</string>
<string name="aboutactivity_donate">تقديم تبرع</string>
<string name="aboutactivity_donate_summary">شكرا لكم لدعم لي!</string>
<string name="aboutactivity_market">متجر غوغل بلاي</string>
<string name="aboutactivity_market_summary">إرسل ملاحظات وقيم!</string>
<string name="aboutactivity_authormarket">صاحب المتجر</string>
<string name="aboutactivity_authormarket_summary">إظهار تطبيقات المؤلف!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Usar monospace</string>
<string name="recent_files">Arxius recents</string>
<string name="font_size">Mida de la font</string>
<string name="connection_name">Nom de la connexió</string>
<string name="line_numbers">Números de línia</string>
<string name="wrap_content">Ajustar contingut</string>
<string name="view_it_on_the_web">Veure-ho a la web</string>
<string name="file">Arxiu</string>
<string name="folder">Carpeta</string>
<string name="light_theme">Tema clar</string>
<string name="goto_line">Goto línia</string>
<string name="find">Troba</string>
<string name="replace">Replace</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-codificació</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Registre de canvis</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nou compte</string>
<string name="attiva">Activa</string>
<string name="cancella">Esborra</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Obre un arxiu</string>
<string name="open_this_time_only">Obre tan sols aquesta vegada</string>
<string name="change_list_type">Canvia el tipus de llista</string>
<string name="use_monospace">Usar monospace</string>
<string name="recent_files">Arxius recents</string>
<string name="font_size">Mida de la font</string>
<string name="connection_name">Nom de la connexió</string>
<string name="line_numbers">Números de línia</string>
<string name="wrap_content">Ajustar contingut</string>
<string name="view_it_on_the_web">Veure-ho a la web</string>
<string name="add">Afegir</string>
<string name="file">Arxiu</string>
<string name="folder">Carpeta</string>
<string name="light_theme">Tema clar</string>
<string name="goto_line">Goto línia</string>
<string name="find">Troba</string>
<string name="replace">Replace</string>
<string name="root_permission">Permís de root</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-codificació</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Registre de canvis</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informació</string>
<string name="aboutactivity_app_category">Informació de l\'aplicació</string>
<string name="aboutactivity_miscellaneous_category">Altres</string>
<string name="aboutactivity_version">Versió %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Web de l\'autor</string>
<string name="aboutactivity_authorsite_summary">Mostra la web de l\'autor</string>
<string name="aboutactivity_authoremail">Correu de l\'autor</string>
<string name="aboutactivity_authoremail_summary">Enviar correu a l\'autor</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Mostra la pàgina de Twitter</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Mostra la pàgina de Google+</string>
<string name="aboutactivity_betatester">Fes-te beta tester</string>
<string name="aboutactivity_betatester_summary">Sigues part de la comunitat per rebre actualitzacions beta</string>
<string name="aboutactivity_helptranslate">Tradueix l\'aplicació</string>
<string name="aboutactivity_helptranslate_summary">Corregeix alguns errors o afegeix una nova traducció</string>
<string name="aboutactivity_readme">Llegeix-me</string>
<string name="aboutactivity_readme_summary">Llegeix la font</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Mostra les FAQ de l\'aplicació</string>
<string name="aboutactivity_changelog">Registre de canvis</string>
<string name="aboutactivity_changelog_summary">Mostra el registre de canvis de l\'aplicació</string>
<string name="aboutactivity_license">Condicions d\'ús</string>
<string name="aboutactivity_license_summary">Llegeix les condicions d\'ús</string>
<string name="aboutactivity_license_accept">Acceptar</string>
<string name="aboutactivity_license_refuse">Refusar</string>
<string name="aboutactivity_privacy">Política de privacitat</string>
<string name="aboutactivity_privacy_summary">Llegeix la política de privacitat</string>
<string name="aboutactivity_todo">Llista de tasques pendents</string>
<string name="aboutactivity_todo_summary">Llegir la llista de tasques pendents</string>
<string name="aboutactivity_donate">Fer una donació</string>
<string name="aboutactivity_donate_summary">Gràcies pel teu suport!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Enviar comentaris i valorar l\'aplicació!</string>
<string name="aboutactivity_authormarket">Altres aplicacions de l\'autor</string>
<string name="aboutactivity_authormarket_summary">Mostra més aplicacions de l\'autor!</string>
<string name="aboutactivity_xda">Fil de XDA</string>
<string name="aboutactivity_xda_summary">Publica els teus comentaris aquí!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Použít neproporcionální</string>
<string name="recent_files">Poslední soubory</string>
<string name="font_size">Velikost písma</string>
<string name="connection_name">Název připojení</string>
<string name="line_numbers">Čísla řádků</string>
<string name="wrap_content">Zalomit obsah</string>
<string name="view_it_on_the_web">Zobrazit na webu</string>
<string name="file">Soubor</string>
<string name="folder">Složka</string>
<string name="light_theme">Světlý vzhled</string>
<string name="goto_line">Skočit na řádek</string>
<string name="find">Najít</string>
<string name="replace">Nahradit</string>
<string name="share">Sdílet</string>
<string name="keyboard_suggestions_and_swipe">Návrhy při psaní a Swipe</string>
<string name="enable_autoencoding">Automatické kódování</string>
<string name="set_as_working_folder">Nastavit jako pracovní složku</string>
<string name="is_the_working_folder">Toto je pracovní složka</string>
<string name="save_changes">Chcete uložit změny v souboru %s?</string>
<string name="regular_expression">Regulární výraz</string>
<string name="text_to_find">Hledaný text</string>
<string name="text_to_replace">Text k nahrazení</string>
<string name="next">Následující</string>
<string name="previous">Předchozí</string>
<string name="please_wait">Počkejte prosím&#8230;</string>
<string name="occurrences_found">bylo nalezeno %s výskytů</string>
<string name="app_version">Verze %s</string>
<string name="translate_the_app">Přeložit</string>
<string name="changelog">Seznam změn</string>
<string name="match_case">Rozlišovat velikost písmen</string>
<string name="long_click_for_more_options">Pro více možností klepněte a podržte</string>
<string name="pro_version">Verze PRO</string>
<string name="auto_save">Automatické ukládání</string>
<string name="read_only">Jen pro čtení</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nový účet</string>
<string name="attiva">Aktivní</string>
<string name="cancella">Odstranit</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Otevřít soubor</string>
<string name="open_this_time_only">Otevřít pouze tentokrát</string>
<string name="change_list_type">Změnit typ výpisu</string>
<string name="use_monospace">Použít neproporcionální</string>
<string name="recent_files">Poslední soubory</string>
<string name="font_size">Velikost písma</string>
<string name="connection_name">Název připojení</string>
<string name="line_numbers">Čísla řádků</string>
<string name="wrap_content">Zalomit obsah</string>
<string name="view_it_on_the_web">Zobrazit na webu</string>
<string name="add">Přidat</string>
<string name="file">Soubor</string>
<string name="folder">Složka</string>
<string name="light_theme">Světlý vzhled</string>
<string name="goto_line">Skočit na řádek</string>
<string name="find">Najít</string>
<string name="replace">Nahradit</string>
<string name="root_permission">Oprávnění Root</string>
<string name="share">Sdílet</string>
<string name="keyboard_suggestions_and_swipe">Návrhy při psaní a Swipe</string>
<string name="enable_autoencoding">Automatické kódování</string>
<string name="set_as_working_folder">Nastavit jako pracovní složku</string>
<string name="is_the_working_folder">Toto je pracovní složka</string>
<string name="save_changes">Chcete uložit změny v souboru %s?</string>
<string name="regular_expression">Regulární výraz</string>
<string name="text_to_find">Hledaný text</string>
<string name="text_to_replace">Text k nahrazení</string>
<string name="next">Následující</string>
<string name="previous">Předchozí</string>
<string name="please_wait">Počkejte prosím&#8230;</string>
<string name="occurrences_found">bylo nalezeno %s výskytů</string>
<string name="app_version">Verze %s</string>
<string name="translate_the_app">Přeložit</string>
<string name="changelog">Seznam změn</string>
<string name="match_case">Rozlišovat velikost písmen</string>
<string name="long_click_for_more_options">Pro více možností klepněte a podržte</string>
<string name="pro_version">Verze PRO</string>
<string name="auto_save">Automatické ukládání</string>
<string name="read_only">Jen pro čtení</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Informace o aplikaci</string>
<string name="aboutactivity_miscellaneous_category">Různé</string>
<string name="aboutactivity_version">Verze %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Web autora</string>
<string name="aboutactivity_authorsite_summary">Zobrazit web autora</string>
<string name="aboutactivity_authoremail">Email autora</string>
<string name="aboutactivity_authoremail_summary">Poslat email autorovi</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Zobrazit stránku na Twitteru</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Zobrazit stránku na Google Plus</string>
<string name="aboutactivity_betatester">Staňte se betatesterem</string>
<string name="aboutactivity_betatester_summary">Staňte se součástí komunity a získávejte beta vylepšení</string>
<string name="aboutactivity_helptranslate">Přeložit aplikaci</string>
<string name="aboutactivity_helptranslate_summary">Opravte některé chyby nebo přidejte nový překlad</string>
<string name="aboutactivity_readme">Čti mne</string>
<string name="aboutactivity_readme_summary">Přečíst si referenci</string>
<string name="aboutactivity_faq">Časté dotazy</string>
<string name="aboutactivity_faq_summary">Zobrazit časté dotazy k aplikaci</string>
<string name="aboutactivity_changelog">Seznam změn</string>
<string name="aboutactivity_changelog_summary">Zobrazit seznam změn v aplikaci</string>
<string name="aboutactivity_license">Podmínky služby</string>
<string name="aboutactivity_license_summary">Přečtěte si Podmínky služby</string>
<string name="aboutactivity_license_accept">Přijmout</string>
<string name="aboutactivity_license_refuse">Odmítnout</string>
<string name="aboutactivity_privacy">Zásady ochrany osobních údajů</string>
<string name="aboutactivity_privacy_summary">Přečtěte si Zásady ochrany osobních údajů</string>
<string name="aboutactivity_todo">Seznam budoucích úkolů</string>
<string name="aboutactivity_todo_summary">Přečtěte si seznam budoucích úkolů</string>
<string name="aboutactivity_donate">Přispějte</string>
<string name="aboutactivity_donate_summary">Díky za podporu!</string>
<string name="aboutactivity_market">Obchod Play</string>
<string name="aboutactivity_market_summary">Pošlete zpětnou vazbu a ohodnoťte ji!</string>
<string name="aboutactivity_authormarket">Obchod autora</string>
<string name="aboutactivity_authormarket_summary">Ukázat autorovy aplikace!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Del</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Ændringslog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Ny bruger</string>
<string name="attiva">Aktiv</string>
<string name="cancella">Slet</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Del</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Ændringslog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Information</string>
<string name="aboutactivity_app_category">Applikationsinfo</string>
<string name="aboutactivity_miscellaneous_category">Diverse</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Forfatter</string>
<string name="aboutactivity_authorsite">Forfatterens webside</string>
<string name="aboutactivity_authorsite_summary">Vis forfatterens websted</string>
<string name="aboutactivity_authoremail">Forfatterens mail</string>
<string name="aboutactivity_authoremail_summary">Send mail til forfatter</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Vis Twitter-side</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Vis Google+-side</string>
<string name="aboutactivity_betatester">Bliv betatester</string>
<string name="aboutactivity_betatester_summary">Vær en del af fællesskabet og modtag beta-opdateringer</string>
<string name="aboutactivity_helptranslate">Oversæt dette program</string>
<string name="aboutactivity_helptranslate_summary">Ret et par fejl eller lav en helt ny oversættelse</string>
<string name="aboutactivity_readme">Readme</string>
<string name="aboutactivity_readme_summary">Læs referencen</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Vis ofte stillede spørgsmål</string>
<string name="aboutactivity_changelog">Ændringslog</string>
<string name="aboutactivity_changelog_summary">Vis appens ændringslog</string>
<string name="aboutactivity_license">Servicevilkår</string>
<string name="aboutactivity_license_summary">Læs servicevilkårene</string>
<string name="aboutactivity_license_accept">Accepter</string>
<string name="aboutactivity_license_refuse">Accepter ikke</string>
<string name="aboutactivity_privacy">Privatlivspolitik</string>
<string name="aboutactivity_privacy_summary">Læs privatlivspolitikken</string>
<string name="aboutactivity_todo">To-do-liste</string>
<string name="aboutactivity_todo_summary">Læs to-do-listen</string>
<string name="aboutactivity_donate">Lav en donation</string>
<string name="aboutactivity_donate_summary">Tak fordi du støtter mig!</string>
<string name="aboutactivity_market">Play Butik</string>
<string name="aboutactivity_market_summary">Send feedback og bedøm appen!</string>
<string name="aboutactivity_authormarket">Forfatterens butik</string>
<string name="aboutactivity_authormarket_summary">Vis forfatterens andre apps!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Verwenden Sie Monospace</string>
<string name="recent_files">Zuletzt geöffnete Dateien</string>
<string name="font_size">Schriftgröße</string>
<string name="connection_name">Verbindungsname</string>
<string name="line_numbers">Zeilennummern</string>
<string name="wrap_content">Inhalts Umbruch</string>
<string name="view_it_on_the_web">Im Web anschauen</string>
<string name="file">Datei</string>
<string name="folder">Ordner</string>
<string name="light_theme">Helles Design</string>
<string name="goto_line">Gehe zu Linie</string>
<string name="find">Suchen</string>
<string name="replace">Ersetzen</string>
<string name="share">Teilen</string>
<string name="keyboard_suggestions_and_swipe">Tastatur-und Swipe-Vorschläge</string>
<string name="enable_autoencoding">Automatische Zeichencodierung</string>
<string name="set_as_working_folder">Als Arbeitsordner festlegen</string>
<string name="is_the_working_folder">Das ist der Arbeitsordner</string>
<string name="save_changes">Möchten Sie die Änderungen an der Datei %s speichern?</string>
<string name="regular_expression">Regulärer Ausdruck</string>
<string name="text_to_find">Zu findender Text</string>
<string name="text_to_replace">Zu ersetzender Text</string>
<string name="next">Weiter</string>
<string name="previous">Vorherige</string>
<string name="please_wait">Bitte einen Moment Geduld&#8230;</string>
<string name="occurrences_found">%s Vorkommen gefunden</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Übersetzen</string>
<string name="changelog">Changelog</string>
<string name="match_case">Groß-/Kleinschreibung beachten</string>
<string name="long_click_for_more_options">Lange Klicken für weitere Optionen</string>
<string name="pro_version">Pro-Version</string>
<string name="auto_save">Automatisches Speichern</string>
<string name="read_only">schreibgeschützt</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Neues Benutzerkonto</string>
<string name="attiva">Aktiv</string>
<string name="cancella">Löschen</string>
@ -45,7 +83,7 @@
<string name="home">Home</string>
<string name="host">Server</string>
<string name="info">Informationen</string>
<string name="locale">lokal</string>
<string name="locale">Lokal</string>
<string name="log_in">Einloggen&#8230;</string>
<string name="modifica">bearbeiten</string>
<string name="muovi">Verschieben</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Datei öffnen</string>
<string name="open_this_time_only">Nur dieses Mal öffnen</string>
<string name="change_list_type">Ändern Sie den Typ der Liste</string>
<string name="use_monospace">Verwenden Sie Monospace</string>
<string name="recent_files">Zuletzt geöffnete Dateien</string>
<string name="font_size">Schriftgröße</string>
<string name="connection_name">Verbindungsname</string>
<string name="line_numbers">Zeilennummern</string>
<string name="wrap_content">Inhalts Umbruch</string>
<string name="view_it_on_the_web">Im Web anschauen</string>
<string name="add">Hinzufügen</string>
<string name="file">Datei</string>
<string name="folder">Ordner</string>
<string name="light_theme">Helles Design</string>
<string name="goto_line">Gehe zu Linie</string>
<string name="find">Suchen</string>
<string name="replace">Ersetzen</string>
<string name="root_permission">Root-Berechtigung</string>
<string name="share">Teilen</string>
<string name="keyboard_suggestions_and_swipe">Tastatur-und Swipe-Vorschläge</string>
<string name="enable_autoencoding">Automatische Zeichencodierung</string>
<string name="set_as_working_folder">Als Arbeitsordner festlegen</string>
<string name="is_the_working_folder">Das ist der Arbeitsordner</string>
<string name="save_changes">Möchten Sie die Änderungen an der Datei %s speichern?</string>
<string name="regular_expression">Regulärer Ausdruck</string>
<string name="text_to_find">Zu findender Text</string>
<string name="text_to_replace">Zu ersetzender Text</string>
<string name="next">Weiter</string>
<string name="previous">Vorherige</string>
<string name="please_wait">Bitte einen Moment Geduld&#8230;</string>
<string name="occurrences_found">%s Vorkommen gefunden</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Übersetzen</string>
<string name="changelog">Changelog</string>
<string name="match_case">Groß-/Kleinschreibung beachten</string>
<string name="long_click_for_more_options">Lange Klicken für weitere Optionen</string>
<string name="pro_version">Pro-Version</string>
<string name="auto_save">Automatisches Speichern</string>
<string name="read_only">schreibgeschützt</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informationen</string>
<string name="aboutactivity_app_category">App-Informationen</string>
<string name="aboutactivity_miscellaneous_category">Sonstiges</string>
<string name="aboutactivity_version">v %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Website</string>
<string name="aboutactivity_authorsite_summary">Die Website des Autors anzeigen</string>
<string name="aboutactivity_authoremail">E-Mail</string>
<string name="aboutactivity_authoremail_summary">Dem Autor eine E-Mail senden</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Twitter Profil anzeigen</string>
<string name="aboutactivity_authorgoogleplus">Google\u002B</string>
<string name="aboutactivity_authorgoogleplus_summary">Google\u002B Profil anzeigen</string>
<string name="aboutactivity_betatester">Werde Betatester</string>
<string name="aboutactivity_betatester_summary">Sei Teil der Community um Beta-Updates zu erhalten</string>
<string name="aboutactivity_helptranslate">Übersetze diese Anwendung</string>
<string name="aboutactivity_helptranslate_summary">Korrigiere Fehler oder füge eine neue Übersetzung hinzu</string>
<string name="aboutactivity_readme">Readme</string>
<string name="aboutactivity_readme_summary">Readme-Datei anzeigen</string>
<string name="aboutactivity_faq">Häufige Fragen / FAQ</string>
<string name="aboutactivity_faq_summary">App-FAQ anzeigen</string>
<string name="aboutactivity_changelog">Changelog</string>
<string name="aboutactivity_changelog_summary">Changelog anzeigen</string>
<string name="aboutactivity_license">Nutzungsbedingungen</string>
<string name="aboutactivity_license_summary">Nutzungsbedingungen anzeigen</string>
<string name="aboutactivity_license_accept">Akzeptieren</string>
<string name="aboutactivity_license_refuse">Ablehnen</string>
<string name="aboutactivity_privacy">Datenschutzrichtlinien</string>
<string name="aboutactivity_privacy_summary">Datenschutzrichtlinien anzeigen</string>
<string name="aboutactivity_todo">ToDo-Liste</string>
<string name="aboutactivity_todo_summary">ToDo-Liste anzeigen</string>
<string name="aboutactivity_donate">Spenden</string>
<string name="aboutactivity_donate_summary">Danke, dass du mich unterstützst</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Feedback abgeben</string>
<string name="aboutactivity_authormarket">Weitere App</string>
<string name="aboutactivity_authormarket_summary">Weitere Apps des Autors anzeigen</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Χρήση monospace γραμματοσειράς</string>
<string name="recent_files">Πρόσφατα αρχεία</string>
<string name="font_size">Μέγεθος γραμματοσειράς</string>
<string name="connection_name">Όνομα σύνδεσης</string>
<string name="line_numbers">Αρίθμηση γραμμών</string>
<string name="wrap_content">Αναδίπλωση περιεχομένων</string>
<string name="view_it_on_the_web">Προβολή αυτού στο Διαδίκτυο</string>
<string name="file">Αρχείο</string>
<string name="folder">Φάκελος</string>
<string name="light_theme">Ανοιχτόχρωμο θέμα</string>
<string name="goto_line">Πήγαινε στη γραμμή</string>
<string name="find">Εύρεση</string>
<string name="replace">Αντικατάσταση</string>
<string name="share">Μοίρασε</string>
<string name="keyboard_suggestions_and_swipe">Προτάσεις πληκτρολογίου και Swipe</string>
<string name="enable_autoencoding">Αυτόματη κωδικοποίηση</string>
<string name="set_as_working_folder">Ορισμός ως φάκελο εργασίας</string>
<string name="is_the_working_folder">Αυτός είναι ο φάκελος εργασίας</string>
<string name="save_changes">Θέλετε να αποθηκεύσετε τις αλλαγές στο αρχείο %s;</string>
<string name="regular_expression">Κανονική έκφραση</string>
<string name="text_to_find">Κείμενο προς εύρεση</string>
<string name="text_to_replace">Κείμενο προς αντικατάσταση</string>
<string name="next">Επόμενο</string>
<string name="previous">Προηγούμενο</string>
<string name="please_wait">Παρακαλώ περιμένετε &#8230;</string>
<string name="occurrences_found">Βρέθηκαν %s στοιχεία</string>
<string name="app_version">Έκδοση %s</string>
<string name="translate_the_app">Μετάφραση</string>
<string name="changelog">Αρχείο καταγραφής αλλαγών</string>
<string name="match_case">Ταίριασμα Πεζών/Κεφαλαίων</string>
<string name="long_click_for_more_options">Παρατεταμένο κλικ για περισσότερες επιλογές</string>
<string name="pro_version">Pro έκδοση</string>
<string name="auto_save">Αυτόματη αποθήκευση</string>
<string name="read_only">Μόνο για ανάγνωση</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Νέος λογαριασμός</string>
<string name="attiva">Ενεργό</string>
<string name="cancella">Διαγραφή</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Άνοιγμα αρχείου</string>
<string name="open_this_time_only">Άνοιγμα μόνο γι\' αυτή τη φορά</string>
<string name="change_list_type">Αλλαγή του τύπου της λίστας</string>
<string name="use_monospace">Χρήση monospace γραμματοσειράς</string>
<string name="recent_files">Πρόσφατα αρχεία</string>
<string name="font_size">Μέγεθος γραμματοσειράς</string>
<string name="connection_name">Όνομα σύνδεσης</string>
<string name="line_numbers">Αρίθμηση γραμμών</string>
<string name="wrap_content">Αναδίπλωση περιεχομένων</string>
<string name="view_it_on_the_web">Προβολή αυτού στο Διαδίκτυο</string>
<string name="add">Προσθήκη</string>
<string name="file">Αρχείο</string>
<string name="folder">Φάκελος</string>
<string name="light_theme">Ανοιχτόχρωμο θέμα</string>
<string name="goto_line">Πήγαινε στη γραμμή</string>
<string name="find">Εύρεση</string>
<string name="replace">Αντικατάσταση</string>
<string name="root_permission">Δικαιώματα Υπερχρήστη</string>
<string name="share">Μοίρασε</string>
<string name="keyboard_suggestions_and_swipe">Προτάσεις πληκτρολογίου και Swipe</string>
<string name="enable_autoencoding">Αυτόματη κωδικοποίηση</string>
<string name="set_as_working_folder">Ορισμός ως φάκελο εργασίας</string>
<string name="is_the_working_folder">Αυτός είναι ο φάκελος εργασίας</string>
<string name="save_changes">Θέλετε να αποθηκεύσετε τις αλλαγές στο αρχείο %s;</string>
<string name="regular_expression">Κανονική έκφραση</string>
<string name="text_to_find">Κείμενο προς εύρεση</string>
<string name="text_to_replace">Κείμενο προς αντικατάσταση</string>
<string name="next">Επόμενο</string>
<string name="previous">Προηγούμενο</string>
<string name="please_wait">Παρακαλώ περιμένετε &#8230;</string>
<string name="occurrences_found">Βρέθηκαν %s στοιχεία</string>
<string name="app_version">Έκδοση %s</string>
<string name="translate_the_app">Μετάφραση</string>
<string name="changelog">Αρχείο καταγραφής αλλαγών</string>
<string name="match_case">Ταίριασμα Πεζών/Κεφαλαίων</string>
<string name="long_click_for_more_options">Παρατεταμένο κλικ για περισσότερες επιλογές</string>
<string name="pro_version">Pro έκδοση</string>
<string name="auto_save">Αυτόματη αποθήκευση</string>
<string name="read_only">Μόνο για ανάγνωση</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Πληροφορίες</string>
<string name="aboutactivity_app_category">Πληροφορίες εφαρμογής</string>
<string name="aboutactivity_miscellaneous_category">Διάφορα</string>
<string name="aboutactivity_version">Έκδοση %1$s</string>
<string name="aboutactivity_author">Δημιουργός</string>
<string name="aboutactivity_authorsite">Ιστότοπος δημιουργού</string>
<string name="aboutactivity_authorsite_summary">Προβολή ιστότοπου δημιουργού</string>
<string name="aboutactivity_authoremail">Email δημιουργού</string>
<string name="aboutactivity_authoremail_summary">Αποστολή email στον δημιουργό</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Προβολή σελίδας στο Twitter</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Προβολή σελίδας στο Google Plus</string>
<string name="aboutactivity_betatester">Γίνετε beta tester</string>
<string name="aboutactivity_betatester_summary">Γίνετε μέρος της κοινότητας για να λαμβάνετε ενημερώσεις beta εκδόσεων</string>
<string name="aboutactivity_helptranslate">Μεταφράστε την εφαρμογή</string>
<string name="aboutactivity_helptranslate_summary">Διορθώσει κάποια λάθη ή προσθέσετε μια νέα μετάφραση</string>
<string name="aboutactivity_readme">Αρχείο πληροφοριών</string>
<string name="aboutactivity_readme_summary">Διαβάστε την αναφορά</string>
<string name="aboutactivity_faq">ΣΥΧΝΈΣ ΕΡΩΤΉΣΕΙΣ</string>
<string name="aboutactivity_faq_summary">Προβολή ΣΕΑ εφαρμογής</string>
<string name="aboutactivity_changelog">Αρχείο καταγραφής αλλαγών</string>
<string name="aboutactivity_changelog_summary">Προβολή αρχείου καταγραφής αλλαγών</string>
<string name="aboutactivity_license">Όροι παροχής υπηρεσιών</string>
<string name="aboutactivity_license_summary">Διαβάστε τους όρους παροχής υπηρεσιών</string>
<string name="aboutactivity_license_accept">Αποδοχή</string>
<string name="aboutactivity_license_refuse">Άρνηση</string>
<string name="aboutactivity_privacy">Πολιτική απορρήτου</string>
<string name="aboutactivity_privacy_summary">Διαβάζετε την πολιτική απορρήτου</string>
<string name="aboutactivity_todo">Λίστα ToDo</string>
<string name="aboutactivity_todo_summary">Διαβάστε τη λίστα todo</string>
<string name="aboutactivity_donate">Κάντε μια δωρεά</string>
<string name="aboutactivity_donate_summary">Σας ευχαριστούμε για την υποστήριξη!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Αποστολή σχολίων και βαθμολογίας!</string>
<string name="aboutactivity_authormarket">Κατάστημα του δημιουργού</string>
<string name="aboutactivity_authormarket_summary">Προβολή άλλων εφαρμογών του δημιουργού!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Usar monoespacio</string>
<string name="recent_files">Archivos recientes</string>
<string name="font_size">Tamaño de la fuente</string>
<string name="connection_name">Nombre de la conexión</string>
<string name="line_numbers">Números de línea</string>
<string name="wrap_content">Ajuste de línea</string>
<string name="view_it_on_the_web">Ver en la web</string>
<string name="file">Fichero</string>
<string name="folder">archivo</string>
<string name="light_theme">Tema claro</string>
<string name="goto_line">Ir a línea</string>
<string name="find">Buscar</string>
<string name="replace">Reemplazar</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Sugerencias de teclado y Swipe</string>
<string name="enable_autoencoding">Auto-Codificación</string>
<string name="set_as_working_folder">Establecer como la carpeta de trabajo</string>
<string name="is_the_working_folder">Este es el directorio de trabajo</string>
<string name="save_changes">¿Deseas guardar los cambios del fichero %s?</string>
<string name="regular_expression">Expresión regular</string>
<string name="text_to_find">Texto a encontrar</string>
<string name="text_to_replace">Texto a reemplazar</string>
<string name="next">Siguiente</string>
<string name="previous">Anterior</string>
<string name="please_wait">Espere por favor&#8230;</string>
<string name="occurrences_found">%s coincidencias fueron encontradas</string>
<string name="app_version">Versión %s</string>
<string name="translate_the_app">Traducir</string>
<string name="changelog">Log de cambios</string>
<string name="match_case">Coincidir mayúsculas y minúscualas</string>
<string name="long_click_for_more_options">Pulsación larga para más opciones</string>
<string name="pro_version">Versión Pro</string>
<string name="auto_save">Auto guardar</string>
<string name="read_only">Sólo lectura</string>
<string name="send_error_reports">Envíar reporte de errores</string>
<string name="extra_options">Opciones extra</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignorar el botón de regreso</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nueva Cuenta</string>
<string name="attiva">Activo</string>
<string name="cancella">Borrar</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Abrir un archivo</string>
<string name="open_this_time_only">Abrir solo esta vez</string>
<string name="change_list_type">Cambiar el tipo de lista</string>
<string name="use_monospace">Usar monoespacio</string>
<string name="recent_files">Archivos recientes</string>
<string name="font_size">Tamaño de la fuente</string>
<string name="connection_name">Nombre de la conexión</string>
<string name="line_numbers">Números de línea</string>
<string name="wrap_content">Ajuste de línea</string>
<string name="view_it_on_the_web">Ver en la web</string>
<string name="add">Añadir</string>
<string name="file">Fichero</string>
<string name="folder">archivo</string>
<string name="light_theme">Tema claro</string>
<string name="goto_line">Ir a línea</string>
<string name="find">Buscar</string>
<string name="replace">Reemplazar</string>
<string name="root_permission">Permisos de root</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Sugerencias de teclado y Swipe</string>
<string name="enable_autoencoding">Auto-Codificación</string>
<string name="set_as_working_folder">Establecer como la carpeta de trabajo</string>
<string name="is_the_working_folder">Este es el directorio de trabajo</string>
<string name="save_changes">¿Deseas guardar los cambios del fichero %s?</string>
<string name="regular_expression">Expresión regular</string>
<string name="text_to_find">Texto a encontrar</string>
<string name="text_to_replace">Texto a reemplazar</string>
<string name="next">Siguiente</string>
<string name="previous">Anterior</string>
<string name="please_wait">Espere por favor&#8230;</string>
<string name="occurrences_found">%s coincidencias fueron encontradas</string>
<string name="app_version">Versión %s</string>
<string name="translate_the_app">Traducir</string>
<string name="changelog">Log de cambios</string>
<string name="match_case">Coincidir mayúsculas y minúscualas</string>
<string name="long_click_for_more_options">Pulsación larga para más opciones</string>
<string name="pro_version">Versión Pro</string>
<string name="auto_save">Auto guardar</string>
<string name="read_only">Sólo lectura</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Información</string>
<string name="aboutactivity_app_category">Información sobre la aplicación</string>
<string name="aboutactivity_miscellaneous_category">Misceláneos</string>
<string name="aboutactivity_version">Versión %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Site del autor</string>
<string name="aboutactivity_authorsite_summary">Abrir el site del autor</string>
<string name="aboutactivity_authoremail">Correo del autor</string>
<string name="aboutactivity_authoremail_summary">Enviar correo al autor</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Abrir el twitter</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Ir a la página de Google+</string>
<string name="aboutactivity_betatester">Ser un beta tester</string>
<string name="aboutactivity_betatester_summary">Ser parte de la comunidad para recibir actualizaciones beta</string>
<string name="aboutactivity_helptranslate">Traducir la Aplicación</string>
<string name="aboutactivity_helptranslate_summary">Corrige algunos errores o añadir una nueva traducción</string>
<string name="aboutactivity_readme">Leeme</string>
<string name="aboutactivity_readme_summary">Leer la referencia</string>
<string name="aboutactivity_faq">Respuestas a preguntas frecuentes</string>
<string name="aboutactivity_faq_summary">Mostrar las faqs</string>
<string name="aboutactivity_changelog">Log de cambios</string>
<string name="aboutactivity_changelog_summary">Mostrar el log de cambios</string>
<string name="aboutactivity_license">Términos del servicio</string>
<string name="aboutactivity_license_summary">Leer los términos del servicio</string>
<string name="aboutactivity_license_accept">Aceptar</string>
<string name="aboutactivity_license_refuse">Declinar</string>
<string name="aboutactivity_privacy">Políticas de privacidad</string>
<string name="aboutactivity_privacy_summary">Leer las políticas de privacidad</string>
<string name="aboutactivity_todo">Cosas pendientes</string>
<string name="aboutactivity_todo_summary">Ver los cambios pendientes</string>
<string name="aboutactivity_donate">Donar</string>
<string name="aboutactivity_donate_summary">¡Gracias por el soporte!</string>
<string name="aboutactivity_market">Market de Android</string>
<string name="aboutactivity_market_summary">¡Envía feedback y puntúa!</string>
<string name="aboutactivity_authormarket">Market del autor</string>
<string name="aboutactivity_authormarket_summary">¡Ver las aplicaciones del autor!</string>
<string name="aboutactivity_xda">Hilo XDA</string>
<string name="aboutactivity_xda_summary">Publicar su feedback aquí!</string>
</resources>

View File

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Información</string>
<string name="aboutactivity_app_category">Informacion de la aplicacion</string>
<string name="aboutactivity_miscellaneous_category">Misceláneos</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Sitio del autor</string>
<string name="aboutactivity_authorsite_summary">Abrir el sitio del autor</string>
<string name="aboutactivity_authoremail">Correo del autor</string>
<string name="aboutactivity_authoremail_summary">Enviar correo al autor</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Mostrar pagina de Twitter</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Ir a la página de Google+</string>
<string name="aboutactivity_betatester">Convertido en un beta tester</string>
<string name="aboutactivity_betatester_summary">Sea parte de la comunidad para recibir actualizaciones beta</string>
<string name="aboutactivity_helptranslate">Traducir la aplicacion</string>
<string name="aboutactivity_helptranslate_summary">Corregir algunos errores o añadir una nueva traducción</string>
<string name="aboutactivity_readme">Leame</string>
<string name="aboutactivity_readme_summary">Lea la referencia</string>
<string name="aboutactivity_faq">Preguntas mas frecuentes</string>
<string name="aboutactivity_faq_summary">Var las Preguntas mas frecuentes de la aplicacion</string>
<string name="aboutactivity_changelog">Combios</string>
<string name="aboutactivity_changelog_summary">Mostrar cambios en la aplicacion</string>
<string name="aboutactivity_license">Terminos del servicio</string>
<string name="aboutactivity_license_summary">Lea los terminos del servicio</string>
<string name="aboutactivity_license_accept">Acepto</string>
<string name="aboutactivity_license_refuse">Declinar</string>
<string name="aboutactivity_privacy">Politica de privacidad</string>
<string name="aboutactivity_privacy_summary">Lea la política de privacidad</string>
<string name="aboutactivity_todo">Lista de pendientes</string>
<string name="aboutactivity_todo_summary">Ver los cambios pendientes</string>
<string name="aboutactivity_donate">Donar</string>
<string name="aboutactivity_donate_summary">Gracias por apoyarme!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Enviar comentarios y votar!</string>
<string name="aboutactivity_authormarket">Tienda de autor</string>
<string name="aboutactivity_authormarket_summary">Ver aplicaciones del autor!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Käytä tasalevyistä fonttia</string>
<string name="recent_files">Viimeisimmät tiedostot</string>
<string name="font_size">Fonttikoko</string>
<string name="connection_name">Yhteyden nimi</string>
<string name="line_numbers">Rivinumerot</string>
<string name="wrap_content">Rivitä sisältö</string>
<string name="view_it_on_the_web">Tarkastele verkossa</string>
<string name="file">Tiedosto</string>
<string name="folder">Kansio</string>
<string name="light_theme">Vaalea teema</string>
<string name="goto_line">Siirry riville</string>
<string name="find">Löydä</string>
<string name="replace">Korvaa</string>
<string name="share">Jaa</string>
<string name="keyboard_suggestions_and_swipe">Näppäimistöehdotukset ja pyyhkäisy</string>
<string name="enable_autoencoding">Automaattinen koodaus</string>
<string name="set_as_working_folder">Määritä työkansioksi</string>
<string name="is_the_working_folder">Tämä on työkansio</string>
<string name="save_changes">Haluatko tallentaa muutokset tiedostoon %s?</string>
<string name="regular_expression">Säännöllinen lauseke</string>
<string name="text_to_find">Etsittävä teksti</string>
<string name="text_to_replace">Korvattava teksti</string>
<string name="next">Seuraava</string>
<string name="previous">Edellinen</string>
<string name="please_wait">Odota&#8230;</string>
<string name="occurrences_found">%s esiintymää löydettiin</string>
<string name="app_version">Versio %s</string>
<string name="translate_the_app">Auta kääntämisessä</string>
<string name="changelog">Muutosloki</string>
<string name="match_case">Sama kirjainkoko</string>
<string name="long_click_for_more_options">Saat lisää vaihtoehtoja napsauttamalla</string>
<string name="pro_version">Pro-versio</string>
<string name="auto_save">Automaattinen tallennus</string>
<string name="read_only">Vain luku</string>
<string name="send_error_reports">Lähetä virheraportit</string>
<string name="extra_options">Lisäasetukset</string>
<string name="split_text_if_too_long">Jaa liian pitkä teksti</string>
<string name="ignore_back_button">Ohita Takaisin-painike</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Uusi tili</string>
<string name="attiva">Aktiivinen</string>
<string name="cancella">Poista</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Avaa tiedosto</string>
<string name="open_this_time_only">Avaa vain tällä kertaa</string>
<string name="change_list_type">Muuta luettelotyyliä</string>
<string name="use_monospace">Käytä tasalevyistä fonttia</string>
<string name="recent_files">Viimeisimmät tiedostot</string>
<string name="font_size">Fonttikoko</string>
<string name="connection_name">Yhteyden nimi</string>
<string name="line_numbers">Rivinumerot</string>
<string name="wrap_content">Rivitä sisältö</string>
<string name="view_it_on_the_web">Tarkastele verkossa</string>
<string name="add">Lisää</string>
<string name="file">Tiedosto</string>
<string name="folder">Kansio</string>
<string name="light_theme">Vaalea teema</string>
<string name="goto_line">Siirry riville</string>
<string name="find">Löydä</string>
<string name="replace">Korvaa</string>
<string name="root_permission">Pääkäyttäjän oikeudet</string>
<string name="share">Jaa</string>
<string name="keyboard_suggestions_and_swipe">Näppäimistöehdotukset ja pyyhkäisy</string>
<string name="enable_autoencoding">Automaattinen koodaus</string>
<string name="set_as_working_folder">Määritä työkansioksi</string>
<string name="is_the_working_folder">Tämä on työkansio</string>
<string name="save_changes">Haluatko tallentaa muutokset tiedostoon %s?</string>
<string name="regular_expression">Säännöllinen lauseke</string>
<string name="text_to_find">Etsittävä teksti</string>
<string name="text_to_replace">Korvattava teksti</string>
<string name="next">Seuraava</string>
<string name="previous">Edellinen</string>
<string name="please_wait">Odota&#8230;</string>
<string name="occurrences_found">%s esiintymää löydettiin</string>
<string name="app_version">Versio %s</string>
<string name="translate_the_app">Auta kääntämisessä</string>
<string name="changelog">Muutosloki</string>
<string name="match_case">Sama kirjainkoko</string>
<string name="long_click_for_more_options">Saat lisää vaihtoehtoja napsauttamalla</string>
<string name="pro_version">Pro-versio</string>
<string name="auto_save">Automaattinen tallennus</string>
<string name="read_only">Vain luku</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Tiedot</string>
<string name="aboutactivity_app_category">Sovelluksen tiedot</string>
<string name="aboutactivity_miscellaneous_category">Sekalaiset</string>
<string name="aboutactivity_version">Versio %1$s</string>
<string name="aboutactivity_author">Kehittäjä</string>
<string name="aboutactivity_authorsite">Kotisivut</string>
<string name="aboutactivity_authorsite_summary">Näytä kehittäjän kotisivut</string>
<string name="aboutactivity_authoremail">Sähköposti</string>
<string name="aboutactivity_authoremail_summary">Lähetä sähköpostia kehittäjälle</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Näytä kehittäjän Twitter-sivu</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Näytä kehittäjän Google+-sivu</string>
<string name="aboutactivity_betatester">Ryhdy beetatestaajaksi</string>
<string name="aboutactivity_betatester_summary">Ole osa yhteisöä vastaanottamalla beetapäivityksiä</string>
<string name="aboutactivity_helptranslate">Käännä sovellus</string>
<string name="aboutactivity_helptranslate_summary">Korjaa virheitä tai lisää uusia käännöksiä</string>
<string name="aboutactivity_readme">Lue minut</string>
<string name="aboutactivity_readme_summary">Lue viite</string>
<string name="aboutactivity_faq">UKK</string>
<string name="aboutactivity_faq_summary">Näytä usein kysytyt kysymykset</string>
<string name="aboutactivity_changelog">Muutosloki</string>
<string name="aboutactivity_changelog_summary">Näytä sovelluksen muutosloki</string>
<string name="aboutactivity_license">Käyttöehdot</string>
<string name="aboutactivity_license_summary">Lue käyttöehdot</string>
<string name="aboutactivity_license_accept">Hyväksy</string>
<string name="aboutactivity_license_refuse">Hylkää</string>
<string name="aboutactivity_privacy">Yksityisyyskäytäntö</string>
<string name="aboutactivity_privacy_summary">Lue yksityisyyskäytäntö</string>
<string name="aboutactivity_todo">Tehtävälista</string>
<string name="aboutactivity_todo_summary">Lue tehtävälista</string>
<string name="aboutactivity_donate">Tee lahjoitus</string>
<string name="aboutactivity_donate_summary">Kiitos tuestanne!</string>
<string name="aboutactivity_market">Play-kauppa</string>
<string name="aboutactivity_market_summary">Lähetä palautetta ja arvostele!</string>
<string name="aboutactivity_authormarket">Muut sovellukset</string>
<string name="aboutactivity_authormarket_summary">Näytä kehittäjän muut sovellukset</string>
<string name="aboutactivity_xda">XDA-ketju</string>
<string name="aboutactivity_xda_summary">Lähetä palautteesi tänne!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Utiliser une police de largeur fixe</string>
<string name="recent_files">Fichiers récents</string>
<string name="font_size">Taille de la police</string>
<string name="connection_name">Nom de la connexion</string>
<string name="line_numbers">Numéros de ligne</string>
<string name="wrap_content">Regrouper le contenu</string>
<string name="view_it_on_the_web">Voir sur le web</string>
<string name="file">Fichier</string>
<string name="folder">Dossier </string>
<string name="light_theme">Thème clair</string>
<string name="goto_line">Aller à la ligne</string>
<string name="find">Rechercher</string>
<string name="replace">Remplacer</string>
<string name="share">Partager</string>
<string name="keyboard_suggestions_and_swipe">Suggestions clavier et gestes spéciaux</string>
<string name="enable_autoencoding">Encodage automatique</string>
<string name="set_as_working_folder">Définir comme dossier courant</string>
<string name="is_the_working_folder">C\'est le dossier courant</string>
<string name="save_changes">Voulez-vous enregistrer les modifications du fichier %s ?</string>
<string name="regular_expression">Expression régulière</string>
<string name="text_to_find">Texte à rechercher</string>
<string name="text_to_replace">Texte à remplacer</string>
<string name="next">Suivant</string>
<string name="previous">Précédent</string>
<string name="please_wait">Veuillez patienter&#8230;</string>
<string name="occurrences_found">occurrences de %s ont été trouvées</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Traduire</string>
<string name="changelog">Historique des changements</string>
<string name="match_case">Respecter la casse</string>
<string name="long_click_for_more_options">Clic long pour plus d\'options</string>
<string name="pro_version">Version Pro</string>
<string name="auto_save">Sauvegarde automatique</string>
<string name="read_only">Lecture seule</string>
<string name="send_error_reports">Envoyer les rapports d\'erreur</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nouveau compte</string>
<string name="attiva">Actif</string>
<string name="cancella">Supprimer</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Ouvrir un fichier</string>
<string name="open_this_time_only">Ouvrir cette fois-ci seulement</string>
<string name="change_list_type">Modifier le type de liste</string>
<string name="use_monospace">Utiliser une police de largeur fixe</string>
<string name="recent_files">Fichiers récents</string>
<string name="font_size">Taille de la police</string>
<string name="connection_name">Nom de la connexion</string>
<string name="line_numbers">Numéros de ligne</string>
<string name="wrap_content">Regrouper le contenu</string>
<string name="view_it_on_the_web">Voir sur le web</string>
<string name="add">Ajouter</string>
<string name="file">Fichier</string>
<string name="folder">Dossier </string>
<string name="light_theme">Thème clair</string>
<string name="goto_line">Aller à la ligne</string>
<string name="find">Rechercher</string>
<string name="replace">Remplacer</string>
<string name="root_permission">Autorisation racine</string>
<string name="share">Partager</string>
<string name="keyboard_suggestions_and_swipe">Suggestions clavier et gestes spéciaux</string>
<string name="enable_autoencoding">Encodage automatique</string>
<string name="set_as_working_folder">Définir comme dossier courant</string>
<string name="is_the_working_folder">C\'est le dossier courant</string>
<string name="save_changes">Voulez-vous enregistrer les modifications du fichier %s ?</string>
<string name="regular_expression">Expression régulière</string>
<string name="text_to_find">Texte à rechercher</string>
<string name="text_to_replace">Texte à remplacer</string>
<string name="next">Suivant</string>
<string name="previous">Précédent</string>
<string name="please_wait">Veuillez patienter&#8230;</string>
<string name="occurrences_found">occurrences de %s ont été trouvées</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Traduire</string>
<string name="changelog">Historique des changements</string>
<string name="match_case">Respecter la casse</string>
<string name="long_click_for_more_options">Clic long pour plus d\'options</string>
<string name="pro_version">Version Pro</string>
<string name="auto_save">Sauvegarde automatique</string>
<string name="read_only">Lecture seule</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informations</string>
<string name="aboutactivity_app_category">Informations sur l\'application</string>
<string name="aboutactivity_miscellaneous_category">Divers</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Auteur</string>
<string name="aboutactivity_authorsite">Site de l\'auteur</string>
<string name="aboutactivity_authorsite_summary">Voir le site de l\'auteur</string>
<string name="aboutactivity_authoremail">Courrier de l\'auteur</string>
<string name="aboutactivity_authoremail_summary">Envoyer un mail à l\'auteur</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Voir la page Twitter</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Voir la page Google+</string>
<string name="aboutactivity_betatester">Devenir un bêta-testeur</string>
<string name="aboutactivity_betatester_summary">Faire partie de la communauté pour recevoir des mises à jour bêta</string>
<string name="aboutactivity_helptranslate">Traduire l\'Application</string>
<string name="aboutactivity_helptranslate_summary">Corriger certaines erreurs ou ajouter une nouvelle traduction</string>
<string name="aboutactivity_readme">Lisez-moi</string>
<string name="aboutactivity_readme_summary">Lire le manuel</string>
<string name="aboutactivity_faq">Questions Fréquentes</string>
<string name="aboutactivity_faq_summary">Voir les questions fréquentes</string>
<string name="aboutactivity_changelog">Historique des changements</string>
<string name="aboutactivity_changelog_summary">Voir l\'historique des changements</string>
<string name="aboutactivity_license">Conditions dutilisation</string>
<string name="aboutactivity_license_summary">Lire les conditions d\'utilisation</string>
<string name="aboutactivity_license_accept">Accepter</string>
<string name="aboutactivity_license_refuse">Refuser</string>
<string name="aboutactivity_privacy">Politique de confidentialité</string>
<string name="aboutactivity_privacy_summary">Lire la politique de confidentialité</string>
<string name="aboutactivity_todo">Liste des améliorations à apporter</string>
<string name="aboutactivity_todo_summary">Lire a liste des améliorations à apporter</string>
<string name="aboutactivity_donate">Faire un don</string>
<string name="aboutactivity_donate_summary">Merci de me soutenir!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Envoyer vos commentaires et notez-le!</string>
<string name="aboutactivity_authormarket">Boutique de l\'auteur</string>
<string name="aboutactivity_authormarket_summary">Voir les autres applications de l\'auteur!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nova conta</string>
<string name="attiva">Activo</string>
<string name="cancella">Borrar</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Compartir</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Información</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Fix szélességű betűk használata</string>
<string name="recent_files">Legutóbbi fájlok</string>
<string name="font_size">Betűméret</string>
<string name="connection_name">Kapcsolat neve</string>
<string name="line_numbers">Sorszámok</string>
<string name="wrap_content">Tartalom tördelése</string>
<string name="view_it_on_the_web">Megtekintés az interneten</string>
<string name="file">Fájl</string>
<string name="folder">Mappa</string>
<string name="light_theme">Világos téma</string>
<string name="goto_line">Sorhoz ugrás</string>
<string name="find">Keresés</string>
<string name="replace">Csere</string>
<string name="share">Megosztás</string>
<string name="keyboard_suggestions_and_swipe">Billentyűzet javaslatok és Swipe</string>
<string name="enable_autoencoding">Automatikus kódolás</string>
<string name="set_as_working_folder">Beállítás munkakönyvtárlént</string>
<string name="is_the_working_folder">Ez a munkakönyvtár</string>
<string name="save_changes">Szeretné menteni a változtatásokat a(z) \"%s\" fájlba?</string>
<string name="regular_expression">Reguláris kifejezés</string>
<string name="text_to_find">Keresendő szöveg</string>
<string name="text_to_replace">Cserélendő szöveg</string>
<string name="next">Következő</string>
<string name="previous">Előző</string>
<string name="please_wait">Kérem várjon&#8230;</string>
<string name="occurrences_found">%s előfordulás</string>
<string name="app_version">Változatszám: %s</string>
<string name="translate_the_app">Fordítás</string>
<string name="changelog">Változásnapló</string>
<string name="match_case">Kis- és nagybetűk egyezése</string>
<string name="long_click_for_more_options">Hosszú-kattintás a további beállításokhoz</string>
<string name="pro_version">Pro változat</string>
<string name="auto_save">Automatikus mentés</string>
<string name="read_only">Csak olvasható</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Új fiók</string>
<string name="attiva">Aktív</string>
<string name="cancella">Törlés</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Fájl megnyitása</string>
<string name="open_this_time_only">Megnyitás csak most</string>
<string name="change_list_type">A lista típusának módosítása</string>
<string name="use_monospace">Fix szélességű betűk használata</string>
<string name="recent_files">Legutóbbi fájlok</string>
<string name="font_size">Betűméret</string>
<string name="connection_name">Kapcsolat neve</string>
<string name="line_numbers">Sorszámok</string>
<string name="wrap_content">Tartalom tördelése</string>
<string name="view_it_on_the_web">Megtekintés az interneten</string>
<string name="add">Hozzáadás</string>
<string name="file">Fájl</string>
<string name="folder">Mappa</string>
<string name="light_theme">Világos téma</string>
<string name="goto_line">Sorhoz ugrás</string>
<string name="find">Keresés</string>
<string name="replace">Csere</string>
<string name="root_permission">Root hozzáférés</string>
<string name="share">Megosztás</string>
<string name="keyboard_suggestions_and_swipe">Billentyűzet javaslatok és Swipe</string>
<string name="enable_autoencoding">Automatikus kódolás</string>
<string name="set_as_working_folder">Beállítás munkakönyvtárlént</string>
<string name="is_the_working_folder">Ez a munkakönyvtár</string>
<string name="save_changes">Szeretné menteni a változtatásokat a(z) \"%s\" fájlba?</string>
<string name="regular_expression">Reguláris kifejezés</string>
<string name="text_to_find">Keresendő szöveg</string>
<string name="text_to_replace">Cserélendő szöveg</string>
<string name="next">Következő</string>
<string name="previous">Előző</string>
<string name="please_wait">Kérem várjon&#8230;</string>
<string name="occurrences_found">%s előfordulás</string>
<string name="app_version">Változatszám: %s</string>
<string name="translate_the_app">Fordítás</string>
<string name="changelog">Változásnapló</string>
<string name="match_case">Kis- és nagybetűk egyezése</string>
<string name="long_click_for_more_options">Hosszú-kattintás a további beállításokhoz</string>
<string name="pro_version">Pro változat</string>
<string name="auto_save">Automatikus mentés</string>
<string name="read_only">Csak olvasható</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Információ</string>
<string name="aboutactivity_app_category">Alkalmazás-információ</string>
<string name="aboutactivity_miscellaneous_category">Egyebek</string>
<string name="aboutactivity_version">Változat: %1$s</string>
<string name="aboutactivity_author">Szerző</string>
<string name="aboutactivity_authorsite">Szerző oldala</string>
<string name="aboutactivity_authorsite_summary">Szerző oldalának megjelenítése</string>
<string name="aboutactivity_authoremail">A szerző email címe</string>
<string name="aboutactivity_authoremail_summary">Email küldése a szerzőnek</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Twitter oldal megjelenítése</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Google Plus oldal megjelenítése</string>
<string name="aboutactivity_betatester">Legyen béta tesztelő!</string>
<string name="aboutactivity_betatester_summary">Legyen a közösség tagja, hogy megkaphassa a béta frissítéseket!</string>
<string name="aboutactivity_helptranslate">Fordítsa le az alkalmazást!</string>
<string name="aboutactivity_helptranslate_summary">Javítsa a hibákat vagy adjon hozzá új fordításokat!</string>
<string name="aboutactivity_readme">Olvasd el!</string>
<string name="aboutactivity_readme_summary">Olvassa el a jegyzetet!</string>
<string name="aboutactivity_faq">GY.I.K.</string>
<string name="aboutactivity_faq_summary">Az alkalmazás GY.I.K megjelenítése</string>
<string name="aboutactivity_changelog">Változásnapló</string>
<string name="aboutactivity_changelog_summary">Változások naplójának megjelenítése</string>
<string name="aboutactivity_license">Szolgáltatási feltételek</string>
<string name="aboutactivity_license_summary">Olvassa el a szolgáltatási feltételeket!</string>
<string name="aboutactivity_license_accept">Elfogadás</string>
<string name="aboutactivity_license_refuse">Visszautasítás</string>
<string name="aboutactivity_privacy">Adatvédelmi nyilatkozat</string>
<string name="aboutactivity_privacy_summary">Olvassa el az adatvédelmi nyilatkozatot!</string>
<string name="aboutactivity_todo">ToDo lista</string>
<string name="aboutactivity_todo_summary">Olvassa el a tennivalók listáját!</string>
<string name="aboutactivity_donate">Támogasson!</string>
<string name="aboutactivity_donate_summary">Köszönöm a támogatását!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Küldjön visszajelzést és értékelje!</string>
<string name="aboutactivity_authormarket">A szerző tárhelye</string>
<string name="aboutactivity_authormarket_summary">A szerző alkalmazásainak megjelenítése</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Gunakan monospace</string>
<string name="recent_files">File baru-baru ini</string>
<string name="font_size">Ukuran font</string>
<string name="connection_name">Nama Sambungan</string>
<string name="line_numbers">Nomor Baris</string>
<string name="wrap_content">Wrap Konten</string>
<string name="view_it_on_the_web">Lihat di web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Tema Terang</string>
<string name="goto_line">Pergi ke Baris</string>
<string name="find">Cari</string>
<string name="replace">Replace</string>
<string name="share">Bagikan</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Pengkodean-Otomatis</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Akun baru</string>
<string name="attiva">Aktif</string>
<string name="cancella">Hapus</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Buka file</string>
<string name="open_this_time_only">Hanya buka kali ini</string>
<string name="change_list_type">Ubah tipe daftar</string>
<string name="use_monospace">Gunakan monospace</string>
<string name="recent_files">File baru-baru ini</string>
<string name="font_size">Ukuran font</string>
<string name="connection_name">Nama Sambungan</string>
<string name="line_numbers">Nomor Baris</string>
<string name="wrap_content">Wrap Konten</string>
<string name="view_it_on_the_web">Lihat di web</string>
<string name="add">Tambah</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Tema Terang</string>
<string name="goto_line">Pergi ke Baris</string>
<string name="find">Cari</string>
<string name="replace">Replace</string>
<string name="root_permission">Perijinan Root</string>
<string name="share">Bagikan</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Pengkodean-Otomatis</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Info Aplikasi</string>
<string name="aboutactivity_miscellaneous_category">Lain-lain</string>
<string name="aboutactivity_version">Versi %1$s</string>
<string name="aboutactivity_author">Pembuat</string>
<string name="aboutactivity_authorsite">Situs pembuat</string>
<string name="aboutactivity_authorsite_summary">Tampilkan situs pembuat</string>
<string name="aboutactivity_authoremail">Email pembuat</string>
<string name="aboutactivity_authoremail_summary">Kirim email ke pembuat</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Tampilkan halaman twitter</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Tampilkan halaman Google Plus</string>
<string name="aboutactivity_betatester">Menjadi beta tester</string>
<string name="aboutactivity_betatester_summary">Menjadi bagian dari komunitas untuk menerima pembaruan beta</string>
<string name="aboutactivity_helptranslate">Terjemahkan aplikasi</string>
<string name="aboutactivity_helptranslate_summary">Perbaiki terjemahan atau tambah terjemahan baru</string>
<string name="aboutactivity_readme">Harap baca</string>
<string name="aboutactivity_readme_summary">Baca referensi</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Tampilkan FAQ app</string>
<string name="aboutactivity_changelog">Changelog</string>
<string name="aboutactivity_changelog_summary">Tampilkan changelog app</string>
<string name="aboutactivity_license">Ketentuan layanan</string>
<string name="aboutactivity_license_summary">Baca Ketentuan layanan</string>
<string name="aboutactivity_license_accept">Terima</string>
<string name="aboutactivity_license_refuse">Tolak</string>
<string name="aboutactivity_privacy">Kebijakan privasi</string>
<string name="aboutactivity_privacy_summary">Baca kebijakan privasi</string>
<string name="aboutactivity_todo">Daftar yang akan dilakukan</string>
<string name="aboutactivity_todo_summary">Baca yang akan daftar yang akan dilakukan</string>
<string name="aboutactivity_donate">Donasi</string>
<string name="aboutactivity_donate_summary">Terima Kasih telah mendukung saya!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Kirim umpan balik dan beri peringkat!</string>
<string name="aboutactivity_authormarket">Store Pembuat</string>
<string name="aboutactivity_authormarket_summary">Tampilkan aplikasi dari pembuat!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Monospace</string>
<string name="recent_files">File recenti</string>
<string name="font_size">Dimensione del carattere</string>
<string name="connection_name">Nome della connessione</string>
<string name="line_numbers">Numeri delle linee</string>
<string name="wrap_content">Vai a capo</string>
<string name="view_it_on_the_web">Guardalo sul web</string>
<string name="file">File</string>
<string name="folder">Cartella</string>
<string name="light_theme">Tema chiaro</string>
<string name="goto_line">Vai alla riga</string>
<string name="find">Trova</string>
<string name="replace">Sostituisci</string>
<string name="share">Condividi</string>
<string name="keyboard_suggestions_and_swipe">Suggerimenti della tastiera e swipe</string>
<string name="enable_autoencoding">Codifica automatica</string>
<string name="set_as_working_folder">Imposta come cartella di lavoro</string>
<string name="is_the_working_folder">È la cartella di lavoro</string>
<string name="save_changes">Si desidera salvare le modifiche al file %s?</string>
<string name="regular_expression">Espressione regolare</string>
<string name="text_to_find">Testo da cercare</string>
<string name="text_to_replace">Testo da sostituire</string>
<string name="next">Prossimo</string>
<string name="previous">Precedente</string>
<string name="please_wait">Attendere prego&#8230;</string>
<string name="occurrences_found">%s occorrenze trovate</string>
<string name="app_version">Versione %s</string>
<string name="translate_the_app">Traduci</string>
<string name="changelog">ChangeLog</string>
<string name="match_case">Maiuscole-minuscole</string>
<string name="long_click_for_more_options">Click lungo per ulteriori opzioni</string>
<string name="pro_version">Versione Pro</string>
<string name="auto_save">Salvataggio automatico</string>
<string name="read_only">Solo lettura</string>
<string name="send_error_reports">Invia rapporti di errore</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nuovo account</string>
<string name="attiva">Attiva</string>
<string name="cancella">Cancella</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Apri un file</string>
<string name="open_this_time_only">Apri solo questa volta</string>
<string name="change_list_type">Cambia il tipo di lista</string>
<string name="use_monospace">Monospace</string>
<string name="recent_files">File recenti</string>
<string name="font_size">Dimensione del carattere</string>
<string name="connection_name">Nome della connessione</string>
<string name="line_numbers">Numeri delle linee</string>
<string name="wrap_content">Vai a capo</string>
<string name="view_it_on_the_web">Guardalo sul web</string>
<string name="add">Aggiungi</string>
<string name="file">File</string>
<string name="folder">Cartella</string>
<string name="light_theme">Tema chiaro</string>
<string name="goto_line">Vai alla riga</string>
<string name="find">Trova</string>
<string name="replace">Sostituisci</string>
<string name="root_permission">Permessi di root</string>
<string name="share">Condividi</string>
<string name="keyboard_suggestions_and_swipe">Suggerimenti della tastiera e swipe</string>
<string name="enable_autoencoding">Codifica automatica</string>
<string name="set_as_working_folder">Imposta come cartella di lavoro</string>
<string name="is_the_working_folder">È la cartella di lavoro</string>
<string name="save_changes">Si desidera salvare le modifiche al file %s?</string>
<string name="regular_expression">Espressione regolare</string>
<string name="text_to_find">Testo da cercare</string>
<string name="text_to_replace">Testo da sostituire</string>
<string name="next">Prossimo</string>
<string name="previous">Precedente</string>
<string name="please_wait">Attendere prego&#8230;</string>
<string name="occurrences_found">%s occorrenze trovate</string>
<string name="app_version">Versione %s</string>
<string name="translate_the_app">Traduci</string>
<string name="changelog">ChangeLog</string>
<string name="match_case">Maiuscole-minuscole</string>
<string name="long_click_for_more_options">Click lungo per ulteriori opzioni</string>
<string name="pro_version">Versione Pro</string>
<string name="auto_save">Salvataggio automatico</string>
<string name="read_only">Solo lettura</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informazioni</string>
<string name="aboutactivity_app_category">Informazioni applicazione</string>
<string name="aboutactivity_miscellaneous_category">Varie</string>
<string name="aboutactivity_version">Versione %1$s</string>
<string name="aboutactivity_author">Autore</string>
<string name="aboutactivity_authorsite">Sito Web Autore</string>
<string name="aboutactivity_authorsite_summary">Visualizza il sito dell\'autore</string>
<string name="aboutactivity_authoremail">Email Autore</string>
<string name="aboutactivity_authoremail_summary">Manda una mail all\'autore</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Visualizza la pagina twitter</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Visualizza pagina Google Plus</string>
<string name="aboutactivity_betatester">Diventa un beta tester</string>
<string name="aboutactivity_betatester_summary">Diventa una parte della gruppo per ricevere gli aggiornamenti beta</string>
<string name="aboutactivity_helptranslate">Traduci l\'applicazione</string>
<string name="aboutactivity_helptranslate_summary">Correggi alcuni errori o aggiungi una nuova traduzione</string>
<string name="aboutactivity_readme">Leggimi</string>
<string name="aboutactivity_readme_summary">Leggi la guida</string>
<string name="aboutactivity_faq">Domande frequenti</string>
<string name="aboutactivity_faq_summary">Visualizza le FAQ</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Visualizza i cambiamenti</string>
<string name="aboutactivity_license">Termini di servizio</string>
<string name="aboutactivity_license_summary">Leggi i termini di servizio</string>
<string name="aboutactivity_license_accept">Accetta</string>
<string name="aboutactivity_license_refuse">Rifiuta</string>
<string name="aboutactivity_privacy">Norme sulla privacy</string>
<string name="aboutactivity_privacy_summary">Leggi le norme sulla privacy</string>
<string name="aboutactivity_todo">Da Fare</string>
<string name="aboutactivity_todo_summary">Leggi la lista delle cosa da fare</string>
<string name="aboutactivity_donate">Fai una donazione</string>
<string name="aboutactivity_donate_summary">Grazie per il tuo supporto!</string>
<string name="aboutactivity_market">Android Market</string>
<string name="aboutactivity_market_summary">Visualizza l\'app nel market!</string>
<string name="aboutactivity_authormarket">Market Autore</string>
<string name="aboutactivity_authormarket_summary">Visualizza altre app!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Posta il tuo feedback qui!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">משתמש חדש</string>
<string name="attiva">אקטיבי</string>
<string name="cancella">מחק</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">מידע</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,154 +18,155 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aggiungi_account">New account</string>
<string name="use_monospace">モノスペースを使用</string>
<string name="recent_files">最近使用したファイル</string>
<string name="font_size">フォント サイズ</string>
<string name="connection_name">接続名</string>
<string name="line_numbers">行番号</string>
<string name="wrap_content">コンテンツを折り返し</string>
<string name="view_it_on_the_web">Web 上で見る</string>
<string name="file">ファイル</string>
<string name="folder">フォルダー</string>
<string name="light_theme">ライトテーマ</string>
<string name="goto_line">行へ移動</string>
<string name="find">検索</string>
<string name="replace">置換</string>
<string name="share">共有</string>
<string name="keyboard_suggestions_and_swipe">キーボードの候補とスワイプ</string>
<string name="enable_autoencoding">自動エンコーディング</string>
<string name="set_as_working_folder">作業フォルダーとして設定</string>
<string name="is_the_working_folder">これは作業フォルダーです</string>
<string name="save_changes">ファイル %s に変更を保存しますか?</string>
<string name="regular_expression">正規表現</string>
<string name="text_to_find">検索するテキスト</string>
<string name="text_to_replace">置換するテキスト</string>
<string name="next">次へ</string>
<string name="previous">前へ</string>
<string name="please_wait">お待ちください&#8230;</string>
<string name="occurrences_found">%s の出現が見つかりました</string>
<string name="app_version">バージョン %s</string>
<string name="translate_the_app">翻訳</string>
<string name="changelog">変更履歴</string>
<string name="match_case">大文字と小文字を区別</string>
<string name="long_click_for_more_options">追加のオプションは長押ししてください</string>
<string name="pro_version">プロ バージョン</string>
<string name="auto_save">自動保存</string>
<string name="read_only">読み取り専用</string>
<string name="send_error_reports">エラーレポートを送信</string>
<string name="extra_options">追加のオプション</string>
<string name="split_text_if_too_long">長すぎる場合にテキストを分割</string>
<string name="ignore_back_button">戻るボタンを無視</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">新しいアカウント</string>
<string name="attiva">アクティブ</string>
<string name="cancella">削除</string>
<string name="cancellazione">ファイルを削除中&#8230;</string>
<string name="caricamento">ローディング&#8230;</string>
<string name="cartella_locale_corrente">ローカルのカレントフォルダ</string>
<string name="chiave_privata">秘密鍵</string>
<string name="chiaro">Light</string>
<string name="chiaro">ライト</string>
<string name="codifica">文字エンコード</string>
<string name="condividi">Share</string>
<string name="crea_cartella_locale">New local folder</string>
<string name="crea_cartella_remota">New remote folder</string>
<string name="crea_file_remoto">New remote file</string>
<string name="new_local_file">New local file</string>
<string name="condividi">共有</string>
<string name="crea_cartella_locale">新しいローカル フォルダー</string>
<string name="crea_cartella_remota">新しいリモート フォルダー</string>
<string name="crea_file_remoto">新しいリモート ファイル</string>
<string name="new_local_file">新しいローカル ファイル</string>
<string name="disconneti">切断</string>
<string name="default_local_folder">デフォルトのローカルフォルダ</string>
<string name="dove_scaricare">Where to download?</string>
<string name="dove_scaricare">ここにダウンロードしますか?</string>
<string name="download">ダウンロード</string>
<string name="download_completato">Download completed</string>
<string name="duplicate">Duplicate</string>
<string name="fatto">Done</string>
<string name="home">Home</string>
<string name="download_completato">ダウンロードが完了しました</string>
<string name="duplicate">複製</string>
<string name="fatto">完了</string>
<string name="home">ホーム</string>
<string name="host">ホスト</string>
<string name="info">情報</string>
<string name="locale">Local</string>
<string name="locale">ローカル</string>
<string name="log_in">ログイン中&#8230;</string>
<string name="modifica">Edit</string>
<string name="modifica">編集</string>
<string name="muovi">移動</string>
<string name="nascondi">Hide</string>
<string name="nome_app">Turbo Client</string>
<string name="nome_app_turbo_editor">Turbo Editor</string>
<string name="nascondi">非表示</string>
<string name="nome_app">ターボ クライアント</string>
<string name="nome_app_turbo_editor">ターボ エディター</string>
<string name="nome_utente">ユーザー名</string>
<string name="passiva">パッシブモード</string>
<string name="passphrase">Passphrase</string>
<string name="passphrase">パスフレーズ</string>
<string name="password">パスワード</string>
<string name="password_summary">Leave it empty to prompt for it every session</string>
<string name="password_summary">毎回入力するには空にしてください</string>
<string name="porta">ポート番号</string>
<string name="preferenze">設定</string>
<string name="remoto">Remote</string>
<string name="riavva_per_tema">To change the theme, restart the application</string>
<string name="remoto">リモート</string>
<string name="riavva_per_tema">テーマを変更するにはアプリを再起動してください</string>
<string name="rinomina">名前の変更</string>
<string name="root">Root</string>
<string name="salva">保存</string>
<string name="scuro">Dark</string>
<string name="scuro">ダーク</string>
<string name="seleziona">選択</string>
<string name="seleziona_account">アカウントを選択</string>
<string name="sicuro">本当に実行しますか?</string>
<string name="something_failed">Something failed</string>
<string name="skip_same_file">Do not transfer same file</string>
<string name="something_failed">何かエラーがあります</string>
<string name="skip_same_file">同じファイルを転送できません。</string>
<string name="tema_app">アプリのテーマ</string>
<string name="tipo_connessione">接続のタイプ</string>
<string name="tipo_protocollo">プロトコルのタイプ</string>
<string name="un_altra_cartella">他のフォルダ</string>
<string name="use_passphrase">Use a passphrase</string>
<string name="use_passphrase">パスフレーズを使用</string>
<string name="upload">アップロード</string>
<string name="upload_completato">Upload completed</string>
<string name="what_to_do">What do you want to do?</string>
<string name="menu_syntax_highlight">Syntax highlight</string>
<string name="upload_completato">アップロードが完了しました</string>
<string name="what_to_do">下記のどれかを選択して下さい。</string>
<string name="menu_syntax_highlight">構文の強調表示</string>
<string name="testo_indietro">取り消し</string>
<string name="testo_rifai">やり直し</string>
<string name="sync">同期</string>
<string name="remote_folder_to_sync">同期するリモートのフォルダ</string>
<string name="local_folder_to_sync">同期するローカルのフォルダ</string>
<string name="vota">評価する</string>
<string name="inapp_unavailable">Cannot contact Google Play</string>
<string name="inapp_description">Support the development of other great features.</string>
<string name="upgrade_premium">Upgrade to Premium</string>
<string name="upgrade_premium_summary">Upgrade to Premium and support the development of Turbo Client!</string>
<string name="download_unlocked_version">Download unlocked version</string>
<string name="inapp_second_description">What is Turbo Client worth to you? Set your price! </string>
<string name="inapp_first_description">Upgrade to unlock this features:</string>
<string name="inapp_item_openandeditfiles">Power to open and modify any type of file.</string>
<string name="inapp_item_backup_service">Backup service to backup and restore your data safely. </string>
<string name="inapp_unlock_features">Unlock the Premium features</string>
<string name="inapp_seconditem_description">I really like this app!</string>
<string name="inapp_thirditem_description">I love this app!</string>
<string name="backup_accounts">Backup the accounts</string>
<string name="restore_accounts">Restore the accounts</string>
<string name="share_accounts">Backup and share the accounts</string>
<string name="importing_accounts">Importing the accounts&#8230;</string>
<string name="exporting_accounts">Exporting the accounts...</string>
<string name="backup_not_found">No backups found</string>
<string name="err_cant_open_the_file">Cannot open the file</string>
<string name="err_temp_folder_doesnt_exist">Temporary folder does not exist</string>
<string name="err_occured">An error occurred</string>
<string name="inapp_unavailable">Google Play に接続できません。</string>
<string name="inapp_description">他の素晴らしい機能の開発をサポートします。</string>
<string name="upgrade_premium">プレミアムにアップグレード</string>
<string name="upgrade_premium_summary">プレミアムにアップグレードし、ターボ クライアントの開発をサポートします </string>
<string name="download_unlocked_version">ロック解除されたバージョンをダウンロード</string>
<string name="inapp_second_description">ターボ クライアントはあなたにどれくらい価値がありますか?価格を設定してください! </string>
<string name="inapp_first_description">この機能をロック解除するためアップグレード:</string>
<string name="inapp_item_openandeditfiles">任意の種類のファイルを開いて変更します。</string>
<string name="inapp_item_backup_service">安全にデータのバックアップおよび復元を行うバックアップサービス。 </string>
<string name="inapp_unlock_features">プレミアム機能をロック解除</string>
<string name="inapp_seconditem_description">このアプリケーションが本当に好き!</string>
<string name="inapp_thirditem_description">このアプリが大好き!</string>
<string name="backup_accounts">アカウントをバックアップ</string>
<string name="restore_accounts">アカウントを復元</string>
<string name="share_accounts">アカウントのバックアップおよび共有</string>
<string name="importing_accounts">アカウントをインポートしています&#8230;</string>
<string name="exporting_accounts">アカウントをエクスポートしています…</string>
<string name="backup_not_found">バックアップはありません</string>
<string name="err_cant_open_the_file">ファイルを開くことができません</string>
<string name="err_temp_folder_doesnt_exist">一時フォルダーが存在しません</string>
<string name="err_occured">エラーが発生しました</string>
<string name="ui_ux">UI</string>
<string name="remove">Remove</string>
<string name="modification_date">Modification date</string>
<string name="name">Name</string>
<string name="size">Size</string>
<string name="sort">Sort</string>
<string name="open">Open</string>
<string name="file_modified">The file %1$s was modified, do you want to upload it?</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="create_new_account">Create a new account</string>
<string name="create_new_account_to_start">Create a new account to start.</string>
<string name="type">Type</string>
<string name="send_feedback">Send feedback</string>
<string name="copy_url">Copy URL</string>
<string name="cut">Cut</string>
<string name="paste">paste</string>
<string name="advanced">Advanced</string>
<string name="auto">Auto</string>
<string name="bytes">Bytes</string>
<string name="unit_measurement_for_file_size">Unit of measurement for file size</string>
<string name="open_source_license">Open Source licenses</string>
<string name="open_source_license_summary">Show open source licenses</string>
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="remove">削除</string>
<string name="modification_date">変更日</string>
<string name="name">名前</string>
<string name="size">サイズ</string>
<string name="sort">並べ換え</string>
<string name="open">開く</string>
<string name="file_modified">ファイル %1$s は変更されました、アップロードしますか?</string>
<string name="file_saved_with_success">ファイル %1$s は保存されました!</string>
<string name="create_new_account">新しいアカウントを作成します</string>
<string name="create_new_account_to_start">新しいアカウントを作成して開始します。</string>
<string name="type">種類</string>
<string name="send_feedback">フィードバックを送信</string>
<string name="copy_url">URLをコピー</string>
<string name="cut">切り取り</string>
<string name="paste">貼り付け</string>
<string name="advanced">詳細</string>
<string name="auto">自動</string>
<string name="bytes">バイト</string>
<string name="unit_measurement_for_file_size">ファイルサイズの単位</string>
<string name="open_source_license">オープン ソース ライセンス</string>
<string name="open_source_license_summary">オープン ソース ライセンスを表示</string>
<string name="open_a_file">ファイルを開く</string>
<string name="open_this_time_only">今回のみ開く</string>
<string name="change_list_type">リストの種類を変更</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">情報</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">고정 폭 사용</string>
<string name="recent_files">최근 파일</string>
<string name="font_size">글꼴 크기</string>
<string name="connection_name">연결 이름</string>
<string name="line_numbers">줄 번호</string>
<string name="wrap_content">자동 줄넘기기</string>
<string name="view_it_on_the_web">웹에서 보기</string>
<string name="file">파일</string>
<string name="folder">폴더</string>
<string name="light_theme">밝은 테마</string>
<string name="goto_line">라인으로 가기</string>
<string name="find">찾기</string>
<string name="replace">바꾸기</string>
<string name="share">공유</string>
<string name="keyboard_suggestions_and_swipe">키보드 제안 및 스와이프</string>
<string name="enable_autoencoding">자동 인코딩</string>
<string name="set_as_working_folder">작업 폴더 설정</string>
<string name="is_the_working_folder">이건 작업 폴더입니다</string>
<string name="save_changes">파일 %s의 변경 사항을 저장하겠습니까?</string>
<string name="regular_expression">정규 표현식</string>
<string name="text_to_find">찾을 텍스트</string>
<string name="text_to_replace">바꿀 텍스트</string>
<string name="next">다음</string>
<string name="previous">이전</string>
<string name="please_wait">기다려 주십시오&#8230;</string>
<string name="occurrences_found">%s개 발견</string>
<string name="app_version">버전 %s</string>
<string name="translate_the_app">번역</string>
<string name="changelog"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="match_case">대/소문자 구분</string>
<string name="long_click_for_more_options">길게 눌러 옵션 더보기</string>
<string name="pro_version">프로 버전</string>
<string name="auto_save">자동 저장</string>
<string name="read_only">읽기 전용</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">새 계정</string>
<string name="attiva">액티브(Active)</string>
<string name="cancella">삭제</string>
@ -33,11 +71,11 @@
<string name="condividi">공유</string>
<string name="crea_cartella_locale">새 로컬 폴더</string>
<string name="crea_cartella_remota">새 원격 폴더</string>
<string name="crea_file_remoto">새 원 파일</string>
<string name="crea_file_remoto">새 원 파일</string>
<string name="new_local_file">새 로컬 파일</string>
<string name="disconneti">연결 끊기</string>
<string name="default_local_folder">기본 로컬 폴더</string>
<string name="dove_scaricare">어디에 다운로드 하시겠습니까?</string>
<string name="dove_scaricare">어디에 다운로드겠습니까?</string>
<string name="download">내려받기</string>
<string name="download_completato">다운로드 완료</string>
<string name="duplicate">복사</string>
@ -56,11 +94,11 @@
<string name="passiva">패시브 모드</string>
<string name="passphrase">암호</string>
<string name="password">비밀번호</string>
<string name="password_summary">모든 섹션을 비워주세요</string>
<string name="password_summary">모든 섹션을 비워주십시오</string>
<string name="porta">포트</string>
<string name="preferenze">환경 설정</string>
<string name="remoto">원격</string>
<string name="riavva_per_tema">테마 변경을 적용하려면 재시작하세요</string>
<string name="riavva_per_tema">테마 변경을 적용하려면 재시작하십시오</string>
<string name="rinomina">이름 바꾸기</string>
<string name="root">루트</string>
<string name="salva">저장</string>
@ -69,7 +107,7 @@
<string name="seleziona_account">계정을 선택하십시오</string>
<string name="sicuro">정말로 실행하시겠습니까?</string>
<string name="something_failed">실패</string>
<string name="skip_same_file">같은파일을 전송하지 마세요</string>
<string name="skip_same_file">같은 파일을 전송하지 마십시오</string>
<string name="tema_app">앱 테마</string>
<string name="tipo_connessione">연결 방식</string>
<string name="tipo_protocollo">프로토콜 방식</string>
@ -77,7 +115,7 @@
<string name="use_passphrase">암호 사용</string>
<string name="upload">올리기</string>
<string name="upload_completato">업로드 완료</string>
<string name="what_to_do">뭘 할까요?</string>
<string name="what_to_do">무엇을 하겠습니까?</string>
<string name="menu_syntax_highlight">구문 하이라이트</string>
<string name="testo_indietro">실행 취소</string>
<string name="testo_rifai">다시 실행</string>
@ -85,24 +123,24 @@
<string name="remote_folder_to_sync">동기화 할 원격 폴더</string>
<string name="local_folder_to_sync">동기화 할 로컬 폴더</string>
<string name="vota">평가</string>
<string name="inapp_unavailable">구글 플이에 연결 할 수 없습니다</string>
<string name="inapp_unavailable">구글 플이에 연결할 수 없습니다</string>
<string name="inapp_description">다른 기능 개발을 지원합니다</string>
<string name="upgrade_premium">프리미엄 업그레이드</string>
<string name="upgrade_premium_summary">프리미엄으로 업그레이드 하고 터보 클라이언트의 개발을 지원하겠습니다!</string>
<string name="download_unlocked_version">공개버전 다운로드</string>
<string name="inapp_second_description">당신에게 있어서 터보 클라이언트의 가치는 얼마입니까? 가격을 정해주세요!</string>
<string name="upgrade_premium">프리미엄으로 업그레이드</string>
<string name="upgrade_premium_summary">프리미엄으로 업그레이드하고 터보 클라이언트의 개발을 지원하십시오!</string>
<string name="download_unlocked_version">해제된 버전 다운로드</string>
<string name="inapp_second_description">당신에게 터보 클라이언트의 가치는 얼마입니까? 가격을 정해주세요!</string>
<string name="inapp_first_description">이 기능을 업그레이드:</string>
<string name="inapp_item_openandeditfiles">모든 파일을 열고 수정합니다.</string>
<string name="inapp_item_backup_service">백업하여 데이터를 안전하게 복원합니다.</string>
<string name="inapp_item_backup_service">백업하여 데이터를 안전하게 복원합니다.</string>
<string name="inapp_unlock_features">프리미엄 기능 잠금 해제</string>
<string name="inapp_seconditem_description">이 앱을 좋아합니다!</string>
<string name="inapp_thirditem_description">이 앱을 사랑합니다!</string>
<string name="backup_accounts">계정 백업</string>
<string name="restore_accounts">계정 복원</string>
<string name="share_accounts">백업 및 계정 공유</string>
<string name="importing_accounts">계정 가져오</string>
<string name="exporting_accounts">계정 내보내</string>
<string name="backup_not_found">백업이 발견되지 않</string>
<string name="importing_accounts">계정 가져오는 중&#8230;</string>
<string name="exporting_accounts">계정 내보내는 중...</string>
<string name="backup_not_found">발견한 백업 없</string>
<string name="err_cant_open_the_file">파일을 열 수 없습니다</string>
<string name="err_temp_folder_doesnt_exist">임시 폴더가 존재하지 않습니다</string>
<string name="err_occured">오류가 발생했습니다!</string>
@ -116,10 +154,10 @@
<string name="file_modified">파일 %1$ s 수정함. 업로드 하시겠습니까?</string>
<string name="file_saved_with_success">파일 %1$s 저장 완료!</string>
<string name="create_new_account">새 계정 만들기</string>
<string name="create_new_account_to_start">시작 하려면 새 계정을 만듭니다.</string>
<string name="type">타입</string>
<string name="create_new_account_to_start">시작하려면 새 계정을 만드십시오.</string>
<string name="type">유형</string>
<string name="send_feedback">의견 보내기</string>
<string name="copy_url">주소 복사</string>
<string name="copy_url">URL 복사</string>
<string name="cut">잘라내기</string>
<string name="paste">붙여넣기</string>
<string name="advanced">고급</string>
@ -129,42 +167,6 @@
<string name="open_source_license">오픈 소스 라이센스</string>
<string name="open_source_license_summary">오픈 소스 라이센스 표시</string>
<string name="open_a_file">파일 열기</string>
<string name="open_this_time_only">번만 열기</string>
<string name="change_list_type">목록 타입 변경</string>
<string name="use_monospace">고정 폭 사용</string>
<string name="recent_files">최근 파일</string>
<string name="font_size">글꼴 크기</string>
<string name="connection_name">연결 이름</string>
<string name="line_numbers">줄 번호</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">폴더</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">공유</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="open_this_time_only">번만 열기</string>
<string name="change_list_type">목록 유형 변경</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category"><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_app_category">APP <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_miscellaneous_category"><EFBFBD><EFBFBD>Ÿ</string>
<string name="aboutactivity_version"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1$s</string>
<string name="aboutactivity_author"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_authorsite"><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈ</string>
<string name="aboutactivity_authorsite_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>Ʈ ǥ<><C7A5></string>
<string name="aboutactivity_authoremail"><EFBFBD≯<EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_authoremail_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڿ<EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_authortwitter">Ʈ<EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_authortwitter_summary">Ʈ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ǥ<><C7A5></string>
<string name="aboutactivity_authorgoogleplus"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD></string>
<string name="aboutactivity_authorgoogleplus_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>÷<EFBFBD><C3B7><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ǥ<><C7A5></string>
<string name="aboutactivity_betatester">베타테스터 신청</string>
<string name="aboutactivity_betatester_summary">베타 버전 업데이트를 받기 위해 커뮤니티의 일원이 됩니다</string>
<string name="aboutactivity_helptranslate">어플리케이션 번역</string>
<string name="aboutactivity_helptranslate_summary">BUMCORE™에서 2013. 11. 19. 번역 완료</string>
<string name="aboutactivity_readme"><EFBFBD>о<EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_readme_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20>б<EFBFBD></string>
<string name="aboutactivity_faq">자주 묻는 질문(FAQ)</string>
<string name="aboutactivity_faq_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>亯 ǥ<><C7A5></string>
<string name="aboutactivity_changelog"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_changelog_summary">APP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ǥ<><C7A5></string>
<string name="aboutactivity_license"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_license_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>о<EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_license_accept"><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_license_refuse"><EFBFBD>ź<EFBFBD></string>
<string name="aboutactivity_privacy"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ȣ <20><>å</string>
<string name="aboutactivity_privacy_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ȣ <20><>å <20>о<EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_todo"><EFBFBD>۾<EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_todo_summary"><EFBFBD>۾<EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ͼ<EFBFBD> <20><><EFBFBD><EFBFBD></string>
<string name="aboutactivity_donate"><EFBFBD>Ŀ<EFBFBD><EFBFBD>ϱ<EFBFBD></string>
<string name="aboutactivity_donate_summary"><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֽɿ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>!</string>
<string name="aboutactivity_market"><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_market_summary"><EFBFBD>ǵ<EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!</string>
<string name="aboutactivity_authormarket"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></string>
<string name="aboutactivity_authormarket_summary"><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> ǥ<><C7A5>!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Maklumat</string>
<string name="aboutactivity_app_category">Maklumat Aplikasi</string>
<string name="aboutactivity_miscellaneous_category">Lain-lain</string>
<string name="aboutactivity_version">Versi %1$s</string>
<string name="aboutactivity_author">Pencipta</string>
<string name="aboutactivity_authorsite">Laman Pencipta</string>
<string name="aboutactivity_authorsite_summary">Buka laman pencipta</string>
<string name="aboutactivity_authoremail">Hubungi pencipta</string>
<string name="aboutactivity_authoremail_summary">Hantar e-mail kepada pencipta</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Buka laman Twitter</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Buka laman Google Plus</string>
<string name="aboutactivity_betatester">Menjadi penguji versi beta</string>
<string name="aboutactivity_betatester_summary">Jadi sebahagian daripada komuniti untuk menerima versi beta terkini</string>
<string name="aboutactivity_helptranslate">Menterjemahkan aplikasi</string>
<string name="aboutactivity_helptranslate_summary">Membetulkan kesalahan atau menambah terjemahan baru</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Baca rujukan</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Tunjukkan FAQ aplikasi</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Tunjukkan changelog aplikasi</string>
<string name="aboutactivity_license">Syarat-syarat Penggunaan</string>
<string name="aboutactivity_license_summary">Baca syarat-syarat Penggunaan</string>
<string name="aboutactivity_license_accept">Terima</string>
<string name="aboutactivity_license_refuse">Menolak</string>
<string name="aboutactivity_privacy">Dasar privasi</string>
<string name="aboutactivity_privacy_summary">Baca dasar privasi</string>
<string name="aboutactivity_todo">Senarai cadangan penambahbaikan</string>
<string name="aboutactivity_todo_summary">Baca cadangan penambahbaikan</string>
<string name="aboutactivity_donate">Beri sumbangan</string>
<string name="aboutactivity_donate_summary">Terima kasih kerana menyokong saya!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Hantar maklum balas dan menilai aplikasi!</string>
<string name="aboutactivity_authormarket">Lebih banyak berkenaan pencipta</string>
<string name="aboutactivity_authormarket_summary">Tunjukkan semua aplikasi pencipta!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Gebruik monospace</string>
<string name="recent_files">Recente bestanden</string>
<string name="font_size">Font Grootte</string>
<string name="connection_name">Verbindingsnaam</string>
<string name="line_numbers">Regelnummers</string>
<string name="wrap_content">Breedte volgens inhoud</string>
<string name="view_it_on_the_web">Bekijk in een browser</string>
<string name="file">Bestand</string>
<string name="folder">Map</string>
<string name="light_theme">Licht thema</string>
<string name="goto_line">Ga naar lijn</string>
<string name="find">Zoek</string>
<string name="replace">Vervang</string>
<string name="share">Delen</string>
<string name="keyboard_suggestions_and_swipe">Toetsenbord tip en Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Als de werkmap instellen</string>
<string name="is_the_working_folder">Is de werkmap</string>
<string name="save_changes">Wil je de wijzigingen opslaan naar %s?</string>
<string name="regular_expression">Reguliere expressie</string>
<string name="text_to_find">Tekst om te zoeken</string>
<string name="text_to_replace">Tekst om te vervangen</string>
<string name="next">volgende</string>
<string name="previous">Vorige</string>
<string name="please_wait">Een ogenblik geduld aub&#8230;</string>
<string name="occurrences_found">%s is niet gevonden</string>
<string name="app_version">Versie %s</string>
<string name="translate_the_app">Vertaal</string>
<string name="changelog">Aanpassingslogboek</string>
<string name="match_case">Hoofdletter gevoelig</string>
<string name="long_click_for_more_options">Lang ingedrukt houden voor meer opties</string>
<string name="pro_version">Pro versie</string>
<string name="auto_save">Automatisch opslaan</string>
<string name="read_only">Alleen lezen</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nieuwe account</string>
<string name="attiva">Actief</string>
<string name="cancella">Verwijderen</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open een bestand</string>
<string name="open_this_time_only">Alleen deze keer openen</string>
<string name="change_list_type">Wijzig het type lijst</string>
<string name="use_monospace">Gebruik monospace</string>
<string name="recent_files">Recente bestanden</string>
<string name="font_size">Font Grootte</string>
<string name="connection_name">Verbindingsnaam</string>
<string name="line_numbers">Regelnummers</string>
<string name="wrap_content">Breedte volgens inhoud</string>
<string name="view_it_on_the_web">Bekijk in een browser</string>
<string name="add">Voeg toe</string>
<string name="file">Bestand</string>
<string name="folder">Map</string>
<string name="light_theme">Licht thema</string>
<string name="goto_line">Ga naar lijn</string>
<string name="find">Zoek</string>
<string name="replace">Vervang</string>
<string name="root_permission">Root-toegang</string>
<string name="share">Delen</string>
<string name="keyboard_suggestions_and_swipe">Toetsenbord tip en Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Als de werkmap instellen</string>
<string name="is_the_working_folder">Is de werkmap</string>
<string name="save_changes">Wil je de wijzigingen opslaan naar %s?</string>
<string name="regular_expression">Reguliere expressie</string>
<string name="text_to_find">Tekst om te zoeken</string>
<string name="text_to_replace">Tekst om te vervangen</string>
<string name="next">volgende</string>
<string name="previous">Vorige</string>
<string name="please_wait">Een ogenblik geduld aub&#8230;</string>
<string name="occurrences_found">%s is niet gevonden</string>
<string name="app_version">Versie %s</string>
<string name="translate_the_app">Vertaal</string>
<string name="changelog">Aanpassingslogboek</string>
<string name="match_case">Hoofdletter gevoelig</string>
<string name="long_click_for_more_options">Lang ingedrukt houden voor meer opties</string>
<string name="pro_version">Pro versie</string>
<string name="auto_save">Automatisch opslaan</string>
<string name="read_only">Alleen lezen</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Applicatie informatie</string>
<string name="aboutactivity_miscellaneous_category">Diversen</string>
<string name="aboutactivity_version">Versie %1$s</string>
<string name="aboutactivity_author">Auteur</string>
<string name="aboutactivity_authorsite">Website auteur</string>
<string name="aboutactivity_authorsite_summary">Toon de website van de auteur</string>
<string name="aboutactivity_authoremail">E-mailadres auteur</string>
<string name="aboutactivity_authoremail_summary">Stuur een e-mail naar de auteur</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Toon de Twitter pagina</string>
<string name="aboutactivity_authorgoogleplus">Google+</string>
<string name="aboutactivity_authorgoogleplus_summary">Toon de Google+ pagina</string>
<string name="aboutactivity_betatester">Een betatester worden</string>
<string name="aboutactivity_betatester_summary">Word lid van de community om bèta-updates te ontvangen</string>
<string name="aboutactivity_helptranslate">Vertaal de applicatie</string>
<string name="aboutactivity_helptranslate_summary">Verbeter de vertaling of voeg een nieuwe toe</string>
<string name="aboutactivity_readme">Lees mij</string>
<string name="aboutactivity_readme_summary">Lees meer over de app</string>
<string name="aboutactivity_faq">Veelgestelde vragen</string>
<string name="aboutactivity_faq_summary">Toon de veelgestelde vragen</string>
<string name="aboutactivity_changelog">Aanpassingslogboek</string>
<string name="aboutactivity_changelog_summary">Toon het logboek</string>
<string name="aboutactivity_license">Algemene gebruiksvoorwaarden</string>
<string name="aboutactivity_license_summary">Lees de algemene gebruiksvoorwaarden</string>
<string name="aboutactivity_license_accept">Accepteren</string>
<string name="aboutactivity_license_refuse">Weigeren</string>
<string name="aboutactivity_privacy">Privacybeleid</string>
<string name="aboutactivity_privacy_summary">Lees het privacybeleid</string>
<string name="aboutactivity_todo">TODO lijst</string>
<string name="aboutactivity_todo_summary">Lees de todolijst</string>
<string name="aboutactivity_donate">Maak een donatie</string>
<string name="aboutactivity_donate_summary">Bedankt voor uw ondersteuning!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Geef je reactie en een waardering!</string>
<string name="aboutactivity_authormarket">Meer applicaties</string>
<string name="aboutactivity_authormarket_summary">Toon alle apps van dezelfde ontwikkelaar!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Geef hier je feedback!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Aktiv</string>
<string name="cancella">Slett</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Użyj stałej szerokości</string>
<string name="recent_files">Najnowsze pliki</string>
<string name="font_size">Rozmiar czcionki</string>
<string name="connection_name">Nazwa połączenia</string>
<string name="line_numbers">Numery linii</string>
<string name="wrap_content">Zawijaj zawartość</string>
<string name="view_it_on_the_web">Zobacz go w internecie</string>
<string name="file">Plik</string>
<string name="folder">Folder</string>
<string name="light_theme">Jasny motyw</string>
<string name="goto_line">Idź do linii</string>
<string name="find">Znajdź</string>
<string name="replace">Zastąp</string>
<string name="share">Udostępnij</string>
<string name="keyboard_suggestions_and_swipe">Sugestie Słów i funkcji Swipe</string>
<string name="enable_autoencoding">Auto kodowanie</string>
<string name="set_as_working_folder">Ustaw jako folder roboczy</string>
<string name="is_the_working_folder">To jest folder roboczy</string>
<string name="save_changes">Czy chcesz zapisać zmiany w pliku %s?</string>
<string name="regular_expression">Wyrażenie regularne</string>
<string name="text_to_find">Tekst do znalezienia</string>
<string name="text_to_replace">Tekst do zastąpienia</string>
<string name="next">Następny</string>
<string name="previous">Poprzedni</string>
<string name="please_wait">Proszę czekać&#8230;</string>
<string name="occurrences_found">Znaleziono %s wystąpień</string>
<string name="app_version">Wersja %s</string>
<string name="translate_the_app">Tłumacz</string>
<string name="changelog">Lista zmian</string>
<string name="match_case">Uwzględnij wielkość liter</string>
<string name="long_click_for_more_options">Przytrzymaj dłużej aby zobaczyć więcej opcji</string>
<string name="pro_version">Wersja Pro</string>
<string name="auto_save">Automatyczny zapis</string>
<string name="read_only">Tylko do odczytu</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nowe konto</string>
<string name="attiva">Aktywny</string>
<string name="cancella">Usuń</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Otwórz plik</string>
<string name="open_this_time_only">Otwórz tylko tym razem</string>
<string name="change_list_type">Zmień typ listy</string>
<string name="use_monospace">Użyj stałej szerokości</string>
<string name="recent_files">Najnowsze pliki</string>
<string name="font_size">Rozmiar czcionki</string>
<string name="connection_name">Nazwa połączenia</string>
<string name="line_numbers">Numery linii</string>
<string name="wrap_content">Zawijaj zawartość</string>
<string name="view_it_on_the_web">Zobacz go w internecie</string>
<string name="add">Dodaj</string>
<string name="file">Plik</string>
<string name="folder">Folder</string>
<string name="light_theme">Jasny motyw</string>
<string name="goto_line">Idź do linii</string>
<string name="find">Znajdź</string>
<string name="replace">Zastąp</string>
<string name="root_permission">Uprawnienia roota</string>
<string name="share">Udostępnij</string>
<string name="keyboard_suggestions_and_swipe">Sugestie Słów i funkcji Swipe</string>
<string name="enable_autoencoding">Auto kodowanie</string>
<string name="set_as_working_folder">Ustaw jako folder roboczy</string>
<string name="is_the_working_folder">To jest folder roboczy</string>
<string name="save_changes">Czy chcesz zapisać zmiany w pliku %s?</string>
<string name="regular_expression">Wyrażenie regularne</string>
<string name="text_to_find">Tekst do znalezienia</string>
<string name="text_to_replace">Tekst do zastąpienia</string>
<string name="next">Następny</string>
<string name="previous">Poprzedni</string>
<string name="please_wait">Proszę czekać&#8230;</string>
<string name="occurrences_found">Znaleziono %s wystąpień</string>
<string name="app_version">Wersja %s</string>
<string name="translate_the_app">Tłumacz</string>
<string name="changelog">Lista zmian</string>
<string name="match_case">Uwzględnij wielkość liter</string>
<string name="long_click_for_more_options">Przytrzymaj dłużej aby zobaczyć więcej opcji</string>
<string name="pro_version">Wersja Pro</string>
<string name="auto_save">Automatyczny zapis</string>
<string name="read_only">Tylko do odczytu</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informacje</string>
<string name="aboutactivity_app_category">Informacje o aplikacji</string>
<string name="aboutactivity_miscellaneous_category">Różne</string>
<string name="aboutactivity_version">Wersja %1$ s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Strona autora</string>
<string name="aboutactivity_authorsite_summary">Pokaż stronę autora</string>
<string name="aboutactivity_authoremail">Adres mail\'owy autora</string>
<string name="aboutactivity_authoremail_summary">Wyślij e-mail do autora</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Pokaż stronę na twitter\'ze</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Pokaż stronę na Google Plus</string>
<string name="aboutactivity_betatester">Zostań beta testerem</string>
<string name="aboutactivity_betatester_summary">Zostań częścią społeczności, aby otrzymywać aktualizacje beta</string>
<string name="aboutactivity_helptranslate">Tłumaczenie aplikacji</string>
<string name="aboutactivity_helptranslate_summary">Popraw pewne błędy lub dodaj nowe tłumaczenie</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Przeczytaj opinie</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Pokaż FAQ aplikacji</string>
<string name="aboutactivity_changelog">Lista zmian</string>
<string name="aboutactivity_changelog_summary">Pokaż listę zmian aplikacji</string>
<string name="aboutactivity_license">Regulamin</string>
<string name="aboutactivity_license_summary">Przeczytaj regulamin</string>
<string name="aboutactivity_license_accept">Akceptuj</string>
<string name="aboutactivity_license_refuse">Odmów</string>
<string name="aboutactivity_privacy">Polityka prywatności</string>
<string name="aboutactivity_privacy_summary">Przeczytaj o polityce prywatności</string>
<string name="aboutactivity_todo">Lista rzeczy do zrobienia</string>
<string name="aboutactivity_todo_summary">Przeczytaj listy rzeczy do zrobienia</string>
<string name="aboutactivity_donate">Przekaż darowiznę</string>
<string name="aboutactivity_donate_summary">Dziękuję za wspieranie mnie!</string>
<string name="aboutactivity_market">Sklep Play</string>
<string name="aboutactivity_market_summary">Wyślij opinię i Oceń go!</string>
<string name="aboutactivity_authormarket">Sklep autora</string>
<string name="aboutactivity_authormarket_summary">Pokaż inne aplikcje autora!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Compartilhar</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nova conta</string>
<string name="attiva">Ativo</string>
<string name="cancella">Deletar</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Compartilhar</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informações</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,17 +18,54 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Usar mono-espaço</string>
<string name="recent_files">Ficheiros recentes</string>
<string name="font_size">Tamanho da fonte</string>
<string name="connection_name">Nome da ligação</string>
<string name="line_numbers">Número das linha</string>
<string name="wrap_content">Ajustar ao ecrã</string>
<string name="view_it_on_the_web">Ver na web</string>
<string name="file">Ficheiro</string>
<string name="folder">Pasta</string>
<string name="light_theme">Tema claro</string>
<string name="goto_line">Ir para a linha</string>
<string name="find">Localizar</string>
<string name="replace">Substituir</string>
<string name="share">Partilhar</string>
<string name="keyboard_suggestions_and_swipe">Sugestões de teclado e deslize</string>
<string name="enable_autoencoding">Codificação automática</string>
<string name="set_as_working_folder">Definir como pasta de trabalho</string>
<string name="is_the_working_folder">Esta é a pasta de trabalho</string>
<string name="save_changes">Pretende gravar as alterações ao ficheiro %s?</string>
<string name="regular_expression">Expressão regular</string>
<string name="text_to_find">Texto a localizar</string>
<string name="text_to_replace">Texto a substituir</string>
<string name="next">Seguinte</string>
<string name="previous">Anterior</string>
<string name="please_wait">Aguarde...</string>
<string name="occurrences_found">%s ocorrência(s) encontrada(s)</string>
<string name="app_version">Versão %s</string>
<string name="translate_the_app">Traduzir</string>
<string name="changelog">Novidades</string>
<string name="match_case">Coincidir maiúscula/minúscula</string>
<string name="long_click_for_more_options">Clique longo para mais opções</string>
<string name="pro_version">Versão Pro</string>
<string name="auto_save">Gravação automática</string>
<string name="read_only">Apenas leitura</string>
<string name="send_error_reports">Enviar relatórios de erro</string>
<string name="extra_options">Opções extra</string>
<string name="split_text_if_too_long">Separar texto se muito longo</string>
<string name="ignore_back_button">Ignorar botão para voltar</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nova conta</string>
<string name="attiva">Ativo</string>
<string name="cancella">Eliminar</string>
<string name="cancellazione">A eliminar ficheiros&#8230;</string>
<string name="caricamento">A carregar&#8230;</string>
<string name="cartella_locale_corrente">Pasta local em utilização</string>
<string name="chiave_privata">Chave Privada</string>
<string name="chiave_privata">Chave privada</string>
<string name="chiaro">\"Light\"</string>
<string name="codifica">Codificação</string>
<string name="condividi">Partilhar</string>
@ -71,12 +109,12 @@
<string name="something_failed">Algo falhou</string>
<string name="skip_same_file">Não transfira o mesmo ficheiro</string>
<string name="tema_app">Tema da Aplicação</string>
<string name="tipo_connessione">Tipo de conexão</string>
<string name="tipo_connessione">Tipo de ligação</string>
<string name="tipo_protocollo">Tipo de protocolo</string>
<string name="un_altra_cartella">Outra pasta</string>
<string name="use_passphrase">Usar uma frase-chave</string>
<string name="upload">Transferir</string>
<string name="upload_completato">Transferência concluída</string>
<string name="upload">Enviar</string>
<string name="upload_completato">Envio terminado</string>
<string name="what_to_do">O que quer fazer?</string>
<string name="menu_syntax_highlight">Realce de sintaxe</string>
<string name="testo_indietro">Desfazer</string>
@ -85,21 +123,21 @@
<string name="remote_folder_to_sync">Pasta remota para sincronizar</string>
<string name="local_folder_to_sync">Pasta local para sincronizar</string>
<string name="vota">Avaliar</string>
<string name="inapp_unavailable">Não consigo contactar o Google Play</string>
<string name="inapp_unavailable">Não foi possível contactar a Google Play</string>
<string name="inapp_description">Apoiar o desenvolvimento de outras funcionalidades.</string>
<string name="upgrade_premium">Subscrever Premium</string>
<string name="upgrade_premium_summary">Subscreva Premium e apoie o desenvolvimento do Turbo Client!</string>
<string name="download_unlocked_version">Transfira versão desbloqueada</string>
<string name="upgrade_premium">Atualizar para Premium</string>
<string name="upgrade_premium_summary">Adquira a versão Premium e apoie o desenvolvimento do Turbo Client!</string>
<string name="download_unlocked_version">Transfira a versão desbloqueada</string>
<string name="inapp_second_description">Quanto vale o Turbo Client para si? Diga o seu preço! </string>
<string name="inapp_first_description">Subscreva Premium para desbloquear as seguintes funcionalidades:</string>
<string name="inapp_item_openandeditfiles">Capacidade para abrir e modificar qualquer tipo de ficheiro.</string>
<string name="inapp_first_description">Atualize para a versão Premium e obtenha:</string>
<string name="inapp_item_openandeditfiles">Possibilidade de abrir e modificar qualquer tipo de ficheiro.</string>
<string name="inapp_item_backup_service">Serviço de backup para guardar e restaurar os seus dados de forma segura. </string>
<string name="inapp_unlock_features">Desbloqueie as funcionalidades Premium</string>
<string name="inapp_seconditem_description">Eu gosto mesmo desta aplicação!</string>
<string name="inapp_thirditem_description">Eu amo esta aplicação!</string>
<string name="backup_accounts">Fazer uma cópia de segurança das contas</string>
<string name="restore_accounts">Restaurar as contas</string>
<string name="share_accounts">Fazer uma cópia de segurança das contas e partilhá-la</string>
<string name="backup_accounts">Fazer backup das contas</string>
<string name="restore_accounts">Restaurar contas</string>
<string name="share_accounts">Backup e partilha das contas</string>
<string name="importing_accounts">A importar as contas&#8230;</string>
<string name="exporting_accounts">A exportar as contas…</string>
<string name="backup_not_found">Sem cópias de segurança</string>
@ -113,7 +151,7 @@
<string name="size">Tamanho</string>
<string name="sort">Ordenar</string>
<string name="open">Abrir</string>
<string name="file_modified">O ficheiro %1$s foi modificado, deseja transferi-lo de volta?</string>
<string name="file_modified">O ficheiro %1$s foi modificado, deseja envia-lo?</string>
<string name="file_saved_with_success">O ficheiro %1$s foi gravado com sucesso!</string>
<string name="create_new_account">Criar uma nova conta</string>
<string name="create_new_account_to_start">Crie uma nova conta para começar.</string>
@ -127,44 +165,8 @@
<string name="bytes">Bytes</string>
<string name="unit_measurement_for_file_size">Unidade de medida para o tamanho do ficheiro</string>
<string name="open_source_license">Licenças de Código Aberto</string>
<string name="open_source_license_summary">Mostrar licenças de Código Aberto</string>
<string name="open_source_license_summary">Mostrar licenças de código aberto</string>
<string name="open_a_file">Abrir um ficheiro</string>
<string name="open_this_time_only">Abrir apenas esta vez</string>
<string name="change_list_type">Mudar o tipo da lista</string>
<string name="use_monospace">Usar monoespaço</string>
<string name="recent_files">Ficheiros recentes</string>
<string name="font_size">Tamanho da Fonte</string>
<string name="connection_name">Nome da conexão</string>
<string name="line_numbers">Linhas numeradas</string>
<string name="wrap_content">Ajustar ao ecrã</string>
<string name="view_it_on_the_web">Ver na web</string>
<string name="add">Adicionar</string>
<string name="file">Ficheiro</string>
<string name="folder">Pasta</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Partilhar</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Novidades</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informações</string>
<string name="aboutactivity_app_category">Informações da Aplicação</string>
<string name="aboutactivity_miscellaneous_category">Diversos</string>
<string name="aboutactivity_version">Versão %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Website do Autor</string>
<string name="aboutactivity_authorsite_summary">Mostrar website do Autor</string>
<string name="aboutactivity_authoremail">E-mail do Autor</string>
<string name="aboutactivity_authoremail_summary">Enviar e-mail ao Autor</string>
<string name="aboutactivity_authortwitter">Twitter do Autor</string>
<string name="aboutactivity_authortwitter_summary">Mostrar twitter do Autor</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Mostrar página do Google Plus</string>
<string name="aboutactivity_betatester">Tornar-se num beta tester</string>
<string name="aboutactivity_betatester_summary">Tornar-se parte da comunidade para receber atualizações beta</string>
<string name="aboutactivity_helptranslate">Traduzir a aplicação</string>
<string name="aboutactivity_helptranslate_summary">Corrigir erros ou adicionar nova tradução</string>
<string name="aboutactivity_readme">Leia-me</string>
<string name="aboutactivity_readme_summary">Ler a referência</string>
<string name="aboutactivity_faq">Perguntas frequentes</string>
<string name="aboutactivity_faq_summary">Mostrar perguntas frequentes</string>
<string name="aboutactivity_changelog">Novidades</string>
<string name="aboutactivity_changelog_summary">Mostrar novidades</string>
<string name="aboutactivity_license">Termos de serviço</string>
<string name="aboutactivity_license_summary">Leia os termos de serviço</string>
<string name="aboutactivity_license_accept">Aceitar</string>
<string name="aboutactivity_license_refuse">Rejeitar</string>
<string name="aboutactivity_privacy">Política de privacidade</string>
<string name="aboutactivity_privacy_summary">Ler a política de privacidade</string>
<string name="aboutactivity_todo">Lista de afazeres</string>
<string name="aboutactivity_todo_summary">Ler a lista de afazeres</string>
<string name="aboutactivity_donate">Fazer um donativo</string>
<string name="aboutactivity_donate_summary">Obrigado por me apoiar!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Envie a sua opinião e classifique a aplicação!</string>
<string name="aboutactivity_authormarket">Loja do Autor</string>
<string name="aboutactivity_authormarket_summary">Mostrar as aplicações do Autor!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Utilizează monospaţiu</string>
<string name="recent_files">Fişiere recente</string>
<string name="font_size">Dimensiunea fontului</string>
<string name="connection_name">Numele conexiunii</string>
<string name="line_numbers">Numerele de linie</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">Vizualizați pe web</string>
<string name="file">Fişier</string>
<string name="folder">Director</string>
<string name="light_theme">Tema deschisă la culoare</string>
<string name="goto_line">Du-te la linia</string>
<string name="find">Caută</string>
<string name="replace">Înlocuiește</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-codificarea</string>
<string name="set_as_working_folder">Setați ca folderul de lucru</string>
<string name="is_the_working_folder">Acesta este folderul de lucru</string>
<string name="save_changes">Doriți să salvați modificările în fișierul %s?</string>
<string name="regular_expression">Expresie regulată</string>
<string name="text_to_find">Text de căutat</string>
<string name="text_to_replace">Text de înlocuit</string>
<string name="next">Următoarea</string>
<string name="previous">Precedenta</string>
<string name="please_wait">Vă rugăm să aşteptaţi&#8230;</string>
<string name="occurrences_found">%s apariţii au fost găsite</string>
<string name="app_version">Versiunea %s</string>
<string name="translate_the_app">Traduce</string>
<string name="changelog">Istoric modificări</string>
<string name="match_case">Ține cont de Majuscule/minuscule</string>
<string name="long_click_for_more_options">Faceţi clic pe lung pentru mai multe opţiuni</string>
<string name="pro_version">Versiunea Pro</string>
<string name="auto_save">Auto salvare</string>
<string name="read_only">Doar citire</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Cont nou</string>
<string name="attiva">Activ</string>
<string name="cancella">Stergeți</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Deschideţi un fişier</string>
<string name="open_this_time_only">Deschideţi doar de această dată</string>
<string name="change_list_type">Schimba tipul de listă</string>
<string name="use_monospace">Utilizează monospaţiu</string>
<string name="recent_files">Fişiere recente</string>
<string name="font_size">Dimensiunea fontului</string>
<string name="connection_name">Numele conexiunii</string>
<string name="line_numbers">Numerele de linie</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">Vizualizați pe web</string>
<string name="add">Adaugă</string>
<string name="file">Fişier</string>
<string name="folder">Director</string>
<string name="light_theme">Tema deschisă la culoare</string>
<string name="goto_line">Du-te la linia</string>
<string name="find">Caută</string>
<string name="replace">Înlocuiește</string>
<string name="root_permission">Permisiunea de Root</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-codificarea</string>
<string name="set_as_working_folder">Setați ca folderul de lucru</string>
<string name="is_the_working_folder">Acesta este folderul de lucru</string>
<string name="save_changes">Doriți să salvați modificările în fișierul %s?</string>
<string name="regular_expression">Expresie regulată</string>
<string name="text_to_find">Text de căutat</string>
<string name="text_to_replace">Text de înlocuit</string>
<string name="next">Următoarea</string>
<string name="previous">Precedenta</string>
<string name="please_wait">Vă rugăm să aşteptaţi&#8230;</string>
<string name="occurrences_found">%s apariţii au fost găsite</string>
<string name="app_version">Versiunea %s</string>
<string name="translate_the_app">Traduce</string>
<string name="changelog">Istoric modificări</string>
<string name="match_case">Ține cont de Majuscule/minuscule</string>
<string name="long_click_for_more_options">Faceţi clic pe lung pentru mai multe opţiuni</string>
<string name="pro_version">Versiunea Pro</string>
<string name="auto_save">Auto salvare</string>
<string name="read_only">Doar citire</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Informații</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Моноширинный шрифт</string>
<string name="recent_files">Последние файлы</string>
<string name="font_size">Размер шрифта</string>
<string name="connection_name">Название соединения</string>
<string name="line_numbers">Номера строк</string>
<string name="wrap_content">Перенос строк</string>
<string name="view_it_on_the_web">Посмотреть в сети</string>
<string name="file">Файл</string>
<string name="folder">Каталог</string>
<string name="light_theme">Светлая тема</string>
<string name="goto_line">Перейти к строке</string>
<string name="find">Поиск</string>
<string name="replace">Заменить</string>
<string name="share">Поделиться</string>
<string name="keyboard_suggestions_and_swipe">Car</string>
<string name="enable_autoencoding">Copy</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">История изменений</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Новый аккаунт</string>
<string name="attiva">Действие</string>
<string name="cancella">Удалить</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Открыть файл</string>
<string name="open_this_time_only">Открыть только в этот раз</string>
<string name="change_list_type">Внешний вид списка</string>
<string name="use_monospace">Моноширинный шрифт</string>
<string name="recent_files">Последние файлы</string>
<string name="font_size">Размер шрифта</string>
<string name="connection_name">Название соединения</string>
<string name="line_numbers">Номера строк</string>
<string name="wrap_content">Перенос строк</string>
<string name="view_it_on_the_web">Посмотреть в сети</string>
<string name="add">Добавить</string>
<string name="file">Файл</string>
<string name="folder">Каталог</string>
<string name="light_theme">Светлая тема</string>
<string name="goto_line">Перейти к строке</string>
<string name="find">Поиск</string>
<string name="replace">Заменить</string>
<string name="root_permission">Права суперпользователя</string>
<string name="share">Поделиться</string>
<string name="keyboard_suggestions_and_swipe">Car</string>
<string name="enable_autoencoding">Copy</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">История изменений</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Информация</string>
<string name="aboutactivity_app_category">О приложении</string>
<string name="aboutactivity_miscellaneous_category">Прочее</string>
<string name="aboutactivity_version">Версия %1$s</string>
<string name="aboutactivity_author">Автор</string>
<string name="aboutactivity_authorsite">Сайт автора</string>
<string name="aboutactivity_authorsite_summary">Открыть сайт автора</string>
<string name="aboutactivity_authoremail">Почта автора</string>
<string name="aboutactivity_authoremail_summary">Отправить письмо автору</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Открыть страницу в твиттере</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Открыть страницу в Google Plus</string>
<string name="aboutactivity_betatester">Стать beta-тестером</string>
<string name="aboutactivity_betatester_summary">Стать частью сообщества, чтобы получать beta-обновления</string>
<string name="aboutactivity_helptranslate">Перевести приложение</string>
<string name="aboutactivity_helptranslate_summary">Исправить ошибки или добавить новый перевод</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Читать справочную информацию</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Показать часто задаваемые вопросы</string>
<string name="aboutactivity_changelog">История изменений</string>
<string name="aboutactivity_changelog_summary">Показать историю изменений</string>
<string name="aboutactivity_license">Пользовательское соглашение</string>
<string name="aboutactivity_license_summary">Прочитать пользовательское соглашение</string>
<string name="aboutactivity_license_accept">Принять</string>
<string name="aboutactivity_license_refuse">Отклонить</string>
<string name="aboutactivity_privacy">Политика конфиденциальности</string>
<string name="aboutactivity_privacy_summary">Ознакомьтесь с политикой конфиденциальности</string>
<string name="aboutactivity_todo">Список ToDo</string>
<string name="aboutactivity_todo_summary">Посмотреть, что планируется реализовать</string>
<string name="aboutactivity_donate">Сделать пожертвование</string>
<string name="aboutactivity_donate_summary">Спасибо за поддержку!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Оставить отзыв и оценить!</string>
<string name="aboutactivity_authormarket">Автор в Google Play</string>
<string name="aboutactivity_authormarket_summary">Другие приложения автора!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Info o aplikácii</string>
<string name="aboutactivity_miscellaneous_category">Rôzne</string>
<string name="aboutactivity_version">Verzia %1$s</string>
<string name="aboutactivity_author">Autor</string>
<string name="aboutactivity_authorsite">Stránka autora</string>
<string name="aboutactivity_authorsite_summary">Zobraziť stránku autora</string>
<string name="aboutactivity_authoremail">E-Mail Autora</string>
<string name="aboutactivity_authoremail_summary">Poslať E-Mail autorovi</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Zobraziť twitter stránku</string>
<string name="aboutactivity_authorgoogleplus">Google plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Zobraziť Google Plus stránku</string>
<string name="aboutactivity_betatester">Staň sa beta testerom</string>
<string name="aboutactivity_betatester_summary">Staň sa členom komunity, aby si dostával beta verzie</string>
<string name="aboutactivity_helptranslate">Prelož aplikáciu</string>
<string name="aboutactivity_helptranslate_summary">Oprav nejaké chyby, alebo pridaj nový preklad</string>
<string name="aboutactivity_readme">Prečítaj ma</string>
<string name="aboutactivity_readme_summary">Prečítať hodnotenie</string>
<string name="aboutactivity_faq">Často kladené otázky</string>
<string name="aboutactivity_faq_summary">Zobraziť často kladené otázky</string>
<string name="aboutactivity_changelog">Zoznam zmien</string>
<string name="aboutactivity_changelog_summary">Zobraziť zoznam zmien</string>
<string name="aboutactivity_license">Podmienky používania</string>
<string name="aboutactivity_license_summary">Prečítať podmienky používania</string>
<string name="aboutactivity_license_accept">Prijať</string>
<string name="aboutactivity_license_refuse">Odmietnuť</string>
<string name="aboutactivity_privacy">Ochrana osobných údajov</string>
<string name="aboutactivity_privacy_summary">Prečítajte si zásady ochrany osobných údajov</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Mapa</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Aktivno</string>
<string name="cancella">Izbriši</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Mapa</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Aktive</string>
<string name="cancella">Fshi</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Te Dhena</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Nytt konto</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Blandat</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Visa twitter-sida</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Visa Google Plus-sida</string>
<string name="aboutactivity_betatester">Bli betatestare</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Översätt applikationen</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">Valiga Frågor</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -19,8 +19,8 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">128dp</dimen>
<dimen name="activity_vertical_margin">128dp</dimen>
<dimen name="activity_horizontal_margin">64dp</dimen>
<dimen name="activity_vertical_margin">64dp</dimen>
<!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp:
https://developer.android.com/design/patterns/navigation-drawer.html -->

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,24 +18,61 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Monospace kullan</string>
<string name="recent_files">Son kullanılan dosyalar</string>
<string name="font_size">Yazı tipi boyutu</string>
<string name="connection_name">Bağlantı Adı</string>
<string name="line_numbers">Satır Numaraları</string>
<string name="wrap_content">İçerik kaydırma</string>
<string name="view_it_on_the_web">Web üzerinde görüntüle</string>
<string name="file">Dosya</string>
<string name="folder">Klasör</string>
<string name="light_theme">Aydınlık Tema</string>
<string name="goto_line">Satıra git</string>
<string name="find">Bul</string>
<string name="replace">Değiştir</string>
<string name="share">Paylaş</string>
<string name="keyboard_suggestions_and_swipe">Klavye önerileri ve Kaydırma</string>
<string name="enable_autoencoding">Otomatik Kodlama</string>
<string name="set_as_working_folder">Çalışma klasörü olarak ayarla</string>
<string name="is_the_working_folder">Bu çalışma klasörüdür</string>
<string name="save_changes">Değişiklikleri %s dosyasına kaydetmek istiyor musunuz?</string>
<string name="regular_expression">Düzenli İfade</string>
<string name="text_to_find">Metin bul</string>
<string name="text_to_replace">Metni değiştir</string>
<string name="next">Sonraki</string>
<string name="previous">Önceki</string>
<string name="please_wait">Lütfen bekleyin&#8230;</string>
<string name="occurrences_found">%s eşleşme bulundu</string>
<string name="app_version">Sürüm %s</string>
<string name="translate_the_app">Çevir</string>
<string name="changelog">Değişim Günlüğü</string>
<string name="match_case">Büyük-küçük harfe duyarlı</string>
<string name="long_click_for_more_options">Daha fazla seçenek için basılı tutun</string>
<string name="pro_version">Pro sürümü</string>
<string name="auto_save">Otomatik kaydet</string>
<string name="read_only">Salt okunur</string>
<string name="send_error_reports">Hata raporlarını gönder</string>
<string name="extra_options">Ekstra seçenekler</string>
<string name="split_text_if_too_long">Çok uzunsa metni böl</string>
<string name="ignore_back_button">Geri düğmesini yoksay</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Yeni hesap</string>
<string name="attiva">Aktif</string>
<string name="cancella">Sil</string>
<string name="cancellazione">Dosyalar siliniyor&#8230;</string>
<string name="caricamento">Yükleniyor...</string>
<string name="cartella_locale_corrente">Geçerli yerel klasör</string>
<string name="chiave_privata">Özel anahtar</string>
<string name="chiaro">Hafif</string>
<string name="chiave_privata">Özel Anahtar</string>
<string name="chiaro">Aydınlık</string>
<string name="codifica">Kodlama</string>
<string name="condividi">Paylaş</string>
<string name="crea_cartella_locale">Yeni yerel klasör</string>
<string name="crea_cartella_remota">Yeni uzak klasör</string>
<string name="crea_file_remoto">Yeni uzak dosya</string>
<string name="new_local_file">Yeni lokal dosya</string>
<string name="new_local_file">Yeni yerel dosya</string>
<string name="disconneti">Bağlantıyı kes</string>
<string name="default_local_folder">Varsayılan yerel klasör</string>
<string name="dove_scaricare">Nereye indirilsin?</string>
@ -60,8 +98,8 @@
<string name="porta">Port</string>
<string name="preferenze">Tercihler</string>
<string name="remoto">Uzak</string>
<string name="riavva_per_tema">Temayı uygulamak için, uygulamayı tekrar başlatın</string>
<string name="rinomina">Yeniden Adlandır</string>
<string name="riavva_per_tema">Temayı uygulamak için, uygulamayı yeniden başlatın</string>
<string name="rinomina">Yeniden adlandır</string>
<string name="root">Varsayılan uzak klasör</string>
<string name="salva">Kaydet</string>
<string name="scuro">Karanlık</string>
@ -79,7 +117,7 @@
<string name="upload_completato">Yükleme tamamlandı</string>
<string name="what_to_do">Ne yapmak istiyorsun?</string>
<string name="menu_syntax_highlight">Sözdizimi renklendirme</string>
<string name="testo_indietro">Geri</string>
<string name="testo_indietro">Geri al</string>
<string name="testo_rifai">Yinele</string>
<string name="sync">Eşitle</string>
<string name="remote_folder_to_sync">Uzak klasöre eşitle</string>
@ -87,14 +125,14 @@
<string name="vota">Derecelendir</string>
<string name="inapp_unavailable">Google Play ile bağlantı kurulamadı</string>
<string name="inapp_description">Diğer harika özellikler için geliştiriciyi destekleyin.</string>
<string name="upgrade_premium">Premium\'a Yükselt</string>
<string name="upgrade_premium_summary">Premium deneyimine yükseltin ve Turbo İstemcisinin gelişimine destek olun!</string>
<string name="upgrade_premium">Premium\'a yükselt</string>
<string name="upgrade_premium_summary">Premium\'a yükseltin ve Turbo İstemcisinin gelişimine destek olun!</string>
<string name="download_unlocked_version">Sınırsız sürümü indirin</string>
<string name="inapp_second_description">Sizin için Turbo İstemcisinin değeri nedir? Fiyatı belirleyin! </string>
<string name="inapp_first_description">Bu özelliklerin açılması için yükseltme gerekir:</string>
<string name="inapp_item_openandeditfiles">Herhangibir dosya tipini açmak ve düzenlemek için kullanın.</string>
<string name="inapp_item_backup_service">Yedekleme hizmeti ile datalarınızı güvenli olarak yedekleme ve geri yükleme yapın. </string>
<string name="inapp_unlock_features">Premium özellikleri için kilidi açın</string>
<string name="inapp_second_description">Sizin için Turbo İstemcisinin değeri nedir? Fiyatınızı belirleyin! </string>
<string name="inapp_first_description">Bu özelliklerin açılması için yükseltin:</string>
<string name="inapp_item_openandeditfiles">Herhangi bir dosya tipini açma ve düzenleme yeteneği.</string>
<string name="inapp_item_backup_service">Verilerinizi güvenle yedekleme ve geri yükleme için yedekleme hizmeti. </string>
<string name="inapp_unlock_features">Premium özelliklerin kilidiniın</string>
<string name="inapp_seconditem_description">Gerçekten bu uygulamayı beğendim!</string>
<string name="inapp_thirditem_description">Bu uygulamayı sevdim!</string>
<string name="backup_accounts">Hesapları yedekle</string>
@ -108,17 +146,17 @@
<string name="err_occured">Bir hata oluştu</string>
<string name="ui_ux">Kullanıcı arabirimi</string>
<string name="remove">Kaldır</string>
<string name="modification_date">Değiştirilme tarihi</string>
<string name="modification_date">Değiştirme tarihi</string>
<string name="name">İsim</string>
<string name="size">Boyut</string>
<string name="sort">Sırala</string>
<string name="open"></string>
<string name="file_modified">Dosya %1$s değiştirildi, karşıya yüklemek ister misiniz?</string>
<string name="file_saved_with_success">Dosya %1$s başarıyla kaydedildi!</string>
<string name="file_modified">%1$s dosyası değiştirildi, karşıya yüklemek ister misiniz?</string>
<string name="file_saved_with_success">%1$s dosyası başarıyla kaydedildi!</string>
<string name="create_new_account">Yeni hesap oluşturun</string>
<string name="create_new_account_to_start">Başlamak için yeni bir hesap oluşturun.</string>
<string name="type">Tip</string>
<string name="send_feedback">Geri Bildirim Gönder</string>
<string name="type">Tür</string>
<string name="send_feedback">Geri bildirim gönder</string>
<string name="copy_url">URL Kopyala</string>
<string name="cut">Kes</string>
<string name="paste">Yapıştır</string>
@ -130,41 +168,5 @@
<string name="open_source_license_summary">ık kaynak lisanslarını göster</string>
<string name="open_a_file">Dosya aç</string>
<string name="open_this_time_only">Sadece şimdi aç</string>
<string name="change_list_type">Liste tipini değiştir</string>
<string name="use_monospace">Monospace kullan</string>
<string name="recent_files">Son kullanılan dosyalar</string>
<string name="font_size">Yazı tipi boyutu</string>
<string name="connection_name">Bağlantı adı</string>
<string name="line_numbers">Satır numaraları</string>
<string name="wrap_content">İçerik kaydırma</string>
<string name="view_it_on_the_web">Web üzerinde görüntüle</string>
<string name="add">Ekle</string>
<string name="file">Dosya</string>
<string name="folder">Klasör</string>
<string name="light_theme">Aydınlık tema</string>
<string name="goto_line">Satıra git</string>
<string name="find">Bul</string>
<string name="replace">Replace</string>
<string name="root_permission">Kök dizin izinleri</string>
<string name="share">Paylaş</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Otomatik kodlama</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Değişim Günlüğü</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="change_list_type">Liste türünü değiştir</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Bilgi</string>
<string name="aboutactivity_app_category">Uygulama bilgisi</string>
<string name="aboutactivity_miscellaneous_category">Çeşitli</string>
<string name="aboutactivity_version">Sürüm %1$s</string>
<string name="aboutactivity_author">Yazar</string>
<string name="aboutactivity_authorsite">Yazarın sitesi</string>
<string name="aboutactivity_authorsite_summary">Yazarın sitesini göster</string>
<string name="aboutactivity_authoremail">Yazar e-posta adresi</string>
<string name="aboutactivity_authoremail_summary">Yazara e-posta gönder</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Twitter sayfasını göster</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Google Plus sayfasını göster</string>
<string name="aboutactivity_betatester">Beta sürümüne dahil ol</string>
<string name="aboutactivity_betatester_summary">Beta güncellemelerine sahip olmak için, topluluğun bir parçası ol</string>
<string name="aboutactivity_helptranslate">Uygulamayı tercüme et</string>
<string name="aboutactivity_helptranslate_summary">Bazı çeviri hatalarını düzeltin veya yeni çeviri ekleyin</string>
<string name="aboutactivity_readme">Beni oku</string>
<string name="aboutactivity_readme_summary">Beni oku dosyası</string>
<string name="aboutactivity_faq">SSS</string>
<string name="aboutactivity_faq_summary">Uygulama SSS göster</string>
<string name="aboutactivity_changelog">Değişim Günlüğü</string>
<string name="aboutactivity_changelog_summary">Uygulamanın değişim günlüğünü göster</string>
<string name="aboutactivity_license">Hizmet koşulları</string>
<string name="aboutactivity_license_summary">Hizmet Şartlarını okuyun</string>
<string name="aboutactivity_license_accept">Kabul et</string>
<string name="aboutactivity_license_refuse">Reddet</string>
<string name="aboutactivity_privacy">Gizlilik politikası</string>
<string name="aboutactivity_privacy_summary">Gizlilik politikasını okuyun</string>
<string name="aboutactivity_todo">Yapılacaklar listesi</string>
<string name="aboutactivity_todo_summary">Yapılacaklar listesini okuyun</string>
<string name="aboutactivity_donate">Bağış yap</string>
<string name="aboutactivity_donate_summary">Beni desteklediğiniz için teşekkürler!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Geri bildirim yapın ve derecelendirin!</string>
<string name="aboutactivity_authormarket">Yazarın mağazası</string>
<string name="aboutactivity_authormarket_summary">Yazarın uygulamalarını göster!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">New account</string>
<string name="attiva">Active</string>
<string name="cancella">Delete</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="aboutactivity_info_category">Info</string>
<string name="aboutactivity_app_category">Application Info</string>
<string name="aboutactivity_miscellaneous_category">Miscellaneous</string>
<string name="aboutactivity_version">Version %1$s</string>
<string name="aboutactivity_author">Author</string>
<string name="aboutactivity_authorsite">Author site</string>
<string name="aboutactivity_authorsite_summary">Show author site</string>
<string name="aboutactivity_authoremail">Author mail</string>
<string name="aboutactivity_authoremail_summary">Send mail to author</string>
<string name="aboutactivity_authortwitter">Twitter</string>
<string name="aboutactivity_authortwitter_summary">Show twitter page</string>
<string name="aboutactivity_authorgoogleplus">Google Plus</string>
<string name="aboutactivity_authorgoogleplus_summary">Show Google Plus page</string>
<string name="aboutactivity_betatester">Become a beta tester</string>
<string name="aboutactivity_betatester_summary">Be a part of the community to receive beta updates</string>
<string name="aboutactivity_helptranslate">Translate the Application</string>
<string name="aboutactivity_helptranslate_summary">Correct some mistakes or add a new translation</string>
<string name="aboutactivity_readme">Read Me</string>
<string name="aboutactivity_readme_summary">Read the reference</string>
<string name="aboutactivity_faq">FAQ</string>
<string name="aboutactivity_faq_summary">Show app faq</string>
<string name="aboutactivity_changelog">ChangeLog</string>
<string name="aboutactivity_changelog_summary">Show app changelog</string>
<string name="aboutactivity_license">Terms of service</string>
<string name="aboutactivity_license_summary">Read the Terms of service</string>
<string name="aboutactivity_license_accept">Accept</string>
<string name="aboutactivity_license_refuse">Refuse</string>
<string name="aboutactivity_privacy">Privacy policy</string>
<string name="aboutactivity_privacy_summary">Read the Privacy policy</string>
<string name="aboutactivity_todo">ToDo List</string>
<string name="aboutactivity_todo_summary">Read the todo list</string>
<string name="aboutactivity_donate">Make a donation</string>
<string name="aboutactivity_donate_summary">Thank you for supporting me!</string>
<string name="aboutactivity_market">Play Store</string>
<string name="aboutactivity_market_summary">Send feedback and rate it!</string>
<string name="aboutactivity_authormarket">Author Store</string>
<string name="aboutactivity_authormarket_summary">Show author applications!</string>
<string name="aboutactivity_xda">XDA thread</string>
<string name="aboutactivity_xda_summary">Post your feedback here!</string>
</resources>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
@ -17,10 +18,47 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Go to Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="aggiungi_account">Tài khoản mới</string>
<string name="attiva">Hoạt động</string>
<string name="cancella">Xóa</string>
@ -131,40 +169,4 @@
<string name="open_a_file">Open a file</string>
<string name="open_this_time_only">Open this time only</string>
<string name="change_list_type">Change the list type</string>
<string name="use_monospace">Use monospace</string>
<string name="recent_files">Recent files</string>
<string name="font_size">Font size</string>
<string name="connection_name">Connection Name</string>
<string name="line_numbers">Line Numbers</string>
<string name="wrap_content">Wrap content</string>
<string name="view_it_on_the_web">View it on the web</string>
<string name="add">Add</string>
<string name="file">File</string>
<string name="folder">Folder</string>
<string name="light_theme">Light Theme</string>
<string name="goto_line">Goto Line</string>
<string name="find">Find</string>
<string name="replace">Replace</string>
<string name="root_permission">Root Permission</string>
<string name="share">Share</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-Encoding</string>
<string name="set_as_working_folder">Set as the working folder</string>
<string name="is_the_working_folder">This is the working folder</string>
<string name="save_changes">Do you want to save the changes to the file %s?</string>
<string name="regular_expression">Regular Expression</string>
<string name="text_to_find">Text to find</string>
<string name="text_to_replace">Text to replace</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="please_wait">Please wait&#8230;</string>
<string name="occurrences_found">%s occurrences was found</string>
<string name="app_version">Version %s</string>
<string name="translate_the_app">Translate</string>
<string name="changelog">Changelog</string>
<string name="match_case">Match case</string>
<string name="long_click_for_more_options">Long click for more options</string>
<string name="pro_version">Pro version</string>
<string name="auto_save">Auto save</string>
<string name="read_only">Read only</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More