1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Make selection text a bit more generic.

This commit is contained in:
Sander Bogaert 2012-08-28 15:25:28 -04:00 committed by Andrew Chen
parent a5b8ce8064
commit 595f591245

View File

@ -101,7 +101,7 @@ http://k9mail.googlecode.com/
<string name="status_syncing_off">\u0020(Syncing disabled)</string>
<string name="actionbar_selected"><xliff:g id="selection_count">%d</xliff:g> selected</string>
<string name="actionbar_string_selected"><xliff:g id="selection_count">\"%s\"</xliff:g> account selected</string>
<string name="actionbar_string_selected"><xliff:g id="selection_count">\"%s\"</xliff:g> selected</string>
<!-- Actions will be used as buttons and in menu items -->
<string name="next_action">Next</string> <!-- Used as part of a multi-step process -->
<string name="previous_action">Previous</string> <!-- Used as part of a multi-step process -->