mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
18
impressum/lang/es/strings.php
Normal file
18
impressum/lang/es/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Términos y Política del sitio";
|
||||
$a->strings["Site Owner"] = "Propietario";
|
||||
$a->strings["Email Address"] = "Dirección de correo";
|
||||
$a->strings["Postal Address"] = "Dirección";
|
||||
$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."] = "Impressum necesita ser configurado.<br />Por favor añade al menos la variable <tt>propietario<tt> a tu archivo de configuración. Para otras variables lee el archivo README.";
|
||||
$a->strings["Settings updated."] = "Configuración actualizada.";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["The page operators name."] = "Nombre del operador de la página.";
|
||||
$a->strings["Site Owners Profile"] = "Perfil del propietario del sitio";
|
||||
$a->strings["Profile address of the operator."] = "Dirección del perfil del operador.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador vía correo postal. BBCode permitido.";
|
||||
$a->strings["Notes"] = "Notas";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador vía email (aparecerá oculto)";
|
||||
$a->strings["Footer note"] = "Nota a pie";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Texto para el Pie de página. BBCode permitido.";
|
Loading…
Add table
Add a link
Reference in a new issue