소스 검색

Merge pull request #9220 from nextcloud/fixTranslations

Translation files must be one line
Tobias Kaminsky 3 년 전
부모
커밋
7b80e23b8e
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      src/main/res/values/strings.xml

+ 2 - 6
src/main/res/values/strings.xml

@@ -1003,10 +1003,6 @@
     <string name="search_error">Error getting search results</string>
     <string name="load_more_results">Load more results</string>
     <string name="whats_new_storage_sdk30_title">Changes in storage access from Android 11</string>
-    <string name="whats_new_storage_sdk30_content">From Android 11 onwards, strict storage access
-        control is enforced.\n\nAs a consequence, Nextcloud will no longer be able to delete or write files on
-        external storage, or read files in private folders owned by other apps.</string>
-    <string name="whats_new_storage_sdk30_content_page2">Please check your auto upload items and verify
-    that Nextcloud still has read access to the local folder.\n\nAdditionally, other applications will not be able to
-    read Nextcloud\'s downloaded files directly from the external storage.</string>
+    <string name="whats_new_storage_sdk30_content">From Android 11 onwards, strict storage access control is enforced.\n\nAs a consequence, Nextcloud will no longer be able to delete or write files on external storage, or read files in private folders owned by other apps.</string>
+    <string name="whats_new_storage_sdk30_content_page2">Please check your auto upload items and verify that Nextcloud still has read access to the local folder.\n\nAdditionally, other applications will not be able to read Nextcloud\'s downloaded files directly from the external storage.</string>
 </resources>