Skip to content
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
10 changes: 10 additions & 0 deletions simple-crop-image-lib/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="cancel">Отмена</string>
<string name="save">Сохранить</string>
<string name="saving_image">Сохранить изображение</string>
<string name="preparing_card">Подготовка карты памяти</string>
<string name="no_storage_card">Нет карты памяти</string>
<string name="not_enough_space">Нет свободного места</string>
<string name="plz_wait">Подождите\u2026</string>
</resources>
1 change: 1 addition & 0 deletions simple-crop-image-lib/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<string name="preparing_card">Preparing card</string>
<string name="no_storage_card">No storage card</string>
<string name="not_enough_space">Not enough space</string>
<string name="plz_wait">Please wait\u2026</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private void startFaceDetection() {
mImageView.setImageBitmapResetBase(mBitmap, true);

Util.startBackgroundJob(this, null,
"Please wait\u2026",
getString(R.string.plz_wait),
new Runnable() {
public void run() {

Expand Down