forked from samigehi/Android-Image-Cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ArthurHub#576 from jkwiecien/swedish-locale
Swedish translation
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">Rotera vänster</string> | ||
<string name="crop_image_menu_rotate_right">Rotera höger</string> | ||
<string name="crop_image_menu_crop">Beskär</string> | ||
<string name="crop_image_menu_flip">Vänd</string> | ||
<string name="crop_image_menu_flip_horizontally">Vänd horisontellt</string> | ||
<string name="crop_image_menu_flip_vertically">Vänd vertikalt</string> | ||
|
||
<string name="pick_image_intent_chooser_title">Välj bild</string> | ||
|
||
<string name="crop_image_activity_no_permissions">Avbryter, nödvändiga behörigheter beviljas inte</string> | ||
|
||
</resources> |