diff options
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | res/values-bg/strings.xml | 6 | ||||
-rw-r--r-- | res/values-ca/strings.xml | 6 | ||||
-rw-r--r-- | res/values-cs/strings.xml | 6 | ||||
-rw-r--r-- | res/values-da/strings.xml | 6 | ||||
-rw-r--r-- | res/values-de/strings.xml | 6 | ||||
-rw-r--r-- | res/values-es/strings.xml | 6 | ||||
-rw-r--r-- | res/values-eu/strings.xml | 6 | ||||
-rw-r--r-- | res/values-fi/strings.xml | 6 | ||||
-rw-r--r-- | res/values-fr/strings.xml | 6 | ||||
-rw-r--r-- | res/values-hu/strings.xml | 6 | ||||
-rw-r--r-- | res/values-id/strings.xml | 6 | ||||
-rw-r--r-- | res/values-it/strings.xml | 6 | ||||
-rw-r--r-- | res/values-ja/strings.xml | 6 | ||||
-rw-r--r-- | res/values-nb/strings.xml | 6 | ||||
-rw-r--r-- | res/values-nl/strings.xml | 6 | ||||
-rw-r--r-- | res/values-pl/strings.xml | 6 | ||||
-rw-r--r-- | res/values-pt-rBR/strings.xml | 6 | ||||
-rw-r--r-- | res/values-pt/strings.xml | 6 | ||||
-rw-r--r-- | res/values-ru/strings.xml | 6 | ||||
-rw-r--r-- | res/values-sv/strings.xml | 6 | ||||
-rw-r--r-- | res/values-tr/strings.xml | 6 | ||||
-rw-r--r-- | res/values-vi/strings.xml | 6 | ||||
-rw-r--r-- | res/values-zh-rCN/strings.xml | 6 | ||||
-rw-r--r-- | res/values-zh-rTW/strings.xml | 6 |
25 files changed, 145 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 29b7f4a..e15b24e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.connectbot" android:versionName="1.6-dev" - android:versionCode="214"> + android:versionCode="215"> <application android:icon="@drawable/icon" diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index aa3c803..ca8739f 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 1a13eff..be2c442 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color de la categoria</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Usa autenticació de claus públiques</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Sembla que ConnectBot ha tingut un problema l'últim cop que s'ha iniciat. Enviar la informació de l'error als desenvolupadors de ConnectBot?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">vermell</string> <string name="color_green">verd</string> <string name="color_blue">blau</string> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 140a9a3..8bd53c6 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">červená</string> <string name="color_green">zelená</string> <string name="color_blue">modrá</string> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index b2c7790..4362465 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Farvekategorier</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Brug offentlig nøgleautorisering</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Tilsyneladende havde ConnectBot problemer sidste gang det blev brugt. Videresend fejlrapport til ConnectBot udviklerne?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rød</string> <string name="color_green">grøn</string> <string name="color_blue">blå</string> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index aba820a..7d3c301 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Farbkategorie</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Verwende "pubkey" Authentisierung</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Scheinbar hatte ConnectBot Probleme bei der letzten Benutzung. Fehlermeldung an die ConnectBot übermitteln?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rot</string> <string name="color_green">grün</string> <string name="color_blue">blau</string> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index ea0b8b6..0866ab4 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Categoria de colores</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Usar clave de autenticación pública</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Parece que ConnectBot tuvo un problema en su última ejecución. Enviar reporte de error a los desarrolladores de ConnectBot?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rojo</string> <string name="color_green">verde</string> <string name="color_blue">azul</string> diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml index 737ed03..bae2d06 100644 --- a/res/values-eu/strings.xml +++ b/res/values-eu/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index c527cd1..6ad6c04 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index a4e2dec..31e419d 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Catégorie de couleur</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Taille de police (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Utiliser l'autentification par clef de cryptage publique</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Il semblerait que ConnectBot ait eu un problème lors de sa dernière utilisation. Voulez vous envoyer un rapport d'erreur aux développeurs de ConnectBot ?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Réinitialiser</string> + <string name="color_red">rouge</string> <string name="color_green">vert</string> <string name="color_blue">bleu</string> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 12cb290..e00b3f0 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Szín-kategória</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Nyilvános kulcs használata azonosításhoz</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Úgy tűnik a ConnectBot a legutóbbi futtatáskor összeomlott. Elküldi a hibanaplót a ConnectBot fejleszőinek?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">piros</string> <string name="color_green">zöld</string> <string name="color_blue">kék</string> diff --git a/res/values-id/strings.xml b/res/values-id/strings.xml index 4783676..6c07483 100644 --- a/res/values-id/strings.xml +++ b/res/values-id/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Kategori warna</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Gunakan otentifikasi pubkey</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">merah</string> <string name="color_green">hijau</string> <string name="color_blue">biru</string> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 1e15e91..79fac81 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Categoria colore</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Usa autenticazione a chiave pubblica</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Sembrerebbe che ConnectBot abbia avuto un problema durante l\'ultima esecuzione. Inviare una segnalazione d\'errore agli sviluppatori di ConnectBot?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rosso</string> <string name="color_green">verde</string> <string name="color_blue">blu</string> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 48a2dec..23cded3 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">色の系統</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">公開鍵認証を使用</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">前回ConnectBot実行時に問題が発生したようです。ConnectBotの開発者にエラーレポートを送信しますか?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">赤</string> <string name="color_green">緑</string> <string name="color_blue">青</string> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 7045706..ea44c9e 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rød</string> <string name="color_green">grønn</string> <string name="color_blue">blå</string> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index c324a3b..2339d96 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Kleur catogorie</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Gebruik pubkey authenticatie</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Het lijkt erop dat ConnectBot een probleem had de laatste keer dat het gebruikt werd. Wilt u een foutenrapport naar de ConnectBot ontwikkelaars sturen?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">rood</string> <string name="color_green">groen</string> <string name="color_blue">blauw</string> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 8c963ae..ebb12c1 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Kolor kategori</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Używaj kluczy publicznych do autoryzacji</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Wygląda na to, że ConnectBot miał problem podczas ostatniego uruchomienia. Czy wysłać raport o błędzie do twórcow aplikacji?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">czerwony</string> <string name="color_green">zielony</string> <string name="color_blue">niebieski</string> diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml index fce4617..89d4de5 100644 --- a/res/values-pt-rBR/strings.xml +++ b/res/values-pt-rBR/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index 398e5ee..4c5fe10 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index bf3238b..32fda47 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Цвет для категории</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Использовать аутентификацию по открытому ключу</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Возможно, при последнем запуске программы возникла проблема. Отправить разработчикам отчет об ошибке?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">красный</string> <string name="color_green">зелёный</string> <string name="color_blue">синий</string> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 13b4699..e6ca178 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 5159583..968bed5 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 1bfb547..db4e6d9 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">red</string> <string name="color_green">green</string> <string name="color_blue">blue</string> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index e0252e4..4d241ff 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">颜色类型</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">使用公钥验证</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">似乎ConnectBot在最后运行时出现异常. 请回报给ConnectBot开发者</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">红</string> <string name="color_green">绿</string> <string name="color_blue">蓝</string> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 74b7b3f..c0b45e6 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -220,6 +220,9 @@ <!-- Host color category preference title --> <string name="hostpref_color_title">Color category</string> + <!-- Host's default font size when opening the terminal in points (pt) --> + <string name="hostpref_fontsize_title">Font size (pt)</string> + <!-- Host pubkey usage preference title --> <string name="hostpref_pubkeyid_title">Use pubkey authentication</string> @@ -425,6 +428,9 @@ <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string> + <!-- Menu selection to reset colors to their defaults. --> + <string name="menu_colors_reset">Reset</string> + <string name="color_red">紅色</string> <string name="color_green">綠色</string> <string name="color_blue">藍色</string> |