Skip to content

Update strings.xml #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ imagePicker.startCamera(activity/fragment, callback);
}
```

> 更多细节请参考项目中的 app 模块的示例代码
> 更多细节请参考项目中的 app 模块的示例代码
12 changes: 6 additions & 6 deletions library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation" >
<resources>

<!-- CropView -->
<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="pick_image_intent_chooser_title">选择图片</string>
<string name="saving_image">截图保存中...</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">Crop</string>
<string name="pick_image_intent_chooser_title">Select source</string>
<string name="saving_image">Saving image ...</string><!-- By Paulo Linhares -->

</resources>