diff options
author | حسين <zidhussein@gmail.com> | 2018-12-25 14:39:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 14:39:32 +0000 |
commit | 81aff5d870af5da4b16cc5ed455106dd58aefd54 (patch) | |
tree | 69923380f3522b603d5041e72f65335e5ff0a0dd /app/src/main/res/values-ru | |
parent | 62954ee78f007545d7630d74c9e11ede90627309 (diff) |
Commit messages (#455)
* use full password path in add/edit git commit message
* commit strings are format strings
* use format strings in other languages
* use move/rename commit message
Diffstat (limited to 'app/src/main/res/values-ru')
-rw-r--r-- | app/src/main/res/values-ru/strings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index d8177901..6863d800 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -21,9 +21,8 @@ <string name="delete">Удалить</string> <!-- git commits --> - <string name="add_commit_text">[ANDROID PwdStore] Добавлен пароль  </string> - <string name="edit_commit_text">[ANDROID PwdStore] Отредактирован пароль  </string> - <string name="from_store">  из хранилища.</string> + <string name="git_commit_add_text">Добавлен пароль %1$s из хранилища.</string> + <string name="git_commit_edit_text">Отредактирован %1$s из хранилища.</string> <!-- PGPHandler --> <string name="provider_toast_text">Не выбран провайдер OpenPGP!</string> |