mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 05:09:52 +00:00
10 lines
445 B
PHP
10 lines
445 B
PHP
<?php
|
|
|
|
$a->strings[":-)"] = ":-)";
|
|
$a->strings[":-("] = ":-(";
|
|
$a->strings["lol"] = "lol";
|
|
$a->strings["Quick Comment Settings"] = "Ustawienia szybkiego komentowania";
|
|
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
|
|
$a->strings["Enter quick comments, one per line"] = "";
|
|
$a->strings["Submit"] = "Potwierdź";
|
|
$a->strings["Quick Comment settings saved."] = "";
|