aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-uk/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-15 13:59:21 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-15 13:59:21 +0200
commit9a3a032d99064cd16ca065a214d8f7fd09d54088 (patch)
treea7dc605e10465c4d26d1e7910143b751e3e518e0 /OpenKeychain/src/main/res/values-uk/strings.xml
parent36ef8a9a62f32f0843c9e317d493a7f136624dce (diff)
downloadopen-keychain-9a3a032d99064cd16ca065a214d8f7fd09d54088.tar.gz
open-keychain-9a3a032d99064cd16ca065a214d8f7fd09d54088.tar.bz2
open-keychain-9a3a032d99064cd16ca065a214d8f7fd09d54088.zip
move LogLevel info into LogType enum
Diffstat (limited to 'OpenKeychain/src/main/res/values-uk/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values-uk/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml
index 440e30bf4..3d6b9e1f4 100644
--- a/OpenKeychain/src/main/res/values-uk/strings.xml
+++ b/OpenKeychain/src/main/res/values-uk/strings.xml
@@ -439,9 +439,9 @@
<string name="msg_ip_delete_old_fail">Нема вилученого старого ключа (створюється новий?)</string>
<string name="msg_ip_delete_old_ok">Вилучений старий ключ з бази даних</string>
<string name="msg_ip_encode_fail">Операція не вдалася через помилку кодування</string>
- <string name="msg_ip_fail_io_exc">Операція не вдалася через помилку вводу/виводу</string>
- <string name="msg_ip_fail_op_exc">Операція не вдалася через помилку бази даних</string>
- <string name="msg_ip_fail_remote_ex">Операція не вдалася через внутрішню помилку</string>
+ <string name="msg_ip_error_io_exc">Операція не вдалася через помилку вводу/виводу</string>
+ <string name="msg_ip_error_op_exc">Операція не вдалася через помилку бази даних</string>
+ <string name="msg_ip_error_remote_ex">Операція не вдалася через внутрішню помилку</string>
<string name="msg_ip">Імпортується публічна в\'язка %s</string>
<string name="msg_ip_insert_keyring">Шифруються дані із в\'язки</string>
<string name="msg_ip_insert_keys">Аналізуються ключі</string>
@@ -494,7 +494,7 @@
<string name="msg_is">Імпортується секретний ключ %s</string>
<string name="msg_is_db_exception">Помилка бази даних!</string>
<string name="msg_is_importing_subkeys">Опрацьовуються секретні підключі</string>
- <string name="msg_is_io_exc">Помилка шифрування в’язки</string>
+ <string name="msg_is_error_io_exc">Помилка шифрування в’язки</string>
<string name="msg_is_pubring_generate">Генерується публічна в\'язка із секретної</string>
<string name="msg_is_success_identical">В\'язка не містить нових даних. Нема що робити.</string>
<string name="msg_is_success">Успішно імпортована секретна в\'язка</string>