mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES dwpost
This commit is contained in:
parent
48d112f222
commit
14f4af7f84
2 changed files with 62 additions and 9 deletions
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Configuración de las publicaciones en Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Activar el módulo de publicación en Dreamwidth";
|
||||
$a->strings["dreamwidth username"] = "Nombre de usuario de Dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "Contraseña de Dreamwidth";
|
||||
$a->strings["Post to dreamwidth by default"] = "Publicar en Dreamwidth por defecto";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Ajustes de publicación de Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Activar el plugin de publicación dreamwidth";
|
||||
$a->strings["dreamwidth username"] = "Nombre de usuario de dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "Contraseña de dreamwidth";
|
||||
$a->strings["Post to dreamwidth by default"] = "Publicar en dreamwidth por defecto";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue