2012-05-02 01:37:37 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<declare-styleable name="ActionEditText">
|
|
|
|
<attr name="optionOneString" format="string" />
|
|
|
|
<attr name="optionOneColor" format="color" />
|
2015-08-14 18:18:36 +03:00
|
|
|
<attr name="optionTwoString" format="string" />
|
2012-05-02 01:37:37 +04:00
|
|
|
<attr name="optionTwoColor" format="color" />
|
|
|
|
<attr name="onBadgeClick" format="string" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-09-06 17:17:14 +03:00
|
|
|
<string-array name="pref_behaviour_entries" translatable="false">
|
2015-12-01 23:59:12 +03:00
|
|
|
<item>@string/pref_behaviour_entries_keep_file</item>
|
2015-09-23 20:49:01 +03:00
|
|
|
<item>@string/pref_behaviour_entries_move</item>
|
2016-07-31 13:14:33 +03:00
|
|
|
<item>@string/pref_behaviour_entries_delete_file</item>
|
2015-09-19 15:33:29 +03:00
|
|
|
</string-array>
|
|
|
|
|
2016-09-06 17:17:14 +03:00
|
|
|
<string-array name="pref_behaviour_entryValues" translatable="false">
|
2016-11-06 11:19:10 +03:00
|
|
|
<item>LOCAL_BEHAVIOUR_FORGET</item>
|
|
|
|
<item>LOCAL_BEHAVIOUR_MOVE</item>
|
|
|
|
<item>LOCAL_BEHAVIOUR_DELETE</item>
|
2016-07-31 13:14:33 +03:00
|
|
|
</string-array>
|
|
|
|
|
2016-09-06 17:17:14 +03:00
|
|
|
<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>
|
2015-09-19 15:33:29 +03:00
|
|
|
</string-array>
|
2012-05-02 01:37:37 +04:00
|
|
|
</resources>
|