1
0
Fork 0

Allow search for only locally published contacts

This commit is contained in:
Michael 2021-07-04 19:58:02 +00:00
commit dfc1b1e7a5
2 changed files with 239 additions and 238 deletions

View file

@ -2989,7 +2989,8 @@ class Contact
$search .= '%'; $search .= '%';
$results = DBA::p("SELECT * FROM `contact` $results = DBA::p("SELECT * FROM `contact`
WHERE NOT `unsearchable` AND `network` IN (?, ?, ?, ?) AND WHERE (NOT `unsearchable` OR `nurl` IN (SELECT `nurl` FROM `owner-view` where `publish` OR `net-publish`))
AND `network` IN (?, ?, ?, ?) AND
NOT `failed` AND `uid` = ? AND NOT `failed` AND `uid` = ? AND
(`addr` LIKE ? OR `name` LIKE ? OR `nick` LIKE ?) $extra_sql (`addr` LIKE ? OR `name` LIKE ? OR `nick` LIKE ?) $extra_sql
ORDER BY `nurl` DESC LIMIT 1000", ORDER BY `nurl` DESC LIMIT 1000",

View file

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2021.06-rc\n" "Project-Id-Version: 2021.09-dev\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-27 23:18-0400\n" "POT-Creation-Date: 2021-07-04 19:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -37,9 +37,9 @@ msgstr[1] ""
msgid "Monthly posting limit of %d post reached. The post was rejected." msgid "Monthly posting limit of %d post reached. The post was rejected."
msgstr "" msgstr ""
#: include/api.php:4527 mod/photos.php:107 mod/photos.php:211 #: include/api.php:4527 mod/photos.php:106 mod/photos.php:210
#: mod/photos.php:639 mod/photos.php:1043 mod/photos.php:1060 #: mod/photos.php:638 mod/photos.php:1042 mod/photos.php:1059
#: mod/photos.php:1609 src/Model/User.php:1105 src/Model/User.php:1113 #: mod/photos.php:1608 src/Model/User.php:1105 src/Model/User.php:1113
#: src/Model/User.php:1121 src/Module/Settings/Profile/Photo/Crop.php:98 #: src/Model/User.php:1121 src/Module/Settings/Profile/Photo/Crop.php:98
#: src/Module/Settings/Profile/Photo/Crop.php:114 #: src/Module/Settings/Profile/Photo/Crop.php:114
#: src/Module/Settings/Profile/Photo/Crop.php:130 #: src/Module/Settings/Profile/Photo/Crop.php:130
@ -49,178 +49,178 @@ msgstr ""
msgid "Profile Photos" msgid "Profile Photos"
msgstr "" msgstr ""
#: include/conversation.php:195 #: include/conversation.php:196
#, php-format #, php-format
msgid "%1$s poked %2$s" msgid "%1$s poked %2$s"
msgstr "" msgstr ""
#: include/conversation.php:227 src/Model/Item.php:2609 #: include/conversation.php:228 src/Model/Item.php:2609
msgid "event" msgid "event"
msgstr "" msgstr ""
#: include/conversation.php:230 include/conversation.php:239 mod/tagger.php:90 #: include/conversation.php:231 include/conversation.php:240 mod/tagger.php:90
msgid "status" msgid "status"
msgstr "" msgstr ""
#: include/conversation.php:235 mod/tagger.php:90 src/Model/Item.php:2611 #: include/conversation.php:236 mod/tagger.php:90 src/Model/Item.php:2611
msgid "photo" msgid "photo"
msgstr "" msgstr ""
#: include/conversation.php:249 mod/tagger.php:123 #: include/conversation.php:250 mod/tagger.php:123
#, php-format #, php-format
msgid "%1$s tagged %2$s's %3$s with %4$s" msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "" msgstr ""
#: include/conversation.php:564 mod/photos.php:1470 src/Object/Post.php:226 #: include/conversation.php:565 mod/photos.php:1469 src/Object/Post.php:226
msgid "Select" msgid "Select"
msgstr "" msgstr ""
#: include/conversation.php:565 mod/photos.php:1471 mod/settings.php:636 #: include/conversation.php:566 mod/photos.php:1470 mod/settings.php:636
#: src/Module/Admin/Users/Active.php:139 src/Module/Admin/Users/Blocked.php:140 #: src/Module/Admin/Users/Active.php:139 src/Module/Admin/Users/Blocked.php:140
#: src/Module/Admin/Users/Index.php:153 src/Module/Contact.php:894 #: src/Module/Admin/Users/Index.php:153 src/Module/Contact.php:894
#: src/Module/Contact.php:1198 #: src/Module/Contact.php:1198
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: include/conversation.php:600 src/Object/Post.php:453 src/Object/Post.php:454 #: include/conversation.php:601 src/Object/Post.php:453 src/Object/Post.php:454
#, php-format #, php-format
msgid "View %s's profile @ %s" msgid "View %s's profile @ %s"
msgstr "" msgstr ""
#: include/conversation.php:613 src/Object/Post.php:441 #: include/conversation.php:614 src/Object/Post.php:441
msgid "Categories:" msgid "Categories:"
msgstr "" msgstr ""
#: include/conversation.php:614 src/Object/Post.php:442 #: include/conversation.php:615 src/Object/Post.php:442
msgid "Filed under:" msgid "Filed under:"
msgstr "" msgstr ""
#: include/conversation.php:621 src/Object/Post.php:467 #: include/conversation.php:622 src/Object/Post.php:467
#, php-format #, php-format
msgid "%s from %s" msgid "%s from %s"
msgstr "" msgstr ""
#: include/conversation.php:636 #: include/conversation.php:637
msgid "View in context" msgid "View in context"
msgstr "" msgstr ""
#: include/conversation.php:638 include/conversation.php:1222 #: include/conversation.php:639 include/conversation.php:1223
#: mod/editpost.php:104 mod/message.php:204 mod/message.php:374 #: mod/editpost.php:104 mod/message.php:204 mod/message.php:374
#: mod/photos.php:1536 mod/wallmessage.php:155 src/Module/Item/Compose.php:159 #: mod/photos.php:1535 mod/wallmessage.php:155 src/Module/Item/Compose.php:159
#: src/Object/Post.php:501 #: src/Object/Post.php:501
msgid "Please wait" msgid "Please wait"
msgstr "" msgstr ""
#: include/conversation.php:702 #: include/conversation.php:703
msgid "remove" msgid "remove"
msgstr "" msgstr ""
#: include/conversation.php:707 #: include/conversation.php:708
msgid "Delete Selected Items" msgid "Delete Selected Items"
msgstr "" msgstr ""
#: include/conversation.php:742 include/conversation.php:745 #: include/conversation.php:743 include/conversation.php:746
#: include/conversation.php:748 include/conversation.php:751 #: include/conversation.php:749 include/conversation.php:752
#, php-format #, php-format
msgid "You had been addressed (%s)." msgid "You had been addressed (%s)."
msgstr "" msgstr ""
#: include/conversation.php:754 #: include/conversation.php:755
#, php-format #, php-format
msgid "You are following %s." msgid "You are following %s."
msgstr "" msgstr ""
#: include/conversation.php:757 #: include/conversation.php:758
msgid "Tagged" msgid "Tagged"
msgstr "" msgstr ""
#: include/conversation.php:770 include/conversation.php:1114 #: include/conversation.php:771 include/conversation.php:1115
#: include/conversation.php:1152 #: include/conversation.php:1153
#, php-format #, php-format
msgid "%s reshared this." msgid "%s reshared this."
msgstr "" msgstr ""
#: include/conversation.php:772 #: include/conversation.php:773
msgid "Reshared" msgid "Reshared"
msgstr "" msgstr ""
#: include/conversation.php:772 #: include/conversation.php:773
#, php-format #, php-format
msgid "Reshared by %s <%s>" msgid "Reshared by %s <%s>"
msgstr "" msgstr ""
#: include/conversation.php:775 #: include/conversation.php:776
#, php-format #, php-format
msgid "%s is participating in this thread." msgid "%s is participating in this thread."
msgstr "" msgstr ""
#: include/conversation.php:778 #: include/conversation.php:779
msgid "Stored" msgid "Stored"
msgstr "" msgstr ""
#: include/conversation.php:781 #: include/conversation.php:782
msgid "Global" msgid "Global"
msgstr "" msgstr ""
#: include/conversation.php:784 #: include/conversation.php:785
msgid "Relayed" msgid "Relayed"
msgstr "" msgstr ""
#: include/conversation.php:784 #: include/conversation.php:785
#, php-format #, php-format
msgid "Relayed by %s <%s>" msgid "Relayed by %s <%s>"
msgstr "" msgstr ""
#: include/conversation.php:787 #: include/conversation.php:788
msgid "Fetched" msgid "Fetched"
msgstr "" msgstr ""
#: include/conversation.php:787 #: include/conversation.php:788
#, php-format #, php-format
msgid "Fetched because of %s <%s>" msgid "Fetched because of %s <%s>"
msgstr "" msgstr ""
#: include/conversation.php:947 view/theme/frio/theme.php:323 #: include/conversation.php:948 view/theme/frio/theme.php:323
msgid "Follow Thread" msgid "Follow Thread"
msgstr "" msgstr ""
#: include/conversation.php:948 src/Model/Contact.php:1002 #: include/conversation.php:949 src/Model/Contact.php:1002
msgid "View Status" msgid "View Status"
msgstr "" msgstr ""
#: include/conversation.php:949 include/conversation.php:971 #: include/conversation.php:950 include/conversation.php:972
#: src/Model/Contact.php:928 src/Model/Contact.php:994 #: src/Model/Contact.php:928 src/Model/Contact.php:994
#: src/Model/Contact.php:1003 src/Module/Directory.php:166 #: src/Model/Contact.php:1003 src/Module/Directory.php:166
#: src/Module/Settings/Profile/Index.php:224 #: src/Module/Settings/Profile/Index.php:224
msgid "View Profile" msgid "View Profile"
msgstr "" msgstr ""
#: include/conversation.php:950 src/Model/Contact.php:1004 #: include/conversation.php:951 src/Model/Contact.php:1004
msgid "View Photos" msgid "View Photos"
msgstr "" msgstr ""
#: include/conversation.php:951 src/Model/Contact.php:995 #: include/conversation.php:952 src/Model/Contact.php:995
#: src/Model/Contact.php:1005 #: src/Model/Contact.php:1005
msgid "Network Posts" msgid "Network Posts"
msgstr "" msgstr ""
#: include/conversation.php:952 src/Model/Contact.php:996 #: include/conversation.php:953 src/Model/Contact.php:996
#: src/Model/Contact.php:1006 #: src/Model/Contact.php:1006
msgid "View Contact" msgid "View Contact"
msgstr "" msgstr ""
#: include/conversation.php:953 src/Model/Contact.php:1008 #: include/conversation.php:954 src/Model/Contact.php:1008
msgid "Send PM" msgid "Send PM"
msgstr "" msgstr ""
#: include/conversation.php:954 src/Module/Admin/Blocklist/Contact.php:84 #: include/conversation.php:955 src/Module/Admin/Blocklist/Contact.php:84
#: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Index.php:154 #: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Index.php:154
#: src/Module/Contact.php:633 src/Module/Contact.php:891 #: src/Module/Contact.php:633 src/Module/Contact.php:891
#: src/Module/Contact.php:1173 #: src/Module/Contact.php:1173
msgid "Block" msgid "Block"
msgstr "" msgstr ""
#: include/conversation.php:955 src/Module/Contact.php:634 #: include/conversation.php:956 src/Module/Contact.php:634
#: src/Module/Contact.php:892 src/Module/Contact.php:1181 #: src/Module/Contact.php:892 src/Module/Contact.php:1181
#: src/Module/Notifications/Introductions.php:113 #: src/Module/Notifications/Introductions.php:113
#: src/Module/Notifications/Introductions.php:191 #: src/Module/Notifications/Introductions.php:191
@ -228,273 +228,273 @@ msgstr ""
msgid "Ignore" msgid "Ignore"
msgstr "" msgstr ""
#: include/conversation.php:959 src/Object/Post.php:428 #: include/conversation.php:960 src/Object/Post.php:428
msgid "Languages" msgid "Languages"
msgstr "" msgstr ""
#: include/conversation.php:963 src/Model/Contact.php:1009 #: include/conversation.php:964 src/Model/Contact.php:1009
msgid "Poke" msgid "Poke"
msgstr "" msgstr ""
#: include/conversation.php:968 mod/follow.php:146 src/Content/Widget.php:76 #: include/conversation.php:969 mod/follow.php:146 src/Content/Widget.php:76
#: src/Model/Contact.php:997 src/Model/Contact.php:1010 #: src/Model/Contact.php:997 src/Model/Contact.php:1010
#: view/theme/vier/theme.php:172 #: view/theme/vier/theme.php:172
msgid "Connect/Follow" msgid "Connect/Follow"
msgstr "" msgstr ""
#: include/conversation.php:1099 #: include/conversation.php:1100
#, php-format #, php-format
msgid "%s likes this." msgid "%s likes this."
msgstr "" msgstr ""
#: include/conversation.php:1102 #: include/conversation.php:1103
#, php-format #, php-format
msgid "%s doesn't like this." msgid "%s doesn't like this."
msgstr "" msgstr ""
#: include/conversation.php:1105 #: include/conversation.php:1106
#, php-format #, php-format
msgid "%s attends." msgid "%s attends."
msgstr "" msgstr ""
#: include/conversation.php:1108 #: include/conversation.php:1109
#, php-format #, php-format
msgid "%s doesn't attend." msgid "%s doesn't attend."
msgstr "" msgstr ""
#: include/conversation.php:1111 #: include/conversation.php:1112
#, php-format #, php-format
msgid "%s attends maybe." msgid "%s attends maybe."
msgstr "" msgstr ""
#: include/conversation.php:1120 #: include/conversation.php:1121
msgid "and" msgid "and"
msgstr "" msgstr ""
#: include/conversation.php:1123 #: include/conversation.php:1124
#, php-format #, php-format
msgid "and %d other people" msgid "and %d other people"
msgstr "" msgstr ""
#: include/conversation.php:1131 #: include/conversation.php:1132
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> like this" msgid "<span %1$s>%2$d people</span> like this"
msgstr "" msgstr ""
#: include/conversation.php:1132 #: include/conversation.php:1133
#, php-format #, php-format
msgid "%s like this." msgid "%s like this."
msgstr "" msgstr ""
#: include/conversation.php:1135 #: include/conversation.php:1136
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> don't like this" msgid "<span %1$s>%2$d people</span> don't like this"
msgstr "" msgstr ""
#: include/conversation.php:1136 #: include/conversation.php:1137
#, php-format #, php-format
msgid "%s don't like this." msgid "%s don't like this."
msgstr "" msgstr ""
#: include/conversation.php:1139 #: include/conversation.php:1140
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> attend" msgid "<span %1$s>%2$d people</span> attend"
msgstr "" msgstr ""
#: include/conversation.php:1140 #: include/conversation.php:1141
#, php-format #, php-format
msgid "%s attend." msgid "%s attend."
msgstr "" msgstr ""
#: include/conversation.php:1143 #: include/conversation.php:1144
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> don't attend" msgid "<span %1$s>%2$d people</span> don't attend"
msgstr "" msgstr ""
#: include/conversation.php:1144 #: include/conversation.php:1145
#, php-format #, php-format
msgid "%s don't attend." msgid "%s don't attend."
msgstr "" msgstr ""
#: include/conversation.php:1147 #: include/conversation.php:1148
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> attend maybe" msgid "<span %1$s>%2$d people</span> attend maybe"
msgstr "" msgstr ""
#: include/conversation.php:1148 #: include/conversation.php:1149
#, php-format #, php-format
msgid "%s attend maybe." msgid "%s attend maybe."
msgstr "" msgstr ""
#: include/conversation.php:1151 #: include/conversation.php:1152
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> reshared this" msgid "<span %1$s>%2$d people</span> reshared this"
msgstr "" msgstr ""
#: include/conversation.php:1181 #: include/conversation.php:1182
msgid "Visible to <strong>everybody</strong>" msgid "Visible to <strong>everybody</strong>"
msgstr "" msgstr ""
#: include/conversation.php:1182 src/Module/Item/Compose.php:153 #: include/conversation.php:1183 src/Module/Item/Compose.php:153
#: src/Object/Post.php:970 #: src/Object/Post.php:970
msgid "Please enter a image/video/audio/webpage URL:" msgid "Please enter a image/video/audio/webpage URL:"
msgstr "" msgstr ""
#: include/conversation.php:1183 #: include/conversation.php:1184
msgid "Tag term:" msgid "Tag term:"
msgstr "" msgstr ""
#: include/conversation.php:1184 src/Module/Filer/SaveTag.php:69 #: include/conversation.php:1185 src/Module/Filer/SaveTag.php:69
msgid "Save to Folder:" msgid "Save to Folder:"
msgstr "" msgstr ""
#: include/conversation.php:1185 #: include/conversation.php:1186
msgid "Where are you right now?" msgid "Where are you right now?"
msgstr "" msgstr ""
#: include/conversation.php:1186 #: include/conversation.php:1187
msgid "Delete item(s)?" msgid "Delete item(s)?"
msgstr "" msgstr ""
#: include/conversation.php:1196 #: include/conversation.php:1197
msgid "New Post" msgid "New Post"
msgstr "" msgstr ""
#: include/conversation.php:1199 #: include/conversation.php:1200
msgid "Share" msgid "Share"
msgstr "" msgstr ""
#: include/conversation.php:1200 mod/editpost.php:89 mod/photos.php:1382 #: include/conversation.php:1201 mod/editpost.php:89 mod/photos.php:1381
#: src/Module/Contact/Poke.php:154 src/Object/Post.php:961 #: src/Module/Contact/Poke.php:154 src/Object/Post.php:961
msgid "Loading..." msgid "Loading..."
msgstr "" msgstr ""
#: include/conversation.php:1201 mod/editpost.php:90 mod/message.php:202 #: include/conversation.php:1202 mod/editpost.php:90 mod/message.php:202
#: mod/message.php:371 mod/wallmessage.php:153 #: mod/message.php:371 mod/wallmessage.php:153
msgid "Upload photo" msgid "Upload photo"
msgstr "" msgstr ""
#: include/conversation.php:1202 mod/editpost.php:91 #: include/conversation.php:1203 mod/editpost.php:91
msgid "upload photo" msgid "upload photo"
msgstr "" msgstr ""
#: include/conversation.php:1203 mod/editpost.php:92 #: include/conversation.php:1204 mod/editpost.php:92
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: include/conversation.php:1204 mod/editpost.php:93 #: include/conversation.php:1205 mod/editpost.php:93
msgid "attach file" msgid "attach file"
msgstr "" msgstr ""
#: include/conversation.php:1205 src/Module/Item/Compose.php:145 #: include/conversation.php:1206 src/Module/Item/Compose.php:145
#: src/Object/Post.php:962 #: src/Object/Post.php:962
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
#: include/conversation.php:1206 src/Module/Item/Compose.php:146 #: include/conversation.php:1207 src/Module/Item/Compose.php:146
#: src/Object/Post.php:963 #: src/Object/Post.php:963
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
#: include/conversation.php:1207 src/Module/Item/Compose.php:147 #: include/conversation.php:1208 src/Module/Item/Compose.php:147
#: src/Object/Post.php:964 #: src/Object/Post.php:964
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
#: include/conversation.php:1208 src/Module/Item/Compose.php:148 #: include/conversation.php:1209 src/Module/Item/Compose.php:148
#: src/Object/Post.php:965 #: src/Object/Post.php:965
msgid "Quote" msgid "Quote"
msgstr "" msgstr ""
#: include/conversation.php:1209 src/Module/Item/Compose.php:149 #: include/conversation.php:1210 src/Module/Item/Compose.php:149
#: src/Object/Post.php:966 #: src/Object/Post.php:966
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: include/conversation.php:1210 src/Module/Item/Compose.php:150 #: include/conversation.php:1211 src/Module/Item/Compose.php:150
#: src/Object/Post.php:967 #: src/Object/Post.php:967
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: include/conversation.php:1211 src/Module/Item/Compose.php:151 #: include/conversation.php:1212 src/Module/Item/Compose.php:151
#: src/Object/Post.php:968 #: src/Object/Post.php:968
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: include/conversation.php:1212 src/Module/Item/Compose.php:152 #: include/conversation.php:1213 src/Module/Item/Compose.php:152
#: src/Object/Post.php:969 #: src/Object/Post.php:969
msgid "Link or Media" msgid "Link or Media"
msgstr "" msgstr ""
#: include/conversation.php:1213 #: include/conversation.php:1214
msgid "Video" msgid "Video"
msgstr "" msgstr ""
#: include/conversation.php:1214 mod/editpost.php:100 #: include/conversation.php:1215 mod/editpost.php:100
#: src/Module/Item/Compose.php:155 #: src/Module/Item/Compose.php:155
msgid "Set your location" msgid "Set your location"
msgstr "" msgstr ""
#: include/conversation.php:1215 mod/editpost.php:101 #: include/conversation.php:1216 mod/editpost.php:101
msgid "set location" msgid "set location"
msgstr "" msgstr ""
#: include/conversation.php:1216 mod/editpost.php:102 #: include/conversation.php:1217 mod/editpost.php:102
msgid "Clear browser location" msgid "Clear browser location"
msgstr "" msgstr ""
#: include/conversation.php:1217 mod/editpost.php:103 #: include/conversation.php:1218 mod/editpost.php:103
msgid "clear location" msgid "clear location"
msgstr "" msgstr ""
#: include/conversation.php:1219 mod/editpost.php:117 #: include/conversation.php:1220 mod/editpost.php:117
#: src/Module/Item/Compose.php:160 #: src/Module/Item/Compose.php:160
msgid "Set title" msgid "Set title"
msgstr "" msgstr ""
#: include/conversation.php:1221 mod/editpost.php:119 #: include/conversation.php:1222 mod/editpost.php:119
#: src/Module/Item/Compose.php:161 #: src/Module/Item/Compose.php:161
msgid "Categories (comma-separated list)" msgid "Categories (comma-separated list)"
msgstr "" msgstr ""
#: include/conversation.php:1223 mod/editpost.php:105 #: include/conversation.php:1224 mod/editpost.php:105
msgid "Permission settings" msgid "Permission settings"
msgstr "" msgstr ""
#: include/conversation.php:1224 mod/editpost.php:134 mod/events.php:578 #: include/conversation.php:1225 mod/editpost.php:134 mod/events.php:578
#: mod/photos.php:969 mod/photos.php:1335 #: mod/photos.php:968 mod/photos.php:1334
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr ""
#: include/conversation.php:1233 mod/editpost.php:114 #: include/conversation.php:1234 mod/editpost.php:114
msgid "Public post" msgid "Public post"
msgstr "" msgstr ""
#: include/conversation.php:1237 mod/editpost.php:125 mod/events.php:573 #: include/conversation.php:1238 mod/editpost.php:125 mod/events.php:573
#: mod/photos.php:1381 mod/photos.php:1438 mod/photos.php:1513 #: mod/photos.php:1380 mod/photos.php:1437 mod/photos.php:1512
#: src/Module/Item/Compose.php:154 src/Object/Post.php:971 #: src/Module/Item/Compose.php:154 src/Object/Post.php:971
msgid "Preview" msgid "Preview"
msgstr "" msgstr ""
#: include/conversation.php:1241 mod/dfrn_request.php:642 mod/editpost.php:128 #: include/conversation.php:1242 mod/dfrn_request.php:642 mod/editpost.php:128
#: mod/fbrowser.php:105 mod/fbrowser.php:134 mod/follow.php:152 #: mod/fbrowser.php:105 mod/fbrowser.php:134 mod/follow.php:152
#: mod/photos.php:1037 mod/photos.php:1143 mod/tagrm.php:37 mod/tagrm.php:129 #: mod/photos.php:1036 mod/photos.php:1142 mod/tagrm.php:37 mod/tagrm.php:129
#: mod/unfollow.php:100 src/Module/Contact.php:467 #: mod/unfollow.php:100 src/Module/Contact.php:467
#: src/Module/RemoteFollow.php:110 #: src/Module/RemoteFollow.php:110
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: include/conversation.php:1248 mod/editpost.php:132 src/Model/Profile.php:524 #: include/conversation.php:1249 mod/editpost.php:132 src/Model/Profile.php:510
#: src/Module/Contact.php:344 #: src/Module/Contact.php:344
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: include/conversation.php:1249 mod/editpost.php:133 #: include/conversation.php:1250 mod/editpost.php:133
#: src/Module/Settings/TwoFactor/Trusted.php:101 #: src/Module/Settings/TwoFactor/Trusted.php:101
msgid "Browser" msgid "Browser"
msgstr "" msgstr ""
#: include/conversation.php:1251 mod/editpost.php:136 #: include/conversation.php:1252 mod/editpost.php:136
msgid "Open Compose page" msgid "Open Compose page"
msgstr "" msgstr ""
@ -826,8 +826,8 @@ msgstr ""
#: mod/api.php:52 mod/api.php:57 mod/dfrn_confirm.php:78 mod/editpost.php:37 #: mod/api.php:52 mod/api.php:57 mod/dfrn_confirm.php:78 mod/editpost.php:37
#: mod/events.php:231 mod/follow.php:55 mod/follow.php:135 mod/item.php:185 #: mod/events.php:231 mod/follow.php:55 mod/follow.php:135 mod/item.php:185
#: mod/item.php:190 mod/item.php:917 mod/message.php:69 mod/message.php:112 #: mod/item.php:190 mod/item.php:917 mod/message.php:69 mod/message.php:112
#: mod/notes.php:44 mod/ostatus_subscribe.php:30 mod/photos.php:176 #: mod/notes.php:44 mod/ostatus_subscribe.php:30 mod/photos.php:175
#: mod/photos.php:922 mod/repair_ostatus.php:31 mod/settings.php:47 #: mod/photos.php:921 mod/repair_ostatus.php:31 mod/settings.php:47
#: mod/settings.php:65 mod/settings.php:475 mod/suggest.php:34 #: mod/settings.php:65 mod/settings.php:475 mod/suggest.php:34
#: mod/uimport.php:32 mod/unfollow.php:35 mod/unfollow.php:50 #: mod/uimport.php:32 mod/unfollow.php:35 mod/unfollow.php:50
#: mod/unfollow.php:82 mod/wall_attach.php:78 mod/wall_attach.php:81 #: mod/unfollow.php:82 mod/wall_attach.php:78 mod/wall_attach.php:81
@ -897,7 +897,7 @@ msgstr ""
#: mod/cal.php:72 mod/cal.php:133 src/Module/HoverCard.php:53 #: mod/cal.php:72 mod/cal.php:133 src/Module/HoverCard.php:53
#: src/Module/Profile/Common.php:41 src/Module/Profile/Common.php:53 #: src/Module/Profile/Common.php:41 src/Module/Profile/Common.php:53
#: src/Module/Profile/Contacts.php:40 src/Module/Profile/Contacts.php:51 #: src/Module/Profile/Contacts.php:40 src/Module/Profile/Contacts.php:51
#: src/Module/Profile/Status.php:58 src/Module/Register.php:258 #: src/Module/Profile/Status.php:58 src/Module/Register.php:254
msgid "User not found." msgid "User not found."
msgstr "" msgstr ""
@ -1115,11 +1115,11 @@ msgstr ""
msgid "Invalid profile URL." msgid "Invalid profile URL."
msgstr "" msgstr ""
#: mod/dfrn_request.php:355 src/Model/Contact.php:2233 #: mod/dfrn_request.php:355 src/Model/Contact.php:2297
msgid "Disallowed profile URL." msgid "Disallowed profile URL."
msgstr "" msgstr ""
#: mod/dfrn_request.php:361 src/Model/Contact.php:2238 #: mod/dfrn_request.php:361 src/Model/Contact.php:2302
#: src/Module/Friendica.php:80 #: src/Module/Friendica.php:80
msgid "Blocked domain" msgid "Blocked domain"
msgstr "" msgstr ""
@ -1166,8 +1166,8 @@ msgstr ""
msgid "Please confirm your introduction/connection request to %s." msgid "Please confirm your introduction/connection request to %s."
msgstr "" msgstr ""
#: mod/dfrn_request.php:600 mod/display.php:179 mod/photos.php:836 #: mod/dfrn_request.php:600 mod/display.php:179 mod/photos.php:835
#: mod/videos.php:129 src/Module/Conversation/Community.php:188 #: mod/videos.php:128 src/Module/Conversation/Community.php:188
#: src/Module/Debug/Probe.php:39 src/Module/Debug/WebFinger.php:38 #: src/Module/Debug/Probe.php:39 src/Module/Debug/WebFinger.php:38
#: src/Module/Directory.php:49 src/Module/Search/Index.php:50 #: src/Module/Directory.php:49 src/Module/Search/Index.php:50
#: src/Module/Search/Index.php:55 #: src/Module/Search/Index.php:55
@ -1329,7 +1329,7 @@ msgid "Description:"
msgstr "" msgstr ""
#: mod/events.php:563 src/Model/Event.php:84 src/Model/Event.php:111 #: mod/events.php:563 src/Model/Event.php:84 src/Model/Event.php:111
#: src/Model/Event.php:472 src/Model/Event.php:959 src/Model/Profile.php:434 #: src/Model/Event.php:472 src/Model/Event.php:959 src/Model/Profile.php:420
#: src/Module/Contact.php:654 src/Module/Directory.php:156 #: src/Module/Contact.php:654 src/Module/Directory.php:156
#: src/Module/Notifications/Introductions.php:172 #: src/Module/Notifications/Introductions.php:172
#: src/Module/Profile/Profile.php:190 #: src/Module/Profile/Profile.php:190
@ -1345,8 +1345,8 @@ msgid "Share this event"
msgstr "" msgstr ""
#: mod/events.php:575 mod/message.php:205 mod/message.php:373 #: mod/events.php:575 mod/message.php:205 mod/message.php:373
#: mod/photos.php:951 mod/photos.php:1054 mod/photos.php:1339 #: mod/photos.php:950 mod/photos.php:1053 mod/photos.php:1338
#: mod/photos.php:1380 mod/photos.php:1437 mod/photos.php:1512 #: mod/photos.php:1379 mod/photos.php:1436 mod/photos.php:1511
#: src/Module/Admin/Item/Source.php:65 src/Module/Contact.php:612 #: src/Module/Admin/Item/Source.php:65 src/Module/Contact.php:612
#: src/Module/Contact/Advanced.php:132 src/Module/Contact/Poke.php:155 #: src/Module/Contact/Advanced.php:132 src/Module/Contact/Poke.php:155
#: src/Module/Debug/ActivityPubConversion.php:141 #: src/Module/Debug/ActivityPubConversion.php:141
@ -1766,257 +1766,257 @@ msgstr ""
msgid "Keep this window open until done." msgid "Keep this window open until done."
msgstr "" msgstr ""
#: mod/photos.php:129 src/Module/BaseProfile.php:71 #: mod/photos.php:128 src/Module/BaseProfile.php:71
msgid "Photo Albums" msgid "Photo Albums"
msgstr "" msgstr ""
#: mod/photos.php:130 mod/photos.php:1638 #: mod/photos.php:129 mod/photos.php:1637
msgid "Recent Photos" msgid "Recent Photos"
msgstr "" msgstr ""
#: mod/photos.php:132 mod/photos.php:1105 mod/photos.php:1640 #: mod/photos.php:131 mod/photos.php:1104 mod/photos.php:1639
msgid "Upload New Photos" msgid "Upload New Photos"
msgstr "" msgstr ""
#: mod/photos.php:150 src/Module/BaseSettings.php:37 #: mod/photos.php:149 src/Module/BaseSettings.php:37
msgid "everybody" msgid "everybody"
msgstr "" msgstr ""
#: mod/photos.php:183 #: mod/photos.php:182
msgid "Contact information unavailable" msgid "Contact information unavailable"
msgstr "" msgstr ""
#: mod/photos.php:222 #: mod/photos.php:221
msgid "Album not found." msgid "Album not found."
msgstr "" msgstr ""
#: mod/photos.php:280 #: mod/photos.php:279
msgid "Album successfully deleted" msgid "Album successfully deleted"
msgstr "" msgstr ""
#: mod/photos.php:282 #: mod/photos.php:281
msgid "Album was empty." msgid "Album was empty."
msgstr "" msgstr ""
#: mod/photos.php:314 #: mod/photos.php:313
msgid "Failed to delete the photo." msgid "Failed to delete the photo."
msgstr "" msgstr ""
#: mod/photos.php:589 #: mod/photos.php:588
msgid "a photo" msgid "a photo"
msgstr "" msgstr ""
#: mod/photos.php:589 #: mod/photos.php:588
#, php-format #, php-format
msgid "%1$s was tagged in %2$s by %3$s" msgid "%1$s was tagged in %2$s by %3$s"
msgstr "" msgstr ""
#: mod/photos.php:672 mod/photos.php:675 mod/photos.php:702 #: mod/photos.php:671 mod/photos.php:674 mod/photos.php:701
#: mod/wall_upload.php:216 src/Module/Settings/Profile/Photo/Index.php:61 #: mod/wall_upload.php:216 src/Module/Settings/Profile/Photo/Index.php:61
#, php-format #, php-format
msgid "Image exceeds size limit of %s" msgid "Image exceeds size limit of %s"
msgstr "" msgstr ""
#: mod/photos.php:678 #: mod/photos.php:677
msgid "Image upload didn't complete, please try again" msgid "Image upload didn't complete, please try again"
msgstr "" msgstr ""
#: mod/photos.php:681 #: mod/photos.php:680
msgid "Image file is missing" msgid "Image file is missing"
msgstr "" msgstr ""
#: mod/photos.php:686 #: mod/photos.php:685
msgid "" msgid ""
"Server can't accept new file upload at this time, please contact your " "Server can't accept new file upload at this time, please contact your "
"administrator" "administrator"
msgstr "" msgstr ""
#: mod/photos.php:710 #: mod/photos.php:709
msgid "Image file is empty." msgid "Image file is empty."
msgstr "" msgstr ""
#: mod/photos.php:725 mod/wall_upload.php:175 #: mod/photos.php:724 mod/wall_upload.php:175
#: src/Module/Settings/Profile/Photo/Index.php:70 #: src/Module/Settings/Profile/Photo/Index.php:70
msgid "Unable to process image." msgid "Unable to process image."
msgstr "" msgstr ""
#: mod/photos.php:754 mod/wall_upload.php:241 #: mod/photos.php:753 mod/wall_upload.php:241
#: src/Module/Settings/Profile/Photo/Index.php:97 #: src/Module/Settings/Profile/Photo/Index.php:97
msgid "Image upload failed." msgid "Image upload failed."
msgstr "" msgstr ""
#: mod/photos.php:841 #: mod/photos.php:840
msgid "No photos selected" msgid "No photos selected"
msgstr "" msgstr ""
#: mod/photos.php:907 mod/videos.php:182 #: mod/photos.php:906 mod/videos.php:181
msgid "Access to this item is restricted." msgid "Access to this item is restricted."
msgstr "" msgstr ""
#: mod/photos.php:961 #: mod/photos.php:960
msgid "Upload Photos" msgid "Upload Photos"
msgstr "" msgstr ""
#: mod/photos.php:965 mod/photos.php:1050 #: mod/photos.php:964 mod/photos.php:1049
msgid "New album name: " msgid "New album name: "
msgstr "" msgstr ""
#: mod/photos.php:966 #: mod/photos.php:965
msgid "or select existing album:" msgid "or select existing album:"
msgstr "" msgstr ""
#: mod/photos.php:967 #: mod/photos.php:966
msgid "Do not show a status post for this upload" msgid "Do not show a status post for this upload"
msgstr "" msgstr ""
#: mod/photos.php:1033 #: mod/photos.php:1032
msgid "Do you really want to delete this photo album and all its photos?" msgid "Do you really want to delete this photo album and all its photos?"
msgstr "" msgstr ""
#: mod/photos.php:1034 mod/photos.php:1055 #: mod/photos.php:1033 mod/photos.php:1054
msgid "Delete Album" msgid "Delete Album"
msgstr "" msgstr ""
#: mod/photos.php:1061 #: mod/photos.php:1060
msgid "Edit Album" msgid "Edit Album"
msgstr "" msgstr ""
#: mod/photos.php:1062 #: mod/photos.php:1061
msgid "Drop Album" msgid "Drop Album"
msgstr "" msgstr ""
#: mod/photos.php:1067 #: mod/photos.php:1066
msgid "Show Newest First" msgid "Show Newest First"
msgstr "" msgstr ""
#: mod/photos.php:1069 #: mod/photos.php:1068
msgid "Show Oldest First" msgid "Show Oldest First"
msgstr "" msgstr ""
#: mod/photos.php:1090 mod/photos.php:1623 #: mod/photos.php:1089 mod/photos.php:1622
msgid "View Photo" msgid "View Photo"
msgstr "" msgstr ""
#: mod/photos.php:1127 #: mod/photos.php:1126
msgid "Permission denied. Access to this item may be restricted." msgid "Permission denied. Access to this item may be restricted."
msgstr "" msgstr ""
#: mod/photos.php:1129 #: mod/photos.php:1128
msgid "Photo not available" msgid "Photo not available"
msgstr "" msgstr ""
#: mod/photos.php:1139 #: mod/photos.php:1138
msgid "Do you really want to delete this photo?" msgid "Do you really want to delete this photo?"
msgstr "" msgstr ""
#: mod/photos.php:1140 mod/photos.php:1340 #: mod/photos.php:1139 mod/photos.php:1339
msgid "Delete Photo" msgid "Delete Photo"
msgstr "" msgstr ""
#: mod/photos.php:1231 #: mod/photos.php:1230
msgid "View photo" msgid "View photo"
msgstr "" msgstr ""
#: mod/photos.php:1233 #: mod/photos.php:1232
msgid "Edit photo" msgid "Edit photo"
msgstr "" msgstr ""
#: mod/photos.php:1234 #: mod/photos.php:1233
msgid "Delete photo" msgid "Delete photo"
msgstr "" msgstr ""
#: mod/photos.php:1235 #: mod/photos.php:1234
msgid "Use as profile photo" msgid "Use as profile photo"
msgstr "" msgstr ""
#: mod/photos.php:1242 #: mod/photos.php:1241
msgid "Private Photo" msgid "Private Photo"
msgstr "" msgstr ""
#: mod/photos.php:1248 #: mod/photos.php:1247
msgid "View Full Size" msgid "View Full Size"
msgstr "" msgstr ""
#: mod/photos.php:1308 #: mod/photos.php:1307
msgid "Tags: " msgid "Tags: "
msgstr "" msgstr ""
#: mod/photos.php:1311 #: mod/photos.php:1310
msgid "[Select tags to remove]" msgid "[Select tags to remove]"
msgstr "" msgstr ""
#: mod/photos.php:1326 #: mod/photos.php:1325
msgid "New album name" msgid "New album name"
msgstr "" msgstr ""
#: mod/photos.php:1327 #: mod/photos.php:1326
msgid "Caption" msgid "Caption"
msgstr "" msgstr ""
#: mod/photos.php:1328 #: mod/photos.php:1327
msgid "Add a Tag" msgid "Add a Tag"
msgstr "" msgstr ""
#: mod/photos.php:1328 #: mod/photos.php:1327
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "" msgstr ""
#: mod/photos.php:1329 #: mod/photos.php:1328
msgid "Do not rotate" msgid "Do not rotate"
msgstr "" msgstr ""
#: mod/photos.php:1330 #: mod/photos.php:1329
msgid "Rotate CW (right)" msgid "Rotate CW (right)"
msgstr "" msgstr ""
#: mod/photos.php:1331 #: mod/photos.php:1330
msgid "Rotate CCW (left)" msgid "Rotate CCW (left)"
msgstr "" msgstr ""
#: mod/photos.php:1377 mod/photos.php:1434 mod/photos.php:1509 #: mod/photos.php:1376 mod/photos.php:1433 mod/photos.php:1508
#: src/Module/Contact.php:1104 src/Module/Item/Compose.php:142 #: src/Module/Contact.php:1104 src/Module/Item/Compose.php:142
#: src/Object/Post.php:957 #: src/Object/Post.php:957
msgid "This is you" msgid "This is you"
msgstr "" msgstr ""
#: mod/photos.php:1379 mod/photos.php:1436 mod/photos.php:1511 #: mod/photos.php:1378 mod/photos.php:1435 mod/photos.php:1510
#: src/Object/Post.php:495 src/Object/Post.php:959 #: src/Object/Post.php:495 src/Object/Post.php:959
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#: mod/photos.php:1533 src/Object/Post.php:348 #: mod/photos.php:1532 src/Object/Post.php:348
msgid "Like" msgid "Like"
msgstr "" msgstr ""
#: mod/photos.php:1534 src/Object/Post.php:348 #: mod/photos.php:1533 src/Object/Post.php:348
msgid "I like this (toggle)" msgid "I like this (toggle)"
msgstr "" msgstr ""
#: mod/photos.php:1535 src/Object/Post.php:349 #: mod/photos.php:1534 src/Object/Post.php:349
msgid "Dislike" msgid "Dislike"
msgstr "" msgstr ""
#: mod/photos.php:1537 src/Object/Post.php:349 #: mod/photos.php:1536 src/Object/Post.php:349
msgid "I don't like this (toggle)" msgid "I don't like this (toggle)"
msgstr "" msgstr ""
#: mod/photos.php:1559 #: mod/photos.php:1558
msgid "Map" msgid "Map"
msgstr "" msgstr ""
#: mod/photos.php:1629 mod/videos.php:259 #: mod/photos.php:1628 mod/videos.php:258
msgid "View Album" msgid "View Album"
msgstr "" msgstr ""
#: mod/ping.php:285 #: mod/ping.php:286
msgid "{0} wants to be your friend" msgid "{0} wants to be your friend"
msgstr "" msgstr ""
#: mod/ping.php:302 #: mod/ping.php:303
msgid "{0} requested registration" msgid "{0} requested registration"
msgstr "" msgstr ""
#: mod/ping.php:315 #: mod/ping.php:316
#, php-format #, php-format
msgid "{0} and %d others requested registration" msgid "{0} and %d others requested registration"
msgstr "" msgstr ""
@ -2917,19 +2917,19 @@ msgstr ""
msgid "Disconnect/Unfollow" msgid "Disconnect/Unfollow"
msgstr "" msgstr ""
#: mod/videos.php:134 #: mod/videos.php:133
msgid "No videos selected" msgid "No videos selected"
msgstr "" msgstr ""
#: mod/videos.php:252 #: mod/videos.php:251
msgid "View Video" msgid "View Video"
msgstr "" msgstr ""
#: mod/videos.php:267 #: mod/videos.php:266
msgid "Recent Videos" msgid "Recent Videos"
msgstr "" msgstr ""
#: mod/videos.php:269 #: mod/videos.php:268
msgid "Upload New Videos" msgid "Upload New Videos"
msgstr "" msgstr ""
@ -2956,7 +2956,7 @@ msgstr ""
msgid "File upload failed." msgid "File upload failed."
msgstr "" msgstr ""
#: mod/wall_upload.php:233 src/Model/Photo.php:976 #: mod/wall_upload.php:233 src/Model/Photo.php:985
msgid "Wall Photos" msgid "Wall Photos"
msgstr "" msgstr ""
@ -2984,7 +2984,7 @@ msgstr ""
msgid "No system theme config value set." msgid "No system theme config value set."
msgstr "" msgstr ""
#: src/App/Module.php:241 #: src/App/Module.php:240
msgid "You must be logged in to use addons. " msgid "You must be logged in to use addons. "
msgstr "" msgstr ""
@ -3634,39 +3634,39 @@ msgstr ""
msgid "last" msgid "last"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:942 src/Content/Text/BBCode.php:1609 #: src/Content/Text/BBCode.php:942 src/Content/Text/BBCode.php:1613
#: src/Content/Text/BBCode.php:1610 #: src/Content/Text/BBCode.php:1614
msgid "Image/photo" msgid "Image/photo"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1068 #: src/Content/Text/BBCode.php:1072
#, php-format #, php-format
msgid "" msgid ""
"<a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">%2$s</a> %3$s" "<a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">%2$s</a> %3$s"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1093 src/Model/Item.php:3110 #: src/Content/Text/BBCode.php:1097 src/Model/Item.php:3137
#: src/Model/Item.php:3116 src/Model/Item.php:3117 #: src/Model/Item.php:3143 src/Model/Item.php:3144
msgid "Link to source" msgid "Link to source"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1527 src/Content/Text/HTML.php:951 #: src/Content/Text/BBCode.php:1531 src/Content/Text/HTML.php:951
msgid "Click to open/close" msgid "Click to open/close"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1558 #: src/Content/Text/BBCode.php:1562
msgid "$1 wrote:" msgid "$1 wrote:"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1612 src/Content/Text/BBCode.php:1613 #: src/Content/Text/BBCode.php:1616 src/Content/Text/BBCode.php:1617
msgid "Encrypted content" msgid "Encrypted content"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1826 #: src/Content/Text/BBCode.php:1830
msgid "Invalid source protocol" msgid "Invalid source protocol"
msgstr "" msgstr ""
#: src/Content/Text/BBCode.php:1841 #: src/Content/Text/BBCode.php:1845
msgid "Invalid link protocol" msgid "Invalid link protocol"
msgstr "" msgstr ""
@ -3678,7 +3678,7 @@ msgstr ""
msgid "The end" msgid "The end"
msgstr "" msgstr ""
#: src/Content/Text/HTML.php:893 src/Model/Profile.php:518 #: src/Content/Text/HTML.php:893 src/Model/Profile.php:504
#: src/Module/Contact.php:340 #: src/Module/Contact.php:340
msgid "Follow" msgid "Follow"
msgstr "" msgstr ""
@ -4644,60 +4644,60 @@ msgstr ""
msgid "Forum" msgid "Forum"
msgstr "" msgstr ""
#: src/Model/Contact.php:2243 #: src/Model/Contact.php:2307
msgid "Connect URL missing." msgid "Connect URL missing."
msgstr "" msgstr ""
#: src/Model/Contact.php:2252 #: src/Model/Contact.php:2316
msgid "" msgid ""
"The contact could not be added. Please check the relevant network " "The contact could not be added. Please check the relevant network "
"credentials in your Settings -> Social Networks page." "credentials in your Settings -> Social Networks page."
msgstr "" msgstr ""
#: src/Model/Contact.php:2293 #: src/Model/Contact.php:2359
msgid "" msgid ""
"This site is not configured to allow communications with other networks." "This site is not configured to allow communications with other networks."
msgstr "" msgstr ""
#: src/Model/Contact.php:2294 src/Model/Contact.php:2307 #: src/Model/Contact.php:2360 src/Model/Contact.php:2373
msgid "No compatible communication protocols or feeds were discovered." msgid "No compatible communication protocols or feeds were discovered."
msgstr "" msgstr ""
#: src/Model/Contact.php:2305 #: src/Model/Contact.php:2371
msgid "The profile address specified does not provide adequate information." msgid "The profile address specified does not provide adequate information."
msgstr "" msgstr ""
#: src/Model/Contact.php:2310 #: src/Model/Contact.php:2376
msgid "An author or name was not found." msgid "An author or name was not found."
msgstr "" msgstr ""
#: src/Model/Contact.php:2313 #: src/Model/Contact.php:2379
msgid "No browser URL could be matched to this address." msgid "No browser URL could be matched to this address."
msgstr "" msgstr ""
#: src/Model/Contact.php:2316 #: src/Model/Contact.php:2382
msgid "" msgid ""
"Unable to match @-style Identity Address with a known protocol or email " "Unable to match @-style Identity Address with a known protocol or email "
"contact." "contact."
msgstr "" msgstr ""
#: src/Model/Contact.php:2317 #: src/Model/Contact.php:2383
msgid "Use mailto: in front of address to force email check." msgid "Use mailto: in front of address to force email check."
msgstr "" msgstr ""
#: src/Model/Contact.php:2323 #: src/Model/Contact.php:2389
msgid "" msgid ""
"The profile address specified belongs to a network which has been disabled " "The profile address specified belongs to a network which has been disabled "
"on this site." "on this site."
msgstr "" msgstr ""
#: src/Model/Contact.php:2328 #: src/Model/Contact.php:2394
msgid "" msgid ""
"Limited profile. This person will be unable to receive direct/personal " "Limited profile. This person will be unable to receive direct/personal "
"notifications from you." "notifications from you."
msgstr "" msgstr ""
#: src/Model/Contact.php:2387 #: src/Model/Contact.php:2453
msgid "Unable to retrieve contact information." msgid "Unable to retrieve contact information."
msgstr "" msgstr ""
@ -4836,11 +4836,11 @@ msgstr ""
msgid "Content warning: %s" msgid "Content warning: %s"
msgstr "" msgstr ""
#: src/Model/Item.php:3075 #: src/Model/Item.php:3102
msgid "bytes" msgid "bytes"
msgstr "" msgstr ""
#: src/Model/Item.php:3104 src/Model/Item.php:3105 #: src/Model/Item.php:3131 src/Model/Item.php:3132
msgid "View on separate page" msgid "View on separate page"
msgstr "" msgstr ""
@ -4848,76 +4848,76 @@ msgstr ""
msgid "[no subject]" msgid "[no subject]"
msgstr "" msgstr ""
#: src/Model/Profile.php:422 src/Module/Profile/Profile.php:252 #: src/Model/Profile.php:408 src/Module/Profile/Profile.php:252
#: src/Module/Profile/Profile.php:254 #: src/Module/Profile/Profile.php:254
msgid "Edit profile" msgid "Edit profile"
msgstr "" msgstr ""
#: src/Model/Profile.php:424 #: src/Model/Profile.php:410
msgid "Change profile photo" msgid "Change profile photo"
msgstr "" msgstr ""
#: src/Model/Profile.php:437 src/Module/Directory.php:161 #: src/Model/Profile.php:423 src/Module/Directory.php:161
#: src/Module/Profile/Profile.php:180 #: src/Module/Profile/Profile.php:180
msgid "Homepage:" msgid "Homepage:"
msgstr "" msgstr ""
#: src/Model/Profile.php:438 src/Module/Contact.php:658 #: src/Model/Profile.php:424 src/Module/Contact.php:658
#: src/Module/Notifications/Introductions.php:174 #: src/Module/Notifications/Introductions.php:174
msgid "About:" msgid "About:"
msgstr "" msgstr ""
#: src/Model/Profile.php:439 src/Module/Contact.php:656 #: src/Model/Profile.php:425 src/Module/Contact.php:656
#: src/Module/Profile/Profile.php:176 #: src/Module/Profile/Profile.php:176
msgid "XMPP:" msgid "XMPP:"
msgstr "" msgstr ""
#: src/Model/Profile.php:520 src/Module/Contact.php:342 #: src/Model/Profile.php:506 src/Module/Contact.php:342
msgid "Unfollow" msgid "Unfollow"
msgstr "" msgstr ""
#: src/Model/Profile.php:522 #: src/Model/Profile.php:508
msgid "Atom feed" msgid "Atom feed"
msgstr "" msgstr ""
#: src/Model/Profile.php:530 src/Module/Contact.php:338 #: src/Model/Profile.php:516 src/Module/Contact.php:338
#: src/Module/Notifications/Introductions.php:186 #: src/Module/Notifications/Introductions.php:186
msgid "Network:" msgid "Network:"
msgstr "" msgstr ""
#: src/Model/Profile.php:560 src/Model/Profile.php:657 #: src/Model/Profile.php:546 src/Model/Profile.php:643
msgid "g A l F d" msgid "g A l F d"
msgstr "" msgstr ""
#: src/Model/Profile.php:561 #: src/Model/Profile.php:547
msgid "F d" msgid "F d"
msgstr "" msgstr ""
#: src/Model/Profile.php:623 src/Model/Profile.php:708 #: src/Model/Profile.php:609 src/Model/Profile.php:694
msgid "[today]" msgid "[today]"
msgstr "" msgstr ""
#: src/Model/Profile.php:633 #: src/Model/Profile.php:619
msgid "Birthday Reminders" msgid "Birthday Reminders"
msgstr "" msgstr ""
#: src/Model/Profile.php:634 #: src/Model/Profile.php:620
msgid "Birthdays this week:" msgid "Birthdays this week:"
msgstr "" msgstr ""
#: src/Model/Profile.php:695 #: src/Model/Profile.php:681
msgid "[No description]" msgid "[No description]"
msgstr "" msgstr ""
#: src/Model/Profile.php:721 #: src/Model/Profile.php:707
msgid "Event Reminders" msgid "Event Reminders"
msgstr "" msgstr ""
#: src/Model/Profile.php:722 #: src/Model/Profile.php:708
msgid "Upcoming events the next 7 days:" msgid "Upcoming events the next 7 days:"
msgstr "" msgstr ""
#: src/Model/Profile.php:897 #: src/Model/Profile.php:896
#, php-format #, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s" msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "" msgstr ""
@ -8909,12 +8909,12 @@ msgstr ""
msgid "Visible to:" msgid "Visible to:"
msgstr "" msgstr ""
#: src/Module/Photo.php:85 #: src/Module/Photo.php:94
#, php-format #, php-format
msgid "The Photo with id %s is not available." msgid "The Photo with id %s is not available."
msgstr "" msgstr ""
#: src/Module/Photo.php:104 #: src/Module/Photo.php:122
#, php-format #, php-format
msgid "Invalid photo with id %s." msgid "Invalid photo with id %s."
msgstr "" msgstr ""
@ -8973,19 +8973,19 @@ msgstr ""
#: src/Module/Profile/Profile.php:322 src/Module/Profile/Profile.php:325 #: src/Module/Profile/Profile.php:322 src/Module/Profile/Profile.php:325
#: src/Module/Profile/Status.php:65 src/Module/Profile/Status.php:68 #: src/Module/Profile/Status.php:65 src/Module/Profile/Status.php:68
#: src/Protocol/Feed.php:943 src/Protocol/OStatus.php:1256 #: src/Protocol/Feed.php:944 src/Protocol/OStatus.php:1256
#, php-format #, php-format
msgid "%s's timeline" msgid "%s's timeline"
msgstr "" msgstr ""
#: src/Module/Profile/Profile.php:323 src/Module/Profile/Status.php:66 #: src/Module/Profile/Profile.php:323 src/Module/Profile/Status.php:66
#: src/Protocol/Feed.php:947 src/Protocol/OStatus.php:1260 #: src/Protocol/Feed.php:948 src/Protocol/OStatus.php:1260
#, php-format #, php-format
msgid "%s's posts" msgid "%s's posts"
msgstr "" msgstr ""
#: src/Module/Profile/Profile.php:324 src/Module/Profile/Status.php:67 #: src/Module/Profile/Profile.php:324 src/Module/Profile/Status.php:67
#: src/Protocol/Feed.php:950 src/Protocol/OStatus.php:1263 #: src/Protocol/Feed.php:951 src/Protocol/OStatus.php:1263
#, php-format #, php-format
msgid "%s's comments" msgid "%s's comments"
msgstr "" msgstr ""
@ -9088,39 +9088,39 @@ msgstr ""
msgid "You have entered too much information." msgid "You have entered too much information."
msgstr "" msgstr ""
#: src/Module/Register.php:271 #: src/Module/Register.php:270
msgid "Please enter the identical mail address in the second field." msgid "Please enter the identical mail address in the second field."
msgstr "" msgstr ""
#: src/Module/Register.php:298 #: src/Module/Register.php:297
msgid "The additional account was created." msgid "The additional account was created."
msgstr "" msgstr ""
#: src/Module/Register.php:323 #: src/Module/Register.php:322
msgid "" msgid ""
"Registration successful. Please check your email for further instructions." "Registration successful. Please check your email for further instructions."
msgstr "" msgstr ""
#: src/Module/Register.php:327 #: src/Module/Register.php:326
#, php-format #, php-format
msgid "" msgid ""
"Failed to send email message. Here your accout details:<br> login: %s<br> " "Failed to send email message. Here your accout details:<br> login: %s<br> "
"password: %s<br><br>You can change your password after login." "password: %s<br><br>You can change your password after login."
msgstr "" msgstr ""
#: src/Module/Register.php:333 #: src/Module/Register.php:332
msgid "Registration successful." msgid "Registration successful."
msgstr "" msgstr ""
#: src/Module/Register.php:338 src/Module/Register.php:345 #: src/Module/Register.php:337 src/Module/Register.php:344
msgid "Your registration can not be processed." msgid "Your registration can not be processed."
msgstr "" msgstr ""
#: src/Module/Register.php:344 #: src/Module/Register.php:343
msgid "You have to leave a request note for the admin." msgid "You have to leave a request note for the admin."
msgstr "" msgstr ""
#: src/Module/Register.php:390 #: src/Module/Register.php:389
msgid "Your registration is pending approval by the site owner." msgid "Your registration is pending approval by the site owner."
msgstr "" msgstr ""