forked from friendica/friendica-addons
11 lines
624 B
PHP
11 lines
624 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings[":-)"] = ":-)";
|
||
|
$a->strings[":-("] = ":-(";
|
||
|
$a->strings["lol"] = "lol";
|
||
|
$a->strings["Quick Comment Settings"] = "Agordoj pri Rapidaj Komentoj";
|
||
|
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Rapidaj komentoj troviĝas apud komentkampoj, kelkfoje kaŝita. Klaku ilin por provizi simplajn rispondojn.";
|
||
|
$a->strings["Enter quick comments, one per line"] = "Entajpu rapidaj komentoj, po unu je linio.";
|
||
|
$a->strings["Submit"] = "Sendi";
|
||
|
$a->strings["Quick Comment settings saved."] = "Konservis agordojn pri rapidaj komentoj.";
|