diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-01-01 17:35:10 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-01-01 17:35:10 +0100 |
commit | 410900f7619be50371d2fe3163873f2422928660 (patch) | |
tree | 37095b2c8a0ea0d52796664fca47201f4e005cb7 /res/values/untranslatable.xml | |
parent | d378e3b493737c5283b29e8c49d8c2b289c891fa (diff) |
Make state messages translatable and nicer.
Diffstat (limited to 'res/values/untranslatable.xml')
-rw-r--r-- | res/values/untranslatable.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index d5a30a03..c0a6bb2f 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -17,7 +17,9 @@ <string name="file_dialog" translatable="false">File Dialog</string> <string name="lzo" translatable="false">LZO</string> <string name="openssl" translatable="false">OpenSSL</string> - + <string name="unknown_state" translatable="false">Unknown state</string> + + <string-array name="tls_directions_values" translatable="false"> <item>0</item> <item>1</item> |