aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-bg/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-08-11 05:49:54 +0000
committerKenny Root <kenny@the-b.org>2009-08-11 05:49:54 +0000
commitdc44bd9a710d86b2728f46be8a1f962e74c662d0 (patch)
tree5599d47bbf52c44528ea250d670b5bede67d8b27 /res/values-bg/strings.xml
parente04c843239dd3fe688d8e46c736940dac6d02f64 (diff)
downloadconnectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.tar.gz
connectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.tar.bz2
connectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.zip
Update translations
Split out things that shouldn't be translated into a separate file. Update the build.xml to change the version string in notrans.xml instead. Add Finnish and Vietnamese. Update other languages. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@384 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-bg/strings.xml')
-rw-r--r--res/values-bg/strings.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 862c6d6..1de4cc0 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">ConnectBot</string>
<string name="app_desc">Прост, мощен SSH клиент с отворен код</string>
<!-- Window title for the Host List -->
@@ -17,6 +16,7 @@
<string name="title_colors">Colors</string>
<string name="resolve_connect">Свържи</string>
+ <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) -->
<string name="resolve_entropy">Gather Entropy</string>
<string name="menu_insert">Добави хост</string>
@@ -30,12 +30,14 @@
<string name="pubkey_generate">Генериране</string>
<string name="pubkey_import">Импортиране</string>
<string name="pubkey_delete">Клавиш Delete</string>
+ <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) -->
<string name="pubkey_gather_entropy">Gathering Entropy</string>
<string name="pubkey_touch_prompt">Touch this box to gather randomness: %1$d%% done</string>
<string name="pubkey_touch_hint">In order to assure randomness during the key generation, move your finger randomly over the box below.</string>
<string name="pubkey_generating">Generating key pair...</string>
<string name="pubkey_copy_private">Копира частния ключ</string>
<string name="pubkey_copy_public">Копира публичния ключ</string>
+ <!-- Note that the '\n' just splits lines, so it's actually "create or import" -->
<string name="pubkey_list_empty">Tap "Menu" to create\nor import key pairs.</string>
<string name="pubkey_unknown_format">Непознат формат</string>
<string name="pubkey_change_password">Промени паролата</string>
@@ -49,6 +51,7 @@
<!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication -->
<string name="pubkey_confirm_use">Confirm before use</string>
+ <!-- Note that the '\n' splits lines, so it's actually "create port forwards" -->
<string name="portforward_list_empty">Tap "Menu" to create\nport forwards.</string>
<string name="portforward_edit">Променете пренасочването на портове</string>
<string name="portforward_delete">Изтрийте пренасочването на портове</string>
@@ -73,7 +76,7 @@
<!-- Prompt for the password to unlock a certain pubkey. -->
<string name="prompt_pubkey_password">Password for key '%1$s'</string>
- <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key -->
+ <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" -->
<string name="prompt_allow_agent_to_use_key">Allow remote host to\nuse key '%1$s'?</string>
<!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
@@ -109,12 +112,6 @@
<string name="msg_copyright">Запазени права © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string>
- <!-- DO NOT MANUALLY UPDATE VERSION!!!
- Updating is update by the ant task "update-version" in build.xml
- Do not translate.
- -->
- <string name="msg_version">ConnectBot (working copy)</string>
-
<!-- The category title for terminal emulation preferences. -->
<string name="pref_emulation_category">Terminal emulation</string>
@@ -277,7 +274,7 @@
<!-- Message given when user copies from the terminal. -->
<string name="console_copy_done">Копирани %1$d байта в клипборда</string>
- <!-- Instructions for how to copy from the terminal. The \n entries are to split lines to improve readability and prevent wrapping off the screen. -->
+ <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. -->
<string name="console_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string>
<!-- Button to close the disconnected terminal window. -->
@@ -331,6 +328,7 @@
<string name="list_host_edit">Edit host</string>
<string name="list_host_portforwards">Edit port forwards</string>
<string name="list_host_delete">Delete host</string>
+ <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" -->
<string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string>
<!-- Default screen rotation preference selection -->