mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +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
10
qcomment/lang/es/strings.php
Normal file
10
qcomment/lang/es/strings.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings[":-)"] = ":-)";
|
||||
$a->strings[":-("] = ":-(";
|
||||
$a->strings["lol"] = "XD";
|
||||
$a->strings["Quick Comment Settings"] = "Configuración de Qcomment";
|
||||
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Qcomments son comentarios rápidos que se encuentran cerca del cuadro de texto, a veces ocultos. Pulsa en ellos para dar respuestas simples.";
|
||||
$a->strings["Enter quick comments, one per line"] = "Introduce comentarios rápidos, uno por línea";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Quick Comment settings saved."] = "Configuración de Qcomment guardada.";
|
Loading…
Add table
Add a link
Reference in a new issue