-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathstrings.xml
More file actions
16 lines (12 loc) · 718 Bytes
/
strings.xml
File metadata and controls
16 lines (12 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="crop_image_activity_title"></string>
<string name="crop_image_menu_rotate_left">Rotate counter clockwise</string>
<string name="crop_image_menu_rotate_right">Rotate</string>
<string name="crop_image_menu_crop">Next</string>
<string name="crop_image_menu_flip">Flip</string>
<string name="crop_image_menu_flip_horizontally">Flip horizontally</string>
<string name="crop_image_menu_flip_vertically">Flip vertically</string>
<string name="pick_image_intent_chooser_title">Select source</string>
<string name="crop_image_activity_no_permissions">Cancelling, required permissions are not granted</string>
</resources>