diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-10 15:44:30 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-10 15:44:30 +0100 |
commit | 73d85b0b5692502aaf4374cdbca39cb622402f43 (patch) | |
tree | 8446ad01bc1278b945d9d5a6543009c8216a8947 /app/src/main/res | |
parent | 964bcda23fa0ecf9e5ee576f20ff1b554ee2e5fb (diff) |
#8743 adds new build type beta that rewrites the packageID. This will be needed to have the FDroid beta channel in IzzySofts repository and the official releases in the official FDroid repository.
Diffstat (limited to 'app/src/main/res')
-rwxr-xr-x | app/src/main/res/values-pt/strings.xml | 6 | ||||
-rwxr-xr-x | app/src/main/res/values-sv/strings.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/untranslatable.xml | 2 |
4 files changed, 0 insertions, 15 deletions
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml deleted file mode 100755 index 29eff2ba..00000000 --- a/app/src/main/res/values-pt/strings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!--Generated by crowdin.com--> -<!-- Generated by crowdin.net --> -<resources> - <string name="app">OpenVPN para Android</string> -</resources> diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml deleted file mode 100755 index 9e2326bf..00000000 --- a/app/src/main/res/values-sv/strings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!--Generated by crowdin.net--> -<!-- Generated by crowdin.net --> -<resources> - <string name="app">OpenVPN för Android</string> -</resources> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b5553394..04e83a18 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -12,7 +12,6 @@ <string name="routes_info6">Routes IPv6: %s</string> <string name="error_empty_username">The username must not be empty.</string> <string name="cert_from_keystore">Got certificate \'%s\' from Keystore</string> - <string name="title_activity_dashboard">Bitmask</string> <string name="provider_label">Provider:</string> <string name="provider_label_none">No provider configured</string> <string name="status_unknown">Status unknown.</string> diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 6e4472af..59605609 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app" translatable="false">Bitmask</string> - <string name="app_name" translatable="false">Bitmask</string> <string name="notifcation_title_bitmask">Bitmask - %s</string> <string name="copyright_leapgui" translatable="false">Copyright 2012-2017\nLEAP Encryption Access Project <info@leap.se></string> |