OSDN Git Service

CMFM: Improve strings
authorMichael Bestas <mikeioannina@gmail.com>
Sun, 16 Nov 2014 20:53:58 +0000 (22:53 +0200)
committerJorge Ruesga <jorge@ruesga.com>
Mon, 17 Nov 2014 21:59:30 +0000 (22:59 +0100)
* Don't wrap, strings appear bad on crowdin

Change-Id: I94fc1c8d155f324e984c50f25b7f3ea587595dc4

res/values/strings.xml

index 0685958..dc79bc0 100644 (file)
     <!-- 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>
     <!-- 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 -->
     <!-- 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 -->