|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <resources xmlns:tools="http://schemas.android.com/tools">
|
3 | 3 |
|
| 4 | + <!-- Cross feature --> |
| 5 | + <plurals name="x_selected"> |
| 6 | + <item quantity="one">%1$d selected</item> |
| 7 | + <item quantity="other">%1$d selected</item> |
| 8 | + </plurals> |
| 9 | + |
| 10 | + <!-- Notice --> |
4 | 11 | <string name="notice_room_invite_no_invitee">%s\'s invitation</string>
|
5 | 12 | <string name="notice_room_invite_no_invitee_by_you">Your invitation</string>
|
6 | 13 | <string name="notice_room_created">%1$s created the room</string>
|
|
407 | 414 | <string name="action_learn_more">Learn more</string>
|
408 | 415 | <string name="action_next">Next</string>
|
409 | 416 | <string name="action_got_it">Got it</string>
|
| 417 | + <string name="action_select_all">Select all</string> |
| 418 | + <string name="action_deselect_all">Deselect all</string> |
410 | 419 |
|
411 | 420 | <string name="copied_to_clipboard">Copied to clipboard</string>
|
412 | 421 |
|
|
3329 | 3338 | <string name="device_manager_other_sessions_no_inactive_sessions_found">No inactive sessions found.</string>
|
3330 | 3339 | <string name="device_manager_other_sessions_clear_filter">Clear Filter</string>
|
3331 | 3340 | <string name="device_manager_other_sessions_select">Select sessions</string>
|
3332 |
| - <string name="device_manager_other_sessions_select_all">Select all</string> |
3333 |
| - <string name="device_manager_other_sessions_deselect_all">Deselect all</string> |
3334 |
| - <plurals name="device_manager_other_sessions_selected"> |
3335 |
| - <item quantity="one">%1$d selected</item> |
3336 |
| - <item quantity="other">%1$d selected</item> |
3337 |
| - </plurals> |
3338 | 3341 | <string name="device_manager_session_overview_signout">Sign out of this session</string>
|
3339 | 3342 | <string name="device_manager_session_details_title">Session details</string>
|
3340 | 3343 | <string name="device_manager_session_details_description">Application, device, and activity information.</string>
|
|
0 commit comments