Skip to content

Commit

Permalink
Add strings for hebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
shaymargolis authored Dec 16, 2017
1 parent 161a132 commit a68af94
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cropper/src/main/res/values-he/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="crop_image_activity_title"></string>
<string name="crop_image_menu_rotate_left">סובב נגד כיוון השעון</string>
<string name="crop_image_menu_rotate_right">סובב</string>
<string name="crop_image_menu_crop">חתוך</string>
<string name="crop_image_menu_flip">הפוך</string>
<string name="crop_image_menu_flip_horizontally">הפוך אופקית</string>
<string name="crop_image_menu_flip_vertically">הפוך אנכית</string>

<string name="pick_image_intent_chooser_title">בחר מקור</string>

<string name="crop_image_activity_no_permissions">ההרשאות הנדרשות חסרות, מבטל</string>

</resources>

0 comments on commit a68af94

Please sign in to comment.