mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 17:38:49 +00:00
remote_permissions addon HU translation added THX Balázs Úr
This commit is contained in:
parent
cb790ab4b8
commit
11466eb1a7
2 changed files with 80 additions and 0 deletions
18
remote_permissions/lang/hu/strings.php
Normal file
18
remote_permissions/lang/hu/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Remote Permissions Settings"] = "Távoli jogosultságok beállításai";
|
||||
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Engedélyezés a személyes bejegyzések címzettjei számára, hogy láthassák a bejegyzések egyéb címzettjeit";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Visible to:"] = "Látható nekik:";
|
||||
$a->strings["Visible to"] = "Látható nekik";
|
||||
$a->strings["may only be a partial list"] = "esetleg csak részleges lista lehet";
|
||||
$a->strings["Global"] = "Globális";
|
||||
$a->strings["The posts of every user on this server show the post recipients"] = "Ezen a kiszolgálón lévő összes felhasználó bejegyzései megjelenítik a bejegyzés címzettjeit";
|
||||
$a->strings["Individual"] = "Egyéni";
|
||||
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Minden felhasználó kiválaszthatja, hogy a bejegyzéseik megjelenítsék-e a bejegyzés címzettjeit";
|
Loading…
Add table
Add a link
Reference in a new issue