Skip to content

Commit

Permalink
Merge pull request Yalantis#298 from TheLuXoR/feature/Feature-German_…
Browse files Browse the repository at this point in the history
…Translation

Feature/german translation
  • Loading branch information
severianremi committed Aug 11, 2017
2 parents 5af24b3 + e63698a commit 5b32f95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ucrop/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ucrop_label_edit_photo">Foto editieren</string>
<string name="ucrop_label_original">Original</string>
<string name="ucrop_menu_crop">Zuschneiden</string>
</resources>
4 changes: 2 additions & 2 deletions ucrop/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<string name="ucrop_menu_crop">Crop</string>

<string name="ucrop_error_input_data_is_absent">Both input and output Uri must be specified</string>
<string name="ucrop_mutate_exception_hint">Therefore, override color resource (ucrop_color_toolbar_widget) in your app to make it work on pre-L devices</string>
<string name="ucrop_error_input_data_is_absent" translatable="false">Both input and output Uri must be specified</string>
<string name="ucrop_mutate_exception_hint" translatable="false">Therefore, override color resource (ucrop_color_toolbar_widget) in your app to make it work on pre-L devices</string>

</resources>

0 comments on commit 5b32f95

Please sign in to comment.