Merge branch 'develop' into lists
This commit is contained in:
commit
fe3ae2cabe
|
@ -449,4 +449,18 @@
|
||||||
<string name="delete">Delete</string>
|
<string name="delete">Delete</string>
|
||||||
|
|
||||||
<string name="fetch_more_toots">Fetch more toots…</string>
|
<string name="fetch_more_toots">Fetch more toots…</string>
|
||||||
|
|
||||||
|
<!-- About lists -->
|
||||||
|
|
||||||
|
<string name="action_lists">Lists</string>
|
||||||
|
<string name="action_lists_confirm_delete">Are you sure you want to permanently delete this list?</string>
|
||||||
|
<string name="action_lists_empty_content">There is nothing in this list yet. When members of this list post new statuses, they will appear here.</string>
|
||||||
|
<string name="action_lists_add_to">Add to list</string>
|
||||||
|
<string name="action_lists_remove_from">Remove from list</string>
|
||||||
|
<string name="action_lists_create">Add list</string>
|
||||||
|
<string name="action_lists_delete">Delete list</string>
|
||||||
|
<string name="action_lists_update">Edit list</string>
|
||||||
|
<string name="action_lists_title_placeholder">New list title</string>
|
||||||
|
<string name="action_lists_search_users">Search among people you follow</string>
|
||||||
|
<string name="action_lists_owner">Your lists</string>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue