|
@@ -2,30 +2,34 @@
|
|
|
<resources>
|
|
|
|
|
|
<declare-styleable name="ActionEditText">
|
|
|
-
|
|
|
<attr name="optionOneString" format="string" />
|
|
|
<attr name="optionOneColor" format="color" />
|
|
|
<attr name="optionTwoString" format="string" />
|
|
|
<attr name="optionTwoColor" format="color" />
|
|
|
<attr name="onBadgeClick" format="string" />
|
|
|
-
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <string-array name="pref_behaviour_entries">
|
|
|
+ <string-array name="pref_behaviour_entries" translatable="false">
|
|
|
<item>@string/pref_behaviour_entries_keep_file</item>
|
|
|
<item>@string/pref_behaviour_entries_move</item>
|
|
|
<item>@string/pref_behaviour_entries_delete_file</item>
|
|
|
</string-array>
|
|
|
|
|
|
- <string-array name="pref_behaviour_entryValues">
|
|
|
+ <string-array name="pref_behaviour_entryValues" translatable="false">
|
|
|
<item>NOTHING</item>
|
|
|
<item>MOVE</item>
|
|
|
<item>DELETE</item>
|
|
|
</string-array>
|
|
|
|
|
|
- <string-array name="upload_files_behaviour">
|
|
|
- <item>move to nextcloud folder</item>
|
|
|
- <item>only upload</item>
|
|
|
- <item>upload and delete from source</item>
|
|
|
+ <string-array name="upload_files_behaviour" translatable="false">
|
|
|
+ <item>@string/uploader_upload_files_behaviour_move_to_nextcloud_folder</item>
|
|
|
+ <item>@string/uploader_upload_files_behaviour_only_upload</item>
|
|
|
+ <item>@string/uploader_upload_files_behaviour_upload_and_delete_from_source</item>
|
|
|
+ </string-array>
|
|
|
+
|
|
|
+ <string-array name="menu_items_sort_by_options" translatable="false">
|
|
|
+ <item>@string/menu_item_sort_by_name</item>
|
|
|
+ <item>@string/menu_item_sort_by_date</item>
|
|
|
+ <item>@string/menu_item_sort_by_size</item>
|
|
|
</string-array>
|
|
|
</resources>
|