diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-10-19 17:05:34 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-10-19 17:05:34 +0200 |
commit | 7a467dedfe662f367bb308a369e0cc1bdc86a3c5 (patch) | |
tree | 67b937b5be7c7231b939e2cfb97ea2a03ae05f8b /res/values/strings.xml | |
parent | dd13d2f520f0240e5c0acd894315c227c4099d53 (diff) |
Make mime action description translatable
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2625a028..69fb9e35 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -225,4 +225,6 @@ <string name="persisttun_summary">Do not fallback to no VPN connection when OpenVPN is reconnecting.</string> <string name="persistent_tun_title">Persistent tun</string> <string name="translation">Translation</string> + <string name="openvpn_log">OpenVPN Log</string> + <string name="import_config">Import OpenVPN configuration</string> </resources> |