aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-29 15:20:43 -0700
committerKenny Root <kenny@the-b.org>2015-07-29 15:20:43 -0700
commit4c587389790963ca8d72fae0e4907611abc55360 (patch)
tree94119cf99cb9547baf17d5a924a69f45ffd5b80a
parent1c0f56ad8bc82ebf0ed56d38092fc59410ea34f3 (diff)
downloadconnectbot-4c587389790963ca8d72fae0e4907611abc55360.tar.gz
connectbot-4c587389790963ca8d72fae0e4907611abc55360.tar.bz2
connectbot-4c587389790963ca8d72fae0e4907611abc55360.zip
Fix French and German translations of "nickname"
-rw-r--r--app/src/main/res/values-de/strings.xml2
-rw-r--r--app/src/main/res/values-fr/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 9ef9399..7f73841 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -104,7 +104,7 @@
<string name="list_keymode_none">Ausschalten</string>
<string name="list_pubkeyids_none">Keine Schlüssel verwenden</string>
<string name="list_pubkeyids_any">Beliebigen entsperrten Schlüssel verwenden</string>
- <string name="hostpref_nickname_title">Nutzername</string>
+ <string name="hostpref_nickname_title">Spitzname</string>
<string name="hostpref_color_title">Farbkategorie</string>
<string name="hostpref_fontsize_title">Fontgröße (pt)</string>
<string name="hostpref_pubkeyid_title">Verwende pubkey Authentisierung</string>
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 2c6a583..daf0608 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -112,7 +112,7 @@
<string name="list_keymode_none">Désactivé</string>
<string name="list_pubkeyids_none">Ne pas utiliser les clés publiques</string>
<string name="list_pubkeyids_any">Utiliser une clé pour l\'authentification</string>
- <string name="hostpref_nickname_title">Surnom</string>
+ <string name="hostpref_nickname_title">Pseudonyme</string>
<string name="hostpref_color_title">Catégorie de couleur</string>
<string name="hostpref_fontsize_title">Taille de police (pt)</string>
<string name="hostpref_pubkeyid_title">Utiliser l\'authentification par clé publique</string>