Skip to content

Commit 676d6c7

Browse files
authored
Merge pull request #4796 from owncloud/fix_unescaped_source_string_for_transifex
[TECHNICAL] fix unescaped source string characters
2 parents c42a416 + f23ab9c commit 676d6c7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

owncloudApp/src/main/res/values/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<string name="bottom_nav_shares">Shares</string>
134134

135135
<string name="recommend_subject">Try %1$s on your smartphone!</string>
136-
<string name="recommend_text">"I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s"</string>
136+
<string name="recommend_text">I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s</string>
137137

138138
<string name="error_reason">because</string>
139139
<string name="auth_failure_snackbar">Authentication failed. Sign in again to regain access.</string>
@@ -395,8 +395,8 @@
395395
<string name="remove_fail_msg">Removal failed</string>
396396
<string name="rename_dialog_title">Enter a new name</string>
397397
<string name="available_offline_inherited_msg">A folder containing this file is available offline.</string>
398-
<string name="rename_local_fail_msg">"Local copy could not be renamed; try a different name"</string>
399-
<string name="rename_server_fail_msg">"Rename could not be completed"</string>
398+
<string name="rename_local_fail_msg">Local copy could not be renamed; try a different name</string>
399+
<string name="rename_server_fail_msg">Rename could not be completed</string>
400400
<string name="file_already_exists">File already exists</string>
401401
<string name="folder_already_exists">Folder already exists</string>
402402
<string name="file_already_exists_description">File with name %1$s already exists.</string>
@@ -415,7 +415,7 @@
415415
<string name="filename_too_long">File name cannot be that long</string>
416416
<string name="wait_a_moment">Wait a moment</string>
417417
<string name="wait_checking_credentials">Checking stored credentials</string>
418-
<string name="filedisplay_unexpected_bad_get_content">"Unexpected problem; please select the file from a different app"</string>
418+
<string name="filedisplay_unexpected_bad_get_content">Unexpected problem; please select the file from a different app</string>
419419
<string name="filedisplay_no_file_selected">No file was selected</string>
420420
<string name="activity_chooser_title">Send link to</string>
421421
<string name="wait_for_tmp_copy_from_private_storage">Copying file from private storage</string>
@@ -660,8 +660,8 @@
660660
<string name="share_warning_about_forwarding_public_links">Anyone with the link has access to the file/folder.</string>
661661
<string name="share_warning_about_forwarding_space_public_links">Anyone with the link has access to the space.</string>
662662
<string name="share_via_link_default_password">*****</string>
663-
<string name="share_via_link_password_enforced_label">"Password *"</string>
664-
<string name="share_via_link_expiration_date_enforced_label">"Expiration *"</string>
663+
<string name="share_via_link_password_enforced_label">Password *</string>
664+
<string name="share_via_link_expiration_date_enforced_label">Expiration *</string>
665665
<string name="share_via_link_expiration_date_explanation_label">The public link will expire no later than %1$d days after it has been created.</string>
666666
<string name="share_via_link_default_name_template">%1$s link</string>
667667
<string name="share_via_link_empty_password">The password is empty.</string>
@@ -859,7 +859,7 @@
859859
<string name="create_space_dialog_gb_unit">GB</string>
860860
<string name="create_space_dialog_empty_error">Space name must not be empty</string>
861861
<string name="create_space_dialog_length_error">Space name must not be longer than 255 characters</string>
862-
<string name="create_space_dialog_characters_error">Forbidden characters: / \\ . : ? * &quot; ' &gt; &lt; |</string>
862+
<string name="create_space_dialog_characters_error">Forbidden characters: / \\ . : \? * &quot; \' &gt; &lt; |</string>
863863
<string name="create_space_dialog_quota_empty_error">Space quota must not be empty</string>
864864
<string name="create_space_dialog_quota_zero_error">Space quota must be greater than zero</string>
865865
<string name="create_space_dialog_quota_too_large_error">Space quota cannot exceed 1 PB</string>

0 commit comments

Comments
 (0)