]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/es/strings.php
3fe4603338ce1ed9281c450834a64d9882364add
[friendica-addons.git] / securemail / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["\"Secure Mail\" Settings"] = "Configuración de \"Secure Mail\"";
10 $a->strings["Save Settings"] = "Guardar ajustes";
11 $a->strings["Save and send test"] = "Guardar y enviar prueba";
12 $a->strings["Enable Secure Mail"] = "Habilitar correo seguro";
13 $a->strings["Public key"] = "Public key";
14 $a->strings["Your public PGP key, ascii armored format"] = "Tu clave PGP pública, formato blindado ascii";
15 $a->strings["Test email sent"] = "Correo de prueba enviado";
16 $a->strings["There was an error sending the test email"] = "Hubo un error al enviar el correo electrónico de prueba.";