Browse Source

better and more clear translation keys

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 6 tháng trước cách đây
mục cha
commit
0454a2c570

+ 2 - 2
app/src/main/res/menu/activity_internal_two_way_sync.xml

@@ -10,8 +10,8 @@
 
     <item
         android:id="@+id/action_dismiss_two_way_sync"
-        android:contentDescription="@string/action_dismiss_two_way_sync"
+        android:contentDescription="@string/two_way_sync_activity_disable_all_button_title"
         android:orderInCategory="1"
-        android:title="@string/action_dismiss_two_way_sync"
+        android:title="@string/two_way_sync_activity_disable_all_button_title"
         app:showAsAction="never" />
 </menu>

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

@@ -1248,8 +1248,9 @@
     <string name="please_select_a_server">Please select a server…</string>
     <string name="notification_icon_description">Unread notifications exist</string>
     <string name="unset_internal_two_way_sync_description">Remove folder from internal two way sync</string>
-    <string name="internal_two_way_sync_list_empty_headline">Two way sync not set up</string>
-    <string name="internal_two_way_sync_text">To set up a two way sync folder, please enable it in the details tab of the folder in question.</string>
-    <string name="internal_two_way_sync_headline">Internal two way sync</string>
-    <string name="action_dismiss_two_way_sync">Disable all folders</string>
+
+    <string name="two_way_sync_activity_empty_list_title">Two way sync not set up</string>
+    <string name="two_way_sync_activity_empty_list_desc">To set up a two way sync folder, please enable it in the details tab of the folder in question.</string>
+    <string name="two_way_sync_activity_title">Internal two way sync</string>
+    <string name="two_way_sync_activity_disable_all_button_title">Disable for all folders</string>
 </resources>