diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values-es/strings.xml | 2 | ||||
-rw-r--r-- | res/values-ko/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index a90a6bfc..cb24f211 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -117,7 +117,7 @@ <string name="ip_not_cidr">Se ha obtenido información de interfaz %1$s, y %2$s, suponiendo que la segunda dirección es la dirección del nodo remoto. Utilizando máscara de red /32 para IP local. Modo relatado por OpenVPN es \\"%3$s\\".</string> <string name="route_not_cidr">No se puede entender %1$s, y %2$s como ruta IP con máscara de red CIDR, utilizando /32 como la máscara de red.</string> <string name="route_not_netip">Ruta %1$s/%2$s corregida en %3$s/%2$s</string> - <string name="keychain_access">Cannot access the Android Keychain Certificates. If you restored a backup of the app/app settings re-select the certificate to recreate the permission to access the certificate.</string> + <string name="version_info">%1$s %2$s</string> <string name="send_logfile">Enviar el archivo de registro</string> <string name="send">Enviar</string> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index ac674d2d..318e9fd3 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -122,7 +122,7 @@ <string name="ip_not_cidr">Got interface information %1$s and %2$s, assuming second address is peer address of remote. Using /32 netmask for local IP. Mode given by OpenVPN is \"%3$s\".</string> <string name="route_not_cidr">Cannot make sense of %1$s and %2$s as IP route with CIDR netmask, using /32 as netmask.</string> <string name="route_not_netip">Corrected route %1$s/%2$s to %3$s/%2$s</string> - <string name="keychain_access">Cannot access the Android Keychain Certificates. If you restored a backup of the app/app settings re-select the certificate to recreate the permission to access the certificate.</string> + <string name="version_info">%1$s %2$s</string> <string name="send_logfile">로그 파일 보내기</string> <string name="send">Send</string> |