From a1330f78e499840b386ea92e4280e9cdff9407f6 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 29 Oct 2015 14:50:29 +0100 Subject: uploadop: clean up, add logging --- OpenKeychain/src/main/res/values-ja/strings.xml | 8 ++++---- OpenKeychain/src/main/res/values/strings.xml | 15 +++++++++++---- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index db7f8ee98..a2e68ac66 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -1179,15 +1179,15 @@ すべての鍵とバックアップ 公開鍵 %s のバックアップを作成中 - 公開鍵 %s をアップロード中 + 公開鍵 %s をアップロード中 秘密鍵 %s のバックアップを作成中 URIオープン時にエラー! データベースエラー! 入出力エラー! - 鍵データの事前処理のエラー! - サーバに鍵をアップロード中にエラー! インターネット接続を確認してください + 鍵データの事前処理のエラー! + サーバに鍵をアップロード中にエラー! インターネット接続を確認してください バックアップ操作に成功 - 鍵サーバへアップロードに成功 + 鍵サーバへアップロードに成功 削除するものがありません! 秘密鍵は個別にしか削除できません! diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index fa745cb5b..bc22237d7 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1299,15 +1299,22 @@ "Backup with all keys" "Creating backup of public key %s" - "Uploading public key %s" "Creating backup of secret key %s" "Error opening URI stream!" "Database error!" "Input/output error!" - "Error preprocessing key data!" - "Error uploading key to server! Please check your Internet connection" "Backup operation successful" - "Upload to keyserver successful" + + "Uploading public key" + "Using proxy: none" + "Using proxy: TOR" + "Using proxy: %s" + "Server: %s" + "Key id: %s" + "Error preprocessing key data!" + "Key not found!" + "Error uploading key to server! Please check your Internet connection" + "Upload to keyserver successful" "Nothing to delete!" "Secret keys can only be deleted individually!" -- cgit v1.2.3