mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
ES translation of the securemail addon added THX Senex Petrovic
This commit is contained in:
parent
7a4e49750a
commit
6480bd7be1
2 changed files with 70 additions and 0 deletions
16
securemail/lang/es/strings.php
Normal file
16
securemail/lang/es/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Secure Mail\" Settings"] = "Configuración de \"Secure Mail\"";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Save and send test"] = "Guardar y enviar prueba";
|
||||
$a->strings["Enable Secure Mail"] = "Habilitar correo seguro";
|
||||
$a->strings["Public key"] = "Public key";
|
||||
$a->strings["Your public PGP key, ascii armored format"] = "Tu clave PGP pública, formato blindado ascii";
|
||||
$a->strings["Test email sent"] = "Correo de prueba enviado";
|
||||
$a->strings["There was an error sending the test email"] = "Hubo un error al enviar el correo electrónico de prueba.";
|
Loading…
Add table
Add a link
Reference in a new issue