mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES editplain
This commit is contained in:
parent
14f4af7f84
commit
1df8bc583e
2 changed files with 47 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Editplain settings updated."] = "Configuración del Editor de texto plano actualizada.";
|
||||
$a->strings["Editplain Settings"] = "Configuración del Editor de texto plano";
|
||||
$a->strings["Disable richtext status editor"] = "Desactivar el editor de texto enriquecido";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Editplain settings updated."] = "Ajustes de edición sencillos actualizados.";
|
||||
$a->strings["Editplain Settings"] = "Ajustes de edición sencillos";
|
||||
$a->strings["Disable richtext status editor"] = "Desactivar el editor de texto enriquecido del estatus";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue