mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
qcomment addon HU translation added THX Balázs Úr
This commit is contained in:
parent
97baf25c7d
commit
c772d13544
2 changed files with 65 additions and 0 deletions
15
qcomment/lang/hu/strings.php
Normal file
15
qcomment/lang/hu/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings[":-)"] = ":-)";
|
||||
$a->strings[":-("] = ":-(";
|
||||
$a->strings["lol"] = "lol";
|
||||
$a->strings["Quick Comment Settings"] = "Gyors hozzászólás beállításai";
|
||||
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "A gyors hozzászólások a hozzászólásmezők közelében találhatók, néha rejtetten. Kattintson rájuk egyszerű válaszok küldéséhez.";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Enter quick comments, one per line"] = "Adja meg a gyors hozzászólásokat, soronként egyet";
|
Loading…
Add table
Add a link
Reference in a new issue