]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/es/strings.php
regenerated all the strings
[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 $a->strings['"Secure Mail" Settings'] = 'Configuración de "Secure Mail"';
9 $a->strings['Save Settings'] = 'Guardar ajustes';
10 $a->strings['Save and send test'] = 'Guardar y enviar prueba';
11 $a->strings['Enable Secure Mail'] = 'Habilitar correo seguro';
12 $a->strings['Public key'] = 'Public key';
13 $a->strings['Your public PGP key, ascii armored format'] = 'Tu clave PGP pública, formato blindado ascii';
14 $a->strings['Test email sent'] = 'Correo de prueba enviado';
15 $a->strings['There was an error sending the test email'] = 'Hubo un error al enviar el correo electrónico de prueba.';