Browse Source

Rearrange strings for shared items

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 2 years ago
parent
commit
df9d7d6b41
1 changed files with 5 additions and 7 deletions
  1. 5 7
      app/src/main/res/values/strings.xml

+ 5 - 7
app/src/main/res/values/strings.xml

@@ -481,13 +481,6 @@ How to translate with transifex:
     <string name="nc_share_contact">Share contact</string>
     <string name="nc_share_contact_permission">Permission to read contacts is required</string>
 
-    <!-- shared items -->
-    <string name="nc_shared_items">Shared items</string>
-    <string name="nc_shared_items_description">Images, files, voice messages …</string>
-    <string name="nc_shared_items_empty">No shared items</string>
-    <string name="nc_shared_items_location">Location</string>
-    <string name="nc_shared_items_deck_card">Deck card</string>
-
     <!-- share to screen -->
     <string name="nc_share_to_choose_account">Choose account</string>
 
@@ -592,6 +585,9 @@ How to translate with transifex:
     <string name="record_failed_info">The recording failed. Please contact your administrator.</string>
 
     <!-- Shared items -->
+    <string name="nc_shared_items">Shared items</string>
+    <string name="nc_shared_items_description">Images, files, voice messages …</string>
+    <string name="nc_shared_items_empty">No shared items</string>
     <string name="shared_items_media">Media</string>
     <string name="shared_items_file">File</string>
     <string name="shared_items_recording">Call recording</string>
@@ -599,6 +595,8 @@ How to translate with transifex:
     <string name="shared_items_voice">Voice</string>
     <string name="shared_items_other">Other</string>
     <string name="shared_items_poll">Poll</string>
+    <string name="nc_shared_items_location">Location</string>
+    <string name="nc_shared_items_deck_card">Deck card</string>
 
     <!-- Message search -->
     <string name="messages">Messages</string>