aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-ja/strings.xml
diff options
context:
space:
mode:
authorDiogenes Molinares <amolinares19@gmail.com>2020-04-16 13:51:24 +0200
committerGitHub <noreply@github.com>2020-04-16 17:21:24 +0530
commitf269bc7d28f43743648a346288749f5b7f878402 (patch)
tree42ecd7dd898a4db87293b95009cd36a2c238d15b /app/src/main/res/values-ja/strings.xml
parente4aa673537f198034755ed1113754fbbe05b0138 (diff)
See file's metadata to validate SSH key (#709)
* See file's metadata to validate SSH key * See file's metadata to validate SSH key * change exception to throw and refactoring * catch IOException and IllegalArgumentException as equal * run ./gradlew spotlessApply * Apply suggestions from code review * validate BEGIN, END markers and size != 0 * Apply suggestions from code review * Update app/src/main/java/com/zeapo/pwdstore/UserPreference.kt * Don't throw on SSH key import failure * Style nits * Codestyle and copy nits Co-authored-by: Fabian Henneke <fabian@henneke.me> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values-ja/strings.xml')
-rw-r--r--app/src/main/res/values-ja/strings.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 0c347480..c798f6c2 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -80,7 +80,6 @@
<string name="pref_copy_title">自動的にパスワードをコピー</string>
<string name="pref_copy_dialog_title">復号化が成功した後、自動的にパスワードをクリップボードにコピーします。</string>
<string name="ssh_key_success_dialog_title">SSH 鍵をインポートしました</string>
- <string name="ssh_key_error_dialog_title">ssh 鍵のインポート時にエラー</string>
<string name="ssh_key_error_dialog_text">メッセージ : \n</string>
<string name="pref_recursive_filter">再帰的フィルタリング</string>
<string name="pref_recursive_filter_hint">現在のディレクトリーのパスワードを再帰的に検索します。</string>