mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-16 12:28:37 -04:00
12 lines
358 B
XML
12 lines
358 B
XML
<resources>
|
|
<string name="app_name">Simple File Picker</string>
|
|
<string name="select_destination">Select destination</string>
|
|
<string name="ok">OK</string>
|
|
<string name="cancel">Cancel</string>
|
|
|
|
<plurals name="items">
|
|
<item quantity="one">1 item</item>
|
|
<item quantity="other">%1$d items</item>
|
|
</plurals>
|
|
</resources>
|