From a105ee45b144ca91acf80bab57bda5bfd3b378a2 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 29 Apr 2021 22:37:19 -0700 Subject: [PATCH] string update, check to see if activity target is already json_decoded --- boot.php | 2 +- include/items.php | 8 +- util/messages.po | 2066 +++++++++++++++++++++++---------------------- 3 files changed, 1044 insertions(+), 1032 deletions(-) diff --git a/boot.php b/boot.php index b6975be8c..88040c9c6 100755 --- a/boot.php +++ b/boot.php @@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run; * @brief This file defines some global constants and includes the central App class. */ -define ( 'STD_VERSION', '21.04.28' ); +define ( 'STD_VERSION', '21.04.30' ); define ( 'ZOT_REVISION', '10.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); diff --git a/include/items.php b/include/items.php index 1fc064957..a11e95f52 100644 --- a/include/items.php +++ b/include/items.php @@ -2598,7 +2598,13 @@ function tag_deliver($uid, $item_id) { if ($is_group && intval($item['item_thread_top']) && (! intval($item['item_wall'])) && (strpos($item['tgt_type'],'Collection') !== false) && $item['target']) { // group delivery via target - use post_wall permission since send_stream is probably turned off // and this will be turned into an embedded wall-to-wall post - $a = json_decode($item['target'],true); + if (is_array($item['target'])) { + $a = $item['target']; + } + else { + $a = json_decode($item['target'],true); + } + if ($a) { $id = ((is_string($a)) ? $a : EMPTY_STR); if (is_array($a) && isset($a['id'])) { diff --git a/util/messages.po b/util/messages.po index 8b36a38fe..d03862db2 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 21.04.12\n" +"Project-Id-Version: 21.04.30\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-04-11 20:35-0700\n" +"POT-Creation-Date: 2021-04-29 22:30-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,8 +91,8 @@ msgstr "" #: ../../Zotlabs/Access/PermissionRoles.php:187 #: ../../Zotlabs/Module/Manage.php:73 ../../Zotlabs/Module/Manage.php:170 -#: ../../Zotlabs/Module/Directory.php:378 ../../Zotlabs/Storage/Browser.php:145 -#: ../../include/text.php:3060 +#: ../../Zotlabs/Module/Directory.php:399 ../../Zotlabs/Storage/Browser.php:145 +#: ../../include/text.php:3097 msgid "Collection" msgstr "" @@ -167,14 +167,14 @@ msgstr "" msgid "Edit visibility" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:274 ../../Zotlabs/Module/Directory.php:376 +#: ../../Zotlabs/Lib/Libprofile.php:274 ../../Zotlabs/Module/Directory.php:397 #: ../../Zotlabs/Widget/Follow.php:36 ../../Zotlabs/Widget/Suggestions.php:47 #: ../../include/connections.php:133 ../../include/conversation.php:1061 msgid "Connect" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:289 ../../Zotlabs/Module/Directory.php:358 -#: ../../include/event.php:62 ../../include/event.php:119 +#: ../../Zotlabs/Lib/Libprofile.php:289 ../../Zotlabs/Module/Directory.php:379 +#: ../../include/event.php:63 ../../include/event.php:120 msgid "Location:" msgstr "" @@ -267,7 +267,7 @@ msgstr "" msgid "Birthday:" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:496 ../../Zotlabs/Module/Directory.php:353 +#: ../../Zotlabs/Lib/Libprofile.php:496 ../../Zotlabs/Module/Directory.php:374 msgid "Age:" msgstr "" @@ -284,7 +284,7 @@ msgstr "" msgid "Sexual Preference:" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:527 ../../Zotlabs/Module/Directory.php:373 +#: ../../Zotlabs/Lib/Libprofile.php:527 ../../Zotlabs/Module/Directory.php:394 msgid "Hometown:" msgstr "" @@ -296,7 +296,7 @@ msgstr "" msgid "Religion:" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:533 ../../Zotlabs/Module/Directory.php:375 +#: ../../Zotlabs/Lib/Libprofile.php:533 ../../Zotlabs/Module/Directory.php:396 msgid "About:" msgstr "" @@ -348,8 +348,8 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../Zotlabs/Lib/Libprofile.php:578 ../../Zotlabs/Lib/Apps.php:364 -#: ../../Zotlabs/Lib/Activity.php:2556 ../../Zotlabs/Lib/Activity.php:2559 +#: ../../Zotlabs/Lib/Libprofile.php:578 ../../Zotlabs/Lib/Activity.php:2589 +#: ../../Zotlabs/Lib/Activity.php:2592 ../../Zotlabs/Lib/Apps.php:364 #: ../../Zotlabs/Module/Profperm.php:117 msgid "Profile" msgstr "" @@ -407,9 +407,9 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:193 ../../Zotlabs/Module/Thing.php:299 #: ../../Zotlabs/Module/Thing.php:319 ../../Zotlabs/Module/Thing.php:360 #: ../../Zotlabs/Module/Chat.php:107 ../../Zotlabs/Module/Chat.php:112 -#: ../../Zotlabs/Module/Moderate.php:15 ../../Zotlabs/Module/Item.php:548 -#: ../../Zotlabs/Module/Item.php:570 ../../Zotlabs/Module/Item.php:581 -#: ../../Zotlabs/Module/Item.php:1643 ../../Zotlabs/Module/Lists.php:83 +#: ../../Zotlabs/Module/Moderate.php:18 ../../Zotlabs/Module/Item.php:556 +#: ../../Zotlabs/Module/Item.php:578 ../../Zotlabs/Module/Item.php:589 +#: ../../Zotlabs/Module/Item.php:1675 ../../Zotlabs/Module/Lists.php:83 #: ../../Zotlabs/Module/Lists.php:94 ../../Zotlabs/Module/Layouts.php:77 #: ../../Zotlabs/Module/Layouts.php:84 ../../Zotlabs/Module/Layouts.php:95 #: ../../Zotlabs/Module/Channel.php:234 ../../Zotlabs/Module/Channel.php:420 @@ -419,7 +419,7 @@ msgstr "" #: ../../Zotlabs/Module/Menu.php:143 ../../Zotlabs/Module/Locs.php:98 #: ../../Zotlabs/Module/Viewsrc.php:22 ../../Zotlabs/Module/New_channel.php:115 #: ../../Zotlabs/Module/New_channel.php:140 -#: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Mood.php:124 +#: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Mood.php:125 #: ../../Zotlabs/Module/Vote.php:19 ../../Zotlabs/Module/Webpages.php:134 #: ../../Zotlabs/Module/Page.php:38 ../../Zotlabs/Module/Page.php:137 #: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Setup.php:221 @@ -435,8 +435,8 @@ msgstr "" #: ../../Zotlabs/Module/Viewconnections.php:32 #: ../../Zotlabs/Module/Viewconnections.php:37 #: ../../Zotlabs/Module/Suggestions.php:31 ../../Zotlabs/Module/Inspect.php:16 -#: ../../Zotlabs/Web/WebServer.php:133 ../../include/photos.php:32 -#: ../../include/items.php:3595 ../../include/attach.php:157 +#: ../../Zotlabs/Web/WebServer.php:133 ../../include/photos.php:34 +#: ../../include/items.php:3630 ../../include/attach.php:157 #: ../../include/attach.php:204 ../../include/attach.php:280 #: ../../include/attach.php:401 ../../include/attach.php:415 #: ../../include/attach.php:422 ../../include/attach.php:500 @@ -449,6 +449,58 @@ msgstr "" msgid "Room is full" msgstr "" +#: ../../Zotlabs/Lib/Activity.php:1963 ../../Zotlabs/Lib/Apps.php:1079 +#: ../../Zotlabs/Lib/Apps.php:1168 ../../Zotlabs/Module/Cdav.php:853 +#: ../../Zotlabs/Module/Cdav.php:854 ../../Zotlabs/Module/Cdav.php:861 +#: ../../Zotlabs/Module/Embedphotos.php:216 ../../Zotlabs/Module/Photos.php:814 +#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Storage/Browser.php:179 +#: ../../Zotlabs/Widget/Portfolio.php:95 ../../Zotlabs/Widget/Album.php:88 +#: ../../include/conversation.php:1159 +msgid "Unknown" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2589 +#, php-format +msgid "Likes %1$s's %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2592 +#, php-format +msgid "Doesn't like %1$s's %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2598 +#, php-format +msgid "Will attend %s's event" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2601 +#, php-format +msgid "Will not attend %s's event" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2604 +#, php-format +msgid "May attend %s's event" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2607 +#, php-format +msgid "May not attend %s's event" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:2612 ../../Zotlabs/Lib/Share.php:122 +#: ../../Zotlabs/Module/Share.php:103 +#, php-format +msgid "🔁 Repeated %1$s's %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Activity.php:3075 ../../include/text.php:1583 +#: ../../include/text.php:2963 +#, php-format +msgid "%1$s (%2$s)" +msgstr "" + #: ../../Zotlabs/Lib/PermissionDescription.php:34 #: ../../include/acl_selectors.php:34 msgid "Visible to your default audience" @@ -565,7 +617,7 @@ msgid "View all" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:213 ../../Zotlabs/Module/Photos.php:1154 -#: ../../include/conversation.php:2161 ../../include/taxonomy.php:675 +#: ../../include/taxonomy.php:675 ../../include/conversation.php:2174 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -573,13 +625,13 @@ msgstr[0] "" msgstr[1] "" #: ../../Zotlabs/Lib/ThreadItem.php:216 ../../Zotlabs/Lib/ThreadItem.php:459 -#: ../../Zotlabs/Module/Photos.php:1278 ../../include/conversation.php:2164 +#: ../../Zotlabs/Module/Photos.php:1278 ../../include/conversation.php:2177 msgctxt "noun" msgid "Likes" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:222 ../../Zotlabs/Module/Photos.php:1159 -#: ../../include/conversation.php:2169 +#: ../../include/conversation.php:2182 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -587,7 +639,7 @@ msgstr[0] "" msgstr[1] "" #: ../../Zotlabs/Lib/ThreadItem.php:225 ../../Zotlabs/Lib/ThreadItem.php:460 -#: ../../Zotlabs/Module/Photos.php:1279 ../../include/conversation.php:2172 +#: ../../Zotlabs/Module/Photos.php:1279 ../../include/conversation.php:2185 msgctxt "noun" msgid "Dislikes" msgstr "" @@ -735,13 +787,13 @@ msgid "Add to Calendar" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:452 -#: ../../Zotlabs/Module/Notifications.php:60 +#: ../../Zotlabs/Module/Notifications.php:65 msgid "Mark all seen" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:465 ../../Zotlabs/Module/Photos.php:1284 #: ../../Zotlabs/Module/Settings/Channel.php:647 -#: ../../include/acl_selectors.php:153 ../../include/conversation.php:1545 +#: ../../include/acl_selectors.php:153 ../../include/conversation.php:1558 msgid "Close" msgstr "" @@ -790,7 +842,7 @@ msgstr "" #: ../../Zotlabs/Module/Import_items.php:132 ../../Zotlabs/Module/Mitem.php:263 #: ../../Zotlabs/Module/Finger.php:22 ../../Zotlabs/Module/Pconfig.php:122 #: ../../Zotlabs/Module/Locs.php:132 ../../Zotlabs/Module/Connect.php:91 -#: ../../Zotlabs/Module/Mood.php:156 ../../Zotlabs/Module/Pdledit.php:105 +#: ../../Zotlabs/Module/Mood.php:157 ../../Zotlabs/Module/Pdledit.php:105 #: ../../Zotlabs/Module/Setup.php:321 ../../Zotlabs/Module/Setup.php:364 #: ../../Zotlabs/Module/Profiles.php:720 ../../Zotlabs/Module/Poke.php:215 #: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Module/Photos.php:1117 @@ -825,23 +877,23 @@ msgstr "" msgid "Submit" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:884 ../../include/conversation.php:1464 +#: ../../Zotlabs/Lib/ThreadItem.php:884 ../../include/conversation.php:1475 msgid "Bold" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:885 ../../include/conversation.php:1465 +#: ../../Zotlabs/Lib/ThreadItem.php:885 ../../include/conversation.php:1476 msgid "Italic" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:886 ../../include/conversation.php:1466 +#: ../../Zotlabs/Lib/ThreadItem.php:886 ../../include/conversation.php:1477 msgid "Underline" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:887 ../../include/conversation.php:1467 +#: ../../Zotlabs/Lib/ThreadItem.php:887 ../../include/conversation.php:1478 msgid "Quote" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:888 ../../include/conversation.php:1468 +#: ../../Zotlabs/Lib/ThreadItem.php:888 ../../include/conversation.php:1479 msgid "Code" msgstr "" @@ -849,7 +901,7 @@ msgstr "" msgid "Image" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:890 ../../include/conversation.php:1469 +#: ../../Zotlabs/Lib/ThreadItem.php:890 ../../include/conversation.php:1480 msgid "Attach/Upload file" msgstr "" @@ -873,7 +925,7 @@ msgid "Reset" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:899 ../../Zotlabs/Module/Chat.php:211 -#: ../../include/conversation.php:1537 +#: ../../include/conversation.php:1550 msgid "Encrypt text" msgstr "" @@ -889,12 +941,6 @@ msgstr "" msgid "Your website URL (optional)" msgstr "" -#: ../../Zotlabs/Lib/Share.php:122 ../../Zotlabs/Lib/Activity.php:2579 -#: ../../Zotlabs/Module/Share.php:103 -#, php-format -msgid "🔁 Repeated %1$s's %2$s" -msgstr "" - #: ../../Zotlabs/Lib/Enotify.php:66 msgid "$Projectname Notification" msgstr "" @@ -1207,6 +1253,81 @@ msgstr "" msgid "edited a comment dated %s" msgstr "" +#: ../../Zotlabs/Lib/AccessList.php:28 +msgid "" +"A deleted list with this name was revived. Existing item permissions " +"may apply to this list and any future members. If this is " +"not what you intended, please create another list with a different name." +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:322 +msgid "Add new connections to this access list" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:347 +msgid "edit" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:367 ../../Zotlabs/Lib/Apps.php:344 +#: ../../Zotlabs/Widget/Activity_filter.php:143 ../../include/nav.php:98 +msgid "Lists" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:368 +msgid "Edit list" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:369 +msgid "Create new list" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:370 +msgid "Channels not in any access list" +msgstr "" + +#: ../../Zotlabs/Lib/AccessList.php:372 ../../Zotlabs/Widget/Savedsearch.php:84 +msgid "add" +msgstr "" + +#: ../../Zotlabs/Lib/DB_Upgrade.php:67 +msgid "Source code of failed update: " +msgstr "" + +#: ../../Zotlabs/Lib/DB_Upgrade.php:88 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../Zotlabs/Lib/DB_Upgrade.php:94 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:73 +msgctxt "permcat" +msgid "default" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:124 +msgctxt "permcat" +msgid "follower" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:128 +msgctxt "permcat" +msgid "contributor" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:132 +msgctxt "permcat" +msgid "publisher" +msgstr "" + +#: ../../Zotlabs/Lib/Libsync.php:936 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + #: ../../Zotlabs/Lib/Apps.php:312 msgid "Site Admin" msgstr "" @@ -1229,7 +1350,7 @@ msgid "CardDAV" msgstr "" #: ../../Zotlabs/Lib/Apps.php:317 ../../Zotlabs/Module/Cards.php:204 -#: ../../include/nav.php:474 ../../include/conversation.php:2072 +#: ../../include/nav.php:474 ../../include/conversation.php:2085 msgid "Cards" msgstr "" @@ -1267,7 +1388,7 @@ msgstr "" #: ../../Zotlabs/Lib/Apps.php:324 ../../Zotlabs/Widget/Chatroom_list.php:16 #: ../../include/nav.php:450 ../../include/nav.php:453 -#: ../../include/conversation.php:2046 ../../include/conversation.php:2049 +#: ../../include/conversation.php:2059 ../../include/conversation.php:2062 msgid "Chatrooms" msgstr "" @@ -1275,7 +1396,7 @@ msgstr "" msgid "Clients" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:326 ../../include/conversation.php:1492 +#: ../../Zotlabs/Lib/Apps.php:326 ../../include/conversation.php:1503 msgid "Comment Control" msgstr "" @@ -1296,7 +1417,7 @@ msgstr "" msgid "Content Import" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:330 ../../Zotlabs/Module/Directory.php:436 +#: ../../Zotlabs/Lib/Apps.php:330 ../../Zotlabs/Module/Directory.php:473 msgid "Directory" msgstr "" @@ -1305,7 +1426,7 @@ msgid "Drafts" msgstr "" #: ../../Zotlabs/Lib/Apps.php:332 ../../Zotlabs/Widget/Activity_filter.php:74 -#: ../../include/conversation.php:2032 ../../include/conversation.php:2035 +#: ../../include/conversation.php:2045 ../../include/conversation.php:2048 msgid "Events" msgstr "" @@ -1319,7 +1440,7 @@ msgstr "" #: ../../Zotlabs/Lib/Apps.php:335 ../../Zotlabs/Module/Fbrowser.php:82 #: ../../Zotlabs/Storage/Browser.php:293 ../../include/nav.php:425 -#: ../../include/conversation.php:2021 +#: ../../include/conversation.php:2034 msgid "Files" msgstr "" @@ -1359,11 +1480,6 @@ msgstr "" msgid "Language" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:344 ../../Zotlabs/Lib/AccessList.php:367 -#: ../../Zotlabs/Widget/Activity_filter.php:143 ../../include/nav.php:98 -msgid "Lists" -msgstr "" - #: ../../Zotlabs/Lib/Apps.php:345 ../../include/nav.php:124 #: ../../include/nav.php:128 ../../boot.php:1665 msgid "Login" @@ -1377,7 +1493,7 @@ msgstr "" msgid "Markup" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:348 ../../Zotlabs/Module/Mood.php:152 +#: ../../Zotlabs/Lib/Apps.php:348 ../../Zotlabs/Module/Mood.php:153 msgid "Mood" msgstr "" @@ -1420,7 +1536,7 @@ msgid "Permission Categories" msgstr "" #: ../../Zotlabs/Lib/Apps.php:358 ../../Zotlabs/Module/Fbrowser.php:26 -#: ../../include/nav.php:417 ../../include/conversation.php:2013 +#: ../../include/nav.php:417 ../../include/conversation.php:2026 msgid "Photos" msgstr "" @@ -1470,9 +1586,9 @@ msgid "Report Bug" msgstr "" #: ../../Zotlabs/Lib/Apps.php:371 ../../Zotlabs/Module/Connections.php:376 -#: ../../Zotlabs/Module/Search.php:49 ../../Zotlabs/Widget/Sitesearch.php:31 -#: ../../include/nav.php:181 ../../include/acl_selectors.php:146 -#: ../../include/text.php:978 ../../include/text.php:990 +#: ../../Zotlabs/Module/Search.php:50 ../../Zotlabs/Widget/Sitesearch.php:31 +#: ../../include/nav.php:181 ../../include/text.php:978 +#: ../../include/text.php:990 ../../include/acl_selectors.php:146 msgid "Search" msgstr "" @@ -1530,12 +1646,12 @@ msgid "Virtual Lists" msgstr "" #: ../../Zotlabs/Lib/Apps.php:384 ../../Zotlabs/Module/Webpages.php:253 -#: ../../include/nav.php:497 ../../include/conversation.php:2094 +#: ../../include/nav.php:497 ../../include/conversation.php:2107 msgid "Webpages" msgstr "" #: ../../Zotlabs/Lib/Apps.php:385 ../../include/nav.php:512 -#: ../../include/conversation.php:2110 +#: ../../include/conversation.php:2123 msgid "Wiki" msgstr "" @@ -1582,138 +1698,22 @@ msgstr "" msgid "Unpin from navbar" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:1079 ../../Zotlabs/Lib/Apps.php:1168 -#: ../../Zotlabs/Lib/Activity.php:1939 ../../Zotlabs/Module/Cdav.php:853 -#: ../../Zotlabs/Module/Cdav.php:854 ../../Zotlabs/Module/Cdav.php:861 -#: ../../Zotlabs/Module/Embedphotos.php:216 ../../Zotlabs/Module/Photos.php:814 -#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Storage/Browser.php:179 -#: ../../Zotlabs/Widget/Portfolio.php:95 ../../Zotlabs/Widget/Album.php:88 -#: ../../include/conversation.php:1159 -msgid "Unknown" -msgstr "" - -#: ../../Zotlabs/Lib/Libsync.php:929 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:28 -msgid "" -"A deleted list with this name was revived. Existing item permissions " -"may apply to this list and any future members. If this is " -"not what you intended, please create another list with a different name." -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:322 -msgid "Add new connections to this access list" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:347 -msgid "edit" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:368 -msgid "Edit list" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:369 -msgid "Create new list" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:370 -msgid "Channels not in any access list" -msgstr "" - -#: ../../Zotlabs/Lib/AccessList.php:372 ../../Zotlabs/Widget/Savedsearch.php:84 -msgid "add" -msgstr "" - -#: ../../Zotlabs/Lib/DB_Upgrade.php:67 -msgid "Source code of failed update: " -msgstr "" - -#: ../../Zotlabs/Lib/DB_Upgrade.php:88 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../Zotlabs/Lib/DB_Upgrade.php:94 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../Zotlabs/Lib/Permcat.php:73 -msgctxt "permcat" -msgid "default" -msgstr "" - -#: ../../Zotlabs/Lib/Permcat.php:124 -msgctxt "permcat" -msgid "follower" -msgstr "" - -#: ../../Zotlabs/Lib/Permcat.php:128 -msgctxt "permcat" -msgid "contributor" -msgstr "" - -#: ../../Zotlabs/Lib/Permcat.php:132 -msgctxt "permcat" -msgid "publisher" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2556 -#, php-format -msgid "Likes %1$s's %2$s" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2559 -#, php-format -msgid "Doesn't like %1$s's %2$s" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2565 -#, php-format -msgid "Will attend %s's event" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2568 -#, php-format -msgid "Will not attend %s's event" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2571 -#, php-format -msgid "May attend %s's event" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:2574 -#, php-format -msgid "May not attend %s's event" -msgstr "" - -#: ../../Zotlabs/Lib/Activity.php:3012 ../../include/text.php:1548 -#: ../../include/text.php:2926 -#, php-format -msgid "%1$s (%2$s)" -msgstr "" - #: ../../Zotlabs/Lib/Libzot.php:727 msgid "Unable to verify channel signature" msgstr "" -#: ../../Zotlabs/Lib/Markdown.php:203 ../../include/bbcode.php:629 +#: ../../Zotlabs/Lib/Markdown.php:203 ../../include/bbcode.php:631 #, php-format msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../Zotlabs/Lib/Markdown.php:205 ../../Zotlabs/Module/Tagger.php:79 -#: ../../include/conversation.php:157 ../../include/bbcode.php:625 +#: ../../Zotlabs/Lib/Markdown.php:205 ../../Zotlabs/Module/Tagger.php:84 +#: ../../include/conversation.php:157 ../../include/bbcode.php:627 msgid "post" msgstr "" -#: ../../Zotlabs/Lib/Language.php:408 ../../include/language.php:396 -#: ../../include/text.php:2036 +#: ../../Zotlabs/Lib/Language.php:408 ../../include/text.php:2073 +#: ../../include/language.php:396 msgid "default" msgstr "" @@ -1749,21 +1749,22 @@ msgstr "" msgid "error saving data" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:109 +#: ../../Zotlabs/Lib/Libzotdir.php:110 msgid "Directory Options" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:111 ../../include/nav.php:102 +#: ../../Zotlabs/Lib/Libzotdir.php:112 ../../include/nav.php:102 msgid "Safe Mode" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:111 ../../Zotlabs/Lib/Libzotdir.php:112 -#: ../../Zotlabs/Lib/Libzotdir.php:113 ../../Zotlabs/Lib/Libzotdir.php:115 -#: ../../Zotlabs/Module/Admin/Site.php:254 ../../Zotlabs/Module/Api.php:107 -#: ../../Zotlabs/Module/Connedit.php:337 ../../Zotlabs/Module/Connedit.php:727 -#: ../../Zotlabs/Module/Connedit.php:801 ../../Zotlabs/Module/Defperms.php:171 -#: ../../Zotlabs/Module/Events.php:501 ../../Zotlabs/Module/Events.php:502 -#: ../../Zotlabs/Module/Events.php:527 ../../Zotlabs/Module/Filestorage.php:236 +#: ../../Zotlabs/Lib/Libzotdir.php:112 ../../Zotlabs/Lib/Libzotdir.php:113 +#: ../../Zotlabs/Lib/Libzotdir.php:114 ../../Zotlabs/Lib/Libzotdir.php:116 +#: ../../Zotlabs/Lib/Libzotdir.php:117 ../../Zotlabs/Module/Admin/Site.php:254 +#: ../../Zotlabs/Module/Api.php:107 ../../Zotlabs/Module/Connedit.php:337 +#: ../../Zotlabs/Module/Connedit.php:727 ../../Zotlabs/Module/Connedit.php:801 +#: ../../Zotlabs/Module/Defperms.php:171 ../../Zotlabs/Module/Events.php:501 +#: ../../Zotlabs/Module/Events.php:502 ../../Zotlabs/Module/Events.php:527 +#: ../../Zotlabs/Module/Filestorage.php:236 #: ../../Zotlabs/Module/Filestorage.php:244 ../../Zotlabs/Module/Mitem.php:180 #: ../../Zotlabs/Module/Mitem.php:181 ../../Zotlabs/Module/Mitem.php:260 #: ../../Zotlabs/Module/Mitem.php:261 ../../Zotlabs/Module/Menu.php:165 @@ -1775,7 +1776,7 @@ msgstr "" #: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157 #: ../../Zotlabs/Module/Import.php:692 ../../Zotlabs/Module/Import.php:696 #: ../../Zotlabs/Module/Import.php:697 ../../Zotlabs/Storage/Browser.php:428 -#: ../../include/conversation.php:1483 ../../include/conversation.php:1488 +#: ../../include/conversation.php:1494 ../../include/conversation.php:1499 #: ../../view/theme/redbasic/php/config.php:98 #: ../../extend/addon/a/zotpost/Mod_zotpost.php:77 #: ../../extend/addon/a/content_import/Mod_content_import.php:137 @@ -1784,13 +1785,14 @@ msgstr "" msgid "No" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:111 ../../Zotlabs/Lib/Libzotdir.php:112 -#: ../../Zotlabs/Lib/Libzotdir.php:113 ../../Zotlabs/Lib/Libzotdir.php:115 -#: ../../Zotlabs/Module/Admin/Site.php:256 ../../Zotlabs/Module/Api.php:106 -#: ../../Zotlabs/Module/Connedit.php:337 ../../Zotlabs/Module/Connedit.php:727 -#: ../../Zotlabs/Module/Connedit.php:801 ../../Zotlabs/Module/Defperms.php:171 -#: ../../Zotlabs/Module/Events.php:501 ../../Zotlabs/Module/Events.php:502 -#: ../../Zotlabs/Module/Events.php:527 ../../Zotlabs/Module/Filestorage.php:236 +#: ../../Zotlabs/Lib/Libzotdir.php:112 ../../Zotlabs/Lib/Libzotdir.php:113 +#: ../../Zotlabs/Lib/Libzotdir.php:114 ../../Zotlabs/Lib/Libzotdir.php:116 +#: ../../Zotlabs/Lib/Libzotdir.php:117 ../../Zotlabs/Module/Admin/Site.php:256 +#: ../../Zotlabs/Module/Api.php:106 ../../Zotlabs/Module/Connedit.php:337 +#: ../../Zotlabs/Module/Connedit.php:727 ../../Zotlabs/Module/Connedit.php:801 +#: ../../Zotlabs/Module/Defperms.php:171 ../../Zotlabs/Module/Events.php:501 +#: ../../Zotlabs/Module/Events.php:502 ../../Zotlabs/Module/Events.php:527 +#: ../../Zotlabs/Module/Filestorage.php:236 #: ../../Zotlabs/Module/Filestorage.php:244 ../../Zotlabs/Module/Mitem.php:180 #: ../../Zotlabs/Module/Mitem.php:181 ../../Zotlabs/Module/Mitem.php:260 #: ../../Zotlabs/Module/Mitem.php:261 ../../Zotlabs/Module/Menu.php:165 @@ -1802,7 +1804,7 @@ msgstr "" #: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:157 #: ../../Zotlabs/Module/Import.php:692 ../../Zotlabs/Module/Import.php:696 #: ../../Zotlabs/Module/Import.php:697 ../../Zotlabs/Storage/Browser.php:428 -#: ../../include/conversation.php:1483 ../../include/conversation.php:1488 +#: ../../include/conversation.php:1494 ../../include/conversation.php:1499 #: ../../view/theme/redbasic/php/config.php:98 #: ../../extend/addon/a/zotpost/Mod_zotpost.php:77 #: ../../extend/addon/a/content_import/Mod_content_import.php:137 @@ -1811,18 +1813,22 @@ msgstr "" msgid "Yes" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:112 +#: ../../Zotlabs/Lib/Libzotdir.php:113 msgid "Groups Only" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:113 +#: ../../Zotlabs/Lib/Libzotdir.php:114 msgid "Collections Only" msgstr "" -#: ../../Zotlabs/Lib/Libzotdir.php:115 +#: ../../Zotlabs/Lib/Libzotdir.php:116 msgid "This Website Only" msgstr "" +#: ../../Zotlabs/Lib/Libzotdir.php:117 +msgid "Recently Updated" +msgstr "" + #: ../../Zotlabs/Module/Lockview.php:75 msgid "Remote privacy information not available." msgstr "" @@ -1850,10 +1856,10 @@ msgstr "" msgid "Event not found." msgstr "" -#: ../../Zotlabs/Module/Calendar.php:252 ../../Zotlabs/Module/Like.php:348 -#: ../../Zotlabs/Module/Events.php:284 ../../Zotlabs/Module/Tagger.php:75 -#: ../../include/event.php:1211 ../../include/conversation.php:129 -#: ../../include/text.php:2195 +#: ../../Zotlabs/Module/Calendar.php:252 ../../Zotlabs/Module/Like.php:347 +#: ../../Zotlabs/Module/Events.php:284 ../../Zotlabs/Module/Tagger.php:80 +#: ../../include/text.php:2232 ../../include/conversation.php:129 +#: ../../include/event.php:1212 msgid "event" msgstr "" @@ -2079,12 +2085,12 @@ msgid "select all" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:157 -#: ../../Zotlabs/Module/Connedit.php:587 ../../Zotlabs/Module/Directory.php:368 +#: ../../Zotlabs/Module/Connedit.php:587 ../../Zotlabs/Module/Directory.php:389 msgid "Censor" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:158 -#: ../../Zotlabs/Module/Connedit.php:587 ../../Zotlabs/Module/Directory.php:368 +#: ../../Zotlabs/Module/Connedit.php:587 ../../Zotlabs/Module/Directory.php:389 msgid "Uncensor" msgstr "" @@ -2097,7 +2103,7 @@ msgid "Disallow Code" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:161 ../../include/nav.php:394 -#: ../../include/conversation.php:1990 +#: ../../include/conversation.php:2003 msgid "Channel" msgstr "" @@ -2162,7 +2168,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Cover_photo.php:208 #: ../../Zotlabs/Module/Admin/Profile_photo.php:188 #: ../../Zotlabs/Module/Cover_photo.php:212 -#: ../../Zotlabs/Module/Profile_photo.php:225 ../../include/photos.php:197 +#: ../../Zotlabs/Module/Profile_photo.php:225 ../../include/photos.php:199 msgid "Unable to process image" msgstr "" @@ -2239,9 +2245,9 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Oauth2.php:106 #: ../../Zotlabs/Module/Settings/Oauth2.php:135 #: ../../Zotlabs/Module/Editpost.php:131 ../../Zotlabs/Module/Tagrm.php:15 -#: ../../Zotlabs/Module/Tagrm.php:138 ../../include/conversation.php:1475 -#: ../../include/conversation.php:1540 ../../include/conversation.php:1542 -#: ../../include/conversation.php:1544 +#: ../../Zotlabs/Module/Tagrm.php:138 ../../include/conversation.php:1486 +#: ../../include/conversation.php:1553 ../../include/conversation.php:1555 +#: ../../include/conversation.php:1557 msgid "Cancel" msgstr "" @@ -2249,8 +2255,8 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Profile_photo.php:472 #: ../../Zotlabs/Module/Cover_photo.php:430 #: ../../Zotlabs/Module/Profile_photo.php:512 -#: ../../include/conversation.php:1476 ../../include/conversation.php:1539 -#: ../../include/conversation.php:1541 ../../include/conversation.php:1543 +#: ../../include/conversation.php:1487 ../../include/conversation.php:1552 +#: ../../include/conversation.php:1554 ../../include/conversation.php:1556 msgid "OK" msgstr "" @@ -2430,7 +2436,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:171 #: ../../Zotlabs/Module/Admin/Accounts.php:183 #: ../../Zotlabs/Module/Cdav.php:1353 ../../Zotlabs/Module/Connedit.php:856 -#: ../../Zotlabs/Module/Profiles.php:788 ../../include/network.php:1554 +#: ../../Zotlabs/Module/Profiles.php:788 ../../include/network.php:1589 msgid "Email" msgstr "" @@ -2499,7 +2505,7 @@ msgstr "" #: ../../Zotlabs/Module/Display.php:50 ../../Zotlabs/Module/Display.php:497 #: ../../Zotlabs/Module/Filestorage.php:34 ../../Zotlabs/Module/Thing.php:101 #: ../../Zotlabs/Module/Viewsrc.php:27 ../../Zotlabs/Module/Inspect.php:33 -#: ../../include/items.php:3493 +#: ../../include/items.php:3528 #: ../../extend/addon/a/flashcards/Mod_Flashcards.php:284 #: ../../extend/addon/a/flashcards/Mod_Flashcards.php:285 msgid "Item not found." @@ -2956,7 +2962,7 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:192 ../../include/text.php:3331 +#: ../../Zotlabs/Module/Admin/Site.php:192 ../../include/text.php:3368 #: ../../view/theme/redbasic/php/config.php:15 msgid "Default" msgstr "" @@ -3490,7 +3496,7 @@ msgstr "" msgid "Use arrows to move the corresponding app up or down in the app tray" msgstr "" -#: ../../Zotlabs/Module/Follow.php:133 +#: ../../Zotlabs/Module/Follow.php:134 msgid "Connection added." msgstr "" @@ -3547,7 +3553,7 @@ msgstr "" #: ../../Zotlabs/Module/Cal.php:70 ../../Zotlabs/Module/Block.php:42 #: ../../Zotlabs/Module/Chanview.php:95 ../../Zotlabs/Module/Card_edit.php:46 #: ../../Zotlabs/Module/Page.php:79 ../../Zotlabs/Module/Wall_upload.php:31 -#: ../../Zotlabs/Module/Superblock.php:62 ../../include/items.php:4142 +#: ../../Zotlabs/Module/Superblock.php:62 ../../include/items.php:4177 msgid "Channel not found." msgstr "" @@ -3560,7 +3566,7 @@ msgid "l, F j" msgstr "" #: ../../Zotlabs/Module/Cal.php:320 ../../Zotlabs/Module/Events.php:699 -#: ../../include/text.php:2018 +#: ../../include/text.php:2055 msgid "Link to Source" msgstr "" @@ -3585,7 +3591,7 @@ msgstr "" msgid "Next" msgstr "" -#: ../../Zotlabs/Module/Cal.php:349 ../../include/text.php:2663 +#: ../../Zotlabs/Module/Cal.php:349 ../../include/text.php:2700 msgid "Import" msgstr "" @@ -3647,7 +3653,7 @@ msgstr "" msgid "Your software should be updated" msgstr "" -#: ../../Zotlabs/Module/Admin.php:176 ../../include/conversation.php:1551 +#: ../../Zotlabs/Module/Admin.php:176 ../../include/conversation.php:1564 msgid "Summary" msgstr "" @@ -3667,7 +3673,7 @@ msgstr "" msgid "Active addons" msgstr "" -#: ../../Zotlabs/Module/Admin.php:183 ../../Zotlabs/Module/Sites.php:79 +#: ../../Zotlabs/Module/Admin.php:183 ../../Zotlabs/Module/Sites.php:100 msgid "Version" msgstr "" @@ -3713,7 +3719,7 @@ msgstr "" msgid "Block Name" msgstr "" -#: ../../Zotlabs/Module/Blocks.php:158 ../../include/text.php:2639 +#: ../../Zotlabs/Module/Blocks.php:158 ../../include/text.php:2676 msgid "Blocks" msgstr "" @@ -3734,7 +3740,7 @@ msgstr "" #: ../../Zotlabs/Module/Blocks.php:165 ../../Zotlabs/Module/Layouts.php:200 #: ../../Zotlabs/Module/Webpages.php:257 ../../Zotlabs/Module/Photos.php:1097 -#: ../../Zotlabs/Widget/Cdav.php:136 ../../include/conversation.php:1449 +#: ../../Zotlabs/Widget/Cdav.php:136 ../../include/conversation.php:1460 msgid "Share" msgstr "" @@ -3806,7 +3812,7 @@ msgid "Description" msgstr "" #: ../../Zotlabs/Module/Cdav.php:1013 ../../Zotlabs/Module/Events.php:506 -#: ../../Zotlabs/Module/Sites.php:70 ../../Zotlabs/Module/Locs.php:128 +#: ../../Zotlabs/Module/Sites.php:91 ../../Zotlabs/Module/Locs.php:128 #: ../../Zotlabs/Module/Profiles.php:506 ../../Zotlabs/Module/Profiles.php:731 #: ../../include/js_strings.php:25 msgid "Location" @@ -3895,19 +3901,19 @@ msgstr "" #: ../../Zotlabs/Module/Cdav.php:1358 ../../Zotlabs/Module/Connedit.php:861 #: ../../Zotlabs/Module/Profiles.php:793 ../../include/connections.php:791 -#: ../../include/event.php:1376 +#: ../../include/event.php:1377 msgid "Mobile" msgstr "" #: ../../Zotlabs/Module/Cdav.php:1359 ../../Zotlabs/Module/Connedit.php:862 #: ../../Zotlabs/Module/Profiles.php:794 ../../include/connections.php:792 -#: ../../include/event.php:1377 +#: ../../include/event.php:1378 msgid "Home" msgstr "" #: ../../Zotlabs/Module/Cdav.php:1360 ../../Zotlabs/Module/Connedit.php:863 #: ../../Zotlabs/Module/Profiles.php:795 ../../include/connections.php:795 -#: ../../include/event.php:1380 +#: ../../include/event.php:1381 msgid "Work" msgstr "" @@ -3915,8 +3921,8 @@ msgstr "" #: ../../Zotlabs/Module/Profiles.php:796 ../../Zotlabs/Module/Profiles.php:935 #: ../../Zotlabs/Module/Profiles.php:952 ../../Zotlabs/Module/Profiles.php:1020 #: ../../Zotlabs/Module/Profiles.php:1056 ../../include/connections.php:798 -#: ../../include/connections.php:805 ../../include/event.php:1383 -#: ../../include/event.php:1390 +#: ../../include/connections.php:805 ../../include/event.php:1384 +#: ../../include/event.php:1391 msgid "Other" msgstr "" @@ -4294,7 +4300,7 @@ msgstr "" msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:794 ../../include/items.php:4139 +#: ../../Zotlabs/Module/Connedit.php:794 ../../include/items.php:4174 #, php-format msgid "Connection: %s" msgstr "" @@ -4477,7 +4483,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:90 #: ../../Zotlabs/Module/Connections.php:103 ../../Zotlabs/Module/Menu.php:182 -#: ../../Zotlabs/Module/Notifications.php:50 +#: ../../Zotlabs/Module/Notifications.php:55 msgid "New" msgstr "" @@ -4613,8 +4619,8 @@ msgid "Connections search" msgstr "" #: ../../Zotlabs/Module/Connections.php:379 -#: ../../Zotlabs/Module/Directory.php:441 -#: ../../Zotlabs/Module/Directory.php:446 +#: ../../Zotlabs/Module/Directory.php:478 +#: ../../Zotlabs/Module/Directory.php:483 #: ../../Zotlabs/Widget/Findpeople.php:30 msgid "Find" msgstr "" @@ -4678,25 +4684,25 @@ msgstr "" msgid "Location (URL) to purchase app" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:284 ../../include/items.php:4496 +#: ../../Zotlabs/Module/Cover_photo.php:284 ../../include/items.php:4531 msgid "female" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:285 ../../include/items.php:4497 +#: ../../Zotlabs/Module/Cover_photo.php:285 ../../include/items.php:4532 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:287 ../../include/items.php:4498 +#: ../../Zotlabs/Module/Cover_photo.php:287 ../../include/items.php:4533 msgid "male" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:288 ../../include/items.php:4499 +#: ../../Zotlabs/Module/Cover_photo.php:288 ../../include/items.php:4534 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:291 ../../include/items.php:4501 +#: ../../Zotlabs/Module/Cover_photo.php:291 ../../include/items.php:4536 #, php-format msgid "%1$s updated their %2$s" msgstr "" @@ -4741,53 +4747,53 @@ msgstr "" msgid "thing" msgstr "" -#: ../../Zotlabs/Module/Like.php:269 ../../Zotlabs/Module/Lists.php:166 +#: ../../Zotlabs/Module/Like.php:268 ../../Zotlabs/Module/Lists.php:166 #: ../../Zotlabs/Module/Lists.php:194 ../../Zotlabs/Module/Import_items.php:123 #: ../../Zotlabs/Module/Cloud.php:127 ../../Zotlabs/Module/Dreport.php:10 #: ../../Zotlabs/Module/Dreport.php:79 ../../Zotlabs/Module/Share.php:70 -#: ../../Zotlabs/Module/Profperm.php:32 ../../Zotlabs/Module/Subthread.php:85 +#: ../../Zotlabs/Module/Profperm.php:32 ../../Zotlabs/Module/Subthread.php:92 #: ../../Zotlabs/Web/WebServer.php:132 ../../include/items.php:459 msgid "Permission denied" msgstr "" -#: ../../Zotlabs/Module/Like.php:346 ../../Zotlabs/Module/Subthread.php:112 -#: ../../Zotlabs/Module/Tagger.php:71 ../../include/conversation.php:126 -#: ../../include/text.php:2192 +#: ../../Zotlabs/Module/Like.php:345 ../../Zotlabs/Module/Subthread.php:119 +#: ../../Zotlabs/Module/Tagger.php:76 ../../include/text.php:2229 +#: ../../include/conversation.php:126 msgid "photo" msgstr "" -#: ../../Zotlabs/Module/Like.php:346 ../../Zotlabs/Module/Subthread.php:112 -#: ../../include/text.php:2198 +#: ../../Zotlabs/Module/Like.php:345 ../../Zotlabs/Module/Subthread.php:119 +#: ../../include/text.php:2235 msgid "status" msgstr "" -#: ../../Zotlabs/Module/Like.php:391 ../../include/conversation.php:173 +#: ../../Zotlabs/Module/Like.php:390 ../../include/conversation.php:173 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Like.php:393 ../../include/conversation.php:176 +#: ../../Zotlabs/Module/Like.php:392 ../../include/conversation.php:176 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Like.php:395 +#: ../../Zotlabs/Module/Like.php:394 #, php-format msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Like.php:397 +#: ../../Zotlabs/Module/Like.php:396 #, php-format msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Like.php:399 +#: ../../Zotlabs/Module/Like.php:398 #, php-format msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Display.php:34 ../../Zotlabs/Module/Directory.php:80 -#: ../../Zotlabs/Module/Directory.php:87 ../../Zotlabs/Module/Search.php:29 +#: ../../Zotlabs/Module/Display.php:34 ../../Zotlabs/Module/Directory.php:93 +#: ../../Zotlabs/Module/Directory.php:100 ../../Zotlabs/Module/Search.php:30 #: ../../Zotlabs/Module/Photos.php:535 #: ../../Zotlabs/Module/Viewconnections.php:27 msgid "Public access denied." @@ -4917,7 +4923,7 @@ msgstr "" msgid "Edit Location" msgstr "" -#: ../../Zotlabs/Module/Events.php:510 ../../include/conversation.php:1502 +#: ../../Zotlabs/Module/Events.php:510 ../../include/conversation.php:1515 msgid "Permission settings" msgstr "" @@ -4971,12 +4977,12 @@ msgid "Edit Layout" msgstr "" #: ../../Zotlabs/Module/Stream.php:126 -#: ../../Zotlabs/Widget/Activity_filter.php:118 ../../include/network.php:1557 +#: ../../Zotlabs/Widget/Activity_filter.php:118 ../../include/network.php:1592 msgid "Zot" msgstr "" #: ../../Zotlabs/Module/Stream.php:130 -#: ../../Zotlabs/Widget/Activity_filter.php:121 ../../include/network.php:1553 +#: ../../Zotlabs/Widget/Activity_filter.php:121 ../../include/network.php:1588 msgid "ActivityPub" msgstr "" @@ -4996,7 +5002,7 @@ msgstr "" msgid "Access list is empty" msgstr "" -#: ../../Zotlabs/Module/Stream.php:298 ../../include/items.php:4129 +#: ../../Zotlabs/Module/Stream.php:298 ../../include/items.php:4164 #, php-format msgid "Access list: %s" msgstr "" @@ -5062,8 +5068,8 @@ msgid "Validation token" msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:105 ../../include/bbcode.php:232 -#: ../../include/bbcode.php:1038 ../../include/bbcode.php:1914 -#: ../../include/bbcode.php:1916 ../../include/bbcode.php:1919 +#: ../../include/bbcode.php:1040 ../../include/bbcode.php:1916 +#: ../../include/bbcode.php:1918 ../../include/bbcode.php:1921 msgid "Image/photo" msgstr "" @@ -5202,7 +5208,7 @@ msgid "" "registration." msgstr "" -#: ../../Zotlabs/Module/Register.php:299 ../../Zotlabs/Module/Sites.php:30 +#: ../../Zotlabs/Module/Register.php:299 ../../Zotlabs/Module/Sites.php:51 #: ../../include/nav.php:162 ../../boot.php:1645 msgid "Register" msgstr "" @@ -5286,34 +5292,34 @@ msgstr "" msgid "3. Click [Connect]" msgstr "" -#: ../../Zotlabs/Module/Sites.php:12 +#: ../../Zotlabs/Module/Sites.php:13 msgid "" "This page provides information about related projects and websites that are " "currently known to this system. These are a small fraction of the thousands " "of websites and dozens of projects and providers which make up the fediverse." msgstr "" -#: ../../Zotlabs/Module/Sites.php:21 +#: ../../Zotlabs/Module/Sites.php:42 msgid "free" msgstr "" -#: ../../Zotlabs/Module/Sites.php:23 +#: ../../Zotlabs/Module/Sites.php:44 msgid "subscription" msgstr "" -#: ../../Zotlabs/Module/Sites.php:25 +#: ../../Zotlabs/Module/Sites.php:46 msgid "tiered service plans" msgstr "" -#: ../../Zotlabs/Module/Sites.php:32 +#: ../../Zotlabs/Module/Sites.php:53 msgid "Register (requires approval)" msgstr "" -#: ../../Zotlabs/Module/Sites.php:77 +#: ../../Zotlabs/Module/Sites.php:98 msgid "Project" msgstr "" -#: ../../Zotlabs/Module/Sites.php:85 +#: ../../Zotlabs/Module/Sites.php:106 msgid "Access type" msgstr "" @@ -5392,19 +5398,19 @@ msgstr "" msgid "Entry uncensored" msgstr "" -#: ../../Zotlabs/Module/Impel.php:43 ../../include/bbcode.php:375 +#: ../../Zotlabs/Module/Impel.php:43 ../../include/bbcode.php:377 msgid "webpage" msgstr "" -#: ../../Zotlabs/Module/Impel.php:48 ../../include/bbcode.php:381 +#: ../../Zotlabs/Module/Impel.php:48 ../../include/bbcode.php:383 msgid "block" msgstr "" -#: ../../Zotlabs/Module/Impel.php:53 ../../include/bbcode.php:378 +#: ../../Zotlabs/Module/Impel.php:53 ../../include/bbcode.php:380 msgid "layout" msgstr "" -#: ../../Zotlabs/Module/Impel.php:60 ../../include/bbcode.php:384 +#: ../../Zotlabs/Module/Impel.php:60 ../../include/bbcode.php:386 msgid "menu" msgstr "" @@ -5537,58 +5543,58 @@ msgstr "" msgid "min" msgstr "" -#: ../../Zotlabs/Module/Moderate.php:29 +#: ../../Zotlabs/Module/Moderate.php:32 msgid "No entries." msgstr "" -#: ../../Zotlabs/Module/Moderate.php:73 +#: ../../Zotlabs/Module/Moderate.php:76 msgid "Comment approved" msgstr "" -#: ../../Zotlabs/Module/Moderate.php:77 +#: ../../Zotlabs/Module/Moderate.php:80 msgid "Comment deleted" msgstr "" -#: ../../Zotlabs/Module/Item.php:510 ../../Zotlabs/Module/Pin.php:42 +#: ../../Zotlabs/Module/Item.php:514 ../../Zotlabs/Module/Pin.php:42 msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Item.php:599 +#: ../../Zotlabs/Module/Item.php:607 msgid "Comment may be moderated." msgstr "" -#: ../../Zotlabs/Module/Item.php:814 +#: ../../Zotlabs/Module/Item.php:835 msgid "Empty post discarded." msgstr "" -#: ../../Zotlabs/Module/Item.php:1390 +#: ../../Zotlabs/Module/Item.php:1422 msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Item.php:1423 +#: ../../Zotlabs/Module/Item.php:1455 msgid "" "Draft saved. Use Drafts app to continue " "editing." msgstr "" -#: ../../Zotlabs/Module/Item.php:1531 +#: ../../Zotlabs/Module/Item.php:1563 msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Item.php:1571 +#: ../../Zotlabs/Module/Item.php:1603 msgid "Your post/comment is awaiting approval." msgstr "" -#: ../../Zotlabs/Module/Item.php:1726 +#: ../../Zotlabs/Module/Item.php:1758 msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Item.php:1734 +#: ../../Zotlabs/Module/Item.php:1766 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../Zotlabs/Module/Item.php:1741 +#: ../../Zotlabs/Module/Item.php:1773 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -5611,7 +5617,7 @@ msgid "Could not create access list." msgstr "" #: ../../Zotlabs/Module/Lists.php:121 ../../Zotlabs/Module/Lists.php:290 -#: ../../include/items.php:4105 +#: ../../include/items.php:4140 msgid "Access list not found." msgstr "" @@ -5676,7 +5682,7 @@ msgstr "" msgid "Select a channel to toggle membership" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:190 ../../include/text.php:2641 +#: ../../Zotlabs/Module/Layouts.php:190 ../../include/text.php:2678 msgid "Layouts" msgstr "" @@ -5704,7 +5710,7 @@ msgstr "" #: ../../Zotlabs/Module/Card_edit.php:119 #: ../../Zotlabs/Module/Editblock.php:133 ../../Zotlabs/Module/Photos.php:690 -#: ../../Zotlabs/Module/Photos.php:1063 ../../include/conversation.php:1498 +#: ../../Zotlabs/Module/Photos.php:1063 ../../include/conversation.php:1511 msgid "Title (optional)" msgstr "" @@ -5759,7 +5765,7 @@ msgid "Unknown error" msgstr "" #: ../../Zotlabs/Module/Manage.php:74 ../../Zotlabs/Module/Manage.php:171 -#: ../../Zotlabs/Module/Directory.php:377 +#: ../../Zotlabs/Module/Directory.php:398 msgid "Group" msgstr "" @@ -6123,7 +6129,7 @@ msgstr "" msgid "Submit and proceed" msgstr "" -#: ../../Zotlabs/Module/Menu.php:173 ../../include/text.php:2640 +#: ../../Zotlabs/Module/Menu.php:173 ../../include/text.php:2677 msgid "Menus" msgstr "" @@ -6194,89 +6200,89 @@ msgid "" "to correctly use this feature." msgstr "" -#: ../../Zotlabs/Module/Directory.php:137 +#: ../../Zotlabs/Module/Directory.php:153 msgid "No default suggestions were found." msgstr "" -#: ../../Zotlabs/Module/Directory.php:303 +#: ../../Zotlabs/Module/Directory.php:324 msgid "Gender: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:304 +#: ../../Zotlabs/Module/Directory.php:325 msgid "Status: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:305 +#: ../../Zotlabs/Module/Directory.php:326 msgid "Homepage: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:366 +#: ../../Zotlabs/Module/Directory.php:387 msgid "Description:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:381 +#: ../../Zotlabs/Module/Directory.php:402 msgid "Keywords: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:384 +#: ../../Zotlabs/Module/Directory.php:405 msgid "Don't suggest" msgstr "" -#: ../../Zotlabs/Module/Directory.php:386 +#: ../../Zotlabs/Module/Directory.php:407 msgid "Suggestion ranking:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:436 +#: ../../Zotlabs/Module/Directory.php:473 msgid "Local Directory" msgstr "" -#: ../../Zotlabs/Module/Directory.php:442 +#: ../../Zotlabs/Module/Directory.php:479 msgid "Finding:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:445 +#: ../../Zotlabs/Module/Directory.php:482 #: ../../Zotlabs/Widget/Findpeople.php:31 msgid "Channel Suggestions" msgstr "" -#: ../../Zotlabs/Module/Directory.php:447 +#: ../../Zotlabs/Module/Directory.php:484 msgid "next page" msgstr "" -#: ../../Zotlabs/Module/Directory.php:447 +#: ../../Zotlabs/Module/Directory.php:484 msgid "previous page" msgstr "" -#: ../../Zotlabs/Module/Directory.php:448 +#: ../../Zotlabs/Module/Directory.php:485 msgid "Sort options" msgstr "" -#: ../../Zotlabs/Module/Directory.php:449 +#: ../../Zotlabs/Module/Directory.php:486 msgid "Alphabetic" msgstr "" -#: ../../Zotlabs/Module/Directory.php:450 +#: ../../Zotlabs/Module/Directory.php:487 msgid "Reverse Alphabetic" msgstr "" -#: ../../Zotlabs/Module/Directory.php:451 +#: ../../Zotlabs/Module/Directory.php:488 msgid "Newest to Oldest" msgstr "" -#: ../../Zotlabs/Module/Directory.php:452 +#: ../../Zotlabs/Module/Directory.php:489 msgid "Oldest to Newest" msgstr "" -#: ../../Zotlabs/Module/Directory.php:479 +#: ../../Zotlabs/Module/Directory.php:516 msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../Zotlabs/Module/Search.php:326 +#: ../../Zotlabs/Module/Search.php:335 #, php-format msgid "Items tagged with: %s" msgstr "" -#: ../../Zotlabs/Module/Search.php:328 +#: ../../Zotlabs/Module/Search.php:337 #, php-format msgid "Search results for: %s" msgstr "" @@ -6437,11 +6443,11 @@ msgstr "" msgid "Restricted or Premium Channel" msgstr "" -#: ../../Zotlabs/Module/Notifications.php:55 ../../Zotlabs/Module/Notify.php:63 +#: ../../Zotlabs/Module/Notifications.php:60 ../../Zotlabs/Module/Notify.php:63 msgid "No more system notifications." msgstr "" -#: ../../Zotlabs/Module/Notifications.php:59 ../../Zotlabs/Module/Notify.php:67 +#: ../../Zotlabs/Module/Notifications.php:64 ../../Zotlabs/Module/Notify.php:67 msgid "System Notifications" msgstr "" @@ -6449,13 +6455,13 @@ msgstr "" msgid "network" msgstr "" -#: ../../Zotlabs/Module/Mood.php:74 ../../include/conversation.php:290 +#: ../../Zotlabs/Module/Mood.php:75 ../../include/conversation.php:290 #, php-format msgctxt "mood" msgid "%1$s is %2$s" msgstr "" -#: ../../Zotlabs/Module/Mood.php:133 ../../Zotlabs/Module/Mood.php:153 +#: ../../Zotlabs/Module/Mood.php:134 ../../Zotlabs/Module/Mood.php:154 msgid "Set your current mood and tell your friends" msgstr "" @@ -7730,7 +7736,7 @@ msgid "Map" msgstr "" #: ../../Zotlabs/Module/Photos.php:1350 ../../Zotlabs/Module/Photos.php:1364 -#: ../../Zotlabs/Module/Photos.php:1365 ../../include/photos.php:712 +#: ../../Zotlabs/Module/Photos.php:1365 ../../include/photos.php:714 msgid "Recent Photos" msgstr "" @@ -8301,42 +8307,42 @@ msgid "Additional Features" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:387 -#: ../../include/conversation.php:1397 +#: ../../include/conversation.php:1407 msgid "Nobody except yourself" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:388 -#: ../../include/conversation.php:1398 +#: ../../include/conversation.php:1408 msgid "Only those you specifically allow" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:389 -#: ../../include/conversation.php:1399 +#: ../../include/conversation.php:1409 msgid "Approved connections" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:390 -#: ../../include/conversation.php:1400 +#: ../../include/conversation.php:1410 msgid "Any connections" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:391 -#: ../../include/conversation.php:1401 +#: ../../include/conversation.php:1411 msgid "Anybody on this website" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:392 -#: ../../include/conversation.php:1402 +#: ../../include/conversation.php:1412 msgid "Anybody in this network" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:393 -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1413 msgid "Anybody authenticated" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:394 -#: ../../include/conversation.php:1404 +#: ../../include/conversation.php:1414 msgid "Anybody on the internet" msgstr "" @@ -8770,37 +8776,37 @@ msgstr "" msgid "This varies by country/culture" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:714 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:714 ../../include/text.php:1346 #: ../../include/js_strings.php:88 msgid "Sunday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:715 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:715 ../../include/text.php:1346 #: ../../include/js_strings.php:89 msgid "Monday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:716 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:716 ../../include/text.php:1346 #: ../../include/js_strings.php:90 msgid "Tuesday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:717 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:717 ../../include/text.php:1346 #: ../../include/js_strings.php:91 msgid "Wednesday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:718 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:718 ../../include/text.php:1346 #: ../../include/js_strings.php:92 msgid "Thursday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:719 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:719 ../../include/text.php:1346 #: ../../include/js_strings.php:93 msgid "Friday" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:720 ../../include/text.php:1311 +#: ../../Zotlabs/Module/Settings/Channel.php:720 ../../include/text.php:1346 #: ../../include/js_strings.php:94 msgid "Saturday" msgstr "" @@ -8849,12 +8855,12 @@ msgstr "" msgid "Expires (yyyy-mm-dd)" msgstr "" -#: ../../Zotlabs/Module/Subthread.php:126 +#: ../../Zotlabs/Module/Subthread.php:133 #, php-format msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Subthread.php:129 +#: ../../Zotlabs/Module/Subthread.php:136 #, php-format msgid "%1$s stopped following %2$s's %3$s" msgstr "" @@ -8868,7 +8874,7 @@ msgid "NEW" msgstr "" #: ../../Zotlabs/Module/Sharedwithme.php:111 -#: ../../Zotlabs/Storage/Browser.php:308 ../../include/text.php:1406 +#: ../../Zotlabs/Storage/Browser.php:308 ../../include/text.php:1441 msgid "Size" msgstr "" @@ -9065,16 +9071,16 @@ msgstr "" msgid "Item is not editable" msgstr "" -#: ../../Zotlabs/Module/Tagger.php:50 +#: ../../Zotlabs/Module/Tagger.php:55 msgid "Post not found." msgstr "" -#: ../../Zotlabs/Module/Tagger.php:81 ../../include/conversation.php:159 -#: ../../include/text.php:2200 +#: ../../Zotlabs/Module/Tagger.php:86 ../../include/text.php:2237 +#: ../../include/conversation.php:159 msgid "comment" msgstr "" -#: ../../Zotlabs/Module/Tagger.php:121 +#: ../../Zotlabs/Module/Tagger.php:126 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" @@ -10322,48 +10328,48 @@ msgstr "" msgid "Toggle System Apps" msgstr "" -#: ../../include/nav.php:397 ../../include/conversation.php:1993 +#: ../../include/nav.php:397 ../../include/conversation.php:2006 msgid "Status Messages and Posts" msgstr "" -#: ../../include/nav.php:407 ../../include/conversation.php:2003 +#: ../../include/nav.php:407 ../../include/conversation.php:2016 msgid "About" msgstr "" -#: ../../include/nav.php:410 ../../include/conversation.php:2006 +#: ../../include/nav.php:410 ../../include/conversation.php:2019 msgid "Profile Details" msgstr "" -#: ../../include/nav.php:420 ../../include/photos.php:711 -#: ../../include/conversation.php:2016 +#: ../../include/nav.php:420 ../../include/photos.php:713 +#: ../../include/conversation.php:2029 msgid "Photo Albums" msgstr "" -#: ../../include/nav.php:428 ../../include/conversation.php:2024 +#: ../../include/nav.php:428 ../../include/conversation.php:2037 msgid "Files and Storage" msgstr "" -#: ../../include/nav.php:463 ../../include/conversation.php:2061 +#: ../../include/nav.php:463 ../../include/conversation.php:2074 msgid "Bookmarks" msgstr "" -#: ../../include/nav.php:466 ../../include/conversation.php:2064 +#: ../../include/nav.php:466 ../../include/conversation.php:2077 msgid "Saved Bookmarks" msgstr "" -#: ../../include/nav.php:477 ../../include/conversation.php:2075 +#: ../../include/nav.php:477 ../../include/conversation.php:2088 msgid "View Cards" msgstr "" -#: ../../include/nav.php:488 ../../include/conversation.php:2086 +#: ../../include/nav.php:488 ../../include/conversation.php:2099 msgid "View Articles" msgstr "" -#: ../../include/nav.php:500 ../../include/conversation.php:2097 +#: ../../include/nav.php:500 ../../include/conversation.php:2110 msgid "View Webpages" msgstr "" -#: ../../include/nav.php:509 ../../include/conversation.php:2107 +#: ../../include/nav.php:509 ../../include/conversation.php:2120 msgid "Wikis" msgstr "" @@ -10372,31 +10378,362 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/photos.php:152 +#: ../../include/text.php:501 +msgid "prev" +msgstr "" + +#: ../../include/text.php:503 +msgid "first" +msgstr "" + +#: ../../include/text.php:532 +msgid "last" +msgstr "" + +#: ../../include/text.php:535 +msgid "next" +msgstr "" + +#: ../../include/text.php:546 +msgid "older" +msgstr "" + +#: ../../include/text.php:548 +msgid "newer" +msgstr "" + +#: ../../include/text.php:1115 ../../include/text.php:1119 +msgid "poke" +msgstr "" + +#: ../../include/text.php:1115 ../../include/text.php:1119 +#: ../../include/conversation.php:273 +msgid "poked" +msgstr "" + +#: ../../include/text.php:1120 +msgid "ping" +msgstr "" + +#: ../../include/text.php:1120 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:1121 +msgid "prod" +msgstr "" + +#: ../../include/text.php:1121 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:1122 +msgid "slap" +msgstr "" + +#: ../../include/text.php:1122 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:1123 +msgid "finger" +msgstr "" + +#: ../../include/text.php:1123 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:1124 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:1124 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:1147 +msgid "happy" +msgstr "" + +#: ../../include/text.php:1148 +msgid "sad" +msgstr "" + +#: ../../include/text.php:1149 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:1150 +msgid "tired" +msgstr "" + +#: ../../include/text.php:1151 +msgid "perky" +msgstr "" + +#: ../../include/text.php:1152 +msgid "angry" +msgstr "" + +#: ../../include/text.php:1153 +msgid "stupefied" +msgstr "" + +#: ../../include/text.php:1154 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:1155 +msgid "interested" +msgstr "" + +#: ../../include/text.php:1156 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:1157 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:1158 +msgid "alive" +msgstr "" + +#: ../../include/text.php:1159 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:1160 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1161 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1162 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1163 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:1164 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:1165 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1166 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1167 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:64 +msgid "January" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:65 +msgid "February" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:66 +msgid "March" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:67 +msgid "April" +msgstr "" + +#: ../../include/text.php:1350 +msgid "May" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:69 +msgid "June" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:70 +msgid "July" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:71 +msgid "August" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:72 +msgid "September" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:73 +msgid "October" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:74 +msgid "November" +msgstr "" + +#: ../../include/text.php:1350 ../../include/js_strings.php:75 +msgid "December" +msgstr "" + +#: ../../include/text.php:1438 +msgid "Unknown Attachment" +msgstr "" + +#: ../../include/text.php:1441 +msgid "unknown" +msgstr "" + +#: ../../include/text.php:1490 +msgid "remove category" +msgstr "" + +#: ../../include/text.php:1622 +msgid "remove from file" +msgstr "" + +#: ../../include/text.php:1769 +msgid "Added to your calendar" +msgstr "" + +#: ../../include/text.php:1850 +msgid "Link" +msgstr "" + +#: ../../include/text.php:1936 +msgid "Poll has ended." +msgstr "" + +#: ../../include/text.php:1939 #, php-format -msgid "Image exceeds website size limit of %lu bytes" +msgid "Poll ends: %1$s (%2$s)" msgstr "" -#: ../../include/photos.php:163 -msgid "Image file is empty." +#: ../../include/text.php:1944 +msgid "vote" msgstr "" -#: ../../include/photos.php:334 -msgid "Photo storage failed." +#: ../../include/text.php:1956 +msgid "Download binary/encrypted content" msgstr "" -#: ../../include/photos.php:391 -msgid "a new photo" +#: ../../include/text.php:2081 +msgid "Page layout" msgstr "" -#: ../../include/photos.php:395 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/text.php:2081 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/photos.php:716 -msgid "Upload New Photos" +#: ../../include/text.php:2091 +msgid "BBcode" +msgstr "" + +#: ../../include/text.php:2092 +msgid "HTML" +msgstr "" + +#: ../../include/text.php:2093 +msgid "Markdown" +msgstr "" + +#: ../../include/text.php:2094 +msgid "Text" +msgstr "" + +#: ../../include/text.php:2095 +msgid "Comanche Layout" +msgstr "" + +#: ../../include/text.php:2100 +msgid "PHP" +msgstr "" + +#: ../../include/text.php:2109 +msgid "Page content type" +msgstr "" + +#: ../../include/text.php:2242 +msgid "activity" +msgstr "" + +#: ../../include/text.php:2346 +msgid "a-z, 0-9, -, and _ only" +msgstr "" + +#: ../../include/text.php:2673 +msgid "Design Tools" +msgstr "" + +#: ../../include/text.php:2679 +msgid "Pages" +msgstr "" + +#: ../../include/text.php:2701 +msgid "Import website..." +msgstr "" + +#: ../../include/text.php:2702 +msgid "Select folder to import" +msgstr "" + +#: ../../include/text.php:2703 +msgid "Import from a zipped folder:" +msgstr "" + +#: ../../include/text.php:2704 +msgid "Import from cloud files:" +msgstr "" + +#: ../../include/text.php:2705 +msgid "/cloud/channel/path/to/folder" +msgstr "" + +#: ../../include/text.php:2706 +msgid "Enter path to website files" +msgstr "" + +#: ../../include/text.php:2707 +msgid "Select folder" +msgstr "" + +#: ../../include/text.php:2708 +msgid "Export website..." +msgstr "" + +#: ../../include/text.php:2709 +msgid "Export to a zip file" +msgstr "" + +#: ../../include/text.php:2710 +msgid "website.zip" +msgstr "" + +#: ../../include/text.php:2711 +msgid "Enter a name for the zip file." +msgstr "" + +#: ../../include/text.php:2712 +msgid "Export to cloud files" +msgstr "" + +#: ../../include/text.php:2713 +msgid "/path/to/export/folder" +msgstr "" + +#: ../../include/text.php:2714 +msgid "Enter a path to a cloud files destination." +msgstr "" + +#: ../../include/text.php:2715 +msgid "Specify folder" msgstr "" #: ../../include/account.php:31 @@ -10475,19 +10812,19 @@ msgstr "" msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/connections.php:793 ../../include/event.php:1378 +#: ../../include/connections.php:793 ../../include/event.php:1379 msgid "Home, Voice" msgstr "" -#: ../../include/connections.php:794 ../../include/event.php:1379 +#: ../../include/connections.php:794 ../../include/event.php:1380 msgid "Home, Fax" msgstr "" -#: ../../include/connections.php:796 ../../include/event.php:1381 +#: ../../include/connections.php:796 ../../include/event.php:1382 msgid "Work, Voice" msgstr "" -#: ../../include/connections.php:797 ../../include/event.php:1382 +#: ../../include/connections.php:797 ../../include/event.php:1383 msgid "Work, Fax" msgstr "" @@ -10505,10 +10842,91 @@ msgstr "" msgid "Network: %s" msgstr "" -#: ../../include/security.php:621 +#: ../../include/import.php:33 +msgid "Unable to import a removed channel." +msgstr "" + +#: ../../include/import.php:60 msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." +"A channel with these settings was discovered and is not usable as it was " +"removed or reserved for system use. Import failed." +msgstr "" + +#: ../../include/import.php:69 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "" + +#: ../../include/import.php:90 +msgid "Unable to create a unique channel address. Import failed." +msgstr "" + +#: ../../include/import.php:136 +msgid "Cloned channel not found. Import failed." +msgstr "" + +#: ../../include/network.php:1583 ../../include/network.php:1584 +msgid "Friendica" +msgstr "" + +#: ../../include/network.php:1585 +msgid "OStatus" +msgstr "" + +#: ../../include/network.php:1586 +msgid "GNU-Social" +msgstr "" + +#: ../../include/network.php:1587 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/network.php:1590 +msgid "Diaspora" +msgstr "" + +#: ../../include/network.php:1591 +msgid "Facebook" +msgstr "" + +#: ../../include/network.php:1593 +msgid "LinkedIn" +msgstr "" + +#: ../../include/network.php:1594 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/network.php:1595 +msgid "MySpace" +msgstr "" + +#: ../../include/channel.php:47 +msgid "Unable to obtain identity information from database" +msgstr "" + +#: ../../include/channel.php:80 +msgid "Empty name" +msgstr "" + +#: ../../include/channel.php:83 +msgid "Name too long" +msgstr "" + +#: ../../include/channel.php:199 +msgid "No account identifier" +msgstr "" + +#: ../../include/channel.php:211 +msgid "Nickname is required." +msgstr "" + +#: ../../include/channel.php:293 +msgid "Unable to retrieve created identity" +msgstr "" + +#: ../../include/channel.php:586 ../../include/channel.php:676 +msgid "Unable to retrieve modified identity" msgstr "" #: ../../include/oembed.php:150 @@ -10543,7 +10961,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:240 ../../boot.php:2493 +#: ../../include/datetime.php:240 ../../boot.php:2502 msgid "never" msgstr "" @@ -10682,45 +11100,133 @@ msgid "" "permissions set who is allowed to view the post." msgstr "" -#: ../../include/event.php:32 ../../include/event.php:101 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:40 ../../include/event.php:107 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:50 ../../include/event.php:111 -msgid "Finishes:" -msgstr "" - -#: ../../include/event.php:1065 -msgid "This event has been added to your calendar." -msgstr "" - -#: ../../include/event.php:1290 -msgid "Not specified" -msgstr "" - -#: ../../include/event.php:1291 -msgid "Needs Action" -msgstr "" - -#: ../../include/event.php:1292 -msgid "Completed" -msgstr "" - -#: ../../include/event.php:1293 -msgid "In Process" -msgstr "" - -#: ../../include/event.php:1294 -msgid "Cancelled" -msgstr "" - -#: ../../include/zid.php:375 +#: ../../include/photos.php:154 #, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" + +#: ../../include/photos.php:165 +msgid "Image file is empty." +msgstr "" + +#: ../../include/photos.php:336 +msgid "Photo storage failed." +msgstr "" + +#: ../../include/photos.php:393 +msgid "a new photo" +msgstr "" + +#: ../../include/photos.php:397 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "" + +#: ../../include/photos.php:718 +msgid "Upload New Photos" +msgstr "" + +#: ../../include/items.php:1005 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1189 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1191 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1193 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1195 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1197 +#, php-format +msgid "Visible to anybody on %s." +msgstr "" + +#: ../../include/items.php:1199 +msgid "Visible to all connections." +msgstr "" + +#: ../../include/items.php:1201 +msgid "Visible to approved connections." +msgstr "" + +#: ../../include/items.php:1203 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:4157 +msgid "Privacy group is empty." +msgstr "" + +#: ../../include/items.php:4538 +msgid "profile photo" +msgstr "" + +#: ../../include/items.php:4742 +#, php-format +msgid "[Edited %s]" +msgstr "" + +#: ../../include/items.php:4742 +msgctxt "edit_activity" +msgid "Post" +msgstr "" + +#: ../../include/items.php:4742 +msgctxt "edit_activity" +msgid "Comment" +msgstr "" + +#: ../../include/taxonomy.php:322 +msgid "Popular Tags" +msgstr "" + +#: ../../include/taxonomy.php:566 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:587 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:587 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:588 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:588 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:589 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:590 +msgid "dislikes" +msgstr "" + +#: ../../include/security.php:621 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: ../../include/api_auth.php:184 +msgid "This api method requires authentication" msgstr "" #: ../../include/conversation.php:179 @@ -10753,11 +11259,6 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:273 ../../include/text.php:1080 -#: ../../include/text.php:1084 -msgid "poked" -msgstr "" - #: ../../include/conversation.php:699 msgid "Toggle Star Status" msgstr "" @@ -10896,747 +11397,171 @@ msgstr "" msgid "Delete this item?" msgstr "" -#: ../../include/conversation.php:1422 +#: ../../include/conversation.php:1432 msgid "Accept delivery of comments and likes on this post from" msgstr "" -#: ../../include/conversation.php:1458 +#: ../../include/conversation.php:1469 msgid "Page link name" msgstr "" -#: ../../include/conversation.php:1461 +#: ../../include/conversation.php:1472 msgid "Post as" msgstr "" -#: ../../include/conversation.php:1463 +#: ../../include/conversation.php:1474 msgid "Text styles" msgstr "" -#: ../../include/conversation.php:1471 +#: ../../include/conversation.php:1482 msgid "Please enter a link location (URL)" msgstr "" -#: ../../include/conversation.php:1472 +#: ../../include/conversation.php:1483 msgid "Insert link only" msgstr "" -#: ../../include/conversation.php:1472 +#: ../../include/conversation.php:1483 msgid "Embed content if possible" msgstr "" -#: ../../include/conversation.php:1474 +#: ../../include/conversation.php:1485 msgid "Embed an image from your albums" msgstr "" -#: ../../include/conversation.php:1478 +#: ../../include/conversation.php:1489 msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1479 +#: ../../include/conversation.php:1490 msgid "Toggle poll" msgstr "" -#: ../../include/conversation.php:1480 +#: ../../include/conversation.php:1491 msgid "Option" msgstr "" -#: ../../include/conversation.php:1481 +#: ../../include/conversation.php:1492 msgid "Add option" msgstr "" -#: ../../include/conversation.php:1482 +#: ../../include/conversation.php:1493 msgid "Minutes" msgstr "" -#: ../../include/conversation.php:1482 +#: ../../include/conversation.php:1493 msgid "Hours" msgstr "" -#: ../../include/conversation.php:1482 +#: ../../include/conversation.php:1493 msgid "Days" msgstr "" -#: ../../include/conversation.php:1483 +#: ../../include/conversation.php:1494 msgid "Allow multiple answers" msgstr "" -#: ../../include/conversation.php:1486 +#: ../../include/conversation.php:1497 msgid "Disable comments" msgstr "" -#: ../../include/conversation.php:1487 +#: ../../include/conversation.php:1498 msgid "Toggle comments" msgstr "" -#: ../../include/conversation.php:1488 +#: ../../include/conversation.php:1499 msgid "Allow comments on this post" msgstr "" -#: ../../include/conversation.php:1494 +#: ../../include/conversation.php:1505 msgid "Disable comments after (date)" msgstr "" -#: ../../include/conversation.php:1501 +#: ../../include/conversation.php:1514 msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/conversation.php:1525 +#: ../../include/conversation.php:1538 msgid "Other networks and post services" msgstr "" -#: ../../include/conversation.php:1526 +#: ../../include/conversation.php:1539 msgid "Collections" msgstr "" -#: ../../include/conversation.php:1529 +#: ../../include/conversation.php:1542 msgid "Set expiration date" msgstr "" -#: ../../include/conversation.php:1534 +#: ../../include/conversation.php:1547 msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1552 +#: ../../include/conversation.php:1565 msgid "Load remote media players" msgstr "" -#: ../../include/conversation.php:1553 +#: ../../include/conversation.php:1566 msgid "This may subject viewers of this post to behaviour tracking" msgstr "" -#: ../../include/conversation.php:1555 +#: ../../include/conversation.php:1568 msgid "Find shareable objects (Zot)" msgstr "" -#: ../../include/conversation.php:1580 +#: ../../include/conversation.php:1593 msgid "Post to Collections" msgstr "" -#: ../../include/conversation.php:2083 +#: ../../include/conversation.php:2096 msgid "articles" msgstr "" -#: ../../include/conversation.php:2176 +#: ../../include/conversation.php:2189 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:2179 +#: ../../include/conversation.php:2192 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:2182 +#: ../../include/conversation.php:2195 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:2185 +#: ../../include/conversation.php:2198 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:2188 +#: ../../include/conversation.php:2201 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:2191 +#: ../../include/conversation.php:2204 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/bbcode.php:283 -msgid "Encrypted content" -msgstr "" - -#: ../../include/bbcode.php:321 +#: ../../include/zid.php:376 #, php-format -msgid "(Embedded app '%s' could not be displayed)." -msgstr "" - -#: ../../include/bbcode.php:361 -#, php-format -msgid "Install %1$s element %2$s" -msgstr "" - -#: ../../include/bbcode.php:365 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." -msgstr "" - -#: ../../include/bbcode.php:621 -msgid "card" -msgstr "" - -#: ../../include/bbcode.php:623 -msgid "article" -msgstr "" - -#: ../../include/bbcode.php:706 ../../include/bbcode.php:714 -msgid "Click to open/close" -msgstr "" - -#: ../../include/bbcode.php:714 -msgid "spoiler" -msgstr "" - -#: ../../include/bbcode.php:1305 ../../include/bbcode.php:1575 -msgid "Different viewers will see this text differently" -msgstr "" - -#: ../../include/bbcode.php:1896 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/taxonomy.php:322 -msgid "Trending" -msgstr "" - -#: ../../include/taxonomy.php:566 -msgid "Keywords" -msgstr "" - -#: ../../include/taxonomy.php:587 -msgid "have" -msgstr "" - -#: ../../include/taxonomy.php:587 -msgid "has" -msgstr "" - -#: ../../include/taxonomy.php:588 -msgid "want" -msgstr "" - -#: ../../include/taxonomy.php:588 -msgid "wants" -msgstr "" - -#: ../../include/taxonomy.php:589 -msgid "likes" -msgstr "" - -#: ../../include/taxonomy.php:590 -msgid "dislikes" -msgstr "" - -#: ../../include/network.php:1548 ../../include/network.php:1549 -msgid "Friendica" -msgstr "" - -#: ../../include/network.php:1550 -msgid "OStatus" -msgstr "" - -#: ../../include/network.php:1551 -msgid "GNU-Social" -msgstr "" - -#: ../../include/network.php:1552 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/network.php:1555 -msgid "Diaspora" -msgstr "" - -#: ../../include/network.php:1556 -msgid "Facebook" -msgstr "" - -#: ../../include/network.php:1558 -msgid "LinkedIn" -msgstr "" - -#: ../../include/network.php:1559 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/network.php:1560 -msgid "MySpace" -msgstr "" - -#: ../../include/text.php:501 -msgid "prev" -msgstr "" - -#: ../../include/text.php:503 -msgid "first" -msgstr "" - -#: ../../include/text.php:532 -msgid "last" -msgstr "" - -#: ../../include/text.php:535 -msgid "next" -msgstr "" - -#: ../../include/text.php:546 -msgid "older" -msgstr "" - -#: ../../include/text.php:548 -msgid "newer" -msgstr "" - -#: ../../include/text.php:1080 ../../include/text.php:1084 -msgid "poke" -msgstr "" - -#: ../../include/text.php:1085 -msgid "ping" -msgstr "" - -#: ../../include/text.php:1085 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:1086 -msgid "prod" -msgstr "" - -#: ../../include/text.php:1086 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:1087 -msgid "slap" -msgstr "" - -#: ../../include/text.php:1087 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:1088 -msgid "finger" -msgstr "" - -#: ../../include/text.php:1088 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:1089 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:1089 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:1112 -msgid "happy" -msgstr "" - -#: ../../include/text.php:1113 -msgid "sad" -msgstr "" - -#: ../../include/text.php:1114 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:1115 -msgid "tired" -msgstr "" - -#: ../../include/text.php:1116 -msgid "perky" -msgstr "" - -#: ../../include/text.php:1117 -msgid "angry" -msgstr "" - -#: ../../include/text.php:1118 -msgid "stupefied" -msgstr "" - -#: ../../include/text.php:1119 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:1120 -msgid "interested" -msgstr "" - -#: ../../include/text.php:1121 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:1122 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:1123 -msgid "alive" -msgstr "" - -#: ../../include/text.php:1124 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:1125 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:1126 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:1127 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:1128 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:1129 -msgid "depressed" -msgstr "" - -#: ../../include/text.php:1130 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:1131 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:1132 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:64 -msgid "January" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:65 -msgid "February" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:66 -msgid "March" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:67 -msgid "April" -msgstr "" - -#: ../../include/text.php:1315 -msgid "May" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:69 -msgid "June" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:70 -msgid "July" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:71 -msgid "August" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:72 -msgid "September" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:73 -msgid "October" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:74 -msgid "November" -msgstr "" - -#: ../../include/text.php:1315 ../../include/js_strings.php:75 -msgid "December" -msgstr "" - -#: ../../include/text.php:1403 -msgid "Unknown Attachment" -msgstr "" - -#: ../../include/text.php:1406 -msgid "unknown" -msgstr "" - -#: ../../include/text.php:1455 -msgid "remove category" -msgstr "" - -#: ../../include/text.php:1587 -msgid "remove from file" -msgstr "" - -#: ../../include/text.php:1734 -msgid "Added to your calendar" -msgstr "" - -#: ../../include/text.php:1813 -msgid "Link" -msgstr "" - -#: ../../include/text.php:1899 -msgid "Poll has ended." -msgstr "" - -#: ../../include/text.php:1902 -#, php-format -msgid "Poll ends: %1$s (%2$s)" -msgstr "" - -#: ../../include/text.php:1907 -msgid "vote" -msgstr "" - -#: ../../include/text.php:1919 -msgid "Download binary/encrypted content" -msgstr "" - -#: ../../include/text.php:2044 -msgid "Page layout" -msgstr "" - -#: ../../include/text.php:2044 -msgid "You can create your own with the layouts tool" -msgstr "" - -#: ../../include/text.php:2054 -msgid "BBcode" -msgstr "" - -#: ../../include/text.php:2055 -msgid "HTML" -msgstr "" - -#: ../../include/text.php:2056 -msgid "Markdown" -msgstr "" - -#: ../../include/text.php:2057 -msgid "Text" -msgstr "" - -#: ../../include/text.php:2058 -msgid "Comanche Layout" -msgstr "" - -#: ../../include/text.php:2063 -msgid "PHP" -msgstr "" - -#: ../../include/text.php:2072 -msgid "Page content type" -msgstr "" - -#: ../../include/text.php:2205 -msgid "activity" -msgstr "" - -#: ../../include/text.php:2309 -msgid "a-z, 0-9, -, and _ only" -msgstr "" - -#: ../../include/text.php:2636 -msgid "Design Tools" -msgstr "" - -#: ../../include/text.php:2642 -msgid "Pages" -msgstr "" - -#: ../../include/text.php:2664 -msgid "Import website..." -msgstr "" - -#: ../../include/text.php:2665 -msgid "Select folder to import" -msgstr "" - -#: ../../include/text.php:2666 -msgid "Import from a zipped folder:" -msgstr "" - -#: ../../include/text.php:2667 -msgid "Import from cloud files:" -msgstr "" - -#: ../../include/text.php:2668 -msgid "/cloud/channel/path/to/folder" -msgstr "" - -#: ../../include/text.php:2669 -msgid "Enter path to website files" -msgstr "" - -#: ../../include/text.php:2670 -msgid "Select folder" -msgstr "" - -#: ../../include/text.php:2671 -msgid "Export website..." -msgstr "" - -#: ../../include/text.php:2672 -msgid "Export to a zip file" -msgstr "" - -#: ../../include/text.php:2673 -msgid "website.zip" -msgstr "" - -#: ../../include/text.php:2674 -msgid "Enter a name for the zip file." -msgstr "" - -#: ../../include/text.php:2675 -msgid "Export to cloud files" -msgstr "" - -#: ../../include/text.php:2676 -msgid "/path/to/export/folder" -msgstr "" - -#: ../../include/text.php:2677 -msgid "Enter a path to a cloud files destination." -msgstr "" - -#: ../../include/text.php:2678 -msgid "Specify folder" -msgstr "" - -#: ../../include/api_auth.php:184 -msgid "This api method requires authentication" -msgstr "" - -#: ../../include/import.php:33 -msgid "Unable to import a removed channel." -msgstr "" - -#: ../../include/import.php:60 -msgid "" -"A channel with these settings was discovered and is not usable as it was " -"removed or reserved for system use. Import failed." -msgstr "" - -#: ../../include/import.php:69 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../include/import.php:90 -msgid "Unable to create a unique channel address. Import failed." -msgstr "" - -#: ../../include/import.php:136 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../include/items.php:1004 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:1187 -msgid "Visible to anybody on the internet." -msgstr "" - -#: ../../include/items.php:1189 -msgid "Visible to you only." -msgstr "" - -#: ../../include/items.php:1191 -msgid "Visible to anybody in this network." -msgstr "" - -#: ../../include/items.php:1193 -msgid "Visible to anybody authenticated." -msgstr "" - -#: ../../include/items.php:1195 -#, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1197 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1199 -msgid "Visible to approved connections." -msgstr "" - -#: ../../include/items.php:1201 -msgid "Visible to specific connections." -msgstr "" - -#: ../../include/items.php:4122 -msgid "Privacy group is empty." -msgstr "" - -#: ../../include/items.php:4503 -msgid "profile photo" -msgstr "" - -#: ../../include/items.php:4707 -#, php-format -msgid "[Edited %s]" -msgstr "" - -#: ../../include/items.php:4707 -msgctxt "edit_activity" -msgid "Post" -msgstr "" - -#: ../../include/items.php:4707 -msgctxt "edit_activity" -msgid "Comment" -msgstr "" - -#: ../../include/channel.php:47 -msgid "Unable to obtain identity information from database" -msgstr "" - -#: ../../include/channel.php:80 -msgid "Empty name" -msgstr "" - -#: ../../include/channel.php:83 -msgid "Name too long" -msgstr "" - -#: ../../include/channel.php:199 -msgid "No account identifier" -msgstr "" - -#: ../../include/channel.php:211 -msgid "Nickname is required." -msgstr "" - -#: ../../include/channel.php:293 -msgid "Unable to retrieve created identity" -msgstr "" - -#: ../../include/channel.php:586 ../../include/channel.php:676 -msgid "Unable to retrieve modified identity" +msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" #: ../../include/js_strings.php:8 @@ -11965,6 +11890,51 @@ msgid "" "language or topic. Replies are sent back to your main channel" msgstr "" +#: ../../include/bbcode.php:283 +msgid "Encrypted content" +msgstr "" + +#: ../../include/bbcode.php:323 +#, php-format +msgid "(Embedded app '%s' could not be displayed)." +msgstr "" + +#: ../../include/bbcode.php:363 +#, php-format +msgid "Install %1$s element %2$s" +msgstr "" + +#: ../../include/bbcode.php:367 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "" + +#: ../../include/bbcode.php:623 +msgid "card" +msgstr "" + +#: ../../include/bbcode.php:625 +msgid "article" +msgstr "" + +#: ../../include/bbcode.php:708 ../../include/bbcode.php:716 +msgid "Click to open/close" +msgstr "" + +#: ../../include/bbcode.php:716 +msgid "spoiler" +msgstr "" + +#: ../../include/bbcode.php:1307 ../../include/bbcode.php:1577 +msgid "Different viewers will see this text differently" +msgstr "" + +#: ../../include/bbcode.php:1898 +msgid "$1 wrote:" +msgstr "" + #: ../../include/attach.php:275 ../../include/attach.php:396 msgid "Item was not found." msgstr "" @@ -12031,6 +12001,42 @@ msgstr "" msgid "Empty path" msgstr "" +#: ../../include/event.php:33 ../../include/event.php:102 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/event.php:41 ../../include/event.php:108 +msgid "Starts:" +msgstr "" + +#: ../../include/event.php:51 ../../include/event.php:112 +msgid "Finishes:" +msgstr "" + +#: ../../include/event.php:1066 +msgid "This event has been added to your calendar." +msgstr "" + +#: ../../include/event.php:1291 +msgid "Not specified" +msgstr "" + +#: ../../include/event.php:1292 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:1293 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:1294 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:1295 +msgid "Cancelled" +msgstr "" + #: ../../view/theme/redbasic/php/config.php:16 #: ../../view/theme/redbasic/php/config.php:19 msgid "Focus (Hubzilla default)" @@ -12538,20 +12544,20 @@ msgstr "" msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2438 +#: ../../boot.php:2447 #, php-format msgid "[$Projectname] Website SSL error for %s" msgstr "" -#: ../../boot.php:2443 +#: ../../boot.php:2452 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2487 +#: ../../boot.php:2496 #, php-format msgid "[$Projectname] Cron tasks not running on %s" msgstr "" -#: ../../boot.php:2492 +#: ../../boot.php:2501 msgid "Cron/Scheduled tasks not running." msgstr ""