From c07f694a074e034ab78b88c9b9a73776090a929b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 16 Oct 2015 04:21:40 -0700 Subject: another try at issue #89 - rotating photos --- include/import.php | 8 + mod/photos.php | 20 +- util/hmessages.po | 3051 ++++++++++++++++++++++++++-------------------------- 3 files changed, 1553 insertions(+), 1526 deletions(-) diff --git a/include/import.php b/include/import.php index c90b05ec0..0fd1ab2a5 100644 --- a/include/import.php +++ b/include/import.php @@ -845,6 +845,14 @@ function import_mail($channel,$mails) { ); continue; } + if(array_key_exists('flags',$mail) && in_array('recalled',$mail['flags'])) { + q("update mail set mail_recalled = 1 where mid = '%s' and uid = %d limit 1", + dbesc($mail['message_id']), + intval($channel['channel_id']) + ); + continue; + } + $m = get_mail_elements($mail); if(! $m) continue; diff --git a/mod/photos.php b/mod/photos.php index e484880e3..b4ca19749 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -244,9 +244,25 @@ function photos_post(&$a) { $width = $ph->getWidth(); $height = $ph->getHeight(); + + if(intval($r[0]['os_storage'])) { + @file_put_contents($r[0]['data'],$ph->imageString()); + $data = $r[0]['data']; + $fsize = @filesize($r[0]['data']); + q("update attach set filesize = %d where hash = '%s' and uid = %d limit 1", + intval($fsize), + dbesc($resource_id), + intval($page_owner_uid) + ); + } + else { + $data = $ph->imageString(); + $fsize = strlen($data); + } - $x = q("update photo set data = '%s', height = %d, width = %d where `resource_id` = '%s' and uid = %d and scale = 0", - dbescbin($ph->imageString()), + $x = q("update photo set data = '%s', `size` = %d, height = %d, width = %d where `resource_id` = '%s' and uid = %d and scale = 0", + dbescbin($data), + intval($fsize), intval($height), intval($width), dbesc($resource_id), diff --git a/util/hmessages.po b/util/hmessages.po index a6768b8a5..46f81c2be 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2015-10-06.1177\n" +"Project-Id-Version: 2015-10-15.1186\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 00:03-0700\n" +"POT-Creation-Date: 2015-10-16 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../include/photos.php:26 ../../include/chat.php:133 +#: ../../include/items.php:4378 ../../include/attach.php:137 +#: ../../include/attach.php:185 ../../include/attach.php:248 +#: ../../include/attach.php:262 ../../include/attach.php:269 +#: ../../include/attach.php:334 ../../include/attach.php:348 +#: ../../include/attach.php:355 ../../include/attach.php:433 +#: ../../include/attach.php:875 ../../include/attach.php:946 +#: ../../include/attach.php:1098 ../../mod/achievements.php:30 +#: ../../mod/fsuggest.php:78 ../../mod/authtest.php:13 +#: ../../mod/bookmarks.php:48 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/id.php:71 ../../mod/like.php:177 ../../mod/common.php:35 +#: ../../mod/mitem.php:111 ../../mod/connedit.php:348 ../../mod/mood.php:112 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87 +#: ../../mod/poke.php:133 ../../mod/network.php:12 ../../mod/chat.php:91 +#: ../../mod/chat.php:96 ../../mod/rate.php:111 ../../mod/mail.php:118 +#: ../../mod/editpost.php:13 ../../mod/editblock.php:65 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1003 ../../mod/appman.php:66 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/menu.php:74 +#: ../../mod/page.php:31 ../../mod/page.php:86 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66 +#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/events.php:256 +#: ../../mod/profile_photo.php:338 ../../mod/profile_photo.php:351 +#: ../../mod/message.php:16 ../../mod/webpages.php:69 +#: ../../mod/register.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/service_limits.php:7 ../../mod/sources.php:66 +#: ../../mod/regmod.php:17 ../../mod/channel.php:100 ../../mod/channel.php:214 +#: ../../mod/channel.php:254 ../../mod/thing.php:271 ../../mod/thing.php:291 +#: ../../mod/thing.php:328 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/viewsrc.php:14 ../../mod/settings.php:565 ../../mod/manage.php:6 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/connections.php:29 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 +#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 +#: ../../mod/group.php:9 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/locs.php:82 +#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7 +#: ../../mod/suggest.php:26 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:576 ../../index.php:178 ../../index.php:361 +msgid "Permission denied." +msgstr "" + +#: ../../include/photos.php:109 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" + +#: ../../include/photos.php:116 +msgid "Image file is empty." +msgstr "" + +#: ../../include/photos.php:143 ../../mod/profile_photo.php:222 +msgid "Unable to process image" +msgstr "" + +#: ../../include/photos.php:228 +msgid "Photo storage failed." +msgstr "" + +#: ../../include/photos.php:431 ../../include/conversation.php:1609 +msgid "Photo Albums" +msgstr "" + +#: ../../include/photos.php:435 +msgid "Upload New Photos" +msgstr "" + #: ../../include/Import/import_diaspora.php:17 msgid "No username found in import file." msgstr "" @@ -25,7 +93,7 @@ msgstr "" msgid "Unable to create a unique channel address. Import failed." msgstr "" -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:480 +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:486 msgid "Import completed." msgstr "" @@ -34,7 +102,7 @@ msgstr "" msgid "parent" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2497 +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2490 msgid "Collection" msgstr "" @@ -58,9 +126,9 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1021 -#: ../../include/apps.php:355 ../../include/apps.php:410 -#: ../../mod/photos.php:720 ../../mod/photos.php:1159 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:355 +#: ../../include/apps.php:410 ../../include/conversation.php:1023 +#: ../../mod/photos.php:747 ../../mod/photos.php:1186 msgid "Unknown" msgstr "" @@ -74,8 +142,8 @@ msgstr "" msgid "%1$s used of %2$s (%3$s%)" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:251 ../../include/conversation.php:1611 -#: ../../include/apps.php:135 ../../include/nav.php:93 +#: ../../include/RedDAV/RedBrowser.php:251 ../../include/apps.php:135 +#: ../../include/conversation.php:1613 ../../include/nav.php:93 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" @@ -96,8 +164,8 @@ msgid "Create" msgstr "" #: ../../include/RedDAV/RedBrowser.php:257 -#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/photos.php:745 -#: ../../mod/photos.php:1278 ../../mod/profile_photo.php:450 +#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/photos.php:772 +#: ../../mod/photos.php:1305 ../../mod/profile_photo.php:450 msgid "Upload" msgstr "" @@ -131,10 +199,10 @@ msgstr "" msgid "Edit" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:267 ../../include/conversation.php:662 -#: ../../include/apps.php:255 ../../include/ItemObject.php:120 +#: ../../include/RedDAV/RedBrowser.php:267 ../../include/apps.php:255 +#: ../../include/ItemObject.php:120 ../../include/conversation.php:657 #: ../../mod/connedit.php:547 ../../mod/editblock.php:181 -#: ../../mod/admin.php:783 ../../mod/admin.php:942 ../../mod/photos.php:1090 +#: ../../mod/admin.php:783 ../../mod/admin.php:942 ../../mod/photos.php:1117 #: ../../mod/webpages.php:183 ../../mod/blocks.php:155 ../../mod/thing.php:258 #: ../../mod/settings.php:646 ../../mod/editlayout.php:179 #: ../../mod/editwebpage.php:223 ../../mod/group.php:173 @@ -294,49 +362,6 @@ msgstr "" msgid "Room not found." msgstr "" -#: ../../include/chat.php:133 ../../include/photos.php:26 -#: ../../include/attach.php:137 ../../include/attach.php:185 -#: ../../include/attach.php:248 ../../include/attach.php:262 -#: ../../include/attach.php:269 ../../include/attach.php:334 -#: ../../include/attach.php:348 ../../include/attach.php:355 -#: ../../include/attach.php:433 ../../include/attach.php:840 -#: ../../include/attach.php:911 ../../include/attach.php:1064 -#: ../../include/items.php:4348 ../../mod/achievements.php:30 -#: ../../mod/fsuggest.php:78 ../../mod/authtest.php:13 -#: ../../mod/bookmarks.php:48 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/id.php:71 ../../mod/like.php:177 ../../mod/common.php:35 -#: ../../mod/mitem.php:111 ../../mod/connedit.php:348 ../../mod/mood.php:112 -#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 -#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 -#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87 -#: ../../mod/poke.php:133 ../../mod/network.php:12 ../../mod/chat.php:91 -#: ../../mod/chat.php:96 ../../mod/rate.php:111 ../../mod/channel.php:100 -#: ../../mod/channel.php:214 ../../mod/channel.php:254 -#: ../../mod/editpost.php:13 ../../mod/editblock.php:65 ../../mod/item.php:206 -#: ../../mod/item.php:214 ../../mod/item.php:1003 ../../mod/appman.php:66 -#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/menu.php:74 -#: ../../mod/page.php:31 ../../mod/page.php:86 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66 -#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/events.php:256 -#: ../../mod/profile_photo.php:338 ../../mod/profile_photo.php:351 -#: ../../mod/mail.php:114 ../../mod/message.php:16 ../../mod/webpages.php:69 -#: ../../mod/register.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 -#: ../../mod/service_limits.php:7 ../../mod/sources.php:66 -#: ../../mod/regmod.php:17 ../../mod/thing.php:271 ../../mod/thing.php:291 -#: ../../mod/thing.php:328 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/viewsrc.php:14 ../../mod/settings.php:565 ../../mod/manage.php:6 -#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/connections.php:29 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 -#: ../../mod/group.php:9 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/locs.php:82 -#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7 -#: ../../mod/suggest.php:26 ../../mod/profiles.php:188 -#: ../../mod/profiles.php:576 ../../index.php:178 ../../index.php:361 -msgid "Permission denied." -msgstr "" - #: ../../include/chat.php:143 msgid "Room is full" msgstr "" @@ -697,12 +722,12 @@ msgstr "" msgid "Delete this item?" msgstr "" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:673 -#: ../../mod/photos.php:1008 ../../mod/photos.php:1126 +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:683 +#: ../../mod/photos.php:1035 ../../mod/photos.php:1153 msgid "Comment" msgstr "" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:390 +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:400 msgid "[+] show all" msgstr "" @@ -763,18 +788,18 @@ msgstr "" msgid "Describe (optional)" msgstr "" -#: ../../include/js_strings.php:22 ../../include/ItemObject.php:674 +#: ../../include/js_strings.php:22 ../../include/ItemObject.php:684 #: ../../mod/fsuggest.php:108 ../../mod/mitem.php:231 #: ../../mod/connedit.php:688 ../../mod/mood.php:135 ../../mod/pconfig.php:108 #: ../../mod/filestorage.php:156 ../../mod/poke.php:171 ../../mod/chat.php:181 -#: ../../mod/chat.php:209 ../../mod/rate.php:168 ../../mod/admin.php:411 -#: ../../mod/admin.php:776 ../../mod/admin.php:940 ../../mod/admin.php:1072 -#: ../../mod/admin.php:1266 ../../mod/admin.php:1351 ../../mod/appman.php:99 -#: ../../mod/pdledit.php:58 ../../mod/photos.php:598 ../../mod/photos.php:969 -#: ../../mod/photos.php:1009 ../../mod/photos.php:1127 -#: ../../mod/events.php:534 ../../mod/events.php:710 ../../mod/mail.php:359 +#: ../../mod/chat.php:209 ../../mod/rate.php:168 ../../mod/mail.php:371 +#: ../../mod/admin.php:411 ../../mod/admin.php:776 ../../mod/admin.php:940 +#: ../../mod/admin.php:1072 ../../mod/admin.php:1266 ../../mod/admin.php:1351 +#: ../../mod/appman.php:99 ../../mod/pdledit.php:58 ../../mod/photos.php:625 +#: ../../mod/photos.php:996 ../../mod/photos.php:1036 +#: ../../mod/photos.php:1154 ../../mod/events.php:534 ../../mod/events.php:710 #: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:511 ../../mod/thing.php:313 ../../mod/thing.php:359 +#: ../../mod/import.php:517 ../../mod/thing.php:313 ../../mod/thing.php:359 #: ../../mod/invite.php:142 ../../mod/settings.php:583 #: ../../mod/settings.php:695 ../../mod/settings.php:723 #: ../../mod/settings.php:746 ../../mod/settings.php:831 @@ -1134,8 +1159,8 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/Contact.php:101 ../../include/conversation.php:947 -#: ../../include/identity.php:941 ../../include/widgets.php:136 +#: ../../include/Contact.php:101 ../../include/identity.php:965 +#: ../../include/conversation.php:949 ../../include/widgets.php:136 #: ../../include/widgets.php:174 ../../mod/directory.php:316 #: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" @@ -1159,695 +1184,639 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/conversation.php:120 ../../include/text.php:1832 -#: ../../mod/like.php:361 ../../mod/tagger.php:43 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:172 -msgid "photo" -msgstr "" - -#: ../../include/conversation.php:123 ../../include/text.php:1835 -#: ../../include/event.php:896 ../../mod/like.php:363 ../../mod/tagger.php:47 -#: ../../mod/events.php:245 -msgid "event" -msgstr "" - -#: ../../include/conversation.php:126 ../../mod/like.php:113 -msgid "channel" +#: ../../include/items.php:423 ../../mod/like.php:280 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/subthread.php:49 ../../mod/group.php:68 +#: ../../mod/profperm.php:23 ../../mod/import_items.php:114 +#: ../../index.php:360 +msgid "Permission denied" msgstr "" -#: ../../include/conversation.php:148 ../../include/text.php:1838 -#: ../../mod/like.php:361 ../../mod/subthread.php:72 -#: ../../mod/subthread.php:172 -msgid "status" +#: ../../include/items.php:1129 ../../include/items.php:1175 +msgid "(Unknown)" msgstr "" -#: ../../include/conversation.php:150 ../../include/text.php:1840 -#: ../../mod/tagger.php:53 -msgid "comment" +#: ../../include/items.php:1373 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:410 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../include/items.php:1375 +msgid "Visible to you only." msgstr "" -#: ../../include/conversation.php:167 ../../mod/like.php:412 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../include/items.php:1377 +msgid "Visible to anybody in this network." msgstr "" -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/items.php:1379 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/conversation.php:239 +#: ../../include/items.php:1381 #, php-format -msgid "%1$s poked %2$s" +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:933 -msgid "poked" +#: ../../include/items.php:1383 +msgid "Visible to all connections." msgstr "" -#: ../../include/conversation.php:260 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" +#: ../../include/items.php:1385 +msgid "Visible to approved connections." msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1024 -msgctxt "title" -msgid "Likes" +#: ../../include/items.php:1387 +msgid "Visible to specific connections." msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1024 -msgctxt "title" -msgid "Dislikes" +#: ../../include/items.php:4299 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:127 +#: ../../mod/admin.php:979 ../../mod/admin.php:1179 ../../mod/thing.php:86 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1025 -msgctxt "title" -msgid "Agree" +#: ../../include/items.php:4808 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Collection not found." msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1025 -msgctxt "title" -msgid "Disagree" +#: ../../include/items.php:4824 +msgid "Collection is empty." msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1025 -msgctxt "title" -msgid "Abstain" +#: ../../include/items.php:4831 +#, php-format +msgid "Collection: %s" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1026 -msgctxt "title" -msgid "Attending" +#: ../../include/items.php:4841 ../../mod/connedit.php:658 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1026 -msgctxt "title" -msgid "Not attending" +#: ../../include/items.php:4843 +msgid "Connection not found." msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1026 -msgctxt "title" -msgid "Might attend" +#: ../../include/api.php:1321 +msgid "Public Timeline" msgstr "" -#: ../../include/conversation.php:661 ../../include/ItemObject.php:126 -msgid "Select" +#: ../../include/network.php:635 +msgid "view full size" msgstr "" -#: ../../include/conversation.php:669 ../../include/ItemObject.php:89 -msgid "Private Message" +#: ../../include/network.php:1613 ../../include/enotify.php:57 +msgid "$Projectname Notification" msgstr "" -#: ../../include/conversation.php:676 ../../include/ItemObject.php:227 -msgid "Message signature validated" +#: ../../include/network.php:1614 ../../include/enotify.php:58 +msgid "$projectname" msgstr "" -#: ../../include/conversation.php:677 ../../include/ItemObject.php:228 -msgid "Message signature incorrect" +#: ../../include/network.php:1616 ../../include/enotify.php:60 +msgid "Thank You," msgstr "" -#: ../../include/conversation.php:694 +#: ../../include/network.php:1618 ../../include/enotify.php:62 #, php-format -msgid "View %s's profile @ %s" +msgid "%s Administrator" msgstr "" -#: ../../include/conversation.php:709 -msgid "Categories:" +#: ../../include/network.php:1660 ../../include/account.php:316 +#: ../../include/account.php:343 ../../include/account.php:403 +msgid "Administrator" msgstr "" -#: ../../include/conversation.php:710 -msgid "Filed under:" +#: ../../include/network.php:1674 +msgid "No Subject" msgstr "" -#: ../../include/conversation.php:718 ../../include/ItemObject.php:314 +#: ../../include/bookmarks.php:35 #, php-format -msgid "from %s" +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/conversation.php:721 ../../include/ItemObject.php:317 -#, php-format -msgid "last edited: %s" +#: ../../include/acl_selectors.php:239 +msgid "Visible to your default audience" msgstr "" -#: ../../include/conversation.php:722 ../../include/ItemObject.php:318 -#, php-format -msgid "Expires: %s" +#: ../../include/acl_selectors.php:240 +msgid "Show" msgstr "" -#: ../../include/conversation.php:737 -msgid "View in context" +#: ../../include/acl_selectors.php:241 +msgid "Don't show" msgstr "" -#: ../../include/conversation.php:739 ../../include/conversation.php:1212 -#: ../../include/ItemObject.php:366 ../../mod/editpost.php:130 -#: ../../mod/editblock.php:150 ../../mod/photos.php:990 -#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:190 -msgid "Please wait" +#: ../../include/acl_selectors.php:247 ../../mod/filestorage.php:147 +#: ../../mod/chat.php:207 ../../mod/photos.php:619 ../../mod/photos.php:989 +#: ../../mod/events.php:708 ../../mod/thing.php:310 ../../mod/thing.php:356 +msgid "Permissions" msgstr "" -#: ../../include/conversation.php:848 -msgid "remove" +#: ../../include/acl_selectors.php:248 ../../include/ItemObject.php:371 +#: ../../mod/photos.php:1206 +msgid "Close" msgstr "" -#: ../../include/conversation.php:852 ../../include/nav.php:241 -msgid "Loading..." +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/conversation.php:853 -msgid "Delete Selected Items" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/conversation.php:941 -msgid "View Source" +#: ../../include/import.php:80 ../../mod/import.php:138 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../include/conversation.php:942 -msgid "Follow Thread" +#: ../../include/notify.php:20 +msgid "created a new post" msgstr "" -#: ../../include/conversation.php:943 -msgid "View Status" +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" msgstr "" -#: ../../include/conversation.php:944 ../../include/nav.php:86 -#: ../../mod/connedit.php:494 -msgid "View Profile" +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../include/conversation.php:945 -msgid "View Photos" +#: ../../include/page_widgets.php:39 ../../mod/layouts.php:188 +#: ../../mod/webpages.php:187 ../../mod/blocks.php:159 +msgid "View" msgstr "" -#: ../../include/conversation.php:946 -msgid "Activity/Posts" +#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:693 +#: ../../include/conversation.php:1160 ../../mod/editpost.php:150 +#: ../../mod/editblock.php:171 ../../mod/photos.php:1037 +#: ../../mod/events.php:707 ../../mod/webpages.php:188 +#: ../../mod/editwebpage.php:212 +msgid "Preview" msgstr "" -#: ../../include/conversation.php:948 -msgid "Edit Connection" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" msgstr "" -#: ../../include/conversation.php:949 -msgid "Send PM" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" msgstr "" -#: ../../include/conversation.php:950 ../../include/apps.php:145 -msgid "Poke" +#: ../../include/page_widgets.php:43 +msgid "Title" msgstr "" -#: ../../include/conversation.php:1064 -#, php-format -msgid "%s likes this." +#: ../../include/page_widgets.php:44 ../../mod/layouts.php:181 +#: ../../mod/menu.php:110 ../../mod/webpages.php:192 ../../mod/blocks.php:150 +msgid "Created" msgstr "" -#: ../../include/conversation.php:1064 -#, php-format -msgid "%s doesn't like this." +#: ../../include/page_widgets.php:45 ../../mod/layouts.php:182 +#: ../../mod/menu.php:111 ../../mod/webpages.php:193 ../../mod/blocks.php:151 +msgid "Edited" msgstr "" -#: ../../include/conversation.php:1068 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1070 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1076 -msgid "and" +#: ../../include/photo/photo_driver.php:705 ../../mod/photos.php:94 +#: ../../mod/photos.php:687 ../../mod/profile_photo.php:146 +#: ../../mod/profile_photo.php:236 ../../mod/profile_photo.php:376 +msgid "Profile Photos" msgstr "" -#: ../../include/conversation.php:1079 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" +msgstr "" -#: ../../include/conversation.php:1080 -#, php-format -msgid "%s like this." +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" msgstr "" -#: ../../include/conversation.php:1080 -#, php-format -msgid "%s don't like this." +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../include/conversation.php:1143 -msgid "Visible to everybody" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../include/conversation.php:1144 ../../mod/mail.php:182 -#: ../../mod/mail.php:296 -msgid "Please enter a link URL:" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../include/conversation.php:1145 -msgid "Please enter a video link/URL:" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../include/conversation.php:1146 -msgid "Please enter an audio link/URL:" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../include/conversation.php:1147 -msgid "Tag term:" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../include/conversation.php:1148 ../../mod/filer.php:48 -msgid "Save to Folder:" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../include/conversation.php:1149 -msgid "Where are you right now?" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../include/conversation.php:1150 ../../mod/editpost.php:54 -#: ../../mod/mail.php:183 ../../mod/mail.php:297 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../include/conversation.php:1158 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:683 ../../mod/editpost.php:150 -#: ../../mod/editblock.php:171 ../../mod/photos.php:1010 -#: ../../mod/events.php:707 ../../mod/webpages.php:188 -#: ../../mod/editwebpage.php:212 -msgid "Preview" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../include/conversation.php:1177 ../../mod/layouts.php:184 -#: ../../mod/photos.php:989 ../../mod/webpages.php:182 -#: ../../mod/blocks.php:154 -msgid "Share" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../include/conversation.php:1179 -msgid "Page link name" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" msgstr "" -#: ../../include/conversation.php:1182 -msgid "Post as" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" msgstr "" -#: ../../include/conversation.php:1184 ../../include/ItemObject.php:675 -#: ../../mod/editpost.php:114 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:135 ../../mod/editwebpage.php:177 -msgid "Bold" +#: ../../include/profile_selectors.php:42 +msgid "Gay" msgstr "" -#: ../../include/conversation.php:1185 ../../include/ItemObject.php:676 -#: ../../mod/editpost.php:115 ../../mod/editblock.php:137 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:178 -msgid "Italic" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" msgstr "" -#: ../../include/conversation.php:1186 ../../include/ItemObject.php:677 -#: ../../mod/editpost.php:116 ../../mod/editblock.php:138 -#: ../../mod/editlayout.php:137 ../../mod/editwebpage.php:179 -msgid "Underline" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" msgstr "" -#: ../../include/conversation.php:1187 ../../include/ItemObject.php:678 -#: ../../mod/editpost.php:117 ../../mod/editblock.php:139 -#: ../../mod/editlayout.php:138 ../../mod/editwebpage.php:180 -msgid "Quote" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" msgstr "" -#: ../../include/conversation.php:1188 ../../include/ItemObject.php:679 -#: ../../mod/editpost.php:118 ../../mod/editblock.php:140 -#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:181 -msgid "Code" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" msgstr "" -#: ../../include/conversation.php:1189 ../../mod/editpost.php:119 -#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 -#: ../../mod/editwebpage.php:182 -msgid "Upload photo" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" msgstr "" -#: ../../include/conversation.php:1190 -msgid "upload photo" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" msgstr "" -#: ../../include/conversation.php:1191 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:143 ../../mod/mail.php:228 ../../mod/mail.php:357 -#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:183 -msgid "Attach file" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" msgstr "" -#: ../../include/conversation.php:1192 -msgid "attach file" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" msgstr "" -#: ../../include/conversation.php:1193 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:144 ../../mod/mail.php:229 ../../mod/mail.php:358 -#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:184 -msgid "Insert web link" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" msgstr "" -#: ../../include/conversation.php:1194 -msgid "web link" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" msgstr "" -#: ../../include/conversation.php:1195 -msgid "Insert video link" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" msgstr "" -#: ../../include/conversation.php:1196 -msgid "video link" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" msgstr "" -#: ../../include/conversation.php:1197 -msgid "Insert audio link" +#: ../../include/profile_selectors.php:80 +msgid "Available" msgstr "" -#: ../../include/conversation.php:1198 -msgid "audio link" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" msgstr "" -#: ../../include/conversation.php:1199 ../../mod/editpost.php:125 -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 -#: ../../mod/editwebpage.php:188 -msgid "Set your location" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" msgstr "" -#: ../../include/conversation.php:1200 -msgid "set location" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" msgstr "" -#: ../../include/conversation.php:1201 ../../mod/editpost.php:127 -msgid "Toggle voting" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" msgstr "" -#: ../../include/conversation.php:1204 ../../mod/editpost.php:126 -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 -#: ../../mod/editwebpage.php:189 -msgid "Clear browser location" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" msgstr "" -#: ../../include/conversation.php:1205 -msgid "clear location" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" msgstr "" -#: ../../include/conversation.php:1207 ../../mod/editpost.php:142 -#: ../../mod/editblock.php:162 ../../mod/editwebpage.php:205 -msgid "Title (optional)" +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:429 ../../mod/connedit.php:569 +#: ../../mod/settings.php:337 ../../mod/settings.php:341 +#: ../../mod/settings.php:342 ../../mod/settings.php:345 +#: ../../mod/settings.php:356 +msgid "Friends" msgstr "" -#: ../../include/conversation.php:1211 ../../mod/editpost.php:144 -#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 -#: ../../mod/editwebpage.php:207 -msgid "Categories (optional, comma-separated list)" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" msgstr "" -#: ../../include/conversation.php:1213 ../../mod/editpost.php:131 -#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 -#: ../../mod/editwebpage.php:191 -msgid "Permission settings" +#: ../../include/profile_selectors.php:80 +msgid "Casual" msgstr "" -#: ../../include/conversation.php:1214 -msgid "permissions" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" msgstr "" -#: ../../include/conversation.php:1222 ../../mod/editpost.php:139 -#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 -#: ../../mod/editwebpage.php:200 -msgid "Public post" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" msgstr "" -#: ../../include/conversation.php:1224 ../../mod/editpost.php:145 -#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 -#: ../../mod/editwebpage.php:208 -msgid "Example: bob@example.com, mary@example.com" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" msgstr "" -#: ../../include/conversation.php:1237 ../../mod/editpost.php:156 -#: ../../mod/editblock.php:176 ../../mod/mail.php:233 ../../mod/mail.php:362 -#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:217 -msgid "Set expiration date" +#: ../../include/profile_selectors.php:80 +msgid "Partners" msgstr "" -#: ../../include/conversation.php:1239 ../../include/ItemObject.php:686 -#: ../../mod/editpost.php:158 ../../mod/mail.php:235 ../../mod/mail.php:364 -msgid "Encrypt text" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" msgstr "" -#: ../../include/conversation.php:1241 ../../mod/editpost.php:160 -#: ../../mod/events.php:691 -msgid "OK" +#: ../../include/profile_selectors.php:80 +msgid "Common law" msgstr "" -#: ../../include/conversation.php:1242 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161 -#: ../../mod/events.php:690 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -#: ../../mod/settings.php:584 ../../mod/settings.php:610 -msgid "Cancel" +#: ../../include/profile_selectors.php:80 +msgid "Happy" msgstr "" -#: ../../include/conversation.php:1485 -msgid "Discover" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" msgstr "" -#: ../../include/conversation.php:1488 -msgid "Imported public streams" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" msgstr "" -#: ../../include/conversation.php:1493 -msgid "Commented Order" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" msgstr "" -#: ../../include/conversation.php:1496 -msgid "Sort by Comment Date" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" msgstr "" -#: ../../include/conversation.php:1500 -msgid "Posted Order" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" msgstr "" -#: ../../include/conversation.php:1503 -msgid "Sort by Post Date" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" msgstr "" -#: ../../include/conversation.php:1508 ../../include/widgets.php:94 -msgid "Personal" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/conversation.php:1511 -msgid "Posts that mention or involve you" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" msgstr "" -#: ../../include/conversation.php:1517 ../../mod/menu.php:112 -#: ../../mod/connections.php:72 ../../mod/connections.php:82 -msgid "New" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" msgstr "" -#: ../../include/conversation.php:1520 -msgid "Activity Stream - by date" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" msgstr "" -#: ../../include/conversation.php:1526 -msgid "Starred" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" msgstr "" -#: ../../include/conversation.php:1529 -msgid "Favourite Posts" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" msgstr "" -#: ../../include/conversation.php:1536 -msgid "Spam" +#: ../../include/oembed.php:213 +msgid "Embedded content" msgstr "" -#: ../../include/conversation.php:1539 -msgid "Posts flagged as SPAM" +#: ../../include/oembed.php:222 +msgid "Embedding disabled" msgstr "" -#: ../../include/conversation.php:1583 ../../mod/admin.php:947 -msgid "Channel" +#: ../../include/event.php:22 ../../include/bb2diaspora.php:459 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/conversation.php:1586 -msgid "Status Messages and Posts" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:465 +msgid "Starts:" msgstr "" -#: ../../include/conversation.php:1595 -msgid "About" +#: ../../include/event.php:40 ../../include/bb2diaspora.php:473 +msgid "Finishes:" msgstr "" -#: ../../include/conversation.php:1598 -msgid "Profile Details" +#: ../../include/event.php:50 ../../include/bb2diaspora.php:481 +#: ../../include/identity.php:1016 ../../mod/directory.php:302 +#: ../../mod/events.php:701 +msgid "Location:" msgstr "" -#: ../../include/conversation.php:1604 ../../include/apps.php:139 -#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 -msgid "Photos" +#: ../../include/event.php:766 +msgid "This event has been added to your calendar." msgstr "" -#: ../../include/conversation.php:1607 ../../include/photos.php:422 -msgid "Photo Albums" +#: ../../include/event.php:896 ../../include/text.php:1827 +#: ../../include/conversation.php:123 ../../mod/like.php:363 +#: ../../mod/tagger.php:47 ../../mod/events.php:245 +msgid "event" msgstr "" -#: ../../include/conversation.php:1614 -msgid "Files and Storage" +#: ../../include/event.php:953 +msgid "Not specified" msgstr "" -#: ../../include/conversation.php:1624 ../../include/conversation.php:1627 -msgid "Chatrooms" +#: ../../include/event.php:954 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:955 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:956 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:957 +msgid "Cancelled" +msgstr "" + +#: ../../include/apps.php:128 +msgid "Site Admin" msgstr "" -#: ../../include/conversation.php:1637 ../../include/apps.php:129 +#: ../../include/apps.php:129 ../../include/conversation.php:1639 #: ../../include/nav.php:103 msgid "Bookmarks" msgstr "" -#: ../../include/conversation.php:1640 -msgid "Saved Bookmarks" +#: ../../include/apps.php:130 +msgid "Address Book" msgstr "" -#: ../../include/conversation.php:1647 ../../include/apps.php:136 -#: ../../include/nav.php:107 ../../mod/webpages.php:178 -msgid "Webpages" +#: ../../include/apps.php:131 ../../include/nav.php:111 ../../boot.php:1503 +msgid "Login" msgstr "" -#: ../../include/conversation.php:1650 -msgid "Manage Webpages" +#: ../../include/apps.php:132 ../../include/nav.php:200 +#: ../../mod/manage.php:160 +msgid "Channel Manager" msgstr "" -#: ../../include/conversation.php:1679 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1043 -#: ../../mod/photos.php:1055 -msgid "View all" +#: ../../include/apps.php:133 ../../include/nav.php:174 +msgid "Grid" msgstr "" -#: ../../include/conversation.php:1703 ../../include/identity.php:1252 -#: ../../include/taxonomy.php:403 ../../include/ItemObject.php:179 -#: ../../mod/photos.php:1047 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:134 ../../include/widgets.php:553 +#: ../../include/nav.php:202 ../../mod/admin.php:1033 ../../mod/admin.php:1233 +msgid "Settings" +msgstr "" -#: ../../include/conversation.php:1706 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1052 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:136 ../../include/conversation.php:1649 +#: ../../include/nav.php:107 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "" -#: ../../include/conversation.php:1709 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:137 ../../include/nav.php:177 +msgid "Channel Home" +msgstr "" -#: ../../include/conversation.php:1712 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:138 ../../include/identity.php:1250 +#: ../../include/identity.php:1367 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" -#: ../../include/conversation.php:1715 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:139 ../../include/conversation.php:1606 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "" -#: ../../include/conversation.php:1718 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:140 ../../include/nav.php:196 +#: ../../mod/events.php:526 +msgid "Events" +msgstr "" -#: ../../include/conversation.php:1721 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:141 ../../include/nav.php:162 +msgid "Directory" +msgstr "" -#: ../../include/conversation.php:1724 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" +#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:202 +#: ../../mod/help.php:207 ../../mod/layouts.php:176 +msgid "Help" +msgstr "" -#: ../../include/api.php:1290 -msgid "Public Timeline" +#: ../../include/apps.php:143 ../../include/nav.php:188 +msgid "Mail" msgstr "" -#: ../../include/photos.php:109 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" msgstr "" -#: ../../include/photos.php:116 -msgid "Image file is empty." +#: ../../include/apps.php:145 ../../include/conversation.php:952 +msgid "Poke" msgstr "" -#: ../../include/photos.php:143 ../../mod/profile_photo.php:222 -msgid "Unable to process image" +#: ../../include/apps.php:146 ../../include/nav.php:97 +msgid "Chat" msgstr "" -#: ../../include/photos.php:219 -msgid "Photo storage failed." +#: ../../include/apps.php:147 ../../include/text.php:857 +#: ../../include/text.php:869 ../../include/nav.php:159 +#: ../../mod/search.php:38 +msgid "Search" msgstr "" -#: ../../include/photos.php:426 -msgid "Upload New Photos" +#: ../../include/apps.php:148 +msgid "Probe" msgstr "" -#: ../../include/network.php:635 -msgid "view full size" +#: ../../include/apps.php:149 +msgid "Suggest" msgstr "" -#: ../../include/network.php:1613 ../../include/enotify.php:57 -msgid "$Projectname Notification" +#: ../../include/apps.php:150 +msgid "Random Channel" msgstr "" -#: ../../include/network.php:1614 ../../include/enotify.php:58 -msgid "$projectname" +#: ../../include/apps.php:151 +msgid "Invite" msgstr "" -#: ../../include/network.php:1616 ../../include/enotify.php:60 -msgid "Thank You," +#: ../../include/apps.php:152 +msgid "Features" msgstr "" -#: ../../include/network.php:1618 ../../include/enotify.php:62 -#, php-format -msgid "%s Administrator" +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" msgstr "" -#: ../../include/network.php:1660 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" +#: ../../include/apps.php:154 +msgid "Post" msgstr "" -#: ../../include/network.php:1674 -msgid "No Subject" +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/apps.php:247 ../../mod/settings.php:84 +#: ../../mod/settings.php:609 +msgid "Update" +msgstr "" + +#: ../../include/apps.php:247 +msgid "Install" +msgstr "" + +#: ../../include/apps.php:252 +msgid "Purchase" msgstr "" #: ../../include/text.php:391 @@ -1889,12 +1858,6 @@ msgstr[1] "" msgid "View Connections" msgstr "" -#: ../../include/text.php:857 ../../include/text.php:869 -#: ../../include/apps.php:147 ../../include/nav.php:159 -#: ../../mod/search.php:38 -msgid "Search" -msgstr "" - #: ../../include/text.php:858 ../../include/text.php:870 #: ../../include/widgets.php:191 ../../mod/filer.php:49 #: ../../mod/admin.php:1411 ../../mod/admin.php:1431 ../../mod/rbmark.php:28 @@ -1906,6 +1869,10 @@ msgstr "" msgid "poke" msgstr "" +#: ../../include/text.php:933 ../../include/conversation.php:243 +msgid "poked" +msgstr "" + #: ../../include/text.php:934 msgid "ping" msgstr "" @@ -2034,1619 +2001,1659 @@ msgstr "" msgid "May" msgstr "" -#: ../../include/text.php:1247 -msgid "unknown.???" +#: ../../include/text.php:1221 ../../include/text.php:1225 +msgid "Unknown Attachment" +msgstr "" + +#: ../../include/text.php:1227 +msgid "Attachment" msgstr "" -#: ../../include/text.php:1248 -msgid "bytes" +#: ../../include/text.php:1227 +msgid "Size Unknown" msgstr "" -#: ../../include/text.php:1284 +#: ../../include/text.php:1263 msgid "remove category" msgstr "" -#: ../../include/text.php:1359 +#: ../../include/text.php:1340 msgid "remove from file" msgstr "" -#: ../../include/text.php:1443 ../../include/text.php:1454 +#: ../../include/text.php:1425 ../../include/text.php:1436 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1609 ../../mod/events.php:497 +#: ../../include/text.php:1601 ../../mod/events.php:497 msgid "Link to Source" msgstr "" -#: ../../include/text.php:1630 ../../include/text.php:1701 +#: ../../include/text.php:1622 ../../include/text.php:1693 msgid "default" msgstr "" -#: ../../include/text.php:1638 +#: ../../include/text.php:1630 msgid "Page layout" msgstr "" -#: ../../include/text.php:1638 +#: ../../include/text.php:1630 msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/text.php:1679 +#: ../../include/text.php:1671 msgid "Page content type" msgstr "" -#: ../../include/text.php:1713 +#: ../../include/text.php:1705 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1845 +#: ../../include/text.php:1824 ../../include/conversation.php:120 +#: ../../mod/like.php:361 ../../mod/tagger.php:43 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:172 +msgid "photo" +msgstr "" + +#: ../../include/text.php:1830 ../../include/conversation.php:148 +#: ../../mod/like.php:361 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:172 +msgid "status" +msgstr "" + +#: ../../include/text.php:1832 ../../include/conversation.php:150 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "" + +#: ../../include/text.php:1837 msgid "activity" msgstr "" -#: ../../include/text.php:2140 +#: ../../include/text.php:2132 msgid "Design Tools" msgstr "" -#: ../../include/text.php:2143 ../../mod/blocks.php:147 +#: ../../include/text.php:2135 ../../mod/blocks.php:147 msgid "Blocks" msgstr "" -#: ../../include/text.php:2144 ../../mod/menu.php:103 +#: ../../include/text.php:2136 ../../mod/menu.php:103 msgid "Menus" msgstr "" -#: ../../include/text.php:2145 ../../mod/layouts.php:174 +#: ../../include/text.php:2137 ../../mod/layouts.php:174 msgid "Layouts" msgstr "" -#: ../../include/text.php:2146 +#: ../../include/text.php:2138 msgid "Pages" msgstr "" -#: ../../include/acl_selectors.php:239 -msgid "Visible to your default audience" +#: ../../include/auth.php:131 +msgid "Logged out." msgstr "" -#: ../../include/acl_selectors.php:240 -msgid "Show" +#: ../../include/auth.php:272 +msgid "Failed authentication" msgstr "" -#: ../../include/acl_selectors.php:241 -msgid "Don't show" +#: ../../include/auth.php:286 ../../mod/openid.php:189 +msgid "Login failed." msgstr "" -#: ../../include/acl_selectors.php:247 ../../mod/filestorage.php:147 -#: ../../mod/chat.php:207 ../../mod/photos.php:592 ../../mod/photos.php:962 -#: ../../mod/events.php:708 ../../mod/thing.php:310 ../../mod/thing.php:356 -msgid "Permissions" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s " msgstr "" -#: ../../include/acl_selectors.php:248 ../../include/ItemObject.php:361 -#: ../../mod/photos.php:1179 -msgid "Close" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Hubzilla:Notify] New mail received at %s" msgstr "" -#: ../../include/attach.php:243 ../../include/attach.php:329 -msgid "Item was not found." +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../include/attach.php:471 -msgid "No source file." +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." msgstr "" -#: ../../include/attach.php:489 -msgid "Cannot locate file to replace" +#: ../../include/enotify.php:103 +msgid "a private message" msgstr "" -#: ../../include/attach.php:507 -msgid "Cannot locate file to revise/update" +#: ../../include/enotify.php:104 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/attach.php:632 +#: ../../include/enotify.php:158 #, php-format -msgid "File exceeds size limit of %d" +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../include/attach.php:645 +#: ../../include/enotify.php:166 #, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../include/attach.php:793 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/enotify.php:175 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../include/attach.php:806 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/enotify.php:186 +#, php-format +msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/attach.php:854 ../../include/attach.php:870 -msgid "Path not available." +#: ../../include/enotify.php:187 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../include/attach.php:916 ../../include/attach.php:1069 -msgid "Empty pathname" +#: ../../include/enotify.php:190 ../../include/enotify.php:205 +#: ../../include/enotify.php:231 ../../include/enotify.php:249 +#: ../../include/enotify.php:263 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/attach.php:942 -msgid "duplicate filename or path" +#: ../../include/enotify.php:196 +#, php-format +msgid "[Hubzilla:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/attach.php:965 -msgid "Path not found." +#: ../../include/enotify.php:198 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../include/attach.php:1023 -msgid "mkdir failed." +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../include/attach.php:1027 -msgid "database storage failed." +#: ../../include/enotify.php:224 +#, php-format +msgid "[Hubzilla:Notify] %s tagged you" msgstr "" -#: ../../include/attach.php:1075 -msgid "Empty path" +#: ../../include/enotify.php:225 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." +#: ../../include/enotify.php:238 +#, php-format +msgid "[Hubzilla:Notify] %1$s poked you" msgstr "" -#: ../../include/import.php:80 ../../mod/import.php:138 -msgid "Cloned channel not found. Import failed." +#: ../../include/enotify.php:239 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../include/notify.php:20 -msgid "created a new post" +#: ../../include/enotify.php:240 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/notify.php:21 +#: ../../include/enotify.php:256 #, php-format -msgid "commented on %s's post" +msgid "[Hubzilla:Notify] %s tagged your post" msgstr "" -#: ../../include/page_widgets.php:6 -msgid "New Page" +#: ../../include/enotify.php:257 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../include/page_widgets.php:39 ../../mod/layouts.php:188 -#: ../../mod/webpages.php:187 ../../mod/blocks.php:159 -msgid "View" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 -msgid "Actions" +#: ../../include/enotify.php:270 +msgid "[Hubzilla:Notify] Introduction received" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 -msgid "Page Link" +#: ../../include/enotify.php:271 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../include/page_widgets.php:43 -msgid "Title" +#: ../../include/enotify.php:272 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/layouts.php:181 -#: ../../mod/menu.php:110 ../../mod/webpages.php:192 ../../mod/blocks.php:150 -msgid "Created" +#: ../../include/enotify.php:276 ../../include/enotify.php:295 +#, php-format +msgid "You may visit their profile at %s" msgstr "" -#: ../../include/page_widgets.php:45 ../../mod/layouts.php:182 -#: ../../mod/menu.php:111 ../../mod/webpages.php:193 ../../mod/blocks.php:151 -msgid "Edited" +#: ../../include/enotify.php:278 +#, php-format +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../include/photo/photo_driver.php:705 ../../mod/photos.php:94 -#: ../../mod/photos.php:660 ../../mod/profile_photo.php:146 -#: ../../mod/profile_photo.php:236 ../../mod/profile_photo.php:376 -msgid "Profile Photos" +#: ../../include/enotify.php:285 +msgid "[Hubzilla:Notify] Friend suggestion received" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" +#: ../../include/enotify.php:286 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" +#: ../../include/enotify.php:287 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../include/enotify.php:293 +msgid "Name:" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../include/enotify.php:294 +msgid "Photo:" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../include/enotify.php:297 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../include/enotify.php:511 +msgid "[Hubzilla:Notify]" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../include/bb2diaspora.php:373 +msgid "Attachments:" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../include/bb2diaspora.php:461 +msgid "$Projectname event notification:" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../include/ItemObject.php:89 ../../include/conversation.php:664 +msgid "Private Message" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../include/ItemObject.php:126 ../../include/conversation.php:656 +msgid "Select" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../include/ItemObject.php:151 +msgid "I will attend" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../include/ItemObject.php:151 +msgid "I will not attend" msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" +#: ../../include/ItemObject.php:151 +msgid "I might attend" msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" +#: ../../include/ItemObject.php:161 +msgid "I agree" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Gay" +#: ../../include/ItemObject.php:161 +msgid "I disagree" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" +#: ../../include/ItemObject.php:161 +msgid "I abstain" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" +#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 +#: ../../include/conversation.php:1681 ../../mod/photos.php:1070 +#: ../../mod/photos.php:1082 +msgid "View all" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "" +#: ../../include/ItemObject.php:179 ../../include/identity.php:1276 +#: ../../include/taxonomy.php:403 ../../include/conversation.php:1705 +#: ../../mod/photos.php:1074 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "" +#: ../../include/ItemObject.php:184 ../../include/conversation.php:1708 +#: ../../mod/photos.php:1079 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" +#: ../../include/ItemObject.php:212 +msgid "Add Star" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" +#: ../../include/ItemObject.php:213 +msgid "Remove Star" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" +#: ../../include/ItemObject.php:218 +msgid "starred" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" +#: ../../include/ItemObject.php:227 ../../include/conversation.php:671 +msgid "Message signature validated" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" +#: ../../include/ItemObject.php:228 ../../include/conversation.php:672 +msgid "Message signature incorrect" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" +#: ../../include/ItemObject.php:236 +msgid "Add Tag" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1014 +msgid "I like this (toggle)" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Available" +#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:317 +msgid "like" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1015 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Has crush" +#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:318 +msgid "dislike" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" +#: ../../include/ItemObject.php:259 +msgid "Share This" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" +#: ../../include/ItemObject.php:259 +msgid "share" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "" +#: ../../include/ItemObject.php:276 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" +#: ../../include/ItemObject.php:303 ../../include/ItemObject.php:304 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 -#: ../../include/identity.php:391 ../../include/identity.php:398 -#: ../../include/widgets.php:429 ../../mod/connedit.php:569 -#: ../../mod/settings.php:337 ../../mod/settings.php:341 -#: ../../mod/settings.php:342 ../../mod/settings.php:345 -#: ../../mod/settings.php:356 -msgid "Friends" +#: ../../include/ItemObject.php:307 +msgid "to" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" +#: ../../include/ItemObject.php:308 +msgid "via" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Casual" +#: ../../include/ItemObject.php:309 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Engaged" +#: ../../include/ItemObject.php:310 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" +#: ../../include/ItemObject.php:313 +msgid "Delivery Report" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" +#: ../../include/ItemObject.php:322 ../../include/conversation.php:718 +#, php-format +msgid "from %s" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Partners" +#: ../../include/ItemObject.php:325 ../../include/conversation.php:721 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" +#: ../../include/ItemObject.php:326 ../../include/conversation.php:722 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Common law" +#: ../../include/ItemObject.php:349 +msgid "Save Bookmarks" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Happy" +#: ../../include/ItemObject.php:350 +msgid "Add to Calendar" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" +#: ../../include/ItemObject.php:359 +msgid "Mark all seen" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" +#: ../../include/ItemObject.php:365 ../../mod/photos.php:1200 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" +#: ../../include/ItemObject.php:366 ../../mod/photos.php:1201 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" +#: ../../include/ItemObject.php:376 ../../include/conversation.php:739 +#: ../../include/conversation.php:1214 ../../mod/editpost.php:130 +#: ../../mod/editblock.php:150 ../../mod/photos.php:1017 +#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:190 +msgid "Please wait" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unstable" +#: ../../include/ItemObject.php:681 ../../mod/photos.php:1033 +#: ../../mod/photos.php:1151 +msgid "This is you" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" +#: ../../include/ItemObject.php:685 ../../include/conversation.php:1186 +#: ../../mod/editpost.php:114 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:135 ../../mod/editwebpage.php:177 +msgid "Bold" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" +#: ../../include/ItemObject.php:686 ../../include/conversation.php:1187 +#: ../../mod/editpost.php:115 ../../mod/editblock.php:137 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:178 +msgid "Italic" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" +#: ../../include/ItemObject.php:687 ../../include/conversation.php:1188 +#: ../../mod/editpost.php:116 ../../mod/editblock.php:138 +#: ../../mod/editlayout.php:137 ../../mod/editwebpage.php:179 +msgid "Underline" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" +#: ../../include/ItemObject.php:688 ../../include/conversation.php:1189 +#: ../../mod/editpost.php:117 ../../mod/editblock.php:139 +#: ../../mod/editlayout.php:138 ../../mod/editwebpage.php:180 +msgid "Quote" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" +#: ../../include/ItemObject.php:689 ../../include/conversation.php:1190 +#: ../../mod/editpost.php:118 ../../mod/editblock.php:140 +#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:181 +msgid "Code" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" +#: ../../include/ItemObject.php:690 +msgid "Image" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" +#: ../../include/ItemObject.php:691 +msgid "Insert Link" msgstr "" -#: ../../include/oembed.php:213 -msgid "Embedded content" +#: ../../include/ItemObject.php:692 +msgid "Video" msgstr "" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" +#: ../../include/ItemObject.php:696 ../../include/conversation.php:1241 +#: ../../mod/mail.php:247 ../../mod/mail.php:376 ../../mod/editpost.php:158 +msgid "Encrypt text" msgstr "" -#: ../../include/event.php:22 ../../include/bb2diaspora.php:459 -msgid "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:793 +#: ../../include/bbcode.php:796 ../../include/bbcode.php:801 +#: ../../include/bbcode.php:804 ../../include/bbcode.php:807 +#: ../../include/bbcode.php:810 ../../include/bbcode.php:815 +#: ../../include/bbcode.php:818 ../../include/bbcode.php:823 +#: ../../include/bbcode.php:826 ../../include/bbcode.php:829 +#: ../../include/bbcode.php:832 +msgid "Image/photo" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:465 -msgid "Starts:" +#: ../../include/bbcode.php:162 ../../include/bbcode.php:843 +msgid "Encrypted content" msgstr "" -#: ../../include/event.php:40 ../../include/bb2diaspora.php:473 -msgid "Finishes:" +#: ../../include/bbcode.php:179 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/event.php:50 ../../include/bb2diaspora.php:481 -#: ../../include/identity.php:992 ../../mod/directory.php:302 -#: ../../mod/events.php:701 -msgid "Location:" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/event.php:766 -msgid "This event has been added to your calendar." +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" msgstr "" -#: ../../include/event.php:953 -msgid "Not specified" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" msgstr "" -#: ../../include/event.php:954 -msgid "Needs Action" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" msgstr "" -#: ../../include/event.php:955 -msgid "Completed" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" msgstr "" -#: ../../include/event.php:956 -msgid "In Process" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/event.php:957 -msgid "Cancelled" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" msgstr "" -#: ../../include/apps.php:128 -msgid "Site Admin" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/apps.php:130 -msgid "Address Book" +#: ../../include/bbcode.php:754 +msgid "$1 spoiler" msgstr "" -#: ../../include/apps.php:131 ../../include/nav.php:111 ../../boot.php:1503 -msgid "Login" +#: ../../include/bbcode.php:781 +msgid "$1 wrote:" msgstr "" -#: ../../include/apps.php:132 ../../include/nav.php:200 -#: ../../mod/manage.php:160 -msgid "Channel Manager" +#: ../../include/account.php:27 +msgid "Not a valid email address" msgstr "" -#: ../../include/apps.php:133 -msgid "Matrix" +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../include/apps.php:134 ../../include/widgets.php:553 -#: ../../include/nav.php:202 ../../mod/admin.php:1033 ../../mod/admin.php:1233 -msgid "Settings" +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../include/apps.php:137 ../../include/nav.php:177 -msgid "Channel Home" +#: ../../include/account.php:67 +msgid "An invitation is required." msgstr "" -#: ../../include/apps.php:138 ../../include/identity.php:1226 -#: ../../include/identity.php:1343 ../../mod/profperm.php:112 -msgid "Profile" +#: ../../include/account.php:71 +msgid "Invitation could not be verified." msgstr "" -#: ../../include/apps.php:140 ../../include/nav.php:196 -#: ../../mod/events.php:526 -msgid "Events" +#: ../../include/account.php:121 +msgid "Please enter the required information." msgstr "" -#: ../../include/apps.php:141 ../../include/nav.php:162 -msgid "Directory" +#: ../../include/account.php:188 +msgid "Failed to store account information." msgstr "" -#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:202 -#: ../../mod/help.php:207 ../../mod/layouts.php:176 -msgid "Help" +#: ../../include/account.php:248 +#, php-format +msgid "Registration confirmation for %s" msgstr "" -#: ../../include/apps.php:143 ../../include/nav.php:188 -msgid "Mail" +#: ../../include/account.php:314 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" +#: ../../include/account.php:338 +msgid "your registration password" msgstr "" -#: ../../include/apps.php:146 ../../include/nav.php:97 -msgid "Chat" +#: ../../include/account.php:341 ../../include/account.php:401 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../include/apps.php:148 -msgid "Probe" +#: ../../include/account.php:410 +msgid "Account approved." msgstr "" -#: ../../include/apps.php:149 -msgid "Suggest" +#: ../../include/account.php:449 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../include/apps.php:150 -msgid "Random Channel" +#: ../../include/account.php:494 +msgid "Account verified. Please login." msgstr "" -#: ../../include/apps.php:151 -msgid "Invite" +#: ../../include/account.php:707 ../../include/account.php:709 +msgid "Click here to upgrade." msgstr "" -#: ../../include/apps.php:152 -msgid "Features" +#: ../../include/account.php:715 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" +#: ../../include/account.php:720 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/apps.php:154 -msgid "Post" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" +#: ../../include/follow.php:33 +msgid "Channel location missing." msgstr "" -#: ../../include/apps.php:247 ../../mod/settings.php:84 -#: ../../mod/settings.php:609 -msgid "Update" -msgstr "" - -#: ../../include/apps.php:247 -msgid "Install" -msgstr "" - -#: ../../include/apps.php:252 -msgid "Purchase" -msgstr "" - -#: ../../include/auth.php:131 -msgid "Logged out." -msgstr "" - -#: ../../include/auth.php:272 -msgid "Failed authentication" -msgstr "" - -#: ../../include/auth.php:286 ../../mod/openid.php:189 -msgid "Login failed." +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/items.php:423 ../../mod/like.php:280 ../../mod/dreport.php:6 -#: ../../mod/dreport.php:45 ../../mod/subthread.php:49 ../../mod/group.php:68 -#: ../../mod/profperm.php:23 ../../mod/import_items.php:114 -#: ../../index.php:360 -msgid "Permission denied" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/items.php:1128 ../../include/items.php:1174 -msgid "(Unknown)" +#: ../../include/follow.php:154 +msgid "Protocol disabled." msgstr "" -#: ../../include/items.php:1371 -msgid "Visible to anybody on the internet." +#: ../../include/follow.php:170 +msgid "Channel discovery failed." msgstr "" -#: ../../include/items.php:1373 -msgid "Visible to you only." +#: ../../include/follow.php:186 +msgid "local account not found." msgstr "" -#: ../../include/items.php:1375 -msgid "Visible to anybody in this network." +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/items.php:1377 -msgid "Visible to anybody authenticated." +#: ../../include/security.php:381 +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/items.php:1379 +#: ../../include/contact_widgets.php:14 #, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1381 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1383 -msgid "Visible to approved connections." -msgstr "" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1385 -msgid "Visible to specific connections." +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:415 +msgid "Advanced" msgstr "" -#: ../../include/items.php:4269 ../../mod/display.php:36 -#: ../../mod/filestorage.php:27 ../../mod/admin.php:127 -#: ../../mod/admin.php:979 ../../mod/admin.php:1179 ../../mod/thing.php:86 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" msgstr "" -#: ../../include/items.php:4778 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" msgstr "" -#: ../../include/items.php:4794 -msgid "Collection is empty." +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" msgstr "" -#: ../../include/items.php:4801 -#, php-format -msgid "Collection: %s" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/items.php:4811 ../../mod/connedit.php:658 -#, php-format -msgid "Connection: %s" +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:379 +#: ../../mod/directory.php:384 ../../mod/connections.php:266 +msgid "Find" msgstr "" -#: ../../include/items.php:4813 -msgid "Connection not found." +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:383 +#: ../../mod/suggest.php:60 +msgid "Channel Suggestions" msgstr "" -#: ../../include/enotify.php:96 -#, php-format -msgid "%s " +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" msgstr "" -#: ../../include/enotify.php:100 -#, php-format -msgid "[Hubzilla:Notify] New mail received at %s" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" msgstr "" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:306 +msgid "Everything" msgstr "" -#: ../../include/enotify.php:103 -msgid "a private message" +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:271 +#: ../../include/widgets.php:35 +msgid "Categories" msgstr "" -#: ../../include/enotify.php:104 +#: ../../include/contact_widgets.php:128 #, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../include/enotify.php:158 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +#: ../../include/contact_widgets.php:133 +msgid "show more" msgstr "" -#: ../../include/enotify.php:166 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../include/enotify.php:175 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +#: ../../include/group.php:232 +msgid "Add new connections to this collection (privacy group)" msgstr "" -#: ../../include/enotify.php:186 -#, php-format -msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" +#: ../../include/group.php:251 ../../mod/admin.php:788 +msgid "All Channels" msgstr "" -#: ../../include/enotify.php:187 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." +#: ../../include/group.php:273 +msgid "edit" msgstr "" -#: ../../include/enotify.php:190 ../../include/enotify.php:205 -#: ../../include/enotify.php:231 ../../include/enotify.php:249 -#: ../../include/enotify.php:263 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../include/group.php:295 +msgid "Collections" msgstr "" -#: ../../include/enotify.php:196 -#, php-format -msgid "[Hubzilla:Notify] %s posted to your profile wall" +#: ../../include/group.php:296 +msgid "Edit collection" msgstr "" -#: ../../include/enotify.php:198 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" +#: ../../include/group.php:297 +msgid "Add new collection" msgstr "" -#: ../../include/enotify.php:200 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +#: ../../include/group.php:298 +msgid "Channels not in any collection" msgstr "" -#: ../../include/enotify.php:224 -#, php-format -msgid "[Hubzilla:Notify] %s tagged you" +#: ../../include/group.php:300 ../../include/widgets.php:274 +msgid "add" msgstr "" -#: ../../include/enotify.php:225 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +#: ../../include/message.php:23 +msgid "[no subject]" msgstr "" -#: ../../include/enotify.php:238 -#, php-format -msgid "[Hubzilla:Notify] %1$s poked you" +#: ../../include/message.php:43 +msgid "Unable to determine sender." msgstr "" -#: ../../include/enotify.php:239 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" +#: ../../include/message.php:218 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/enotify.php:240 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/enotify.php:256 -#, php-format -msgid "[Hubzilla:Notify] %s tagged your post" +#: ../../include/identity.php:66 +msgid "Empty name" msgstr "" -#: ../../include/enotify.php:257 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" +#: ../../include/identity.php:69 +msgid "Name too long" msgstr "" -#: ../../include/enotify.php:258 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +#: ../../include/identity.php:181 +msgid "No account identifier" msgstr "" -#: ../../include/enotify.php:270 -msgid "[Hubzilla:Notify] Introduction received" +#: ../../include/identity.php:193 +msgid "Nickname is required." msgstr "" -#: ../../include/enotify.php:271 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/enotify.php:272 -#, php-format +#: ../../include/identity.php:212 msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "" - -#: ../../include/enotify.php:276 ../../include/enotify.php:295 -#, php-format -msgid "You may visit their profile at %s" -msgstr "" - -#: ../../include/enotify.php:278 -#, php-format -msgid "Please visit %s to approve or reject the connection request." +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/enotify.php:285 -msgid "[Hubzilla:Notify] Friend suggestion received" +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/enotify.php:286 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +#: ../../include/identity.php:346 +msgid "Default Profile" msgstr "" -#: ../../include/enotify.php:287 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." +#: ../../include/identity.php:769 +msgid "Requested channel is not available." msgstr "" -#: ../../include/enotify.php:293 -msgid "Name:" +#: ../../include/identity.php:815 ../../mod/achievements.php:11 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/editblock.php:29 ../../mod/profile.php:16 +#: ../../mod/webpages.php:29 ../../mod/blocks.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/connect.php:13 +msgid "Requested profile is not available." msgstr "" -#: ../../include/enotify.php:294 -msgid "Photo:" +#: ../../include/identity.php:978 ../../mod/profiles.php:774 +msgid "Change profile photo" msgstr "" -#: ../../include/enotify.php:297 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../include/identity.php:984 +msgid "Profiles" msgstr "" -#: ../../include/enotify.php:511 -msgid "[Hubzilla:Notify]" +#: ../../include/identity.php:984 +msgid "Manage/edit profiles" msgstr "" -#: ../../include/bb2diaspora.php:373 -msgid "Attachments:" +#: ../../include/identity.php:985 ../../mod/profiles.php:775 +msgid "Create New Profile" msgstr "" -#: ../../include/bb2diaspora.php:461 -msgid "$Projectname event notification:" +#: ../../include/identity.php:988 ../../include/nav.php:90 +msgid "Edit Profile" msgstr "" -#: ../../include/bbcode.php:123 ../../include/bbcode.php:793 -#: ../../include/bbcode.php:796 ../../include/bbcode.php:801 -#: ../../include/bbcode.php:804 ../../include/bbcode.php:807 -#: ../../include/bbcode.php:810 ../../include/bbcode.php:815 -#: ../../include/bbcode.php:818 ../../include/bbcode.php:823 -#: ../../include/bbcode.php:826 ../../include/bbcode.php:829 -#: ../../include/bbcode.php:832 -msgid "Image/photo" +#: ../../include/identity.php:1000 ../../mod/profiles.php:786 +msgid "Profile Image" msgstr "" -#: ../../include/bbcode.php:162 ../../include/bbcode.php:843 -msgid "Encrypted content" +#: ../../include/identity.php:1003 +msgid "visible to everybody" msgstr "" -#: ../../include/bbcode.php:179 -#, php-format -msgid "Install %s element: " +#: ../../include/identity.php:1004 ../../mod/profiles.php:669 +#: ../../mod/profiles.php:790 +msgid "Edit visibility" msgstr "" -#: ../../include/bbcode.php:183 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +#: ../../include/identity.php:1020 ../../include/identity.php:1260 +msgid "Gender:" msgstr "" -#: ../../include/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" +#: ../../include/identity.php:1021 ../../include/identity.php:1304 +msgid "Status:" msgstr "" -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" +#: ../../include/identity.php:1022 ../../include/identity.php:1315 +msgid "Homepage:" msgstr "" -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" +#: ../../include/identity.php:1023 +msgid "Online Now" msgstr "" -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" +#: ../../include/identity.php:1107 ../../include/identity.php:1185 +#: ../../mod/ping.php:318 +msgid "g A l F d" msgstr "" -#: ../../include/bbcode.php:257 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/identity.php:1108 ../../include/identity.php:1186 +msgid "F d" msgstr "" -#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 -msgid "post" +#: ../../include/identity.php:1153 ../../include/identity.php:1225 +#: ../../mod/ping.php:341 +msgid "[today]" msgstr "" -#: ../../include/bbcode.php:547 -msgid "Different viewers will see this text differently" +#: ../../include/identity.php:1164 +msgid "Birthday Reminders" msgstr "" -#: ../../include/bbcode.php:754 -msgid "$1 spoiler" +#: ../../include/identity.php:1165 +msgid "Birthdays this week:" msgstr "" -#: ../../include/bbcode.php:781 -msgid "$1 wrote:" +#: ../../include/identity.php:1218 +msgid "[No description]" msgstr "" -#: ../../include/account.php:27 -msgid "Not a valid email address" +#: ../../include/identity.php:1236 +msgid "Event Reminders" msgstr "" -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" +#: ../../include/identity.php:1237 +msgid "Events this week:" msgstr "" -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." +#: ../../include/identity.php:1258 ../../mod/settings.php:1026 +msgid "Full Name:" msgstr "" -#: ../../include/account.php:67 -msgid "An invitation is required." +#: ../../include/identity.php:1265 +msgid "Like this channel" msgstr "" -#: ../../include/account.php:71 -msgid "Invitation could not be verified." +#: ../../include/identity.php:1289 +msgid "j F, Y" msgstr "" -#: ../../include/account.php:121 -msgid "Please enter the required information." +#: ../../include/identity.php:1290 +msgid "j F" msgstr "" -#: ../../include/account.php:188 -msgid "Failed to store account information." +#: ../../include/identity.php:1297 +msgid "Birthday:" msgstr "" -#: ../../include/account.php:248 -#, php-format -msgid "Registration confirmation for %s" +#: ../../include/identity.php:1301 ../../mod/directory.php:297 +msgid "Age:" msgstr "" -#: ../../include/account.php:314 +#: ../../include/identity.php:1310 #, php-format -msgid "Registration request at %s" +msgid "for %1$d %2$s" msgstr "" -#: ../../include/account.php:338 -msgid "your registration password" +#: ../../include/identity.php:1313 ../../mod/profiles.php:691 +msgid "Sexual Preference:" msgstr "" -#: ../../include/account.php:341 ../../include/account.php:401 -#, php-format -msgid "Registration details for %s" +#: ../../include/identity.php:1317 ../../mod/directory.php:313 +#: ../../mod/profiles.php:693 +msgid "Hometown:" msgstr "" -#: ../../include/account.php:410 -msgid "Account approved." +#: ../../include/identity.php:1319 +msgid "Tags:" msgstr "" -#: ../../include/account.php:449 -#, php-format -msgid "Registration revoked for %s" +#: ../../include/identity.php:1321 ../../mod/profiles.php:694 +msgid "Political Views:" msgstr "" -#: ../../include/account.php:494 -msgid "Account verified. Please login." +#: ../../include/identity.php:1323 +msgid "Religion:" msgstr "" -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." +#: ../../include/identity.php:1325 ../../mod/directory.php:315 +msgid "About:" msgstr "" -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/identity.php:1327 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." +#: ../../include/identity.php:1329 ../../mod/profiles.php:697 +msgid "Likes:" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." +#: ../../include/identity.php:1331 ../../mod/profiles.php:698 +msgid "Dislikes:" msgstr "" -#: ../../include/follow.php:33 -msgid "Channel location missing." +#: ../../include/identity.php:1333 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." +#: ../../include/identity.php:1335 +msgid "My other channels:" msgstr "" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." +#: ../../include/identity.php:1337 +msgid "Musical interests:" msgstr "" -#: ../../include/follow.php:154 -msgid "Protocol disabled." +#: ../../include/identity.php:1339 +msgid "Books, literature:" msgstr "" -#: ../../include/follow.php:170 -msgid "Channel discovery failed." +#: ../../include/identity.php:1341 +msgid "Television:" msgstr "" -#: ../../include/follow.php:186 -msgid "local account not found." +#: ../../include/identity.php:1343 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/follow.php:210 -msgid "Cannot connect to yourself." +#: ../../include/identity.php:1345 +msgid "Love/Romance:" msgstr "" -#: ../../include/security.php:381 -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." +#: ../../include/identity.php:1347 +msgid "Work/employment:" msgstr "" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:415 -msgid "Advanced" +#: ../../include/identity.php:1349 +msgid "School/education:" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../include/identity.php:1369 +msgid "Like this thing" msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../include/taxonomy.php:229 ../../include/taxonomy.php:250 +msgid "Tags" msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../include/taxonomy.php:294 +msgid "Keywords" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/taxonomy.php:315 +msgid "have" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:379 -#: ../../mod/directory.php:384 ../../mod/connections.php:266 -msgid "Find" +#: ../../include/taxonomy.php:315 +msgid "has" msgstr "" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:383 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" +#: ../../include/taxonomy.php:316 +msgid "want" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" +#: ../../include/taxonomy.php:316 +msgid "wants" msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" +#: ../../include/taxonomy.php:317 +msgid "likes" msgstr "" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" +#: ../../include/taxonomy.php:318 +msgid "dislikes" msgstr "" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 -#: ../../include/widgets.php:306 -msgid "Everything" +#: ../../include/zot.php:683 +msgid "Invalid data packet" msgstr "" -#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:271 -#: ../../include/widgets.php:35 -msgid "Categories" +#: ../../include/zot.php:699 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/contact_widgets.php:128 +#: ../../include/zot.php:2235 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:133 -msgid "show more" +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +#: ../../include/zot.php:3549 +msgid "invalid target signature" msgstr "" -#: ../../include/group.php:232 -msgid "Add new connections to this collection (privacy group)" +#: ../../include/attach.php:243 ../../include/attach.php:329 +msgid "Item was not found." msgstr "" -#: ../../include/group.php:251 ../../mod/admin.php:788 -msgid "All Channels" +#: ../../include/attach.php:493 +msgid "No source file." msgstr "" -#: ../../include/group.php:273 -msgid "edit" +#: ../../include/attach.php:511 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/group.php:295 -msgid "Collections" +#: ../../include/attach.php:529 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/group.php:296 -msgid "Edit collection" +#: ../../include/attach.php:664 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/group.php:297 -msgid "Add new collection" +#: ../../include/attach.php:678 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/group.php:298 -msgid "Channels not in any collection" +#: ../../include/attach.php:828 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/group.php:300 ../../include/widgets.php:274 -msgid "add" +#: ../../include/attach.php:841 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" +#: ../../include/attach.php:889 ../../include/attach.php:905 +msgid "Path not available." msgstr "" -#: ../../include/identity.php:66 -msgid "Empty name" +#: ../../include/attach.php:951 ../../include/attach.php:1103 +msgid "Empty pathname" msgstr "" -#: ../../include/identity.php:69 -msgid "Name too long" +#: ../../include/attach.php:977 +msgid "duplicate filename or path" msgstr "" -#: ../../include/identity.php:181 -msgid "No account identifier" +#: ../../include/attach.php:999 +msgid "Path not found." msgstr "" -#: ../../include/identity.php:193 -msgid "Nickname is required." +#: ../../include/attach.php:1057 +msgid "mkdir failed." msgstr "" -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/attach.php:1061 +msgid "database storage failed." msgstr "" -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/attach.php:1109 +msgid "Empty path" msgstr "" -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" +#: ../../include/conversation.php:126 ../../mod/like.php:113 +msgid "channel" msgstr "" -#: ../../include/identity.php:346 -msgid "Default Profile" +#: ../../include/conversation.php:164 ../../mod/like.php:410 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/identity.php:745 -msgid "Requested channel is not available." +#: ../../include/conversation.php:167 ../../mod/like.php:412 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/identity.php:791 ../../mod/achievements.php:11 -#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 -#: ../../mod/editblock.php:29 ../../mod/profile.php:16 -#: ../../mod/webpages.php:29 ../../mod/blocks.php:29 -#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 -#: ../../mod/connect.php:13 -msgid "Requested profile is not available." +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/identity.php:954 ../../mod/profiles.php:774 -msgid "Change profile photo" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/identity.php:960 -msgid "Profiles" +#: ../../include/conversation.php:260 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" msgstr "" -#: ../../include/identity.php:960 -msgid "Manage/edit profiles" +#: ../../include/conversation.php:574 ../../mod/photos.php:1051 +msgctxt "title" +msgid "Likes" msgstr "" -#: ../../include/identity.php:961 ../../mod/profiles.php:775 -msgid "Create New Profile" +#: ../../include/conversation.php:574 ../../mod/photos.php:1051 +msgctxt "title" +msgid "Dislikes" msgstr "" -#: ../../include/identity.php:964 ../../include/nav.php:90 -msgid "Edit Profile" +#: ../../include/conversation.php:575 ../../mod/photos.php:1052 +msgctxt "title" +msgid "Agree" msgstr "" -#: ../../include/identity.php:976 ../../mod/profiles.php:786 -msgid "Profile Image" +#: ../../include/conversation.php:575 ../../mod/photos.php:1052 +msgctxt "title" +msgid "Disagree" msgstr "" -#: ../../include/identity.php:979 -msgid "visible to everybody" +#: ../../include/conversation.php:575 ../../mod/photos.php:1052 +msgctxt "title" +msgid "Abstain" msgstr "" -#: ../../include/identity.php:980 ../../mod/profiles.php:669 -#: ../../mod/profiles.php:790 -msgid "Edit visibility" +#: ../../include/conversation.php:576 ../../mod/photos.php:1053 +msgctxt "title" +msgid "Attending" msgstr "" -#: ../../include/identity.php:996 ../../include/identity.php:1236 -msgid "Gender:" +#: ../../include/conversation.php:576 ../../mod/photos.php:1053 +msgctxt "title" +msgid "Not attending" msgstr "" -#: ../../include/identity.php:997 ../../include/identity.php:1280 -msgid "Status:" +#: ../../include/conversation.php:576 ../../mod/photos.php:1053 +msgctxt "title" +msgid "Might attend" msgstr "" -#: ../../include/identity.php:998 ../../include/identity.php:1291 -msgid "Homepage:" +#: ../../include/conversation.php:692 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/identity.php:999 -msgid "Online Now" +#: ../../include/conversation.php:709 +msgid "Categories:" msgstr "" -#: ../../include/identity.php:1083 ../../include/identity.php:1161 -#: ../../mod/ping.php:318 -msgid "g A l F d" +#: ../../include/conversation.php:710 +msgid "Filed under:" msgstr "" -#: ../../include/identity.php:1084 ../../include/identity.php:1162 -msgid "F d" +#: ../../include/conversation.php:737 +msgid "View in context" msgstr "" -#: ../../include/identity.php:1129 ../../include/identity.php:1201 -#: ../../mod/ping.php:341 -msgid "[today]" +#: ../../include/conversation.php:850 +msgid "remove" msgstr "" -#: ../../include/identity.php:1140 -msgid "Birthday Reminders" +#: ../../include/conversation.php:854 ../../include/nav.php:241 +msgid "Loading..." msgstr "" -#: ../../include/identity.php:1141 -msgid "Birthdays this week:" +#: ../../include/conversation.php:855 +msgid "Delete Selected Items" msgstr "" -#: ../../include/identity.php:1194 -msgid "[No description]" +#: ../../include/conversation.php:943 +msgid "View Source" msgstr "" -#: ../../include/identity.php:1212 -msgid "Event Reminders" +#: ../../include/conversation.php:944 +msgid "Follow Thread" msgstr "" -#: ../../include/identity.php:1213 -msgid "Events this week:" +#: ../../include/conversation.php:945 +msgid "View Status" msgstr "" -#: ../../include/identity.php:1234 ../../mod/settings.php:1026 -msgid "Full Name:" +#: ../../include/conversation.php:946 ../../include/nav.php:86 +#: ../../mod/connedit.php:494 +msgid "View Profile" msgstr "" -#: ../../include/identity.php:1241 -msgid "Like this channel" +#: ../../include/conversation.php:947 +msgid "View Photos" msgstr "" -#: ../../include/identity.php:1265 -msgid "j F, Y" +#: ../../include/conversation.php:948 +msgid "Activity/Posts" msgstr "" -#: ../../include/identity.php:1266 -msgid "j F" +#: ../../include/conversation.php:950 +msgid "Edit Connection" msgstr "" -#: ../../include/identity.php:1273 -msgid "Birthday:" +#: ../../include/conversation.php:951 +msgid "Send PM" msgstr "" -#: ../../include/identity.php:1277 ../../mod/directory.php:297 -msgid "Age:" +#: ../../include/conversation.php:1066 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/identity.php:1286 +#: ../../include/conversation.php:1066 #, php-format -msgid "for %1$d %2$s" +msgid "%s doesn't like this." msgstr "" -#: ../../include/identity.php:1289 ../../mod/profiles.php:691 -msgid "Sexual Preference:" -msgstr "" +#: ../../include/conversation.php:1070 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/identity.php:1293 ../../mod/directory.php:313 -#: ../../mod/profiles.php:693 -msgid "Hometown:" -msgstr "" +#: ../../include/conversation.php:1072 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/identity.php:1295 -msgid "Tags:" +#: ../../include/conversation.php:1078 +msgid "and" msgstr "" -#: ../../include/identity.php:1297 ../../mod/profiles.php:694 -msgid "Political Views:" +#: ../../include/conversation.php:1081 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1082 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/identity.php:1299 -msgid "Religion:" +#: ../../include/conversation.php:1082 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/identity.php:1301 ../../mod/directory.php:315 -msgid "About:" +#: ../../include/conversation.php:1145 +msgid "Visible to everybody" msgstr "" -#: ../../include/identity.php:1303 -msgid "Hobbies/Interests:" +#: ../../include/conversation.php:1146 ../../mod/mail.php:194 +#: ../../mod/mail.php:308 +msgid "Please enter a link URL:" msgstr "" -#: ../../include/identity.php:1305 ../../mod/profiles.php:697 -msgid "Likes:" +#: ../../include/conversation.php:1147 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/identity.php:1307 ../../mod/profiles.php:698 -msgid "Dislikes:" +#: ../../include/conversation.php:1148 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/identity.php:1309 -msgid "Contact information and Social Networks:" +#: ../../include/conversation.php:1149 +msgid "Tag term:" msgstr "" -#: ../../include/identity.php:1311 -msgid "My other channels:" +#: ../../include/conversation.php:1150 ../../mod/filer.php:48 +msgid "Save to Folder:" msgstr "" -#: ../../include/identity.php:1313 -msgid "Musical interests:" +#: ../../include/conversation.php:1151 +msgid "Where are you right now?" msgstr "" -#: ../../include/identity.php:1315 -msgid "Books, literature:" +#: ../../include/conversation.php:1152 ../../mod/mail.php:195 +#: ../../mod/mail.php:309 ../../mod/editpost.php:54 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/identity.php:1317 -msgid "Television:" +#: ../../include/conversation.php:1179 ../../mod/layouts.php:184 +#: ../../mod/photos.php:1016 ../../mod/webpages.php:182 +#: ../../mod/blocks.php:154 +msgid "Share" msgstr "" -#: ../../include/identity.php:1319 -msgid "Film/dance/culture/entertainment:" +#: ../../include/conversation.php:1181 +msgid "Page link name" msgstr "" -#: ../../include/identity.php:1321 -msgid "Love/Romance:" +#: ../../include/conversation.php:1184 +msgid "Post as" msgstr "" -#: ../../include/identity.php:1323 -msgid "Work/employment:" +#: ../../include/conversation.php:1191 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 +#: ../../mod/editwebpage.php:182 +msgid "Upload photo" msgstr "" -#: ../../include/identity.php:1325 -msgid "School/education:" +#: ../../include/conversation.php:1192 +msgid "upload photo" msgstr "" -#: ../../include/identity.php:1345 -msgid "Like this thing" +#: ../../include/conversation.php:1193 ../../mod/mail.php:240 +#: ../../mod/mail.php:369 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 +#: ../../mod/editwebpage.php:183 +msgid "Attach file" msgstr "" -#: ../../include/message.php:18 -msgid "No recipient provided." +#: ../../include/conversation.php:1194 +msgid "attach file" msgstr "" -#: ../../include/message.php:23 -msgid "[no subject]" +#: ../../include/conversation.php:1195 ../../mod/mail.php:241 +#: ../../mod/mail.php:370 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 +#: ../../mod/editwebpage.php:184 +msgid "Insert web link" msgstr "" -#: ../../include/message.php:45 -msgid "Unable to determine sender." +#: ../../include/conversation.php:1196 +msgid "web link" msgstr "" -#: ../../include/message.php:203 -msgid "Stored post could not be verified." +#: ../../include/conversation.php:1197 +msgid "Insert video link" msgstr "" -#: ../../include/taxonomy.php:229 ../../include/taxonomy.php:250 -msgid "Tags" +#: ../../include/conversation.php:1198 +msgid "video link" msgstr "" -#: ../../include/taxonomy.php:294 -msgid "Keywords" +#: ../../include/conversation.php:1199 +msgid "Insert audio link" msgstr "" -#: ../../include/taxonomy.php:315 -msgid "have" +#: ../../include/conversation.php:1200 +msgid "audio link" msgstr "" -#: ../../include/taxonomy.php:315 -msgid "has" +#: ../../include/conversation.php:1201 ../../mod/editpost.php:125 +#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 +#: ../../mod/editwebpage.php:188 +msgid "Set your location" msgstr "" -#: ../../include/taxonomy.php:316 -msgid "want" +#: ../../include/conversation.php:1202 +msgid "set location" msgstr "" -#: ../../include/taxonomy.php:316 -msgid "wants" +#: ../../include/conversation.php:1203 ../../mod/editpost.php:127 +msgid "Toggle voting" msgstr "" -#: ../../include/taxonomy.php:317 ../../include/ItemObject.php:254 -msgid "like" +#: ../../include/conversation.php:1206 ../../mod/editpost.php:126 +#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 +#: ../../mod/editwebpage.php:189 +msgid "Clear browser location" msgstr "" -#: ../../include/taxonomy.php:317 -msgid "likes" +#: ../../include/conversation.php:1207 +msgid "clear location" msgstr "" -#: ../../include/taxonomy.php:318 ../../include/ItemObject.php:255 -msgid "dislike" +#: ../../include/conversation.php:1209 ../../mod/editpost.php:142 +#: ../../mod/editblock.php:162 ../../mod/editwebpage.php:205 +msgid "Title (optional)" msgstr "" -#: ../../include/taxonomy.php:318 -msgid "dislikes" +#: ../../include/conversation.php:1213 ../../mod/editpost.php:144 +#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 +#: ../../mod/editwebpage.php:207 +msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/zot.php:683 -msgid "Invalid data packet" +#: ../../include/conversation.php:1215 ../../mod/editpost.php:131 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 +#: ../../mod/editwebpage.php:191 +msgid "Permission settings" msgstr "" -#: ../../include/zot.php:699 -msgid "Unable to verify channel signature" +#: ../../include/conversation.php:1216 +msgid "permissions" msgstr "" -#: ../../include/zot.php:2235 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/conversation.php:1224 ../../mod/editpost.php:139 +#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 +#: ../../mod/editwebpage.php:200 +msgid "Public post" msgstr "" -#: ../../include/zot.php:3543 -msgid "invalid target signature" +#: ../../include/conversation.php:1226 ../../mod/editpost.php:145 +#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 +#: ../../mod/editwebpage.php:208 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" +#: ../../include/conversation.php:1239 ../../mod/mail.php:245 +#: ../../mod/mail.php:374 ../../mod/editpost.php:156 +#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 +#: ../../mod/editwebpage.php:217 +msgid "Set expiration date" msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will attend" +#: ../../include/conversation.php:1243 ../../mod/editpost.php:160 +#: ../../mod/events.php:691 +msgid "OK" msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" +#: ../../include/conversation.php:1244 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161 +#: ../../mod/events.php:690 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../mod/settings.php:584 ../../mod/settings.php:610 +msgid "Cancel" msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I might attend" +#: ../../include/conversation.php:1487 +msgid "Discover" msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I agree" +#: ../../include/conversation.php:1490 +msgid "Imported public streams" msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I disagree" +#: ../../include/conversation.php:1495 +msgid "Commented Order" msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I abstain" +#: ../../include/conversation.php:1498 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/ItemObject.php:212 -msgid "Add Star" +#: ../../include/conversation.php:1502 +msgid "Posted Order" msgstr "" -#: ../../include/ItemObject.php:213 -msgid "Remove Star" +#: ../../include/conversation.php:1505 +msgid "Sort by Post Date" msgstr "" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" +#: ../../include/conversation.php:1510 ../../include/widgets.php:94 +msgid "Personal" msgstr "" -#: ../../include/ItemObject.php:218 -msgid "starred" +#: ../../include/conversation.php:1513 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" +#: ../../include/conversation.php:1519 ../../mod/menu.php:112 +#: ../../mod/connections.php:72 ../../mod/connections.php:82 +msgid "New" msgstr "" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:987 -msgid "I like this (toggle)" +#: ../../include/conversation.php:1522 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:988 -msgid "I don't like this (toggle)" +#: ../../include/conversation.php:1528 +msgid "Starred" msgstr "" -#: ../../include/ItemObject.php:259 -msgid "Share This" +#: ../../include/conversation.php:1531 +msgid "Favourite Posts" msgstr "" -#: ../../include/ItemObject.php:259 -msgid "share" +#: ../../include/conversation.php:1538 +msgid "Spam" msgstr "" -#: ../../include/ItemObject.php:276 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:295 ../../include/ItemObject.php:296 -#, php-format -msgid "View %s's profile - %s" +#: ../../include/conversation.php:1541 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/ItemObject.php:299 -msgid "to" +#: ../../include/conversation.php:1585 ../../mod/admin.php:947 +msgid "Channel" msgstr "" -#: ../../include/ItemObject.php:300 -msgid "via" +#: ../../include/conversation.php:1588 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/ItemObject.php:301 -msgid "Wall-to-Wall" +#: ../../include/conversation.php:1597 +msgid "About" msgstr "" -#: ../../include/ItemObject.php:302 -msgid "via Wall-To-Wall:" +#: ../../include/conversation.php:1600 +msgid "Profile Details" msgstr "" -#: ../../include/ItemObject.php:305 -msgid "Delivery Report" +#: ../../include/conversation.php:1616 +msgid "Files and Storage" msgstr "" -#: ../../include/ItemObject.php:339 -msgid "Save Bookmarks" +#: ../../include/conversation.php:1626 ../../include/conversation.php:1629 +msgid "Chatrooms" msgstr "" -#: ../../include/ItemObject.php:340 -msgid "Add to Calendar" +#: ../../include/conversation.php:1642 +msgid "Saved Bookmarks" msgstr "" -#: ../../include/ItemObject.php:349 -msgid "Mark all seen" +#: ../../include/conversation.php:1652 +msgid "Manage Webpages" msgstr "" -#: ../../include/ItemObject.php:355 ../../mod/photos.php:1173 +#: ../../include/conversation.php:1711 msgctxt "noun" -msgid "Likes" -msgstr "" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:356 ../../mod/photos.php:1174 +#: ../../include/conversation.php:1714 msgctxt "noun" -msgid "Dislikes" -msgstr "" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:671 ../../mod/photos.php:1006 -#: ../../mod/photos.php:1124 -msgid "This is you" -msgstr "" +#: ../../include/conversation.php:1717 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:680 -msgid "Image" -msgstr "" +#: ../../include/conversation.php:1720 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:681 -msgid "Insert Link" -msgstr "" +#: ../../include/conversation.php:1723 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:682 -msgid "Video" -msgstr "" +#: ../../include/conversation.php:1726 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" #: ../../include/widgets.php:91 ../../include/nav.php:157 #: ../../mod/apps.php:36 @@ -4011,10 +4018,6 @@ msgstr "" msgid "Channel Directory" msgstr "" -#: ../../include/nav.php:174 -msgid "Grid" -msgstr "" - #: ../../include/nav.php:174 msgid "Your grid" msgstr "" @@ -4109,7 +4112,7 @@ msgstr "" #: ../../mod/mitem.php:229 ../../mod/connedit.php:631 #: ../../mod/connedit.php:659 ../../mod/filestorage.php:151 #: ../../mod/filestorage.php:159 ../../mod/admin.php:386 ../../mod/menu.php:96 -#: ../../mod/menu.php:153 ../../mod/photos.php:589 ../../mod/settings.php:574 +#: ../../mod/menu.php:153 ../../mod/photos.php:616 ../../mod/settings.php:574 #: ../../mod/api.php:106 ../../view/theme/redbasic/php/config.php:104 #: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1507 msgid "No" @@ -4120,7 +4123,7 @@ msgstr "" #: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 #: ../../mod/mitem.php:229 ../../mod/filestorage.php:151 #: ../../mod/filestorage.php:159 ../../mod/admin.php:388 ../../mod/menu.php:96 -#: ../../mod/menu.php:153 ../../mod/photos.php:589 ../../mod/settings.php:574 +#: ../../mod/menu.php:153 ../../mod/photos.php:616 ../../mod/settings.php:574 #: ../../mod/api.php:105 ../../view/theme/redbasic/php/config.php:104 #: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1507 msgid "Yes" @@ -4156,7 +4159,7 @@ msgid "Suggest a friend for %s" msgstr "" #: ../../mod/directory.php:59 ../../mod/display.php:13 ../../mod/search.php:13 -#: ../../mod/photos.php:453 ../../mod/ratings.php:82 +#: ../../mod/photos.php:480 ../../mod/ratings.php:82 #: ../../mod/viewconnections.php:17 msgid "Public access denied." msgstr "" @@ -5206,8 +5209,91 @@ msgstr "" msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "" + +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "" + +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "" + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "" + +#: ../../mod/mail.php:132 +msgid "Messages" +msgstr "" + +#: ../../mod/mail.php:167 +msgid "Message recalled." +msgstr "" + +#: ../../mod/mail.php:180 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/mail.php:223 +msgid "Requested channel is not in this network" +msgstr "" + +#: ../../mod/mail.php:231 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/mail.php:232 ../../mod/mail.php:361 +msgid "To:" +msgstr "" + +#: ../../mod/mail.php:235 ../../mod/mail.php:363 +msgid "Subject:" +msgstr "" + +#: ../../mod/mail.php:238 ../../mod/invite.php:131 +msgid "Your message:" +msgstr "" + +#: ../../mod/mail.php:242 +msgid "Send" +msgstr "" + +#: ../../mod/mail.php:333 +msgid "Delete message" +msgstr "" + +#: ../../mod/mail.php:334 +msgid "Delivery report" +msgstr "" + +#: ../../mod/mail.php:335 +msgid "Recall message" +msgstr "" + +#: ../../mod/mail.php:337 +msgid "Message has been recalled." +msgstr "" + +#: ../../mod/mail.php:354 +msgid "Delete Conversation" +msgstr "" + +#: ../../mod/mail.php:356 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: ../../mod/mail.php:360 +msgid "Send Reply" +msgstr "" + +#: ../../mod/mail.php:365 +#, php-format +msgid "Your message for %s (%s):" msgstr "" #: ../../mod/editpost.php:20 ../../mod/editblock.php:78 @@ -6421,150 +6507,150 @@ msgstr "" msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:170 ../../mod/photos.php:970 +#: ../../mod/photos.php:171 ../../mod/photos.php:997 msgid "Delete Photo" msgstr "" -#: ../../mod/photos.php:464 +#: ../../mod/photos.php:491 msgid "No photos selected" msgstr "" -#: ../../mod/photos.php:513 +#: ../../mod/photos.php:540 msgid "Access to this item is restricted." msgstr "" -#: ../../mod/photos.php:552 +#: ../../mod/photos.php:579 #, php-format msgid "%1$.2f MB of %2$.2f MB photo storage used." msgstr "" -#: ../../mod/photos.php:555 +#: ../../mod/photos.php:582 #, php-format msgid "%1$.2f MB photo storage used." msgstr "" -#: ../../mod/photos.php:583 +#: ../../mod/photos.php:610 msgid "Upload Photos" msgstr "" -#: ../../mod/photos.php:587 +#: ../../mod/photos.php:614 msgid "Enter an album name" msgstr "" -#: ../../mod/photos.php:588 +#: ../../mod/photos.php:615 msgid "or select an existing album (doubleclick)" msgstr "" -#: ../../mod/photos.php:589 +#: ../../mod/photos.php:616 msgid "Create a status post for this upload" msgstr "" -#: ../../mod/photos.php:616 +#: ../../mod/photos.php:643 msgid "Album name could not be decoded" msgstr "" -#: ../../mod/photos.php:660 ../../mod/photos.php:1197 -#: ../../mod/photos.php:1214 +#: ../../mod/photos.php:687 ../../mod/photos.php:1224 +#: ../../mod/photos.php:1241 msgid "Contact Photos" msgstr "" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:715 msgid "Show Newest First" msgstr "" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:717 msgid "Show Oldest First" msgstr "" -#: ../../mod/photos.php:714 ../../mod/photos.php:1247 +#: ../../mod/photos.php:741 ../../mod/photos.php:1274 msgid "View Photo" msgstr "" -#: ../../mod/photos.php:743 +#: ../../mod/photos.php:770 msgid "Edit Album" msgstr "" -#: ../../mod/photos.php:788 +#: ../../mod/photos.php:815 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/photos.php:790 +#: ../../mod/photos.php:817 msgid "Photo not available" msgstr "" -#: ../../mod/photos.php:848 +#: ../../mod/photos.php:875 msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:855 +#: ../../mod/photos.php:882 msgid "Private Photo" msgstr "" -#: ../../mod/photos.php:866 ../../mod/events.php:528 +#: ../../mod/photos.php:893 ../../mod/events.php:528 msgid "Previous" msgstr "" -#: ../../mod/photos.php:870 +#: ../../mod/photos.php:897 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:875 ../../mod/events.php:529 ../../mod/setup.php:285 +#: ../../mod/photos.php:902 ../../mod/events.php:529 ../../mod/setup.php:285 msgid "Next" msgstr "" -#: ../../mod/photos.php:915 ../../mod/tagrm.php:133 +#: ../../mod/photos.php:942 ../../mod/tagrm.php:133 msgid "Remove" msgstr "" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:976 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:951 +#: ../../mod/photos.php:978 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:979 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:955 +#: ../../mod/photos.php:982 msgid "Enter a new album name" msgstr "" -#: ../../mod/photos.php:956 +#: ../../mod/photos.php:983 msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../mod/photos.php:959 +#: ../../mod/photos.php:986 msgid "Caption" msgstr "" -#: ../../mod/photos.php:961 +#: ../../mod/photos.php:988 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:965 +#: ../../mod/photos.php:992 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../mod/photos.php:968 +#: ../../mod/photos.php:995 msgid "Flag as adult in album view" msgstr "" -#: ../../mod/photos.php:1160 +#: ../../mod/photos.php:1187 msgid "In This Photo:" msgstr "" -#: ../../mod/photos.php:1165 +#: ../../mod/photos.php:1192 msgid "Map" msgstr "" -#: ../../mod/photos.php:1253 +#: ../../mod/photos.php:1280 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1276 +#: ../../mod/photos.php:1303 msgid "Recent Photos" msgstr "" @@ -6830,93 +6916,6 @@ msgstr "" msgid "Description: " msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../mod/mail.php:128 -msgid "Messages" -msgstr "" - -#: ../../mod/mail.php:155 -msgid "Message recalled." -msgstr "" - -#: ../../mod/mail.php:168 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/mail.php:211 -msgid "Requested channel is not in this network" -msgstr "" - -#: ../../mod/mail.php:219 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/mail.php:220 ../../mod/mail.php:349 -msgid "To:" -msgstr "" - -#: ../../mod/mail.php:223 ../../mod/mail.php:351 -msgid "Subject:" -msgstr "" - -#: ../../mod/mail.php:226 ../../mod/invite.php:131 -msgid "Your message:" -msgstr "" - -#: ../../mod/mail.php:230 -msgid "Send" -msgstr "" - -#: ../../mod/mail.php:321 -msgid "Delete message" -msgstr "" - -#: ../../mod/mail.php:322 -msgid "Delivery report" -msgstr "" - -#: ../../mod/mail.php:323 -msgid "Recall message" -msgstr "" - -#: ../../mod/mail.php:325 -msgid "Message has been recalled." -msgstr "" - -#: ../../mod/mail.php:342 -msgid "Delete Conversation" -msgstr "" - -#: ../../mod/mail.php:344 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/mail.php:348 -msgid "Send Reply" -msgstr "" - -#: ../../mod/mail.php:353 -#, php-format -msgid "Your message for %s (%s):" -msgstr "" - #: ../../mod/webpages.php:191 msgid "Page Title" msgstr "" @@ -7151,6 +7150,10 @@ msgstr "" msgid "Authenticate" msgstr "" +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + #: ../../mod/siteinfo.php:111 #, php-format msgid "Version %s" @@ -7188,7 +7191,7 @@ msgstr "" #: ../../mod/siteinfo.php:168 msgid "" -"Please visit redmatrix.me to learn more " +"Please visit hubzilla.org to learn more " "about $Projectname." msgstr "" @@ -7235,42 +7238,42 @@ msgstr "" msgid "No channel. Import failed." msgstr "" -#: ../../mod/import.php:493 +#: ../../mod/import.php:499 msgid "You must be logged in to use this feature." msgstr "" -#: ../../mod/import.php:498 +#: ../../mod/import.php:504 msgid "Import Channel" msgstr "" -#: ../../mod/import.php:499 +#: ../../mod/import.php:505 msgid "" "Use this form to import an existing channel from a different server/hub. You " "may retrieve the channel identity from the old server/hub via the network or " "provide an export file." msgstr "" -#: ../../mod/import.php:500 ../../mod/import_items.php:121 +#: ../../mod/import.php:506 ../../mod/import_items.php:121 msgid "File to Upload" msgstr "" -#: ../../mod/import.php:501 +#: ../../mod/import.php:507 msgid "Or provide the old server/hub details" msgstr "" -#: ../../mod/import.php:502 +#: ../../mod/import.php:508 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../mod/import.php:503 +#: ../../mod/import.php:509 msgid "Your old login email address" msgstr "" -#: ../../mod/import.php:504 +#: ../../mod/import.php:510 msgid "Your old login password" msgstr "" -#: ../../mod/import.php:505 +#: ../../mod/import.php:511 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be " @@ -7278,16 +7281,16 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../mod/import.php:506 +#: ../../mod/import.php:512 msgid "Make this hub my primary location" msgstr "" -#: ../../mod/import.php:507 +#: ../../mod/import.php:513 msgid "" "Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../mod/import.php:508 +#: ../../mod/import.php:514 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." -- cgit v1.2.3