Merge branch 'dev' of codeberg.org:streams/streams into dev

This commit is contained in:
Mike Macgirvin 2023-10-09 17:12:19 +11:00
commit 6571574c85
2 changed files with 61 additions and 59 deletions

View file

@ -155,7 +155,8 @@ class ActivityPub
}
// But also send to each personal inbox
$r = q(
"select * from xchan left join hubloc on xchan_hash = hubloc_hash where hubloc_url = '%s' and xchan_network = 'activitypub' ",
"select * from xchan left join hubloc on xchan_hash = hubloc_hash where hubloc_hash = '%s' and hubloc_url = '%s' and xchan_network = 'activitypub' ",
dbesc($arr['hub']['hubloc_hash']),
dbesc($arr['hub']['hubloc_url'])
);

View file

@ -2,8 +2,9 @@
if(! function_exists("string_plural_select_he")) {
function string_plural_select_he($n){
return ($n != 1);
return ($n != 1);;
}}
App::$rtl = 1;
App::$strings["parent"] = "הורה";
App::$strings["Collection"] = "אוסף";
App::$strings["Principal"] = "";
@ -165,10 +166,10 @@ App::$strings["Some permissions may be inherited from your channel's <a href=\"s
App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "";
App::$strings["Last update:"] = "עדכון אחרון:";
App::$strings["Public access denied."] = "גישה ציבורית נדחתה.";
App::$strings["%d rating"] = array(
App::$strings["%d rating"] = [
0 => "דירוג %d",
1 => "%d דירוגים",
);
];
App::$strings["Gender: "] = "מין: ";
App::$strings["Status: "] = "מצב: ";
App::$strings["Homepage: "] = "עמוד בית: ";
@ -443,10 +444,10 @@ App::$strings["%s : Not a valid email address."] = "%s : כתובת דוא״ל
App::$strings["Please join us on \$Projectname"] = "נשמח אם תצטרף אלינו ברשת \$Projectname";
App::$strings["Invitation limit exceeded. Please contact your site administrator."] = "מגבלת הזמנות נגמרה. אנא צור קשר עם מנהל האתר שלך.";
App::$strings["%s : Message delivery failed."] = "%s : מסירת הודעה נכשלה.";
App::$strings["%d message sent."] = array(
App::$strings["%d message sent."] = [
0 => "הודעה %d נשלחה.",
1 => "%d הודעות נשלחו.",
);
];
App::$strings["You have no more invitations available"] = "לא נותרו לך עוד הזמנות זמינות";
App::$strings["Send invitations"] = "שלח הזמנות";
App::$strings["Enter email addresses, one per line:"] = "הזן כתובות דוא״ל, אחת בכל שורה:";
@ -656,14 +657,14 @@ App::$strings["__ctx:title__ Attending"] = "נוכח";
App::$strings["__ctx:title__ Not attending"] = "לא נוכח";
App::$strings["__ctx:title__ Might attend"] = "עשוי להיווכח";
App::$strings["View all"] = "צפה בכולם";
App::$strings["__ctx:noun__ Like"] = array(
App::$strings["__ctx:noun__ Like"] = [
0 => "אוהב",
1 => "אוהבים",
);
App::$strings["__ctx:noun__ Dislike"] = array(
];
App::$strings["__ctx:noun__ Dislike"] = [
0 => "לא אוהב",
1 => "לא אוהבים",
);
];
App::$strings["Photo Tools"] = "כלי תצלום";
App::$strings["In This Photo:"] = "בתצלום זה:";
App::$strings["Map"] = "מפה";
@ -888,7 +889,7 @@ App::$strings["on server"] = "בשרת";
App::$strings["Server"] = "שרת";
App::$strings["By default, unfiltered HTML is allowed in embedded media. This is inherently insecure."] = "";
App::$strings["The recommended setting is to only allow unfiltered HTML from the following sites:"] = "";
App::$strings["https://youtube.com/<br>https://www.youtube.com/<br>https://youtu.be/<br>https://vimeo.com/<br>https://soundcloud.com/<br>"] = "";
App::$strings["https://youtube.com/<br>https://www.youtube.com/<br>https://youtu.be/<br />https://vimeo.com/<br>https://soundcloud.com/<br>"] = "";
App::$strings["All other embedded content will be filtered, <strong>unless</strong> embedded content from that site is explicitly blocked."] = "";
App::$strings["Security"] = "אבטחה";
App::$strings["Block public"] = "";
@ -921,14 +922,14 @@ App::$strings["Destination URL"] = "";
App::$strings["Mark hub permanently offline"] = "סמן מוקד בלתי מקוון לצמיתות";
App::$strings["Empty queue for this hub"] = "רוקן תור עבור מוקד זה";
App::$strings["Last known contact"] = "איש קשר מוכר אחרון";
App::$strings["%s account blocked/unblocked"] = array(
App::$strings["%s account blocked/unblocked"] = [
0 => "",
1 => "",
);
App::$strings["%s account deleted"] = array(
];
App::$strings["%s account deleted"] = [
0 => "חשבון %s נמחק",
1 => "%s חשבונות נמחקו",
);
];
App::$strings["Account not found"] = "חשבון לא נמצא";
App::$strings["Account '%s' deleted"] = "חשבון '%s' נמחק";
App::$strings["Account '%s' blocked"] = "חשבון '%s' נחסם";
@ -946,18 +947,18 @@ App::$strings["Expires"] = "פג";
App::$strings["Service Class"] = "מחלקת שירות";
App::$strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
App::$strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
App::$strings["%s channel censored/uncensored"] = array(
App::$strings["%s channel censored/uncensored"] = [
0 => "",
1 => "",
);
App::$strings["%s channel code allowed/disallowed"] = array(
];
App::$strings["%s channel code allowed/disallowed"] = [
0 => "",
1 => "",
);
App::$strings["%s channel deleted"] = array(
];
App::$strings["%s channel deleted"] = [
0 => "ערוץ %s נמחק",
1 => "%s ערוצים נמחקו",
);
];
App::$strings["Channel not found"] = "ערוץ לא נמצא";
App::$strings["Channel '%s' deleted"] = "ערוץ '%s' נמחק";
App::$strings["Channel '%s' censored"] = "ערוץ '%s' צונזר";
@ -1476,10 +1477,10 @@ App::$strings["dislike"] = "";
App::$strings["Share This"] = "שתף זאת";
App::$strings["share"] = "שתף";
App::$strings["Delivery Report"] = "";
App::$strings["%d comment"] = array(
App::$strings["%d comment"] = [
0 => "תגובה %d",
1 => "%d תגובות",
);
];
App::$strings["View %s's profile - %s"] = "";
App::$strings["to"] = "אל";
App::$strings["via"] = "מתוך";
@ -1642,19 +1643,19 @@ App::$strings["Edit Connection"] = "ערוך חיבור";
App::$strings["Message"] = "הודעה";
App::$strings["%s likes this."] = "%s אהב זאת.";
App::$strings["%s doesn't like this."] = "%s לא אוהב זאת.";
App::$strings["<span %1\$s>%2\$d people</span> like this."] = array(
App::$strings["<span %1\$s>%2\$d people</span> like this."] = [
0 => "<span %1\$s>איש %2\$d</span> אוהב זאת.",
1 => "<span %1\$s>%2\$d אנשים</span> אוהבים זאת.",
);
App::$strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
];
App::$strings["<span %1\$s>%2\$d people</span> don't like this."] = [
0 => "<span %1\$s>איש %2\$d</span> לא אוהב זאת.",
1 => "<span %1\$s>%2\$d אנשים</span> לא אוהבים זאת.",
);
];
App::$strings["and"] = "ועוד";
App::$strings[", and %d other people"] = array(
App::$strings[", and %d other people"] = [
0 => ", ועוד איש %d אחר",
1 => ", ועוד %d אנשים אחרים",
);
];
App::$strings["%s like this."] = "%s אוהבים זאת.";
App::$strings["%s don't like this."] = "%s לא אוהבים זאת.";
App::$strings["Set your location"] = "קבע את המיקום שלך";
@ -1695,30 +1696,30 @@ App::$strings["Chatrooms"] = "חדרי שיחה";
App::$strings["Bookmarks"] = "סימניות";
App::$strings["Saved Bookmarks"] = "סימניות שמורות";
App::$strings["Manage Webpages"] = "נהל עמודי רשת";
App::$strings["__ctx:noun__ Attending"] = array(
App::$strings["__ctx:noun__ Attending"] = [
0 => "",
1 => "",
);
App::$strings["__ctx:noun__ Not Attending"] = array(
];
App::$strings["__ctx:noun__ Not Attending"] = [
0 => "",
1 => "",
);
App::$strings["__ctx:noun__ Undecided"] = array(
];
App::$strings["__ctx:noun__ Undecided"] = [
0 => "",
1 => "",
);
App::$strings["__ctx:noun__ Agree"] = array(
];
App::$strings["__ctx:noun__ Agree"] = [
0 => "מסכים",
1 => "מסכימים",
);
App::$strings["__ctx:noun__ Disagree"] = array(
];
App::$strings["__ctx:noun__ Disagree"] = [
0 => "לא מסכים",
1 => "לא מסכימים",
);
App::$strings["__ctx:noun__ Abstain"] = array(
];
App::$strings["__ctx:noun__ Abstain"] = [
0 => "",
1 => "",
);
];
App::$strings["Channel is blocked on this site."] = "ערוץ חסום באתר זה.";
App::$strings["Channel location missing."] = "מיקום ערוץ חסר.";
App::$strings["Response from remote channel was incomplete."] = "";
@ -1790,10 +1791,10 @@ App::$strings["Admin"] = "מנהל";
App::$strings["Site Setup and Configuration"] = "הבניית והגדרת אתר";
App::$strings["@name, #tag, ?doc, content"] = "@name, #tag, ?doc, content";
App::$strings["Please wait..."] = "אנא המתן...";
App::$strings["%d invitation available"] = array(
App::$strings["%d invitation available"] = [
0 => "הזמנה %d זמינה",
1 => "%d הזמנות זמינות",
);
];
App::$strings["Find Channels"] = "מצא ערוצים";
App::$strings["Enter name or interest"] = "הזן שם או עניין";
App::$strings["Connect/Follow"] = "התחבר/עקוב";
@ -1803,10 +1804,10 @@ App::$strings["Invite Friends"] = "הזמן חברים";
App::$strings["Advanced example: name=fred and country=iceland"] = "דוגמא מתקדמת: name=פרד וגם country=איסלנד";
App::$strings["Saved Folders"] = "תיקיות שמורות";
App::$strings["Everything"] = "כל דבר";
App::$strings["%d connection in common"] = array(
App::$strings["%d connection in common"] = [
0 => "",
1 => "",
);
];
App::$strings["show more"] = "הצג עוד";
App::$strings["Frequently"] = "באופן תדיר";
App::$strings["Hourly"] = "כל שעה";
@ -2045,34 +2046,34 @@ App::$strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD או MM-DD";
App::$strings["never"] = "";
App::$strings["less than a second ago"] = "לפניי פחות משניה";
App::$strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "לפני %1\$d %2\$s";
App::$strings["__ctx:relative_date__ year"] = array(
App::$strings["__ctx:relative_date__ year"] = [
0 => "שנה",
1 => "שנים",
);
App::$strings["__ctx:relative_date__ month"] = array(
];
App::$strings["__ctx:relative_date__ month"] = [
0 => "חודש",
1 => "חודשים",
);
App::$strings["__ctx:relative_date__ week"] = array(
];
App::$strings["__ctx:relative_date__ week"] = [
0 => "שבוע",
1 => "שבועות",
);
App::$strings["__ctx:relative_date__ day"] = array(
];
App::$strings["__ctx:relative_date__ day"] = [
0 => "יום",
1 => "ימים",
);
App::$strings["__ctx:relative_date__ hour"] = array(
];
App::$strings["__ctx:relative_date__ hour"] = [
0 => "שעה",
1 => "שעות",
);
App::$strings["__ctx:relative_date__ minute"] = array(
];
App::$strings["__ctx:relative_date__ minute"] = [
0 => "דקה",
1 => "דקות",
);
App::$strings["__ctx:relative_date__ second"] = array(
];
App::$strings["__ctx:relative_date__ second"] = [
0 => "שניה",
1 => "שניות",
);
];
App::$strings["%1\$s's birthday"] = "";
App::$strings["Happy Birthday %1\$s"] = "יום הולדת שמח %1\$s";
App::$strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";