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

This commit is contained in:
Mike Macgirvin 2024-08-03 12:18:00 +10:00
commit e64e98b591
5 changed files with 167 additions and 169 deletions

View file

@ -2432,12 +2432,10 @@ function send_status_notifications($item)
if ($xx['author_xchan'] === $r['channel_hash']) {
$notify = true;
// check for an unfollow thread activity - we should probably decode the obj and check the id
// but it will be extremely rare for this to be wrong.
// check for an unfollow thread activity - we should probably decode the obj and check the id,
// however it will be extremely rare for this to be wrong.
if (($xx['verb'] === ACTIVITY_IGNORE)
&& ($xx['obj_type'] === ACTIVITY_OBJ_NOTE || $xx['obj_type'] === ACTIVITY_OBJ_PHOTO)
&& ($xx['parent'] != $xx['id'])) {
if ($xx['verb'] === ACTIVITY_IGNORE && $xx['parent_mid'] !== $xx['mid']) {
$unfollowed = true;
}
}

View file

@ -1805,7 +1805,7 @@ class Activity
$actor->setIndexable(true);
}
elseif (in_array($searchPerm, [ PERMS_SPECIFIC, PERMS_CONTACTS])) {
$actor->setCanSearch([z_root() . '/followers/' . $channel['channel_address']]);
$actor->setCanSearch([($nomadic) ? Channel::getDidResolver($channel) . 'actor/followers' : z_root() . '/followers/' . $channel['channel_address']]);
$actor->setIndexable(false);
}
else {

View file

@ -16,7 +16,7 @@ class Apgateway extends Controller
public function init()
{
App::$originalRequest = '/' . $_REQUEST['req'];
App::$originalRequest = '/' . $_SERVER['REQUEST_URI'];
// Concatenate path components starting with argv(1)
// to isolate the DID URL.
$url = null;

View file

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 24.07.17\n"
"Project-Id-Version: 24.08.03\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-17 05:45+1000\n"
"POT-Creation-Date: 2024-08-03 06:55+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -501,7 +501,7 @@ msgstr ""
#: extend/addon/a/flashcards/Mod_Flashcards.php:285
#: extend/addon/a/flashcards/Mod_Flashcards.php:286 src/Module/Search.php:510
#: src/Module/Display.php:62 src/Module/Display.php:524
#: src/Module/Display.php:62 src/Module/Display.php:530
#: src/Module/Filestorage.php:41 src/Module/Inspect.php:31
#: src/Module/Viewsrc.php:29 src/Module/Admin.php:100
#: src/Module/Admin/Themes.php:79 src/Module/Admin/Addons.php:265
@ -611,12 +611,12 @@ msgstr ""
msgid "Help"
msgstr ""
#: include/conversation.php:58 include/misc.php:2419 src/Module/Tagger.php:85
#: include/conversation.php:58 include/misc.php:2423 src/Module/Tagger.php:85
#: src/Module/Subthread.php:126 src/Module/Like.php:180
msgid "photo"
msgstr ""
#: include/conversation.php:61 include/event.php:1307 include/misc.php:2422
#: include/conversation.php:61 include/event.php:1307 include/misc.php:2426
#: src/Module/Tagger.php:89 src/Module/Calendar.php:238
#: src/Module/Events.php:284 src/Module/Like.php:182
msgid "event"
@ -626,12 +626,12 @@ msgstr ""
msgid "channel"
msgstr ""
#: include/conversation.php:88 include/bbcode.php:707 include/misc.php:2425
#: include/conversation.php:88 include/bbcode.php:707 include/misc.php:2429
#: src/Module/Tagger.php:93 src/Lib/Markdown.php:220
msgid "post"
msgstr ""
#: include/conversation.php:90 include/misc.php:2427 src/Module/Tagger.php:95
#: include/conversation.php:90 include/misc.php:2431 src/Module/Tagger.php:95
msgid "comment"
msgstr ""
@ -677,7 +677,7 @@ msgstr ""
msgid "%1$s poked %2$s"
msgstr ""
#: include/conversation.php:195 include/misc.php:1215 include/misc.php:1219
#: include/conversation.php:195 include/misc.php:1219 include/misc.php:1223
msgid "poked"
msgstr ""
@ -1293,7 +1293,7 @@ msgstr[0] ""
msgstr[1] ""
#: include/bbcode.php:280 include/bbcode.php:1209 include/bbcode.php:2117
#: include/bbcode.php:2120 include/misc.php:1875 src/Module/Embedphotos.php:121
#: include/bbcode.php:2120 include/misc.php:1879 src/Module/Embedphotos.php:121
msgid "Image/photo"
msgstr ""
@ -1418,79 +1418,79 @@ msgstr ""
msgid "Visible to specific connections."
msgstr ""
#: include/items.php:3099 include/misc.php:1716 include/misc.php:3213
#: include/items.php:3097 include/misc.php:1720 include/misc.php:3217
#: src/Lib/Activity.php:4049
#, php-format
msgid "%1$s (%2$s)"
msgstr ""
#: include/items.php:3280 src/Module/Share.php:118 src/Lib/Share.php:126
#: include/items.php:3278 src/Module/Share.php:118 src/Lib/Share.php:126
#, php-format
msgid "&#x1F4E2; Repeated %1$s's %2$s"
msgstr ""
#: include/items.php:4293 src/Module/Lists.php:152 src/Module/Lists.php:303
#: include/items.php:4291 src/Module/Lists.php:152 src/Module/Lists.php:303
msgid "Access list not found."
msgstr ""
#: include/items.php:4310
#: include/items.php:4308
msgid "Privacy group is empty."
msgstr ""
#: include/items.php:4317 src/Module/Stream.php:318
#: include/items.php:4315 src/Module/Stream.php:318
#, php-format
msgid "Access list: %s"
msgstr ""
#: include/items.php:4327 src/Module/Connedit.php:831
#: include/items.php:4325 src/Module/Connedit.php:831
#, php-format
msgid "Connection: %s"
msgstr ""
#: include/items.php:4330 src/Module/Card_edit.php:56 src/Module/Cal.php:64
#: include/items.php:4328 src/Module/Card_edit.php:56 src/Module/Cal.php:64
#: src/Module/Block.php:49 src/Module/Page.php:85 src/Module/Chanview.php:77
#: src/Module/Superblock.php:44 src/Module/Wall_upload.php:37
msgid "Channel not found."
msgstr ""
#: include/items.php:4685 src/Module/Cover_photo.php:280
#: include/items.php:4683 src/Module/Cover_photo.php:280
msgid "female"
msgstr ""
#: include/items.php:4686 src/Module/Cover_photo.php:281
#: include/items.php:4684 src/Module/Cover_photo.php:281
#, php-format
msgid "%1$s updated her %2$s"
msgstr ""
#: include/items.php:4687 src/Module/Cover_photo.php:282
#: include/items.php:4685 src/Module/Cover_photo.php:282
msgid "male"
msgstr ""
#: include/items.php:4688 src/Module/Cover_photo.php:283
#: include/items.php:4686 src/Module/Cover_photo.php:283
#, php-format
msgid "%1$s updated his %2$s"
msgstr ""
#: include/items.php:4690 src/Module/Cover_photo.php:285
#: include/items.php:4688 src/Module/Cover_photo.php:285
#, php-format
msgid "%1$s updated their %2$s"
msgstr ""
#: include/items.php:4692
#: include/items.php:4690
msgid "profile photo"
msgstr ""
#: include/items.php:4908
#: include/items.php:4906
#, php-format
msgid "[Edited %s]"
msgstr ""
#: include/items.php:4908
#: include/items.php:4906
msgctxt "edit_activity"
msgid "Post"
msgstr ""
#: include/items.php:4908
#: include/items.php:4906
msgctxt "edit_activity"
msgid "Comment"
msgstr ""
@ -1684,7 +1684,7 @@ msgstr ""
#: src/Module/Pdledit.php:37 src/Module/New_channel.php:115
#: src/Module/New_channel.php:139 src/Module/Profile.php:102
#: src/Module/Profile.php:117 src/Module/Common.php:48
#: src/Module/Display.php:521 src/Module/Viewconnections.php:25
#: src/Module/Display.php:527 src/Module/Viewconnections.php:25
#: src/Module/Locs.php:105 src/Module/Connections.php:39
#: src/Module/Block.php:31 src/Module/Block.php:84
#: src/Module/Filestorage.php:29 src/Module/Filestorage.php:115
@ -1696,8 +1696,8 @@ msgstr ""
#: src/Module/Regmod.php:25 src/Module/Defperms.php:176
#: src/Module/Defperms.php:182 src/Module/Editwebpage.php:82
#: src/Module/Editwebpage.php:103 src/Module/Editwebpage.php:122
#: src/Module/Editwebpage.php:138 src/Module/Item.php:641
#: src/Module/Item.php:663 src/Module/Item.php:675 src/Module/Item.php:1909
#: src/Module/Editwebpage.php:138 src/Module/Item.php:642
#: src/Module/Item.php:664 src/Module/Item.php:676 src/Module/Item.php:1910
#: src/Module/Setup.php:220 src/Module/Menu.php:136 src/Module/Menu.php:147
#: src/Module/Blocks.php:82 src/Module/Blocks.php:89 src/Module/Invite.php:103
#: src/Module/Editpost.php:26 src/Module/Suggestions.php:35
@ -1853,7 +1853,7 @@ msgstr ""
msgid "Empty path"
msgstr ""
#: include/zid.php:416
#: include/zid.php:421
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr ""
@ -2011,247 +2011,247 @@ msgstr ""
msgid "Search"
msgstr ""
#: include/misc.php:1215 include/misc.php:1219
#: include/misc.php:1219 include/misc.php:1223
msgid "poke"
msgstr ""
#: include/misc.php:1220
#: include/misc.php:1224
msgid "ping"
msgstr ""
#: include/misc.php:1220
#: include/misc.php:1224
msgid "pinged"
msgstr ""
#: include/misc.php:1221
#: include/misc.php:1225
msgid "prod"
msgstr ""
#: include/misc.php:1221
#: include/misc.php:1225
msgid "prodded"
msgstr ""
#: include/misc.php:1222
#: include/misc.php:1226
msgid "slap"
msgstr ""
#: include/misc.php:1222
#: include/misc.php:1226
msgid "slapped"
msgstr ""
#: include/misc.php:1223
#: include/misc.php:1227
msgid "finger"
msgstr ""
#: include/misc.php:1223
#: include/misc.php:1227
msgid "fingered"
msgstr ""
#: include/misc.php:1224
#: include/misc.php:1228
msgid "rebuff"
msgstr ""
#: include/misc.php:1224
#: include/misc.php:1228
msgid "rebuffed"
msgstr ""
#: include/misc.php:1248
#: include/misc.php:1252
msgid "happy"
msgstr ""
#: include/misc.php:1249
#: include/misc.php:1253
msgid "sad"
msgstr ""
#: include/misc.php:1250
#: include/misc.php:1254
msgid "mellow"
msgstr ""
#: include/misc.php:1251
#: include/misc.php:1255
msgid "tired"
msgstr ""
#: include/misc.php:1252
#: include/misc.php:1256
msgid "perky"
msgstr ""
#: include/misc.php:1253
#: include/misc.php:1257
msgid "angry"
msgstr ""
#: include/misc.php:1254
#: include/misc.php:1258
msgid "stupefied"
msgstr ""
#: include/misc.php:1255
#: include/misc.php:1259
msgid "puzzled"
msgstr ""
#: include/misc.php:1256
#: include/misc.php:1260
msgid "interested"
msgstr ""
#: include/misc.php:1257
#: include/misc.php:1261
msgid "bitter"
msgstr ""
#: include/misc.php:1258
#: include/misc.php:1262
msgid "cheerful"
msgstr ""
#: include/misc.php:1259
#: include/misc.php:1263
msgid "alive"
msgstr ""
#: include/misc.php:1260
#: include/misc.php:1264
msgid "annoyed"
msgstr ""
#: include/misc.php:1261
#: include/misc.php:1265
msgid "anxious"
msgstr ""
#: include/misc.php:1262
#: include/misc.php:1266
msgid "cranky"
msgstr ""
#: include/misc.php:1263
#: include/misc.php:1267
msgid "disturbed"
msgstr ""
#: include/misc.php:1264
#: include/misc.php:1268
msgid "frustrated"
msgstr ""
#: include/misc.php:1265
#: include/misc.php:1269
msgid "depressed"
msgstr ""
#: include/misc.php:1266
#: include/misc.php:1270
msgid "motivated"
msgstr ""
#: include/misc.php:1267
#: include/misc.php:1271
msgid "relaxed"
msgstr ""
#: include/misc.php:1268
#: include/misc.php:1272
msgid "surprised"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:562
#: include/misc.php:1464 src/Module/Settings/Channel.php:562
#: src/Lib/Stringsjs.php:95
msgid "Monday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:563
#: include/misc.php:1464 src/Module/Settings/Channel.php:563
#: src/Lib/Stringsjs.php:96
msgid "Tuesday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:564
#: include/misc.php:1464 src/Module/Settings/Channel.php:564
#: src/Lib/Stringsjs.php:97
msgid "Wednesday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:565
#: include/misc.php:1464 src/Module/Settings/Channel.php:565
#: src/Lib/Stringsjs.php:98
msgid "Thursday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:566
#: include/misc.php:1464 src/Module/Settings/Channel.php:566
#: src/Lib/Stringsjs.php:99
msgid "Friday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:567
#: include/misc.php:1464 src/Module/Settings/Channel.php:567
#: src/Lib/Stringsjs.php:100
msgid "Saturday"
msgstr ""
#: include/misc.php:1460 src/Module/Settings/Channel.php:561
#: include/misc.php:1464 src/Module/Settings/Channel.php:561
#: src/Lib/Stringsjs.php:94
msgid "Sunday"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:70
#: include/misc.php:1470 src/Lib/Stringsjs.php:70
msgid "January"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:71
#: include/misc.php:1470 src/Lib/Stringsjs.php:71
msgid "February"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:72
#: include/misc.php:1470 src/Lib/Stringsjs.php:72
msgid "March"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:73
#: include/misc.php:1470 src/Lib/Stringsjs.php:73
msgid "April"
msgstr ""
#: include/misc.php:1466
#: include/misc.php:1470
msgid "May"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:75
#: include/misc.php:1470 src/Lib/Stringsjs.php:75
msgid "June"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:76
#: include/misc.php:1470 src/Lib/Stringsjs.php:76
msgid "July"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:77
#: include/misc.php:1470 src/Lib/Stringsjs.php:77
msgid "August"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:78
#: include/misc.php:1470 src/Lib/Stringsjs.php:78
msgid "September"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:79
#: include/misc.php:1470 src/Lib/Stringsjs.php:79
msgid "October"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:80
#: include/misc.php:1470 src/Lib/Stringsjs.php:80
msgid "November"
msgstr ""
#: include/misc.php:1466 src/Lib/Stringsjs.php:81
#: include/misc.php:1470 src/Lib/Stringsjs.php:81
msgid "December"
msgstr ""
#: include/misc.php:1560
#: include/misc.php:1564
msgid "Unknown Attachment"
msgstr ""
#: include/misc.php:1563 src/Module/Sharedwithme.php:109
#: include/misc.php:1567 src/Module/Sharedwithme.php:109
#: src/Storage/Browser.php:316
msgid "Size"
msgstr ""
#: include/misc.php:1563
#: include/misc.php:1567
msgid "unknown"
msgstr ""
#: include/misc.php:1617
#: include/misc.php:1621
msgid "remove category"
msgstr ""
#: include/misc.php:1756
#: include/misc.php:1760
msgid "remove from file"
msgstr ""
#: include/misc.php:1914
#: include/misc.php:1918
msgid "Added to your calendar"
msgstr ""
#: include/misc.php:2015
#: include/misc.php:2019
msgid "Link"
msgstr ""
#: include/misc.php:2087 include/misc.php:2113
#: include/misc.php:2091 include/misc.php:2117
#, php-format
msgctxt "noun"
msgid "%d Vote"
@ -2259,7 +2259,7 @@ msgid_plural "%d Votes"
msgstr[0] ""
msgstr[1] ""
#: include/misc.php:2120
#: include/misc.php:2124
#, php-format
msgctxt "noun"
msgid "%d Vote in total"
@ -2267,171 +2267,171 @@ msgid_plural "%d Votes in total"
msgstr[0] ""
msgstr[1] ""
#: include/misc.php:2124
#: include/misc.php:2128
msgid "Poll has ended."
msgstr ""
#: include/misc.php:2126
#: include/misc.php:2130
#, php-format
msgid "Poll ends: %1$s (%2$s)"
msgstr ""
#: include/misc.php:2131 src/Lib/ThreadItem.php:495
#: include/misc.php:2135 src/Lib/ThreadItem.php:495
msgid "Vote"
msgstr ""
#: include/misc.php:2142
#: include/misc.php:2146
msgid "Download binary/encrypted content"
msgstr ""
#: include/misc.php:2223 src/Module/Cal.php:325 src/Module/Calendar.php:423
#: include/misc.php:2227 src/Module/Cal.php:325 src/Module/Calendar.php:423
#: src/Module/Events.php:714 src/Module/Cdav.php:974
msgid "Link to source"
msgstr ""
#: include/misc.php:2243 include/language.php:367
#: include/misc.php:2247 include/language.php:367
msgid "default"
msgstr ""
#: include/misc.php:2251
#: include/misc.php:2255
msgid "Page layout"
msgstr ""
#: include/misc.php:2251
#: include/misc.php:2255
msgid "You can create your own with the layouts tool"
msgstr ""
#: include/misc.php:2262
#: include/misc.php:2266
msgid "BBcode"
msgstr ""
#: include/misc.php:2263
#: include/misc.php:2267
msgid "Multicode"
msgstr ""
#: include/misc.php:2264
#: include/misc.php:2268
msgid "HTML"
msgstr ""
#: include/misc.php:2265
#: include/misc.php:2269
msgid "Markdown"
msgstr ""
#: include/misc.php:2266
#: include/misc.php:2270
msgid "Text"
msgstr ""
#: include/misc.php:2267
#: include/misc.php:2271
msgid "Comanche Layout"
msgstr ""
#: include/misc.php:2271
#: include/misc.php:2275
msgid "PHP"
msgstr ""
#: include/misc.php:2280
#: include/misc.php:2284
msgid "Page content type"
msgstr ""
#: include/misc.php:2433
#: include/misc.php:2437
msgid "activity"
msgstr ""
#: include/misc.php:2546
#: include/misc.php:2550
msgid "a-z, 0-9, -, and _ only"
msgstr ""
#: include/misc.php:2907
#: include/misc.php:2911
msgid "Design Tools"
msgstr ""
#: include/misc.php:2910 src/Module/Blocks.php:167
#: include/misc.php:2914 src/Module/Blocks.php:167
msgid "Blocks"
msgstr ""
#: include/misc.php:2911 src/Module/Menu.php:177
#: include/misc.php:2915 src/Module/Menu.php:177
msgid "Menus"
msgstr ""
#: include/misc.php:2912 src/Module/Layouts.php:200
#: include/misc.php:2916 src/Module/Layouts.php:200
msgid "Layouts"
msgstr ""
#: include/misc.php:2913
#: include/misc.php:2917
msgid "Pages"
msgstr ""
#: include/misc.php:2935 src/Module/Cal.php:352
#: include/misc.php:2939 src/Module/Cal.php:352
msgid "Import"
msgstr ""
#: include/misc.php:2936
#: include/misc.php:2940
msgid "Import website..."
msgstr ""
#: include/misc.php:2937
#: include/misc.php:2941
msgid "Select folder to import"
msgstr ""
#: include/misc.php:2938
#: include/misc.php:2942
msgid "Import from a zipped folder:"
msgstr ""
#: include/misc.php:2939
#: include/misc.php:2943
msgid "Import from cloud files:"
msgstr ""
#: include/misc.php:2940
#: include/misc.php:2944
msgid "/cloud/channel/path/to/folder"
msgstr ""
#: include/misc.php:2941
#: include/misc.php:2945
msgid "Enter path to website files"
msgstr ""
#: include/misc.php:2942
#: include/misc.php:2946
msgid "Select folder"
msgstr ""
#: include/misc.php:2943
#: include/misc.php:2947
msgid "Export website..."
msgstr ""
#: include/misc.php:2944
#: include/misc.php:2948
msgid "Export to a zip file"
msgstr ""
#: include/misc.php:2945
#: include/misc.php:2949
msgid "website.zip"
msgstr ""
#: include/misc.php:2946
#: include/misc.php:2950
msgid "Enter a name for the zip file."
msgstr ""
#: include/misc.php:2947
#: include/misc.php:2951
msgid "Export to cloud files"
msgstr ""
#: include/misc.php:2948
#: include/misc.php:2952
msgid "/path/to/export/folder"
msgstr ""
#: include/misc.php:2949
#: include/misc.php:2953
msgid "Enter a path to a cloud files destination."
msgstr ""
#: include/misc.php:2950
#: include/misc.php:2954
msgid "Specify folder"
msgstr ""
#: include/misc.php:3356 src/Module/Directory.php:455 src/Module/Manage.php:85
#: include/misc.php:3360 src/Module/Directory.php:455 src/Module/Manage.php:85
#: src/Module/Manage.php:198 src/Module/Manage.php:211
#: src/Storage/Browser.php:149
msgid "Collection"
msgstr ""
#: include/misc.php:3669 src/Module/Admin/Site.php:204
#: include/misc.php:3673 src/Module/Admin/Site.php:204
#: view/theme/fresh/php/config.php:22 view/theme/redbasic/php/config.php:22
msgid "Default"
msgstr ""
@ -3384,7 +3384,7 @@ msgstr ""
msgid "Remove this file"
msgstr ""
#: src/Module/Pin.php:49 src/Module/Item.php:598
#: src/Module/Pin.php:49 src/Module/Item.php:599
msgid "Unable to locate original post."
msgstr ""
@ -3655,55 +3655,55 @@ msgstr ""
msgid "Reset form"
msgstr ""
#: src/Module/Display.php:395
#: src/Module/Display.php:399
#, php-format
msgid "\"%1$s\", shared by %2$s with %3$s"
msgstr ""
#: src/Module/Display.php:396
#: src/Module/Display.php:400
#, php-format
msgid "%1$s shared this post with %2$s"
msgstr ""
#: src/Module/Display.php:400
#: src/Module/Display.php:404
msgid "Not much to read, click to see the post."
msgstr ""
#: src/Module/Display.php:404
#: src/Module/Display.php:408
#, php-format
msgid "%1$s shared a reaction to \"%2$s\""
msgstr ""
#: src/Module/Display.php:405
#: src/Module/Display.php:409
#, php-format
msgid "%s shared a reaction to this post/conversation"
msgstr ""
#: src/Module/Display.php:412
#: src/Module/Display.php:416
#, php-format
msgid "%1$s commented \"%2$s\""
msgstr ""
#: src/Module/Display.php:413
#: src/Module/Display.php:417
#, php-format
msgid "%s shared a comment of this post/conversation"
msgstr ""
#: src/Module/Display.php:417
#: src/Module/Display.php:421
#, php-format
msgid "%1$s wrote this: \"%2$s\""
msgstr ""
#: src/Module/Display.php:449 src/Module/Channel.php:610
#: src/Module/Display.php:455 src/Module/Channel.php:610
msgid ""
"You must enable javascript for your browser to be able to view this content."
msgstr ""
#: src/Module/Display.php:466
#: src/Module/Display.php:472
msgid "Article"
msgstr ""
#: src/Module/Display.php:519
#: src/Module/Display.php:525
msgid "Item has been removed."
msgstr ""
@ -4714,31 +4714,31 @@ msgid ""
"possibly other common richtext constructs."
msgstr ""
#: src/Module/Ping.php:445
#: src/Module/Ping.php:444
msgid "added your channel"
msgstr ""
#: src/Module/Ping.php:503
#: src/Module/Ping.php:502
msgid "requires approval"
msgstr ""
#: src/Module/Ping.php:512
#: src/Module/Ping.php:511
msgid "g A l, F d"
msgstr ""
#: src/Module/Ping.php:530
#: src/Module/Ping.php:529
msgid "[today]"
msgstr ""
#: src/Module/Ping.php:540
#: src/Module/Ping.php:539
msgid "posted an event"
msgstr ""
#: src/Module/Ping.php:574
#: src/Module/Ping.php:573
msgid "shared a file with you"
msgstr ""
#: src/Module/Ping.php:602
#: src/Module/Ping.php:601
msgid "reported content"
msgstr ""
@ -5080,50 +5080,50 @@ msgstr ""
msgid "Edit Webpage"
msgstr ""
#: src/Module/Item.php:695
#: src/Module/Item.php:696
msgid "Comment may be moderated."
msgstr ""
#: src/Module/Item.php:949
#: src/Module/Item.php:952
msgid "Empty post discarded."
msgstr ""
#: src/Module/Item.php:1623
#: src/Module/Item.php:1624
msgid "Duplicate post suppressed."
msgstr ""
#: src/Module/Item.php:1670
#: src/Module/Item.php:1671
msgid ""
"Draft saved. Use <a href=\"/stream?draft=1\">Drafts</a> app to continue "
"editing."
msgstr ""
#: src/Module/Item.php:1729
#: src/Module/Item.php:1730
msgid "Your comment has been posted."
msgstr ""
#: src/Module/Item.php:1798
#: src/Module/Item.php:1799
msgid "System error. Post not saved."
msgstr ""
#: src/Module/Item.php:1826
#: src/Module/Item.php:1827
msgid "Your post/comment is awaiting approval."
msgstr ""
#: src/Module/Item.php:1859 src/Module/Cloud.php:132
#: src/Module/Item.php:1860 src/Module/Cloud.php:132
msgid "Not found"
msgstr ""
#: src/Module/Item.php:2003
#: src/Module/Item.php:2004
msgid "Unable to obtain post information from database."
msgstr ""
#: src/Module/Item.php:2010
#: src/Module/Item.php:2011
#, php-format
msgid "You have reached your limit of %1$.0f top level posts."
msgstr ""
#: src/Module/Item.php:2015
#: src/Module/Item.php:2016
#, php-format
msgid "You have reached your limit of %1$.0f webpages."
msgstr ""
@ -11425,7 +11425,7 @@ msgstr ""
msgid "Embedded content"
msgstr ""
#: src/Lib/Libzot.php:773
#: src/Lib/Libzot.php:790
msgid "Unable to verify channel signature"
msgstr ""

View file

@ -1,2 +1,2 @@
<?php
define ('STD_VERSION', '24.07.20.1');
define ('STD_VERSION', '24.08.03');