forked from AizazZaidee/Android-Ultra-Photo-Selector
-
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.
Internationalization & fixedx issues with UIL
- Loading branch information
aizaz
committed
Mar 16, 2015
1 parent
4c245c7
commit bc02090
Showing
7 changed files
with
97 additions
and
25 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 @@ | ||
/bin/ |
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
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
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">PhotoSelector</string> | ||
<string name="more_than_max">超过了上限</string> | ||
<string name="preview">预览</string> | ||
<string name="recent_photos">最近照片</string> | ||
<string name="sure">确定</string> | ||
<string name="select_photos">选择照片</string> | ||
<string name="back">返回</string> | ||
<string name="taking_pictures">拍摄照片</string> | ||
<string name="max_img_limit_reached">不能选择超过%d个图像</string> | ||
|
||
</resources> |
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 |
---|---|---|
@@ -1,6 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">PhotoSelector</string> | ||
<string name="app_name">UltraPhotoSelector</string> | ||
<string name="more_than_max">Exceeds the upper limit</string> | ||
<string name="preview">Preview</string> | ||
<string name="recent_photos">Recent photos</string> | ||
<string name="sure">Sure</string> | ||
<string name="select_photos">Select photos</string> | ||
<string name="back">Back</string> | ||
<string name="taking_pictures">Taking Pictures</string> | ||
<string name="max_img_limit_reached">Cannot select more than %d images</string> | ||
|
||
</resources> | ||
</resources> |
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
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