Added menu items for selecting and deselecting all items

This commit is contained in:
daniel oeh
2012-07-23 18:12:09 +02:00
parent dfd3dc8bf8
commit 5f7d5d5e04
4 changed files with 48 additions and 10 deletions

View File

@ -5,5 +5,7 @@
<item name="move_up_item" type="id"/>
<item name="move_down_item" type="id"/>
<item type="id" name="clear_queue_item"/>
<item type="id" name="select_all_item"/>
<item type="id" name="deselect_all_item"/>
</resources>

View File

@ -134,5 +134,8 @@
<string name="reading_opml_label">Reading OPML file</string>
<string name="opml_reader_error">An error has occured while reading the opml document:</string>
<string name="opml_import_error_dir_empty">It seems like the import directory is empty. Please copy a OPML file into the directory to import it.</string>
<string name="select_all_label">Select all</string>
<string name="deselect_all_label">Deselect all</string>
</resources>