mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-28 23:48:00 +01:00
13 lines
511 B
XML
13 lines
511 B
XML
<resources>
|
|
<string name="app_name">Simple Gallery</string>
|
|
<string name="share_via">Share via</string>
|
|
<string name="no_permissions">Not much to do in a gallery without accessing your photos</string>
|
|
<string name="remove">Remove</string>
|
|
<string name="deleting">Deleting</string>
|
|
<string name="undo">Undo</string>
|
|
|
|
<plurals name="files_deleted">
|
|
<item quantity="one">1 file deleted</item>
|
|
<item quantity="other">%1$d files deleted</item>
|
|
</plurals>
|
|
</resources>
|