summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-pt/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/values-pt/arrays.xml')
-rwxr-xr-xmain/src/ui/res/values-pt/arrays.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/main/src/ui/res/values-pt/arrays.xml b/main/src/ui/res/values-pt/arrays.xml
new file mode 100755
index 00000000..b0a72b07
--- /dev/null
+++ b/main/src/ui/res/values-pt/arrays.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (c) 2012-2016 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+<resources>
+ <!-- Keep the order the same as the TYPE_ constants in VPNProfile -->
+ <string-array name="vpn_types">
+ <item>Certificados</item>
+ <item>Ficheiro PKCS12</item>
+ <item>Certificado Android</item>
+ <item>Utilizador/Password</item>
+ <item>Chaves Estáticas</item>
+ <item>Utilizador/PW + Certificados</item>
+ <item>Utilizador/PW + PKCS12</item>
+ <item>Utilizador/PW + Android</item>
+ <item>Provedor de Autenticação Externo</item>
+ </string-array>
+ <string-array name="tls_directions_entries">
+ <item translatable="false">0</item>
+ <item translatable="false">1</item>
+ <item>Não especificado</item>
+ <item>Criptografia (--tls-crypt)</item>
+ <item>TLS Crypt V2</item>
+ </string-array>
+ <string-array name="auth_retry_type">
+ <item>Desconecte, esqueça a senha</item>
+ <item>Desconecte, mantenha a senha</item>
+ <item>Ignore, tente novamente</item>
+ </string-array>
+</resources>