]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/es/strings.php
Merge pull request #569 from annando/twitter-improve
[friendica-addons.git] / impressum / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Impressum"] = "Impressum";
9 $a->strings["Site Owner"] = "Propietario de la página";
10 $a->strings["Email Address"] = "Dirección de Email";
11 $a->strings["Postal Address"] = "Dirección postal";
12 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "¡El addon impressum necesita ser configurado!<br />Por favor añada al menos <tt>propietario</tt> disponible en su archivo de configuración. Para otros valores por favor dirígase al archivo README del addon.";
13 $a->strings["Settings updated."] = "Ajustes actualizados";
14 $a->strings["Submit"] = "Enviar";
15 $a->strings["The page operators name."] = "El nombre de los operadores de página";
16 $a->strings["Site Owners Profile"] = "Perfil del Propietario de la Página";
17 $a->strings["Profile address of the operator."] = "Dirección del perfil del operador.";
18 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador via correo ordinario. Puede usar BBCode aquí.";
19 $a->strings["Notes"] = "Notas";
20 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se muestran bajo la información de contacto. Puede usar BBCode aquí.";
21 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador via email. (se mostrará ofuscado)";
22 $a->strings["Footer note"] = "Nota de pie de página";
23 $a->strings["Text for the footer. You can use BBCode here."] = "Texto para el pie de página. Puede usar BBCode aquí";