aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralescdb <alescdb@users.noreply.github.com>2015-10-24 08:58:07 +0200
committeralescdb <alescdb@users.noreply.github.com>2015-10-24 08:58:07 +0200
commite6310a2c2a215e562d09c09483ef0fe66d832924 (patch)
treeef02ec8c3a27690ece89d1dcb13d46f32818423c
parent45322cfb06b7f45c1978d8ad120b099b0cef5e4a (diff)
downloadconnectbot-e6310a2c2a215e562d09c09483ef0fe66d832924.tar.gz
connectbot-e6310a2c2a215e562d09c09483ef0fe66d832924.tar.bz2
connectbot-e6310a2c2a215e562d09c09483ef0fe66d832924.zip
Resource context & french translation
-rw-r--r--app/src/main/res/values-fr/strings.xml1
-rw-r--r--app/src/main/res/values/strings.xml5
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 1203926..3c5973b 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -69,6 +69,7 @@
<string name="pref_rotation_summary">Comment changer l\'orientation de l\'écran suivant si le clavier est déplié</string>
<string name="pref_titlebarhide_title">Masquer automatiquement la barre de titre</string>
<string name="pref_titlebarhide_summary">Appuyez sur console pour montrer la barre de titre et accèder au menu</string>
+ <string name="pref_alwaysvisible_title">Toujours afficher les touches spéciales</string>
<string name="pref_fullscreen_title">Plein écran</string>
<string name="pref_fullscreen_summary">Cacher la barre de notifications lorsque la console est active</string>
<string name="pref_keyboard_category">Clavier</string>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0afd1f1..ae8302a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -222,6 +222,9 @@
<!-- Summary for the titlebar hide preference -->
<string name="pref_titlebarhide_summary">"Tap console to show title bar and access menu"</string>
+ <!-- Name for the special keys always visible preference -->
+ <string name="pref_alwaysvisible_title">Special keys always visible</string>
+
<!-- Name for the page up/down gesture preference -->
<string name="pref_pg_updn_gesture_title">"Page up/down gesture"</string>
<!-- Summary for the full screen preference -->
@@ -642,6 +645,4 @@
<string name="discard_host_button">Discard</string>
<!-- Text for button which does not discard changes and keeps editing. -->
<string name="discard_host_cancel_button">Keep editing</string>
-
- <string name="pref_alwaysvisible_title">Special keys always visible</string>
</resources>