aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-11-16 22:53:58 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-11-16 22:53:58 +0200
commit3240c35dd327ff94654f68ade1c51719182e6b5c (patch)
tree8d9d7400a22a0e189593c99c523993d12026c5ac
parent877d4660622ebcaa992f05396237169c289470c4 (diff)
downloadandroid_packages_apps_CMFileManager-3240c35dd327ff94654f68ade1c51719182e6b5c.tar.gz
android_packages_apps_CMFileManager-3240c35dd327ff94654f68ade1c51719182e6b5c.tar.bz2
android_packages_apps_CMFileManager-3240c35dd327ff94654f68ade1c51719182e6b5c.zip
CMFM: Improve strings
* Don't wrap, strings appear bad on crowdin Change-Id: I94fc1c8d155f324e984c50f25b7f3ea587595dc4
-rw-r--r--res/values/strings.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 06859586..dc79bc00 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -281,8 +281,7 @@
<!-- Fso Properties Dialog - Execute Label -->
<string name="fso_properties_dialog_execute" translatable="false">X</string>
<!-- Fso Properties Dialog - Execute Label -->
- <string name="fso_properties_dialog_folder_items" translatable="false">
- <xliff:g id="folders">%1$s</xliff:g> / <xliff:g id="files">%2$s</xliff:g></string>
+ <string name="fso_properties_dialog_folder_items" translatable="false"><xliff:g id="folders">%1$s</xliff:g> / <xliff:g id="files">%2$s</xliff:g></string>
<!-- Fso Properties Dialog - Skip media scan -->
<string name="fso_properties_dialog_include_in_media_scan">Skip media scan:</string>
<string name="fso_failed_to_allow_media_scan">Failed to allow media scanning</string>
@@ -688,10 +687,7 @@
<!-- Preferences - Storage - Secure Storage - Delayed sync title -->
<string name="pref_secure_storage_delayed_sync_title">Delayed synchronization</string>
<!-- Preferences - Storage - Secure Storage - Delayed sync summary -->
- <string name="pref_secure_storage_delayed_sync_summary">Synchronization of secure file systems
- is a costly operation. Enable this option to allow better time responses after every operation,
- performing the synchronization when the filesystem is in unused state, but at the expense of
- lost the pending information not synced if the app crash.</string>
+ <string name="pref_secure_storage_delayed_sync_summary">Synchronization of secure file systems is a costly operation. Enable this option to allow better time responses after every operation, performing the synchronization when the filesystem is in unused state, but at the expense of lost the pending information not synced if the app crash.</string>
<!-- Preferences - Storage - Secure Storage - Reset password title -->
<string name="pref_secure_storage_reset_password_title">Reset password</string>
<!-- Preferences - Storage - Secure Storage - Delete storage title -->
@@ -805,7 +801,7 @@
<!-- Secure Storage unlock validation, length -->
<string name="secure_storage_unlock_validation_length">Password must have at least <xliff:g id="characters">%1$d</xliff:g> characters.</string>
<!-- Secure Storage unlock validation, equal -->
- <string name="secure_storage_unlock_validation_equals">Passwords are not the same.</string>
+ <string name="secure_storage_unlock_validation_equals">Passwords do not match.</string>
<!-- Print messages -->
<!-- Unsupported document format -->