diff options
Diffstat (limited to 'res/values-hu/strings.xml')
-rw-r--r-- | res/values-hu/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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> |