Spherical/app/src/main/res/values/strings.xml

10 lines
575 B
XML
Raw Normal View History

2017-09-12 14:54:41 +02:00
<resources>
2017-09-15 01:30:36 +02:00
<string name="app_name" translatable="false">Spherical</string>
<string name="toast_prompt_share_image">Share an image with the app!</string>
<string name="toast_file_not_found">File not found.</string>
<string name="toast_io_error">An Error has occurred: IO-Error.</string>
2017-09-14 20:39:33 +02:00
<string name="menu_force_sphere">Show as Sphere</string>
2017-09-15 01:30:36 +02:00
<string name="toast_not_yet_implemented">Not yet implemented!</string>
<string name="toast_missing_permission">Cannot display photo: Missing permissions to access external storage.</string>
2017-09-12 14:54:41 +02:00
</resources>