Skip to content

Commit

Permalink
Merge pull request #18 from comradekingu/patch-2
Browse files Browse the repository at this point in the history
Spellerino updated translations
  • Loading branch information
k3b authored May 27, 2019
2 parents e2bb527 + b014977 commit 7beaa68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<resources>
<string name="app_name">llCrop (Loss Less)</string>
<string name="app_name">llCrop (lossless)</string>

<string name="label_select_picture">Select Picture</string>
<string name="label_select_picture">Select picture</string>
<string name="label_save_as">Save as</string>
<string name="label_send">Send/Share to</string>
<string name="label_send">Send/share to</string>

<string name="permission_title_rationale">Permission needed</string>
<string name="permission_read_storage_rationale">Storage read permission is needed to pick files.</string>
<string name="permission_write_storage_rationale">Storage write permission is needed to save the image.</string>
<string name="permission_read_storage_rationale">Storage reading permission needed to pick files.</string>
<string name="permission_write_storage_rationale">Storage writing permission needed to save images.</string>

<string name="toast_cannot_retrieve_selected_image">Quitting: No source image selected</string>
<string name="toast_saved_as">Saved as \'%1$s\'</string>
Expand Down

0 comments on commit 7beaa68

Please sign in to comment.