From d3b5509b333f9bfc4641683572039bc8d4eaef88 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 8 May 2014 22:44:12 -0700 Subject: shred: ability to execute somewhat arbitrary API functions and echo results --- util/shred/FriendicaOAuth.sh | 18 ++++++++++++++++++ util/shred/shred | 6 +++++- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/shred/FriendicaOAuth.sh b/util/shred/FriendicaOAuth.sh index 7f368508b..4055e44a9 100755 --- a/util/shred/FriendicaOAuth.sh +++ b/util/shred/FriendicaOAuth.sh @@ -171,3 +171,21 @@ FO_statuses_home_timeline () { return $FO_rval } + +FO_command () { + local command="$1" + + local params=( + $(OAuth_param 'screen_name' $screen_name) + $(OAuth_param 'count' $count) + ) + + + local auth_header=$(OAuth_authorization_header 'Authorization' "$redmatrix_url" '' '' 'GET' "${redmatrix_url}/api/${command}.json" ${params[@]}) + + convscreen=$(OAuth_PE "$screen_name"); + FO_ret=$(curl -s --get "${redmatrix_url}/api/${command}.json" --data "screen_name=${convscreen}&count=${count}" --header "${auth_header}") + FO_rval=$? + + return $FO_rval +} diff --git a/util/shred/shred b/util/shred/shred index d6fa051c4..c46efa435 100755 --- a/util/shred/shred +++ b/util/shred/shred @@ -208,7 +208,11 @@ main () { return $FO_rval ;; *) - usage 1 + FO_command $fcli_command + JS_Parsed=$(echo "$FO_ret" | tokenize | parse) + echo "$JS_Parsed" + return $FO_rval + ;; esac return 0 -- cgit v1.2.3 From 6d56c9b603c294e8b1825f3686b516c4c4eaf2da Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 May 2014 01:53:03 -0700 Subject: better button theming on oauth connected apps page --- util/messages.po | 827 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 417 insertions(+), 410 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index 545d67abe..b3582dcb0 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-05-02.663\n" +"Project-Id-Version: 2014-05-09.670\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-02 00:03-0700\n" +"POT-Creation-Date: 2014-05-09 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,7 +67,7 @@ msgstr "" #: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 #: ../../include/ItemObject.php:96 ../../include/menu.php:42 -#: ../../mod/blocks.php:94 ../../mod/connections.php:391 +#: ../../mod/blocks.php:94 ../../mod/connections.php:392 #: ../../mod/settings.php:577 ../../mod/editblock.php:111 #: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 #: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:174 @@ -81,8 +81,8 @@ msgstr "" msgid "View" msgstr "" -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:557 -#: ../../include/conversation.php:1088 ../../mod/editblock.php:141 +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1088 +#: ../../include/ItemObject.php:570 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 #: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 #: ../../mod/photos.php:994 @@ -109,203 +109,6 @@ msgstr "" msgid "Edited" msgstr "" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:639 -#: ../../mod/photos.php:846 -msgid "Private Message" -msgstr "" - -#: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" -msgstr "" - -#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 -msgid "Select" -msgstr "" - -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "" - -#: ../../include/ItemObject.php:146 -msgid "add star" -msgstr "" - -#: ../../include/ItemObject.php:147 -msgid "remove star" -msgstr "" - -#: ../../include/ItemObject.php:148 -msgid "toggle star status" -msgstr "" - -#: ../../include/ItemObject.php:152 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:161 ../../include/conversation.php:646 -msgid "Message is verified" -msgstr "" - -#: ../../include/ItemObject.php:169 -msgid "add tag" -msgstr "" - -#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 -msgid "like" -msgstr "" - -#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 -msgid "dislike" -msgstr "" - -#: ../../include/ItemObject.php:187 -msgid "Share this" -msgstr "" - -#: ../../include/ItemObject.php:187 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:213 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:214 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:215 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:216 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:226 ../../include/conversation.php:690 -#, php-format -msgid " from %s" -msgstr "" - -#: ../../include/ItemObject.php:229 ../../include/conversation.php:693 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/ItemObject.php:230 ../../include/conversation.php:694 -#, php-format -msgid "Expires: %s" -msgstr "" - -#: ../../include/ItemObject.php:250 -msgid "Bookmark Links" -msgstr "" - -#: ../../include/ItemObject.php:259 ../../include/conversation.php:711 -#: ../../include/conversation.php:1127 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 -#: ../../mod/photos.php:974 -msgid "Please wait" -msgstr "" - -#: ../../include/ItemObject.php:280 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:281 ../../include/contact_widgets.php:130 -#: ../../include/js_strings.php:7 -msgid "show more" -msgstr "" - -#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:547 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" -msgstr "" - -#: ../../include/ItemObject.php:548 ../../mod/mood.php:142 -#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 -#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:175 -#: ../../mod/chat.php:208 ../../mod/connect.php:92 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/events.php:472 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 -#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/php/config.php:67 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "" - -#: ../../include/ItemObject.php:549 -msgid "Bold" -msgstr "" - -#: ../../include/ItemObject.php:550 -msgid "Italic" -msgstr "" - -#: ../../include/ItemObject.php:551 -msgid "Underline" -msgstr "" - -#: ../../include/ItemObject.php:552 -msgid "Quote" -msgstr "" - -#: ../../include/ItemObject.php:553 -msgid "Code" -msgstr "" - -#: ../../include/ItemObject.php:554 -msgid "Image" -msgstr "" - -#: ../../include/ItemObject.php:555 -msgid "Link" -msgstr "" - -#: ../../include/ItemObject.php:556 -msgid "Video" -msgstr "" - -#: ../../include/ItemObject.php:560 ../../include/conversation.php:1153 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" -msgstr "" - #: ../../include/permissions.php:13 msgid "Can view my \"public\" stream and posts" msgstr "" @@ -447,7 +250,7 @@ msgstr "" #: ../../include/attach.php:243 ../../include/attach.php:283 #: ../../include/attach.php:297 ../../include/attach.php:322 #: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/chat.php:113 ../../include/items.php:3622 +#: ../../include/chat.php:116 ../../include/items.php:3620 #: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 #: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 @@ -456,7 +259,7 @@ msgstr "" #: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 #: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 #: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 #: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 #: ../../mod/network.php:12 ../../mod/connections.php:169 #: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 @@ -470,14 +273,14 @@ msgstr "" #: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 #: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 #: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/layouts.php:27 +#: ../../mod/item.php:187 ../../mod/item.php:867 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 #: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 #: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 #: ../../mod/webpages.php:40 ../../mod/message.php:16 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 #: ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/notifications.php:66 ../../index.php:176 ../../index.php:351 +#: ../../mod/notifications.php:66 ../../index.php:187 ../../index.php:362 msgid "Permission denied." msgstr "" @@ -519,7 +322,7 @@ msgstr "" msgid "Don't show" msgstr "" -#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209 #: ../../mod/filestorage.php:126 ../../mod/photos.php:606 #: ../../mod/photos.php:949 msgid "Permissions" @@ -640,21 +443,21 @@ msgstr "" #: ../../include/bb2diaspora.php:455 ../../include/event.php:40 #: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:465 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:474 msgid "Location:" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 -#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 -#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 -#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 -#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 -#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 -#: ../../include/bbcode.php:642 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:609 +#: ../../include/bbcode.php:612 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:623 +#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 +#: ../../include/bbcode.php:634 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 ../../include/bbcode.php:645 +#: ../../include/bbcode.php:648 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:659 msgid "Encrypted content" msgstr "" @@ -662,16 +465,16 @@ msgstr "" msgid "QR code" msgstr "" -#: ../../include/bbcode.php:213 +#: ../../include/bbcode.php:219 #, php-format msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/bbcode.php:215 +#: ../../include/bbcode.php:221 msgid "post" msgstr "" -#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 +#: ../../include/bbcode.php:577 ../../include/bbcode.php:597 msgid "$1 wrote:" msgstr "" @@ -692,11 +495,11 @@ msgstr "" msgid "Invalid room specifier." msgstr "" -#: ../../include/chat.php:102 +#: ../../include/chat.php:105 msgid "Room not found." msgstr "" -#: ../../include/chat.php:123 +#: ../../include/chat.php:126 msgid "Room is full" msgstr "" @@ -724,11 +527,21 @@ msgstr "" msgid "wants" msgstr "" -#: ../../include/taxonomy.php:254 +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 +#: ../../include/ItemObject.php:192 +msgid "like" +msgstr "" + +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 msgid "likes" msgstr "" -#: ../../include/taxonomy.php:255 +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 +#: ../../include/ItemObject.php:193 +msgid "dislike" +msgstr "" + +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 msgid "dislikes" msgstr "" @@ -850,323 +663,323 @@ msgstr "" msgid "newer" msgstr "" -#: ../../include/text.php:719 +#: ../../include/text.php:729 msgid "No connections" msgstr "" -#: ../../include/text.php:732 +#: ../../include/text.php:742 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:744 +#: ../../include/text.php:754 msgid "View Connections" msgstr "" -#: ../../include/text.php:803 ../../include/text.php:817 +#: ../../include/text.php:813 ../../include/text.php:827 #: ../../include/nav.php:144 ../../mod/search.php:29 msgid "Search" msgstr "" -#: ../../include/text.php:805 ../../include/text.php:819 +#: ../../include/text.php:815 ../../include/text.php:829 #: ../../include/widgets.php:173 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 ../../mod/filer.php:50 msgid "Save" msgstr "" -#: ../../include/text.php:885 +#: ../../include/text.php:895 msgid "poke" msgstr "" -#: ../../include/text.php:885 ../../include/conversation.php:240 +#: ../../include/text.php:895 ../../include/conversation.php:240 msgid "poked" msgstr "" -#: ../../include/text.php:886 +#: ../../include/text.php:896 msgid "ping" msgstr "" -#: ../../include/text.php:886 +#: ../../include/text.php:896 msgid "pinged" msgstr "" -#: ../../include/text.php:887 +#: ../../include/text.php:897 msgid "prod" msgstr "" -#: ../../include/text.php:887 +#: ../../include/text.php:897 msgid "prodded" msgstr "" -#: ../../include/text.php:888 +#: ../../include/text.php:898 msgid "slap" msgstr "" -#: ../../include/text.php:888 +#: ../../include/text.php:898 msgid "slapped" msgstr "" -#: ../../include/text.php:889 +#: ../../include/text.php:899 msgid "finger" msgstr "" -#: ../../include/text.php:889 +#: ../../include/text.php:899 msgid "fingered" msgstr "" -#: ../../include/text.php:890 +#: ../../include/text.php:900 msgid "rebuff" msgstr "" -#: ../../include/text.php:890 +#: ../../include/text.php:900 msgid "rebuffed" msgstr "" -#: ../../include/text.php:899 +#: ../../include/text.php:909 msgid "happy" msgstr "" -#: ../../include/text.php:900 +#: ../../include/text.php:910 msgid "sad" msgstr "" -#: ../../include/text.php:901 +#: ../../include/text.php:911 msgid "mellow" msgstr "" -#: ../../include/text.php:902 +#: ../../include/text.php:912 msgid "tired" msgstr "" -#: ../../include/text.php:903 +#: ../../include/text.php:913 msgid "perky" msgstr "" -#: ../../include/text.php:904 +#: ../../include/text.php:914 msgid "angry" msgstr "" -#: ../../include/text.php:905 +#: ../../include/text.php:915 msgid "stupified" msgstr "" -#: ../../include/text.php:906 +#: ../../include/text.php:916 msgid "puzzled" msgstr "" -#: ../../include/text.php:907 +#: ../../include/text.php:917 msgid "interested" msgstr "" -#: ../../include/text.php:908 +#: ../../include/text.php:918 msgid "bitter" msgstr "" -#: ../../include/text.php:909 +#: ../../include/text.php:919 msgid "cheerful" msgstr "" -#: ../../include/text.php:910 +#: ../../include/text.php:920 msgid "alive" msgstr "" -#: ../../include/text.php:911 +#: ../../include/text.php:921 msgid "annoyed" msgstr "" -#: ../../include/text.php:912 +#: ../../include/text.php:922 msgid "anxious" msgstr "" -#: ../../include/text.php:913 +#: ../../include/text.php:923 msgid "cranky" msgstr "" -#: ../../include/text.php:914 +#: ../../include/text.php:924 msgid "disturbed" msgstr "" -#: ../../include/text.php:915 +#: ../../include/text.php:925 msgid "frustrated" msgstr "" -#: ../../include/text.php:916 +#: ../../include/text.php:926 msgid "depressed" msgstr "" -#: ../../include/text.php:917 +#: ../../include/text.php:927 msgid "motivated" msgstr "" -#: ../../include/text.php:918 +#: ../../include/text.php:928 msgid "relaxed" msgstr "" -#: ../../include/text.php:919 +#: ../../include/text.php:929 msgid "surprised" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Monday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Thursday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Friday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Saturday" msgstr "" -#: ../../include/text.php:1080 +#: ../../include/text.php:1090 msgid "Sunday" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "January" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "February" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "March" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "April" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "May" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "June" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "July" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "August" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "September" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "October" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "November" msgstr "" -#: ../../include/text.php:1084 +#: ../../include/text.php:1094 msgid "December" msgstr "" -#: ../../include/text.php:1162 +#: ../../include/text.php:1172 msgid "unknown.???" msgstr "" -#: ../../include/text.php:1163 +#: ../../include/text.php:1173 msgid "bytes" msgstr "" -#: ../../include/text.php:1198 +#: ../../include/text.php:1208 msgid "remove category" msgstr "" -#: ../../include/text.php:1247 +#: ../../include/text.php:1257 msgid "remove from file" msgstr "" -#: ../../include/text.php:1308 ../../include/text.php:1320 +#: ../../include/text.php:1318 ../../include/text.php:1330 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1475 ../../mod/events.php:335 +#: ../../include/text.php:1485 ../../mod/events.php:344 msgid "link to source" msgstr "" -#: ../../include/text.php:1494 +#: ../../include/text.php:1504 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1497 ../../include/text.php:1562 +#: ../../include/text.php:1507 ../../include/text.php:1572 msgid "default" msgstr "" -#: ../../include/text.php:1533 +#: ../../include/text.php:1543 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1574 +#: ../../include/text.php:1584 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1695 ../../include/conversation.php:117 +#: ../../include/text.php:1705 ../../include/conversation.php:117 #: ../../mod/subthread.php:72 ../../mod/subthread.php:174 #: ../../mod/tagger.php:45 ../../mod/like.php:111 msgid "photo" msgstr "" -#: ../../include/text.php:1698 ../../include/conversation.php:120 +#: ../../include/text.php:1708 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1701 ../../include/conversation.php:145 +#: ../../include/text.php:1711 ../../include/conversation.php:145 #: ../../mod/subthread.php:72 ../../mod/subthread.php:174 #: ../../mod/tagger.php:53 ../../mod/like.php:111 msgid "status" msgstr "" -#: ../../include/text.php:1703 ../../include/conversation.php:147 +#: ../../include/text.php:1713 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/text.php:1708 +#: ../../include/text.php:1718 msgid "activity" msgstr "" -#: ../../include/text.php:1967 +#: ../../include/text.php:1977 msgid "Design" msgstr "" -#: ../../include/text.php:1969 +#: ../../include/text.php:1979 msgid "Blocks" msgstr "" -#: ../../include/text.php:1970 +#: ../../include/text.php:1980 msgid "Menus" msgstr "" -#: ../../include/text.php:1971 +#: ../../include/text.php:1981 msgid "Layouts" msgstr "" -#: ../../include/text.php:1972 +#: ../../include/text.php:1982 msgid "Pages" msgstr "" @@ -1197,7 +1010,7 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:390 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391 #: ../../mod/directory.php:206 ../../mod/directory.php:211 msgid "Find" msgstr "" @@ -1243,6 +1056,11 @@ msgid_plural "%d connections in common" msgstr[0] "" msgstr[1] "" +#: ../../include/contact_widgets.php:130 ../../include/ItemObject.php:294 +#: ../../include/js_strings.php:7 +msgid "show more" +msgstr "" + #: ../../include/conversation.php:123 msgid "channel" msgstr "" @@ -1272,6 +1090,26 @@ msgstr "" msgid "%1$s is currently %2$s" msgstr "" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 +msgid "Delete" +msgstr "" + +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "" + +#: ../../include/conversation.php:646 ../../include/ItemObject.php:169 +msgid "Message is verified" +msgstr "" + #: ../../include/conversation.php:666 #, php-format msgid "View %s's profile @ %s" @@ -1285,10 +1123,33 @@ msgstr "" msgid "Filed under:" msgstr "" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:234 +#, php-format +msgid " from %s" +msgstr "" + +#: ../../include/conversation.php:693 ../../include/ItemObject.php:237 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: ../../include/conversation.php:694 ../../include/ItemObject.php:238 +#, php-format +msgid "Expires: %s" +msgstr "" + #: ../../include/conversation.php:709 msgid "View in context" msgstr "" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:272 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 +#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 +#: ../../mod/photos.php:974 +msgid "Please wait" +msgstr "" + #: ../../include/conversation.php:838 msgid "remove" msgstr "" @@ -1536,6 +1397,11 @@ msgstr "" msgid "Set expiration date" msgstr "" +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:573 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "" + #: ../../include/conversation.php:1155 ../../mod/editpost.php:150 msgid "OK" msgstr "" @@ -1580,7 +1446,7 @@ msgid "Posts that mention or involve you" msgstr "" #: ../../include/conversation.php:1424 ../../mod/connections.php:211 -#: ../../mod/connections.php:223 ../../mod/menu.php:61 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "" @@ -1639,7 +1505,7 @@ msgid "Chatrooms" msgstr "" #: ../../include/conversation.php:1532 ../../include/nav.php:87 -#: ../../include/nav.php:180 ../../mod/events.php:357 +#: ../../include/nav.php:180 ../../mod/events.php:366 msgid "Events" msgstr "" @@ -1956,6 +1822,142 @@ msgstr "" msgid "Please visit %s to approve or reject the suggestion." msgstr "" +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "" + +#: ../../include/ItemObject.php:154 +msgid "add star" +msgstr "" + +#: ../../include/ItemObject.php:155 +msgid "remove star" +msgstr "" + +#: ../../include/ItemObject.php:156 +msgid "toggle star status" +msgstr "" + +#: ../../include/ItemObject.php:160 +msgid "starred" +msgstr "" + +#: ../../include/ItemObject.php:177 +msgid "add tag" +msgstr "" + +#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 +msgid "I like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:195 +msgid "Share this" +msgstr "" + +#: ../../include/ItemObject.php:195 +msgid "share" +msgstr "" + +#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 +#, php-format +msgid "View %s's profile - %s" +msgstr "" + +#: ../../include/ItemObject.php:221 +msgid "to" +msgstr "" + +#: ../../include/ItemObject.php:222 +msgid "via" +msgstr "" + +#: ../../include/ItemObject.php:223 +msgid "Wall-to-Wall" +msgstr "" + +#: ../../include/ItemObject.php:224 +msgid "via Wall-To-Wall:" +msgstr "" + +#: ../../include/ItemObject.php:258 +msgid "Bookmark Links" +msgstr "" + +#: ../../include/ItemObject.php:293 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" +msgstr "" + +#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "" + +#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 +#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 +#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/events.php:481 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 +#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "" + +#: ../../include/ItemObject.php:562 +msgid "Bold" +msgstr "" + +#: ../../include/ItemObject.php:563 +msgid "Italic" +msgstr "" + +#: ../../include/ItemObject.php:564 +msgid "Underline" +msgstr "" + +#: ../../include/ItemObject.php:565 +msgid "Quote" +msgstr "" + +#: ../../include/ItemObject.php:566 +msgid "Code" +msgstr "" + +#: ../../include/ItemObject.php:567 +msgid "Image" +msgstr "" + +#: ../../include/ItemObject.php:568 +msgid "Link" +msgstr "" + +#: ../../include/ItemObject.php:569 +msgid "Video" +msgstr "" + #: ../../include/features.php:23 msgid "General Features" msgstr "" @@ -2202,19 +2204,6 @@ msgstr "" msgid "Cannot connect to yourself." msgstr "" -#: ../../include/zot.php:583 -msgid "Invalid data packet" -msgstr "" - -#: ../../include/zot.php:593 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../include/zot.php:790 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "" - #: ../../include/group.php:25 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -2254,7 +2243,7 @@ msgstr "" msgid "add" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1232 +#: ../../include/identity.php:30 ../../mod/item.php:1239 msgid "Unable to obtain identity information from database" msgstr "" @@ -2496,7 +2485,7 @@ msgstr "" #: ../../include/items.php:281 ../../mod/profperm.php:23 #: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 -#: ../../index.php:350 +#: ../../index.php:361 msgid "Permission denied" msgstr "" @@ -2504,32 +2493,32 @@ msgstr "" msgid "(Unknown)" msgstr "" -#: ../../include/items.php:3560 ../../mod/admin.php:159 +#: ../../include/items.php:3558 ../../mod/admin.php:159 #: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 #: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78 #: ../../mod/viewsrc.php:18 msgid "Item not found." msgstr "" -#: ../../include/items.php:3984 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3982 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "" -#: ../../include/items.php:3999 +#: ../../include/items.php:3997 msgid "Collection is empty." msgstr "" -#: ../../include/items.php:4006 +#: ../../include/items.php:4004 #, php-format msgid "Collection: %s" msgstr "" -#: ../../include/items.php:4017 +#: ../../include/items.php:4015 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:4020 +#: ../../include/items.php:4018 msgid "Connection not found." msgstr "" @@ -2800,7 +2789,7 @@ msgid "Mark all channel notifications seen" msgstr "" #: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:384 +#: ../../mod/connections.php:385 msgid "Connections" msgstr "" @@ -2816,7 +2805,7 @@ msgstr "" msgid "See all notifications" msgstr "" -#: ../../include/nav.php:170 +#: ../../include/nav.php:170 ../../mod/notifications.php:99 msgid "Mark all system notifications seen" msgstr "" @@ -3141,11 +3130,24 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/reddav.php:1069 +#: ../../include/reddav.php:1045 msgid "Edit File properties" msgstr "" -#: ../../include/security.php:295 +#: ../../include/zot.php:587 +msgid "Invalid data packet" +msgstr "" + +#: ../../include/zot.php:597 +msgid "Unable to verify channel signature" +msgstr "" + +#: ../../include/zot.php:794 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + +#: ../../include/security.php:301 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." @@ -3155,7 +3157,7 @@ msgstr "" msgid "Ignore/Hide" msgstr "" -#: ../../include/widgets.php:123 ../../mod/connections.php:265 +#: ../../include/widgets.php:123 ../../mod/connections.php:266 msgid "Suggestions" msgstr "" @@ -4120,7 +4122,7 @@ msgid "Channel not found." msgstr "" #: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/help.php:72 ../../index.php:226 +#: ../../mod/help.php:72 ../../index.php:237 msgid "Page not found." msgstr "" @@ -4485,7 +4487,7 @@ msgstr "" msgid "Visible To" msgstr "" -#: ../../mod/profperm.php:139 ../../mod/connections.php:277 +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 msgid "All Connections" msgstr "" @@ -4546,35 +4548,39 @@ msgstr "" msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/chat.php:166 +#: ../../mod/chat.php:167 msgid "Room not found" msgstr "" -#: ../../mod/chat.php:176 +#: ../../mod/chat.php:178 msgid "Leave Room" msgstr "" -#: ../../mod/chat.php:177 +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "" + +#: ../../mod/chat.php:180 msgid "I am away right now" msgstr "" -#: ../../mod/chat.php:178 +#: ../../mod/chat.php:181 msgid "I am online" msgstr "" -#: ../../mod/chat.php:180 +#: ../../mod/chat.php:183 msgid "Bookmark this room" msgstr "" -#: ../../mod/chat.php:204 ../../mod/chat.php:226 +#: ../../mod/chat.php:207 ../../mod/chat.php:229 msgid "New Chatroom" msgstr "" -#: ../../mod/chat.php:205 +#: ../../mod/chat.php:208 msgid "Chatroom Name" msgstr "" -#: ../../mod/chat.php:222 +#: ../../mod/chat.php:225 #, php-format msgid "%1$s's Chatrooms" msgstr "" @@ -4818,88 +4824,88 @@ msgstr "" msgid "Failed to update connection record." msgstr "" -#: ../../mod/connections.php:191 ../../mod/connections.php:290 +#: ../../mod/connections.php:191 ../../mod/connections.php:291 msgid "Blocked" msgstr "" -#: ../../mod/connections.php:196 ../../mod/connections.php:297 +#: ../../mod/connections.php:196 ../../mod/connections.php:298 msgid "Ignored" msgstr "" -#: ../../mod/connections.php:201 ../../mod/connections.php:311 +#: ../../mod/connections.php:201 ../../mod/connections.php:312 msgid "Hidden" msgstr "" -#: ../../mod/connections.php:206 ../../mod/connections.php:304 +#: ../../mod/connections.php:206 ../../mod/connections.php:305 msgid "Archived" msgstr "" -#: ../../mod/connections.php:229 ../../mod/connections.php:243 +#: ../../mod/connections.php:230 ../../mod/connections.php:244 msgid "All" msgstr "" -#: ../../mod/connections.php:238 ../../mod/connections.php:318 +#: ../../mod/connections.php:239 ../../mod/connections.php:319 msgid "Unconnected" msgstr "" -#: ../../mod/connections.php:268 +#: ../../mod/connections.php:269 msgid "Suggest new connections" msgstr "" -#: ../../mod/connections.php:271 +#: ../../mod/connections.php:272 msgid "New Connections" msgstr "" -#: ../../mod/connections.php:274 +#: ../../mod/connections.php:275 msgid "Show pending (new) connections" msgstr "" -#: ../../mod/connections.php:280 +#: ../../mod/connections.php:281 msgid "Show all connections" msgstr "" -#: ../../mod/connections.php:283 +#: ../../mod/connections.php:284 msgid "Unblocked" msgstr "" -#: ../../mod/connections.php:286 +#: ../../mod/connections.php:287 msgid "Only show unblocked connections" msgstr "" -#: ../../mod/connections.php:293 +#: ../../mod/connections.php:294 msgid "Only show blocked connections" msgstr "" -#: ../../mod/connections.php:300 +#: ../../mod/connections.php:301 msgid "Only show ignored connections" msgstr "" -#: ../../mod/connections.php:307 +#: ../../mod/connections.php:308 msgid "Only show archived connections" msgstr "" -#: ../../mod/connections.php:314 +#: ../../mod/connections.php:315 msgid "Only show hidden connections" msgstr "" -#: ../../mod/connections.php:321 +#: ../../mod/connections.php:322 msgid "Only show one-way connections" msgstr "" -#: ../../mod/connections.php:366 +#: ../../mod/connections.php:367 #, php-format msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/connections.php:367 +#: ../../mod/connections.php:368 msgid "Edit contact" msgstr "" -#: ../../mod/connections.php:388 +#: ../../mod/connections.php:389 msgid "Search your connections" msgstr "" -#: ../../mod/connections.php:389 +#: ../../mod/connections.php:390 msgid "Finding: " msgstr "" @@ -5760,7 +5766,7 @@ msgid "" "phpmyadmin or mysql." msgstr "" -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" @@ -5768,7 +5774,7 @@ msgstr "" msgid "System check" msgstr "" -#: ../../mod/setup.php:261 ../../mod/events.php:360 +#: ../../mod/setup.php:261 ../../mod/events.php:369 msgid "Next" msgstr "" @@ -6041,71 +6047,72 @@ msgstr "" msgid "store is writable" msgstr "" -#: ../../mod/setup.php:554 +#: ../../mod/setup.php:569 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access " "to this site." msgstr "" -#: ../../mod/setup.php:555 +#: ../../mod/setup.php:570 msgid "" -"If you use https access, you MUST use a certification instance known by all " -"internet browsers. You MUST NOT use self-signed certificates!" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/setup.php:556 +#: ../../mod/setup.php:571 msgid "" "This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub. If your" +"example contain references to images on your own hub." msgstr "" -#: ../../mod/setup.php:557 +#: ../../mod/setup.php:572 msgid "" -"certificate is not known by the internet browser of users they get a warning " -"message complaining about some security issues. Although" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:573 msgid "" -"these complains are not the real truth - there are no security issues with " -"your encryption! - the users may be confused, nerved or even" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/setup.php:559 +#: ../../mod/setup.php:574 msgid "" -"worse may become scared about redmatrix having security issues. Use one of " -"the free certification instances!" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/setup.php:561 +#: ../../mod/setup.php:576 msgid "SSL certificate validation" msgstr "" -#: ../../mod/setup.php:568 +#: ../../mod/setup.php:582 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:584 msgid "Url rewrite is working" msgstr "" -#: ../../mod/setup.php:580 +#: ../../mod/setup.php:594 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "" -#: ../../mod/setup.php:604 +#: ../../mod/setup.php:618 msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/setup.php:639 +#: ../../mod/setup.php:653 msgid "

What next

" msgstr "" -#: ../../mod/setup.php:640 +#: ../../mod/setup.php:654 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" @@ -6245,64 +6252,64 @@ msgstr "" msgid "Event title and start time are required." msgstr "" -#: ../../mod/events.php:290 +#: ../../mod/events.php:299 msgid "l, F j" msgstr "" -#: ../../mod/events.php:312 +#: ../../mod/events.php:321 msgid "Edit event" msgstr "" -#: ../../mod/events.php:358 +#: ../../mod/events.php:367 msgid "Create New Event" msgstr "" -#: ../../mod/events.php:359 +#: ../../mod/events.php:368 msgid "Previous" msgstr "" -#: ../../mod/events.php:431 +#: ../../mod/events.php:439 msgid "hour:minute" msgstr "" -#: ../../mod/events.php:450 +#: ../../mod/events.php:459 msgid "Event details" msgstr "" -#: ../../mod/events.php:451 +#: ../../mod/events.php:460 #, php-format msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/events.php:453 +#: ../../mod/events.php:462 msgid "Event Starts:" msgstr "" -#: ../../mod/events.php:453 ../../mod/events.php:467 +#: ../../mod/events.php:462 ../../mod/events.php:476 msgid "Required" msgstr "" -#: ../../mod/events.php:456 +#: ../../mod/events.php:465 msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/events.php:458 +#: ../../mod/events.php:467 msgid "Event Finishes:" msgstr "" -#: ../../mod/events.php:461 +#: ../../mod/events.php:470 msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/events.php:463 +#: ../../mod/events.php:472 msgid "Description:" msgstr "" -#: ../../mod/events.php:467 +#: ../../mod/events.php:476 msgid "Title:" msgstr "" -#: ../../mod/events.php:469 +#: ../../mod/events.php:478 msgid "Share this event" msgstr "" @@ -6510,7 +6517,7 @@ msgstr "" msgid "Help:" msgstr "" -#: ../../mod/help.php:69 ../../index.php:223 +#: ../../mod/help.php:69 ../../index.php:234 msgid "Not Found" msgstr "" @@ -6750,24 +6757,24 @@ msgstr "" msgid "Unable to locate original post." msgstr "" -#: ../../mod/item.php:345 +#: ../../mod/item.php:352 msgid "Empty post discarded." msgstr "" -#: ../../mod/item.php:385 +#: ../../mod/item.php:392 msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/item.php:794 +#: ../../mod/item.php:801 msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1237 +#: ../../mod/item.php:1244 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1243 +#: ../../mod/item.php:1250 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -6793,16 +6800,16 @@ msgstr "" msgid "Visible to:" msgstr "" -#: ../../mod/viewconnections.php:50 +#: ../../mod/viewconnections.php:58 msgid "No connections." msgstr "" -#: ../../mod/viewconnections.php:62 +#: ../../mod/viewconnections.php:70 #, php-format msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/viewconnections.php:77 +#: ../../mod/viewconnections.php:85 msgid "View Connnections" msgstr "" @@ -7278,11 +7285,11 @@ msgstr "" msgid "Discard" msgstr "" -#: ../../mod/notifications.php:93 ../../mod/notify.php:54 +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 msgid "No more system notifications." msgstr "" -#: ../../mod/notifications.php:97 ../../mod/notify.php:58 +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 msgid "System Notifications" msgstr "" -- cgit v1.2.3 From 3eae3fd496abcd843d18a36e042f2185527d8803 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 11 May 2014 18:36:00 -0700 Subject: a bit more progress on using shred to pick through API results. Commented out because the array storage is kindof weird so the first try (assuming simple arrays) didn't work out. I'll have to rethink how to index these things and may have to rewrite the js() function to do the kinds of things I want. --- util/shred/FriendicaOAuth.sh | 8 ++++---- util/shred/shred | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) (limited to 'util') diff --git a/util/shred/FriendicaOAuth.sh b/util/shred/FriendicaOAuth.sh index 4055e44a9..76858d73c 100755 --- a/util/shred/FriendicaOAuth.sh +++ b/util/shred/FriendicaOAuth.sh @@ -175,10 +175,10 @@ FO_statuses_home_timeline () { FO_command () { local command="$1" - local params=( - $(OAuth_param 'screen_name' $screen_name) - $(OAuth_param 'count' $count) - ) + local params=( + $(OAuth_param 'screen_name' $screen_name) + $(OAuth_param 'count' $count) + ) local auth_header=$(OAuth_authorization_header 'Authorization' "$redmatrix_url" '' '' 'GET' "${redmatrix_url}/api/${command}.json" ${params[@]}) diff --git a/util/shred/shred b/util/shred/shred index c46efa435..9af554032 100755 --- a/util/shred/shred +++ b/util/shred/shred @@ -152,7 +152,9 @@ main () { fcli_in_reply_to_status_id= fcli_file= fcli_help_flag= - while getopts "C:c:s:r:f:h" name + JS_Fields=() + + while getopts "C:c:s:r:f:h:i" name do case $name in c) fcli_command="$OPTARG";; @@ -161,6 +163,7 @@ main () { r) fcli_in_reply_to_status_id="$OPTARG";; f) fcli_file="$OPTARG";; h) fcli_help_flag="1";; + i) JS_Fields=("${JS_Fields[@]}" "$OPTARG");; ?) usage exit 2;; esac @@ -209,8 +212,19 @@ main () { ;; *) FO_command $fcli_command + JS_Parsed=$(echo "$FO_ret" | tokenize | parse) - echo "$JS_Parsed" + +# for a in ${JS_Parsed[@]}; do + +# if [ ${#JS_Fields[@]} != 0 ]; then +# for b in ${JS_Fields[@]}; do +# echo "$JS_Parsed" | js ${a} ${b} +# done +# else + echo "$JS_Parsed" +# fi +# done return $FO_rval ;; -- cgit v1.2.3 From 8c948f4bbe04e4221e6a845995048a565d6ce808 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 May 2014 02:10:06 -0700 Subject: forbid redefinition of language plural_select function --- util/po2php.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index c703172af..3ac8b89dd 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -44,9 +44,10 @@ function po2php_run($argv, $argc) { $match=Array(); preg_match("|nplurals=([0-9]*); *plural=(.*)[;\\\\]|", $l, $match); $cond = str_replace('n','$n',$match[2]); + $out .= 'if(! function_exists("' . 'string_plural_select_' . $lang .'") {' . "\n"; $out .= 'function string_plural_select_' . $lang . '($n){'."\n"; $out .= ' return '.$cond.';'."\n"; - $out .= '}'."\n"; + $out .= '}}'."\n"; } -- cgit v1.2.3 From 71ded9388b71617b4eeff95d168242dac79324ac Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 May 2014 02:17:17 -0700 Subject: missing paren --- util/po2php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index 3ac8b89dd..edb1a35a8 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -44,7 +44,7 @@ function po2php_run($argv, $argc) { $match=Array(); preg_match("|nplurals=([0-9]*); *plural=(.*)[;\\\\]|", $l, $match); $cond = str_replace('n','$n',$match[2]); - $out .= 'if(! function_exists("' . 'string_plural_select_' . $lang .'") {' . "\n"; + $out .= 'if(! function_exists("' . 'string_plural_select_' . $lang .'")) {' . "\n"; $out .= 'function string_plural_select_' . $lang . '($n){'."\n"; $out .= ' return '.$cond.';'."\n"; $out .= '}}'."\n"; -- cgit v1.2.3 From 6ac50faaa24e540baded894f492fb24367aea796 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:13:27 -0700 Subject: doc updates --- util/messages.po | 692 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 354 insertions(+), 338 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index b3582dcb0..c92f0e5f9 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-05-09.670\n" +"Project-Id-Version: 2014-05-16.677\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-09 00:03-0700\n" +"POT-Creation-Date: 2014-05-16 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,6 +29,34 @@ msgstr "" msgid "Profile Photos" msgstr "" +#: ../../include/apps.php:107 ../../include/nav.php:158 +msgid "Matrix" +msgstr "" + +#: ../../include/apps.php:107 ../../include/nav.php:161 +msgid "Channel Home" +msgstr "" + +#: ../../include/apps.php:107 ../../include/identity.php:942 +#: ../../include/identity.php:1031 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" + +#: ../../include/apps.php:108 ../../include/conversation.php:1501 +#: ../../include/nav.php:84 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "" + +#: ../../include/apps.php:108 ../../include/conversation.php:1532 +#: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366 +msgid "Events" +msgstr "" + +#: ../../include/apps.php:108 ../../include/nav.php:147 +#: ../../mod/directory.php:210 +msgid "Directory" +msgstr "" + #: ../../include/oembed.php:171 msgid "Embedded content" msgstr "" @@ -47,7 +75,7 @@ msgid "commented on %s's post" msgstr "" #: ../../include/Contact.php:107 ../../include/identity.php:675 -#: ../../include/widgets.php:115 ../../include/widgets.php:155 +#: ../../include/widgets.php:127 ../../include/widgets.php:167 #: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 #: ../../mod/suggest.php:51 ../../mod/match.php:62 msgid "Connect" @@ -81,8 +109,8 @@ msgstr "" msgid "View" msgstr "" -#: ../../include/page_widgets.php:40 ../../include/conversation.php:1088 -#: ../../include/ItemObject.php:570 ../../mod/editblock.php:141 +#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:570 +#: ../../include/conversation.php:1088 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 #: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 #: ../../mod/photos.php:994 @@ -250,7 +278,7 @@ msgstr "" #: ../../include/attach.php:243 ../../include/attach.php:283 #: ../../include/attach.php:297 ../../include/attach.php:322 #: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/chat.php:116 ../../include/items.php:3620 +#: ../../include/chat.php:116 ../../include/items.php:3645 #: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 #: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 @@ -273,7 +301,7 @@ msgstr "" #: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 #: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 #: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:867 ../../mod/layouts.php:27 +#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 #: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 #: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 @@ -421,11 +449,11 @@ msgstr "" msgid "Logged out." msgstr "" -#: ../../include/auth.php:197 +#: ../../include/auth.php:198 msgid "Failed authentication" msgstr "" -#: ../../include/auth.php:212 ../../mod/openid.php:188 +#: ../../include/auth.php:213 ../../mod/openid.php:188 msgid "Login failed." msgstr "" @@ -447,17 +475,17 @@ msgstr "" msgid "Location:" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:617 -#: ../../include/bbcode.php:620 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:639 -#: ../../include/bbcode.php:642 ../../include/bbcode.php:645 -#: ../../include/bbcode.php:648 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:633 +#: ../../include/bbcode.php:636 ../../include/bbcode.php:641 +#: ../../include/bbcode.php:644 ../../include/bbcode.php:647 +#: ../../include/bbcode.php:650 ../../include/bbcode.php:655 +#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 +#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 +#: ../../include/bbcode.php:672 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:659 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:683 msgid "Encrypted content" msgstr "" @@ -474,10 +502,223 @@ msgstr "" msgid "post" msgstr "" -#: ../../include/bbcode.php:577 ../../include/bbcode.php:597 +#: ../../include/bbcode.php:601 ../../include/bbcode.php:621 msgid "$1 wrote:" msgstr "" +#: ../../include/ItemObject.php:89 ../../include/conversation.php:639 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "" + +#: ../../include/ItemObject.php:108 ../../include/conversation.php:632 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 +msgid "Delete" +msgstr "" + +#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 +msgid "Select" +msgstr "" + +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "" + +#: ../../include/ItemObject.php:128 +msgid "Like" +msgstr "" + +#: ../../include/ItemObject.php:128 ../../mod/profiles.php:302 +msgid "Likes" +msgstr "" + +#: ../../include/ItemObject.php:132 +msgid "Dislike" +msgstr "" + +#: ../../include/ItemObject.php:132 ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "" + +#: ../../include/ItemObject.php:154 +msgid "add star" +msgstr "" + +#: ../../include/ItemObject.php:155 +msgid "remove star" +msgstr "" + +#: ../../include/ItemObject.php:156 +msgid "toggle star status" +msgstr "" + +#: ../../include/ItemObject.php:160 +msgid "starred" +msgstr "" + +#: ../../include/ItemObject.php:169 ../../include/conversation.php:646 +msgid "Message is verified" +msgstr "" + +#: ../../include/ItemObject.php:177 +msgid "add tag" +msgstr "" + +#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 +msgid "I like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:192 ../../include/taxonomy.php:254 +msgid "like" +msgstr "" + +#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:193 ../../include/taxonomy.php:255 +msgid "dislike" +msgstr "" + +#: ../../include/ItemObject.php:195 +msgid "Share this" +msgstr "" + +#: ../../include/ItemObject.php:195 +msgid "share" +msgstr "" + +#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 +#, php-format +msgid "View %s's profile - %s" +msgstr "" + +#: ../../include/ItemObject.php:221 +msgid "to" +msgstr "" + +#: ../../include/ItemObject.php:222 +msgid "via" +msgstr "" + +#: ../../include/ItemObject.php:223 +msgid "Wall-to-Wall" +msgstr "" + +#: ../../include/ItemObject.php:224 +msgid "via Wall-To-Wall:" +msgstr "" + +#: ../../include/ItemObject.php:234 ../../include/conversation.php:690 +#, php-format +msgid " from %s" +msgstr "" + +#: ../../include/ItemObject.php:237 ../../include/conversation.php:693 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: ../../include/ItemObject.php:238 ../../include/conversation.php:694 +#, php-format +msgid "Expires: %s" +msgstr "" + +#: ../../include/ItemObject.php:258 +msgid "Bookmark Links" +msgstr "" + +#: ../../include/ItemObject.php:272 ../../include/conversation.php:711 +#: ../../include/conversation.php:1127 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 +#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 +#: ../../mod/photos.php:974 +msgid "Please wait" +msgstr "" + +#: ../../include/ItemObject.php:293 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/ItemObject.php:294 ../../include/contact_widgets.php:130 +#: ../../include/js_strings.php:7 +msgid "show more" +msgstr "" + +#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" +msgstr "" + +#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "" + +#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 +#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 +#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/events.php:481 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 +#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "" + +#: ../../include/ItemObject.php:562 +msgid "Bold" +msgstr "" + +#: ../../include/ItemObject.php:563 +msgid "Italic" +msgstr "" + +#: ../../include/ItemObject.php:564 +msgid "Underline" +msgstr "" + +#: ../../include/ItemObject.php:565 +msgid "Quote" +msgstr "" + +#: ../../include/ItemObject.php:566 +msgid "Code" +msgstr "" + +#: ../../include/ItemObject.php:567 +msgid "Image" +msgstr "" + +#: ../../include/ItemObject.php:568 +msgid "Link" +msgstr "" + +#: ../../include/ItemObject.php:569 +msgid "Video" +msgstr "" + +#: ../../include/ItemObject.php:573 ../../include/conversation.php:1153 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "" + #: ../../include/bookmarks.php:42 #, php-format msgid "%1$s's bookmarks" @@ -527,21 +768,11 @@ msgstr "" msgid "wants" msgstr "" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 -#: ../../include/ItemObject.php:192 -msgid "like" -msgstr "" - -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:128 +#: ../../include/taxonomy.php:254 msgid "likes" msgstr "" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 -#: ../../include/ItemObject.php:193 -msgid "dislike" -msgstr "" - -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:132 +#: ../../include/taxonomy.php:255 msgid "dislikes" msgstr "" @@ -684,7 +915,7 @@ msgid "Search" msgstr "" #: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/widgets.php:173 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:185 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 ../../mod/filer.php:50 msgid "Save" msgstr "" @@ -1036,12 +1267,12 @@ msgid "Advanced Find" msgstr "" #: ../../include/contact_widgets.php:58 ../../include/features.php:66 -#: ../../include/widgets.php:283 +#: ../../include/widgets.php:295 msgid "Saved Folders" msgstr "" #: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:286 +#: ../../include/widgets.php:298 msgid "Everything" msgstr "" @@ -1056,11 +1287,6 @@ msgid_plural "%d connections in common" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:130 ../../include/ItemObject.php:294 -#: ../../include/js_strings.php:7 -msgid "show more" -msgstr "" - #: ../../include/conversation.php:123 msgid "channel" msgstr "" @@ -1090,26 +1316,6 @@ msgstr "" msgid "%1$s is currently %2$s" msgstr "" -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 -msgid "Select" -msgstr "" - -#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" -msgstr "" - -#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:846 -msgid "Private Message" -msgstr "" - -#: ../../include/conversation.php:646 ../../include/ItemObject.php:169 -msgid "Message is verified" -msgstr "" - #: ../../include/conversation.php:666 #, php-format msgid "View %s's profile @ %s" @@ -1123,33 +1329,10 @@ msgstr "" msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:690 ../../include/ItemObject.php:234 -#, php-format -msgid " from %s" -msgstr "" - -#: ../../include/conversation.php:693 ../../include/ItemObject.php:237 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/conversation.php:694 ../../include/ItemObject.php:238 -#, php-format -msgid "Expires: %s" -msgstr "" - #: ../../include/conversation.php:709 msgid "View in context" msgstr "" -#: ../../include/conversation.php:711 ../../include/conversation.php:1127 -#: ../../include/ItemObject.php:272 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 -#: ../../mod/photos.php:974 -msgid "Please wait" -msgstr "" - #: ../../include/conversation.php:838 msgid "remove" msgstr "" @@ -1397,11 +1580,6 @@ msgstr "" msgid "Set expiration date" msgstr "" -#: ../../include/conversation.php:1153 ../../include/ItemObject.php:573 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" -msgstr "" - #: ../../include/conversation.php:1155 ../../mod/editpost.php:150 msgid "OK" msgstr "" @@ -1437,7 +1615,7 @@ msgstr "" msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1415 +#: ../../include/conversation.php:1415 ../../include/widgets.php:81 msgid "Personal" msgstr "" @@ -1445,8 +1623,9 @@ msgstr "" msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1424 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:61 +#: ../../include/conversation.php:1424 ../../include/widgets.php:83 +#: ../../mod/connections.php:211 ../../mod/connections.php:224 +#: ../../mod/menu.php:61 msgid "New" msgstr "" @@ -1486,11 +1665,6 @@ msgstr "" msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1501 ../../include/nav.php:84 -#: ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "" - #: ../../include/conversation.php:1510 ../../include/nav.php:85 #: ../../mod/fbrowser.php:114 msgid "Files" @@ -1504,11 +1678,6 @@ msgstr "" msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1532 ../../include/nav.php:87 -#: ../../include/nav.php:180 ../../mod/events.php:366 -msgid "Events" -msgstr "" - #: ../../include/conversation.php:1535 msgid "Events and Calendar" msgstr "" @@ -1822,142 +1991,6 @@ msgstr "" msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "" - -#: ../../include/ItemObject.php:154 -msgid "add star" -msgstr "" - -#: ../../include/ItemObject.php:155 -msgid "remove star" -msgstr "" - -#: ../../include/ItemObject.php:156 -msgid "toggle star status" -msgstr "" - -#: ../../include/ItemObject.php:160 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:177 -msgid "add tag" -msgstr "" - -#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:195 -msgid "Share this" -msgstr "" - -#: ../../include/ItemObject.php:195 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:221 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:222 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:223 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:224 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:258 -msgid "Bookmark Links" -msgstr "" - -#: ../../include/ItemObject.php:293 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" -msgstr "" - -#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 -#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 -#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/events.php:481 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 -#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/php/config.php:67 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "" - -#: ../../include/ItemObject.php:562 -msgid "Bold" -msgstr "" - -#: ../../include/ItemObject.php:563 -msgid "Italic" -msgstr "" - -#: ../../include/ItemObject.php:564 -msgid "Underline" -msgstr "" - -#: ../../include/ItemObject.php:565 -msgid "Quote" -msgstr "" - -#: ../../include/ItemObject.php:566 -msgid "Code" -msgstr "" - -#: ../../include/ItemObject.php:567 -msgid "Image" -msgstr "" - -#: ../../include/ItemObject.php:568 -msgid "Link" -msgstr "" - -#: ../../include/ItemObject.php:569 -msgid "Video" -msgstr "" - #: ../../include/features.php:23 msgid "General Features" msgstr "" @@ -2042,7 +2075,7 @@ msgstr "" msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/features.php:43 ../../include/widgets.php:490 +#: ../../include/features.php:43 ../../include/widgets.php:502 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "" @@ -2080,7 +2113,7 @@ msgstr "" msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/features.php:52 ../../include/widgets.php:252 +#: ../../include/features.php:52 ../../include/widgets.php:264 msgid "Saved Searches" msgstr "" @@ -2239,11 +2272,11 @@ msgstr "" msgid "Channels not in any collection" msgstr "" -#: ../../include/group.php:290 ../../include/widgets.php:253 +#: ../../include/group.php:290 ../../include/widgets.php:265 msgid "add" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1239 +#: ../../include/identity.php:30 ../../mod/item.php:1244 msgid "Unable to obtain identity information from database" msgstr "" @@ -2281,7 +2314,7 @@ msgid "Default Profile" msgstr "" #: ../../include/identity.php:342 ../../include/profile_selectors.php:42 -#: ../../include/widgets.php:387 ../../mod/connedit.php:431 +#: ../../include/widgets.php:399 ../../mod/connedit.php:431 msgid "Friends" msgstr "" @@ -2381,11 +2414,6 @@ msgstr "" msgid "Events this week:" msgstr "" -#: ../../include/identity.php:942 ../../include/identity.php:1031 -#: ../../mod/profperm.php:112 -msgid "Profile" -msgstr "" - #: ../../include/identity.php:950 ../../mod/settings.php:937 msgid "Full Name:" msgstr "" @@ -2483,42 +2511,42 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/items.php:281 ../../mod/profperm.php:23 +#: ../../include/items.php:306 ../../mod/profperm.php:23 #: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 #: ../../index.php:361 msgid "Permission denied" msgstr "" -#: ../../include/items.php:805 +#: ../../include/items.php:830 msgid "(Unknown)" msgstr "" -#: ../../include/items.php:3558 ../../mod/admin.php:159 +#: ../../include/items.php:3583 ../../mod/admin.php:159 #: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 #: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78 #: ../../mod/viewsrc.php:18 msgid "Item not found." msgstr "" -#: ../../include/items.php:3982 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "" -#: ../../include/items.php:3997 +#: ../../include/items.php:4022 msgid "Collection is empty." msgstr "" -#: ../../include/items.php:4004 +#: ../../include/items.php:4029 #, php-format msgid "Collection: %s" msgstr "" -#: ../../include/items.php:4015 +#: ../../include/items.php:4040 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:4018 +#: ../../include/items.php:4043 msgid "Connection not found." msgstr "" @@ -2562,76 +2590,80 @@ msgstr "" msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/js_strings.php:18 -msgid "timeago.prefixAgo" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" #: ../../include/js_strings.php:19 -msgid "timeago.prefixFromNow" +msgid "timeago.prefixAgo" msgstr "" #: ../../include/js_strings.php:20 -msgid "ago" +msgid "timeago.prefixFromNow" msgstr "" #: ../../include/js_strings.php:21 -msgid "from now" +msgid "ago" msgstr "" #: ../../include/js_strings.php:22 -msgid "less than a minute" +msgid "from now" msgstr "" #: ../../include/js_strings.php:23 -msgid "about a minute" +msgid "less than a minute" msgstr "" #: ../../include/js_strings.php:24 +msgid "about a minute" +msgstr "" + +#: ../../include/js_strings.php:25 #, php-format msgid "%d minutes" msgstr "" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 msgid "about an hour" msgstr "" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 #, php-format msgid "about %d hours" msgstr "" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 msgid "a day" msgstr "" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 #, php-format msgid "%d days" msgstr "" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 msgid "about a month" msgstr "" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 #, php-format msgid "%d months" msgstr "" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 msgid "about a year" msgstr "" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 #, php-format msgid "%d years" msgstr "" -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid " " msgstr "" -#: ../../include/js_strings.php:34 +#: ../../include/js_strings.php:35 msgid "timeago.numbers" msgstr "" @@ -2744,7 +2776,7 @@ msgstr "" msgid "Help and documentation" msgstr "" -#: ../../include/nav.php:142 +#: ../../include/nav.php:142 ../../mod/apps.php:17 msgid "Apps" msgstr "" @@ -2756,18 +2788,10 @@ msgstr "" msgid "Search site content" msgstr "" -#: ../../include/nav.php:147 ../../mod/directory.php:210 -msgid "Directory" -msgstr "" - #: ../../include/nav.php:147 msgid "Channel Locator" msgstr "" -#: ../../include/nav.php:158 -msgid "Matrix" -msgstr "" - #: ../../include/nav.php:158 msgid "Your matrix" msgstr "" @@ -2776,10 +2800,6 @@ msgstr "" msgid "Mark all matrix notifications seen" msgstr "" -#: ../../include/nav.php:161 -msgid "Channel Home" -msgstr "" - #: ../../include/nav.php:161 msgid "Channel home" msgstr "" @@ -2833,7 +2853,7 @@ msgstr "" msgid "Outbox" msgstr "" -#: ../../include/nav.php:177 ../../include/widgets.php:523 +#: ../../include/nav.php:177 ../../include/widgets.php:535 msgid "New Message" msgstr "" @@ -2857,7 +2877,7 @@ msgstr "" msgid "Manage Your Channels" msgstr "" -#: ../../include/nav.php:186 ../../include/widgets.php:501 +#: ../../include/nav.php:186 ../../include/widgets.php:513 #: ../../mod/admin.php:976 ../../mod/admin.php:1181 msgid "Settings" msgstr "" @@ -2890,15 +2910,15 @@ msgstr "" msgid "view full size" msgstr "" -#: ../../include/plugin.php:475 ../../include/plugin.php:477 +#: ../../include/plugin.php:486 ../../include/plugin.php:488 msgid "Click here to upgrade." msgstr "" -#: ../../include/plugin.php:483 +#: ../../include/plugin.php:494 msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/plugin.php:488 +#: ../../include/plugin.php:499 msgid "This action is not available under your subscription plan." msgstr "" @@ -3153,124 +3173,136 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +#: ../../include/widgets.php:79 +msgid "App Category" +msgstr "" + +#: ../../include/widgets.php:80 +msgid "System" +msgstr "" + +#: ../../include/widgets.php:82 +msgid "Featured" +msgstr "" + +#: ../../include/widgets.php:129 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "" -#: ../../include/widgets.php:123 ../../mod/connections.php:266 +#: ../../include/widgets.php:135 ../../mod/connections.php:266 msgid "Suggestions" msgstr "" -#: ../../include/widgets.php:124 +#: ../../include/widgets.php:136 msgid "See more..." msgstr "" -#: ../../include/widgets.php:146 +#: ../../include/widgets.php:158 #, php-format msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/widgets.php:152 +#: ../../include/widgets.php:164 msgid "Add New Connection" msgstr "" -#: ../../include/widgets.php:153 +#: ../../include/widgets.php:165 msgid "Enter the channel address" msgstr "" -#: ../../include/widgets.php:154 +#: ../../include/widgets.php:166 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../include/widgets.php:171 +#: ../../include/widgets.php:183 msgid "Notes" msgstr "" -#: ../../include/widgets.php:243 +#: ../../include/widgets.php:255 msgid "Remove term" msgstr "" -#: ../../include/widgets.php:322 +#: ../../include/widgets.php:334 msgid "Archives" msgstr "" -#: ../../include/widgets.php:384 +#: ../../include/widgets.php:396 msgid "Refresh" msgstr "" -#: ../../include/widgets.php:385 ../../mod/connedit.php:428 +#: ../../include/widgets.php:397 ../../mod/connedit.php:428 msgid "Me" msgstr "" -#: ../../include/widgets.php:386 ../../mod/connedit.php:430 +#: ../../include/widgets.php:398 ../../mod/connedit.php:430 msgid "Best Friends" msgstr "" -#: ../../include/widgets.php:388 +#: ../../include/widgets.php:400 msgid "Co-workers" msgstr "" -#: ../../include/widgets.php:389 ../../mod/connedit.php:432 +#: ../../include/widgets.php:401 ../../mod/connedit.php:432 msgid "Former Friends" msgstr "" -#: ../../include/widgets.php:390 ../../mod/connedit.php:433 +#: ../../include/widgets.php:402 ../../mod/connedit.php:433 msgid "Acquaintances" msgstr "" -#: ../../include/widgets.php:391 +#: ../../include/widgets.php:403 msgid "Everybody" msgstr "" -#: ../../include/widgets.php:423 +#: ../../include/widgets.php:435 msgid "Account settings" msgstr "" -#: ../../include/widgets.php:429 +#: ../../include/widgets.php:441 msgid "Channel settings" msgstr "" -#: ../../include/widgets.php:435 +#: ../../include/widgets.php:447 msgid "Additional features" msgstr "" -#: ../../include/widgets.php:441 +#: ../../include/widgets.php:453 msgid "Feature settings" msgstr "" -#: ../../include/widgets.php:447 +#: ../../include/widgets.php:459 msgid "Display settings" msgstr "" -#: ../../include/widgets.php:453 +#: ../../include/widgets.php:465 msgid "Connected apps" msgstr "" -#: ../../include/widgets.php:459 +#: ../../include/widgets.php:471 msgid "Export channel" msgstr "" -#: ../../include/widgets.php:471 +#: ../../include/widgets.php:483 msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../include/widgets.php:481 +#: ../../include/widgets.php:493 msgid "Premium Channel Settings" msgstr "" -#: ../../include/widgets.php:518 +#: ../../include/widgets.php:530 msgid "Check Mail" msgstr "" -#: ../../include/widgets.php:599 +#: ../../include/widgets.php:611 msgid "Chat Rooms" msgstr "" -#: ../../include/widgets.php:617 +#: ../../include/widgets.php:629 msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/widgets.php:635 +#: ../../include/widgets.php:647 msgid "Suggested Chatrooms" msgstr "" @@ -4095,14 +4127,6 @@ msgstr "" msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../mod/apps.php:8 -msgid "No installed applications." -msgstr "" - -#: ../../mod/apps.php:13 -msgid "Applications" -msgstr "" - #: ../../mod/attach.php:9 msgid "Item not available." msgstr "" @@ -4243,14 +4267,6 @@ msgstr "" msgid "Romantic Partner" msgstr "" -#: ../../mod/profiles.php:302 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:306 -msgid "Dislikes" -msgstr "" - #: ../../mod/profiles.php:310 msgid "Work/Employment" msgstr "" @@ -6765,16 +6781,16 @@ msgstr "" msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/item.php:801 +#: ../../mod/item.php:806 msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1244 +#: ../../mod/item.php:1249 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1250 +#: ../../mod/item.php:1255 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -7535,7 +7551,7 @@ msgid "Set the border colour of comments" msgstr "" #: ../../view/theme/redbasic/php/config.php:120 -msgid "Set the opacity of items" +msgid "Set the indent for comments" msgstr "" #: ../../view/theme/redbasic/php/config.php:121 -- cgit v1.2.3 From 71f5908e216c71e7ab379bc15902ddf59b2884ba Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 May 2014 20:22:38 -0700 Subject: add optional context to translations --- util/messages.po | 217 +++++++++++++++++++++++++++------------------------ util/run_xgettext.sh | 2 +- 2 files changed, 116 insertions(+), 103 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index c92f0e5f9..3b5fd6dc2 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-05-16.677\n" +"Project-Id-Version: 2014-05-20.681\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-16 00:02-0700\n" +"POT-Creation-Date: 2014-05-20 20:21-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,30 +33,57 @@ msgstr "" msgid "Matrix" msgstr "" -#: ../../include/apps.php:107 ../../include/nav.php:161 +#: ../../include/apps.php:108 ../../include/nav.php:161 msgid "Channel Home" msgstr "" -#: ../../include/apps.php:107 ../../include/identity.php:942 +#: ../../include/apps.php:109 ../../include/identity.php:942 #: ../../include/identity.php:1031 ../../mod/profperm.php:112 msgid "Profile" msgstr "" -#: ../../include/apps.php:108 ../../include/conversation.php:1501 +#: ../../include/apps.php:110 ../../include/conversation.php:1501 #: ../../include/nav.php:84 ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" -#: ../../include/apps.php:108 ../../include/conversation.php:1532 +#: ../../include/apps.php:111 ../../include/conversation.php:1532 #: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366 msgid "Events" msgstr "" -#: ../../include/apps.php:108 ../../include/nav.php:147 +#: ../../include/apps.php:112 ../../include/nav.php:147 #: ../../mod/directory.php:210 msgid "Directory" msgstr "" +#: ../../include/apps.php:113 ../../include/nav.php:139 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "" + +#: ../../include/apps.php:146 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" +msgstr "" + +#: ../../include/apps.php:146 +msgid "Install" +msgstr "" + +#: ../../include/apps.php:151 ../../include/ItemObject.php:108 +#: ../../include/conversation.php:632 ../../mod/admin.php:757 +#: ../../mod/admin.php:886 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 +msgid "Delete" +msgstr "" + +#: ../../include/apps.php:213 ../../include/apps.php:255 +#: ../../mod/connedit.php:434 +msgid "Unknown" +msgstr "" + #: ../../include/oembed.php:171 msgid "Embedded content" msgstr "" @@ -109,7 +136,7 @@ msgstr "" msgid "View" msgstr "" -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:570 +#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:588 #: ../../include/conversation.php:1088 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 #: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 @@ -356,7 +383,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: ../../include/acl_selectors.php:247 +#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:285 msgid "Close" msgstr "" @@ -475,34 +502,34 @@ msgstr "" msgid "Location:" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:633 -#: ../../include/bbcode.php:636 ../../include/bbcode.php:641 -#: ../../include/bbcode.php:644 ../../include/bbcode.php:647 -#: ../../include/bbcode.php:650 ../../include/bbcode.php:655 -#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 -#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 -#: ../../include/bbcode.php:672 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 +#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 +#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 +#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 +#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 +#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 +#: ../../include/bbcode.php:681 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:683 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 msgid "Encrypted content" msgstr "" -#: ../../include/bbcode.php:170 +#: ../../include/bbcode.php:179 msgid "QR code" msgstr "" -#: ../../include/bbcode.php:219 +#: ../../include/bbcode.php:228 #, php-format msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/bbcode.php:221 +#: ../../include/bbcode.php:230 msgid "post" msgstr "" -#: ../../include/bbcode.php:601 ../../include/bbcode.php:621 +#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 msgid "$1 wrote:" msgstr "" @@ -511,13 +538,6 @@ msgstr "" msgid "Private Message" msgstr "" -#: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" -msgstr "" - #: ../../include/ItemObject.php:114 ../../include/conversation.php:631 msgid "Select" msgstr "" @@ -526,111 +546,117 @@ msgstr "" msgid "save to folder" msgstr "" -#: ../../include/ItemObject.php:128 +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" +msgstr "" + +#: ../../include/ItemObject.php:134 msgid "Like" msgstr "" -#: ../../include/ItemObject.php:128 ../../mod/profiles.php:302 +#: ../../include/ItemObject.php:134 ../../include/ItemObject.php:279 +#: ../../mod/profiles.php:302 msgid "Likes" msgstr "" -#: ../../include/ItemObject.php:132 +#: ../../include/ItemObject.php:139 msgid "Dislike" msgstr "" -#: ../../include/ItemObject.php:132 ../../mod/profiles.php:306 +#: ../../include/ItemObject.php:139 ../../include/ItemObject.php:280 +#: ../../mod/profiles.php:306 msgid "Dislikes" msgstr "" -#: ../../include/ItemObject.php:154 +#: ../../include/ItemObject.php:167 msgid "add star" msgstr "" -#: ../../include/ItemObject.php:155 +#: ../../include/ItemObject.php:168 msgid "remove star" msgstr "" -#: ../../include/ItemObject.php:156 +#: ../../include/ItemObject.php:169 msgid "toggle star status" msgstr "" -#: ../../include/ItemObject.php:160 +#: ../../include/ItemObject.php:173 msgid "starred" msgstr "" -#: ../../include/ItemObject.php:169 ../../include/conversation.php:646 +#: ../../include/ItemObject.php:182 ../../include/conversation.php:646 msgid "Message is verified" msgstr "" -#: ../../include/ItemObject.php:177 +#: ../../include/ItemObject.php:190 msgid "add tag" msgstr "" -#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 +#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "" -#: ../../include/ItemObject.php:192 ../../include/taxonomy.php:254 +#: ../../include/ItemObject.php:205 ../../include/taxonomy.php:254 msgid "like" msgstr "" -#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "" -#: ../../include/ItemObject.php:193 ../../include/taxonomy.php:255 +#: ../../include/ItemObject.php:206 ../../include/taxonomy.php:255 msgid "dislike" msgstr "" -#: ../../include/ItemObject.php:195 +#: ../../include/ItemObject.php:208 msgid "Share this" msgstr "" -#: ../../include/ItemObject.php:195 +#: ../../include/ItemObject.php:208 msgid "share" msgstr "" -#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 +#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 #, php-format msgid "View %s's profile - %s" msgstr "" -#: ../../include/ItemObject.php:221 +#: ../../include/ItemObject.php:234 msgid "to" msgstr "" -#: ../../include/ItemObject.php:222 +#: ../../include/ItemObject.php:235 msgid "via" msgstr "" -#: ../../include/ItemObject.php:223 +#: ../../include/ItemObject.php:236 msgid "Wall-to-Wall" msgstr "" -#: ../../include/ItemObject.php:224 +#: ../../include/ItemObject.php:237 msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/ItemObject.php:234 ../../include/conversation.php:690 +#: ../../include/ItemObject.php:247 ../../include/conversation.php:690 #, php-format msgid " from %s" msgstr "" -#: ../../include/ItemObject.php:237 ../../include/conversation.php:693 +#: ../../include/ItemObject.php:250 ../../include/conversation.php:693 #, php-format msgid "last edited: %s" msgstr "" -#: ../../include/ItemObject.php:238 ../../include/conversation.php:694 +#: ../../include/ItemObject.php:251 ../../include/conversation.php:694 #, php-format msgid "Expires: %s" msgstr "" -#: ../../include/ItemObject.php:258 +#: ../../include/ItemObject.php:271 msgid "Bookmark Links" msgstr "" -#: ../../include/ItemObject.php:272 ../../include/conversation.php:711 +#: ../../include/ItemObject.php:290 ../../include/conversation.php:711 #: ../../include/conversation.php:1127 ../../mod/editblock.php:120 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 #: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 @@ -638,29 +664,29 @@ msgstr "" msgid "Please wait" msgstr "" -#: ../../include/ItemObject.php:293 +#: ../../include/ItemObject.php:311 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../include/ItemObject.php:294 ../../include/contact_widgets.php:130 +#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 #: ../../include/js_strings.php:7 msgid "show more" msgstr "" -#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 +#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 #: ../../mod/photos.php:1077 msgid "This is you" msgstr "" -#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 +#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 #: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "" -#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 +#: ../../include/ItemObject.php:579 ../../mod/mood.php:142 #: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 #: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 #: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 @@ -682,39 +708,39 @@ msgstr "" msgid "Submit" msgstr "" -#: ../../include/ItemObject.php:562 +#: ../../include/ItemObject.php:580 msgid "Bold" msgstr "" -#: ../../include/ItemObject.php:563 +#: ../../include/ItemObject.php:581 msgid "Italic" msgstr "" -#: ../../include/ItemObject.php:564 +#: ../../include/ItemObject.php:582 msgid "Underline" msgstr "" -#: ../../include/ItemObject.php:565 +#: ../../include/ItemObject.php:583 msgid "Quote" msgstr "" -#: ../../include/ItemObject.php:566 +#: ../../include/ItemObject.php:584 msgid "Code" msgstr "" -#: ../../include/ItemObject.php:567 +#: ../../include/ItemObject.php:585 msgid "Image" msgstr "" -#: ../../include/ItemObject.php:568 +#: ../../include/ItemObject.php:586 msgid "Link" msgstr "" -#: ../../include/ItemObject.php:569 +#: ../../include/ItemObject.php:587 msgid "Video" msgstr "" -#: ../../include/ItemObject.php:573 ../../include/conversation.php:1153 +#: ../../include/ItemObject.php:591 ../../include/conversation.php:1153 #: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 msgid "Encrypt text" msgstr "" @@ -842,7 +868,7 @@ msgid "RSS/Atom" msgstr "" #: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1454 +#: ../../mod/admin.php:762 ../../boot.php:1453 msgid "Email" msgstr "" @@ -1623,9 +1649,8 @@ msgstr "" msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1424 ../../include/widgets.php:83 -#: ../../mod/connections.php:211 ../../mod/connections.php:224 -#: ../../mod/menu.php:61 +#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "" @@ -2683,7 +2708,7 @@ msgstr "" msgid "Stored post could not be verified." msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 msgid "Logout" msgstr "" @@ -2739,7 +2764,7 @@ msgstr "" msgid "Your webpages" msgstr "" -#: ../../include/nav.php:94 ../../boot.php:1452 +#: ../../include/nav.php:94 ../../boot.php:1451 msgid "Login" msgstr "" @@ -2760,7 +2785,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 msgid "Register" msgstr "" @@ -2768,15 +2793,11 @@ msgstr "" msgid "Create an account" msgstr "" -#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 -msgid "Help" -msgstr "" - #: ../../include/nav.php:139 msgid "Help and documentation" msgstr "" -#: ../../include/nav.php:142 ../../mod/apps.php:17 +#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 msgid "Apps" msgstr "" @@ -3181,10 +3202,6 @@ msgstr "" msgid "System" msgstr "" -#: ../../include/widgets.php:82 -msgid "Featured" -msgstr "" - #: ../../include/widgets.php:129 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "" @@ -5053,10 +5070,6 @@ msgstr "" msgid "Delete this connection" msgstr "" -#: ../../mod/connedit.php:434 -msgid "Unknown" -msgstr "" - #: ../../mod/connedit.php:444 ../../mod/connedit.php:473 msgid "Approve this connection" msgstr "" @@ -5332,10 +5345,6 @@ msgstr "" msgid "Key and Secret are required" msgstr "" -#: ../../mod/settings.php:79 ../../mod/settings.php:541 -msgid "Update" -msgstr "" - #: ../../mod/settings.php:195 msgid "Passwords do not match. Password unchanged." msgstr "" @@ -6853,7 +6862,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1462 +#: ../../mod/lostpass.php:85 ../../boot.php:1461 msgid "Password Reset" msgstr "" @@ -7325,6 +7334,10 @@ msgstr "" msgid "OpenID protocol error. No ID returned." msgstr "" +#: ../../mod/appman.php:13 +msgid "Malformed app." +msgstr "" + #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" @@ -7606,41 +7619,41 @@ msgstr "" msgid "Are you a clean desk or a messy desk person?" msgstr "" -#: ../../boot.php:1260 +#: ../../boot.php:1259 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1263 +#: ../../boot.php:1262 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1427 +#: ../../boot.php:1426 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1455 +#: ../../boot.php:1454 msgid "Password" msgstr "" -#: ../../boot.php:1456 +#: ../../boot.php:1455 msgid "Remember me" msgstr "" -#: ../../boot.php:1461 +#: ../../boot.php:1460 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1526 +#: ../../boot.php:1525 msgid "permission denied" msgstr "" -#: ../../boot.php:1527 +#: ../../boot.php:1526 msgid "Got Zot?" msgstr "" -#: ../../boot.php:1957 +#: ../../boot.php:1956 msgid "toggle mobile" msgstr "" diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 3be355c44..6fef46f67 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -44,7 +44,7 @@ OPTS= # fi #fi -KEYWORDS="-k -kt -ktt:1,2" +KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2" echo "extract strings to $OUTFILE.." -- cgit v1.2.3 From 72a633dc51b98b25c740a9cb392acfaad77148d8 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Wed, 21 May 2014 04:48:22 -0300 Subject: Make translation contexts effective. --- util/po2php.php | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index edb1a35a8..d3e6d190c 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -30,6 +30,7 @@ function po2php_run($argv, $argc) { $infile = file($pofile); $k=""; $v=""; + $ctx=""; $arr = False; $ink = False; $inv = False; @@ -92,23 +93,27 @@ function po2php_run($argv, $argc) { if ($k!="") $out .= $arr?");\n":";\n"; $arr=False; $k = str_replace("msgid ","",$l); - if ($k != '""' ) { - $k = trim($k,"\"\r\n"); - } else { - $k = ""; - } - + $k = trim($k,"\"\r\n"); + $k = $ctx.$k; + // echo $ctx ? $ctx."\nX\n":""; $k = preg_replace_callback($escape_s_exp,'escape_s',$k); + $ctx = ""; $ink = True; } - if ($inv && substr($l,0,6)!="msgstr") { + if ($inv && substr($l,0,6)!="msgstr" && substr($l,0,7)!="msgctxt") { $v .= trim($l,"\"\r\n"); $v = preg_replace_callback($escape_s_exp,'escape_s',$v); //$out .= '$a->strings['.$k.'] = '; } - - + + if (substr($l,0,7)=="msgctxt") { + $ctx = str_replace("msgctxt ","",$l); + $ctx = trim($ctx,"\"\r\n"); + $ctx = "__ctx:".$ctx."__ "; + $ctx = preg_replace_callback($escape_s_exp,'escape_s',$ctx); + } + } if ($inv) { $inv = False; $out .= '"'.$v.'"'; } -- cgit v1.2.3 From d15e3776f3ec5476b1614f0488e8e81e0f0ebb70 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Wed, 21 May 2014 05:32:46 -0300 Subject: Allow translation context with plural. Use that in Likes/Dislikes. --- util/messages.po | 8092 +++++++++++++++++++++++++------------------------- util/run_xgettext.sh | 2 +- util/strings.php | 2573 +++++++++------- 3 files changed, 5430 insertions(+), 5237 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index 3b5fd6dc2..fd710f9fa 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2014-05-20.681\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-20 20:21-0700\n" +"POT-Creation-Date: 2014-05-21 05:30-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,1784 +17,1410 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 -#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:655 ../../mod/photos.php:677 -msgid "Profile Photos" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/apps.php:107 ../../include/nav.php:158 -msgid "Matrix" +#: ../../include/follow.php:28 +msgid "Channel location missing." msgstr "" -#: ../../include/apps.php:108 ../../include/nav.php:161 -msgid "Channel Home" +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/apps.php:109 ../../include/identity.php:942 -#: ../../include/identity.php:1031 ../../mod/profperm.php:112 -msgid "Profile" +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/apps.php:110 ../../include/conversation.php:1501 -#: ../../include/nav.php:84 ../../mod/fbrowser.php:25 -msgid "Photos" +#: ../../include/follow.php:132 +msgid "Channel discovery failed." msgstr "" -#: ../../include/apps.php:111 ../../include/conversation.php:1532 -#: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366 -msgid "Events" +#: ../../include/follow.php:149 +msgid "local account not found." msgstr "" -#: ../../include/apps.php:112 ../../include/nav.php:147 -#: ../../mod/directory.php:210 -msgid "Directory" +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/apps.php:113 ../../include/nav.php:139 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" +#: ../../include/reddav.php:1045 +msgid "Edit File properties" msgstr "" -#: ../../include/apps.php:146 ../../mod/settings.php:79 -#: ../../mod/settings.php:541 -msgid "Update" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/apps.php:146 -msgid "Install" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" msgstr "" -#: ../../include/apps.php:151 ../../include/ItemObject.php:108 -#: ../../include/conversation.php:632 ../../mod/admin.php:757 -#: ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" msgstr "" -#: ../../include/apps.php:213 ../../include/apps.php:255 -#: ../../mod/connedit.php:434 -msgid "Unknown" +#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 +#: ../../include/identity.php:726 ../../mod/dirprofile.php:105 +#: ../../mod/directory.php:156 ../../mod/events.php:474 +msgid "Location:" msgstr "" -#: ../../include/oembed.php:171 -msgid "Embedded content" +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 +msgid "Categories" msgstr "" -#: ../../include/oembed.php:180 -msgid "Embedding disabled" +#: ../../include/widgets.php:79 +msgid "App Category" msgstr "" -#: ../../include/notify.php:23 -msgid "created a new post" +#: ../../include/widgets.php:80 +msgid "System" msgstr "" -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" +#: ../../include/widgets.php:81 ../../include/conversation.php:1415 +msgid "Personal" msgstr "" -#: ../../include/Contact.php:107 ../../include/identity.php:675 #: ../../include/widgets.php:127 ../../include/widgets.php:167 -#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../mod/dirprofile.php:164 ../../mod/directory.php:183 #: ../../mod/suggest.php:51 ../../mod/match.php:62 msgid "Connect" msgstr "" -#: ../../include/Contact.php:123 -msgid "New window" +#: ../../include/widgets.php:129 ../../mod/suggest.php:53 +msgid "Ignore/Hide" msgstr "" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/widgets.php:135 ../../mod/connections.php:266 +msgid "Suggestions" msgstr "" -#: ../../include/page_widgets.php:6 -msgid "New Page" +#: ../../include/widgets.php:136 +msgid "See more..." msgstr "" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/ItemObject.php:96 ../../include/menu.php:42 -#: ../../mod/blocks.php:94 ../../mod/connections.php:392 -#: ../../mod/settings.php:577 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:174 -#: ../../mod/thing.php:235 ../../mod/layouts.php:112 ../../mod/menu.php:59 -#: ../../mod/webpages.php:119 -msgid "Edit" +#: ../../include/widgets.php:158 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:122 -msgid "View" +#: ../../include/widgets.php:164 +msgid "Add New Connection" msgstr "" -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:588 -#: ../../include/conversation.php:1088 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 -#: ../../mod/photos.php:994 -msgid "Preview" +#: ../../include/widgets.php:165 +msgid "Enter the channel address" msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 -msgid "Actions" +#: ../../include/widgets.php:166 +msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 -msgid "Page Link" +#: ../../include/widgets.php:183 +msgid "Notes" msgstr "" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 -msgid "Title" +#: ../../include/widgets.php:185 ../../include/text.php:815 +#: ../../include/text.php:829 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 +msgid "Save" msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 -msgid "Created" +#: ../../include/widgets.php:255 +msgid "Remove term" msgstr "" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 -msgid "Edited" +#: ../../include/widgets.php:264 ../../include/features.php:52 +msgid "Saved Searches" msgstr "" -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" +#: ../../include/widgets.php:265 ../../include/group.php:290 +msgid "add" msgstr "" -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" +#: ../../include/widgets.php:295 ../../include/features.php:66 +#: ../../include/contact_widgets.php:58 +msgid "Saved Folders" msgstr "" -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" +#: ../../include/widgets.php:298 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 +msgid "Everything" msgstr "" -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" +#: ../../include/widgets.php:334 +msgid "Archives" msgstr "" -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" +#: ../../include/widgets.php:396 +msgid "Refresh" msgstr "" -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" +#: ../../include/widgets.php:397 ../../mod/connedit.php:428 +msgid "Me" msgstr "" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" +#: ../../include/widgets.php:398 ../../mod/connedit.php:430 +msgid "Best Friends" msgstr "" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/widgets.php:399 ../../include/profile_selectors.php:42 +#: ../../include/identity.php:342 ../../mod/connedit.php:431 +msgid "Friends" msgstr "" -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" +#: ../../include/widgets.php:400 +msgid "Co-workers" msgstr "" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" +#: ../../include/widgets.php:401 ../../mod/connedit.php:432 +msgid "Former Friends" msgstr "" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" +#: ../../include/widgets.php:402 ../../mod/connedit.php:433 +msgid "Acquaintances" msgstr "" -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/widgets.php:403 +msgid "Everybody" msgstr "" -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/widgets.php:435 +msgid "Account settings" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" +#: ../../include/widgets.php:441 +msgid "Channel settings" msgstr "" -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" +#: ../../include/widgets.php:447 +msgid "Additional features" msgstr "" -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" +#: ../../include/widgets.php:453 +msgid "Feature settings" msgstr "" -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" +#: ../../include/widgets.php:459 +msgid "Display settings" msgstr "" -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/widgets.php:465 +msgid "Connected apps" msgstr "" -#: ../../include/permissions.php:33 -msgid "Can administer my channel resources" +#: ../../include/widgets.php:471 +msgid "Export channel" msgstr "" -#: ../../include/permissions.php:33 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/widgets.php:483 +msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../include/account.php:23 -msgid "Not a valid email address" +#: ../../include/widgets.php:493 +msgid "Premium Channel Settings" msgstr "" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" +#: ../../include/widgets.php:502 ../../include/features.php:43 +#: ../../mod/sources.php:88 +msgid "Channel Sources" msgstr "" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." +#: ../../include/widgets.php:513 ../../include/nav.php:186 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 +msgid "Settings" msgstr "" -#: ../../include/account.php:64 -msgid "An invitation is required." +#: ../../include/widgets.php:530 +msgid "Check Mail" msgstr "" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." +#: ../../include/widgets.php:535 ../../include/nav.php:177 +msgid "New Message" msgstr "" -#: ../../include/account.php:119 -msgid "Please enter the required information." +#: ../../include/widgets.php:611 +msgid "Chat Rooms" msgstr "" -#: ../../include/account.php:187 -msgid "Failed to store account information." +#: ../../include/widgets.php:629 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/account.php:273 -#, php-format -msgid "Registration request at %s" +#: ../../include/widgets.php:647 +msgid "Suggested Chatrooms" msgstr "" -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 -msgid "Administrator" +#: ../../include/api.php:1016 +msgid "Public Timeline" msgstr "" -#: ../../include/account.php:297 -msgid "your registration password" +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 +msgid "Logout" msgstr "" -#: ../../include/account.php:300 ../../include/account.php:357 -#, php-format -msgid "Registration details for %s" +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" msgstr "" -#: ../../include/account.php:366 -msgid "Account approved." +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" msgstr "" -#: ../../include/account.php:400 -#, php-format -msgid "Registration revoked for %s" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" msgstr "" -#: ../../include/photos.php:15 ../../include/attach.php:119 -#: ../../include/attach.php:166 ../../include/attach.php:229 -#: ../../include/attach.php:243 ../../include/attach.php:283 -#: ../../include/attach.php:297 ../../include/attach.php:322 -#: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/chat.php:116 ../../include/items.php:3645 -#: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 -#: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203 -#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/events.php:140 ../../mod/sources.php:66 -#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 -#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 -#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 -#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 -#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 -#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/message.php:16 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/notifications.php:66 ../../index.php:187 ../../index.php:362 -msgid "Permission denied." +#: ../../include/nav.php:81 ../../include/conversation.php:937 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +msgid "View Profile" msgstr "" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/nav.php:81 +msgid "Your profile page" msgstr "" -#: ../../include/photos.php:96 -msgid "Image file is empty." +#: ../../include/nav.php:83 +msgid "Edit Profiles" msgstr "" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 -msgid "Unable to process image" +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/photos.php:186 -msgid "Photo storage failed." +#: ../../include/nav.php:84 ../../include/conversation.php:1501 +#: ../../include/apps.php:110 ../../mod/fbrowser.php:25 +msgid "Photos" msgstr "" -#: ../../include/photos.php:311 ../../include/conversation.php:1504 -msgid "Photo Albums" +#: ../../include/nav.php:84 +msgid "Your photos" msgstr "" -#: ../../include/photos.php:315 ../../mod/photos.php:693 -#: ../../mod/photos.php:1190 -msgid "Upload New Photos" +#: ../../include/nav.php:85 ../../include/conversation.php:1510 +#: ../../mod/fbrowser.php:114 +msgid "Files" msgstr "" -#: ../../include/acl_selectors.php:238 -msgid "Visible to everybody" +#: ../../include/nav.php:85 +msgid "Your files" msgstr "" -#: ../../include/acl_selectors.php:239 -msgid "Show" +#: ../../include/nav.php:86 +msgid "Chat" msgstr "" -#: ../../include/acl_selectors.php:240 -msgid "Don't show" +#: ../../include/nav.php:86 +msgid "Your chatrooms" msgstr "" -#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209 -#: ../../mod/filestorage.php:126 ../../mod/photos.php:606 -#: ../../mod/photos.php:949 -msgid "Permissions" +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1532 ../../include/apps.php:111 +#: ../../mod/events.php:366 +msgid "Events" msgstr "" -#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:285 -msgid "Close" +#: ../../include/nav.php:87 +msgid "Your events" msgstr "" -#: ../../include/activities.php:39 -msgid " and " +#: ../../include/nav.php:88 ../../include/conversation.php:1540 +msgid "Bookmarks" msgstr "" -#: ../../include/activities.php:47 -msgid "public profile" +#: ../../include/nav.php:88 +msgid "Your bookmarks" msgstr "" -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../include/nav.php:90 ../../include/conversation.php:1551 +#: ../../mod/webpages.php:79 +msgid "Webpages" msgstr "" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" +#: ../../include/nav.php:90 +msgid "Your webpages" msgstr "" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../include/nav.php:94 ../../boot.php:1451 +msgid "Login" msgstr "" -#: ../../include/api.php:1016 -msgid "Public Timeline" +#: ../../include/nav.php:94 +msgid "Sign in" msgstr "" -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." +#: ../../include/nav.php:111 +#, php-format +msgid "%s - click to logout" msgstr "" -#: ../../include/attach.php:335 -msgid "No source file." +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" +#: ../../include/nav.php:130 +msgid "Home Page" msgstr "" -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 +msgid "Register" msgstr "" -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../include/nav.php:134 +msgid "Create an account" msgstr "" -#: ../../include/attach.php:393 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../include/nav.php:139 ../../include/apps.php:113 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" msgstr "" -#: ../../include/attach.php:475 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/nav.php:139 +msgid "Help and documentation" msgstr "" -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 +msgid "Apps" msgstr "" -#: ../../include/attach.php:528 ../../include/attach.php:545 -msgid "Path not available." +#: ../../include/nav.php:142 +msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/attach.php:590 -msgid "Empty pathname" +#: ../../include/nav.php:144 ../../include/text.php:813 +#: ../../include/text.php:827 ../../mod/search.php:29 +msgid "Search" msgstr "" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" +#: ../../include/nav.php:144 +msgid "Search site content" msgstr "" -#: ../../include/attach.php:630 -msgid "Path not found." +#: ../../include/nav.php:147 ../../include/apps.php:112 +#: ../../mod/directory.php:210 +msgid "Directory" msgstr "" -#: ../../include/attach.php:674 -msgid "mkdir failed." +#: ../../include/nav.php:147 +msgid "Channel Locator" msgstr "" -#: ../../include/attach.php:678 -msgid "database storage failed." +#: ../../include/nav.php:158 ../../include/apps.php:107 +msgid "Matrix" msgstr "" -#: ../../include/auth.php:79 -msgid "Logged out." +#: ../../include/nav.php:158 +msgid "Your matrix" msgstr "" -#: ../../include/auth.php:198 -msgid "Failed authentication" +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" msgstr "" -#: ../../include/auth.php:213 ../../mod/openid.php:188 -msgid "Login failed." +#: ../../include/nav.php:161 ../../include/apps.php:108 +msgid "Channel Home" msgstr "" -#: ../../include/bb2diaspora.php:433 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" +#: ../../include/nav.php:161 +msgid "Channel home" msgstr "" -#: ../../include/bb2diaspora.php:439 ../../include/event.php:20 -msgid "Starts:" +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/bb2diaspora.php:447 ../../include/event.php:30 -msgid "Finishes:" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:385 +msgid "Connections" msgstr "" -#: ../../include/bb2diaspora.php:455 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:474 -msgid "Location:" +#: ../../include/nav.php:168 +msgid "Notices" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 -#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 -#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 -#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 -#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 -#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 -#: ../../include/bbcode.php:681 -msgid "Image/photo" +#: ../../include/nav.php:168 +msgid "Notifications" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 -msgid "Encrypted content" +#: ../../include/nav.php:169 +msgid "See all notifications" msgstr "" -#: ../../include/bbcode.php:179 -msgid "QR code" +#: ../../include/nav.php:170 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" msgstr "" -#: ../../include/bbcode.php:228 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/nav.php:172 +msgid "Mail" msgstr "" -#: ../../include/bbcode.php:230 -msgid "post" +#: ../../include/nav.php:172 +msgid "Private mail" msgstr "" -#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 -msgid "$1 wrote:" +#: ../../include/nav.php:173 +msgid "See all private messages" msgstr "" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:639 -#: ../../mod/photos.php:846 -msgid "Private Message" +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 -msgid "Select" +#: ../../include/nav.php:175 +msgid "Inbox" msgstr "" -#: ../../include/ItemObject.php:118 -msgid "save to folder" +#: ../../include/nav.php:176 +msgid "Outbox" msgstr "" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 -msgid "View all" +#: ../../include/nav.php:180 +msgid "Event Calendar" msgstr "" -#: ../../include/ItemObject.php:134 -msgid "Like" +#: ../../include/nav.php:181 +msgid "See all events" msgstr "" -#: ../../include/ItemObject.php:134 ../../include/ItemObject.php:279 -#: ../../mod/profiles.php:302 -msgid "Likes" +#: ../../include/nav.php:182 +msgid "Mark all events seen" msgstr "" -#: ../../include/ItemObject.php:139 -msgid "Dislike" +#: ../../include/nav.php:184 +msgid "Channel Select" msgstr "" -#: ../../include/ItemObject.php:139 ../../include/ItemObject.php:280 -#: ../../mod/profiles.php:306 -msgid "Dislikes" +#: ../../include/nav.php:184 +msgid "Manage Your Channels" msgstr "" -#: ../../include/ItemObject.php:167 -msgid "add star" +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/ItemObject.php:168 -msgid "remove star" +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/ItemObject.php:169 -msgid "toggle star status" +#: ../../include/nav.php:195 ../../mod/admin.php:117 +msgid "Admin" msgstr "" -#: ../../include/ItemObject.php:173 -msgid "starred" +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" msgstr "" -#: ../../include/ItemObject.php:182 ../../include/conversation.php:646 -msgid "Message is verified" +#: ../../include/nav.php:220 +msgid "Nothing new here" msgstr "" -#: ../../include/ItemObject.php:190 -msgid "add tag" +#: ../../include/nav.php:225 +msgid "Please wait..." msgstr "" -#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 -msgid "I like this (toggle)" +#: ../../include/oembed.php:171 +msgid "Embedded content" msgstr "" -#: ../../include/ItemObject.php:205 ../../include/taxonomy.php:254 -msgid "like" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" msgstr "" -#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 -msgid "I don't like this (toggle)" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 +#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 +#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 +#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 +#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 +#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 +#: ../../include/bbcode.php:681 +msgid "Image/photo" msgstr "" -#: ../../include/ItemObject.php:206 ../../include/taxonomy.php:255 -msgid "dislike" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 +msgid "Encrypted content" msgstr "" -#: ../../include/ItemObject.php:208 -msgid "Share this" +#: ../../include/bbcode.php:179 +msgid "QR code" msgstr "" -#: ../../include/ItemObject.php:208 -msgid "share" +#: ../../include/bbcode.php:228 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 -#, php-format -msgid "View %s's profile - %s" +#: ../../include/bbcode.php:230 +msgid "post" msgstr "" -#: ../../include/ItemObject.php:234 -msgid "to" +#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 +msgid "$1 wrote:" msgstr "" -#: ../../include/ItemObject.php:235 -msgid "via" +#: ../../include/group.php:25 +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/ItemObject.php:236 -msgid "Wall-to-Wall" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/ItemObject.php:237 -msgid "via Wall-To-Wall:" +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" msgstr "" -#: ../../include/ItemObject.php:247 ../../include/conversation.php:690 -#, php-format -msgid " from %s" +#: ../../include/group.php:264 +msgid "edit" msgstr "" -#: ../../include/ItemObject.php:250 ../../include/conversation.php:693 -#, php-format -msgid "last edited: %s" +#: ../../include/group.php:285 +msgid "Collections" msgstr "" -#: ../../include/ItemObject.php:251 ../../include/conversation.php:694 -#, php-format -msgid "Expires: %s" +#: ../../include/group.php:286 +msgid "Edit collection" msgstr "" -#: ../../include/ItemObject.php:271 -msgid "Bookmark Links" +#: ../../include/group.php:287 +msgid "Create a new collection" msgstr "" -#: ../../include/ItemObject.php:290 ../../include/conversation.php:711 -#: ../../include/conversation.php:1127 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 -#: ../../mod/photos.php:974 -msgid "Please wait" +#: ../../include/group.php:288 +msgid "Channels not in any collection" msgstr "" -#: ../../include/ItemObject.php:311 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 -#: ../../include/js_strings.php:7 -msgid "show more" +#: ../../include/conversation.php:117 ../../include/text.php:1705 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:45 ../../mod/like.php:111 +msgid "photo" msgstr "" -#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 -msgid "This is you" +#: ../../include/conversation.php:120 ../../include/text.php:1708 +#: ../../mod/tagger.php:49 +msgid "event" msgstr "" -#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" +#: ../../include/conversation.php:123 +msgid "channel" msgstr "" -#: ../../include/ItemObject.php:579 ../../mod/mood.php:142 -#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 -#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/events.php:481 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 -#: ../../mod/thing.php:326 ../../mod/import.php:387 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/php/config.php:67 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" +#: ../../include/conversation.php:145 ../../include/text.php:1711 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:111 +msgid "status" msgstr "" -#: ../../include/ItemObject.php:580 -msgid "Bold" +#: ../../include/conversation.php:147 ../../include/text.php:1713 +#: ../../mod/tagger.php:55 +msgid "comment" msgstr "" -#: ../../include/ItemObject.php:581 -msgid "Italic" +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/ItemObject.php:582 -msgid "Underline" +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/ItemObject.php:583 -msgid "Quote" +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/ItemObject.php:584 -msgid "Code" +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/ItemObject.php:585 -msgid "Image" +#: ../../include/conversation.php:240 ../../include/text.php:895 +msgid "poked" msgstr "" -#: ../../include/ItemObject.php:586 -msgid "Link" +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" msgstr "" -#: ../../include/ItemObject.php:587 -msgid "Video" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" msgstr "" -#: ../../include/ItemObject.php:591 ../../include/conversation.php:1153 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../include/apps.php:156 ../../mod/group.php:176 ../../mod/thing.php:236 +#: ../../mod/filestorage.php:175 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/photos.php:1043 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 +msgid "Delete" msgstr "" -#: ../../include/bookmarks.php:42 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" msgstr "" -#: ../../include/chat.php:10 -msgid "Missing room name" +#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 +msgid "Message is verified" msgstr "" -#: ../../include/chat.php:19 -msgid "Duplicate room name" +#: ../../include/conversation.php:666 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." +#: ../../include/conversation.php:680 +msgid "Categories:" msgstr "" -#: ../../include/chat.php:105 -msgid "Room not found." +#: ../../include/conversation.php:681 +msgid "Filed under:" msgstr "" -#: ../../include/chat.php:126 -msgid "Room is full" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:247 +#, php-format +msgid " from %s" msgstr "" -#: ../../include/taxonomy.php:210 -msgid "Tags" +#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../include/taxonomy.php:227 -msgid "Keywords" +#: ../../include/conversation.php:694 ../../include/ItemObject.php:251 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../include/taxonomy.php:252 -msgid "have" +#: ../../include/conversation.php:709 +msgid "View in context" msgstr "" -#: ../../include/taxonomy.php:252 -msgid "has" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:290 ../../mod/editlayout.php:115 +#: ../../mod/editpost.php:121 ../../mod/photos.php:974 +#: ../../mod/editblock.php:120 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:222 ../../mod/mail.php:336 +msgid "Please wait" msgstr "" -#: ../../include/taxonomy.php:253 -msgid "want" +#: ../../include/conversation.php:838 +msgid "remove" msgstr "" -#: ../../include/taxonomy.php:253 -msgid "wants" +#: ../../include/conversation.php:842 +msgid "Loading..." msgstr "" -#: ../../include/taxonomy.php:254 -msgid "likes" +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" msgstr "" -#: ../../include/taxonomy.php:255 -msgid "dislikes" +#: ../../include/conversation.php:934 +msgid "View Source" msgstr "" -#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 -#: ../../view/theme/redbasic/php/config.php:84 -msgid "Default" +#: ../../include/conversation.php:935 +msgid "Follow Thread" msgstr "" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" +#: ../../include/conversation.php:936 +msgid "View Status" msgstr "" -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" +#: ../../include/conversation.php:938 +msgid "View Photos" msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" +#: ../../include/conversation.php:939 +msgid "Matrix Activity" msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" +#: ../../include/conversation.php:940 +msgid "Edit Contact" msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" +#: ../../include/conversation.php:941 +msgid "Send PM" msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" +#: ../../include/conversation.php:942 +msgid "Poke" msgstr "" -#: ../../include/contact_selectors.php:54 -msgid "Frequently" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/contact_selectors.php:55 -msgid "Hourly" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" -msgstr "" +#: ../../include/conversation.php:1002 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/contact_selectors.php:57 -msgid "Daily" -msgstr "" +#: ../../include/conversation.php:1004 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/contact_selectors.php:58 -msgid "Weekly" +#: ../../include/conversation.php:1010 +msgid "and" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Monthly" -msgstr "" +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" -#: ../../include/contact_selectors.php:74 -msgid "Friendica" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/contact_selectors.php:75 -msgid "OStatus" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" +#: ../../include/conversation.php:1071 +msgid "Visible to everybody" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1453 -msgid "Email" +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/contact_selectors.php:79 -msgid "Facebook" +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "Zot!" +#: ../../include/conversation.php:1075 +msgid "Tag term:" msgstr "" -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "MySpace" +#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/text.php:320 -msgid "prev" +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:588 +#: ../../include/page_widgets.php:40 ../../mod/editlayout.php:135 +#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 +#: ../../mod/photos.php:994 ../../mod/editblock.php:141 +#: ../../mod/editwebpage.php:175 +msgid "Preview" msgstr "" -#: ../../include/text.php:322 -msgid "first" +#: ../../include/conversation.php:1102 ../../mod/photos.php:973 +#: ../../mod/layouts.php:113 +msgid "Share" msgstr "" -#: ../../include/text.php:351 -msgid "last" +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" msgstr "" -#: ../../include/text.php:354 -msgid "next" +#: ../../include/conversation.php:1107 +msgid "Post as" msgstr "" -#: ../../include/text.php:366 -msgid "older" +#: ../../include/conversation.php:1108 ../../mod/editlayout.php:107 +#: ../../mod/editpost.php:113 ../../mod/editblock.php:112 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 +msgid "Upload photo" msgstr "" -#: ../../include/text.php:368 -msgid "newer" +#: ../../include/conversation.php:1109 +msgid "upload photo" msgstr "" -#: ../../include/text.php:729 -msgid "No connections" +#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108 +#: ../../mod/editpost.php:114 ../../mod/editblock.php:113 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 +msgid "Attach file" msgstr "" -#: ../../include/text.php:742 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" +#: ../../include/conversation.php:1111 +msgid "attach file" +msgstr "" -#: ../../include/text.php:754 -msgid "View Connections" +#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109 +#: ../../mod/editpost.php:115 ../../mod/editblock.php:114 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 +msgid "Insert web link" msgstr "" -#: ../../include/text.php:813 ../../include/text.php:827 -#: ../../include/nav.php:144 ../../mod/search.php:29 -msgid "Search" +#: ../../include/conversation.php:1113 +msgid "web link" msgstr "" -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/widgets.php:185 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" +#: ../../include/conversation.php:1114 +msgid "Insert video link" msgstr "" -#: ../../include/text.php:895 -msgid "poke" +#: ../../include/conversation.php:1115 +msgid "video link" msgstr "" -#: ../../include/text.php:895 ../../include/conversation.php:240 -msgid "poked" +#: ../../include/conversation.php:1116 +msgid "Insert audio link" msgstr "" -#: ../../include/text.php:896 -msgid "ping" +#: ../../include/conversation.php:1117 +msgid "audio link" msgstr "" -#: ../../include/text.php:896 -msgid "pinged" +#: ../../include/conversation.php:1118 ../../mod/editlayout.php:113 +#: ../../mod/editpost.php:119 ../../mod/editblock.php:118 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" msgstr "" -#: ../../include/text.php:897 -msgid "prod" +#: ../../include/conversation.php:1119 +msgid "set location" msgstr "" -#: ../../include/text.php:897 -msgid "prodded" +#: ../../include/conversation.php:1120 ../../mod/editlayout.php:114 +#: ../../mod/editpost.php:120 ../../mod/editblock.php:119 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" msgstr "" -#: ../../include/text.php:898 -msgid "slap" +#: ../../include/conversation.php:1121 +msgid "clear location" msgstr "" -#: ../../include/text.php:898 -msgid "slapped" +#: ../../include/conversation.php:1123 ../../mod/editlayout.php:126 +#: ../../mod/editpost.php:132 ../../mod/editblock.php:132 +#: ../../mod/editwebpage.php:167 +msgid "Set title" msgstr "" -#: ../../include/text.php:899 -msgid "finger" +#: ../../include/conversation.php:1126 ../../mod/editlayout.php:129 +#: ../../mod/editpost.php:134 ../../mod/editblock.php:135 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/text.php:899 -msgid "fingered" +#: ../../include/conversation.php:1128 ../../mod/editlayout.php:116 +#: ../../mod/editpost.php:122 ../../mod/editblock.php:121 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" msgstr "" -#: ../../include/text.php:900 -msgid "rebuff" +#: ../../include/conversation.php:1129 +msgid "permissions" msgstr "" -#: ../../include/text.php:900 -msgid "rebuffed" +#: ../../include/conversation.php:1136 ../../mod/editlayout.php:123 +#: ../../mod/editpost.php:129 ../../mod/editblock.php:129 +#: ../../mod/editwebpage.php:162 +msgid "Public post" msgstr "" -#: ../../include/text.php:909 -msgid "happy" +#: ../../include/conversation.php:1138 ../../mod/editlayout.php:130 +#: ../../mod/editpost.php:135 ../../mod/editblock.php:136 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/text.php:910 -msgid "sad" +#: ../../include/conversation.php:1151 ../../mod/editlayout.php:140 +#: ../../mod/editpost.php:146 ../../mod/editblock.php:146 +#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 +msgid "Set expiration date" msgstr "" -#: ../../include/text.php:911 -msgid "mellow" +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:591 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" msgstr "" -#: ../../include/text.php:912 -msgid "tired" +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" msgstr "" -#: ../../include/text.php:913 -msgid "perky" +#: ../../include/conversation.php:1156 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/editpost.php:151 +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 +msgid "Cancel" msgstr "" -#: ../../include/text.php:914 -msgid "angry" +#: ../../include/conversation.php:1392 +msgid "Discover" msgstr "" -#: ../../include/text.php:915 -msgid "stupified" +#: ../../include/conversation.php:1395 +msgid "Imported public streams" msgstr "" -#: ../../include/text.php:916 -msgid "puzzled" +#: ../../include/conversation.php:1400 +msgid "Commented Order" msgstr "" -#: ../../include/text.php:917 -msgid "interested" +#: ../../include/conversation.php:1403 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/text.php:918 -msgid "bitter" +#: ../../include/conversation.php:1407 +msgid "Posted Order" msgstr "" -#: ../../include/text.php:919 -msgid "cheerful" +#: ../../include/conversation.php:1410 +msgid "Sort by Post Date" msgstr "" -#: ../../include/text.php:920 -msgid "alive" +#: ../../include/conversation.php:1418 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/text.php:921 -msgid "annoyed" +#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 +msgid "New" msgstr "" -#: ../../include/text.php:922 -msgid "anxious" +#: ../../include/conversation.php:1427 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/text.php:923 -msgid "cranky" +#: ../../include/conversation.php:1433 +msgid "Starred" msgstr "" -#: ../../include/text.php:924 -msgid "disturbed" +#: ../../include/conversation.php:1436 +msgid "Favourite Posts" msgstr "" -#: ../../include/text.php:925 -msgid "frustrated" +#: ../../include/conversation.php:1443 +msgid "Spam" msgstr "" -#: ../../include/text.php:926 -msgid "depressed" +#: ../../include/conversation.php:1446 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/text.php:927 -msgid "motivated" +#: ../../include/conversation.php:1480 ../../mod/admin.php:890 +msgid "Channel" msgstr "" -#: ../../include/text.php:928 -msgid "relaxed" +#: ../../include/conversation.php:1483 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/text.php:929 -msgid "surprised" +#: ../../include/conversation.php:1492 +msgid "About" msgstr "" -#: ../../include/text.php:1090 -msgid "Monday" +#: ../../include/conversation.php:1495 +msgid "Profile Details" msgstr "" -#: ../../include/text.php:1090 -msgid "Tuesday" +#: ../../include/conversation.php:1504 ../../include/photos.php:311 +msgid "Photo Albums" msgstr "" -#: ../../include/text.php:1090 -msgid "Wednesday" +#: ../../include/conversation.php:1513 +msgid "Files and Storage" msgstr "" -#: ../../include/text.php:1090 -msgid "Thursday" +#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 +msgid "Chatrooms" msgstr "" -#: ../../include/text.php:1090 -msgid "Friday" +#: ../../include/conversation.php:1535 +msgid "Events and Calendar" msgstr "" -#: ../../include/text.php:1090 -msgid "Saturday" +#: ../../include/conversation.php:1543 +msgid "Saved Bookmarks" msgstr "" -#: ../../include/text.php:1090 -msgid "Sunday" +#: ../../include/conversation.php:1554 +msgid "Manage Webpages" msgstr "" -#: ../../include/text.php:1094 -msgid "January" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:84 +msgid "Default" msgstr "" -#: ../../include/text.php:1094 -msgid "February" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../include/text.php:1094 -msgid "March" +#: ../../include/message.php:23 +msgid "[no subject]" msgstr "" -#: ../../include/text.php:1094 -msgid "April" +#: ../../include/message.php:42 +msgid "Unable to determine sender." msgstr "" -#: ../../include/text.php:1094 -msgid "May" +#: ../../include/message.php:143 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/text.php:1094 -msgid "June" +#: ../../include/activities.php:39 +msgid " and " msgstr "" -#: ../../include/text.php:1094 -msgid "July" +#: ../../include/activities.php:47 +msgid "public profile" msgstr "" -#: ../../include/text.php:1094 -msgid "August" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../include/text.php:1094 -msgid "September" -msgstr "" - -#: ../../include/text.php:1094 -msgid "October" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../include/text.php:1094 -msgid "November" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/text.php:1094 -msgid "December" +#: ../../include/network.php:652 +msgid "view full size" msgstr "" -#: ../../include/text.php:1172 -msgid "unknown.???" +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/text.php:1173 -msgid "bytes" +#: ../../include/taxonomy.php:210 +msgid "Tags" msgstr "" -#: ../../include/text.php:1208 -msgid "remove category" +#: ../../include/taxonomy.php:227 +msgid "Keywords" msgstr "" -#: ../../include/text.php:1257 -msgid "remove from file" +#: ../../include/taxonomy.php:252 +msgid "have" msgstr "" -#: ../../include/text.php:1318 ../../include/text.php:1330 -msgid "Click to open/close" +#: ../../include/taxonomy.php:252 +msgid "has" msgstr "" -#: ../../include/text.php:1485 ../../mod/events.php:344 -msgid "link to source" +#: ../../include/taxonomy.php:253 +msgid "want" msgstr "" -#: ../../include/text.php:1504 -msgid "Select a page layout: " +#: ../../include/taxonomy.php:253 +msgid "wants" msgstr "" -#: ../../include/text.php:1507 ../../include/text.php:1572 -msgid "default" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:205 +msgid "like" msgstr "" -#: ../../include/text.php:1543 -msgid "Page content type: " +#: ../../include/taxonomy.php:254 +msgid "likes" msgstr "" -#: ../../include/text.php:1584 -msgid "Select an alternate language" +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:206 +msgid "dislike" msgstr "" -#: ../../include/text.php:1705 ../../include/conversation.php:117 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:111 -msgid "photo" +#: ../../include/taxonomy.php:255 +msgid "dislikes" msgstr "" -#: ../../include/text.php:1708 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/menu.php:42 +#: ../../mod/editlayout.php:106 ../../mod/webpages.php:119 +#: ../../mod/thing.php:235 ../../mod/blocks.php:94 +#: ../../mod/filestorage.php:174 ../../mod/editpost.php:112 +#: ../../mod/settings.php:577 ../../mod/layouts.php:112 +#: ../../mod/connections.php:392 ../../mod/editblock.php:111 +#: ../../mod/editwebpage.php:143 ../../mod/menu.php:59 +msgid "Edit" msgstr "" -#: ../../include/text.php:1711 ../../include/conversation.php:145 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:111 -msgid "status" +#: ../../include/ItemObject.php:118 +msgid "save to folder" msgstr "" -#: ../../include/text.php:1713 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" msgstr "" -#: ../../include/text.php:1718 -msgid "activity" -msgstr "" +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1977 -msgid "Design" -msgstr "" +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1979 -msgid "Blocks" +#: ../../include/ItemObject.php:167 +msgid "add star" msgstr "" -#: ../../include/text.php:1980 -msgid "Menus" +#: ../../include/ItemObject.php:168 +msgid "remove star" msgstr "" -#: ../../include/text.php:1981 -msgid "Layouts" +#: ../../include/ItemObject.php:169 +msgid "toggle star status" msgstr "" -#: ../../include/text.php:1982 -msgid "Pages" +#: ../../include/ItemObject.php:173 +msgid "starred" 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:445 -msgid "Advanced" +#: ../../include/ItemObject.php:190 +msgid "add tag" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 +msgid "I like this (toggle)" msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../include/ItemObject.php:208 +msgid "Share this" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/ItemObject.php:208 +msgid "share" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391 -#: ../../mod/directory.php:206 ../../mod/directory.php:211 -msgid "Find" +#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" +#: ../../include/ItemObject.php:234 +msgid "to" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" +#: ../../include/ItemObject.php:235 +msgid "via" msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" +#: ../../include/ItemObject.php:236 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" +#: ../../include/ItemObject.php:237 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" +#: ../../include/ItemObject.php:271 +msgid "Bookmark Links" msgstr "" -#: ../../include/contact_widgets.php:58 ../../include/features.php:66 -#: ../../include/widgets.php:295 -msgid "Saved Folders" +#: ../../include/ItemObject.php:279 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:298 -msgid "Everything" +#: ../../include/ItemObject.php:280 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 -msgid "Categories" +#: ../../include/ItemObject.php:285 ../../include/acl_selectors.php:247 +msgid "Close" msgstr "" -#: ../../include/contact_widgets.php:125 +#: ../../include/ItemObject.php:311 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" +msgid "%d comment" +msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:123 -msgid "channel" +#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 +#: ../../include/js_strings.php:7 +msgid "show more" msgstr "" -#: ../../include/conversation.php:161 ../../mod/like.php:142 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:144 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" msgstr "" -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/ItemObject.php:579 ../../mod/group.php:81 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/events.php:481 +#: ../../mod/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953 +#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/import.php:387 +#: ../../mod/mood.php:142 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/profiles.php:506 ../../mod/mail.php:223 ../../mod/mail.php:335 +#: ../../mod/appman.php:91 ../../mod/poke.php:166 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/invite.php:156 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" msgstr "" -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" +#: ../../include/ItemObject.php:580 +msgid "Bold" msgstr "" -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" +#: ../../include/ItemObject.php:581 +msgid "Italic" msgstr "" -#: ../../include/conversation.php:666 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/ItemObject.php:582 +msgid "Underline" msgstr "" -#: ../../include/conversation.php:680 -msgid "Categories:" +#: ../../include/ItemObject.php:583 +msgid "Quote" msgstr "" -#: ../../include/conversation.php:681 -msgid "Filed under:" +#: ../../include/ItemObject.php:584 +msgid "Code" msgstr "" -#: ../../include/conversation.php:709 -msgid "View in context" +#: ../../include/ItemObject.php:585 +msgid "Image" msgstr "" -#: ../../include/conversation.php:838 -msgid "remove" +#: ../../include/ItemObject.php:586 +msgid "Link" msgstr "" -#: ../../include/conversation.php:842 -msgid "Loading..." +#: ../../include/ItemObject.php:587 +msgid "Video" msgstr "" -#: ../../include/conversation.php:843 -msgid "Delete Selected Items" +#: ../../include/items.php:306 ../../mod/group.php:68 +#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:63 +#: ../../index.php:361 +msgid "Permission denied" msgstr "" -#: ../../include/conversation.php:934 -msgid "View Source" +#: ../../include/items.php:830 +msgid "(Unknown)" msgstr "" -#: ../../include/conversation.php:935 -msgid "Follow Thread" +#: ../../include/items.php:3583 ../../mod/home.php:63 ../../mod/thing.php:78 +#: ../../mod/filestorage.php:18 ../../mod/viewsrc.php:18 +#: ../../mod/display.php:32 ../../mod/admin.php:159 ../../mod/admin.php:921 +#: ../../mod/admin.php:1124 +msgid "Item not found." msgstr "" -#: ../../include/conversation.php:936 -msgid "View Status" +#: ../../include/items.php:3645 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/photos.php:15 ../../include/chat.php:116 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editlayout.php:48 ../../mod/webpages.php:40 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/group.php:9 ../../mod/thing.php:247 ../../mod/thing.php:263 +#: ../../mod/thing.php:298 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/message.php:16 +#: ../../mod/mitem.php:73 ../../mod/item.php:179 ../../mod/item.php:187 +#: ../../mod/item.php:872 ../../mod/suggest.php:26 ../../mod/network.php:12 +#: ../../mod/bookmarks.php:46 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/pdledit.php:21 ../../mod/sources.php:66 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 +#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 +#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 +#: ../../mod/authtest.php:13 ../../mod/fsuggest.php:78 +#: ../../mod/connedit.php:221 ../../mod/viewsrc.php:12 +#: ../../mod/achievements.php:27 ../../mod/editpost.php:13 +#: ../../mod/settings.php:492 ../../mod/setup.php:203 ../../mod/events.php:140 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 ../../mod/delegate.php:6 +#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/connections.php:169 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/mood.php:119 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/editblock.php:34 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/menu.php:44 ../../mod/mail.php:108 +#: ../../mod/appman.php:58 ../../mod/poke.php:128 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/register.php:68 +#: ../../mod/manage.php:6 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/common.php:35 ../../mod/regmod.php:18 ../../index.php:187 +#: ../../index.php:362 +msgid "Permission denied." msgstr "" -#: ../../include/conversation.php:937 ../../include/nav.php:81 -#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 -msgid "View Profile" +#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." msgstr "" -#: ../../include/conversation.php:938 -msgid "View Photos" -msgstr "" - -#: ../../include/conversation.php:939 -msgid "Matrix Activity" -msgstr "" - -#: ../../include/conversation.php:940 -msgid "Edit Contact" -msgstr "" - -#: ../../include/conversation.php:941 -msgid "Send PM" -msgstr "" - -#: ../../include/conversation.php:942 -msgid "Poke" -msgstr "" - -#: ../../include/conversation.php:998 -#, php-format -msgid "%s likes this." -msgstr "" - -#: ../../include/conversation.php:998 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: ../../include/conversation.php:1002 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1004 -#, 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:1010 -msgid "and" +#: ../../include/items.php:4022 +msgid "Collection is empty." msgstr "" -#: ../../include/conversation.php:1013 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1014 +#: ../../include/items.php:4029 #, php-format -msgid "%s like this." +msgid "Collection: %s" msgstr "" -#: ../../include/conversation.php:1014 +#: ../../include/items.php:4040 #, php-format -msgid "%s don't like this." -msgstr "" - -#: ../../include/conversation.php:1071 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/conversation.php:1072 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" -msgstr "" - -#: ../../include/conversation.php:1073 -msgid "Please enter a video link/URL:" -msgstr "" - -#: ../../include/conversation.php:1074 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: ../../include/conversation.php:1075 -msgid "Tag term:" -msgstr "" - -#: ../../include/conversation.php:1076 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "" - -#: ../../include/conversation.php:1077 -msgid "Where are you right now?" -msgstr "" - -#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "" - -#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 -#: ../../mod/photos.php:973 -msgid "Share" -msgstr "" - -#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 -msgid "Page link title" -msgstr "" - -#: ../../include/conversation.php:1107 -msgid "Post as" -msgstr "" - -#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 -#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 -msgid "Upload photo" -msgstr "" - -#: ../../include/conversation.php:1109 -msgid "upload photo" -msgstr "" - -#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 -#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 -msgid "Attach file" -msgstr "" - -#: ../../include/conversation.php:1111 -msgid "attach file" -msgstr "" - -#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 -#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 -msgid "Insert web link" -msgstr "" - -#: ../../include/conversation.php:1113 -msgid "web link" -msgstr "" - -#: ../../include/conversation.php:1114 -msgid "Insert video link" -msgstr "" - -#: ../../include/conversation.php:1115 -msgid "video link" -msgstr "" - -#: ../../include/conversation.php:1116 -msgid "Insert audio link" -msgstr "" - -#: ../../include/conversation.php:1117 -msgid "audio link" -msgstr "" - -#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 -#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 -#: ../../mod/editwebpage.php:150 -msgid "Set your location" -msgstr "" - -#: ../../include/conversation.php:1119 -msgid "set location" -msgstr "" - -#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 -#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 -#: ../../mod/editwebpage.php:151 -msgid "Clear browser location" -msgstr "" - -#: ../../include/conversation.php:1121 -msgid "clear location" -msgstr "" - -#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 -#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:167 -msgid "Set title" -msgstr "" - -#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:169 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 -#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 -#: ../../mod/editwebpage.php:153 -msgid "Permission settings" -msgstr "" - -#: ../../include/conversation.php:1129 -msgid "permissions" -msgstr "" - -#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 -#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:162 -msgid "Public post" -msgstr "" - -#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 -#: ../../mod/editwebpage.php:170 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 -msgid "Set expiration date" -msgstr "" - -#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 -msgid "OK" -msgstr "" - -#: ../../include/conversation.php:1156 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 -msgid "Cancel" -msgstr "" - -#: ../../include/conversation.php:1392 -msgid "Discover" -msgstr "" - -#: ../../include/conversation.php:1395 -msgid "Imported public streams" -msgstr "" - -#: ../../include/conversation.php:1400 -msgid "Commented Order" -msgstr "" - -#: ../../include/conversation.php:1403 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../include/conversation.php:1407 -msgid "Posted Order" -msgstr "" - -#: ../../include/conversation.php:1410 -msgid "Sort by Post Date" -msgstr "" - -#: ../../include/conversation.php:1415 ../../include/widgets.php:81 -msgid "Personal" -msgstr "" - -#: ../../include/conversation.php:1418 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../include/conversation.php:1424 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:61 -msgid "New" -msgstr "" - -#: ../../include/conversation.php:1427 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../include/conversation.php:1433 -msgid "Starred" -msgstr "" - -#: ../../include/conversation.php:1436 -msgid "Favourite Posts" -msgstr "" - -#: ../../include/conversation.php:1443 -msgid "Spam" -msgstr "" - -#: ../../include/conversation.php:1446 -msgid "Posts flagged as SPAM" -msgstr "" - -#: ../../include/conversation.php:1480 ../../mod/admin.php:890 -msgid "Channel" -msgstr "" - -#: ../../include/conversation.php:1483 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../include/conversation.php:1492 -msgid "About" -msgstr "" - -#: ../../include/conversation.php:1495 -msgid "Profile Details" -msgstr "" - -#: ../../include/conversation.php:1510 ../../include/nav.php:85 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "" - -#: ../../include/conversation.php:1513 -msgid "Files and Storage" -msgstr "" - -#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 -msgid "Chatrooms" -msgstr "" - -#: ../../include/conversation.php:1535 -msgid "Events and Calendar" -msgstr "" - -#: ../../include/conversation.php:1540 ../../include/nav.php:88 -msgid "Bookmarks" -msgstr "" - -#: ../../include/conversation.php:1543 -msgid "Saved Bookmarks" -msgstr "" - -#: ../../include/conversation.php:1551 ../../include/nav.php:90 -#: ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "" - -#: ../../include/conversation.php:1554 -msgid "Manage Webpages" -msgstr "" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "" - -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "" - -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "" - -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "" - -#: ../../include/datetime.php:275 -msgid "never" -msgstr "" - -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "" - -#: ../../include/datetime.php:284 -msgid "years" -msgstr "" - -#: ../../include/datetime.php:285 -msgid "months" -msgstr "" - -#: ../../include/datetime.php:286 -msgid "week" -msgstr "" - -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "" - -#: ../../include/datetime.php:287 -msgid "days" -msgstr "" - -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "" - -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "" - -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "" - -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "" - -#: ../../include/datetime.php:290 -msgid "second" -msgstr "" - -#: ../../include/datetime.php:290 -msgid "seconds" +msgid "Connection: %s" msgstr "" -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" +#: ../../include/items.php:4043 +msgid "Connection not found." msgstr "" #: ../../include/dir_fns.php:36 @@ -1825,6 +1451,21 @@ msgstr "" msgid "Safe Mode" msgstr "" +#: ../../include/security.php:301 +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/notify.php:23 +msgid "created a new post" +msgstr "" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "" + #: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "" @@ -2016,2736 +1657,2971 @@ msgstr "" msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/features.php:23 -msgid "General Features" +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." msgstr "" -#: ../../include/features.php:25 -msgid "Content Expiration" +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "" + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" + +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "" + +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "" + +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "" + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "" + +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "" + +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "" + +#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122 +#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 +msgid "View" +msgstr "" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 +msgid "Actions" +msgstr "" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 +msgid "Page Link" +msgstr "" + +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 +msgid "Title" +msgstr "" + +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 +msgid "Created" +msgstr "" + +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 +msgid "Edited" +msgstr "" + +#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" +msgstr "" + +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" + +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "" + +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "" + +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "" + +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" +msgstr "" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" msgstr "" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/profile_selectors.php:42 +msgid "Has crush" msgstr "" -#: ../../include/features.php:26 -msgid "Multiple Profiles" +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" msgstr "" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" +#: ../../include/profile_selectors.php:42 +msgid "Dating" msgstr "" -#: ../../include/features.php:27 -msgid "Web Pages" +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" msgstr "" -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" msgstr "" -#: ../../include/features.php:28 -msgid "Private Notes" +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" msgstr "" -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" +#: ../../include/profile_selectors.php:42 +msgid "Casual" msgstr "" -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" +#: ../../include/profile_selectors.php:42 +msgid "Engaged" msgstr "" -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." +#: ../../include/profile_selectors.php:42 +msgid "Married" msgstr "" -#: ../../include/features.php:34 -msgid "Expert Mode" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" msgstr "" -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/profile_selectors.php:42 +msgid "Partners" msgstr "" -#: ../../include/features.php:35 -msgid "Premium Channel" +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" msgstr "" -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/profile_selectors.php:42 +msgid "Common law" msgstr "" -#: ../../include/features.php:40 -msgid "Post Composition Features" +#: ../../include/profile_selectors.php:42 +msgid "Happy" msgstr "" -#: ../../include/features.php:41 -msgid "Richtext Editor" +#: ../../include/profile_selectors.php:42 +msgid "Not looking" msgstr "" -#: ../../include/features.php:41 -msgid "Enable richtext editor" +#: ../../include/profile_selectors.php:42 +msgid "Swinger" msgstr "" -#: ../../include/features.php:42 -msgid "Post Preview" +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" msgstr "" -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" +#: ../../include/profile_selectors.php:42 +msgid "Separated" msgstr "" -#: ../../include/features.php:43 ../../include/widgets.php:502 -#: ../../mod/sources.php:88 -msgid "Channel Sources" +#: ../../include/profile_selectors.php:42 +msgid "Unstable" msgstr "" -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/profile_selectors.php:42 +msgid "Divorced" msgstr "" -#: ../../include/features.php:44 -msgid "Even More Encryption" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/features.php:44 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/profile_selectors.php:42 +msgid "Widowed" msgstr "" -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" msgstr "" -#: ../../include/features.php:50 -msgid "Search by Date" +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" msgstr "" -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" +#: ../../include/profile_selectors.php:42 +msgid "Don't care" msgstr "" -#: ../../include/features.php:51 -msgid "Collections Filter" +#: ../../include/profile_selectors.php:42 +msgid "Ask me" msgstr "" -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" +#: ../../include/plugin.php:486 ../../include/plugin.php:488 +msgid "Click here to upgrade." msgstr "" -#: ../../include/features.php:52 ../../include/widgets.php:264 -msgid "Saved Searches" +#: ../../include/plugin.php:494 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/features.php:52 -msgid "Save search terms for re-use" +#: ../../include/plugin.php:499 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/features.php:53 -msgid "Network Personal Tab" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" msgstr "" -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/acl_selectors.php:239 +msgid "Show" msgstr "" -#: ../../include/features.php:54 -msgid "Network New Tab" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" msgstr "" -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" +#: ../../include/acl_selectors.php:246 ../../mod/filestorage.php:126 +#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209 +msgid "Permissions" msgstr "" -#: ../../include/features.php:55 -msgid "Affinity Tool" +#: ../../include/account.php:23 +msgid "Not a valid email address" msgstr "" -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../include/features.php:56 -msgid "Suggest Channels" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../include/features.php:56 -msgid "Show channel suggestions" +#: ../../include/account.php:64 +msgid "An invitation is required." msgstr "" -#: ../../include/features.php:61 -msgid "Post/Comment Tools" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." msgstr "" -#: ../../include/features.php:63 -msgid "Edit Sent Posts" +#: ../../include/account.php:119 +msgid "Please enter the required information." msgstr "" -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" +#: ../../include/account.php:187 +msgid "Failed to store account information." msgstr "" -#: ../../include/features.php:64 -msgid "Tagging" +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" msgstr "" -#: ../../include/features.php:65 -msgid "Post Categories" +#: ../../include/account.php:297 +msgid "your registration password" msgstr "" -#: ../../include/features.php:65 -msgid "Add categories to your posts" +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" +#: ../../include/account.php:366 +msgid "Account approved." msgstr "" -#: ../../include/features.php:67 -msgid "Dislike Posts" +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" +#: ../../include/Contact.php:123 +msgid "New window" msgstr "" -#: ../../include/features.php:68 -msgid "Star Posts" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" msgstr "" -#: ../../include/features.php:69 -msgid "Tag Cloud" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" msgstr "" -#: ../../include/features.php:69 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel location missing." +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" msgstr "" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" msgstr "" -#: ../../include/follow.php:85 -msgid "Channel was deleted and no longer exists." +#: ../../include/contact_selectors.php:54 +msgid "Frequently" msgstr "" -#: ../../include/follow.php:132 -msgid "Channel discovery failed." +#: ../../include/contact_selectors.php:55 +msgid "Hourly" msgstr "" -#: ../../include/follow.php:149 -msgid "local account not found." +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" msgstr "" -#: ../../include/follow.php:158 -msgid "Cannot connect to yourself." +#: ../../include/contact_selectors.php:57 +msgid "Daily" msgstr "" -#: ../../include/group.php:25 -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/contact_selectors.php:58 +msgid "Weekly" msgstr "" -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" +#: ../../include/contact_selectors.php:59 +msgid "Monthly" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:762 -msgid "All Channels" +#: ../../include/contact_selectors.php:74 +msgid "Friendica" msgstr "" -#: ../../include/group.php:264 -msgid "edit" +#: ../../include/contact_selectors.php:75 +msgid "OStatus" msgstr "" -#: ../../include/group.php:285 -msgid "Collections" +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" msgstr "" -#: ../../include/group.php:286 -msgid "Edit collection" +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1453 +msgid "Email" msgstr "" -#: ../../include/group.php:287 -msgid "Create a new collection" +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" msgstr "" -#: ../../include/group.php:288 -msgid "Channels not in any collection" +#: ../../include/contact_selectors.php:79 +msgid "Facebook" msgstr "" -#: ../../include/group.php:290 ../../include/widgets.php:265 -msgid "add" +#: ../../include/contact_selectors.php:80 +msgid "Zot!" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1244 -msgid "Unable to obtain identity information from database" +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" msgstr "" -#: ../../include/identity.php:63 -msgid "Empty name" +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" msgstr "" -#: ../../include/identity.php:65 -msgid "Name too long" +#: ../../include/contact_selectors.php:83 +msgid "MySpace" msgstr "" -#: ../../include/identity.php:166 -msgid "No account identifier" +#: ../../include/apps.php:109 ../../include/identity.php:942 +#: ../../include/identity.php:1031 ../../mod/profperm.php:112 +msgid "Profile" msgstr "" -#: ../../include/identity.php:176 -msgid "Nickname is required." +#: ../../include/apps.php:151 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" msgstr "" -#: ../../include/identity.php:190 -msgid "Reserved nickname. Please choose another." +#: ../../include/apps.php:151 +msgid "Install" msgstr "" -#: ../../include/identity.php:195 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/apps.php:231 ../../include/apps.php:279 +#: ../../mod/connedit.php:434 +msgid "Unknown" msgstr "" -#: ../../include/identity.php:258 -msgid "Unable to retrieve created identity" +#: ../../include/auth.php:79 +msgid "Logged out." msgstr "" -#: ../../include/identity.php:317 -msgid "Default Profile" +#: ../../include/auth.php:198 +msgid "Failed authentication" msgstr "" -#: ../../include/identity.php:342 ../../include/profile_selectors.php:42 -#: ../../include/widgets.php:399 ../../mod/connedit.php:431 -msgid "Friends" +#: ../../include/auth.php:213 ../../mod/openid.php:188 +msgid "Login failed." msgstr "" -#: ../../include/identity.php:509 -msgid "Requested channel is not available." +#: ../../include/text.php:320 +msgid "prev" msgstr "" -#: ../../include/identity.php:557 ../../mod/achievements.php:8 -#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 -#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 -#: ../../mod/webpages.php:8 -msgid "Requested profile is not available." +#: ../../include/text.php:322 +msgid "first" msgstr "" -#: ../../include/identity.php:689 ../../mod/profiles.php:603 -msgid "Change profile photo" +#: ../../include/text.php:351 +msgid "last" msgstr "" -#: ../../include/identity.php:695 -msgid "Profiles" +#: ../../include/text.php:354 +msgid "next" msgstr "" -#: ../../include/identity.php:695 -msgid "Manage/edit profiles" +#: ../../include/text.php:366 +msgid "older" msgstr "" -#: ../../include/identity.php:696 ../../mod/profiles.php:604 -msgid "Create New Profile" +#: ../../include/text.php:368 +msgid "newer" msgstr "" -#: ../../include/identity.php:699 -msgid "Edit Profile" +#: ../../include/text.php:729 +msgid "No connections" msgstr "" -#: ../../include/identity.php:710 ../../mod/profiles.php:615 -msgid "Profile Image" +#: ../../include/text.php:742 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:754 +msgid "View Connections" msgstr "" -#: ../../include/identity.php:713 ../../mod/profiles.php:618 -msgid "visible to everybody" +#: ../../include/text.php:895 +msgid "poke" msgstr "" -#: ../../include/identity.php:714 ../../mod/profiles.php:619 -msgid "Edit visibility" +#: ../../include/text.php:896 +msgid "ping" msgstr "" -#: ../../include/identity.php:728 ../../include/identity.php:952 -#: ../../mod/directory.php:158 -msgid "Gender:" +#: ../../include/text.php:896 +msgid "pinged" msgstr "" -#: ../../include/identity.php:729 ../../include/identity.php:977 -#: ../../mod/directory.php:160 -msgid "Status:" +#: ../../include/text.php:897 +msgid "prod" msgstr "" -#: ../../include/identity.php:730 ../../include/identity.php:988 -#: ../../mod/directory.php:162 -msgid "Homepage:" +#: ../../include/text.php:897 +msgid "prodded" msgstr "" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 -msgid "Online Now" +#: ../../include/text.php:898 +msgid "slap" msgstr "" -#: ../../include/identity.php:796 ../../include/identity.php:876 -#: ../../mod/ping.php:262 -msgid "g A l F d" +#: ../../include/text.php:898 +msgid "slapped" msgstr "" -#: ../../include/identity.php:797 ../../include/identity.php:877 -msgid "F d" +#: ../../include/text.php:899 +msgid "finger" msgstr "" -#: ../../include/identity.php:842 ../../include/identity.php:917 -#: ../../mod/ping.php:284 -msgid "[today]" +#: ../../include/text.php:899 +msgid "fingered" msgstr "" -#: ../../include/identity.php:854 -msgid "Birthday Reminders" +#: ../../include/text.php:900 +msgid "rebuff" msgstr "" -#: ../../include/identity.php:855 -msgid "Birthdays this week:" +#: ../../include/text.php:900 +msgid "rebuffed" msgstr "" -#: ../../include/identity.php:910 -msgid "[No description]" +#: ../../include/text.php:909 +msgid "happy" msgstr "" -#: ../../include/identity.php:928 -msgid "Event Reminders" +#: ../../include/text.php:910 +msgid "sad" msgstr "" -#: ../../include/identity.php:929 -msgid "Events this week:" +#: ../../include/text.php:911 +msgid "mellow" msgstr "" -#: ../../include/identity.php:950 ../../mod/settings.php:937 -msgid "Full Name:" +#: ../../include/text.php:912 +msgid "tired" msgstr "" -#: ../../include/identity.php:962 -msgid "j F, Y" +#: ../../include/text.php:913 +msgid "perky" msgstr "" -#: ../../include/identity.php:963 -msgid "j F" +#: ../../include/text.php:914 +msgid "angry" msgstr "" -#: ../../include/identity.php:970 -msgid "Birthday:" +#: ../../include/text.php:915 +msgid "stupified" msgstr "" -#: ../../include/identity.php:974 -msgid "Age:" +#: ../../include/text.php:916 +msgid "puzzled" msgstr "" -#: ../../include/identity.php:983 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/text.php:917 +msgid "interested" msgstr "" -#: ../../include/identity.php:986 ../../mod/profiles.php:526 -msgid "Sexual Preference:" +#: ../../include/text.php:918 +msgid "bitter" msgstr "" -#: ../../include/identity.php:990 ../../mod/profiles.php:528 -msgid "Hometown:" +#: ../../include/text.php:919 +msgid "cheerful" msgstr "" -#: ../../include/identity.php:992 -msgid "Tags:" +#: ../../include/text.php:920 +msgid "alive" msgstr "" -#: ../../include/identity.php:994 ../../mod/profiles.php:529 -msgid "Political Views:" +#: ../../include/text.php:921 +msgid "annoyed" msgstr "" -#: ../../include/identity.php:996 -msgid "Religion:" +#: ../../include/text.php:922 +msgid "anxious" msgstr "" -#: ../../include/identity.php:998 ../../mod/directory.php:164 -msgid "About:" +#: ../../include/text.php:923 +msgid "cranky" msgstr "" -#: ../../include/identity.php:1000 -msgid "Hobbies/Interests:" +#: ../../include/text.php:924 +msgid "disturbed" msgstr "" -#: ../../include/identity.php:1002 ../../mod/profiles.php:532 -msgid "Likes:" +#: ../../include/text.php:925 +msgid "frustrated" msgstr "" -#: ../../include/identity.php:1004 ../../mod/profiles.php:533 -msgid "Dislikes:" +#: ../../include/text.php:926 +msgid "depressed" msgstr "" -#: ../../include/identity.php:1007 -msgid "Contact information and Social Networks:" +#: ../../include/text.php:927 +msgid "motivated" msgstr "" -#: ../../include/identity.php:1009 -msgid "My other channels:" +#: ../../include/text.php:928 +msgid "relaxed" msgstr "" -#: ../../include/identity.php:1011 -msgid "Musical interests:" +#: ../../include/text.php:929 +msgid "surprised" msgstr "" -#: ../../include/identity.php:1013 -msgid "Books, literature:" +#: ../../include/text.php:1090 +msgid "Monday" msgstr "" -#: ../../include/identity.php:1015 -msgid "Television:" +#: ../../include/text.php:1090 +msgid "Tuesday" msgstr "" -#: ../../include/identity.php:1017 -msgid "Film/dance/culture/entertainment:" +#: ../../include/text.php:1090 +msgid "Wednesday" msgstr "" -#: ../../include/identity.php:1019 -msgid "Love/Romance:" +#: ../../include/text.php:1090 +msgid "Thursday" msgstr "" -#: ../../include/identity.php:1021 -msgid "Work/employment:" +#: ../../include/text.php:1090 +msgid "Friday" msgstr "" -#: ../../include/identity.php:1023 -msgid "School/education:" +#: ../../include/text.php:1090 +msgid "Saturday" msgstr "" -#: ../../include/items.php:306 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 -#: ../../index.php:361 -msgid "Permission denied" +#: ../../include/text.php:1090 +msgid "Sunday" msgstr "" -#: ../../include/items.php:830 -msgid "(Unknown)" +#: ../../include/text.php:1094 +msgid "January" msgstr "" -#: ../../include/items.php:3583 ../../mod/admin.php:159 -#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/home.php:63 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." +#: ../../include/text.php:1094 +msgid "February" msgstr "" -#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." +#: ../../include/text.php:1094 +msgid "March" msgstr "" -#: ../../include/items.php:4022 -msgid "Collection is empty." +#: ../../include/text.php:1094 +msgid "April" msgstr "" -#: ../../include/items.php:4029 -#, php-format -msgid "Collection: %s" +#: ../../include/text.php:1094 +msgid "May" msgstr "" -#: ../../include/items.php:4040 -#, php-format -msgid "Connection: %s" +#: ../../include/text.php:1094 +msgid "June" msgstr "" -#: ../../include/items.php:4043 -msgid "Connection not found." +#: ../../include/text.php:1094 +msgid "July" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/text.php:1094 +msgid "August" msgstr "" -#: ../../include/js_strings.php:8 -msgid "show fewer" +#: ../../include/text.php:1094 +msgid "September" msgstr "" -#: ../../include/js_strings.php:9 -msgid "+ Show More" +#: ../../include/text.php:1094 +msgid "October" msgstr "" -#: ../../include/js_strings.php:10 -msgid "- Show Less" +#: ../../include/text.php:1094 +msgid "November" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/text.php:1094 +msgid "December" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/text.php:1172 +msgid "unknown.???" msgstr "" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" +#: ../../include/text.php:1173 +msgid "bytes" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/text.php:1208 +msgid "remove category" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/text.php:1257 +msgid "remove from file" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/text.php:1318 ../../include/text.php:1330 +msgid "Click to open/close" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/text.php:1485 ../../mod/events.php:344 +msgid "link to source" msgstr "" -#: ../../include/js_strings.php:19 -msgid "timeago.prefixAgo" +#: ../../include/text.php:1504 +msgid "Select a page layout: " msgstr "" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixFromNow" +#: ../../include/text.php:1507 ../../include/text.php:1572 +msgid "default" msgstr "" -#: ../../include/js_strings.php:21 -msgid "ago" +#: ../../include/text.php:1543 +msgid "Page content type: " msgstr "" -#: ../../include/js_strings.php:22 -msgid "from now" +#: ../../include/text.php:1584 +msgid "Select an alternate language" msgstr "" -#: ../../include/js_strings.php:23 -msgid "less than a minute" +#: ../../include/text.php:1718 +msgid "activity" msgstr "" -#: ../../include/js_strings.php:24 -msgid "about a minute" +#: ../../include/text.php:1977 +msgid "Design" msgstr "" -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d minutes" +#: ../../include/text.php:1979 +msgid "Blocks" msgstr "" -#: ../../include/js_strings.php:26 -msgid "about an hour" +#: ../../include/text.php:1980 +msgid "Menus" msgstr "" -#: ../../include/js_strings.php:27 -#, php-format -msgid "about %d hours" +#: ../../include/text.php:1981 +msgid "Layouts" msgstr "" -#: ../../include/js_strings.php:28 -msgid "a day" +#: ../../include/text.php:1982 +msgid "Pages" msgstr "" -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d days" +#: ../../include/chat.php:10 +msgid "Missing room name" msgstr "" -#: ../../include/js_strings.php:30 -msgid "about a month" +#: ../../include/chat.php:19 +msgid "Duplicate room name" msgstr "" -#: ../../include/js_strings.php:31 -#, php-format -msgid "%d months" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a year" +#: ../../include/chat.php:105 +msgid "Room not found." msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d years" +#: ../../include/chat.php:126 +msgid "Room is full" msgstr "" -#: ../../include/js_strings.php:34 -msgid " " +#: ../../include/features.php:23 +msgid "General Features" msgstr "" -#: ../../include/js_strings.php:35 -msgid "timeago.numbers" +#: ../../include/features.php:25 +msgid "Content Expiration" msgstr "" -#: ../../include/message.php:18 -msgid "No recipient provided." +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/message.php:23 -msgid "[no subject]" +#: ../../include/features.php:26 +msgid "Multiple Profiles" msgstr "" -#: ../../include/message.php:42 -msgid "Unable to determine sender." +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/message.php:143 -msgid "Stored post could not be verified." +#: ../../include/features.php:27 +msgid "Web Pages" msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 -msgid "Logout" +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 -msgid "End this session" +#: ../../include/features.php:28 +msgid "Private Notes" msgstr "" -#: ../../include/nav.php:80 ../../include/nav.php:130 -msgid "Home" +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/nav.php:80 -msgid "Your posts and conversations" +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" msgstr "" -#: ../../include/nav.php:81 -msgid "Your profile page" +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." msgstr "" -#: ../../include/nav.php:83 -msgid "Edit Profiles" +#: ../../include/features.php:34 +msgid "Expert Mode" msgstr "" -#: ../../include/nav.php:83 -msgid "Manage/Edit profiles" +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../include/nav.php:84 -msgid "Your photos" +#: ../../include/features.php:35 +msgid "Premium Channel" msgstr "" -#: ../../include/nav.php:85 -msgid "Your files" +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/nav.php:86 -msgid "Chat" +#: ../../include/features.php:40 +msgid "Post Composition Features" msgstr "" -#: ../../include/nav.php:86 -msgid "Your chatrooms" +#: ../../include/features.php:41 +msgid "Richtext Editor" msgstr "" -#: ../../include/nav.php:87 -msgid "Your events" +#: ../../include/features.php:41 +msgid "Enable richtext editor" msgstr "" -#: ../../include/nav.php:88 -msgid "Your bookmarks" +#: ../../include/features.php:42 +msgid "Post Preview" msgstr "" -#: ../../include/nav.php:90 -msgid "Your webpages" +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/nav.php:94 ../../boot.php:1451 -msgid "Login" +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/nav.php:94 -msgid "Sign in" +#: ../../include/features.php:44 +msgid "Even More Encryption" msgstr "" -#: ../../include/nav.php:111 -#, php-format -msgid "%s - click to logout" +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/nav.php:116 -msgid "Click to authenticate to your home hub" +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/nav.php:130 -msgid "Home Page" +#: ../../include/features.php:50 +msgid "Search by Date" msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 -msgid "Register" +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/nav.php:134 -msgid "Create an account" +#: ../../include/features.php:51 +msgid "Collections Filter" msgstr "" -#: ../../include/nav.php:139 -msgid "Help and documentation" +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 -msgid "Apps" +#: ../../include/features.php:52 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/nav.php:142 -msgid "Addon applications, utilities, games" +#: ../../include/features.php:53 +msgid "Network Personal Tab" msgstr "" -#: ../../include/nav.php:144 -msgid "Search site content" +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/nav.php:147 -msgid "Channel Locator" +#: ../../include/features.php:54 +msgid "Network New Tab" msgstr "" -#: ../../include/nav.php:158 -msgid "Your matrix" +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/nav.php:159 -msgid "Mark all matrix notifications seen" +#: ../../include/features.php:55 +msgid "Affinity Tool" msgstr "" -#: ../../include/nav.php:161 -msgid "Channel home" +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/nav.php:162 -msgid "Mark all channel notifications seen" +#: ../../include/features.php:56 +msgid "Suggest Channels" msgstr "" -#: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:385 -msgid "Connections" +#: ../../include/features.php:56 +msgid "Show channel suggestions" msgstr "" -#: ../../include/nav.php:168 -msgid "Notices" +#: ../../include/features.php:61 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/nav.php:168 -msgid "Notifications" +#: ../../include/features.php:63 +msgid "Edit Sent Posts" msgstr "" -#: ../../include/nav.php:169 -msgid "See all notifications" +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../include/nav.php:170 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" +#: ../../include/features.php:64 +msgid "Tagging" msgstr "" -#: ../../include/nav.php:172 -msgid "Mail" +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/nav.php:172 -msgid "Private mail" +#: ../../include/features.php:65 +msgid "Post Categories" msgstr "" -#: ../../include/nav.php:173 -msgid "See all private messages" +#: ../../include/features.php:65 +msgid "Add categories to your posts" msgstr "" -#: ../../include/nav.php:174 -msgid "Mark all private messages seen" +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/nav.php:175 -msgid "Inbox" +#: ../../include/features.php:67 +msgid "Dislike Posts" msgstr "" -#: ../../include/nav.php:176 -msgid "Outbox" +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/nav.php:177 ../../include/widgets.php:535 -msgid "New Message" +#: ../../include/features.php:68 +msgid "Star Posts" msgstr "" -#: ../../include/nav.php:180 -msgid "Event Calendar" +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/nav.php:181 -msgid "See all events" +#: ../../include/features.php:69 +msgid "Tag Cloud" msgstr "" -#: ../../include/nav.php:182 -msgid "Mark all events seen" +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/nav.php:184 -msgid "Channel Select" +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" msgstr "" -#: ../../include/nav.php:184 -msgid "Manage Your Channels" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" msgstr "" -#: ../../include/nav.php:186 ../../include/widgets.php:513 -#: ../../mod/admin.php:976 ../../mod/admin.php:1181 -msgid "Settings" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" msgstr "" -#: ../../include/nav.php:186 -msgid "Account/Channel Settings" +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" msgstr "" -#: ../../include/nav.php:188 -msgid "Manage/Edit Friends and Connections" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" msgstr "" -#: ../../include/nav.php:195 ../../mod/admin.php:117 -msgid "Admin" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" msgstr "" -#: ../../include/nav.php:195 -msgid "Site Setup and Configuration" +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../include/nav.php:220 -msgid "Nothing new here" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/nav.php:225 -msgid "Please wait..." +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" msgstr "" -#: ../../include/network.php:652 -msgid "view full size" +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" msgstr "" -#: ../../include/plugin.php:486 ../../include/plugin.php:488 -msgid "Click here to upgrade." +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" msgstr "" -#: ../../include/plugin.php:494 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/plugin.php:499 -msgid "This action is not available under your subscription plan." +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Male" +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Female" +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../include/permissions.php:33 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../include/zot.php:587 +msgid "Invalid data packet" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../include/zot.php:597 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../include/zot.php:794 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../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:445 +msgid "Advanced" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Other" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Males" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Females" +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:206 +#: ../../mod/directory.php:211 ../../mod/connections.php:391 +msgid "Find" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Gay" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "No Preference" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Virgin" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Deviant" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Fetish" +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Oodles" +#: ../../include/datetime.php:275 +msgid "never" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" +#: ../../include/datetime.php:281 +msgid "less than a second ago" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Single" +#: ../../include/datetime.php:284 +msgid "years" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lonely" +#: ../../include/datetime.php:285 +msgid "months" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Available" +#: ../../include/datetime.php:286 +msgid "week" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" +#: ../../include/datetime.php:286 +msgid "weeks" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Has crush" +#: ../../include/datetime.php:287 +msgid "days" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" +#: ../../include/datetime.php:288 +msgid "hour" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Dating" +#: ../../include/datetime.php:288 +msgid "hours" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" +#: ../../include/datetime.php:289 +msgid "minute" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" +#: ../../include/datetime.php:289 +msgid "minutes" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" +#: ../../include/datetime.php:290 +msgid "second" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Casual" +#: ../../include/datetime.php:290 +msgid "seconds" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Engaged" +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Married" +#: ../../include/identity.php:30 ../../mod/item.php:1244 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" +#: ../../include/identity.php:63 +msgid "Empty name" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Partners" +#: ../../include/identity.php:65 +msgid "Name too long" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" +#: ../../include/identity.php:166 +msgid "No account identifier" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Common law" +#: ../../include/identity.php:176 +msgid "Nickname is required." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Happy" +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Not looking" +#: ../../include/identity.php:195 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Swinger" +#: ../../include/identity.php:258 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" +#: ../../include/identity.php:317 +msgid "Default Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Separated" +#: ../../include/identity.php:509 +msgid "Requested channel is not available." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unstable" +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/blocks.php:10 +#: ../../mod/filestorage.php:40 ../../mod/achievements.php:8 +#: ../../mod/layouts.php:8 ../../mod/profile.php:16 +msgid "Requested profile is not available." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Divorced" +#: ../../include/identity.php:689 ../../mod/profiles.php:603 +msgid "Change profile photo" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" +#: ../../include/identity.php:695 +msgid "Profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Widowed" +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" +#: ../../include/identity.php:696 ../../mod/profiles.php:604 +msgid "Create New Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" +#: ../../include/identity.php:699 +msgid "Edit Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Don't care" +#: ../../include/identity.php:710 ../../mod/profiles.php:615 +msgid "Profile Image" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Ask me" +#: ../../include/identity.php:713 ../../mod/profiles.php:618 +msgid "visible to everybody" msgstr "" -#: ../../include/reddav.php:1045 -msgid "Edit File properties" +#: ../../include/identity.php:714 ../../mod/profiles.php:619 +msgid "Edit visibility" msgstr "" -#: ../../include/zot.php:587 -msgid "Invalid data packet" +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:158 +msgid "Gender:" msgstr "" -#: ../../include/zot.php:597 -msgid "Unable to verify channel signature" +#: ../../include/identity.php:729 ../../include/identity.php:977 +#: ../../mod/directory.php:160 +msgid "Status:" msgstr "" -#: ../../include/zot.php:794 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/identity.php:730 ../../include/identity.php:988 +#: ../../mod/directory.php:162 +msgid "Homepage:" msgstr "" -#: ../../include/security.php:301 -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:731 ../../mod/dirprofile.php:151 +msgid "Online Now" msgstr "" -#: ../../include/widgets.php:79 -msgid "App Category" +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" msgstr "" -#: ../../include/widgets.php:80 -msgid "System" +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" msgstr "" -#: ../../include/widgets.php:129 ../../mod/suggest.php:53 -msgid "Ignore/Hide" +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" msgstr "" -#: ../../include/widgets.php:135 ../../mod/connections.php:266 -msgid "Suggestions" +#: ../../include/identity.php:854 +msgid "Birthday Reminders" msgstr "" -#: ../../include/widgets.php:136 -msgid "See more..." +#: ../../include/identity.php:855 +msgid "Birthdays this week:" msgstr "" -#: ../../include/widgets.php:158 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +#: ../../include/identity.php:910 +msgid "[No description]" msgstr "" -#: ../../include/widgets.php:164 -msgid "Add New Connection" +#: ../../include/identity.php:928 +msgid "Event Reminders" msgstr "" -#: ../../include/widgets.php:165 -msgid "Enter the channel address" +#: ../../include/identity.php:929 +msgid "Events this week:" msgstr "" -#: ../../include/widgets.php:166 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../include/identity.php:950 ../../mod/settings.php:937 +msgid "Full Name:" msgstr "" -#: ../../include/widgets.php:183 -msgid "Notes" +#: ../../include/identity.php:962 +msgid "j F, Y" msgstr "" -#: ../../include/widgets.php:255 -msgid "Remove term" +#: ../../include/identity.php:963 +msgid "j F" msgstr "" -#: ../../include/widgets.php:334 -msgid "Archives" +#: ../../include/identity.php:970 +msgid "Birthday:" msgstr "" -#: ../../include/widgets.php:396 -msgid "Refresh" +#: ../../include/identity.php:974 +msgid "Age:" msgstr "" -#: ../../include/widgets.php:397 ../../mod/connedit.php:428 -msgid "Me" +#: ../../include/identity.php:983 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/widgets.php:398 ../../mod/connedit.php:430 -msgid "Best Friends" +#: ../../include/identity.php:986 ../../mod/profiles.php:526 +msgid "Sexual Preference:" msgstr "" -#: ../../include/widgets.php:400 -msgid "Co-workers" +#: ../../include/identity.php:990 ../../mod/profiles.php:528 +msgid "Hometown:" msgstr "" -#: ../../include/widgets.php:401 ../../mod/connedit.php:432 -msgid "Former Friends" +#: ../../include/identity.php:992 +msgid "Tags:" msgstr "" -#: ../../include/widgets.php:402 ../../mod/connedit.php:433 -msgid "Acquaintances" +#: ../../include/identity.php:994 ../../mod/profiles.php:529 +msgid "Political Views:" msgstr "" -#: ../../include/widgets.php:403 -msgid "Everybody" +#: ../../include/identity.php:996 +msgid "Religion:" msgstr "" -#: ../../include/widgets.php:435 -msgid "Account settings" +#: ../../include/identity.php:998 ../../mod/directory.php:164 +msgid "About:" msgstr "" -#: ../../include/widgets.php:441 -msgid "Channel settings" +#: ../../include/identity.php:1000 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/widgets.php:447 -msgid "Additional features" +#: ../../include/identity.php:1002 ../../mod/profiles.php:532 +msgid "Likes:" msgstr "" -#: ../../include/widgets.php:453 -msgid "Feature settings" +#: ../../include/identity.php:1004 ../../mod/profiles.php:533 +msgid "Dislikes:" msgstr "" -#: ../../include/widgets.php:459 -msgid "Display settings" +#: ../../include/identity.php:1007 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/widgets.php:465 -msgid "Connected apps" +#: ../../include/identity.php:1009 +msgid "My other channels:" msgstr "" -#: ../../include/widgets.php:471 -msgid "Export channel" +#: ../../include/identity.php:1011 +msgid "Musical interests:" msgstr "" -#: ../../include/widgets.php:483 -msgid "Automatic Permissions (Advanced)" +#: ../../include/identity.php:1013 +msgid "Books, literature:" msgstr "" -#: ../../include/widgets.php:493 -msgid "Premium Channel Settings" +#: ../../include/identity.php:1015 +msgid "Television:" msgstr "" -#: ../../include/widgets.php:530 -msgid "Check Mail" +#: ../../include/identity.php:1017 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/widgets.php:611 -msgid "Chat Rooms" +#: ../../include/identity.php:1019 +msgid "Love/Romance:" msgstr "" -#: ../../include/widgets.php:629 -msgid "Bookmarked Chatrooms" +#: ../../include/identity.php:1021 +msgid "Work/employment:" msgstr "" -#: ../../include/widgets.php:647 -msgid "Suggested Chatrooms" +#: ../../include/identity.php:1023 +msgid "School/education:" msgstr "" -#: ../../mod/mood.php:138 -msgid "Mood" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" +#: ../../include/js_strings.php:8 +msgid "show fewer" msgstr "" -#: ../../mod/mitem.php:14 ../../mod/menu.php:92 -msgid "Menu not found." +#: ../../include/js_strings.php:9 +msgid "+ Show More" msgstr "" -#: ../../mod/mitem.php:47 -msgid "Menu element updated." +#: ../../include/js_strings.php:10 +msgid "- Show Less" msgstr "" -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../mod/mitem.php:57 -msgid "Menu element added." +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" msgstr "" -#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 -#: ../../mod/xchan.php:27 -msgid "Not found." +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../mod/mitem.php:99 -msgid "Edit menu" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../mod/mitem.php:102 -msgid "Edit element" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../mod/mitem.php:103 -msgid "Drop element" +#: ../../include/js_strings.php:19 +msgid "timeago.prefixAgo" msgstr "" -#: ../../mod/mitem.php:104 -msgid "New element" +#: ../../include/js_strings.php:20 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" +#: ../../include/js_strings.php:21 +msgid "ago" msgstr "" -#: ../../mod/mitem.php:106 -msgid "Add menu element" +#: ../../include/js_strings.php:22 +msgid "from now" msgstr "" -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" +#: ../../include/js_strings.php:23 +msgid "less than a minute" msgstr "" -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" +#: ../../include/js_strings.php:24 +msgid "about a minute" msgstr "" -#: ../../mod/mitem.php:131 -msgid "New Menu Element" +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" +#: ../../include/js_strings.php:26 +msgid "about an hour" msgstr "" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 -msgid "(click to open/close)" +#: ../../include/js_strings.php:27 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" +#: ../../include/js_strings.php:28 +msgid "a day" msgstr "" -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d days" msgstr "" -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" +#: ../../include/js_strings.php:30 +msgid "about a month" msgstr "" -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" +#: ../../include/js_strings.php:31 +#, php-format +msgid "%d months" msgstr "" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" +#: ../../include/js_strings.php:32 +msgid "about a year" msgstr "" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d years" msgstr "" -#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 -msgid "Create" +#: ../../include/js_strings.php:34 +msgid " " msgstr "" -#: ../../mod/mitem.php:154 -msgid "Menu item not found." +#: ../../include/js_strings.php:35 +msgid "timeago.numbers" msgstr "" -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." +#: ../../mod/home.php:50 ../../mod/block.php:39 ../../mod/chanview.php:77 +#: ../../mod/page.php:47 ../../mod/wall_upload.php:28 +msgid "Channel not found." msgstr "" -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." +#: ../../mod/home.php:89 +#, php-format +msgid "Welcome to %s" msgstr "" -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" +#: ../../mod/follow.php:25 +msgid "Channel added." msgstr "" -#: ../../mod/mitem.php:186 ../../mod/menu.php:114 -msgid "Modify" +#: ../../mod/dirprofile.php:9 ../../mod/search.php:13 +#: ../../mod/directory.php:15 ../../mod/photos.php:443 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." msgstr "" -#: ../../mod/ping.php:192 -msgid "sent you a private message" +#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 +#: ../../mod/profiles.php:561 +msgid "Age: " msgstr "" -#: ../../mod/ping.php:250 -msgid "added your channel" +#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 +msgid "Gender: " msgstr "" -#: ../../mod/ping.php:294 -msgid "posted an event" +#: ../../mod/dirprofile.php:108 +msgid "Status: " msgstr "" -#: ../../mod/acl.php:239 -msgid "network" +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " msgstr "" -#: ../../mod/admin.php:52 -msgid "Theme settings updated." +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " msgstr "" -#: ../../mod/admin.php:92 ../../mod/admin.php:440 -msgid "Site" +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " msgstr "" -#: ../../mod/admin.php:93 -msgid "Accounts" +#: ../../mod/dirprofile.php:114 +msgid "About: " msgstr "" -#: ../../mod/admin.php:94 ../../mod/admin.php:883 -msgid "Channels" +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " msgstr "" -#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 -msgid "Plugins" +#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/menu.php:120 +msgid "Not found." msgstr "" -#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 -msgid "Themes" +#: ../../mod/acl.php:239 +msgid "network" msgstr "" -#: ../../mod/admin.php:97 ../../mod/admin.php:540 -msgid "Server" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/admin.php:98 -msgid "DB updates" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 -msgid "Logs" +#: ../../mod/api.php:89 +msgid "Please login to continue." msgstr "" -#: ../../mod/admin.php:118 -msgid "Plugin Features" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" +#: ../../mod/api.php:105 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:483 +#: ../../mod/admin.php:421 +msgid "Yes" msgstr "" -#: ../../mod/admin.php:197 -msgid "Message queues" +#: ../../mod/api.php:106 ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/profiles.php:484 +#: ../../mod/admin.php:419 +msgid "No" msgstr "" -#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 -#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 -#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 -#: ../../mod/admin.php:1301 -msgid "Administration" +#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editwebpage.php:32 +msgid "Item not found" msgstr "" -#: ../../mod/admin.php:203 -msgid "Summary" +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" msgstr "" -#: ../../mod/admin.php:205 -msgid "Registered users" +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" msgstr "" -#: ../../mod/admin.php:207 ../../mod/admin.php:543 -msgid "Pending registrations" +#: ../../mod/editlayout.php:110 ../../mod/editpost.php:116 +#: ../../mod/editblock.php:115 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" msgstr "" -#: ../../mod/admin.php:208 -msgid "Version" +#: ../../mod/editlayout.php:111 ../../mod/editpost.php:117 +#: ../../mod/editblock.php:116 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../mod/admin.php:210 ../../mod/admin.php:544 -msgid "Active plugins" +#: ../../mod/editlayout.php:112 ../../mod/editpost.php:118 +#: ../../mod/editblock.php:117 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../mod/admin.php:360 -msgid "Site settings updated." +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" msgstr "" -#: ../../mod/admin.php:389 ../../mod/settings.php:708 -msgid "No special theme for mobile devices" +#: ../../mod/magic.php:70 +msgid "Hub not found." msgstr "" -#: ../../mod/admin.php:391 -msgid "No special theme for accessibility" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484 -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 -msgid "No" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" msgstr "" -#: ../../mod/admin.php:420 -msgid "Yes - with approval" +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483 -#: ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 -msgid "Yes" +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/admin.php:426 -msgid "My site is not a public server" +#: ../../mod/tagrm.php:93 ../../mod/photos.php:908 ../../mod/delegate.php:130 +msgid "Remove" msgstr "" -#: ../../mod/admin.php:427 -msgid "My site has paid access only" +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" msgstr "" -#: ../../mod/admin.php:428 -msgid "My site has free access only" +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used " +"to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." msgstr "" -#: ../../mod/admin.php:429 -msgid "My site offers free accounts with optional paid upgrades" +#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" msgstr "" -#: ../../mod/admin.php:442 ../../mod/register.php:189 -msgid "Registration" +#: ../../mod/new_channel.php:111 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " msgstr "" -#: ../../mod/admin.php:443 -msgid "File upload" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" msgstr "" -#: ../../mod/admin.php:444 -msgid "Policies" +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." msgstr "" -#: ../../mod/admin.php:449 -msgid "Site name" +#: ../../mod/new_channel.php:114 +msgid "" +"Or import an existing channel from another location" msgstr "" -#: ../../mod/admin.php:450 -msgid "Banner/Logo" +#: ../../mod/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84 +msgid "Create" msgstr "" -#: ../../mod/admin.php:451 -msgid "Administrator Information" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/pubsites.php:19 msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" +"The listed sites allow public registration into the Red Matrix. All sites in " +"the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links may provide " +"additional details." msgstr "" -#: ../../mod/admin.php:452 -msgid "System language" +#: ../../mod/pubsites.php:25 +msgid "Site URL" msgstr "" -#: ../../mod/admin.php:453 -msgid "System theme" +#: ../../mod/pubsites.php:25 +msgid "Access Type" msgstr "" -#: ../../mod/admin.php:453 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" msgstr "" -#: ../../mod/admin.php:454 -msgid "Mobile system theme" +#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344 +msgid "Location" msgstr "" -#: ../../mod/admin.php:454 -msgid "Theme for mobile devices" +#: ../../mod/update_search.php:46 ../../mod/update_network.php:23 +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/admin.php:455 -msgid "Accessibility system theme" +#: ../../mod/group.php:20 +msgid "Collection created." msgstr "" -#: ../../mod/admin.php:455 -msgid "Accessibility theme" +#: ../../mod/group.php:26 +msgid "Could not create collection." msgstr "" -#: ../../mod/admin.php:456 -msgid "Channel to use for this website's static pages" +#: ../../mod/group.php:54 +msgid "Collection updated." msgstr "" -#: ../../mod/admin.php:456 -msgid "Site Channel" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." msgstr "" -#: ../../mod/admin.php:458 -msgid "Maximum image size" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " msgstr "" -#: ../../mod/admin.php:458 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" msgstr "" -#: ../../mod/admin.php:459 -msgid "Does this site allow new member registration?" +#: ../../mod/group.php:107 +msgid "Collection removed." msgstr "" -#: ../../mod/admin.php:460 -msgid "Which best describes the types of account offered by this hub?" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." msgstr "" -#: ../../mod/admin.php:461 -msgid "Register text" +#: ../../mod/group.php:182 +msgid "Collection Editor" msgstr "" -#: ../../mod/admin.php:461 -msgid "Will be displayed prominently on the registration page." +#: ../../mod/group.php:196 +msgid "Members" msgstr "" -#: ../../mod/admin.php:462 -msgid "Accounts abandoned after x days" +#: ../../mod/group.php:198 +msgid "All Connected Channels" msgstr "" -#: ../../mod/admin.php:462 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../mod/admin.php:463 -msgid "Allowed friend domains" +#: ../../mod/thing.php:98 +msgid "Thing updated" msgstr "" -#: ../../mod/admin.php:463 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +#: ../../mod/thing.php:158 +msgid "Object store: failed" msgstr "" -#: ../../mod/admin.php:464 -msgid "Allowed email domains" +#: ../../mod/thing.php:162 +msgid "Thing added" msgstr "" -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/admin.php:465 -msgid "Block public" +#: ../../mod/thing.php:234 +msgid "Show Thing" msgstr "" -#: ../../mod/admin.php:465 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." +#: ../../mod/thing.php:241 +msgid "item not found." msgstr "" -#: ../../mod/admin.php:466 -msgid "Force publish" +#: ../../mod/thing.php:269 +msgid "Edit Thing" msgstr "" -#: ../../mod/admin.php:466 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" msgstr "" -#: ../../mod/admin.php:467 -msgid "Disable discovery tab" +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" msgstr "" -#: ../../mod/admin.php:467 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" msgstr "" -#: ../../mod/admin.php:468 -msgid "No login on Homepage" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../mod/admin.php:468 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" msgstr "" -#: ../../mod/admin.php:470 -msgid "Proxy user" +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" msgstr "" -#: ../../mod/admin.php:471 -msgid "Proxy URL" +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" msgstr "" -#: ../../mod/admin.php:472 -msgid "Network timeout" +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" msgstr "" -#: ../../mod/admin.php:472 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." msgstr "" -#: ../../mod/admin.php:473 -msgid "Delivery interval" +#: ../../mod/notifications.php:35 +msgid "Discard" msgstr "" -#: ../../mod/admin.php:473 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." +#: ../../mod/notifications.php:51 ../../mod/connedit.php:379 +#: ../../mod/connedit.php:516 +msgid "Ignore" msgstr "" -#: ../../mod/admin.php:474 -msgid "Poll interval" +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +msgid "No more system notifications." msgstr "" -#: ../../mod/admin.php:474 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +msgid "System Notifications" msgstr "" -#: ../../mod/admin.php:475 -msgid "Maximum Load Average" +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "" + +#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/page.php:83 +#: ../../mod/display.php:100 ../../index.php:237 +msgid "Page not found." msgstr "" -#: ../../mod/admin.php:475 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." +#: ../../mod/message.php:31 ../../mod/mail.php:121 +msgid "Messages" msgstr "" -#: ../../mod/admin.php:531 -msgid "No server found" +#: ../../mod/message.php:41 +msgid "Conversation removed." msgstr "" -#: ../../mod/admin.php:538 ../../mod/admin.php:762 -msgid "ID" +#: ../../mod/message.php:56 +msgid "No messages." msgstr "" -#: ../../mod/admin.php:538 -msgid "for channel" +#: ../../mod/message.php:72 ../../mod/mail.php:292 +msgid "Delete message" msgstr "" -#: ../../mod/admin.php:538 -msgid "on server" +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" msgstr "" -#: ../../mod/admin.php:538 -msgid "Status" +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" msgstr "" -#: ../../mod/admin.php:559 -msgid "Update has been marked successful" +#: ../../mod/directory.php:207 +msgid "Finding:" msgstr "" -#: ../../mod/admin.php:569 -#, php-format -msgid "Executing %s failed. Check system logs." +#: ../../mod/directory.php:215 +msgid "next page" msgstr "" -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s was successfully applied." +#: ../../mod/directory.php:215 +msgid "previous page" msgstr "" -#: ../../mod/admin.php:576 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../mod/admin.php:579 -#, php-format -msgid "Update function %s could not be found." +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." msgstr "" -#: ../../mod/admin.php:594 -msgid "No failed updates." +#: ../../mod/mitem.php:47 +msgid "Menu element updated." msgstr "" -#: ../../mod/admin.php:598 -msgid "Failed Updates" +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/admin.php:600 -msgid "Mark success (if update was manually applied)" +#: ../../mod/mitem.php:57 +msgid "Menu element added." msgstr "" -#: ../../mod/admin.php:601 -msgid "Attempt to execute this update step automatically" +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." msgstr "" -#: ../../mod/admin.php:627 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "" -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "" -#: ../../mod/admin.php:665 -msgid "Account not found" +#: ../../mod/mitem.php:102 +msgid "Edit element" msgstr "" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' deleted" +#: ../../mod/mitem.php:103 +msgid "Drop element" msgstr "" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' unblocked" +#: ../../mod/mitem.php:104 +msgid "New element" msgstr "" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' blocked" +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" msgstr "" -#: ../../mod/admin.php:749 ../../mod/admin.php:761 -msgid "Users" +#: ../../mod/mitem.php:106 +msgid "Add menu element" msgstr "" -#: ../../mod/admin.php:751 ../../mod/admin.php:885 -msgid "select all" +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" msgstr "" -#: ../../mod/admin.php:752 -msgid "User registrations waiting for confirm" +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" msgstr "" -#: ../../mod/admin.php:753 -msgid "Request date" +#: ../../mod/mitem.php:131 +msgid "New Menu Element" msgstr "" -#: ../../mod/admin.php:754 -msgid "No registrations." +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" msgstr "" -#: ../../mod/admin.php:755 -msgid "Approve" +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 +msgid "(click to open/close)" msgstr "" -#: ../../mod/admin.php:756 -msgid "Deny" +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" msgstr "" -#: ../../mod/admin.php:758 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Block" +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" msgstr "" -#: ../../mod/admin.php:759 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Unblock" +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" msgstr "" -#: ../../mod/admin.php:762 -msgid "Register date" +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" msgstr "" -#: ../../mod/admin.php:762 -msgid "Last login" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" msgstr "" -#: ../../mod/admin.php:762 -msgid "Expires" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../mod/admin.php:762 -msgid "Service Class" +#: ../../mod/mitem.php:154 +msgid "Menu item not found." msgstr "" -#: ../../mod/admin.php:764 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." msgstr "" -#: ../../mod/admin.php:765 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." msgstr "" -#: ../../mod/admin.php:797 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "" -#: ../../mod/admin.php:804 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "" -#: ../../mod/admin.php:823 -msgid "Channel not found" +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" msgstr "" -#: ../../mod/admin.php:834 -#, php-format -msgid "Channel '%s' deleted" +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" msgstr "" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' uncensored" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' censored" +#: ../../mod/connect.php:87 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../mod/admin.php:887 -msgid "Censor" +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../mod/admin.php:888 -msgid "Uncensor" +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../mod/admin.php:891 -msgid "UID" +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." msgstr "" -#: ../../mod/admin.php:891 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 -msgid "Name" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../mod/admin.php:891 ../../mod/profiles.php:337 -msgid "Address" +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../mod/admin.php:893 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/item.php:147 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/admin.php:894 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/item.php:352 +msgid "Empty post discarded." msgstr "" -#: ../../mod/admin.php:933 -#, php-format -msgid "Plugin %s disabled." +#: ../../mod/item.php:392 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/admin.php:937 -#, php-format -msgid "Plugin %s enabled." +#: ../../mod/item.php:806 +msgid "System error. Post not saved." msgstr "" -#: ../../mod/admin.php:947 ../../mod/admin.php:1149 -msgid "Disable" +#: ../../mod/item.php:1249 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Enable" +#: ../../mod/item.php:1255 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/admin.php:975 ../../mod/admin.php:1180 -msgid "Toggle" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../mod/admin.php:983 ../../mod/admin.php:1190 -msgid "Author: " +#: ../../mod/network.php:79 +msgid "No such group" msgstr "" -#: ../../mod/admin.php:984 ../../mod/admin.php:1191 -msgid "Maintainer: " +#: ../../mod/network.php:119 +msgid "Search Results For:" msgstr "" -#: ../../mod/admin.php:1113 -msgid "No themes found." +#: ../../mod/network.php:173 +msgid "Collection is empty" msgstr "" -#: ../../mod/admin.php:1172 -msgid "Screenshot" +#: ../../mod/network.php:181 +msgid "Collection: " msgstr "" -#: ../../mod/admin.php:1220 -msgid "[Experimental]" +#: ../../mod/network.php:194 +msgid "Connection: " msgstr "" -#: ../../mod/admin.php:1221 -msgid "[Unsupported]" +#: ../../mod/network.php:197 +msgid "Invalid connection." msgstr "" -#: ../../mod/admin.php:1248 -msgid "Log settings updated." +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" msgstr "" -#: ../../mod/admin.php:1304 -msgid "Clear" +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../mod/admin.php:1310 -msgid "Debugging" +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/admin.php:1311 -msgid "Log file" +#: ../../mod/siteinfo.php:97 +msgid "Red" msgstr "" -#: ../../mod/admin.php:1311 +#: ../../mod/siteinfo.php:98 msgid "" -"Must be writable by web server. Relative to your Red top-level directory." +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." msgstr "" -#: ../../mod/admin.php:1312 -msgid "Log level" +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" msgstr "" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" +#: ../../mod/siteinfo.php:102 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." msgstr "" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/poke.php:161 -msgid "Recipient" +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" msgstr "" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" msgstr "" -#: ../../mod/poke.php:165 -msgid "Make this post private" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" msgstr "" -#: ../../mod/attach.php:9 -msgid "Item not available." +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" msgstr "" -#: ../../mod/block.php:27 ../../mod/page.php:35 -msgid "Invalid item." +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" msgstr "" -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:50 ../../mod/wall_upload.php:28 -msgid "Channel not found." +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." msgstr "" -#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/help.php:72 ../../index.php:237 -msgid "Page not found." +#: ../../mod/oexchange.php:37 +msgid "Post successful." msgstr "" -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" msgstr "" -#: ../../mod/profile_photo.php:205 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" msgstr "" -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." +#: ../../mod/sources.php:45 +msgid "Source created." msgstr "" -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." +#: ../../mod/sources.php:57 +msgid "Source updated." msgstr "" -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" +#: ../../mod/sources.php:82 +msgid "*" msgstr "" -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" msgstr "" -#: ../../mod/profile_photo.php:361 -msgid "Upload" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888 -msgid "or" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" msgstr "" -#: ../../mod/profile_photo.php:365 -msgid "skip this step" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" msgstr "" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." msgstr "" -#: ../../mod/profile_photo.php:379 -msgid "Crop Image" +#: ../../mod/sources.php:130 +msgid "Edit Source" msgstr "" -#: ../../mod/profile_photo.php:380 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../mod/sources.php:131 +msgid "Delete Source" msgstr "" -#: ../../mod/profile_photo.php:382 -msgid "Done Editing" +#: ../../mod/sources.php:158 +msgid "Source removed" msgstr "" -#: ../../mod/profile_photo.php:425 -msgid "Image uploaded successfully." +#: ../../mod/sources.php:160 +msgid "Unable to remove source." msgstr "" -#: ../../mod/profile_photo.php:427 -msgid "Image upload failed." +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/profile_photo.php:436 -#, php-format -msgid "Image size reduction [%s] failed." +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" msgstr "" -#: ../../mod/blocks.php:66 -msgid "Block Name" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 -msgid "Profile not found." +#: ../../mod/profperm.php:123 +msgid "Visible To" msgstr "" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +msgid "All Connections" msgstr "" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." msgstr "" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../mod/profiles.php:178 -msgid "Profile Name is required." +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" msgstr "" -#: ../../mod/profiles.php:294 -msgid "Marital Status" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." msgstr "" -#: ../../mod/profiles.php:298 -msgid "Romantic Partner" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." msgstr "" -#: ../../mod/profiles.php:310 -msgid "Work/Employment" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" msgstr "" -#: ../../mod/profiles.php:313 -msgid "Religion" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" msgstr "" -#: ../../mod/profiles.php:317 -msgid "Political Views" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" msgstr "" -#: ../../mod/profiles.php:321 -msgid "Gender" +#: ../../mod/profile_photo.php:361 +msgid "Upload" msgstr "" -#: ../../mod/profiles.php:325 -msgid "Sexual Preference" +#: ../../mod/profile_photo.php:365 ../../mod/settings.php:888 +msgid "or" msgstr "" -#: ../../mod/profiles.php:329 -msgid "Homepage" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" msgstr "" -#: ../../mod/profiles.php:333 -msgid "Interests" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" msgstr "" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 -msgid "Location" +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" msgstr "" -#: ../../mod/profiles.php:427 -msgid "Profile updated." +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../mod/profiles.php:482 -msgid "Hide your contact/friend list from viewers of this profile?" +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" msgstr "" -#: ../../mod/profiles.php:505 -msgid "Edit Profile Details" +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." msgstr "" -#: ../../mod/profiles.php:507 -msgid "View this profile" +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." msgstr "" -#: ../../mod/profiles.php:508 -msgid "Change Profile Photo" +#: ../../mod/profile_photo.php:436 +#, php-format +msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/profiles.php:509 -msgid "Create a new profile using these settings" +#: ../../mod/blocks.php:66 +msgid "Block Name" msgstr "" -#: ../../mod/profiles.php:510 -msgid "Clone this profile" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." msgstr "" -#: ../../mod/profiles.php:511 -msgid "Delete this profile" +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../mod/profiles.php:512 -msgid "Profile Name:" +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." msgstr "" -#: ../../mod/profiles.php:513 -msgid "Your Full Name:" +#: ../../mod/filestorage.php:85 +msgid "File not found." msgstr "" -#: ../../mod/profiles.php:514 -msgid "Title/Description:" +#: ../../mod/filestorage.php:121 +msgid "Edit file permissions" msgstr "" -#: ../../mod/profiles.php:515 -msgid "Your Gender:" +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" msgstr "" -#: ../../mod/profiles.php:516 -#, php-format -msgid "Birthday (%s):" +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" msgstr "" -#: ../../mod/profiles.php:517 -msgid "Street Address:" +#: ../../mod/filestorage.php:131 +msgid "Return to file list" msgstr "" -#: ../../mod/profiles.php:518 -msgid "Locality/City:" +#: ../../mod/filestorage.php:133 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../mod/profiles.php:519 -msgid "Postal/Zip Code:" +#: ../../mod/filestorage.php:134 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../mod/profiles.php:520 -msgid "Country:" +#: ../../mod/filestorage.php:171 +msgid "Download" msgstr "" -#: ../../mod/profiles.php:521 -msgid "Region/State:" +#: ../../mod/filestorage.php:177 +msgid "Used: " msgstr "" -#: ../../mod/profiles.php:522 -msgid " Marital Status:" +#: ../../mod/filestorage.php:178 +msgid "[directory]" msgstr "" -#: ../../mod/profiles.php:523 -msgid "Who: (if applicable)" +#: ../../mod/filestorage.php:180 +msgid "Limit: " msgstr "" -#: ../../mod/profiles.php:524 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." msgstr "" -#: ../../mod/profiles.php:525 -msgid "Since [date]:" +#: ../../mod/lockview.php:45 +msgid "Visible to:" msgstr "" -#: ../../mod/profiles.php:527 -msgid "Homepage URL:" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." msgstr "" -#: ../../mod/profiles.php:530 -msgid "Religious Views:" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." msgstr "" -#: ../../mod/profiles.php:531 -msgid "Keywords:" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" msgstr "" -#: ../../mod/profiles.php:534 -msgid "Example: fishing photography software" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/profiles.php:535 -msgid "Used in directory listings" +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/profiles.php:536 -msgid "Tell us about yourself..." +#: ../../mod/connedit.php:64 ../../mod/connections.php:37 +msgid "Could not access contact record." msgstr "" -#: ../../mod/profiles.php:537 -msgid "Hobbies/Interests" +#: ../../mod/connedit.php:78 ../../mod/connections.php:51 +msgid "Could not locate selected profile." msgstr "" -#: ../../mod/profiles.php:538 -msgid "Contact information and Social Networks" +#: ../../mod/connedit.php:131 ../../mod/connections.php:94 +msgid "Connection updated." msgstr "" -#: ../../mod/profiles.php:539 -msgid "My other channels" +#: ../../mod/connedit.php:133 ../../mod/connections.php:96 +msgid "Failed to update connection record." msgstr "" -#: ../../mod/profiles.php:540 -msgid "Musical interests" +#: ../../mod/connedit.php:243 +msgid "Could not access address book record." msgstr "" -#: ../../mod/profiles.php:541 -msgid "Books, literature" +#: ../../mod/connedit.php:257 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../mod/profiles.php:542 -msgid "Television" +#: ../../mod/connedit.php:264 +msgid "Channel has been unblocked" msgstr "" -#: ../../mod/profiles.php:543 -msgid "Film/dance/culture/entertainment" +#: ../../mod/connedit.php:265 +msgid "Channel has been blocked" msgstr "" -#: ../../mod/profiles.php:544 -msgid "Love/romance" +#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 +#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 +#: ../../mod/connedit.php:320 +msgid "Unable to set address book parameters." msgstr "" -#: ../../mod/profiles.php:545 -msgid "Work/employment" +#: ../../mod/connedit.php:276 +msgid "Channel has been unignored" msgstr "" -#: ../../mod/profiles.php:546 -msgid "School/education" +#: ../../mod/connedit.php:277 +msgid "Channel has been ignored" msgstr "" -#: ../../mod/profiles.php:551 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." +#: ../../mod/connedit.php:288 +msgid "Channel has been unarchived" msgstr "" -#: ../../mod/profiles.php:561 ../../mod/directory.php:143 -#: ../../mod/dirprofile.php:92 -msgid "Age: " +#: ../../mod/connedit.php:289 +msgid "Channel has been archived" msgstr "" -#: ../../mod/profiles.php:600 -msgid "Edit/Manage Profiles" +#: ../../mod/connedit.php:300 +msgid "Channel has been unhidden" msgstr "" -#: ../../mod/profiles.php:601 -msgid "Add profile things" +#: ../../mod/connedit.php:301 +msgid "Channel has been hidden" msgstr "" -#: ../../mod/profiles.php:602 -msgid "Include desirable objects in your profile" +#: ../../mod/connedit.php:315 +msgid "Channel has been approved" msgstr "" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" +#: ../../mod/connedit.php:316 +msgid "Channel has been unapproved" msgstr "" -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" +#: ../../mod/connedit.php:334 +msgid "Connection has been removed." msgstr "" -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" +#: ../../mod/connedit.php:354 +#, php-format +msgid "View %s's profile" msgstr "" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." +#: ../../mod/connedit.php:358 +msgid "Refresh Permissions" msgstr "" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" +#: ../../mod/connedit.php:361 +msgid "Fetch updated permissions" msgstr "" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." +#: ../../mod/connedit.php:365 +msgid "Recent Activity" msgstr "" -#: ../../mod/profperm.php:123 -msgid "Visible To" +#: ../../mod/connedit.php:368 +msgid "View recent posts and comments" msgstr "" -#: ../../mod/profperm.php:139 ../../mod/connections.php:278 -msgid "All Connections" +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:759 +msgid "Unblock" msgstr "" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:758 +msgid "Block" msgstr "" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in " -"the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." +#: ../../mod/connedit.php:375 +msgid "Block or Unblock this connection" msgstr "" -#: ../../mod/pubsites.php:25 -msgid "Site URL" +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +msgid "Unignore" msgstr "" - -#: ../../mod/pubsites.php:25 -msgid "Access Type" + +#: ../../mod/connedit.php:382 +msgid "Ignore or Unignore this connection" msgstr "" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" +#: ../../mod/connedit.php:385 +msgid "Unarchive" msgstr "" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." +#: ../../mod/connedit.php:385 +msgid "Archive" msgstr "" -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../mod/connedit.php:388 +msgid "Archive or Unarchive this connection" msgstr "" -#: ../../mod/chanview.php:93 -msgid "toggle full screen mode" +#: ../../mod/connedit.php:391 +msgid "Unhide" msgstr "" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" +#: ../../mod/connedit.php:391 +msgid "Hide" msgstr "" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" +#: ../../mod/connedit.php:394 +msgid "Hide or Unhide this connection" msgstr "" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" +#: ../../mod/connedit.php:401 +msgid "Delete this connection" msgstr "" -#: ../../mod/rbmark.php:95 -msgid "Description" +#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +msgid "Approve this connection" msgstr "" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" +#: ../../mod/connedit.php:444 +msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/chat.php:167 -msgid "Room not found" +#: ../../mod/connedit.php:460 +msgid "Automatic Permissions Settings" msgstr "" -#: ../../mod/chat.php:178 -msgid "Leave Room" +#: ../../mod/connedit.php:460 +#, php-format +msgid "Connections: settings for %s" msgstr "" -#: ../../mod/chat.php:179 -msgid "Delete This Room" +#: ../../mod/connedit.php:464 +msgid "" +"When receiving a channel introduction, any permissions provided here will be " +"applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." msgstr "" -#: ../../mod/chat.php:180 -msgid "I am away right now" +#: ../../mod/connedit.php:466 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../mod/chat.php:181 -msgid "I am online" +#: ../../mod/connedit.php:472 +msgid "inherited" msgstr "" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" +#: ../../mod/connedit.php:474 +msgid "Connection has no individual permissions!" msgstr "" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" +#: ../../mod/connedit.php:475 +msgid "" +"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" +#: ../../mod/connedit.php:477 +msgid "Profile Visibility" msgstr "" -#: ../../mod/chat.php:225 +#: ../../mod/connedit.php:478 #, php-format -msgid "%1$s's Chatrooms" +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +#: ../../mod/connedit.php:479 +msgid "Contact Information / Notes" msgstr "" -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." +#: ../../mod/connedit.php:480 +msgid "Edit contact notes" msgstr "" -#: ../../mod/register.php:77 -msgid "Passwords do not match." +#: ../../mod/connedit.php:482 +msgid "Their Settings" msgstr "" -#: ../../mod/register.php:105 -msgid "" -"Registration successful. Please check your email for validation instructions." +#: ../../mod/connedit.php:483 +msgid "My Settings" msgstr "" -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." +#: ../../mod/connedit.php:485 +msgid "Clear/Disable Automatic Permissions" msgstr "" -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." +#: ../../mod/connedit.php:486 +msgid "Forum Members" msgstr "" -#: ../../mod/register.php:147 -msgid "Registration on this site/hub is by approval only." +#: ../../mod/connedit.php:487 +msgid "Soapbox" msgstr "" -#: ../../mod/register.php:148 -msgid "Register at another affiliated site/hub" +#: ../../mod/connedit.php:488 +msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../mod/register.php:156 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../mod/connedit.php:489 +msgid "Cautious Sharing " msgstr "" -#: ../../mod/register.php:167 -msgid "Terms of Service" +#: ../../mod/connedit.php:490 +msgid "Follow Only" msgstr "" -#: ../../mod/register.php:173 -#, php-format -msgid "I accept the %s for this website" +#: ../../mod/connedit.php:491 +msgid "Individual Permissions" msgstr "" -#: ../../mod/register.php:175 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" +#: ../../mod/connedit.php:492 +msgid "" +"Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " +"settings. Changing those inherited settings on this page will have no effect." msgstr "" -#: ../../mod/register.php:194 -msgid "Membership on this site is by invitation only." +#: ../../mod/connedit.php:493 +msgid "Advanced Permissions" msgstr "" -#: ../../mod/register.php:195 -msgid "Please enter your invitation code" +#: ../../mod/connedit.php:494 +msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../mod/register.php:198 -msgid "Your email address" +#: ../../mod/connedit.php:498 +#, php-format +msgid "Visit %s's profile - %s" msgstr "" -#: ../../mod/register.php:199 -msgid "Choose a password" +#: ../../mod/connedit.php:499 +msgid "Block/Unblock contact" msgstr "" -#: ../../mod/register.php:200 -msgid "Please re-enter your password" +#: ../../mod/connedit.php:500 +msgid "Ignore contact" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../mod/connedit.php:501 +msgid "Repair URL settings" msgstr "" -#: ../../mod/chatsvc.php:115 -msgid "Online" +#: ../../mod/connedit.php:502 +msgid "View conversations" msgstr "" -#: ../../mod/regmod.php:12 -msgid "Please login." +#: ../../mod/connedit.php:504 +msgid "Delete contact" msgstr "" -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +#: ../../mod/connedit.php:507 +msgid "Last update:" msgstr "" -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" +#: ../../mod/connedit.php:509 +msgid "Update public posts" msgstr "" -#: ../../mod/removeme.php:50 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." +#: ../../mod/connedit.php:511 +msgid "Update now" msgstr "" -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" +#: ../../mod/connedit.php:517 +msgid "Currently blocked" msgstr "" -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" +#: ../../mod/connedit.php:518 +msgid "Currently ignored" msgstr "" -#: ../../mod/removeme.php:52 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +#: ../../mod/connedit.php:519 +msgid "Currently archived" msgstr "" -#: ../../mod/removeme.php:53 -msgid "Remove Channel" +#: ../../mod/connedit.php:520 +msgid "Currently pending" msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../mod/connedit.php:521 +msgid "Hide this contact from others" msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../mod/connedit.php:521 +msgid "" +"Replies/likes to your public posts may still be visible" msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" msgstr "" #: ../../mod/rmagic.php:38 @@ -4774,1445 +4650,1430 @@ msgstr "" msgid "Authenticate" msgstr "" -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" -msgstr "" - -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "" - -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "" - -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "" - -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" msgstr "" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../mod/editpost.php:53 +msgid "Delete item?" msgstr "" -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../mod/settings.php:71 +msgid "Name is required" msgstr "" -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" msgstr "" -#: ../../mod/network.php:79 -msgid "No such group" +#: ../../mod/settings.php:195 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/network.php:119 -msgid "Search Results For:" +#: ../../mod/settings.php:199 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/network.php:173 -msgid "Collection is empty" +#: ../../mod/settings.php:212 +msgid "Password changed." msgstr "" -#: ../../mod/network.php:181 -msgid "Collection: " +#: ../../mod/settings.php:214 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/network.php:194 -msgid "Connection: " +#: ../../mod/settings.php:228 +msgid "Not valid email." msgstr "" -#: ../../mod/network.php:197 -msgid "Invalid connection." +#: ../../mod/settings.php:231 +msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/connections.php:37 ../../mod/connedit.php:64 -msgid "Could not access contact record." +#: ../../mod/settings.php:240 +msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/connections.php:51 ../../mod/connedit.php:78 -msgid "Could not locate selected profile." +#: ../../mod/settings.php:443 +msgid "Settings updated." msgstr "" -#: ../../mod/connections.php:94 ../../mod/connedit.php:131 -msgid "Connection updated." +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 +msgid "Add application" msgstr "" -#: ../../mod/connections.php:96 ../../mod/connedit.php:133 -msgid "Failed to update connection record." +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:891 +msgid "Name" msgstr "" -#: ../../mod/connections.php:191 ../../mod/connections.php:291 -msgid "Blocked" +#: ../../mod/settings.php:517 +msgid "Name of application" msgstr "" -#: ../../mod/connections.php:196 ../../mod/connections.php:298 -msgid "Ignored" +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Consumer Key" msgstr "" -#: ../../mod/connections.php:201 ../../mod/connections.php:312 -msgid "Hidden" +#: ../../mod/settings.php:518 ../../mod/settings.php:519 +msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/connections.php:206 ../../mod/connections.php:305 -msgid "Archived" +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Consumer Secret" msgstr "" -#: ../../mod/connections.php:230 ../../mod/connections.php:244 -msgid "All" +#: ../../mod/settings.php:520 ../../mod/settings.php:546 +msgid "Redirect" msgstr "" -#: ../../mod/connections.php:239 ../../mod/connections.php:319 -msgid "Unconnected" +#: ../../mod/settings.php:520 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/connections.php:269 -msgid "Suggest new connections" +#: ../../mod/settings.php:521 ../../mod/settings.php:547 +msgid "Icon url" msgstr "" -#: ../../mod/connections.php:272 -msgid "New Connections" +#: ../../mod/settings.php:521 +msgid "Optional" msgstr "" -#: ../../mod/connections.php:275 -msgid "Show pending (new) connections" +#: ../../mod/settings.php:532 +msgid "You can't edit this application." msgstr "" -#: ../../mod/connections.php:281 -msgid "Show all connections" +#: ../../mod/settings.php:575 +msgid "Connected Apps" msgstr "" -#: ../../mod/connections.php:284 -msgid "Unblocked" +#: ../../mod/settings.php:579 +msgid "Client key starts with" msgstr "" -#: ../../mod/connections.php:287 -msgid "Only show unblocked connections" +#: ../../mod/settings.php:580 +msgid "No name" msgstr "" -#: ../../mod/connections.php:294 -msgid "Only show blocked connections" +#: ../../mod/settings.php:581 +msgid "Remove authorization" msgstr "" -#: ../../mod/connections.php:301 -msgid "Only show ignored connections" +#: ../../mod/settings.php:592 +msgid "No feature settings configured" msgstr "" -#: ../../mod/connections.php:308 -msgid "Only show archived connections" +#: ../../mod/settings.php:600 +msgid "Feature Settings" msgstr "" -#: ../../mod/connections.php:315 -msgid "Only show hidden connections" +#: ../../mod/settings.php:623 +msgid "Account Settings" msgstr "" -#: ../../mod/connections.php:322 -msgid "Only show one-way connections" +#: ../../mod/settings.php:624 +msgid "Password Settings" msgstr "" -#: ../../mod/connections.php:367 -#, php-format -msgid "%1$s [%2$s]" +#: ../../mod/settings.php:625 +msgid "New Password:" msgstr "" -#: ../../mod/connections.php:368 -msgid "Edit contact" +#: ../../mod/settings.php:626 +msgid "Confirm:" msgstr "" -#: ../../mod/connections.php:389 -msgid "Search your connections" +#: ../../mod/settings.php:626 +msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/connections.php:390 -msgid "Finding: " +#: ../../mod/settings.php:628 ../../mod/settings.php:938 +msgid "Email Address:" msgstr "" -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 -msgid "Edit post" +#: ../../mod/settings.php:629 +msgid "Remove Account" msgstr "" -#: ../../mod/connedit.php:243 -msgid "Could not access address book record." +#: ../../mod/settings.php:630 +msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/connedit.php:257 -msgid "Refresh failed - channel is currently unavailable." +#: ../../mod/settings.php:646 +msgid "Off" msgstr "" -#: ../../mod/connedit.php:264 -msgid "Channel has been unblocked" +#: ../../mod/settings.php:646 +msgid "On" msgstr "" -#: ../../mod/connedit.php:265 -msgid "Channel has been blocked" +#: ../../mod/settings.php:653 +msgid "Additional Features" msgstr "" -#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 -#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 -#: ../../mod/connedit.php:320 -msgid "Unable to set address book parameters." +#: ../../mod/settings.php:678 +msgid "Connector Settings" msgstr "" -#: ../../mod/connedit.php:276 -msgid "Channel has been unignored" +#: ../../mod/settings.php:708 ../../mod/admin.php:389 +msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/connedit.php:277 -msgid "Channel has been ignored" +#: ../../mod/settings.php:749 +msgid "Display Settings" msgstr "" -#: ../../mod/connedit.php:288 -msgid "Channel has been unarchived" +#: ../../mod/settings.php:755 +msgid "Display Theme:" msgstr "" -#: ../../mod/connedit.php:289 -msgid "Channel has been archived" +#: ../../mod/settings.php:756 +msgid "Mobile Theme:" msgstr "" -#: ../../mod/connedit.php:300 -msgid "Channel has been unhidden" +#: ../../mod/settings.php:757 +msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/connedit.php:301 -msgid "Channel has been hidden" +#: ../../mod/settings.php:757 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/connedit.php:315 -msgid "Channel has been approved" +#: ../../mod/settings.php:758 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/connedit.php:316 -msgid "Channel has been unapproved" +#: ../../mod/settings.php:758 +msgid "Maximum of 100 items" msgstr "" -#: ../../mod/connedit.php:334 -msgid "Connection has been removed." +#: ../../mod/settings.php:759 +msgid "Don't show emoticons" msgstr "" -#: ../../mod/connedit.php:354 -#, php-format -msgid "View %s's profile" +#: ../../mod/settings.php:760 +msgid "Do not view remote profiles in frames" msgstr "" -#: ../../mod/connedit.php:358 -msgid "Refresh Permissions" +#: ../../mod/settings.php:760 +msgid "By default open in a sub-window of your own site" msgstr "" -#: ../../mod/connedit.php:361 -msgid "Fetch updated permissions" +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../mod/connedit.php:365 -msgid "Recent Activity" +#: ../../mod/settings.php:796 +msgid "Nobody except yourself" msgstr "" -#: ../../mod/connedit.php:368 -msgid "View recent posts and comments" +#: ../../mod/settings.php:797 +msgid "Only those you specifically allow" msgstr "" -#: ../../mod/connedit.php:375 -msgid "Block or Unblock this connection" +#: ../../mod/settings.php:798 +msgid "Anybody in your address book" msgstr "" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 -msgid "Unignore" +#: ../../mod/settings.php:799 +msgid "Anybody on this website" msgstr "" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 -#: ../../mod/notifications.php:51 -msgid "Ignore" +#: ../../mod/settings.php:800 +msgid "Anybody in this network" msgstr "" -#: ../../mod/connedit.php:382 -msgid "Ignore or Unignore this connection" +#: ../../mod/settings.php:801 +msgid "Anybody authenticated" msgstr "" -#: ../../mod/connedit.php:385 -msgid "Unarchive" +#: ../../mod/settings.php:802 +msgid "Anybody on the internet" msgstr "" -#: ../../mod/connedit.php:385 -msgid "Archive" +#: ../../mod/settings.php:879 +msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/connedit.php:388 -msgid "Archive or Unarchive this connection" +#: ../../mod/settings.php:884 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/connedit.php:391 -msgid "Unhide" +#: ../../mod/settings.php:893 +msgid "Your channel address is" msgstr "" -#: ../../mod/connedit.php:391 -msgid "Hide" +#: ../../mod/settings.php:927 +msgid "Channel Settings" msgstr "" -#: ../../mod/connedit.php:394 -msgid "Hide or Unhide this connection" +#: ../../mod/settings.php:936 +msgid "Basic Settings" msgstr "" -#: ../../mod/connedit.php:401 -msgid "Delete this connection" +#: ../../mod/settings.php:939 +msgid "Your Timezone:" msgstr "" - -#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 -msgid "Approve this connection" + +#: ../../mod/settings.php:940 +msgid "Default Post Location:" msgstr "" -#: ../../mod/connedit.php:444 -msgid "Accept connection to allow communication" +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" msgstr "" -#: ../../mod/connedit.php:460 -msgid "Automatic Permissions Settings" +#: ../../mod/settings.php:941 +msgid "Use Browser Location:" msgstr "" -#: ../../mod/connedit.php:460 -#, php-format -msgid "Connections: settings for %s" +#: ../../mod/settings.php:943 +msgid "Adult Content" msgstr "" -#: ../../mod/connedit.php:464 +#: ../../mod/settings.php:943 msgid "" -"When receiving a channel introduction, any permissions provided here will be " -"applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/connedit.php:466 -msgid "Slide to adjust your degree of friendship" +#: ../../mod/settings.php:945 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/connedit.php:472 -msgid "inherited" +#: ../../mod/settings.php:947 +msgid "Hide my online presence" msgstr "" -#: ../../mod/connedit.php:474 -msgid "Connection has no individual permissions!" +#: ../../mod/settings.php:947 +msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../mod/connedit.php:475 -msgid "" -"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." +#: ../../mod/settings.php:949 +msgid "Simple Privacy Settings:" msgstr "" -#: ../../mod/connedit.php:477 -msgid "Profile Visibility" +#: ../../mod/settings.php:950 +msgid "" +"Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../mod/connedit.php:478 -#, php-format +#: ../../mod/settings.php:951 msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" msgstr "" -#: ../../mod/connedit.php:479 -msgid "Contact Information / Notes" +#: ../../mod/settings.php:952 +msgid "Private - default private, never open or public" msgstr "" -#: ../../mod/connedit.php:480 -msgid "Edit contact notes" +#: ../../mod/settings.php:953 +msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../mod/connedit.php:482 -msgid "Their Settings" +#: ../../mod/settings.php:955 +msgid "Allow others to tag your posts" msgstr "" -#: ../../mod/connedit.php:483 -msgid "My Settings" +#: ../../mod/settings.php:955 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/connedit.php:485 -msgid "Clear/Disable Automatic Permissions" +#: ../../mod/settings.php:957 +msgid "Advanced Privacy Settings" msgstr "" -#: ../../mod/connedit.php:486 -msgid "Forum Members" +#: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" msgstr "" -#: ../../mod/connedit.php:487 -msgid "Soapbox" +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" msgstr "" -#: ../../mod/connedit.php:488 -msgid "Full Sharing (typical social network permissions)" +#: ../../mod/settings.php:960 +msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/connedit.php:489 -msgid "Cautious Sharing " +#: ../../mod/settings.php:960 +msgid "May reduce spam activity" msgstr "" -#: ../../mod/connedit.php:490 -msgid "Follow Only" +#: ../../mod/settings.php:961 +msgid "Default Post Permissions" msgstr "" -#: ../../mod/connedit.php:491 -msgid "Individual Permissions" +#: ../../mod/settings.php:973 +msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/connedit.php:492 -msgid "" -"Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " -"settings. Changing those inherited settings on this page will have no effect." +#: ../../mod/settings.php:973 +msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/connedit.php:493 -msgid "Advanced Permissions" +#: ../../mod/settings.php:976 +msgid "Notification Settings" msgstr "" -#: ../../mod/connedit.php:494 -msgid "Simple Permissions (select one and submit)" +#: ../../mod/settings.php:977 +msgid "By default post a status message when:" msgstr "" -#: ../../mod/connedit.php:498 -#, php-format -msgid "Visit %s's profile - %s" +#: ../../mod/settings.php:978 +msgid "accepting a friend request" msgstr "" -#: ../../mod/connedit.php:499 -msgid "Block/Unblock contact" +#: ../../mod/settings.php:979 +msgid "joining a forum/community" msgstr "" -#: ../../mod/connedit.php:500 -msgid "Ignore contact" +#: ../../mod/settings.php:980 +msgid "making an interesting profile change" msgstr "" -#: ../../mod/connedit.php:501 -msgid "Repair URL settings" +#: ../../mod/settings.php:981 +msgid "Send a notification email when:" msgstr "" -#: ../../mod/connedit.php:502 -msgid "View conversations" +#: ../../mod/settings.php:982 +msgid "You receive a connection request" msgstr "" -#: ../../mod/connedit.php:504 -msgid "Delete contact" +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" msgstr "" -#: ../../mod/connedit.php:507 -msgid "Last update:" +#: ../../mod/settings.php:984 +msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/connedit.php:509 -msgid "Update public posts" +#: ../../mod/settings.php:985 +msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/connedit.php:511 -msgid "Update now" +#: ../../mod/settings.php:986 +msgid "You receive a private message" msgstr "" -#: ../../mod/connedit.php:517 -msgid "Currently blocked" +#: ../../mod/settings.php:987 +msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/connedit.php:518 -msgid "Currently ignored" +#: ../../mod/settings.php:988 +msgid "You are tagged in a post" msgstr "" -#: ../../mod/connedit.php:519 -msgid "Currently archived" +#: ../../mod/settings.php:989 +msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/connedit.php:520 -msgid "Currently pending" +#: ../../mod/settings.php:992 +msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/connedit.php:521 -msgid "Hide this contact from others" +#: ../../mod/settings.php:993 +msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/connedit.php:521 +#: ../../mod/settings.php:996 msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" msgstr "" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" +#: ../../mod/settings.php:997 +msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." +#: ../../mod/settings.php:999 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" msgstr "" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" +#: ../../mod/setup.php:168 +msgid "Could not connect to database." msgstr "" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908 -msgid "Remove" +#: ../../mod/setup.php:179 +msgid "Could not create table." msgstr "" -#: ../../mod/delegate.php:131 -msgid "Add" +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/delegate.php:132 -msgid "No entries." +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." msgstr "" -#: ../../mod/search.php:13 ../../mod/directory.php:15 -#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 -msgid "Public access denied." +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 -msgid "Gender: " +#: ../../mod/setup.php:257 +msgid "System check" msgstr "" -#: ../../mod/directory.php:207 -msgid "Finding:" +#: ../../mod/setup.php:261 ../../mod/events.php:369 +msgid "Next" msgstr "" -#: ../../mod/directory.php:215 -msgid "next page" +#: ../../mod/setup.php:262 +msgid "Check again" msgstr "" -#: ../../mod/directory.php:215 -msgid "previous page" +#: ../../mod/setup.php:284 +msgid "Database connection" msgstr "" -#: ../../mod/directory.php:222 -msgid "No entries (some entries may be hidden)." +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." msgstr "" -#: ../../mod/dirprofile.php:108 -msgid "Status: " +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../mod/dirprofile.php:109 -msgid "Sexual Preference: " +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../mod/dirprofile.php:111 -msgid "Homepage: " +#: ../../mod/setup.php:291 +msgid "Database Server Name" msgstr "" -#: ../../mod/dirprofile.php:112 -msgid "Hometown: " +#: ../../mod/setup.php:291 +msgid "Default is localhost" msgstr "" -#: ../../mod/dirprofile.php:114 -msgid "About: " +#: ../../mod/setup.php:292 +msgid "Database Port" msgstr "" -#: ../../mod/dirprofile.php:162 -msgid "Keywords: " +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" +#: ../../mod/setup.php:293 +msgid "Database Login Name" msgstr "" -#: ../../mod/settings.php:71 -msgid "Name is required" +#: ../../mod/setup.php:294 +msgid "Database Login Password" msgstr "" -#: ../../mod/settings.php:75 -msgid "Key and Secret are required" +#: ../../mod/setup.php:295 +msgid "Database Name" msgstr "" -#: ../../mod/settings.php:195 -msgid "Passwords do not match. Password unchanged." +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" msgstr "" -#: ../../mod/settings.php:199 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../mod/settings.php:212 -msgid "Password changed." +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" msgstr "" -#: ../../mod/settings.php:214 -msgid "Password update failed. Please try again." +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../mod/settings.php:228 -msgid "Not valid email." +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/settings.php:231 -msgid "Protected email address. Cannot change to that email." +#: ../../mod/setup.php:328 +msgid "Site settings" msgstr "" -#: ../../mod/settings.php:240 -msgid "System failure storing new email. Please try again." +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/settings.php:443 -msgid "Settings updated." +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../mod/settings.php:514 ../../mod/settings.php:540 -#: ../../mod/settings.php:576 -msgid "Add application" +#: ../../mod/setup.php:392 +msgid "PHP executable path" msgstr "" -#: ../../mod/settings.php:517 -msgid "Name of application" +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/settings.php:518 ../../mod/settings.php:544 -msgid "Consumer Key" +#: ../../mod/setup.php:397 +msgid "Command line PHP" msgstr "" -#: ../../mod/settings.php:518 ../../mod/settings.php:519 -msgid "Automatically generated - change if desired. Max length 20" +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/settings.php:519 ../../mod/settings.php:545 -msgid "Consumer Secret" +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 -msgid "Redirect" +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/settings.php:520 +#: ../../mod/setup.php:430 msgid "" -"Redirect URI - leave blank unless your application specifically requires this" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 -msgid "Icon url" +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/settings.php:521 -msgid "Optional" +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" msgstr "" -#: ../../mod/settings.php:532 -msgid "You can't edit this application." +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" msgstr "" -#: ../../mod/settings.php:575 -msgid "Connected Apps" +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" msgstr "" -#: ../../mod/settings.php:579 -msgid "Client key starts with" +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/settings.php:580 -msgid "No name" +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" msgstr "" -#: ../../mod/settings.php:581 -msgid "Remove authorization" +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" msgstr "" -#: ../../mod/settings.php:592 -msgid "No feature settings configured" +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" msgstr "" -#: ../../mod/settings.php:600 -msgid "Feature Settings" +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/settings.php:623 -msgid "Account Settings" +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/settings.php:624 -msgid "Password Settings" +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" msgstr "" -#: ../../mod/settings.php:625 -msgid "New Password:" +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../mod/settings.php:626 -msgid "Confirm:" +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/settings.php:626 -msgid "Leave password fields blank unless changing" +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/settings.php:628 ../../mod/settings.php:938 -msgid "Email Address:" +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/settings.php:629 -msgid "Remove Account" +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/settings.php:630 -msgid "Warning: This action is permanent and cannot be reversed." +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/settings.php:646 -msgid "Off" +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/settings.php:646 -msgid "On" +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/settings.php:653 -msgid "Additional Features" +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/settings.php:678 -msgid "Connector Settings" +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/settings.php:749 -msgid "Display Settings" +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/settings.php:755 -msgid "Display Theme:" +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/settings.php:756 -msgid "Mobile Theme:" +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/settings.php:757 -msgid "Update browser every xx seconds" +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." msgstr "" -#: ../../mod/settings.php:757 -msgid "Minimum of 10 seconds, no maximum" +#: ../../mod/setup.php:518 ../../mod/setup.php:536 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/settings.php:758 -msgid "Maximum number of conversations to load at any time:" +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/settings.php:758 -msgid "Maximum of 100 items" +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" msgstr "" -#: ../../mod/settings.php:759 -msgid "Don't show emoticons" +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/settings.php:760 -msgid "Do not view remote profiles in frames" +#: ../../mod/setup.php:539 +msgid "store is writable" msgstr "" -#: ../../mod/settings.php:760 -msgid "By default open in a sub-window of your own site" +#: ../../mod/setup.php:569 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/settings.php:761 -msgid "System Page Layout Editor - (advanced)" +#: ../../mod/setup.php:570 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" - -#: ../../mod/settings.php:796 -msgid "Nobody except yourself" + +#: ../../mod/setup.php:571 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../mod/settings.php:797 -msgid "Only those you specifically allow" +#: ../../mod/setup.php:572 +msgid "" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/settings.php:798 -msgid "Anybody in your address book" +#: ../../mod/setup.php:573 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/settings.php:799 -msgid "Anybody on this website" +#: ../../mod/setup.php:574 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/settings.php:800 -msgid "Anybody in this network" +#: ../../mod/setup.php:576 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/settings.php:801 -msgid "Anybody authenticated" +#: ../../mod/setup.php:582 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/settings.php:802 -msgid "Anybody on the internet" +#: ../../mod/setup.php:584 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/settings.php:879 -msgid "Publish your default profile in the network directory" +#: ../../mod/setup.php:594 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/settings.php:884 -msgid "Allow us to suggest you as a potential friend to new members?" +#: ../../mod/setup.php:618 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/settings.php:893 -msgid "Your channel address is" +#: ../../mod/setup.php:653 +msgid "

What next

" msgstr "" -#: ../../mod/settings.php:927 -msgid "Channel Settings" +#: ../../mod/setup.php:654 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/settings.php:936 -msgid "Basic Settings" +#: ../../mod/events.php:72 +msgid "Event title and start time are required." msgstr "" -#: ../../mod/settings.php:939 -msgid "Your Timezone:" +#: ../../mod/events.php:299 +msgid "l, F j" msgstr "" -#: ../../mod/settings.php:940 -msgid "Default Post Location:" +#: ../../mod/events.php:321 +msgid "Edit event" msgstr "" -#: ../../mod/settings.php:940 -msgid "Geographical location to display on your posts" +#: ../../mod/events.php:367 +msgid "Create New Event" msgstr "" -#: ../../mod/settings.php:941 -msgid "Use Browser Location:" +#: ../../mod/events.php:368 +msgid "Previous" msgstr "" -#: ../../mod/settings.php:943 -msgid "Adult Content" +#: ../../mod/events.php:439 +msgid "hour:minute" msgstr "" -#: ../../mod/settings.php:943 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" +#: ../../mod/events.php:459 +msgid "Event details" msgstr "" -#: ../../mod/settings.php:945 -msgid "Security and Privacy Settings" +#: ../../mod/events.php:460 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/settings.php:947 -msgid "Hide my online presence" +#: ../../mod/events.php:462 +msgid "Event Starts:" msgstr "" -#: ../../mod/settings.php:947 -msgid "Prevents displaying in your profile that you are online" +#: ../../mod/events.php:462 ../../mod/events.php:476 ../../mod/appman.php:83 +#: ../../mod/appman.php:84 +msgid "Required" msgstr "" -#: ../../mod/settings.php:949 -msgid "Simple Privacy Settings:" +#: ../../mod/events.php:465 +msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/settings.php:950 -msgid "" -"Very Public - extremely permissive (should be used with caution)" +#: ../../mod/events.php:467 +msgid "Event Finishes:" msgstr "" -#: ../../mod/settings.php:951 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" +#: ../../mod/events.php:470 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/settings.php:952 -msgid "Private - default private, never open or public" +#: ../../mod/events.php:472 +msgid "Description:" msgstr "" -#: ../../mod/settings.php:953 -msgid "Blocked - default blocked to/from everybody" +#: ../../mod/events.php:476 +msgid "Title:" msgstr "" -#: ../../mod/settings.php:955 -msgid "Allow others to tag your posts" +#: ../../mod/events.php:478 +msgid "Share this event" msgstr "" -#: ../../mod/settings.php:955 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../mod/settings.php:957 -msgid "Advanced Privacy Settings" +#: ../../mod/photos.php:97 +msgid "Album not found." msgstr "" -#: ../../mod/settings.php:959 -msgid "Expire other channel content after this many days" +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" msgstr "" -#: ../../mod/settings.php:959 -msgid "0 or blank prevents expiration" +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" msgstr "" -#: ../../mod/settings.php:960 -msgid "Maximum Friend Requests/Day:" +#: ../../mod/photos.php:453 +msgid "No photos selected" msgstr "" -#: ../../mod/settings.php:960 -msgid "May reduce spam activity" +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." msgstr "" -#: ../../mod/settings.php:961 -msgid "Default Post Permissions" +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/settings.php:973 -msgid "Maximum private messages per day from unknown people:" +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../mod/settings.php:973 -msgid "Useful to reduce spamming" +#: ../../mod/photos.php:598 +msgid "Upload Photos" msgstr "" -#: ../../mod/settings.php:976 -msgid "Notification Settings" +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " msgstr "" -#: ../../mod/settings.php:977 -msgid "By default post a status message when:" +#: ../../mod/photos.php:603 +msgid "or existing album name: " msgstr "" -#: ../../mod/settings.php:978 -msgid "accepting a friend request" +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/settings.php:979 -msgid "joining a forum/community" +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" msgstr "" -#: ../../mod/settings.php:980 -msgid "making an interesting profile change" +#: ../../mod/photos.php:681 +msgid "Edit Album" msgstr "" -#: ../../mod/settings.php:981 -msgid "Send a notification email when:" +#: ../../mod/photos.php:687 +msgid "Show Newest First" msgstr "" -#: ../../mod/settings.php:982 -msgid "You receive a connection request" +#: ../../mod/photos.php:689 +msgid "Show Oldest First" msgstr "" -#: ../../mod/settings.php:983 -msgid "Your connections are confirmed" +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" msgstr "" -#: ../../mod/settings.php:984 -msgid "Someone writes on your profile wall" +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/settings.php:985 -msgid "Someone writes a followup comment" +#: ../../mod/photos.php:780 +msgid "Photo not available" msgstr "" -#: ../../mod/settings.php:986 -msgid "You receive a private message" +#: ../../mod/photos.php:840 +msgid "Use as profile photo" msgstr "" -#: ../../mod/settings.php:987 -msgid "You receive a friend suggestion" +#: ../../mod/photos.php:864 +msgid "View Full Size" msgstr "" -#: ../../mod/settings.php:988 -msgid "You are tagged in a post" +#: ../../mod/photos.php:938 +msgid "Edit photo" msgstr "" -#: ../../mod/settings.php:989 -msgid "You are poked/prodded/etc. in a post" +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" msgstr "" -#: ../../mod/settings.php:992 -msgid "Advanced Account/Page Type Settings" +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/settings.php:993 -msgid "Change the behaviour of this account for special situations" +#: ../../mod/photos.php:943 +msgid "New album name" msgstr "" -#: ../../mod/settings.php:996 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" +#: ../../mod/photos.php:946 +msgid "Caption" msgstr "" -#: ../../mod/settings.php:997 -msgid "Miscellaneous Settings" +#: ../../mod/photos.php:948 +msgid "Add a Tag" msgstr "" -#: ../../mod/settings.php:999 -msgid "Personal menu to display in your channel pages" +#: ../../mod/photos.php:951 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/setup.php:162 -msgid "Red Matrix Server - Setup" +#: ../../mod/photos.php:1104 +msgid "In This Photo:" msgstr "" -#: ../../mod/setup.php:168 -msgid "Could not connect to database." +#: ../../mod/photos.php:1179 +msgid "View Album" msgstr "" -#: ../../mod/setup.php:172 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +#: ../../mod/photos.php:1188 +msgid "Recent Photos" msgstr "" -#: ../../mod/setup.php:179 -msgid "Could not create table." +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" msgstr "" -#: ../../mod/setup.php:185 -msgid "Your site database has been installed." +#: ../../mod/help.php:69 ../../index.php:234 +msgid "Not Found" msgstr "" -#: ../../mod/setup.php:190 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." +#: ../../mod/ping.php:192 +msgid "sent you a private message" msgstr "" -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/ping.php:250 +msgid "added your channel" msgstr "" -#: ../../mod/setup.php:257 -msgid "System check" +#: ../../mod/ping.php:294 +msgid "posted an event" msgstr "" -#: ../../mod/setup.php:261 ../../mod/events.php:369 -msgid "Next" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." msgstr "" -#: ../../mod/setup.php:262 -msgid "Check again" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../mod/setup.php:284 -msgid "Database connection" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" msgstr "" -#: ../../mod/setup.php:285 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../mod/setup.php:286 +#: ../../mod/lostpass.php:63 msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../mod/setup.php:287 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +#: ../../mod/lostpass.php:85 ../../boot.php:1461 +msgid "Password Reset" msgstr "" -#: ../../mod/setup.php:291 -msgid "Database Server Name" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." msgstr "" -#: ../../mod/setup.php:291 -msgid "Default is localhost" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" msgstr "" -#: ../../mod/setup.php:292 -msgid "Database Port" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../mod/setup.php:292 -msgid "Communication port number - use 0 for default" +#: ../../mod/lostpass.php:89 +msgid "click here to login" msgstr "" -#: ../../mod/setup.php:293 -msgid "Database Login Name" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." msgstr "" -#: ../../mod/setup.php:294 -msgid "Database Login Password" +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" msgstr "" -#: ../../mod/setup.php:295 -msgid "Database Name" +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" msgstr "" -#: ../../mod/setup.php:297 ../../mod/setup.php:339 -msgid "Site administrator email address" +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../mod/setup.php:297 ../../mod/setup.php:339 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../mod/lostpass.php:124 +msgid "Email Address" msgstr "" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Website URL" +#: ../../mod/lostpass.php:125 +msgid "Reset" msgstr "" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please use SSL (https) URL if available." +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" msgstr "" -#: ../../mod/setup.php:301 ../../mod/setup.php:344 -msgid "Please select a default timezone for your website" +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." msgstr "" -#: ../../mod/setup.php:328 -msgid "Site settings" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" msgstr "" -#: ../../mod/setup.php:387 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" msgstr "" -#: ../../mod/setup.php:388 +#: ../../mod/removeme.php:52 msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." +"By default only the instance of the channel located on this hub will be " +"removed from the network" msgstr "" -#: ../../mod/setup.php:392 -msgid "PHP executable path" +#: ../../mod/removeme.php:53 +msgid "Remove Channel" msgstr "" -#: ../../mod/setup.php:392 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." msgstr "" -#: ../../mod/setup.php:397 -msgid "Command line PHP" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" msgstr "" -#: ../../mod/setup.php:406 +#: ../../mod/delegate.php:123 msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." msgstr "" -#: ../../mod/setup.php:407 -msgid "This is required for message delivery to work." +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" msgstr "" -#: ../../mod/setup.php:409 -msgid "PHP register_argc_argv" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" msgstr "" -#: ../../mod/setup.php:430 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" msgstr "" -#: ../../mod/setup.php:431 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../mod/delegate.php:131 +msgid "Add" msgstr "" -#: ../../mod/setup.php:433 -msgid "Generate encryption keys" +#: ../../mod/delegate.php:132 +msgid "No entries." msgstr "" -#: ../../mod/setup.php:440 -msgid "libCurl PHP module" +#: ../../mod/layouts.php:62 +msgid "Help with this feature" msgstr "" -#: ../../mod/setup.php:441 -msgid "GD graphics PHP module" +#: ../../mod/layouts.php:84 +msgid "Layout Name" msgstr "" -#: ../../mod/setup.php:442 -msgid "OpenSSL PHP module" +#: ../../mod/connections.php:191 ../../mod/connections.php:291 +msgid "Blocked" msgstr "" -#: ../../mod/setup.php:443 -msgid "mysqli PHP module" +#: ../../mod/connections.php:196 ../../mod/connections.php:298 +msgid "Ignored" msgstr "" -#: ../../mod/setup.php:444 -msgid "mb_string PHP module" +#: ../../mod/connections.php:201 ../../mod/connections.php:312 +msgid "Hidden" msgstr "" -#: ../../mod/setup.php:445 -msgid "mcrypt PHP module" +#: ../../mod/connections.php:206 ../../mod/connections.php:305 +msgid "Archived" msgstr "" -#: ../../mod/setup.php:450 ../../mod/setup.php:452 -msgid "Apache mod_rewrite module" +#: ../../mod/connections.php:230 ../../mod/connections.php:244 +msgid "All" msgstr "" -#: ../../mod/setup.php:450 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../mod/connections.php:239 ../../mod/connections.php:319 +msgid "Unconnected" msgstr "" -#: ../../mod/setup.php:456 ../../mod/setup.php:459 -msgid "proc_open" +#: ../../mod/connections.php:269 +msgid "Suggest new connections" msgstr "" -#: ../../mod/setup.php:456 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" +#: ../../mod/connections.php:272 +msgid "New Connections" msgstr "" -#: ../../mod/setup.php:464 -msgid "Error: libCURL PHP module required but not installed." +#: ../../mod/connections.php:275 +msgid "Show pending (new) connections" msgstr "" -#: ../../mod/setup.php:468 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../mod/connections.php:281 +msgid "Show all connections" msgstr "" -#: ../../mod/setup.php:472 -msgid "Error: openssl PHP module required but not installed." +#: ../../mod/connections.php:284 +msgid "Unblocked" msgstr "" -#: ../../mod/setup.php:476 -msgid "Error: mysqli PHP module required but not installed." +#: ../../mod/connections.php:287 +msgid "Only show unblocked connections" msgstr "" -#: ../../mod/setup.php:480 -msgid "Error: mb_string PHP module required but not installed." +#: ../../mod/connections.php:294 +msgid "Only show blocked connections" msgstr "" -#: ../../mod/setup.php:484 -msgid "Error: mcrypt PHP module required but not installed." +#: ../../mod/connections.php:301 +msgid "Only show ignored connections" msgstr "" -#: ../../mod/setup.php:500 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../mod/connections.php:308 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:315 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:322 +msgid "Only show one-way connections" +msgstr "" + +#: ../../mod/connections.php:367 +#, php-format +msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/setup.php:501 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +#: ../../mod/connections.php:368 +msgid "Edit contact" msgstr "" -#: ../../mod/setup.php:502 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." +#: ../../mod/connections.php:389 +msgid "Search your connections" msgstr "" -#: ../../mod/setup.php:503 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/connections.php:390 +msgid "Finding: " msgstr "" -#: ../../mod/setup.php:506 -msgid ".htconfig.php is writable" +#: ../../mod/import.php:36 +msgid "Nothing to import." msgstr "" -#: ../../mod/setup.php:516 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" msgstr "" -#: ../../mod/setup.php:517 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." +#: ../../mod/import.php:64 +msgid "Imported file is empty." msgstr "" -#: ../../mod/setup.php:518 ../../mod/setup.php:536 +#: ../../mod/import.php:88 msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../mod/setup.php:519 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../mod/setup.php:522 -msgid "view/tpl/smarty3 is writable" +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../mod/setup.php:535 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" +#: ../../mod/import.php:358 +msgid "Import completed." msgstr "" -#: ../../mod/setup.php:539 -msgid "store is writable" +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../mod/setup.php:569 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../mod/import.php:376 +msgid "Import Channel" msgstr "" -#: ../../mod/setup.php:570 +#: ../../mod/import.php:377 msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" +"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. Only identity and connections/relationships will be " +"imported. Importation of content is not yet available." msgstr "" -#: ../../mod/setup.php:571 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../mod/import.php:378 +msgid "File to Upload" msgstr "" -#: ../../mod/setup.php:572 -msgid "" -"If your certificate is not recognised, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../mod/setup.php:573 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../mod/setup.php:574 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../mod/import.php:381 +msgid "Your old login email address" msgstr "" -#: ../../mod/setup.php:576 -msgid "SSL certificate validation" +#: ../../mod/import.php:382 +msgid "Your old login password" msgstr "" -#: ../../mod/setup.php:582 +#: ../../mod/import.php:383 msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: ../../mod/setup.php:584 -msgid "Url rewrite is working" +"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 " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../mod/setup.php:594 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" msgstr "" -#: ../../mod/setup.php:618 -msgid "Errors encountered creating database tables." +#: ../../mod/mood.php:138 +msgid "Mood" msgstr "" -#: ../../mod/setup.php:653 -msgid "

What next

" +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../mod/setup.php:654 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/chat.php:167 +msgid "Room not found" msgstr "" -#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 -#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 -#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 -msgid "Item not found" +#: ../../mod/chat.php:178 +msgid "Leave Room" msgstr "" -#: ../../mod/editblock.php:77 -msgid "Edit Block" +#: ../../mod/chat.php:179 +msgid "Delete This Room" msgstr "" -#: ../../mod/editblock.php:87 -msgid "Delete block?" +#: ../../mod/chat.php:180 +msgid "I am away right now" msgstr "" -#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 -msgid "Insert YouTube video" +#: ../../mod/chat.php:181 +msgid "I am online" msgstr "" -#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 -msgid "Insert Vorbis [.ogg] video" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" msgstr "" -#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 -msgid "Insert Vorbis [.ogg] audio" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" msgstr "" -#: ../../mod/editblock.php:153 -msgid "Delete Block" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" msgstr "" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." +#: ../../mod/chat.php:225 +#, php-format +msgid "%1$s's Chatrooms" msgstr "" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" +#: ../../mod/editblock.php:77 +msgid "Edit Block" msgstr "" -#: ../../mod/pdledit.php:48 -msgid "Layout not found." +#: ../../mod/editblock.php:87 +msgid "Delete block?" msgstr "" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" +#: ../../mod/editblock.php:153 +msgid "Delete Block" msgstr "" -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" +#: ../../mod/match.php:16 +msgid "Profile Match" msgstr "" -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" +#: ../../mod/match.php:61 +msgid "is interested in:" msgstr "" -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" +#: ../../mod/match.php:69 +msgid "No matches" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/chatsvc.php:111 +msgid "Away" msgstr "" -#: ../../mod/editpost.php:53 -msgid "Delete item?" +#: ../../mod/chatsvc.php:115 +msgid "Online" msgstr "" #: ../../mod/editwebpage.php:106 @@ -6227,1276 +6088,1346 @@ msgstr "" msgid "Delete Webpage" msgstr "" -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +msgid "Profile not found." msgstr "" -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." msgstr "" -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" msgstr "" -#: ../../mod/siteinfo.php:97 -msgid "Red" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." msgstr "" -#: ../../mod/siteinfo.php:98 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." msgstr "" -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" +#: ../../mod/profiles.php:178 +msgid "Profile Name is required." msgstr "" -#: ../../mod/siteinfo.php:102 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." +#: ../../mod/profiles.php:294 +msgid "Marital Status" msgstr "" -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" +#: ../../mod/profiles.php:298 +msgid "Romantic Partner" msgstr "" -#: ../../mod/siteinfo.php:106 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" +#: ../../mod/profiles.php:302 +msgid "Likes" msgstr "" -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" +#: ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "" + +#: ../../mod/profiles.php:310 +msgid "Work/Employment" +msgstr "" + +#: ../../mod/profiles.php:313 +msgid "Religion" msgstr "" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." +#: ../../mod/profiles.php:317 +msgid "Political Views" msgstr "" -#: ../../mod/events.php:299 -msgid "l, F j" +#: ../../mod/profiles.php:321 +msgid "Gender" msgstr "" -#: ../../mod/events.php:321 -msgid "Edit event" +#: ../../mod/profiles.php:325 +msgid "Sexual Preference" msgstr "" -#: ../../mod/events.php:367 -msgid "Create New Event" +#: ../../mod/profiles.php:329 +msgid "Homepage" msgstr "" -#: ../../mod/events.php:368 -msgid "Previous" +#: ../../mod/profiles.php:333 +msgid "Interests" msgstr "" -#: ../../mod/events.php:439 -msgid "hour:minute" +#: ../../mod/profiles.php:337 ../../mod/admin.php:891 +msgid "Address" msgstr "" -#: ../../mod/events.php:459 -msgid "Event details" +#: ../../mod/profiles.php:427 +msgid "Profile updated." msgstr "" -#: ../../mod/events.php:460 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." +#: ../../mod/profiles.php:482 +msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../mod/events.php:462 -msgid "Event Starts:" +#: ../../mod/profiles.php:505 +msgid "Edit Profile Details" msgstr "" -#: ../../mod/events.php:462 ../../mod/events.php:476 -msgid "Required" +#: ../../mod/profiles.php:507 +msgid "View this profile" msgstr "" -#: ../../mod/events.php:465 -msgid "Finish date/time is not known or not relevant" +#: ../../mod/profiles.php:508 +msgid "Change Profile Photo" msgstr "" -#: ../../mod/events.php:467 -msgid "Event Finishes:" +#: ../../mod/profiles.php:509 +msgid "Create a new profile using these settings" msgstr "" -#: ../../mod/events.php:470 -msgid "Adjust for viewer timezone" +#: ../../mod/profiles.php:510 +msgid "Clone this profile" msgstr "" -#: ../../mod/events.php:472 -msgid "Description:" +#: ../../mod/profiles.php:511 +msgid "Delete this profile" msgstr "" -#: ../../mod/events.php:476 -msgid "Title:" +#: ../../mod/profiles.php:512 +msgid "Profile Name:" msgstr "" -#: ../../mod/events.php:478 -msgid "Share this event" +#: ../../mod/profiles.php:513 +msgid "Your Full Name:" msgstr "" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." +#: ../../mod/profiles.php:514 +msgid "Title/Description:" msgstr "" -#: ../../mod/sources.php:45 -msgid "Source created." +#: ../../mod/profiles.php:515 +msgid "Your Gender:" msgstr "" -#: ../../mod/sources.php:57 -msgid "Source updated." +#: ../../mod/profiles.php:516 +#, php-format +msgid "Birthday (%s):" msgstr "" -#: ../../mod/sources.php:82 -msgid "*" +#: ../../mod/profiles.php:517 +msgid "Street Address:" msgstr "" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." +#: ../../mod/profiles.php:518 +msgid "Locality/City:" msgstr "" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" +#: ../../mod/profiles.php:519 +msgid "Postal/Zip Code:" msgstr "" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." +#: ../../mod/profiles.php:520 +msgid "Country:" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" +#: ../../mod/profiles.php:521 +msgid "Region/State:" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" +#: ../../mod/profiles.php:522 +msgid " Marital Status:" msgstr "" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" +#: ../../mod/profiles.php:523 +msgid "Who: (if applicable)" msgstr "" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." +#: ../../mod/profiles.php:524 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/sources.php:130 -msgid "Edit Source" +#: ../../mod/profiles.php:525 +msgid "Since [date]:" msgstr "" -#: ../../mod/sources.php:131 -msgid "Delete Source" +#: ../../mod/profiles.php:527 +msgid "Homepage URL:" msgstr "" -#: ../../mod/sources.php:158 -msgid "Source removed" +#: ../../mod/profiles.php:530 +msgid "Religious Views:" msgstr "" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." +#: ../../mod/profiles.php:531 +msgid "Keywords:" msgstr "" -#: ../../mod/filer.php:49 -msgid "- select -" +#: ../../mod/profiles.php:534 +msgid "Example: fishing photography software" msgstr "" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." +#: ../../mod/profiles.php:535 +msgid "Used in directory listings" msgstr "" -#: ../../mod/filestorage.php:85 -msgid "File not found." +#: ../../mod/profiles.php:536 +msgid "Tell us about yourself..." msgstr "" -#: ../../mod/filestorage.php:121 -msgid "Edit file permissions" +#: ../../mod/profiles.php:537 +msgid "Hobbies/Interests" msgstr "" -#: ../../mod/filestorage.php:129 -msgid "Set/edit permissions" +#: ../../mod/profiles.php:538 +msgid "Contact information and Social Networks" msgstr "" -#: ../../mod/filestorage.php:130 -msgid "Include all files and sub folders" +#: ../../mod/profiles.php:539 +msgid "My other channels" msgstr "" -#: ../../mod/filestorage.php:131 -msgid "Return to file list" +#: ../../mod/profiles.php:540 +msgid "Musical interests" msgstr "" -#: ../../mod/filestorage.php:133 -msgid "Copy/paste this code to attach file to a post" +#: ../../mod/profiles.php:541 +msgid "Books, literature" msgstr "" -#: ../../mod/filestorage.php:134 -msgid "Copy/paste this URL to link file from a web page" +#: ../../mod/profiles.php:542 +msgid "Television" msgstr "" -#: ../../mod/filestorage.php:171 -msgid "Download" +#: ../../mod/profiles.php:543 +msgid "Film/dance/culture/entertainment" msgstr "" -#: ../../mod/filestorage.php:177 -msgid "Used: " +#: ../../mod/profiles.php:544 +msgid "Love/romance" msgstr "" -#: ../../mod/filestorage.php:178 -msgid "[directory]" +#: ../../mod/profiles.php:545 +msgid "Work/employment" msgstr "" -#: ../../mod/filestorage.php:180 -msgid "Limit: " +#: ../../mod/profiles.php:546 +msgid "School/education" msgstr "" -#: ../../mod/follow.php:25 -msgid "Channel added." +#: ../../mod/profiles.php:551 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." msgstr "" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" +#: ../../mod/profiles.php:600 +msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." +#: ../../mod/profiles.php:601 +msgid "Add profile things" msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../mod/profiles.php:602 +msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" +#: ../../mod/menu.php:21 +msgid "Menu updated." msgstr "" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" +#: ../../mod/menu.php:25 +msgid "Unable to update menu." msgstr "" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +#: ../../mod/menu.php:30 +msgid "Menu created." msgstr "" -#: ../../mod/group.php:20 -msgid "Collection created." +#: ../../mod/menu.php:34 +msgid "Unable to create menu." msgstr "" -#: ../../mod/group.php:26 -msgid "Could not create collection." +#: ../../mod/menu.php:57 +msgid "Manage Menus" msgstr "" -#: ../../mod/group.php:54 -msgid "Collection updated." +#: ../../mod/menu.php:60 +msgid "Drop" msgstr "" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." +#: ../../mod/menu.php:62 +msgid "Create a new menu" msgstr "" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " +#: ../../mod/menu.php:63 +msgid "Delete this menu" msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" msgstr "" -#: ../../mod/group.php:107 -msgid "Collection removed." +#: ../../mod/menu.php:65 +msgid "Edit this menu" msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." +#: ../../mod/menu.php:80 +msgid "New Menu" msgstr "" -#: ../../mod/group.php:182 -msgid "Collection Editor" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" msgstr "" -#: ../../mod/group.php:196 -msgid "Members" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../mod/group.php:198 -msgid "All Connected Channels" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" msgstr "" -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" msgstr "" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" msgstr "" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../mod/help.php:69 ../../index.php:234 -msgid "Not Found" +#: ../../mod/menu.php:98 +msgid "Menu deleted." msgstr "" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." msgstr "" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" +#: ../../mod/menu.php:106 +msgid "Edit Menu" msgstr "" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../mod/home.php:89 -#, php-format -msgid "Welcome to %s" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: ../../mod/thing.php:98 -msgid "Thing updated" +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "" -#: ../../mod/thing.php:158 -msgid "Object store: failed" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../mod/thing.php:162 -msgid "Thing added" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../mod/thing.php:182 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../mod/thing.php:234 -msgid "Show Thing" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../mod/thing.php:241 -msgid "item not found." +#: ../../mod/mail.php:132 +msgid "Message deleted." msgstr "" -#: ../../mod/thing.php:269 -msgid "Edit Thing" +#: ../../mod/mail.php:149 +msgid "Message recalled." msgstr "" -#: ../../mod/thing.php:271 ../../mod/thing.php:318 -msgid "Select a profile" +#: ../../mod/mail.php:206 +msgid "Send Private Message" msgstr "" -#: ../../mod/thing.php:273 ../../mod/thing.php:320 -msgid "Select a category of stuff. e.g. I ______ something" +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" msgstr "" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Post an activity" +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" msgstr "" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Only sends to viewers of the applicable profile" +#: ../../mod/mail.php:216 ../../mod/mail.php:328 ../../mod/invite.php:143 +msgid "Your message:" msgstr "" -#: ../../mod/thing.php:277 ../../mod/thing.php:323 -msgid "Name of thing e.g. something" +#: ../../mod/mail.php:249 +msgid "Message not found." msgstr "" -#: ../../mod/thing.php:279 ../../mod/thing.php:324 -msgid "URL of thing (optional)" +#: ../../mod/mail.php:293 +msgid "Recall message" msgstr "" -#: ../../mod/thing.php:281 ../../mod/thing.php:325 -msgid "URL for photo of thing (optional)" +#: ../../mod/mail.php:295 +msgid "Message has been recalled." msgstr "" -#: ../../mod/thing.php:316 -msgid "Add Thing to your Profile" +#: ../../mod/mail.php:312 +msgid "Private Conversation" msgstr "" -#: ../../mod/import.php:36 -msgid "Nothing to import." +#: ../../mod/mail.php:316 +msgid "Delete conversation" msgstr "" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." msgstr "" -#: ../../mod/import.php:64 -msgid "Imported file is empty." +#: ../../mod/mail.php:322 +msgid "Send Reply" msgstr "" -#: ../../mod/import.php:88 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../mod/appman.php:27 +msgid "App installed." msgstr "" -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." +#: ../../mod/appman.php:35 +msgid "Malformed app." msgstr "" -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." +#: ../../mod/appman.php:72 +msgid "Embed code" msgstr "" -#: ../../mod/import.php:358 -msgid "Import completed." +#: ../../mod/appman.php:78 +msgid "Create App" msgstr "" -#: ../../mod/import.php:371 -msgid "You must be logged in to use this feature." +#: ../../mod/appman.php:83 +msgid "Name of app" msgstr "" -#: ../../mod/import.php:376 -msgid "Import Channel" +#: ../../mod/appman.php:84 +msgid "Location (URL) of app" msgstr "" -#: ../../mod/import.php:377 -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. Only identity and connections/relationships will be " -"imported. Importation of content is not yet available." +#: ../../mod/appman.php:85 ../../mod/rbmark.php:95 +msgid "Description" msgstr "" -#: ../../mod/import.php:378 -msgid "File to Upload" +#: ../../mod/appman.php:86 +msgid "Photo icon URL" msgstr "" -#: ../../mod/import.php:379 -msgid "Or provide the old server/hub details" +#: ../../mod/appman.php:86 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../mod/import.php:380 -msgid "Your old identity address (xyz@example.com)" +#: ../../mod/appman.php:87 +msgid "Version ID" msgstr "" -#: ../../mod/import.php:381 -msgid "Your old login email address" +#: ../../mod/appman.php:88 +msgid "Price of app" msgstr "" -#: ../../mod/import.php:382 -msgid "Your old login password" +#: ../../mod/appman.php:89 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../mod/import.php:383 -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 " -"able to post from either location, but only one can be marked as the primary " -"location for files, photos, and media." +#: ../../mod/poke.php:159 +msgid "Poke/Prod" msgstr "" -#: ../../mod/import.php:384 -msgid "Make this hub my primary location" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" msgstr "" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." +#: ../../mod/poke.php:161 +msgid "Recipient" msgstr "" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" +#: ../../mod/poke.php:165 +msgid "Make this post private" msgstr "" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." +#: ../../mod/viewconnections.php:58 +msgid "No connections." msgstr "" -#: ../../mod/invite.php:92 +#: ../../mod/viewconnections.php:70 #, php-format -msgid "%s : Message delivery failed." +msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" +msgstr "" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" +#: ../../mod/admin.php:52 +msgid "Theme settings updated." msgstr "" -#: ../../mod/invite.php:141 -msgid "Send invitations" +#: ../../mod/admin.php:92 ../../mod/admin.php:440 +msgid "Site" msgstr "" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" +#: ../../mod/admin.php:93 +msgid "Accounts" msgstr "" -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 -msgid "Your message:" +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" msgstr "" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red " -"Matrix - a revolutionary new decentralised communication and information " -"tool." +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 +msgid "Plugins" msgstr "" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +msgid "Themes" msgstr "" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" +#: ../../mod/admin.php:97 ../../mod/admin.php:540 +msgid "Server" msgstr "" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" +#: ../../mod/admin.php:98 +msgid "DB updates" msgstr "" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 +msgid "Logs" msgstr "" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit http://getzot." -"com" +#: ../../mod/admin.php:118 +msgid "Plugin Features" msgstr "" -#: ../../mod/item.php:147 -msgid "Unable to locate original post." +#: ../../mod/admin.php:120 +msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/item.php:352 -msgid "Empty post discarded." +#: ../../mod/admin.php:197 +msgid "Message queues" msgstr "" -#: ../../mod/item.php:392 -msgid "Executable content type not permitted to this channel." +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 +msgid "Administration" msgstr "" -#: ../../mod/item.php:806 -msgid "System error. Post not saved." +#: ../../mod/admin.php:203 +msgid "Summary" msgstr "" -#: ../../mod/item.php:1249 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." +#: ../../mod/admin.php:205 +msgid "Registered users" msgstr "" -#: ../../mod/item.php:1255 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../mod/admin.php:207 ../../mod/admin.php:543 +msgid "Pending registrations" msgstr "" -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -msgid "[Embedded content - reload page to view]" +#: ../../mod/admin.php:208 +msgid "Version" msgstr "" -#: ../../mod/layouts.php:62 -msgid "Help with this feature" +#: ../../mod/admin.php:210 ../../mod/admin.php:544 +msgid "Active plugins" msgstr "" -#: ../../mod/layouts.php:84 -msgid "Layout Name" +#: ../../mod/admin.php:360 +msgid "Site settings updated." msgstr "" -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 -msgid "Remote privacy information not available." +#: ../../mod/admin.php:391 +msgid "No special theme for accessibility" msgstr "" -#: ../../mod/lockview.php:45 -msgid "Visible to:" +#: ../../mod/admin.php:420 +msgid "Yes - with approval" msgstr "" -#: ../../mod/viewconnections.php:58 -msgid "No connections." +#: ../../mod/admin.php:426 +msgid "My site is not a public server" msgstr "" -#: ../../mod/viewconnections.php:70 -#, php-format -msgid "Visit %s's profile [%s]" +#: ../../mod/admin.php:427 +msgid "My site has paid access only" msgstr "" -#: ../../mod/viewconnections.php:85 -msgid "View Connnections" +#: ../../mod/admin.php:428 +msgid "My site has free access only" msgstr "" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." +#: ../../mod/admin.php:429 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." +#: ../../mod/admin.php:442 ../../mod/register.php:189 +msgid "Registration" msgstr "" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" +#: ../../mod/admin.php:443 +msgid "File upload" msgstr "" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" +#: ../../mod/admin.php:444 +msgid "Policies" msgstr "" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +#: ../../mod/admin.php:449 +msgid "Site name" msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1461 -msgid "Password Reset" +#: ../../mod/admin.php:450 +msgid "Banner/Logo" msgstr "" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." +#: ../../mod/admin.php:451 +msgid "Administrator Information" msgstr "" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" +#: ../../mod/admin.php:451 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" +#: ../../mod/admin.php:452 +msgid "System language" msgstr "" -#: ../../mod/lostpass.php:89 -msgid "click here to login" +#: ../../mod/admin.php:453 +msgid "System theme" msgstr "" -#: ../../mod/lostpass.php:90 +#: ../../mod/admin.php:453 msgid "" -"Your password may be changed from the Settings page after " -"successful login." +"Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" +#: ../../mod/admin.php:454 +msgid "Mobile system theme" msgstr "" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" +#: ../../mod/admin.php:454 +msgid "Theme for mobile devices" msgstr "" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +#: ../../mod/admin.php:455 +msgid "Accessibility system theme" msgstr "" -#: ../../mod/lostpass.php:124 -msgid "Email Address" +#: ../../mod/admin.php:455 +msgid "Accessibility theme" msgstr "" -#: ../../mod/lostpass.php:125 -msgid "Reset" +#: ../../mod/admin.php:456 +msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/magic.php:70 -msgid "Hub not found." +#: ../../mod/admin.php:456 +msgid "Site Channel" msgstr "" -#: ../../mod/vote.php:97 -msgid "Total votes" +#: ../../mod/admin.php:458 +msgid "Maximum image size" msgstr "" -#: ../../mod/vote.php:98 -msgid "Average Rating" +#: ../../mod/admin.php:458 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." +#: ../../mod/admin.php:459 +msgid "Does this site allow new member registration?" msgstr "" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." +#: ../../mod/admin.php:460 +msgid "Which best describes the types of account offered by this hub?" msgstr "" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." +#: ../../mod/admin.php:461 +msgid "Register text" msgstr "" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../mod/admin.php:461 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" +#: ../../mod/admin.php:462 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/mail.php:132 -msgid "Message deleted." +#: ../../mod/admin.php:462 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/mail.php:149 -msgid "Message recalled." +#: ../../mod/admin.php:463 +msgid "Allowed friend domains" msgstr "" -#: ../../mod/mail.php:206 -msgid "Send Private Message" +#: ../../mod/admin.php:463 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" +#: ../../mod/admin.php:464 +msgid "Allowed email domains" msgstr "" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" +#: ../../mod/admin.php:464 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" msgstr "" -#: ../../mod/mail.php:249 -msgid "Message not found." +#: ../../mod/admin.php:465 +msgid "Block public" msgstr "" -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" +#: ../../mod/admin.php:465 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." msgstr "" -#: ../../mod/mail.php:293 -msgid "Recall message" +#: ../../mod/admin.php:466 +msgid "Force publish" msgstr "" -#: ../../mod/mail.php:295 -msgid "Message has been recalled." +#: ../../mod/admin.php:466 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/mail.php:312 -msgid "Private Conversation" +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" msgstr "" -#: ../../mod/mail.php:316 -msgid "Delete conversation" +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." msgstr "" -#: ../../mod/mail.php:318 +#: ../../mod/admin.php:468 +msgid "No login on Homepage" +msgstr "" + +#: ../../mod/admin.php:468 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." msgstr "" -#: ../../mod/mail.php:322 -msgid "Send Reply" +#: ../../mod/admin.php:470 +msgid "Proxy user" msgstr "" -#: ../../mod/manage.php:64 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +#: ../../mod/admin.php:471 +msgid "Proxy URL" msgstr "" -#: ../../mod/manage.php:72 -msgid "Create a new channel" +#: ../../mod/admin.php:472 +msgid "Network timeout" msgstr "" -#: ../../mod/manage.php:77 -msgid "Channel Manager" +#: ../../mod/admin.php:472 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/manage.php:78 -msgid "Current Channel" +#: ../../mod/admin.php:473 +msgid "Delivery interval" msgstr "" -#: ../../mod/manage.php:80 -msgid "Attach to one of your channels by selecting it." +#: ../../mod/admin.php:473 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." msgstr "" -#: ../../mod/manage.php:81 -msgid "Default Channel" +#: ../../mod/admin.php:474 +msgid "Poll interval" msgstr "" -#: ../../mod/manage.php:82 -msgid "Make Default" +#: ../../mod/admin.php:474 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" +#: ../../mod/admin.php:475 +msgid "Maximum Load Average" msgstr "" -#: ../../mod/match.php:16 -msgid "Profile Match" +#: ../../mod/admin.php:475 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: ../../mod/admin.php:531 +msgid "No server found" msgstr "" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../mod/admin.php:538 ../../mod/admin.php:762 +msgid "ID" msgstr "" -#: ../../mod/match.php:61 -msgid "is interested in:" +#: ../../mod/admin.php:538 +msgid "for channel" msgstr "" -#: ../../mod/match.php:69 -msgid "No matches" +#: ../../mod/admin.php:538 +msgid "on server" msgstr "" -#: ../../mod/menu.php:21 -msgid "Menu updated." +#: ../../mod/admin.php:538 +msgid "Status" msgstr "" -#: ../../mod/menu.php:25 -msgid "Unable to update menu." +#: ../../mod/admin.php:559 +msgid "Update has been marked successful" msgstr "" -#: ../../mod/menu.php:30 -msgid "Menu created." +#: ../../mod/admin.php:569 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/menu.php:34 -msgid "Unable to create menu." +#: ../../mod/admin.php:572 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/menu.php:57 -msgid "Manage Menus" +#: ../../mod/admin.php:576 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/menu.php:60 -msgid "Drop" +#: ../../mod/admin.php:579 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../mod/menu.php:62 -msgid "Create a new menu" +#: ../../mod/admin.php:594 +msgid "No failed updates." msgstr "" -#: ../../mod/menu.php:63 -msgid "Delete this menu" +#: ../../mod/admin.php:598 +msgid "Failed Updates" msgstr "" -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" +#: ../../mod/admin.php:600 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/menu.php:65 -msgid "Edit this menu" +#: ../../mod/admin.php:601 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/menu.php:80 -msgid "New Menu" +#: ../../mod/admin.php:627 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:665 +msgid "Account not found" msgstr "" -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' unblocked" msgstr "" -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' blocked" msgstr "" -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" msgstr "" -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" +#: ../../mod/admin.php:751 ../../mod/admin.php:885 +msgid "select all" msgstr "" -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" +#: ../../mod/admin.php:752 +msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/menu.php:98 -msgid "Menu deleted." +#: ../../mod/admin.php:753 +msgid "Request date" msgstr "" -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." +#: ../../mod/admin.php:754 +msgid "No registrations." msgstr "" -#: ../../mod/menu.php:106 -msgid "Edit Menu" +#: ../../mod/admin.php:755 +msgid "Approve" msgstr "" -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" +#: ../../mod/admin.php:756 +msgid "Deny" msgstr "" -#: ../../mod/message.php:41 -msgid "Conversation removed." +#: ../../mod/admin.php:762 +msgid "Register date" msgstr "" -#: ../../mod/message.php:56 -msgid "No messages." +#: ../../mod/admin.php:762 +msgid "Last login" msgstr "" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" +#: ../../mod/admin.php:762 +msgid "Expires" msgstr "" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" +#: ../../mod/admin.php:762 +msgid "Service Class" msgstr "" -#: ../../mod/new_channel.php:108 +#: ../../mod/admin.php:764 msgid "" -"A channel is your own collection of related web pages. A channel can be used " -"to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/new_channel.php:111 +#: ../../mod/admin.php:765 msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:823 +msgid "Channel not found" msgstr "" -#: ../../mod/new_channel.php:113 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" msgstr "" -#: ../../mod/new_channel.php:114 -msgid "" -"Or import an existing channel from another location" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" msgstr "" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" msgstr "" -#: ../../mod/photos.php:97 -msgid "Album not found." +#: ../../mod/admin.php:887 +msgid "Censor" msgstr "" -#: ../../mod/photos.php:119 ../../mod/photos.php:671 -msgid "Delete Album" +#: ../../mod/admin.php:888 +msgid "Uncensor" msgstr "" -#: ../../mod/photos.php:159 ../../mod/photos.php:954 -msgid "Delete Photo" +#: ../../mod/admin.php:891 +msgid "UID" msgstr "" -#: ../../mod/photos.php:453 -msgid "No photos selected" +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/photos.php:576 +#: ../../mod/admin.php:933 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgid "Plugin %s disabled." msgstr "" -#: ../../mod/photos.php:579 +#: ../../mod/admin.php:937 #, php-format -msgid "You have used %1$.2f Mbytes of photo storage." +msgid "Plugin %s enabled." msgstr "" -#: ../../mod/photos.php:598 -msgid "Upload Photos" +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 +msgid "Disable" msgstr "" -#: ../../mod/photos.php:602 ../../mod/photos.php:666 -msgid "New album name: " +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +msgid "Enable" msgstr "" -#: ../../mod/photos.php:603 -msgid "or existing album name: " +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 +msgid "Toggle" msgstr "" -#: ../../mod/photos.php:604 -msgid "Do not show a status post for this upload" +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 +msgid "Author: " msgstr "" -#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 -#: ../../mod/photos.php:1141 -msgid "Contact Photos" +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Maintainer: " msgstr "" -#: ../../mod/photos.php:681 -msgid "Edit Album" +#: ../../mod/admin.php:1113 +msgid "No themes found." +msgstr "" + +#: ../../mod/admin.php:1172 +msgid "Screenshot" +msgstr "" + +#: ../../mod/admin.php:1220 +msgid "[Experimental]" +msgstr "" + +#: ../../mod/admin.php:1221 +msgid "[Unsupported]" +msgstr "" + +#: ../../mod/admin.php:1248 +msgid "Log settings updated." msgstr "" -#: ../../mod/photos.php:687 -msgid "Show Newest First" +#: ../../mod/admin.php:1304 +msgid "Clear" msgstr "" -#: ../../mod/photos.php:689 -msgid "Show Oldest First" +#: ../../mod/admin.php:1310 +msgid "Debugging" msgstr "" -#: ../../mod/photos.php:732 ../../mod/photos.php:1173 -msgid "View Photo" +#: ../../mod/admin.php:1311 +msgid "Log file" msgstr "" -#: ../../mod/photos.php:778 -msgid "Permission denied. Access to this item may be restricted." +#: ../../mod/admin.php:1311 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/photos.php:780 -msgid "Photo not available" +#: ../../mod/admin.php:1312 +msgid "Log level" msgstr "" -#: ../../mod/photos.php:840 -msgid "Use as profile photo" +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" -#: ../../mod/photos.php:864 -msgid "View Full Size" +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../mod/photos.php:938 -msgid "Edit photo" +#: ../../mod/register.php:77 +msgid "Passwords do not match." msgstr "" -#: ../../mod/photos.php:940 -msgid "Rotate CW (right)" +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation instructions." msgstr "" -#: ../../mod/photos.php:941 -msgid "Rotate CCW (left)" +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/photos.php:943 -msgid "New album name" +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." msgstr "" -#: ../../mod/photos.php:946 -msgid "Caption" +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." msgstr "" -#: ../../mod/photos.php:948 -msgid "Add a Tag" +#: ../../mod/register.php:148 +msgid "Register at another affiliated site/hub" msgstr "" -#: ../../mod/photos.php:951 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +#: ../../mod/register.php:156 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/photos.php:1104 -msgid "In This Photo:" +#: ../../mod/register.php:167 +msgid "Terms of Service" msgstr "" -#: ../../mod/photos.php:1179 -msgid "View Album" +#: ../../mod/register.php:173 +#, php-format +msgid "I accept the %s for this website" msgstr "" -#: ../../mod/photos.php:1188 -msgid "Recent Photos" +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" msgstr "" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/notifications.php:35 -msgid "Discard" +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" msgstr "" -#: ../../mod/notifications.php:94 ../../mod/notify.php:54 -msgid "No more system notifications." +#: ../../mod/register.php:198 +msgid "Your email address" msgstr "" -#: ../../mod/notifications.php:98 ../../mod/notify.php:58 -msgid "System Notifications" +#: ../../mod/register.php:199 +msgid "Choose a password" msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../mod/register.php:200 +msgid "Please re-enter your password" msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." +#: ../../mod/filer.php:49 +msgid "- select -" msgstr "" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/manage.php:72 +msgid "Create a new channel" msgstr "" -#: ../../mod/appman.php:13 -msgid "Malformed app." +#: ../../mod/manage.php:77 +msgid "Channel Manager" msgstr "" -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" +#: ../../mod/manage.php:78 +msgid "Current Channel" msgstr "" -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." msgstr "" -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" +#: ../../mod/manage.php:81 +msgid "Default Channel" msgstr "" -#: ../../view/theme/apw/php/config.php:259 -#: ../../view/theme/blogga/php/config.php:69 -#: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Theme settings" +#: ../../mod/manage.php:82 +msgid "Make Default" msgstr "" -#: ../../view/theme/apw/php/config.php:260 -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set scheme" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set font-size for posts and comments" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." msgstr "" -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" +#: ../../mod/invite.php:76 +msgid "Please join us on Red" msgstr "" -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" msgstr "" -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" +#: ../../mod/invite.php:141 +msgid "Send invitations" msgstr "" -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red " +"Matrix - a revolutionary new decentralised communication and information " +"tool." msgstr "" -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" msgstr "" -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" msgstr "" -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." msgstr "" -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit http://getzot." +"com" msgstr "" -#: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" msgstr "" -#: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" +#: ../../mod/common.php:10 +msgid "No channel." msgstr "" -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" +#: ../../mod/common.php:39 +msgid "Common connections" msgstr "" -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" +#: ../../mod/common.php:44 +msgid "No connections in common." msgstr "" -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" +#: ../../mod/regmod.php:12 +msgid "Please login." msgstr "" -#: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" msgstr "" -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" msgstr "" -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" msgstr "" -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" +#: ../../boot.php:1259 +#, php-format +msgid "Update %s failed. See error logs." msgstr "" -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" +#: ../../boot.php:1262 +#, php-format +msgid "Update Error at %s" msgstr "" -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" +#: ../../boot.php:1426 +msgid "" +"Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" +#: ../../boot.php:1454 +msgid "Password" msgstr "" -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" +#: ../../boot.php:1455 +msgid "Remember me" msgstr "" -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" +#: ../../boot.php:1460 +msgid "Forgot your password?" msgstr "" -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" +#: ../../boot.php:1525 +msgid "permission denied" msgstr "" -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" +#: ../../boot.php:1526 +msgid "Got Zot?" msgstr "" -#: ../../view/theme/blogga/php/config.php:47 -#: ../../view/theme/blogga/view/theme/blog/config.php:47 -msgid "None" +#: ../../boot.php:1956 +msgid "toggle mobile" msgstr "" -#: ../../view/theme/blogga/php/config.php:70 -#: ../../view/theme/blogga/view/theme/blog/config.php:70 -msgid "Header image" +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" msgstr "" -#: ../../view/theme/blogga/php/config.php:71 -#: ../../view/theme/blogga/view/theme/blog/config.php:71 -msgid "Header image only on profile pages" +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" msgstr "" #: ../../view/theme/redbasic/php/config.php:104 @@ -7579,6 +7510,10 @@ msgstr "" msgid "Set font-size for the entire application" msgstr "" +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "" + #: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-colour for posts and comments" msgstr "" @@ -7618,42 +7553,3 @@ msgstr "" #: ../../view/theme/redbasic/php/config.php:133 msgid "Are you a clean desk or a messy desk person?" msgstr "" - -#: ../../boot.php:1259 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:1262 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1426 -msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "" - -#: ../../boot.php:1454 -msgid "Password" -msgstr "" - -#: ../../boot.php:1455 -msgid "Remember me" -msgstr "" - -#: ../../boot.php:1460 -msgid "Forgot your password?" -msgstr "" - -#: ../../boot.php:1525 -msgid "permission denied" -msgstr "" - -#: ../../boot.php:1526 -msgid "Got Zot?" -msgstr "" - -#: ../../boot.php:1956 -msgid "toggle mobile" -msgstr "" diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 6fef46f67..3eca8a8b3 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -44,7 +44,7 @@ OPTS= # fi #fi -KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2" +KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2 -ktt:1,2,4c,4t" echo "extract strings to $OUTFILE.." diff --git a/util/strings.php b/util/strings.php index 2614d7fc2..ef15500f1 100644 --- a/util/strings.php +++ b/util/strings.php @@ -1,256 +1,83 @@ strings["Visible to everybody"] = ""; -$a->strings["show"] = ""; -$a->strings["don't show"] = ""; -$a->strings[" and "] = ""; -$a->strings["public profile"] = ""; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings["Visit %1\$s's %2\$s"] = ""; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; -$a->strings["Public Timeline"] = ""; -$a->strings["Red Matrix Notification"] = ""; -$a->strings["Thank You,"] = ""; -$a->strings["%s Administrator"] = ""; -$a->strings["%s "] = ""; -$a->strings["[Red:Notify] New mail received at %s"] = ""; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = ""; -$a->strings["a private message"] = ""; -$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; -$a->strings["%1\$s commented on [zrl=%2\$s]a %3\$s[/zrl]"] = ""; -$a->strings["%1\$s commented on [zrl=%2\$s]%3\$s's %4\$s[/zrl]"] = ""; -$a->strings["%1\$s commented on [zrl=%2\$s]your %3\$s[/zrl]"] = ""; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = ""; -$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; -$a->strings["[Red:Notify] %s posted to your profile wall"] = ""; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = ""; -$a->strings["[Red:Notify] %s tagged you"] = ""; -$a->strings["%1\$s tagged you at %2\$s"] = ""; -$a->strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = ""; -$a->strings["[Red:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = ""; -$a->strings["[Red:Notify] %s tagged your post"] = ""; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; -$a->strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = ""; -$a->strings["[Red:Notify] Introduction received"] = ""; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [zrl=%1\$s]an introduction[/zrl] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = ""; -$a->strings["Please visit %s to approve or reject the introduction."] = ""; -$a->strings["[Red:Notify] Friend suggestion received"] = ""; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = ""; -$a->strings["Photo:"] = ""; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["Connect"] = ""; -$a->strings["New window"] = ""; -$a->strings["Open the selected location in a different window or browser tab"] = ""; -$a->strings["Poke"] = ""; -$a->strings["View Status"] = ""; -$a->strings["View Profile"] = ""; -$a->strings["View Photos"] = ""; -$a->strings["Network Posts"] = ""; -$a->strings["Edit Contact"] = ""; -$a->strings["Send PM"] = ""; -$a->strings["Unknown | Not categorised"] = ""; -$a->strings["Block immediately"] = ""; -$a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = ""; -$a->strings["OK, probably harmless"] = ""; -$a->strings["Reputable, has my trust"] = ""; -$a->strings["Frequently"] = ""; -$a->strings["Hourly"] = ""; -$a->strings["Twice daily"] = ""; -$a->strings["Daily"] = ""; -$a->strings["Weekly"] = ""; -$a->strings["Monthly"] = ""; -$a->strings["Friendica"] = ""; -$a->strings["OStatus"] = ""; -$a->strings["RSS/Atom"] = ""; -$a->strings["Email"] = ""; -$a->strings["Diaspora"] = ""; -$a->strings["Facebook"] = ""; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = ""; -$a->strings["XMPP/IM"] = ""; -$a->strings["MySpace"] = ""; -$a->strings["Add New Connection"] = ""; -$a->strings["Enter the channel address"] = ""; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; -$a->strings["%d invitation available"] = array( - 0 => "", - 1 => "", -); -$a->strings["Find Channels"] = ""; -$a->strings["Enter name or interest"] = ""; -$a->strings["Connect/Follow"] = ""; -$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; -$a->strings["Find"] = ""; -$a->strings["Channel Suggestions"] = ""; -$a->strings["Similar Interests"] = ""; -$a->strings["Random Profile"] = ""; -$a->strings["Invite Friends"] = ""; -$a->strings["Saved Folders"] = ""; -$a->strings["Everything"] = ""; -$a->strings["Categories"] = ""; -$a->strings["%d connection in common"] = array( - 0 => "", - 1 => "", -); -$a->strings["show more"] = ""; -$a->strings["Miscellaneous"] = ""; -$a->strings["year"] = ""; -$a->strings["month"] = ""; -$a->strings["day"] = ""; -$a->strings["never"] = ""; -$a->strings["less than a second ago"] = ""; -$a->strings["years"] = ""; -$a->strings["months"] = ""; -$a->strings["week"] = ""; -$a->strings["weeks"] = ""; -$a->strings["days"] = ""; -$a->strings["hour"] = ""; -$a->strings["hours"] = ""; -$a->strings["minute"] = ""; -$a->strings["minutes"] = ""; -$a->strings["second"] = ""; -$a->strings["seconds"] = ""; -$a->strings["%1\$d %2\$s ago"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = ""; +$a->strings["Channel is blocked on this site."] = ""; +$a->strings["Channel location missing."] = ""; +$a->strings["Response from remote channel was incomplete."] = ""; +$a->strings["Channel was deleted and no longer exists."] = ""; +$a->strings["Channel discovery failed."] = ""; +$a->strings["local account not found."] = ""; +$a->strings["Cannot connect to yourself."] = ""; +$a->strings["Edit File properties"] = ""; $a->strings["l F d, Y \\@ g:i A"] = ""; $a->strings["Starts:"] = ""; $a->strings["Finishes:"] = ""; $a->strings["Location:"] = ""; -$a->strings["General Features"] = ""; -$a->strings["Content Expiration"] = ""; -$a->strings["Remove old posts/comments after a period of time"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Web Pages"] = ""; -$a->strings["Provide managed web pages on your channel"] = ""; -$a->strings["Enhanced Photo Albums"] = ""; -$a->strings["Enable photo album with enhanced features"] = ""; -$a->strings["Extended Identity Sharing"] = ""; -$a->strings[" "] = ""; -$a->strings["Expert Mode"] = ""; -$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = ""; -$a->strings["Enable richtext editor"] = ""; -$a->strings["Post Preview"] = ""; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Network and Stream Filtering"] = ""; -$a->strings["Search by Date"] = ""; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["Collections Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected collections"] = ""; +$a->strings["Categories"] = ""; +$a->strings["App Category"] = ""; +$a->strings["System"] = ""; +$a->strings["Personal"] = ""; +$a->strings["Connect"] = ""; +$a->strings["Ignore/Hide"] = ""; +$a->strings["Suggestions"] = ""; +$a->strings["See more..."] = ""; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = ""; +$a->strings["Add New Connection"] = ""; +$a->strings["Enter the channel address"] = ""; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; +$a->strings["Notes"] = ""; +$a->strings["Save"] = ""; +$a->strings["Remove term"] = ""; $a->strings["Saved Searches"] = ""; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display all new Network activity"] = ""; -$a->strings["Affinity Tool"] = ""; -$a->strings["Filter stream activity by depth of relationships"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = ""; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = ""; -$a->strings["Add categories to your posts"] = ""; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Tag Cloud"] = ""; -$a->strings["Provide a personal tag cloud on your channel page"] = ""; -$a->strings["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."] = ""; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["All Channels"] = ""; -$a->strings["edit"] = ""; -$a->strings["Collections"] = ""; -$a->strings["Edit collection"] = ""; -$a->strings["Create a new collection"] = ""; -$a->strings["Channels not in any collection"] = ""; $a->strings["add"] = ""; -$a->strings["Delete this item?"] = ""; -$a->strings["Comment"] = ""; -$a->strings["show fewer"] = ""; -$a->strings["Password too short"] = ""; -$a->strings["Passwords do not match"] = ""; -$a->strings["everybody"] = ""; -$a->strings["timeago.prefixAgo"] = ""; -$a->strings["timeago.suffixAgo"] = ""; -$a->strings["ago"] = ""; -$a->strings["from now"] = ""; -$a->strings["less than a minute"] = ""; -$a->strings["about a minute"] = ""; -$a->strings["%d minutes"] = ""; -$a->strings["about an hour"] = ""; -$a->strings["about %d hours"] = ""; -$a->strings["a day"] = ""; -$a->strings["%d days"] = ""; -$a->strings["about a month"] = ""; -$a->strings["%d months"] = ""; -$a->strings["about a year"] = ""; -$a->strings["%d years"] = ""; -$a->strings["timeago.numbers"] = ""; -$a->strings["No recipient provided."] = ""; -$a->strings["[no subject]"] = ""; -$a->strings["Unable to determine sender."] = ""; -$a->strings["Stored post could not be verified."] = ""; -$a->strings["view full size"] = ""; -$a->strings["Profile Photos"] = ""; -$a->strings["Profile"] = ""; -$a->strings["Full Name:"] = ""; -$a->strings["Gender:"] = ""; -$a->strings["j F, Y"] = ""; -$a->strings["j F"] = ""; -$a->strings["Birthday:"] = ""; -$a->strings["Age:"] = ""; -$a->strings["Status:"] = ""; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Sexual Preference:"] = ""; -$a->strings["Homepage:"] = ""; -$a->strings["Hometown:"] = ""; -$a->strings["Tags:"] = ""; -$a->strings["Political Views:"] = ""; -$a->strings["Religion:"] = ""; -$a->strings["About:"] = ""; -$a->strings["Hobbies/Interests:"] = ""; -$a->strings["Likes:"] = ""; -$a->strings["Dislikes:"] = ""; -$a->strings["Contact information and Social Networks:"] = ""; -$a->strings["Musical interests:"] = ""; -$a->strings["Books, literature:"] = ""; -$a->strings["Television:"] = ""; -$a->strings["Film/dance/culture/entertainment:"] = ""; -$a->strings["Love/Romance:"] = ""; -$a->strings["Work/employment:"] = ""; -$a->strings["School/education:"] = ""; -$a->strings["Welcome "] = ""; -$a->strings["Please upload a profile photo."] = ""; -$a->strings["Welcome back "] = ""; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Saved Folders"] = ""; +$a->strings["Everything"] = ""; +$a->strings["Archives"] = ""; +$a->strings["Refresh"] = ""; +$a->strings["Me"] = ""; +$a->strings["Best Friends"] = ""; +$a->strings["Friends"] = ""; +$a->strings["Co-workers"] = ""; +$a->strings["Former Friends"] = ""; +$a->strings["Acquaintances"] = ""; +$a->strings["Everybody"] = ""; +$a->strings["Account settings"] = ""; +$a->strings["Channel settings"] = ""; +$a->strings["Additional features"] = ""; +$a->strings["Feature settings"] = ""; +$a->strings["Display settings"] = ""; +$a->strings["Connected apps"] = ""; +$a->strings["Export channel"] = ""; +$a->strings["Automatic Permissions (Advanced)"] = ""; +$a->strings["Premium Channel Settings"] = ""; +$a->strings["Channel Sources"] = ""; +$a->strings["Settings"] = ""; +$a->strings["Check Mail"] = ""; +$a->strings["New Message"] = ""; +$a->strings["Chat Rooms"] = ""; +$a->strings["Bookmarked Chatrooms"] = ""; +$a->strings["Suggested Chatrooms"] = ""; +$a->strings["Public Timeline"] = ""; $a->strings["Logout"] = ""; $a->strings["End this session"] = ""; $a->strings["Home"] = ""; $a->strings["Your posts and conversations"] = ""; +$a->strings["View Profile"] = ""; $a->strings["Your profile page"] = ""; $a->strings["Edit Profiles"] = ""; -$a->strings["Manage/Edit Profiles"] = ""; +$a->strings["Manage/Edit profiles"] = ""; $a->strings["Photos"] = ""; $a->strings["Your photos"] = ""; +$a->strings["Files"] = ""; +$a->strings["Your files"] = ""; +$a->strings["Chat"] = ""; +$a->strings["Your chatrooms"] = ""; +$a->strings["Events"] = ""; +$a->strings["Your events"] = ""; +$a->strings["Bookmarks"] = ""; +$a->strings["Your bookmarks"] = ""; +$a->strings["Webpages"] = ""; +$a->strings["Your webpages"] = ""; $a->strings["Login"] = ""; $a->strings["Sign in"] = ""; $a->strings["%s - click to logout"] = ""; @@ -267,14 +94,12 @@ $a->strings["Search site content"] = ""; $a->strings["Directory"] = ""; $a->strings["Channel Locator"] = ""; $a->strings["Matrix"] = ""; -$a->strings["Conversations from your grid"] = ""; -$a->strings["See all matrix notifications"] = ""; +$a->strings["Your matrix"] = ""; $a->strings["Mark all matrix notifications seen"] = ""; -$a->strings["See all channel notifications"] = ""; +$a->strings["Channel Home"] = ""; +$a->strings["Channel home"] = ""; $a->strings["Mark all channel notifications seen"] = ""; -$a->strings["Intros"] = ""; -$a->strings["New Connections"] = ""; -$a->strings["See all channel introductions"] = ""; +$a->strings["Connections"] = ""; $a->strings["Notices"] = ""; $a->strings["Notifications"] = ""; $a->strings["See all notifications"] = ""; @@ -285,32 +110,296 @@ $a->strings["See all private messages"] = ""; $a->strings["Mark all private messages seen"] = ""; $a->strings["Inbox"] = ""; $a->strings["Outbox"] = ""; -$a->strings["New Message"] = ""; -$a->strings["Events"] = ""; $a->strings["Event Calendar"] = ""; $a->strings["See all events"] = ""; $a->strings["Mark all events seen"] = ""; $a->strings["Channel Select"] = ""; $a->strings["Manage Your Channels"] = ""; -$a->strings["Settings"] = ""; $a->strings["Account/Channel Settings"] = ""; -$a->strings["Connections"] = ""; $a->strings["Manage/Edit Friends and Connections"] = ""; $a->strings["Admin"] = ""; $a->strings["Site Setup and Configuration"] = ""; $a->strings["Nothing new here"] = ""; $a->strings["Please wait..."] = ""; -$a->strings["created a new post"] = ""; -$a->strings["commented on %s's post"] = ""; $a->strings["Embedded content"] = ""; $a->strings["Embedding disabled"] = ""; -$a->strings["Permission denied."] = ""; +$a->strings["Image/photo"] = ""; +$a->strings["Encrypted content"] = ""; +$a->strings["QR code"] = ""; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = ""; +$a->strings["post"] = ""; +$a->strings["$1 wrote:"] = ""; +$a->strings["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."] = ""; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["All Channels"] = ""; +$a->strings["edit"] = ""; +$a->strings["Collections"] = ""; +$a->strings["Edit collection"] = ""; +$a->strings["Create a new collection"] = ""; +$a->strings["Channels not in any collection"] = ""; +$a->strings["photo"] = ""; +$a->strings["event"] = ""; +$a->strings["channel"] = ""; +$a->strings["status"] = ""; +$a->strings["comment"] = ""; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now connected with %2\$s"] = ""; +$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["poked"] = ""; +$a->strings["%1\$s is currently %2\$s"] = ""; +$a->strings["Select"] = ""; +$a->strings["Delete"] = ""; +$a->strings["Private Message"] = ""; +$a->strings["Message is verified"] = ""; +$a->strings["View %s's profile @ %s"] = ""; +$a->strings["Categories:"] = ""; +$a->strings["Filed under:"] = ""; +$a->strings[" from %s"] = ""; +$a->strings["last edited: %s"] = ""; +$a->strings["Expires: %s"] = ""; +$a->strings["View in context"] = ""; +$a->strings["Please wait"] = ""; +$a->strings["remove"] = ""; +$a->strings["Loading..."] = ""; +$a->strings["Delete Selected Items"] = ""; +$a->strings["View Source"] = ""; +$a->strings["Follow Thread"] = ""; +$a->strings["View Status"] = ""; +$a->strings["View Photos"] = ""; +$a->strings["Matrix Activity"] = ""; +$a->strings["Edit Contact"] = ""; +$a->strings["Send PM"] = ""; +$a->strings["Poke"] = ""; +$a->strings["%s likes this."] = ""; +$a->strings["%s doesn't like this."] = ""; +$a->strings["%2\$d people like this."] = array( + 0 => "", + 1 => "", +); +$a->strings["%2\$d people don't like this."] = array( + 0 => "", + 1 => "", +); +$a->strings["and"] = ""; +$a->strings[", and %d other people"] = array( + 0 => "", + 1 => "", +); +$a->strings["%s like this."] = ""; +$a->strings["%s don't like this."] = ""; +$a->strings["Visible to everybody"] = ""; +$a->strings["Please enter a link URL:"] = ""; +$a->strings["Please enter a video link/URL:"] = ""; +$a->strings["Please enter an audio link/URL:"] = ""; +$a->strings["Tag term:"] = ""; +$a->strings["Save to Folder:"] = ""; +$a->strings["Where are you right now?"] = ""; +$a->strings["Expires YYYY-MM-DD HH:MM"] = ""; +$a->strings["Preview"] = ""; +$a->strings["Share"] = ""; +$a->strings["Page link title"] = ""; +$a->strings["Post as"] = ""; +$a->strings["Upload photo"] = ""; +$a->strings["upload photo"] = ""; +$a->strings["Attach file"] = ""; +$a->strings["attach file"] = ""; +$a->strings["Insert web link"] = ""; +$a->strings["web link"] = ""; +$a->strings["Insert video link"] = ""; +$a->strings["video link"] = ""; +$a->strings["Insert audio link"] = ""; +$a->strings["audio link"] = ""; +$a->strings["Set your location"] = ""; +$a->strings["set location"] = ""; +$a->strings["Clear browser location"] = ""; +$a->strings["clear location"] = ""; +$a->strings["Set title"] = ""; +$a->strings["Categories (comma-separated list)"] = ""; +$a->strings["Permission settings"] = ""; +$a->strings["permissions"] = ""; +$a->strings["Public post"] = ""; +$a->strings["Example: bob@example.com, mary@example.com"] = ""; +$a->strings["Set expiration date"] = ""; +$a->strings["Encrypt text"] = ""; +$a->strings["OK"] = ""; +$a->strings["Cancel"] = ""; +$a->strings["Discover"] = ""; +$a->strings["Imported public streams"] = ""; +$a->strings["Commented Order"] = ""; +$a->strings["Sort by Comment Date"] = ""; +$a->strings["Posted Order"] = ""; +$a->strings["Sort by Post Date"] = ""; +$a->strings["Posts that mention or involve you"] = ""; +$a->strings["New"] = ""; +$a->strings["Activity Stream - by date"] = ""; +$a->strings["Starred"] = ""; +$a->strings["Favourite Posts"] = ""; +$a->strings["Spam"] = ""; +$a->strings["Posts flagged as SPAM"] = ""; +$a->strings["Channel"] = ""; +$a->strings["Status Messages and Posts"] = ""; +$a->strings["About"] = ""; +$a->strings["Profile Details"] = ""; +$a->strings["Photo Albums"] = ""; +$a->strings["Files and Storage"] = ""; +$a->strings["Chatrooms"] = ""; +$a->strings["Events and Calendar"] = ""; +$a->strings["Saved Bookmarks"] = ""; +$a->strings["Manage Webpages"] = ""; +$a->strings["Default"] = ""; +$a->strings["No recipient provided."] = ""; +$a->strings["[no subject]"] = ""; +$a->strings["Unable to determine sender."] = ""; +$a->strings["Stored post could not be verified."] = ""; +$a->strings[" and "] = ""; +$a->strings["public profile"] = ""; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings["Visit %1\$s's %2\$s"] = ""; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["view full size"] = ""; +$a->strings["%1\$s's bookmarks"] = ""; +$a->strings["Tags"] = ""; +$a->strings["Keywords"] = ""; +$a->strings["have"] = ""; +$a->strings["has"] = ""; +$a->strings["want"] = ""; +$a->strings["wants"] = ""; +$a->strings["like"] = ""; +$a->strings["likes"] = ""; +$a->strings["dislike"] = ""; +$a->strings["dislikes"] = ""; +$a->strings["Edit"] = ""; +$a->strings["save to folder"] = ""; +$a->strings["View all"] = ""; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "", + 1 => "", +); +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "", + 1 => "", +); +$a->strings["add star"] = ""; +$a->strings["remove star"] = ""; +$a->strings["toggle star status"] = ""; +$a->strings["starred"] = ""; +$a->strings["add tag"] = ""; +$a->strings["I like this (toggle)"] = ""; +$a->strings["I don't like this (toggle)"] = ""; +$a->strings["Share this"] = ""; +$a->strings["share"] = ""; +$a->strings["View %s's profile - %s"] = ""; +$a->strings["to"] = ""; +$a->strings["via"] = ""; +$a->strings["Wall-to-Wall"] = ""; +$a->strings["via Wall-To-Wall:"] = ""; +$a->strings["Bookmark Links"] = ""; +$a->strings["__ctx:noun__ Likes"] = ""; +$a->strings["__ctx:noun__ Dislikes"] = ""; +$a->strings["Close"] = ""; +$a->strings["%d comment"] = array( + 0 => "", + 1 => "", +); +$a->strings["show more"] = ""; +$a->strings["This is you"] = ""; +$a->strings["Comment"] = ""; +$a->strings["Submit"] = ""; +$a->strings["Bold"] = ""; +$a->strings["Italic"] = ""; +$a->strings["Underline"] = ""; +$a->strings["Quote"] = ""; +$a->strings["Code"] = ""; +$a->strings["Image"] = ""; +$a->strings["Link"] = ""; +$a->strings["Video"] = ""; +$a->strings["Permission denied"] = ""; +$a->strings["(Unknown)"] = ""; +$a->strings["Item not found."] = ""; +$a->strings["Permission denied."] = ""; +$a->strings["Collection not found."] = ""; +$a->strings["Collection is empty."] = ""; +$a->strings["Collection: %s"] = ""; +$a->strings["Connection: %s"] = ""; +$a->strings["Connection not found."] = ""; +$a->strings["Sort Options"] = ""; +$a->strings["Alphabetic"] = ""; +$a->strings["Reverse Alphabetic"] = ""; +$a->strings["Newest to Oldest"] = ""; +$a->strings["Enable Safe Search"] = ""; +$a->strings["Disable Safe Search"] = ""; +$a->strings["Safe Mode"] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["created a new post"] = ""; +$a->strings["commented on %s's post"] = ""; +$a->strings["Red Matrix Notification"] = ""; +$a->strings["redmatrix"] = ""; +$a->strings["Thank You,"] = ""; +$a->strings["%s Administrator"] = ""; +$a->strings["%s "] = ""; +$a->strings["[Red:Notify] New mail received at %s"] = ""; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = ""; +$a->strings["%1\$s sent you %2\$s."] = ""; +$a->strings["a private message"] = ""; +$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = ""; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = ""; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = ""; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = ""; +$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; +$a->strings["[Red:Notify] %s posted to your profile wall"] = ""; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = ""; +$a->strings["[Red:Notify] %s tagged you"] = ""; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = ""; +$a->strings["[Red:Notify] %1\$s poked you"] = ""; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = ""; +$a->strings["[Red:Notify] %s tagged your post"] = ""; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = ""; +$a->strings["[Red:Notify] Introduction received"] = ""; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = ""; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = ""; +$a->strings["You may visit their profile at %s"] = ""; +$a->strings["Please visit %s to approve or reject the connection request."] = ""; +$a->strings["[Red:Notify] Friend suggestion received"] = ""; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = ""; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = ""; +$a->strings["Name:"] = ""; +$a->strings["Photo:"] = ""; +$a->strings["Please visit %s to approve or reject the suggestion."] = ""; +$a->strings["Item was not found."] = ""; +$a->strings["No source file."] = ""; +$a->strings["Cannot locate file to replace"] = ""; +$a->strings["Cannot locate file to revise/update"] = ""; +$a->strings["File exceeds size limit of %d"] = ""; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = ""; +$a->strings["File upload failed. Possible system limit or action terminated."] = ""; +$a->strings["Stored file could not be verified. Upload failed."] = ""; +$a->strings["Path not available."] = ""; +$a->strings["Empty pathname"] = ""; +$a->strings["duplicate filename or path"] = ""; +$a->strings["Path not found."] = ""; +$a->strings["mkdir failed."] = ""; +$a->strings["database storage failed."] = ""; +$a->strings["New Page"] = ""; +$a->strings["View"] = ""; +$a->strings["Actions"] = ""; +$a->strings["Page Link"] = ""; +$a->strings["Title"] = ""; +$a->strings["Created"] = ""; +$a->strings["Edited"] = ""; +$a->strings["Profile Photos"] = ""; $a->strings["Image exceeds website size limit of %lu bytes"] = ""; $a->strings["Image file is empty."] = ""; $a->strings["Unable to process image"] = ""; $a->strings["Photo storage failed."] = ""; -$a->strings["Photo Albums"] = ""; $a->strings["Upload New Photos"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = ""; $a->strings["Male"] = ""; $a->strings["Female"] = ""; $a->strings["Currently Male"] = ""; @@ -347,7 +436,6 @@ $a->strings["Infatuated"] = ""; $a->strings["Dating"] = ""; $a->strings["Unfaithful"] = ""; $a->strings["Sex Addict"] = ""; -$a->strings["Friends"] = ""; $a->strings["Friends/Benefits"] = ""; $a->strings["Casual"] = ""; $a->strings["Engaged"] = ""; @@ -369,6 +457,13 @@ $a->strings["Uncertain"] = ""; $a->strings["It's complicated"] = ""; $a->strings["Don't care"] = ""; $a->strings["Ask me"] = ""; +$a->strings["Click here to upgrade."] = ""; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["Visible to everybody"] = ""; +$a->strings["Show"] = ""; +$a->strings["Don't show"] = ""; +$a->strings["Permissions"] = ""; $a->strings["Not a valid email address"] = ""; $a->strings["Your email domain is not among those allowed on this site"] = ""; $a->strings["Your email address is already registered at this site."] = ""; @@ -382,19 +477,37 @@ $a->strings["your registration password"] = ""; $a->strings["Registration details for %s"] = ""; $a->strings["Account approved."] = ""; $a->strings["Registration revoked for %s"] = ""; -$a->strings["Unable to obtain identity information from database"] = ""; -$a->strings["Empty name"] = ""; -$a->strings["Name too long"] = ""; -$a->strings["No account identifier"] = ""; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = ""; -$a->strings["Unable to retrieve created identity"] = ""; -$a->strings["Default Profile"] = ""; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["Invalid data packet"] = ""; -$a->strings["Unable to verify channel signature"] = ""; -$a->strings["Unable to verify site signature for %s"] = ""; +$a->strings["New window"] = ""; +$a->strings["Open the selected location in a different window or browser tab"] = ""; +$a->strings["Unknown | Not categorised"] = ""; +$a->strings["Block immediately"] = ""; +$a->strings["Shady, spammer, self-marketer"] = ""; +$a->strings["Known to me, but no opinion"] = ""; +$a->strings["OK, probably harmless"] = ""; +$a->strings["Reputable, has my trust"] = ""; +$a->strings["Frequently"] = ""; +$a->strings["Hourly"] = ""; +$a->strings["Twice daily"] = ""; +$a->strings["Daily"] = ""; +$a->strings["Weekly"] = ""; +$a->strings["Monthly"] = ""; +$a->strings["Friendica"] = ""; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = ""; +$a->strings["Email"] = ""; +$a->strings["Diaspora"] = ""; +$a->strings["Facebook"] = ""; +$a->strings["Zot!"] = ""; +$a->strings["LinkedIn"] = ""; +$a->strings["XMPP/IM"] = ""; +$a->strings["MySpace"] = ""; +$a->strings["Profile"] = ""; +$a->strings["Update"] = ""; +$a->strings["Install"] = ""; +$a->strings["Unknown"] = ""; +$a->strings["Logged out."] = ""; +$a->strings["Failed authentication"] = ""; +$a->strings["Login failed."] = ""; $a->strings["prev"] = ""; $a->strings["first"] = ""; $a->strings["last"] = ""; @@ -407,9 +520,7 @@ $a->strings["%d Connection"] = array( 1 => "", ); $a->strings["View Connections"] = ""; -$a->strings["Save"] = ""; $a->strings["poke"] = ""; -$a->strings["poked"] = ""; $a->strings["ping"] = ""; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; @@ -437,6 +548,7 @@ $a->strings["anxious"] = ""; $a->strings["cranky"] = ""; $a->strings["disturbed"] = ""; $a->strings["frustrated"] = ""; +$a->strings["depressed"] = ""; $a->strings["motivated"] = ""; $a->strings["relaxed"] = ""; $a->strings["surprised"] = ""; @@ -461,29 +573,76 @@ $a->strings["November"] = ""; $a->strings["December"] = ""; $a->strings["unknown.???"] = ""; $a->strings["bytes"] = ""; -$a->strings["remove"] = ""; -$a->strings["[remove]"] = ""; -$a->strings["Categories:"] = ""; -$a->strings["Filed under:"] = ""; +$a->strings["remove category"] = ""; +$a->strings["remove from file"] = ""; $a->strings["Click to open/close"] = ""; $a->strings["link to source"] = ""; +$a->strings["Select a page layout: "] = ""; $a->strings["default"] = ""; +$a->strings["Page content type: "] = ""; $a->strings["Select an alternate language"] = ""; -$a->strings["photo"] = ""; -$a->strings["event"] = ""; -$a->strings["status"] = ""; -$a->strings["comment"] = ""; $a->strings["activity"] = ""; -$a->strings["Logged out."] = ""; -$a->strings["Failed authentication"] = ""; -$a->strings["Login failed."] = ""; -$a->strings["Channel is blocked on this site."] = ""; -$a->strings["Channel location missing."] = ""; -$a->strings["Channel discovery failed. Website may be down or misconfigured."] = ""; -$a->strings["Response from remote channel was not understood."] = ""; -$a->strings["Response from remote channel was incomplete."] = ""; -$a->strings["local account not found."] = ""; -$a->strings["Cannot connect to yourself."] = ""; +$a->strings["Design"] = ""; +$a->strings["Blocks"] = ""; +$a->strings["Menus"] = ""; +$a->strings["Layouts"] = ""; +$a->strings["Pages"] = ""; +$a->strings["Missing room name"] = ""; +$a->strings["Duplicate room name"] = ""; +$a->strings["Invalid room specifier."] = ""; +$a->strings["Room not found."] = ""; +$a->strings["Room is full"] = ""; +$a->strings["General Features"] = ""; +$a->strings["Content Expiration"] = ""; +$a->strings["Remove posts/comments and/or private messages at a future time"] = ""; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Web Pages"] = ""; +$a->strings["Provide managed web pages on your channel"] = ""; +$a->strings["Private Notes"] = ""; +$a->strings["Enables a tool to store notes and reminders"] = ""; +$a->strings["Extended Identity Sharing"] = ""; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = ""; +$a->strings["Expert Mode"] = ""; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; +$a->strings["Premium Channel"] = ""; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = ""; +$a->strings["Enable richtext editor"] = ""; +$a->strings["Post Preview"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Automatically import channel content from other channels or feeds"] = ""; +$a->strings["Even More Encryption"] = ""; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = ""; +$a->strings["Network and Stream Filtering"] = ""; +$a->strings["Search by Date"] = ""; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["Collections Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected collections"] = ""; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Personal Tab"] = ""; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = ""; +$a->strings["Enable tab to display all new Network activity"] = ""; +$a->strings["Affinity Tool"] = ""; +$a->strings["Filter stream activity by depth of relationships"] = ""; +$a->strings["Suggest Channels"] = ""; +$a->strings["Show channel suggestions"] = ""; +$a->strings["Post/Comment Tools"] = ""; +$a->strings["Edit Sent Posts"] = ""; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = ""; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = ""; +$a->strings["Add categories to your posts"] = ""; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your channel page"] = ""; $a->strings["Can view my \"public\" stream and posts"] = ""; $a->strings["Can view my \"public\" channel profile"] = ""; $a->strings["Can view my \"public\" photo albums"] = ""; @@ -498,632 +657,365 @@ $a->strings["Can post photos to my photo albums"] = ""; $a->strings["Can forward to all my channel contacts via post @mentions"] = ""; $a->strings["Advanced - useful for creating group forum channels"] = ""; $a->strings["Can chat with me (when available)"] = ""; -$a->strings["Requires compatible chat plugin"] = ""; $a->strings["Can write to my \"public\" file storage"] = ""; $a->strings["Can edit my \"public\" pages"] = ""; +$a->strings["Can source my \"public\" posts in derived channels"] = ""; +$a->strings["Somewhat advanced - very useful in open communities"] = ""; $a->strings["Can administer my channel resources"] = ""; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = ""; -$a->strings["Tags"] = ""; -$a->strings["have"] = ""; -$a->strings["has"] = ""; -$a->strings["want"] = ""; -$a->strings["wants"] = ""; -$a->strings["like"] = ""; -$a->strings["likes"] = ""; -$a->strings["dislike"] = ""; -$a->strings["dislikes"] = ""; -$a->strings["Item was not found."] = ""; -$a->strings["No source file."] = ""; -$a->strings["Cannot locate file to replace"] = ""; -$a->strings["Cannot locate file to revise/update"] = ""; -$a->strings["File exceeds size limit of %d"] = ""; -$a->strings["File upload failed. Possible system limit or action terminated."] = ""; -$a->strings["Stored file could not be verified. Upload failed."] = ""; -$a->strings["Path not available."] = ""; -$a->strings["Private Message"] = ""; -$a->strings["Edit"] = ""; -$a->strings["Delete"] = ""; -$a->strings["Select"] = ""; -$a->strings["save to folder"] = ""; -$a->strings["add star"] = ""; -$a->strings["remove star"] = ""; -$a->strings["toggle star status"] = ""; -$a->strings["starred"] = ""; -$a->strings["add tag"] = ""; -$a->strings["I like this (toggle)"] = ""; -$a->strings["I don't like this (toggle)"] = ""; -$a->strings["Share this"] = ""; -$a->strings["share"] = ""; -$a->strings["View %s's profile - %s"] = ""; -$a->strings["to"] = ""; -$a->strings["Wall-to-Wall"] = ""; -$a->strings["via Wall-To-Wall:"] = ""; -$a->strings[" from %s"] = ""; -$a->strings["Please wait"] = ""; -$a->strings["%d comment"] = array( +$a->strings["Invalid data packet"] = ""; +$a->strings["Unable to verify channel signature"] = ""; +$a->strings["Unable to verify site signature for %s"] = ""; +$a->strings["%d invitation available"] = array( 0 => "", 1 => "", ); -$a->strings["This is you"] = ""; -$a->strings["Submit"] = ""; -$a->strings["Bold"] = ""; -$a->strings["Italic"] = ""; -$a->strings["Underline"] = ""; -$a->strings["Quote"] = ""; -$a->strings["Code"] = ""; -$a->strings["Image"] = ""; -$a->strings["Link"] = ""; -$a->strings["Video"] = ""; -$a->strings["Preview"] = ""; -$a->strings["channel"] = ""; -$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now connected with %2\$s"] = ""; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["View %s's profile @ %s"] = ""; -$a->strings["View in context"] = ""; -$a->strings["Loading..."] = ""; -$a->strings["Delete Selected Items"] = ""; -$a->strings["Follow Thread"] = ""; -$a->strings["%s likes this."] = ""; -$a->strings["%s doesn't like this."] = ""; -$a->strings["%2\$d people like this."] = ""; -$a->strings["%2\$d people don't like this."] = ""; -$a->strings["and"] = ""; -$a->strings[", and %d other people"] = ""; -$a->strings["%s like this."] = ""; -$a->strings["%s don't like this."] = ""; -$a->strings["Visible to everybody"] = ""; -$a->strings["Please enter a link URL:"] = ""; -$a->strings["Please enter a video link/URL:"] = ""; -$a->strings["Please enter an audio link/URL:"] = ""; -$a->strings["Tag term:"] = ""; -$a->strings["Save to Folder:"] = ""; -$a->strings["Where are you right now?"] = ""; -$a->strings["Share"] = ""; -$a->strings["Page link title"] = ""; -$a->strings["Upload photo"] = ""; -$a->strings["upload photo"] = ""; -$a->strings["Attach file"] = ""; -$a->strings["attach file"] = ""; -$a->strings["Insert web link"] = ""; -$a->strings["web link"] = ""; -$a->strings["Insert video link"] = ""; -$a->strings["video link"] = ""; -$a->strings["Insert audio link"] = ""; -$a->strings["audio link"] = ""; -$a->strings["Set your location"] = ""; -$a->strings["set location"] = ""; -$a->strings["Clear browser location"] = ""; -$a->strings["clear location"] = ""; -$a->strings["Set title"] = ""; -$a->strings["Categories (comma-separated list)"] = ""; -$a->strings["Permission settings"] = ""; -$a->strings["permissions"] = ""; -$a->strings["Public post"] = ""; -$a->strings["Example: bob@example.com, mary@example.com"] = ""; -$a->strings["Permission denied"] = ""; -$a->strings["Item not found."] = ""; -$a->strings["Archives"] = ""; -$a->strings["Collection not found."] = ""; -$a->strings["Collection has no members."] = ""; -$a->strings["Connection not found."] = ""; -$a->strings["Image/photo"] = ""; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = ""; -$a->strings["post"] = ""; -$a->strings["$1 wrote:"] = ""; -$a->strings["Encrypted content"] = ""; -$a->strings["No channel."] = ""; -$a->strings["Common connections"] = ""; -$a->strings["No connections in common."] = ""; -$a->strings["Event title and start time are required."] = ""; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = ""; -$a->strings["Create New Event"] = ""; -$a->strings["Previous"] = ""; -$a->strings["Next"] = ""; -$a->strings["hour:minute"] = ""; -$a->strings["Event details"] = ""; -$a->strings["Format is %s %s. Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = ""; -$a->strings["Required"] = ""; -$a->strings["Finish date/time is not known or not relevant"] = ""; -$a->strings["Event Finishes:"] = ""; -$a->strings["Adjust for viewer timezone"] = ""; -$a->strings["Description:"] = ""; -$a->strings["Title:"] = ""; -$a->strings["Share this event"] = ""; -$a->strings["Object store: failed"] = ""; -$a->strings["thing/stuff added"] = ""; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; -$a->strings["not yet implemented."] = ""; -$a->strings["Add Stuff to your Profile"] = ""; -$a->strings["Select a profile"] = ""; -$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; -$a->strings["Name of thing or stuff e.g. something"] = ""; -$a->strings["URL of thing or stuff (optional)"] = ""; -$a->strings["URL for photo of thing or stuff (optional)"] = ""; -$a->strings["Total invitation limit exceeded."] = ""; -$a->strings["%s : Not a valid email address."] = ""; -$a->strings["Please join us on Red"] = ""; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; -$a->strings["%s : Message delivery failed."] = ""; -$a->strings["%d message sent."] = array( +$a->strings["Advanced"] = ""; +$a->strings["Find Channels"] = ""; +$a->strings["Enter name or interest"] = ""; +$a->strings["Connect/Follow"] = ""; +$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; +$a->strings["Find"] = ""; +$a->strings["Channel Suggestions"] = ""; +$a->strings["Random Profile"] = ""; +$a->strings["Invite Friends"] = ""; +$a->strings["Exammple: name=fred and country=iceland"] = ""; +$a->strings["Advanced Find"] = ""; +$a->strings["%d connection in common"] = array( 0 => "", 1 => "", ); -$a->strings["You have no more invitations available"] = ""; -$a->strings["Send invitations"] = ""; -$a->strings["Enter email addresses, one per line:"] = ""; -$a->strings["Your message:"] = ""; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised social and information tool."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; -$a->strings["Please visit my channel at"] = ""; -$a->strings["Once you have registered, please connect with my Red Matrix channel address:"] = ""; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = ""; -$a->strings["Friends of %s"] = ""; -$a->strings["No friends to display."] = ""; +$a->strings["Miscellaneous"] = ""; +$a->strings["year"] = ""; +$a->strings["month"] = ""; +$a->strings["day"] = ""; +$a->strings["never"] = ""; +$a->strings["less than a second ago"] = ""; +$a->strings["years"] = ""; +$a->strings["months"] = ""; +$a->strings["week"] = ""; +$a->strings["weeks"] = ""; +$a->strings["days"] = ""; +$a->strings["hour"] = ""; +$a->strings["hours"] = ""; +$a->strings["minute"] = ""; +$a->strings["minutes"] = ""; +$a->strings["second"] = ""; +$a->strings["seconds"] = ""; +$a->strings["%1\$d %2\$s ago"] = ""; +$a->strings["Unable to obtain identity information from database"] = ""; +$a->strings["Empty name"] = ""; +$a->strings["Name too long"] = ""; +$a->strings["No account identifier"] = ""; +$a->strings["Nickname is required."] = ""; +$a->strings["Reserved nickname. Please choose another."] = ""; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = ""; +$a->strings["Unable to retrieve created identity"] = ""; +$a->strings["Default Profile"] = ""; +$a->strings["Requested channel is not available."] = ""; $a->strings["Requested profile is not available."] = ""; -$a->strings["View"] = ""; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = ""; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["Yes"] = ""; -$a->strings["No"] = ""; -$a->strings["You must be logged in to see this page."] = ""; -$a->strings["No installed applications."] = ""; -$a->strings["Applications"] = ""; -$a->strings["Invalid item."] = ""; -$a->strings["Channel not found."] = ""; -$a->strings["Item not available."] = ""; -$a->strings["Red Matrix Server - Setup"] = ""; -$a->strings["Could not connect to database."] = ""; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; -$a->strings["Could not create table."] = ""; -$a->strings["Your site database has been installed."] = ""; -$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = ""; -$a->strings["System check"] = ""; -$a->strings["Check again"] = ""; -$a->strings["Database connection"] = ""; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = ""; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; -$a->strings["Database Server Name"] = ""; -$a->strings["Default is localhost"] = ""; -$a->strings["Database Port"] = ""; -$a->strings["Communication port number - use 0 for default"] = ""; -$a->strings["Database Login Name"] = ""; -$a->strings["Database Login Password"] = ""; -$a->strings["Database Name"] = ""; -$a->strings["Site administrator email address"] = ""; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Website URL"] = ""; -$a->strings["Please use SSL (https) URL if available."] = ""; -$a->strings["Please select a default timezone for your website"] = ""; -$a->strings["Site settings"] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = ""; -$a->strings["PHP executable path"] = ""; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; -$a->strings["Command line PHP"] = ""; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; -$a->strings["This is required for message delivery to work."] = ""; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; -$a->strings["Generate encryption keys"] = ""; -$a->strings["libCurl PHP module"] = ""; -$a->strings["GD graphics PHP module"] = ""; -$a->strings["OpenSSL PHP module"] = ""; -$a->strings["mysqli PHP module"] = ""; -$a->strings["mb_string PHP module"] = ""; -$a->strings["mcrypt PHP module"] = ""; -$a->strings["Apache mod_rewrite module"] = ""; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = ""; -$a->strings["proc_open"] = ""; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = ""; -$a->strings["Error: libCURL PHP module required but not installed."] = ""; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; -$a->strings["Error: openssl PHP module required but not installed."] = ""; -$a->strings["Error: mysqli PHP module required but not installed."] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = ""; -$a->strings["Error: mcrypt PHP module required but not installed."] = ""; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = ""; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = ""; -$a->strings[".htconfig.php is writable"] = ""; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = ""; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; -$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; -$a->strings["view/tpl/smarty3 is writable"] = ""; -$a->strings["SSL certificate validation"] = ""; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; -$a->strings["Errors encountered creating database tables."] = ""; -$a->strings["

What next

"] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["[Embedded content - reload page to view]"] = ""; -$a->strings["toggle full screen mode"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; -$a->strings["Account settings"] = ""; -$a->strings["Channel settings"] = ""; -$a->strings["Additional features"] = ""; -$a->strings["Feature settings"] = ""; -$a->strings["Display settings"] = ""; -$a->strings["Connected apps"] = ""; -$a->strings["Export channel"] = ""; -$a->strings["Automatic Permissions (Advanced)"] = ""; -$a->strings["Missing some important data!"] = ""; -$a->strings["Update"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = ""; -$a->strings["Empty passwords are not allowed. Password unchanged."] = ""; -$a->strings["Password changed."] = ""; -$a->strings["Password update failed. Please try again."] = ""; -$a->strings["Not valid email."] = ""; -$a->strings["Protected email address. Cannot change to that email."] = ""; -$a->strings["System failure storing new email. Please try again."] = ""; -$a->strings["Settings updated."] = ""; -$a->strings["Add application"] = ""; -$a->strings["Cancel"] = ""; -$a->strings["Name"] = ""; -$a->strings["Consumer Key"] = ""; -$a->strings["Consumer Secret"] = ""; -$a->strings["Redirect"] = ""; -$a->strings["Icon url"] = ""; -$a->strings["You can't edit this application."] = ""; -$a->strings["Connected Apps"] = ""; -$a->strings["Client key starts with"] = ""; -$a->strings["No name"] = ""; -$a->strings["Remove authorization"] = ""; -$a->strings["No feature settings configured"] = ""; -$a->strings["Feature Settings"] = ""; -$a->strings["Account Settings"] = ""; -$a->strings["Password Settings"] = ""; -$a->strings["New Password:"] = ""; -$a->strings["Confirm:"] = ""; -$a->strings["Leave password fields blank unless changing"] = ""; -$a->strings["Email Address:"] = ""; -$a->strings["Remove Account"] = ""; -$a->strings["Warning: This action is permanent and cannot be reversed."] = ""; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; -$a->strings["Additional Features"] = ""; -$a->strings["Connector Settings"] = ""; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["Display Settings"] = ""; -$a->strings["Display Theme:"] = ""; -$a->strings["Mobile Theme:"] = ""; -$a->strings["Update browser every xx seconds"] = ""; -$a->strings["Minimum of 10 seconds, no maximum"] = ""; -$a->strings["Maximum number of conversations to load at any time:"] = ""; -$a->strings["Maximum of 100 items"] = ""; -$a->strings["Don't show emoticons"] = ""; -$a->strings["Nobody except yourself"] = ""; -$a->strings["Only those you specifically allow"] = ""; -$a->strings["Anybody in your address book"] = ""; -$a->strings["Anybody on this website"] = ""; -$a->strings["Anybody in this network"] = ""; -$a->strings["Anybody on the internet"] = ""; -$a->strings["Publish your default profile in the network directory"] = ""; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; -$a->strings["or"] = ""; -$a->strings["Your channel address is"] = ""; -$a->strings["Automatically expire posts after this many days:"] = ""; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = ""; -$a->strings["Advanced expiration settings"] = ""; -$a->strings["Advanced Expiration"] = ""; -$a->strings["Expire posts:"] = ""; -$a->strings["Expire starred posts:"] = ""; -$a->strings["Expire photos:"] = ""; -$a->strings["Only expire posts by others:"] = ""; -$a->strings["Channel Settings"] = ""; -$a->strings["Basic Settings"] = ""; -$a->strings["Your Timezone:"] = ""; -$a->strings["Default Post Location:"] = ""; -$a->strings["Use Browser Location:"] = ""; -$a->strings["Security and Privacy Settings"] = ""; -$a->strings["Quick Privacy Settings:"] = ""; -$a->strings["Very Public - extremely permissive"] = ""; -$a->strings["Typical - default public, privacy when desired"] = ""; -$a->strings["Private - default private, rarely open or public"] = ""; -$a->strings["Blocked - default blocked to/from everybody"] = ""; -$a->strings["Maximum Friend Requests/Day:"] = ""; -$a->strings["May reduce spam activity"] = ""; -$a->strings["Default Post Permissions"] = ""; -$a->strings["(click to open/close)"] = ""; -$a->strings["Maximum private messages per day from unknown people:"] = ""; -$a->strings["Useful to reduce spamming"] = ""; -$a->strings["Notification Settings"] = ""; -$a->strings["By default post a status message when:"] = ""; -$a->strings["accepting a friend request"] = ""; -$a->strings["joining a forum/community"] = ""; -$a->strings["making an interesting profile change"] = ""; -$a->strings["Send a notification email when:"] = ""; -$a->strings["You receive an introduction"] = ""; -$a->strings["Your introductions are confirmed"] = ""; -$a->strings["Someone writes on your profile wall"] = ""; -$a->strings["Someone writes a followup comment"] = ""; -$a->strings["You receive a private message"] = ""; -$a->strings["You receive a friend suggestion"] = ""; -$a->strings["You are tagged in a post"] = ""; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Public access denied."] = ""; -$a->strings["No connections."] = ""; -$a->strings["Visit %s's profile [%s]"] = ""; -$a->strings["View Connnections"] = ""; -$a->strings["Tag removed"] = ""; -$a->strings["Remove Item Tag"] = ""; -$a->strings["Select a tag to remove: "] = ""; -$a->strings["Remove"] = ""; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Managers"] = ""; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; -$a->strings["Add"] = ""; -$a->strings["No entries."] = ""; -$a->strings["Age: "] = ""; -$a->strings["Gender: "] = ""; -$a->strings["Finding:"] = ""; -$a->strings["next page"] = ""; -$a->strings["previous page"] = ""; -$a->strings["No entries (some entries may be hidden)."] = ""; -$a->strings["People Search"] = ""; -$a->strings["No matches"] = ""; -$a->strings["Collection created."] = ""; -$a->strings["Could not create collection."] = ""; -$a->strings["Collection name changed."] = ""; -$a->strings["Create a collection of channels."] = ""; -$a->strings["Collection Name: "] = ""; -$a->strings["Members are visible to other channels"] = ""; -$a->strings["Collection removed."] = ""; -$a->strings["Unable to remove collection."] = ""; -$a->strings["Collection Editor"] = ""; -$a->strings["Members"] = ""; -$a->strings["All Connected Channels"] = ""; -$a->strings["Click on a channel to add or remove."] = ""; -$a->strings["Page owner information could not be retrieved."] = ""; -$a->strings["Album not found."] = ""; -$a->strings["Delete Album"] = ""; -$a->strings["Delete Photo"] = ""; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; -$a->strings["a photo"] = ""; -$a->strings["No photos selected"] = ""; -$a->strings["Access to this item is restricted."] = ""; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; -$a->strings["Upload Photos"] = ""; -$a->strings["New album name: "] = ""; -$a->strings["or existing album name: "] = ""; -$a->strings["Do not show a status post for this upload"] = ""; -$a->strings["Permissions"] = ""; -$a->strings["Contact Photos"] = ""; -$a->strings["Edit Album"] = ""; -$a->strings["Show Newest First"] = ""; -$a->strings["Show Oldest First"] = ""; -$a->strings["View Photo"] = ""; -$a->strings["Permission denied. Access to this item may be restricted."] = ""; -$a->strings["Photo not available"] = ""; -$a->strings["Use as profile photo"] = ""; -$a->strings["View Full Size"] = ""; -$a->strings["Edit photo"] = ""; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; -$a->strings["New album name"] = ""; -$a->strings["Caption"] = ""; -$a->strings["Add a Tag"] = ""; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = ""; -$a->strings["View Album"] = ""; -$a->strings["Recent Photos"] = ""; -$a->strings["sent you a private message"] = ""; -$a->strings["added your channel"] = ""; +$a->strings["Change profile photo"] = ""; +$a->strings["Profiles"] = ""; +$a->strings["Manage/edit profiles"] = ""; +$a->strings["Create New Profile"] = ""; +$a->strings["Edit Profile"] = ""; +$a->strings["Profile Image"] = ""; +$a->strings["visible to everybody"] = ""; +$a->strings["Edit visibility"] = ""; +$a->strings["Gender:"] = ""; +$a->strings["Status:"] = ""; +$a->strings["Homepage:"] = ""; +$a->strings["Online Now"] = ""; $a->strings["g A l F d"] = ""; +$a->strings["F d"] = ""; $a->strings["[today]"] = ""; -$a->strings["posted an event"] = ""; -$a->strings["Not found."] = ""; -$a->strings["- select -"] = ""; -$a->strings["Welcome to %s"] = ""; -$a->strings["Check Mail"] = ""; -$a->strings["Unable to lookup recipient."] = ""; -$a->strings["Unable to communicate with requested channel."] = ""; -$a->strings["Cannot verify requested channel."] = ""; -$a->strings["Selected channel has private message restrictions. Send failed."] = ""; -$a->strings["Messages"] = ""; -$a->strings["Message deleted."] = ""; -$a->strings["Conversation removed."] = ""; -$a->strings["Send Private Message"] = ""; -$a->strings["To:"] = ""; -$a->strings["Subject:"] = ""; -$a->strings["No messages."] = ""; -$a->strings["Delete message"] = ""; -$a->strings["D, d M Y - g:i A"] = ""; -$a->strings["Message not found."] = ""; -$a->strings["Delete conversation"] = ""; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = ""; -$a->strings["No profile"] = ""; -$a->strings["Help:"] = ""; -$a->strings["Not Found"] = ""; -$a->strings["Page not found."] = ""; -$a->strings["Remote Authentication"] = ""; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = ""; -$a->strings["Authenticate"] = ""; -$a->strings["Unable to locate original post."] = ""; -$a->strings["Empty post discarded."] = ""; -$a->strings["System error. Post not saved."] = ""; -$a->strings["Wall Photos"] = ""; -$a->strings["Remove term"] = ""; -$a->strings["Commented Order"] = ""; -$a->strings["Sort by Comment Date"] = ""; -$a->strings["Posted Order"] = ""; -$a->strings["Sort by Post Date"] = ""; -$a->strings["Personal"] = ""; -$a->strings["Posts that mention or involve you"] = ""; -$a->strings["New"] = ""; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Starred"] = ""; -$a->strings["Favourite Posts"] = ""; -$a->strings["Spam"] = ""; -$a->strings["Posts flagged as SPAM"] = ""; -$a->strings["Refresh"] = ""; -$a->strings["Me"] = ""; -$a->strings["Best Friends"] = ""; -$a->strings["Co-workers"] = ""; -$a->strings["Former Friends"] = ""; -$a->strings["Acquaintances"] = ""; -$a->strings["Everybody"] = ""; -$a->strings["Search Results For:"] = ""; -$a->strings["No such group"] = ""; -$a->strings["Group is empty"] = ""; -$a->strings["Contact: "] = ""; -$a->strings["Invalid contact."] = ""; -$a->strings["Theme settings updated."] = ""; -$a->strings["Site"] = ""; -$a->strings["Users"] = ""; -$a->strings["Plugins"] = ""; -$a->strings["Themes"] = ""; -$a->strings["DB updates"] = ""; -$a->strings["Logs"] = ""; -$a->strings["Plugin Features"] = ""; -$a->strings["User registrations waiting for confirmation"] = ""; -$a->strings["Message queues"] = ""; -$a->strings["Administration"] = ""; -$a->strings["Summary"] = ""; -$a->strings["Registered users"] = ""; -$a->strings["Pending registrations"] = ""; -$a->strings["Version"] = ""; -$a->strings["Active plugins"] = ""; -$a->strings["Site settings updated."] = ""; -$a->strings["No special theme for accessibility"] = ""; -$a->strings["Closed"] = ""; -$a->strings["Requires approval"] = ""; -$a->strings["Open"] = ""; -$a->strings["Private"] = ""; -$a->strings["Paid Access"] = ""; -$a->strings["Free Access"] = ""; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = ""; -$a->strings["Registration"] = ""; -$a->strings["File upload"] = ""; -$a->strings["Policies"] = ""; -$a->strings["Advanced"] = ""; -$a->strings["Site name"] = ""; -$a->strings["Banner/Logo"] = ""; -$a->strings["System language"] = ""; -$a->strings["System theme"] = ""; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$a->strings["Mobile system theme"] = ""; -$a->strings["Theme for mobile devices"] = ""; -$a->strings["Accessibility system theme"] = ""; -$a->strings["Accessibility theme"] = ""; -$a->strings["Channel to use for this website's static pages"] = ""; -$a->strings["Site Channel"] = ""; -$a->strings["SSL link policy"] = ""; -$a->strings["Determines whether generated links should be forced to use SSL"] = ""; -$a->strings["Maximum image size"] = ""; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Register policy"] = ""; -$a->strings["Access policy"] = ""; -$a->strings["Register text"] = ""; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = ""; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; -$a->strings["Allowed friend domains"] = ""; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = ""; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Block public"] = ""; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; -$a->strings["Force publish"] = ""; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Proxy user"] = ""; -$a->strings["Proxy URL"] = ""; -$a->strings["Network timeout"] = ""; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = ""; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; -$a->strings["Poll interval"] = ""; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; -$a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Update has been marked successful"] = ""; -$a->strings["Executing %s failed. Check system logs."] = ""; -$a->strings["Update %s was successfully applied."] = ""; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["Update function %s could not be found."] = ""; -$a->strings["No failed updates."] = ""; -$a->strings["Failed Updates"] = ""; -$a->strings["Mark success (if update was manually applied)"] = ""; -$a->strings["Attempt to execute this update step automatically"] = ""; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "", - 1 => "", -); -$a->strings["%s user deleted"] = array( - 0 => "", - 1 => "", -); -$a->strings["Account not found"] = ""; -$a->strings["User '%s' deleted"] = ""; -$a->strings["User '%s' unblocked"] = ""; -$a->strings["User '%s' blocked"] = ""; -$a->strings["Normal Account"] = ""; -$a->strings["Soapbox Account"] = ""; -$a->strings["Community/Celebrity Account"] = ""; -$a->strings["Automatic Friend Account"] = ""; -$a->strings["select all"] = ""; -$a->strings["User registrations waiting for confirm"] = ""; -$a->strings["Request date"] = ""; -$a->strings["No registrations."] = ""; -$a->strings["Approve"] = ""; -$a->strings["Deny"] = ""; -$a->strings["Block"] = ""; -$a->strings["Unblock"] = ""; -$a->strings["Register date"] = ""; -$a->strings["Last login"] = ""; -$a->strings["Service Class"] = ""; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; -$a->strings["Plugin %s disabled."] = ""; -$a->strings["Plugin %s enabled."] = ""; -$a->strings["Disable"] = ""; -$a->strings["Enable"] = ""; -$a->strings["Toggle"] = ""; -$a->strings["Author: "] = ""; -$a->strings["Maintainer: "] = ""; -$a->strings["No themes found."] = ""; -$a->strings["Screenshot"] = ""; -$a->strings["[Experimental]"] = ""; -$a->strings["[Unsupported]"] = ""; -$a->strings["Log settings updated."] = ""; -$a->strings["Clear"] = ""; -$a->strings["Debugging"] = ""; -$a->strings["Log file"] = ""; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = ""; -$a->strings["Log level"] = ""; -$a->strings["Ignore"] = ""; -$a->strings["Connection updated."] = ""; -$a->strings["Connection update failed."] = ""; -$a->strings["Introductions and Connection Requests"] = ""; -$a->strings["No pending introductions."] = ""; -$a->strings["System error. Please try again later."] = ""; -$a->strings["Hide this contact from others"] = ""; -$a->strings["Post a new friend activity"] = ""; -$a->strings["if applicable"] = ""; +$a->strings["Birthday Reminders"] = ""; +$a->strings["Birthdays this week:"] = ""; +$a->strings["[No description]"] = ""; +$a->strings["Event Reminders"] = ""; +$a->strings["Events this week:"] = ""; +$a->strings["Full Name:"] = ""; +$a->strings["j F, Y"] = ""; +$a->strings["j F"] = ""; +$a->strings["Birthday:"] = ""; +$a->strings["Age:"] = ""; +$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Sexual Preference:"] = ""; +$a->strings["Hometown:"] = ""; +$a->strings["Tags:"] = ""; +$a->strings["Political Views:"] = ""; +$a->strings["Religion:"] = ""; +$a->strings["About:"] = ""; +$a->strings["Hobbies/Interests:"] = ""; +$a->strings["Likes:"] = ""; +$a->strings["Dislikes:"] = ""; +$a->strings["Contact information and Social Networks:"] = ""; +$a->strings["My other channels:"] = ""; +$a->strings["Musical interests:"] = ""; +$a->strings["Books, literature:"] = ""; +$a->strings["Television:"] = ""; +$a->strings["Film/dance/culture/entertainment:"] = ""; +$a->strings["Love/Romance:"] = ""; +$a->strings["Work/employment:"] = ""; +$a->strings["School/education:"] = ""; +$a->strings["Delete this item?"] = ""; +$a->strings["show fewer"] = ""; +$a->strings["+ Show More"] = ""; +$a->strings["- Show Less"] = ""; +$a->strings["Password too short"] = ""; +$a->strings["Passwords do not match"] = ""; +$a->strings["everybody"] = ""; +$a->strings["Secret Passphrase"] = ""; +$a->strings["Passphrase hint"] = ""; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = ""; +$a->strings["close all"] = ""; +$a->strings["timeago.prefixAgo"] = ""; +$a->strings["timeago.prefixFromNow"] = ""; +$a->strings["ago"] = ""; +$a->strings["from now"] = ""; +$a->strings["less than a minute"] = ""; +$a->strings["about a minute"] = ""; +$a->strings["%d minutes"] = ""; +$a->strings["about an hour"] = ""; +$a->strings["about %d hours"] = ""; +$a->strings["a day"] = ""; +$a->strings["%d days"] = ""; +$a->strings["about a month"] = ""; +$a->strings["%d months"] = ""; +$a->strings["about a year"] = ""; +$a->strings["%d years"] = ""; +$a->strings[" "] = ""; +$a->strings["timeago.numbers"] = ""; +$a->strings["Channel not found."] = ""; +$a->strings["Welcome to %s"] = ""; +$a->strings["Channel added."] = ""; +$a->strings["Public access denied."] = ""; +$a->strings["Age: "] = ""; +$a->strings["Gender: "] = ""; +$a->strings["Status: "] = ""; +$a->strings["Sexual Preference: "] = ""; +$a->strings["Homepage: "] = ""; +$a->strings["Hometown: "] = ""; +$a->strings["About: "] = ""; +$a->strings["Keywords: "] = ""; +$a->strings["Not found."] = ""; +$a->strings["network"] = ""; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Please login to continue."] = ""; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; +$a->strings["Yes"] = ""; +$a->strings["No"] = ""; +$a->strings["Item not found"] = ""; +$a->strings["Edit Layout"] = ""; +$a->strings["Delete layout?"] = ""; +$a->strings["Insert YouTube video"] = ""; +$a->strings["Insert Vorbis [.ogg] video"] = ""; +$a->strings["Insert Vorbis [.ogg] audio"] = ""; +$a->strings["Delete Layout"] = ""; +$a->strings["Hub not found."] = ""; +$a->strings["Fetching URL returns error: %1\$s"] = ""; +$a->strings["Tag removed"] = ""; +$a->strings["Remove Item Tag"] = ""; +$a->strings["Select a tag to remove: "] = ""; +$a->strings["Remove"] = ""; +$a->strings["Add a Channel"] = ""; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; +$a->strings["Channel Name"] = ""; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; +$a->strings["Choose a short nickname"] = ""; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; +$a->strings["Or import an existing channel from another location"] = ""; +$a->strings["Create"] = ""; +$a->strings["Public Sites"] = ""; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links may provide additional details."] = ""; +$a->strings["Site URL"] = ""; +$a->strings["Access Type"] = ""; +$a->strings["Registration Policy"] = ""; +$a->strings["Location"] = ""; +$a->strings["[Embedded content - reload page to view]"] = ""; +$a->strings["Collection created."] = ""; +$a->strings["Could not create collection."] = ""; +$a->strings["Collection updated."] = ""; +$a->strings["Create a collection of channels."] = ""; +$a->strings["Collection Name: "] = ""; +$a->strings["Members are visible to other channels"] = ""; +$a->strings["Collection removed."] = ""; +$a->strings["Unable to remove collection."] = ""; +$a->strings["Collection Editor"] = ""; +$a->strings["Members"] = ""; +$a->strings["All Connected Channels"] = ""; +$a->strings["Click on a channel to add or remove."] = ""; +$a->strings["Thing updated"] = ""; +$a->strings["Object store: failed"] = ""; +$a->strings["Thing added"] = ""; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; +$a->strings["Show Thing"] = ""; +$a->strings["item not found."] = ""; +$a->strings["Edit Thing"] = ""; +$a->strings["Select a profile"] = ""; +$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; +$a->strings["Post an activity"] = ""; +$a->strings["Only sends to viewers of the applicable profile"] = ""; +$a->strings["Name of thing e.g. something"] = ""; +$a->strings["URL of thing (optional)"] = ""; +$a->strings["URL for photo of thing (optional)"] = ""; +$a->strings["Add Thing to your Profile"] = ""; +$a->strings["Invalid request identifier."] = ""; $a->strings["Discard"] = ""; +$a->strings["Ignore"] = ""; +$a->strings["No more system notifications."] = ""; +$a->strings["System Notifications"] = ""; +$a->strings["Invalid item."] = ""; +$a->strings["Page not found."] = ""; +$a->strings["Messages"] = ""; +$a->strings["Conversation removed."] = ""; +$a->strings["No messages."] = ""; +$a->strings["Delete message"] = ""; +$a->strings["D, d M Y - g:i A"] = ""; +$a->strings["Edit post"] = ""; +$a->strings["Finding:"] = ""; +$a->strings["next page"] = ""; +$a->strings["previous page"] = ""; +$a->strings["No entries (some entries may be hidden)."] = ""; +$a->strings["Menu not found."] = ""; +$a->strings["Menu element updated."] = ""; +$a->strings["Unable to update menu element."] = ""; +$a->strings["Menu element added."] = ""; +$a->strings["Unable to add menu element."] = ""; +$a->strings["Manage Menu Elements"] = ""; +$a->strings["Edit menu"] = ""; +$a->strings["Edit element"] = ""; +$a->strings["Drop element"] = ""; +$a->strings["New element"] = ""; +$a->strings["Edit this menu container"] = ""; +$a->strings["Add menu element"] = ""; +$a->strings["Delete this menu item"] = ""; +$a->strings["Edit this menu item"] = ""; +$a->strings["New Menu Element"] = ""; +$a->strings["Menu Item Permissions"] = ""; +$a->strings["(click to open/close)"] = ""; +$a->strings["Link text"] = ""; +$a->strings["URL of link"] = ""; +$a->strings["Use Red magic-auth if available"] = ""; +$a->strings["Open link in new window"] = ""; +$a->strings["Order in list"] = ""; +$a->strings["Higher numbers will sink to bottom of listing"] = ""; +$a->strings["Menu item not found."] = ""; +$a->strings["Menu item deleted."] = ""; +$a->strings["Menu item could not be deleted."] = ""; +$a->strings["Edit Menu Element"] = ""; +$a->strings["Modify"] = ""; +$a->strings["Continue"] = ""; +$a->strings["Premium Channel Setup"] = ""; +$a->strings["Enable premium channel connection restrictions"] = ""; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = ""; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = ""; +$a->strings["Potential connections will then see the following text before proceeding:"] = ""; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = ""; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = ""; +$a->strings["Restricted or Premium Channel"] = ""; +$a->strings["Unable to locate original post."] = ""; +$a->strings["Empty post discarded."] = ""; +$a->strings["Executable content type not permitted to this channel."] = ""; +$a->strings["System error. Post not saved."] = ""; +$a->strings["You have reached your limit of %1$.0f top level posts."] = ""; +$a->strings["You have reached your limit of %1$.0f webpages."] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; +$a->strings["No such group"] = ""; +$a->strings["Search Results For:"] = ""; +$a->strings["Collection is empty"] = ""; +$a->strings["Collection: "] = ""; +$a->strings["Connection: "] = ""; +$a->strings["Invalid connection."] = ""; +$a->strings["Version %s"] = ""; +$a->strings["Installed plugins/addons/apps:"] = ""; +$a->strings["No installed plugins/addons/apps"] = ""; +$a->strings["Red"] = ""; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = ""; +$a->strings["Running at web location"] = ""; +$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = ""; +$a->strings["Bug reports and issues: please visit"] = ""; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = ""; +$a->strings["Site Administrators"] = ""; +$a->strings["Bookmark added"] = ""; +$a->strings["My Bookmarks"] = ""; +$a->strings["My Connections Bookmarks"] = ""; +$a->strings["You must be logged in to see this page."] = ""; +$a->strings["Insufficient permissions. Request redirected to profile page."] = ""; +$a->strings["Layout updated."] = ""; +$a->strings["Edit System Page Description"] = ""; +$a->strings["Layout not found."] = ""; +$a->strings["Module Name:"] = ""; +$a->strings["Layout Help"] = ""; +$a->strings["Unable to find your hub."] = ""; +$a->strings["Post successful."] = ""; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["toggle full screen mode"] = ""; +$a->strings["invalid target signature"] = ""; +$a->strings["Failed to create source. No channel selected."] = ""; +$a->strings["Source created."] = ""; +$a->strings["Source updated."] = ""; +$a->strings["*"] = ""; +$a->strings["Manage remote sources of content for your channel."] = ""; +$a->strings["New Source"] = ""; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = ""; +$a->strings["Only import content with these words (one per line)"] = ""; +$a->strings["Leave blank to import all public content"] = ""; +$a->strings["Source not found."] = ""; +$a->strings["Edit Source"] = ""; +$a->strings["Delete Source"] = ""; +$a->strings["Source removed"] = ""; +$a->strings["Unable to remove source."] = ""; +$a->strings["Invalid profile identifier."] = ""; +$a->strings["Profile Visibility Editor"] = ""; +$a->strings["Click on a contact to add or remove."] = ""; +$a->strings["Visible To"] = ""; +$a->strings["All Connections"] = ""; +$a->strings["Image uploaded but image cropping failed."] = ""; +$a->strings["Image resize failed."] = ""; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; +$a->strings["Image exceeds size limit of %d"] = ""; +$a->strings["Unable to process image."] = ""; +$a->strings["Photo not available."] = ""; +$a->strings["Upload File:"] = ""; +$a->strings["Select a profile:"] = ""; +$a->strings["Upload Profile Photo"] = ""; +$a->strings["Upload"] = ""; +$a->strings["or"] = ""; +$a->strings["skip this step"] = ""; +$a->strings["select a photo from your photo albums"] = ""; +$a->strings["Crop Image"] = ""; +$a->strings["Please adjust the image cropping for optimum viewing."] = ""; +$a->strings["Done Editing"] = ""; +$a->strings["Image uploaded successfully."] = ""; +$a->strings["Image upload failed."] = ""; +$a->strings["Image size reduction [%s] failed."] = ""; +$a->strings["Block Name"] = ""; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = ""; +$a->strings["Welcome %s. Remote authentication successful."] = ""; +$a->strings["Permission Denied."] = ""; +$a->strings["File not found."] = ""; +$a->strings["Edit file permissions"] = ""; +$a->strings["Set/edit permissions"] = ""; +$a->strings["Include all files and sub folders"] = ""; +$a->strings["Return to file list"] = ""; +$a->strings["Copy/paste this code to attach file to a post"] = ""; +$a->strings["Copy/paste this URL to link file from a web page"] = ""; +$a->strings["Download"] = ""; +$a->strings["Used: "] = ""; +$a->strings["[directory]"] = ""; +$a->strings["Limit: "] = ""; +$a->strings["Remote privacy information not available."] = ""; +$a->strings["Visible to:"] = ""; +$a->strings["Contact not found."] = ""; +$a->strings["Friend suggestion sent."] = ""; +$a->strings["Suggest Friends"] = ""; +$a->strings["Suggest a friend for %s"] = ""; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; $a->strings["Could not access contact record."] = ""; $a->strings["Could not locate selected profile."] = ""; +$a->strings["Connection updated."] = ""; $a->strings["Failed to update connection record."] = ""; $a->strings["Could not access address book record."] = ""; $a->strings["Refresh failed - channel is currently unavailable."] = ""; @@ -1138,10 +1030,14 @@ $a->strings["Channel has been unhidden"] = ""; $a->strings["Channel has been hidden"] = ""; $a->strings["Channel has been approved"] = ""; $a->strings["Channel has been unapproved"] = ""; -$a->strings["Contact has been removed."] = ""; +$a->strings["Connection has been removed."] = ""; $a->strings["View %s's profile"] = ""; $a->strings["Refresh Permissions"] = ""; $a->strings["Fetch updated permissions"] = ""; +$a->strings["Recent Activity"] = ""; +$a->strings["View recent posts and comments"] = ""; +$a->strings["Unblock"] = ""; +$a->strings["Block"] = ""; $a->strings["Block or Unblock this connection"] = ""; $a->strings["Unignore"] = ""; $a->strings["Ignore or Unignore this connection"] = ""; @@ -1152,13 +1048,13 @@ $a->strings["Unhide"] = ""; $a->strings["Hide"] = ""; $a->strings["Hide or Unhide this connection"] = ""; $a->strings["Delete this connection"] = ""; -$a->strings["Unknown"] = ""; $a->strings["Approve this connection"] = ""; $a->strings["Accept connection to allow communication"] = ""; $a->strings["Automatic Permissions Settings"] = ""; $a->strings["Connections: settings for %s"] = ""; $a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; $a->strings["Slide to adjust your degree of friendship"] = ""; +$a->strings["inherited"] = ""; $a->strings["Connection has no individual permissions!"] = ""; $a->strings["This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"."] = ""; $a->strings["Profile Visibility"] = ""; @@ -1167,15 +1063,16 @@ $a->strings["Contact Information / Notes"] = ""; $a->strings["Edit contact notes"] = ""; $a->strings["Their Settings"] = ""; $a->strings["My Settings"] = ""; +$a->strings["Clear/Disable Automatic Permissions"] = ""; $a->strings["Forum Members"] = ""; $a->strings["Soapbox"] = ""; -$a->strings["Full Sharing"] = ""; -$a->strings["Cautious Sharing"] = ""; +$a->strings["Full Sharing (typical social network permissions)"] = ""; +$a->strings["Cautious Sharing "] = ""; $a->strings["Follow Only"] = ""; $a->strings["Individual Permissions"] = ""; -$a->strings["Individual permissions are only enabled for privacy settings which are set to \"Only those you specifically allow\". Otherwise they are controlled by your privacy settings."] = ""; +$a->strings["Some permissions may be inherited from your channel privacy settings, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = ""; $a->strings["Advanced Permissions"] = ""; -$a->strings["Quick Links"] = ""; +$a->strings["Simple Permissions (select one and submit)"] = ""; $a->strings["Visit %s's profile - %s"] = ""; $a->strings["Block/Unblock contact"] = ""; $a->strings["Ignore contact"] = ""; @@ -1189,16 +1086,296 @@ $a->strings["Currently blocked"] = ""; $a->strings["Currently ignored"] = ""; $a->strings["Currently archived"] = ""; $a->strings["Currently pending"] = ""; +$a->strings["Hide this contact from others"] = ""; $a->strings["Replies/likes to your public posts may still be visible"] = ""; +$a->strings["This site is not a directory server"] = ""; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = ""; +$a->strings["Authentication failed."] = ""; +$a->strings["Remote Authentication"] = ""; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = ""; +$a->strings["Authenticate"] = ""; +$a->strings["Item not available."] = ""; +$a->strings["Item is not editable"] = ""; +$a->strings["Delete item?"] = ""; +$a->strings["Name is required"] = ""; +$a->strings["Key and Secret are required"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = ""; +$a->strings["Empty passwords are not allowed. Password unchanged."] = ""; +$a->strings["Password changed."] = ""; +$a->strings["Password update failed. Please try again."] = ""; +$a->strings["Not valid email."] = ""; +$a->strings["Protected email address. Cannot change to that email."] = ""; +$a->strings["System failure storing new email. Please try again."] = ""; +$a->strings["Settings updated."] = ""; +$a->strings["Add application"] = ""; +$a->strings["Name"] = ""; +$a->strings["Name of application"] = ""; +$a->strings["Consumer Key"] = ""; +$a->strings["Automatically generated - change if desired. Max length 20"] = ""; +$a->strings["Consumer Secret"] = ""; +$a->strings["Redirect"] = ""; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = ""; +$a->strings["Icon url"] = ""; +$a->strings["Optional"] = ""; +$a->strings["You can't edit this application."] = ""; +$a->strings["Connected Apps"] = ""; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = ""; +$a->strings["Remove authorization"] = ""; +$a->strings["No feature settings configured"] = ""; +$a->strings["Feature Settings"] = ""; +$a->strings["Account Settings"] = ""; +$a->strings["Password Settings"] = ""; +$a->strings["New Password:"] = ""; +$a->strings["Confirm:"] = ""; +$a->strings["Leave password fields blank unless changing"] = ""; +$a->strings["Email Address:"] = ""; +$a->strings["Remove Account"] = ""; +$a->strings["Warning: This action is permanent and cannot be reversed."] = ""; +$a->strings["Off"] = ""; +$a->strings["On"] = ""; +$a->strings["Additional Features"] = ""; +$a->strings["Connector Settings"] = ""; +$a->strings["No special theme for mobile devices"] = ""; +$a->strings["Display Settings"] = ""; +$a->strings["Display Theme:"] = ""; +$a->strings["Mobile Theme:"] = ""; +$a->strings["Update browser every xx seconds"] = ""; +$a->strings["Minimum of 10 seconds, no maximum"] = ""; +$a->strings["Maximum number of conversations to load at any time:"] = ""; +$a->strings["Maximum of 100 items"] = ""; +$a->strings["Don't show emoticons"] = ""; +$a->strings["Do not view remote profiles in frames"] = ""; +$a->strings["By default open in a sub-window of your own site"] = ""; +$a->strings["System Page Layout Editor - (advanced)"] = ""; +$a->strings["Nobody except yourself"] = ""; +$a->strings["Only those you specifically allow"] = ""; +$a->strings["Anybody in your address book"] = ""; +$a->strings["Anybody on this website"] = ""; +$a->strings["Anybody in this network"] = ""; +$a->strings["Anybody authenticated"] = ""; +$a->strings["Anybody on the internet"] = ""; +$a->strings["Publish your default profile in the network directory"] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; +$a->strings["Your channel address is"] = ""; +$a->strings["Channel Settings"] = ""; +$a->strings["Basic Settings"] = ""; +$a->strings["Your Timezone:"] = ""; +$a->strings["Default Post Location:"] = ""; +$a->strings["Geographical location to display on your posts"] = ""; +$a->strings["Use Browser Location:"] = ""; +$a->strings["Adult Content"] = ""; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = ""; +$a->strings["Security and Privacy Settings"] = ""; +$a->strings["Hide my online presence"] = ""; +$a->strings["Prevents displaying in your profile that you are online"] = ""; +$a->strings["Simple Privacy Settings:"] = ""; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = ""; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = ""; +$a->strings["Private - default private, never open or public"] = ""; +$a->strings["Blocked - default blocked to/from everybody"] = ""; +$a->strings["Allow others to tag your posts"] = ""; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = ""; +$a->strings["Advanced Privacy Settings"] = ""; +$a->strings["Expire other channel content after this many days"] = ""; +$a->strings["0 or blank prevents expiration"] = ""; +$a->strings["Maximum Friend Requests/Day:"] = ""; +$a->strings["May reduce spam activity"] = ""; +$a->strings["Default Post Permissions"] = ""; +$a->strings["Maximum private messages per day from unknown people:"] = ""; +$a->strings["Useful to reduce spamming"] = ""; +$a->strings["Notification Settings"] = ""; +$a->strings["By default post a status message when:"] = ""; +$a->strings["accepting a friend request"] = ""; +$a->strings["joining a forum/community"] = ""; +$a->strings["making an interesting profile change"] = ""; +$a->strings["Send a notification email when:"] = ""; +$a->strings["You receive a connection request"] = ""; +$a->strings["Your connections are confirmed"] = ""; +$a->strings["Someone writes on your profile wall"] = ""; +$a->strings["Someone writes a followup comment"] = ""; +$a->strings["You receive a private message"] = ""; +$a->strings["You receive a friend suggestion"] = ""; +$a->strings["You are tagged in a post"] = ""; +$a->strings["You are poked/prodded/etc. in a post"] = ""; +$a->strings["Advanced Account/Page Type Settings"] = ""; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = ""; +$a->strings["Miscellaneous Settings"] = ""; +$a->strings["Personal menu to display in your channel pages"] = ""; +$a->strings["Red Matrix Server - Setup"] = ""; +$a->strings["Could not connect to database."] = ""; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; +$a->strings["Could not create table."] = ""; +$a->strings["Your site database has been installed."] = ""; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = ""; +$a->strings["System check"] = ""; +$a->strings["Next"] = ""; +$a->strings["Check again"] = ""; +$a->strings["Database connection"] = ""; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = ""; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; +$a->strings["Database Server Name"] = ""; +$a->strings["Default is localhost"] = ""; +$a->strings["Database Port"] = ""; +$a->strings["Communication port number - use 0 for default"] = ""; +$a->strings["Database Login Name"] = ""; +$a->strings["Database Login Password"] = ""; +$a->strings["Database Name"] = ""; +$a->strings["Site administrator email address"] = ""; +$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["Website URL"] = ""; +$a->strings["Please use SSL (https) URL if available."] = ""; +$a->strings["Please select a default timezone for your website"] = ""; +$a->strings["Site settings"] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = ""; +$a->strings["PHP executable path"] = ""; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["Command line PHP"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; +$a->strings["This is required for message delivery to work."] = ""; +$a->strings["PHP register_argc_argv"] = ""; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; +$a->strings["Generate encryption keys"] = ""; +$a->strings["libCurl PHP module"] = ""; +$a->strings["GD graphics PHP module"] = ""; +$a->strings["OpenSSL PHP module"] = ""; +$a->strings["mysqli PHP module"] = ""; +$a->strings["mb_string PHP module"] = ""; +$a->strings["mcrypt PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = ""; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = ""; +$a->strings["proc_open"] = ""; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = ""; +$a->strings["Error: libCURL PHP module required but not installed."] = ""; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; +$a->strings["Error: openssl PHP module required but not installed."] = ""; +$a->strings["Error: mysqli PHP module required but not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = ""; +$a->strings["Error: mcrypt PHP module required but not installed."] = ""; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = ""; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = ""; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = ""; +$a->strings[".htconfig.php is writable"] = ""; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/tpl/smarty3 is writable"] = ""; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = ""; +$a->strings["store is writable"] = ""; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = ""; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = ""; +$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = ""; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = ""; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = ""; +$a->strings["SSL certificate validation"] = ""; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = ""; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; +$a->strings["Errors encountered creating database tables."] = ""; +$a->strings["

What next

"] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; +$a->strings["Event title and start time are required."] = ""; +$a->strings["l, F j"] = ""; +$a->strings["Edit event"] = ""; +$a->strings["Create New Event"] = ""; +$a->strings["Previous"] = ""; +$a->strings["hour:minute"] = ""; +$a->strings["Event details"] = ""; +$a->strings["Format is %s %s. Starting date and Title are required."] = ""; +$a->strings["Event Starts:"] = ""; +$a->strings["Required"] = ""; +$a->strings["Finish date/time is not known or not relevant"] = ""; +$a->strings["Event Finishes:"] = ""; +$a->strings["Adjust for viewer timezone"] = ""; +$a->strings["Description:"] = ""; +$a->strings["Title:"] = ""; +$a->strings["Share this event"] = ""; +$a->strings["Page owner information could not be retrieved."] = ""; +$a->strings["Album not found."] = ""; +$a->strings["Delete Album"] = ""; +$a->strings["Delete Photo"] = ""; +$a->strings["No photos selected"] = ""; +$a->strings["Access to this item is restricted."] = ""; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; +$a->strings["Upload Photos"] = ""; +$a->strings["New album name: "] = ""; +$a->strings["or existing album name: "] = ""; +$a->strings["Do not show a status post for this upload"] = ""; +$a->strings["Contact Photos"] = ""; +$a->strings["Edit Album"] = ""; +$a->strings["Show Newest First"] = ""; +$a->strings["Show Oldest First"] = ""; +$a->strings["View Photo"] = ""; +$a->strings["Permission denied. Access to this item may be restricted."] = ""; +$a->strings["Photo not available"] = ""; +$a->strings["Use as profile photo"] = ""; +$a->strings["View Full Size"] = ""; +$a->strings["Edit photo"] = ""; +$a->strings["Rotate CW (right)"] = ""; +$a->strings["Rotate CCW (left)"] = ""; +$a->strings["New album name"] = ""; +$a->strings["Caption"] = ""; +$a->strings["Add a Tag"] = ""; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = ""; +$a->strings["In This Photo:"] = ""; +$a->strings["View Album"] = ""; +$a->strings["Recent Photos"] = ""; +$a->strings["Help:"] = ""; +$a->strings["Not Found"] = ""; +$a->strings["sent you a private message"] = ""; +$a->strings["added your channel"] = ""; +$a->strings["posted an event"] = ""; +$a->strings["No valid account found."] = ""; +$a->strings["Password reset request issued. Check your email."] = ""; +$a->strings["Site Member (%s)"] = ""; +$a->strings["Password reset requested at %s"] = ""; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Password Reset"] = ""; +$a->strings["Your password has been reset as requested."] = ""; +$a->strings["Your new password is"] = ""; +$a->strings["Save or copy your new password - and then"] = ""; +$a->strings["click here to login"] = ""; +$a->strings["Your password may be changed from the Settings page after successful login."] = ""; +$a->strings["Your password has changed at %s"] = ""; +$a->strings["Forgot your Password?"] = ""; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; +$a->strings["Email Address"] = ""; +$a->strings["Reset"] = ""; +$a->strings["Remove This Channel"] = ""; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = ""; +$a->strings["Please enter your password for verification:"] = ""; +$a->strings["Remove this channel and all its clones from the network"] = ""; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = ""; +$a->strings["Remove Channel"] = ""; +$a->strings["No potential page delegates located."] = ""; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Managers"] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Add"] = ""; +$a->strings["No entries."] = ""; +$a->strings["Help with this feature"] = ""; +$a->strings["Layout Name"] = ""; $a->strings["Blocked"] = ""; $a->strings["Ignored"] = ""; $a->strings["Hidden"] = ""; $a->strings["Archived"] = ""; $a->strings["All"] = ""; -$a->strings["Suggestions"] = ""; +$a->strings["Unconnected"] = ""; $a->strings["Suggest new connections"] = ""; +$a->strings["New Connections"] = ""; $a->strings["Show pending (new) connections"] = ""; -$a->strings["All Connections"] = ""; $a->strings["Show all connections"] = ""; $a->strings["Unblocked"] = ""; $a->strings["Only show unblocked connections"] = ""; @@ -1206,103 +1383,11 @@ $a->strings["Only show blocked connections"] = ""; $a->strings["Only show ignored connections"] = ""; $a->strings["Only show archived connections"] = ""; $a->strings["Only show hidden connections"] = ""; +$a->strings["Only show one-way connections"] = ""; $a->strings["%1\$s [%2\$s]"] = ""; $a->strings["Edit contact"] = ""; $a->strings["Search your connections"] = ""; $a->strings["Finding: "] = ""; -$a->strings["This site is not a directory server"] = ""; -$a->strings["Remote privacy information not available."] = ""; -$a->strings["Visible to:"] = ""; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = ""; -$a->strings["Welcome %s. Remote authentication successful."] = ""; -$a->strings["Profile not found."] = ""; -$a->strings["Profile deleted."] = ""; -$a->strings["Profile-"] = ""; -$a->strings["New profile created."] = ""; -$a->strings["Profile unavailable to clone."] = ""; -$a->strings["Profile Name is required."] = ""; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Likes"] = ""; -$a->strings["Dislikes"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = ""; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = ""; -$a->strings["Sexual Preference"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = ""; -$a->strings["Address"] = ""; -$a->strings["Location"] = ""; -$a->strings["Profile updated."] = ""; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = ""; -$a->strings["Edit Profile Details"] = ""; -$a->strings["View this profile"] = ""; -$a->strings["Change Profile Photo"] = ""; -$a->strings["Create a new profile using these settings"] = ""; -$a->strings["Clone this profile"] = ""; -$a->strings["Delete this profile"] = ""; -$a->strings["Profile Name:"] = ""; -$a->strings["Your Full Name:"] = ""; -$a->strings["Title/Description:"] = ""; -$a->strings["Your Gender:"] = ""; -$a->strings["Birthday (%s):"] = ""; -$a->strings["Street Address:"] = ""; -$a->strings["Locality/City:"] = ""; -$a->strings["Postal/Zip Code:"] = ""; -$a->strings["Country:"] = ""; -$a->strings["Region/State:"] = ""; -$a->strings[" Marital Status:"] = ""; -$a->strings["Who: (if applicable)"] = ""; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; -$a->strings["Since [date]:"] = ""; -$a->strings["Homepage URL:"] = ""; -$a->strings["Religious Views:"] = ""; -$a->strings["Keywords:"] = ""; -$a->strings["Example: fishing photography software"] = ""; -$a->strings["Used in directory listings"] = ""; -$a->strings["Tell us about yourself..."] = ""; -$a->strings["Hobbies/Interests"] = ""; -$a->strings["Contact information and Social Networks"] = ""; -$a->strings["My other channels"] = ""; -$a->strings["Musical interests"] = ""; -$a->strings["Books, literature"] = ""; -$a->strings["Television"] = ""; -$a->strings["Film/dance/culture/entertainment"] = ""; -$a->strings["Love/romance"] = ""; -$a->strings["Work/employment"] = ""; -$a->strings["School/education"] = ""; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = ""; -$a->strings["Edit/Manage Profiles"] = ""; -$a->strings["Change profile photo"] = ""; -$a->strings["Create New Profile"] = ""; -$a->strings["Profile Image"] = ""; -$a->strings["visible to everybody"] = ""; -$a->strings["Edit visibility"] = ""; -$a->strings["Add a Channel"] = ""; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; -$a->strings["Channel Name"] = ""; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; -$a->strings["Choose a short nickname"] = ""; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; -$a->strings["Or import an existing channel from another location"] = ""; -$a->strings["Create"] = ""; -$a->strings["No valid account found."] = ""; -$a->strings["Password reset request issued. Check your email."] = ""; -$a->strings["Site Member (%s)"] = ""; -$a->strings["Password reset requested at %s"] = ""; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; -$a->strings["Password Reset"] = ""; -$a->strings["Your password has been reset as requested."] = ""; -$a->strings["Your new password is"] = ""; -$a->strings["Save or copy your new password - and then"] = ""; -$a->strings["click here to login"] = ""; -$a->strings["Your password may be changed from the Settings page after successful login."] = ""; -$a->strings["Your password has changed at %s"] = ""; -$a->strings["Forgot your Password?"] = ""; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; -$a->strings["Email Address"] = ""; -$a->strings["Reset"] = ""; $a->strings["Nothing to import."] = ""; $a->strings["Unable to download data from old server"] = ""; $a->strings["Imported file is empty."] = ""; @@ -1320,123 +1405,301 @@ $a->strings["Your old login email address"] = ""; $a->strings["Your old login password"] = ""; $a->strings["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 able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = ""; $a->strings["Make this hub my primary location"] = ""; -$a->strings["Create a new channel"] = ""; -$a->strings["Channel Manager"] = ""; -$a->strings["Current Channel"] = ""; -$a->strings["Attach to one of your channels by selecting it."] = ""; -$a->strings["Default Channel"] = ""; -$a->strings["Make Default"] = ""; -$a->strings["Profile Match"] = ""; -$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; -$a->strings["is interested in:"] = ""; -$a->strings["Contact settings applied."] = ""; -$a->strings["Contact update failed."] = ""; -$a->strings["Contact not found."] = ""; -$a->strings["Repair Contact Settings"] = ""; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = ""; -$a->strings["Return to contact editor"] = ""; -$a->strings["Account Nickname"] = ""; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = ""; -$a->strings["Friend Request URL"] = ""; -$a->strings["Friend Confirm URL"] = ""; -$a->strings["Notification Endpoint URL"] = ""; -$a->strings["Poll/Feed URL"] = ""; -$a->strings["New photo from this URL"] = ""; -$a->strings["invalid target signature"] = ""; -$a->strings["Channel added."] = ""; -$a->strings["Contacts who are not members of a group"] = ""; -$a->strings["Image uploaded but image cropping failed."] = ""; -$a->strings["Image resize failed."] = ""; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Image exceeds size limit of %d"] = ""; -$a->strings["Unable to process image."] = ""; -$a->strings["Photo not available."] = ""; -$a->strings["Upload File:"] = ""; -$a->strings["Select a profile:"] = ""; -$a->strings["Upload Profile Photo"] = ""; -$a->strings["Upload"] = ""; -$a->strings["skip this step"] = ""; -$a->strings["select a photo from your photo albums"] = ""; -$a->strings["Crop Image"] = ""; -$a->strings["Please adjust the image cropping for optimum viewing."] = ""; -$a->strings["Done Editing"] = ""; -$a->strings["Image uploaded successfully."] = ""; -$a->strings["Image upload failed."] = ""; -$a->strings["Image size reduction [%s] failed."] = ""; -$a->strings["Item not found"] = ""; -$a->strings["Edit post"] = ""; -$a->strings["Insert YouTube video"] = ""; -$a->strings["Insert Vorbis [.ogg] video"] = ""; -$a->strings["Insert Vorbis [.ogg] audio"] = ""; -$a->strings["Invalid request identifier."] = ""; -$a->strings["System"] = ""; -$a->strings["Introductions"] = ""; -$a->strings["Show Ignored Requests"] = ""; -$a->strings["Hide Ignored Requests"] = ""; -$a->strings["Notification type: "] = ""; -$a->strings["Friend Suggestion"] = ""; -$a->strings["suggested by %s"] = ""; -$a->strings["Claims to be known to you: "] = ""; -$a->strings["yes"] = ""; -$a->strings["no"] = ""; -$a->strings["Approve as: "] = ""; -$a->strings["Friend"] = ""; -$a->strings["Sharer"] = ""; -$a->strings["Fan/Admirer"] = ""; -$a->strings["Friend/Connect Request"] = ""; -$a->strings["New Follower"] = ""; -$a->strings["No introductions."] = ""; -$a->strings["%s liked %s's post"] = ""; -$a->strings["%s disliked %s's post"] = ""; -$a->strings["%s is now friends with %s"] = ""; -$a->strings["%s created a new post"] = ""; -$a->strings["%s commented on %s's post"] = ""; -$a->strings["No more network notifications."] = ""; -$a->strings["Network Notifications"] = ""; -$a->strings["No more system notifications."] = ""; -$a->strings["System Notifications"] = ""; -$a->strings["No more personal notifications."] = ""; -$a->strings["Personal Notifications"] = ""; -$a->strings["No more home notifications."] = ""; -$a->strings["Home Notifications"] = ""; -$a->strings["Post successful."] = ""; -$a->strings["Item is not editable"] = ""; -$a->strings["Access to this profile has been restricted."] = ""; +$a->strings["Mood"] = ""; +$a->strings["Set your current mood and tell your friends"] = ""; +$a->strings["Room not found"] = ""; +$a->strings["Leave Room"] = ""; +$a->strings["Delete This Room"] = ""; +$a->strings["I am away right now"] = ""; +$a->strings["I am online"] = ""; +$a->strings["Bookmark this room"] = ""; +$a->strings["New Chatroom"] = ""; +$a->strings["Chatroom Name"] = ""; +$a->strings["%1\$s's Chatrooms"] = ""; +$a->strings["Edit Block"] = ""; +$a->strings["Delete block?"] = ""; +$a->strings["Delete Block"] = ""; +$a->strings["Profile Match"] = ""; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["is interested in:"] = ""; +$a->strings["No matches"] = ""; +$a->strings["Away"] = ""; +$a->strings["Online"] = ""; +$a->strings["Edit Webpage"] = ""; +$a->strings["Delete webpage?"] = ""; +$a->strings["Delete Webpage"] = ""; +$a->strings["Profile not found."] = ""; +$a->strings["Profile deleted."] = ""; +$a->strings["Profile-"] = ""; +$a->strings["New profile created."] = ""; +$a->strings["Profile unavailable to clone."] = ""; +$a->strings["Profile Name is required."] = ""; +$a->strings["Marital Status"] = ""; +$a->strings["Romantic Partner"] = ""; +$a->strings["Likes"] = ""; +$a->strings["Dislikes"] = ""; +$a->strings["Work/Employment"] = ""; +$a->strings["Religion"] = ""; +$a->strings["Political Views"] = ""; +$a->strings["Gender"] = ""; +$a->strings["Sexual Preference"] = ""; +$a->strings["Homepage"] = ""; +$a->strings["Interests"] = ""; +$a->strings["Address"] = ""; +$a->strings["Profile updated."] = ""; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = ""; +$a->strings["Edit Profile Details"] = ""; +$a->strings["View this profile"] = ""; +$a->strings["Change Profile Photo"] = ""; +$a->strings["Create a new profile using these settings"] = ""; +$a->strings["Clone this profile"] = ""; +$a->strings["Delete this profile"] = ""; +$a->strings["Profile Name:"] = ""; +$a->strings["Your Full Name:"] = ""; +$a->strings["Title/Description:"] = ""; +$a->strings["Your Gender:"] = ""; +$a->strings["Birthday (%s):"] = ""; +$a->strings["Street Address:"] = ""; +$a->strings["Locality/City:"] = ""; +$a->strings["Postal/Zip Code:"] = ""; +$a->strings["Country:"] = ""; +$a->strings["Region/State:"] = ""; +$a->strings[" Marital Status:"] = ""; +$a->strings["Who: (if applicable)"] = ""; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; +$a->strings["Since [date]:"] = ""; +$a->strings["Homepage URL:"] = ""; +$a->strings["Religious Views:"] = ""; +$a->strings["Keywords:"] = ""; +$a->strings["Example: fishing photography software"] = ""; +$a->strings["Used in directory listings"] = ""; +$a->strings["Tell us about yourself..."] = ""; +$a->strings["Hobbies/Interests"] = ""; +$a->strings["Contact information and Social Networks"] = ""; +$a->strings["My other channels"] = ""; +$a->strings["Musical interests"] = ""; +$a->strings["Books, literature"] = ""; +$a->strings["Television"] = ""; +$a->strings["Film/dance/culture/entertainment"] = ""; +$a->strings["Love/romance"] = ""; +$a->strings["Work/employment"] = ""; +$a->strings["School/education"] = ""; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = ""; +$a->strings["Edit/Manage Profiles"] = ""; +$a->strings["Add profile things"] = ""; +$a->strings["Include desirable objects in your profile"] = ""; +$a->strings["Menu updated."] = ""; +$a->strings["Unable to update menu."] = ""; +$a->strings["Menu created."] = ""; +$a->strings["Unable to create menu."] = ""; +$a->strings["Manage Menus"] = ""; +$a->strings["Drop"] = ""; +$a->strings["Create a new menu"] = ""; +$a->strings["Delete this menu"] = ""; +$a->strings["Edit menu contents"] = ""; +$a->strings["Edit this menu"] = ""; +$a->strings["New Menu"] = ""; +$a->strings["Menu name"] = ""; +$a->strings["Must be unique, only seen by you"] = ""; +$a->strings["Menu title"] = ""; +$a->strings["Menu title as seen by others"] = ""; +$a->strings["Allow bookmarks"] = ""; +$a->strings["Menu may be used to store saved bookmarks"] = ""; +$a->strings["Menu deleted."] = ""; +$a->strings["Menu could not be deleted."] = ""; +$a->strings["Edit Menu"] = ""; +$a->strings["Add or remove entries to this menu"] = ""; +$a->strings["OpenID protocol error. No ID returned."] = ""; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = ""; +$a->strings["Unable to lookup recipient."] = ""; +$a->strings["Unable to communicate with requested channel."] = ""; +$a->strings["Cannot verify requested channel."] = ""; +$a->strings["Selected channel has private message restrictions. Send failed."] = ""; +$a->strings["Message deleted."] = ""; +$a->strings["Message recalled."] = ""; +$a->strings["Send Private Message"] = ""; +$a->strings["To:"] = ""; +$a->strings["Subject:"] = ""; +$a->strings["Your message:"] = ""; +$a->strings["Message not found."] = ""; +$a->strings["Recall message"] = ""; +$a->strings["Message has been recalled."] = ""; +$a->strings["Private Conversation"] = ""; +$a->strings["Delete conversation"] = ""; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = ""; +$a->strings["App installed."] = ""; +$a->strings["Malformed app."] = ""; +$a->strings["Embed code"] = ""; +$a->strings["Create App"] = ""; +$a->strings["Name of app"] = ""; +$a->strings["Location (URL) of app"] = ""; +$a->strings["Description"] = ""; +$a->strings["Photo icon URL"] = ""; +$a->strings["80 x 80 pixels - optional"] = ""; +$a->strings["Version ID"] = ""; +$a->strings["Price of app"] = ""; +$a->strings["Location (URL) to purchase app"] = ""; $a->strings["Poke/Prod"] = ""; $a->strings["poke, prod or do other things to somebody"] = ""; $a->strings["Recipient"] = ""; $a->strings["Choose what you wish to do to recipient"] = ""; $a->strings["Make this post private"] = ""; -$a->strings["Not available."] = ""; -$a->strings["Community"] = ""; -$a->strings["No results."] = ""; -$a->strings["Files"] = ""; -$a->strings["Friend suggestion sent."] = ""; -$a->strings["Suggest Friends"] = ""; -$a->strings["Suggest a friend for %s"] = ""; -$a->strings["Invalid profile identifier."] = ""; -$a->strings["Profile Visibility Editor"] = ""; -$a->strings["Click on a contact to add or remove."] = ""; -$a->strings["Visible To"] = ""; -$a->strings["All Contacts (with secure profile access)"] = ""; -$a->strings["Version %s"] = ""; -$a->strings["Installed plugins/addons/apps:"] = ""; -$a->strings["No installed plugins/addons/apps"] = ""; -$a->strings["Red"] = ""; -$a->strings["This is Red - another decentralized, distributed communications project by the folks at Friendica."] = ""; -$a->strings["Running at web location"] = ""; -$a->strings["Please visit Friendica.com to learn more about the Friendica and/or Red project."] = ""; -$a->strings["Bug reports and issues: please visit"] = ""; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = ""; +$a->strings["No connections."] = ""; +$a->strings["Visit %s's profile [%s]"] = ""; +$a->strings["View Connnections"] = ""; +$a->strings["Theme settings updated."] = ""; +$a->strings["Site"] = ""; +$a->strings["Accounts"] = ""; +$a->strings["Channels"] = ""; +$a->strings["Plugins"] = ""; +$a->strings["Themes"] = ""; +$a->strings["Server"] = ""; +$a->strings["DB updates"] = ""; +$a->strings["Logs"] = ""; +$a->strings["Plugin Features"] = ""; +$a->strings["User registrations waiting for confirmation"] = ""; +$a->strings["Message queues"] = ""; +$a->strings["Administration"] = ""; +$a->strings["Summary"] = ""; +$a->strings["Registered users"] = ""; +$a->strings["Pending registrations"] = ""; +$a->strings["Version"] = ""; +$a->strings["Active plugins"] = ""; +$a->strings["Site settings updated."] = ""; +$a->strings["No special theme for accessibility"] = ""; +$a->strings["Yes - with approval"] = ""; +$a->strings["My site is not a public server"] = ""; +$a->strings["My site has paid access only"] = ""; +$a->strings["My site has free access only"] = ""; +$a->strings["My site offers free accounts with optional paid upgrades"] = ""; +$a->strings["Registration"] = ""; +$a->strings["File upload"] = ""; +$a->strings["Policies"] = ""; +$a->strings["Site name"] = ""; +$a->strings["Banner/Logo"] = ""; +$a->strings["Administrator Information"] = ""; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = ""; +$a->strings["System language"] = ""; +$a->strings["System theme"] = ""; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$a->strings["Mobile system theme"] = ""; +$a->strings["Theme for mobile devices"] = ""; +$a->strings["Accessibility system theme"] = ""; +$a->strings["Accessibility theme"] = ""; +$a->strings["Channel to use for this website's static pages"] = ""; +$a->strings["Site Channel"] = ""; +$a->strings["Maximum image size"] = ""; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; +$a->strings["Does this site allow new member registration?"] = ""; +$a->strings["Which best describes the types of account offered by this hub?"] = ""; +$a->strings["Register text"] = ""; +$a->strings["Will be displayed prominently on the registration page."] = ""; +$a->strings["Accounts abandoned after x days"] = ""; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; +$a->strings["Allowed friend domains"] = ""; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Allowed email domains"] = ""; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Block public"] = ""; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; +$a->strings["Force publish"] = ""; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; +$a->strings["Disable discovery tab"] = ""; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = ""; +$a->strings["No login on Homepage"] = ""; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = ""; +$a->strings["Proxy user"] = ""; +$a->strings["Proxy URL"] = ""; +$a->strings["Network timeout"] = ""; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Delivery interval"] = ""; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; +$a->strings["Poll interval"] = ""; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; +$a->strings["Maximum Load Average"] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["No server found"] = ""; +$a->strings["ID"] = ""; +$a->strings["for channel"] = ""; +$a->strings["on server"] = ""; +$a->strings["Status"] = ""; +$a->strings["Update has been marked successful"] = ""; +$a->strings["Executing %s failed. Check system logs."] = ""; +$a->strings["Update %s was successfully applied."] = ""; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; +$a->strings["Update function %s could not be found."] = ""; +$a->strings["No failed updates."] = ""; +$a->strings["Failed Updates"] = ""; +$a->strings["Mark success (if update was manually applied)"] = ""; +$a->strings["Attempt to execute this update step automatically"] = ""; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "", + 1 => "", +); +$a->strings["%s user deleted"] = array( + 0 => "", + 1 => "", +); +$a->strings["Account not found"] = ""; +$a->strings["User '%s' deleted"] = ""; +$a->strings["User '%s' unblocked"] = ""; +$a->strings["User '%s' blocked"] = ""; +$a->strings["Users"] = ""; +$a->strings["select all"] = ""; +$a->strings["User registrations waiting for confirm"] = ""; +$a->strings["Request date"] = ""; +$a->strings["No registrations."] = ""; +$a->strings["Approve"] = ""; +$a->strings["Deny"] = ""; +$a->strings["Register date"] = ""; +$a->strings["Last login"] = ""; +$a->strings["Expires"] = ""; +$a->strings["Service Class"] = ""; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "", + 1 => "", +); +$a->strings["%s channel deleted"] = array( + 0 => "", + 1 => "", +); +$a->strings["Channel not found"] = ""; +$a->strings["Channel '%s' deleted"] = ""; +$a->strings["Channel '%s' uncensored"] = ""; +$a->strings["Channel '%s' censored"] = ""; +$a->strings["Censor"] = ""; +$a->strings["Uncensor"] = ""; +$a->strings["UID"] = ""; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["Plugin %s disabled."] = ""; +$a->strings["Plugin %s enabled."] = ""; +$a->strings["Disable"] = ""; +$a->strings["Enable"] = ""; +$a->strings["Toggle"] = ""; +$a->strings["Author: "] = ""; +$a->strings["Maintainer: "] = ""; +$a->strings["No themes found."] = ""; +$a->strings["Screenshot"] = ""; +$a->strings["[Experimental]"] = ""; +$a->strings["[Unsupported]"] = ""; +$a->strings["Log settings updated."] = ""; +$a->strings["Clear"] = ""; +$a->strings["Debugging"] = ""; +$a->strings["Log file"] = ""; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = ""; +$a->strings["Log level"] = ""; $a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = ""; $a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = ""; +$a->strings["Passwords do not match."] = ""; $a->strings["Registration successful. Please check your email for validation instructions."] = ""; $a->strings["Your registration is pending approval by the site owner."] = ""; $a->strings["Your registration can not be processed."] = ""; +$a->strings["Registration on this site/hub is by approval only."] = ""; +$a->strings["Register at another affiliated site/hub"] = ""; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; $a->strings["Terms of Service"] = ""; $a->strings["I accept the %s for this website"] = ""; @@ -1446,46 +1709,80 @@ $a->strings["Please enter your invitation code"] = ""; $a->strings["Your email address"] = ""; $a->strings["Choose a password"] = ""; $a->strings["Please re-enter your password"] = ""; +$a->strings["- select -"] = ""; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = ""; +$a->strings["Create a new channel"] = ""; +$a->strings["Channel Manager"] = ""; +$a->strings["Current Channel"] = ""; +$a->strings["Attach to one of your channels by selecting it."] = ""; +$a->strings["Default Channel"] = ""; +$a->strings["Make Default"] = ""; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = ""; +$a->strings["Please join us on Red"] = ""; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = ""; +$a->strings["%d message sent."] = array( + 0 => "", + 1 => "", +); +$a->strings["You have no more invitations available"] = ""; +$a->strings["Send invitations"] = ""; +$a->strings["Enter email addresses, one per line:"] = ""; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; +$a->strings["Please visit my channel at"] = ""; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = ""; +$a->strings["Click the [Register] link on the following page to join."] = ""; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = ""; +$a->strings["Wall Photos"] = ""; +$a->strings["No channel."] = ""; +$a->strings["Common connections"] = ""; +$a->strings["No connections in common."] = ""; $a->strings["Please login."] = ""; -$a->strings["Remove My Account"] = ""; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = ""; -$a->strings["Please enter your password for verification:"] = ""; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$a->strings["Theme settings"] = ""; -$a->strings["Set font-size for posts and comments"] = ""; -$a->strings["Set line-height for posts and comments"] = ""; -$a->strings["Set colour scheme"] = ""; -$a->strings["Draw shadows"] = ""; -$a->strings["Navigation bar colour"] = ""; -$a->strings["Display style"] = ""; -$a->strings["Display colour of links - hex value, do not include the #"] = ""; -$a->strings["Icons"] = ""; -$a->strings["Shiny style"] = ""; -$a->strings["Corner radius"] = ""; -$a->strings["0-99 default: 5"] = ""; +$a->strings["Select a bookmark folder"] = ""; +$a->strings["Save Bookmark"] = ""; +$a->strings["URL of bookmark"] = ""; +$a->strings["Or enter new bookmark folder name"] = ""; $a->strings["Update %s failed. See error logs."] = ""; $a->strings["Update Error at %s"] = ""; -$a->strings["Create a New Account"] = ""; +$a->strings["Create an account to access services and applications within the Red Matrix"] = ""; $a->strings["Password"] = ""; $a->strings["Remember me"] = ""; $a->strings["Forgot your password?"] = ""; -$a->strings["Requested channel is not available."] = ""; -$a->strings[" Sorry, you don't have the permission to view this profile. "] = ""; -$a->strings["Profiles"] = ""; -$a->strings["Manage/edit profiles"] = ""; -$a->strings["Edit Profile"] = ""; -$a->strings["F d"] = ""; -$a->strings["Birthday Reminders"] = ""; -$a->strings["Birthdays this week:"] = ""; -$a->strings["[No description]"] = ""; -$a->strings["Event Reminders"] = ""; -$a->strings["Events this week:"] = ""; -$a->strings["Channel"] = ""; -$a->strings["Status Messages and Posts"] = ""; -$a->strings["About"] = ""; -$a->strings["Profile Details"] = ""; -$a->strings["Events and Calendar"] = ""; -$a->strings["Webpages"] = ""; -$a->strings["Manage Webpages"] = ""; +$a->strings["permission denied"] = ""; +$a->strings["Got Zot?"] = ""; $a->strings["toggle mobile"] = ""; +$a->strings["Theme settings"] = ""; +$a->strings["Set scheme"] = ""; +$a->strings["Narrow navbar"] = ""; +$a->strings["Navigation bar background colour"] = ""; +$a->strings["Navigation bar gradient top colour"] = ""; +$a->strings["Navigation bar gradient bottom colour"] = ""; +$a->strings["Navigation active button gradient top colour"] = ""; +$a->strings["Navigation active button gradient bottom colour"] = ""; +$a->strings["Navigation bar border colour "] = ""; +$a->strings["Navigation bar icon colour "] = ""; +$a->strings["Navigation bar active icon colour "] = ""; +$a->strings["link colour"] = ""; +$a->strings["Set font-colour for banner"] = ""; +$a->strings["Set the background colour"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Set the background colour of items"] = ""; +$a->strings["Set the background colour of comments"] = ""; +$a->strings["Set the border colour of comments"] = ""; +$a->strings["Set the indent for comments"] = ""; +$a->strings["Set the basic colour for item icons"] = ""; +$a->strings["Set the hover colour for item icons"] = ""; +$a->strings["Set font-size for the entire application"] = ""; +$a->strings["Set font-size for posts and comments"] = ""; +$a->strings["Set font-colour for posts and comments"] = ""; +$a->strings["Set radius of corners"] = ""; +$a->strings["Set shadow depth of photos"] = ""; +$a->strings["Set maximum width of conversation regions"] = ""; +$a->strings["Center conversation regions"] = ""; +$a->strings["Set minimum opacity of nav bar - to hide it"] = ""; +$a->strings["Set size of conversation author photo"] = ""; +$a->strings["Set size of followup author photos"] = ""; +$a->strings["Sloppy photo albums"] = ""; +$a->strings["Are you a clean desk or a messy desk person?"] = ""; -- cgit v1.2.3 From 626eab99f8affc59f3578dabf4fd2ad97abd62e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 14:52:55 -0700 Subject: add profile photo app because it is sometimes hard to find. Also doc updates --- util/messages.po | 8098 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 4141 insertions(+), 3957 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index fd710f9fa..14e09fa4e 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-05-20.681\n" +"Project-Id-Version: 2014-05-23.684\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-21 05:30-0300\n" +"POT-Creation-Date: 2014-05-23 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,516 +17,552 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel location missing." +#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" msgstr "" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." +#: ../../include/apps.php:115 +msgid "Site Admin" msgstr "" -#: ../../include/follow.php:85 -msgid "Channel was deleted and no longer exists." +#: ../../include/apps.php:116 ../../include/conversation.php:1540 +#: ../../include/nav.php:88 +msgid "Bookmarks" msgstr "" -#: ../../include/follow.php:132 -msgid "Channel discovery failed." +#: ../../include/apps.php:117 +msgid "Address Book" msgstr "" -#: ../../include/follow.php:149 -msgid "local account not found." +#: ../../include/apps.php:118 ../../include/nav.php:94 ../../boot.php:1451 +msgid "Login" msgstr "" -#: ../../include/follow.php:158 -msgid "Cannot connect to yourself." +#: ../../include/apps.php:119 ../../include/nav.php:184 +msgid "Channel Select" msgstr "" -#: ../../include/reddav.php:1045 -msgid "Edit File properties" +#: ../../include/apps.php:120 ../../include/nav.php:158 +msgid "Matrix" msgstr "" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" +#: ../../include/apps.php:121 ../../include/nav.php:186 +#: ../../include/widgets.php:513 ../../mod/admin.php:976 +#: ../../mod/admin.php:1181 +msgid "Settings" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" +#: ../../include/apps.php:122 ../../include/conversation.php:1510 +#: ../../include/nav.php:85 ../../mod/fbrowser.php:114 +msgid "Files" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" +#: ../../include/apps.php:123 ../../include/conversation.php:1551 +#: ../../include/nav.php:90 ../../mod/webpages.php:79 +msgid "Webpages" msgstr "" -#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 -#: ../../include/identity.php:726 ../../mod/dirprofile.php:105 -#: ../../mod/directory.php:156 ../../mod/events.php:474 -msgid "Location:" +#: ../../include/apps.php:124 ../../include/nav.php:161 +msgid "Channel Home" msgstr "" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 -msgid "Categories" +#: ../../include/apps.php:125 ../../include/identity.php:942 +#: ../../include/identity.php:1031 ../../mod/profperm.php:112 +msgid "Profile" msgstr "" -#: ../../include/widgets.php:79 -msgid "App Category" +#: ../../include/apps.php:126 ../../include/conversation.php:1501 +#: ../../include/nav.php:84 ../../mod/fbrowser.php:25 +msgid "Photos" msgstr "" -#: ../../include/widgets.php:80 -msgid "System" +#: ../../include/apps.php:127 ../../include/conversation.php:1532 +#: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366 +msgid "Events" msgstr "" -#: ../../include/widgets.php:81 ../../include/conversation.php:1415 -msgid "Personal" +#: ../../include/apps.php:128 ../../include/nav.php:147 +#: ../../mod/directory.php:210 +msgid "Directory" msgstr "" -#: ../../include/widgets.php:127 ../../include/widgets.php:167 -#: ../../include/Contact.php:107 ../../include/identity.php:675 -#: ../../mod/dirprofile.php:164 ../../mod/directory.php:183 -#: ../../mod/suggest.php:51 ../../mod/match.php:62 -msgid "Connect" +#: ../../include/apps.php:129 ../../include/nav.php:139 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" msgstr "" -#: ../../include/widgets.php:129 ../../mod/suggest.php:53 -msgid "Ignore/Hide" +#: ../../include/apps.php:130 ../../include/nav.php:172 +msgid "Mail" msgstr "" -#: ../../include/widgets.php:135 ../../mod/connections.php:266 -msgid "Suggestions" +#: ../../include/apps.php:131 ../../mod/mood.php:138 +msgid "Mood" msgstr "" -#: ../../include/widgets.php:136 -msgid "See more..." +#: ../../include/apps.php:132 ../../include/conversation.php:942 +msgid "Poke" msgstr "" -#: ../../include/widgets.php:158 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +#: ../../include/apps.php:133 ../../include/nav.php:86 +msgid "Chat" msgstr "" -#: ../../include/widgets.php:164 -msgid "Add New Connection" +#: ../../include/apps.php:134 ../../include/text.php:813 +#: ../../include/text.php:827 ../../include/nav.php:144 +#: ../../mod/search.php:29 +msgid "Search" msgstr "" -#: ../../include/widgets.php:165 -msgid "Enter the channel address" +#: ../../include/apps.php:206 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" msgstr "" -#: ../../include/widgets.php:166 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../include/apps.php:206 +msgid "Install" msgstr "" -#: ../../include/widgets.php:183 -msgid "Notes" +#: ../../include/apps.php:210 +msgid "Purchase" msgstr "" -#: ../../include/widgets.php:185 ../../include/text.php:815 -#: ../../include/text.php:829 ../../mod/filer.php:50 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 -msgid "Save" +#: ../../include/apps.php:212 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/ItemObject.php:96 +#: ../../include/menu.php:42 ../../mod/blocks.php:94 +#: ../../mod/connections.php:392 ../../mod/settings.php:577 +#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 +#: ../../mod/filestorage.php:174 ../../mod/thing.php:235 +#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:119 +msgid "Edit" msgstr "" -#: ../../include/widgets.php:255 -msgid "Remove term" +#: ../../include/apps.php:213 ../../include/conversation.php:632 +#: ../../include/ItemObject.php:108 ../../mod/admin.php:757 +#: ../../mod/admin.php:886 ../../mod/connedit.php:398 +#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 +msgid "Delete" msgstr "" -#: ../../include/widgets.php:264 ../../include/features.php:52 -msgid "Saved Searches" +#: ../../include/apps.php:288 ../../include/apps.php:338 +#: ../../mod/connedit.php:434 +msgid "Unknown" msgstr "" -#: ../../include/widgets.php:265 ../../include/group.php:290 -msgid "add" +#: ../../include/oembed.php:171 +msgid "Embedded content" msgstr "" -#: ../../include/widgets.php:295 ../../include/features.php:66 -#: ../../include/contact_widgets.php:58 -msgid "Saved Folders" +#: ../../include/oembed.php:180 +msgid "Embedding disabled" msgstr "" -#: ../../include/widgets.php:298 ../../include/contact_widgets.php:61 -#: ../../include/contact_widgets.php:95 -msgid "Everything" +#: ../../include/notify.php:23 +msgid "created a new post" msgstr "" -#: ../../include/widgets.php:334 -msgid "Archives" +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" msgstr "" -#: ../../include/widgets.php:396 -msgid "Refresh" +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../include/widgets.php:127 ../../include/widgets.php:167 +#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 +#: ../../mod/suggest.php:51 ../../mod/match.php:62 +msgid "Connect" msgstr "" -#: ../../include/widgets.php:397 ../../mod/connedit.php:428 -msgid "Me" +#: ../../include/Contact.php:123 +msgid "New window" msgstr "" -#: ../../include/widgets.php:398 ../../mod/connedit.php:430 -msgid "Best Friends" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/widgets.php:399 ../../include/profile_selectors.php:42 -#: ../../include/identity.php:342 ../../mod/connedit.php:431 -msgid "Friends" +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../include/widgets.php:400 -msgid "Co-workers" +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 +#: ../../mod/layouts.php:116 ../../mod/webpages.php:122 +msgid "View" msgstr "" -#: ../../include/widgets.php:401 ../../mod/connedit.php:432 -msgid "Former Friends" +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1088 +#: ../../include/ItemObject.php:588 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 +#: ../../mod/photos.php:994 +msgid "Preview" msgstr "" -#: ../../include/widgets.php:402 ../../mod/connedit.php:433 -msgid "Acquaintances" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 +msgid "Actions" msgstr "" -#: ../../include/widgets.php:403 -msgid "Everybody" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 +msgid "Page Link" msgstr "" -#: ../../include/widgets.php:435 -msgid "Account settings" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 +msgid "Title" msgstr "" -#: ../../include/widgets.php:441 -msgid "Channel settings" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 +msgid "Created" msgstr "" -#: ../../include/widgets.php:447 -msgid "Additional features" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 +msgid "Edited" msgstr "" -#: ../../include/widgets.php:453 -msgid "Feature settings" +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" msgstr "" -#: ../../include/widgets.php:459 -msgid "Display settings" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" msgstr "" -#: ../../include/widgets.php:465 -msgid "Connected apps" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" msgstr "" -#: ../../include/widgets.php:471 -msgid "Export channel" +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" msgstr "" -#: ../../include/widgets.php:483 -msgid "Automatic Permissions (Advanced)" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" msgstr "" -#: ../../include/widgets.php:493 -msgid "Premium Channel Settings" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" msgstr "" -#: ../../include/widgets.php:502 ../../include/features.php:43 -#: ../../mod/sources.php:88 -msgid "Channel Sources" +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../include/widgets.php:513 ../../include/nav.php:186 -#: ../../mod/admin.php:976 ../../mod/admin.php:1181 -msgid "Settings" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/widgets.php:530 -msgid "Check Mail" +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" msgstr "" -#: ../../include/widgets.php:535 ../../include/nav.php:177 -msgid "New Message" +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" msgstr "" -#: ../../include/widgets.php:611 -msgid "Chat Rooms" +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" msgstr "" -#: ../../include/widgets.php:629 -msgid "Bookmarked Chatrooms" +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/widgets.php:647 -msgid "Suggested Chatrooms" +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/api.php:1016 -msgid "Public Timeline" +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 -msgid "Logout" +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 -msgid "End this session" +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" msgstr "" -#: ../../include/nav.php:80 ../../include/nav.php:130 -msgid "Home" +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" msgstr "" -#: ../../include/nav.php:80 -msgid "Your posts and conversations" +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/nav.php:81 ../../include/conversation.php:937 -#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 -msgid "View Profile" +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/nav.php:81 -msgid "Your profile page" +#: ../../include/permissions.php:33 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/nav.php:83 -msgid "Edit Profiles" +#: ../../include/account.php:23 +msgid "Not a valid email address" msgstr "" -#: ../../include/nav.php:83 -msgid "Manage/Edit profiles" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../include/nav.php:84 ../../include/conversation.php:1501 -#: ../../include/apps.php:110 ../../mod/fbrowser.php:25 -msgid "Photos" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../include/nav.php:84 -msgid "Your photos" +#: ../../include/account.php:64 +msgid "An invitation is required." msgstr "" -#: ../../include/nav.php:85 ../../include/conversation.php:1510 -#: ../../mod/fbrowser.php:114 -msgid "Files" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." msgstr "" -#: ../../include/nav.php:85 -msgid "Your files" +#: ../../include/account.php:119 +msgid "Please enter the required information." msgstr "" -#: ../../include/nav.php:86 -msgid "Chat" +#: ../../include/account.php:187 +msgid "Failed to store account information." msgstr "" -#: ../../include/nav.php:86 -msgid "Your chatrooms" +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1532 ../../include/apps.php:111 -#: ../../mod/events.php:366 -msgid "Events" +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" msgstr "" -#: ../../include/nav.php:87 -msgid "Your events" -msgstr "" - -#: ../../include/nav.php:88 ../../include/conversation.php:1540 -msgid "Bookmarks" -msgstr "" - -#: ../../include/nav.php:88 -msgid "Your bookmarks" -msgstr "" - -#: ../../include/nav.php:90 ../../include/conversation.php:1551 -#: ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "" - -#: ../../include/nav.php:90 -msgid "Your webpages" -msgstr "" - -#: ../../include/nav.php:94 ../../boot.php:1451 -msgid "Login" -msgstr "" - -#: ../../include/nav.php:94 -msgid "Sign in" +#: ../../include/account.php:297 +msgid "your registration password" msgstr "" -#: ../../include/nav.php:111 +#: ../../include/account.php:300 ../../include/account.php:357 #, php-format -msgid "%s - click to logout" -msgstr "" - -#: ../../include/nav.php:116 -msgid "Click to authenticate to your home hub" +msgid "Registration details for %s" msgstr "" -#: ../../include/nav.php:130 -msgid "Home Page" +#: ../../include/account.php:366 +msgid "Account approved." msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 -msgid "Register" +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../include/nav.php:134 -msgid "Create an account" +#: ../../include/photos.php:15 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/items.php:3645 ../../include/chat.php:116 +#: ../../mod/mood.php:119 ../../mod/mitem.php:73 ../../mod/achievements.php:27 +#: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203 +#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/events.php:140 ../../mod/sources.php:66 ../../mod/appman.php:62 +#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 +#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 +#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 +#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 +#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 +#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27 +#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 +#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 +#: ../../mod/webpages.php:40 ../../mod/message.php:16 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/notifications.php:66 ../../index.php:187 ../../index.php:362 +msgid "Permission denied." msgstr "" -#: ../../include/nav.php:139 ../../include/apps.php:113 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/nav.php:139 -msgid "Help and documentation" +#: ../../include/photos.php:96 +msgid "Image file is empty." msgstr "" -#: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35 -msgid "Apps" +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" msgstr "" -#: ../../include/nav.php:142 -msgid "Addon applications, utilities, games" +#: ../../include/photos.php:186 +msgid "Photo storage failed." msgstr "" -#: ../../include/nav.php:144 ../../include/text.php:813 -#: ../../include/text.php:827 ../../mod/search.php:29 -msgid "Search" +#: ../../include/photos.php:311 ../../include/conversation.php:1504 +msgid "Photo Albums" msgstr "" -#: ../../include/nav.php:144 -msgid "Search site content" +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" msgstr "" -#: ../../include/nav.php:147 ../../include/apps.php:112 -#: ../../mod/directory.php:210 -msgid "Directory" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" msgstr "" -#: ../../include/nav.php:147 -msgid "Channel Locator" +#: ../../include/acl_selectors.php:239 +msgid "Show" msgstr "" -#: ../../include/nav.php:158 ../../include/apps.php:107 -msgid "Matrix" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" msgstr "" -#: ../../include/nav.php:158 -msgid "Your matrix" +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209 +#: ../../mod/filestorage.php:126 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 +msgid "Permissions" msgstr "" -#: ../../include/nav.php:159 -msgid "Mark all matrix notifications seen" +#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:285 +msgid "Close" msgstr "" -#: ../../include/nav.php:161 ../../include/apps.php:108 -msgid "Channel Home" +#: ../../include/activities.php:39 +msgid " and " msgstr "" -#: ../../include/nav.php:161 -msgid "Channel home" +#: ../../include/activities.php:47 +msgid "public profile" msgstr "" -#: ../../include/nav.php:162 -msgid "Mark all channel notifications seen" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:385 -msgid "Connections" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../include/nav.php:168 -msgid "Notices" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/nav.php:168 -msgid "Notifications" +#: ../../include/api.php:1016 +msgid "Public Timeline" msgstr "" -#: ../../include/nav.php:169 -msgid "See all notifications" +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." msgstr "" -#: ../../include/nav.php:170 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" +#: ../../include/attach.php:335 +msgid "No source file." msgstr "" -#: ../../include/nav.php:172 -msgid "Mail" +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/nav.php:172 -msgid "Private mail" +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/nav.php:173 -msgid "See all private messages" +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/nav.php:174 -msgid "Mark all private messages seen" +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/nav.php:175 -msgid "Inbox" +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/nav.php:176 -msgid "Outbox" +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/nav.php:180 -msgid "Event Calendar" +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." msgstr "" -#: ../../include/nav.php:181 -msgid "See all events" +#: ../../include/attach.php:590 +msgid "Empty pathname" msgstr "" -#: ../../include/nav.php:182 -msgid "Mark all events seen" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" msgstr "" -#: ../../include/nav.php:184 -msgid "Channel Select" +#: ../../include/attach.php:630 +msgid "Path not found." msgstr "" -#: ../../include/nav.php:184 -msgid "Manage Your Channels" +#: ../../include/attach.php:674 +msgid "mkdir failed." msgstr "" -#: ../../include/nav.php:186 -msgid "Account/Channel Settings" +#: ../../include/attach.php:678 +msgid "database storage failed." msgstr "" -#: ../../include/nav.php:188 -msgid "Manage/Edit Friends and Connections" +#: ../../include/auth.php:79 +msgid "Logged out." msgstr "" -#: ../../include/nav.php:195 ../../mod/admin.php:117 -msgid "Admin" +#: ../../include/auth.php:198 +msgid "Failed authentication" msgstr "" -#: ../../include/nav.php:195 -msgid "Site Setup and Configuration" +#: ../../include/auth.php:213 ../../mod/openid.php:188 +msgid "Login failed." msgstr "" -#: ../../include/nav.php:220 -msgid "Nothing new here" +#: ../../include/bb2diaspora.php:433 ../../include/event.php:11 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/nav.php:225 -msgid "Please wait..." +#: ../../include/bb2diaspora.php:439 ../../include/event.php:20 +msgid "Starts:" msgstr "" -#: ../../include/oembed.php:171 -msgid "Embedded content" +#: ../../include/bb2diaspora.php:447 ../../include/event.php:30 +msgid "Finishes:" msgstr "" -#: ../../include/oembed.php:180 -msgid "Embedding disabled" +#: ../../include/bb2diaspora.php:455 ../../include/event.php:40 +#: ../../include/identity.php:726 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:474 +msgid "Location:" msgstr "" #: ../../include/bbcode.php:128 ../../include/bbcode.php:642 @@ -560,3572 +596,3602 @@ msgstr "" msgid "$1 wrote:" msgstr "" -#: ../../include/group.php:25 -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/items.php:306 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 +#: ../../index.php:361 +msgid "Permission denied" msgstr "" -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" +#: ../../include/items.php:830 +msgid "(Unknown)" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:762 -msgid "All Channels" +#: ../../include/items.php:3583 ../../mod/admin.php:159 +#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." msgstr "" -#: ../../include/group.php:264 -msgid "edit" +#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." msgstr "" -#: ../../include/group.php:285 -msgid "Collections" +#: ../../include/items.php:4022 +msgid "Collection is empty." msgstr "" -#: ../../include/group.php:286 -msgid "Edit collection" +#: ../../include/items.php:4029 +#, php-format +msgid "Collection: %s" msgstr "" -#: ../../include/group.php:287 -msgid "Create a new collection" +#: ../../include/items.php:4040 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../include/group.php:288 -msgid "Channels not in any collection" +#: ../../include/items.php:4043 +msgid "Connection not found." msgstr "" -#: ../../include/conversation.php:117 ../../include/text.php:1705 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:111 -msgid "photo" +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/conversation.php:120 ../../include/text.php:1708 -#: ../../mod/tagger.php:49 -msgid "event" +#: ../../include/chat.php:10 +msgid "Missing room name" msgstr "" -#: ../../include/conversation.php:123 -msgid "channel" +#: ../../include/chat.php:19 +msgid "Duplicate room name" msgstr "" -#: ../../include/conversation.php:145 ../../include/text.php:1711 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:111 -msgid "status" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." msgstr "" -#: ../../include/conversation.php:147 ../../include/text.php:1713 -#: ../../mod/tagger.php:55 -msgid "comment" +#: ../../include/chat.php:105 +msgid "Room not found." msgstr "" -#: ../../include/conversation.php:161 ../../mod/like.php:142 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../include/chat.php:126 +msgid "Room is full" msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:144 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../include/taxonomy.php:210 +msgid "Tags" msgstr "" -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/taxonomy.php:227 +msgid "Keywords" msgstr "" -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" +#: ../../include/taxonomy.php:252 +msgid "have" msgstr "" -#: ../../include/conversation.php:240 ../../include/text.php:895 -msgid "poked" +#: ../../include/taxonomy.php:252 +msgid "has" msgstr "" -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" +#: ../../include/taxonomy.php:253 +msgid "want" msgstr "" -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 -msgid "Select" +#: ../../include/taxonomy.php:253 +msgid "wants" msgstr "" -#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../include/apps.php:156 ../../mod/group.php:176 ../../mod/thing.php:236 -#: ../../mod/filestorage.php:175 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/photos.php:1043 -#: ../../mod/admin.php:757 ../../mod/admin.php:886 -msgid "Delete" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:205 +msgid "like" msgstr "" -#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:846 -msgid "Private Message" +#: ../../include/taxonomy.php:254 +msgid "likes" msgstr "" -#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 -msgid "Message is verified" +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:206 +msgid "dislike" msgstr "" -#: ../../include/conversation.php:666 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/taxonomy.php:255 +msgid "dislikes" msgstr "" -#: ../../include/conversation.php:680 -msgid "Categories:" +#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 +#: ../../view/theme/redbasic/php/config.php:84 +msgid "Default" msgstr "" -#: ../../include/conversation.php:681 -msgid "Filed under:" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" msgstr "" -#: ../../include/conversation.php:690 ../../include/ItemObject.php:247 -#, php-format -msgid " from %s" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" msgstr "" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 -#, php-format -msgid "last edited: %s" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../include/conversation.php:694 ../../include/ItemObject.php:251 -#, php-format -msgid "Expires: %s" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" msgstr "" -#: ../../include/conversation.php:709 -msgid "View in context" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" msgstr "" -#: ../../include/conversation.php:711 ../../include/conversation.php:1127 -#: ../../include/ItemObject.php:290 ../../mod/editlayout.php:115 -#: ../../mod/editpost.php:121 ../../mod/photos.php:974 -#: ../../mod/editblock.php:120 ../../mod/editwebpage.php:152 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 -msgid "Please wait" +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" msgstr "" -#: ../../include/conversation.php:838 -msgid "remove" +#: ../../include/contact_selectors.php:54 +msgid "Frequently" msgstr "" -#: ../../include/conversation.php:842 -msgid "Loading..." +#: ../../include/contact_selectors.php:55 +msgid "Hourly" msgstr "" -#: ../../include/conversation.php:843 -msgid "Delete Selected Items" +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" msgstr "" -#: ../../include/conversation.php:934 -msgid "View Source" +#: ../../include/contact_selectors.php:57 +msgid "Daily" msgstr "" -#: ../../include/conversation.php:935 -msgid "Follow Thread" +#: ../../include/contact_selectors.php:58 +msgid "Weekly" msgstr "" -#: ../../include/conversation.php:936 -msgid "View Status" +#: ../../include/contact_selectors.php:59 +msgid "Monthly" msgstr "" -#: ../../include/conversation.php:938 -msgid "View Photos" +#: ../../include/contact_selectors.php:74 +msgid "Friendica" msgstr "" -#: ../../include/conversation.php:939 -msgid "Matrix Activity" +#: ../../include/contact_selectors.php:75 +msgid "OStatus" msgstr "" -#: ../../include/conversation.php:940 -msgid "Edit Contact" +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" msgstr "" -#: ../../include/conversation.php:941 -msgid "Send PM" +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1453 +msgid "Email" msgstr "" -#: ../../include/conversation.php:942 -msgid "Poke" +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" msgstr "" -#: ../../include/conversation.php:998 -#, php-format -msgid "%s likes this." +#: ../../include/contact_selectors.php:79 +msgid "Facebook" msgstr "" -#: ../../include/conversation.php:998 -#, php-format -msgid "%s doesn't like this." +#: ../../include/contact_selectors.php:80 +msgid "Zot!" msgstr "" -#: ../../include/conversation.php:1002 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1004 -#, 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:1010 -msgid "and" +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" msgstr "" -#: ../../include/conversation.php:1013 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1014 -#, php-format -msgid "%s like this." +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" msgstr "" -#: ../../include/conversation.php:1014 -#, php-format -msgid "%s don't like this." +#: ../../include/contact_selectors.php:83 +msgid "MySpace" msgstr "" -#: ../../include/conversation.php:1071 -msgid "Visible to everybody" +#: ../../include/text.php:320 +msgid "prev" msgstr "" -#: ../../include/conversation.php:1072 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" +#: ../../include/text.php:322 +msgid "first" msgstr "" -#: ../../include/conversation.php:1073 -msgid "Please enter a video link/URL:" +#: ../../include/text.php:351 +msgid "last" msgstr "" -#: ../../include/conversation.php:1074 -msgid "Please enter an audio link/URL:" +#: ../../include/text.php:354 +msgid "next" msgstr "" -#: ../../include/conversation.php:1075 -msgid "Tag term:" +#: ../../include/text.php:366 +msgid "older" msgstr "" -#: ../../include/conversation.php:1076 ../../mod/filer.php:49 -msgid "Save to Folder:" +#: ../../include/text.php:368 +msgid "newer" msgstr "" -#: ../../include/conversation.php:1077 -msgid "Where are you right now?" +#: ../../include/text.php:729 +msgid "No connections" msgstr "" -#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../include/text.php:742 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:754 +msgid "View Connections" msgstr "" -#: ../../include/conversation.php:1088 ../../include/ItemObject.php:588 -#: ../../include/page_widgets.php:40 ../../mod/editlayout.php:135 -#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 -#: ../../mod/photos.php:994 ../../mod/editblock.php:141 -#: ../../mod/editwebpage.php:175 -msgid "Preview" +#: ../../include/text.php:815 ../../include/text.php:829 +#: ../../include/widgets.php:185 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 +msgid "Save" msgstr "" -#: ../../include/conversation.php:1102 ../../mod/photos.php:973 -#: ../../mod/layouts.php:113 -msgid "Share" +#: ../../include/text.php:895 +msgid "poke" msgstr "" -#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 -msgid "Page link title" +#: ../../include/text.php:895 ../../include/conversation.php:240 +msgid "poked" msgstr "" -#: ../../include/conversation.php:1107 -msgid "Post as" +#: ../../include/text.php:896 +msgid "ping" msgstr "" -#: ../../include/conversation.php:1108 ../../mod/editlayout.php:107 -#: ../../mod/editpost.php:113 ../../mod/editblock.php:112 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 -msgid "Upload photo" +#: ../../include/text.php:896 +msgid "pinged" msgstr "" -#: ../../include/conversation.php:1109 -msgid "upload photo" +#: ../../include/text.php:897 +msgid "prod" msgstr "" -#: ../../include/conversation.php:1110 ../../mod/editlayout.php:108 -#: ../../mod/editpost.php:114 ../../mod/editblock.php:113 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 -msgid "Attach file" +#: ../../include/text.php:897 +msgid "prodded" msgstr "" -#: ../../include/conversation.php:1111 -msgid "attach file" +#: ../../include/text.php:898 +msgid "slap" msgstr "" -#: ../../include/conversation.php:1112 ../../mod/editlayout.php:109 -#: ../../mod/editpost.php:115 ../../mod/editblock.php:114 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 -msgid "Insert web link" +#: ../../include/text.php:898 +msgid "slapped" msgstr "" -#: ../../include/conversation.php:1113 -msgid "web link" +#: ../../include/text.php:899 +msgid "finger" msgstr "" -#: ../../include/conversation.php:1114 -msgid "Insert video link" +#: ../../include/text.php:899 +msgid "fingered" msgstr "" -#: ../../include/conversation.php:1115 -msgid "video link" +#: ../../include/text.php:900 +msgid "rebuff" msgstr "" -#: ../../include/conversation.php:1116 -msgid "Insert audio link" +#: ../../include/text.php:900 +msgid "rebuffed" msgstr "" -#: ../../include/conversation.php:1117 -msgid "audio link" +#: ../../include/text.php:909 +msgid "happy" msgstr "" -#: ../../include/conversation.php:1118 ../../mod/editlayout.php:113 -#: ../../mod/editpost.php:119 ../../mod/editblock.php:118 -#: ../../mod/editwebpage.php:150 -msgid "Set your location" +#: ../../include/text.php:910 +msgid "sad" msgstr "" -#: ../../include/conversation.php:1119 -msgid "set location" +#: ../../include/text.php:911 +msgid "mellow" msgstr "" -#: ../../include/conversation.php:1120 ../../mod/editlayout.php:114 -#: ../../mod/editpost.php:120 ../../mod/editblock.php:119 -#: ../../mod/editwebpage.php:151 -msgid "Clear browser location" +#: ../../include/text.php:912 +msgid "tired" msgstr "" -#: ../../include/conversation.php:1121 -msgid "clear location" +#: ../../include/text.php:913 +msgid "perky" msgstr "" -#: ../../include/conversation.php:1123 ../../mod/editlayout.php:126 -#: ../../mod/editpost.php:132 ../../mod/editblock.php:132 -#: ../../mod/editwebpage.php:167 -msgid "Set title" +#: ../../include/text.php:914 +msgid "angry" msgstr "" -#: ../../include/conversation.php:1126 ../../mod/editlayout.php:129 -#: ../../mod/editpost.php:134 ../../mod/editblock.php:135 -#: ../../mod/editwebpage.php:169 -msgid "Categories (comma-separated list)" +#: ../../include/text.php:915 +msgid "stupified" msgstr "" -#: ../../include/conversation.php:1128 ../../mod/editlayout.php:116 -#: ../../mod/editpost.php:122 ../../mod/editblock.php:121 -#: ../../mod/editwebpage.php:153 -msgid "Permission settings" +#: ../../include/text.php:916 +msgid "puzzled" msgstr "" -#: ../../include/conversation.php:1129 -msgid "permissions" +#: ../../include/text.php:917 +msgid "interested" msgstr "" -#: ../../include/conversation.php:1136 ../../mod/editlayout.php:123 -#: ../../mod/editpost.php:129 ../../mod/editblock.php:129 -#: ../../mod/editwebpage.php:162 -msgid "Public post" +#: ../../include/text.php:918 +msgid "bitter" msgstr "" -#: ../../include/conversation.php:1138 ../../mod/editlayout.php:130 -#: ../../mod/editpost.php:135 ../../mod/editblock.php:136 -#: ../../mod/editwebpage.php:170 -msgid "Example: bob@example.com, mary@example.com" +#: ../../include/text.php:919 +msgid "cheerful" msgstr "" -#: ../../include/conversation.php:1151 ../../mod/editlayout.php:140 -#: ../../mod/editpost.php:146 ../../mod/editblock.php:146 -#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 -msgid "Set expiration date" +#: ../../include/text.php:920 +msgid "alive" msgstr "" -#: ../../include/conversation.php:1153 ../../include/ItemObject.php:591 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" +#: ../../include/text.php:921 +msgid "annoyed" msgstr "" -#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 -msgid "OK" +#: ../../include/text.php:922 +msgid "anxious" msgstr "" -#: ../../include/conversation.php:1156 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/editpost.php:151 -#: ../../mod/settings.php:516 ../../mod/settings.php:542 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 -msgid "Cancel" +#: ../../include/text.php:923 +msgid "cranky" msgstr "" -#: ../../include/conversation.php:1392 -msgid "Discover" +#: ../../include/text.php:924 +msgid "disturbed" msgstr "" -#: ../../include/conversation.php:1395 -msgid "Imported public streams" +#: ../../include/text.php:925 +msgid "frustrated" msgstr "" -#: ../../include/conversation.php:1400 -msgid "Commented Order" +#: ../../include/text.php:926 +msgid "depressed" msgstr "" -#: ../../include/conversation.php:1403 -msgid "Sort by Comment Date" +#: ../../include/text.php:927 +msgid "motivated" msgstr "" -#: ../../include/conversation.php:1407 -msgid "Posted Order" +#: ../../include/text.php:928 +msgid "relaxed" msgstr "" -#: ../../include/conversation.php:1410 -msgid "Sort by Post Date" +#: ../../include/text.php:929 +msgid "surprised" msgstr "" -#: ../../include/conversation.php:1418 -msgid "Posts that mention or involve you" +#: ../../include/text.php:1090 +msgid "Monday" msgstr "" -#: ../../include/conversation.php:1424 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:61 -msgid "New" +#: ../../include/text.php:1090 +msgid "Tuesday" msgstr "" -#: ../../include/conversation.php:1427 -msgid "Activity Stream - by date" +#: ../../include/text.php:1090 +msgid "Wednesday" msgstr "" -#: ../../include/conversation.php:1433 -msgid "Starred" +#: ../../include/text.php:1090 +msgid "Thursday" msgstr "" -#: ../../include/conversation.php:1436 -msgid "Favourite Posts" +#: ../../include/text.php:1090 +msgid "Friday" msgstr "" -#: ../../include/conversation.php:1443 -msgid "Spam" +#: ../../include/text.php:1090 +msgid "Saturday" msgstr "" -#: ../../include/conversation.php:1446 -msgid "Posts flagged as SPAM" +#: ../../include/text.php:1090 +msgid "Sunday" msgstr "" -#: ../../include/conversation.php:1480 ../../mod/admin.php:890 -msgid "Channel" +#: ../../include/text.php:1094 +msgid "January" msgstr "" -#: ../../include/conversation.php:1483 -msgid "Status Messages and Posts" +#: ../../include/text.php:1094 +msgid "February" msgstr "" -#: ../../include/conversation.php:1492 -msgid "About" +#: ../../include/text.php:1094 +msgid "March" msgstr "" -#: ../../include/conversation.php:1495 -msgid "Profile Details" +#: ../../include/text.php:1094 +msgid "April" msgstr "" -#: ../../include/conversation.php:1504 ../../include/photos.php:311 -msgid "Photo Albums" +#: ../../include/text.php:1094 +msgid "May" msgstr "" -#: ../../include/conversation.php:1513 -msgid "Files and Storage" +#: ../../include/text.php:1094 +msgid "June" msgstr "" -#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 -msgid "Chatrooms" +#: ../../include/text.php:1094 +msgid "July" msgstr "" -#: ../../include/conversation.php:1535 -msgid "Events and Calendar" +#: ../../include/text.php:1094 +msgid "August" msgstr "" -#: ../../include/conversation.php:1543 -msgid "Saved Bookmarks" +#: ../../include/text.php:1094 +msgid "September" msgstr "" -#: ../../include/conversation.php:1554 -msgid "Manage Webpages" +#: ../../include/text.php:1094 +msgid "October" msgstr "" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:84 -msgid "Default" +#: ../../include/text.php:1094 +msgid "November" msgstr "" -#: ../../include/message.php:18 -msgid "No recipient provided." +#: ../../include/text.php:1094 +msgid "December" msgstr "" -#: ../../include/message.php:23 -msgid "[no subject]" +#: ../../include/text.php:1172 +msgid "unknown.???" msgstr "" -#: ../../include/message.php:42 -msgid "Unable to determine sender." +#: ../../include/text.php:1173 +msgid "bytes" msgstr "" -#: ../../include/message.php:143 -msgid "Stored post could not be verified." +#: ../../include/text.php:1208 +msgid "remove category" msgstr "" -#: ../../include/activities.php:39 -msgid " and " +#: ../../include/text.php:1257 +msgid "remove from file" msgstr "" -#: ../../include/activities.php:47 -msgid "public profile" +#: ../../include/text.php:1318 ../../include/text.php:1330 +msgid "Click to open/close" msgstr "" -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../include/text.php:1485 ../../mod/events.php:344 +msgid "link to source" msgstr "" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" +#: ../../include/text.php:1504 +msgid "Select a page layout: " msgstr "" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../include/text.php:1507 ../../include/text.php:1572 +msgid "default" msgstr "" -#: ../../include/network.php:652 -msgid "view full size" +#: ../../include/text.php:1543 +msgid "Page content type: " msgstr "" -#: ../../include/bookmarks.php:42 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/text.php:1584 +msgid "Select an alternate language" msgstr "" -#: ../../include/taxonomy.php:210 -msgid "Tags" +#: ../../include/text.php:1705 ../../include/conversation.php:117 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:45 ../../mod/like.php:111 +msgid "photo" msgstr "" -#: ../../include/taxonomy.php:227 -msgid "Keywords" +#: ../../include/text.php:1708 ../../include/conversation.php:120 +#: ../../mod/tagger.php:49 +msgid "event" msgstr "" -#: ../../include/taxonomy.php:252 -msgid "have" +#: ../../include/text.php:1711 ../../include/conversation.php:145 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:111 +msgid "status" msgstr "" -#: ../../include/taxonomy.php:252 -msgid "has" +#: ../../include/text.php:1713 ../../include/conversation.php:147 +#: ../../mod/tagger.php:55 +msgid "comment" msgstr "" -#: ../../include/taxonomy.php:253 -msgid "want" +#: ../../include/text.php:1718 +msgid "activity" msgstr "" -#: ../../include/taxonomy.php:253 -msgid "wants" +#: ../../include/text.php:1977 +msgid "Design" msgstr "" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:205 -msgid "like" +#: ../../include/text.php:1979 +msgid "Blocks" msgstr "" -#: ../../include/taxonomy.php:254 -msgid "likes" +#: ../../include/text.php:1980 +msgid "Menus" msgstr "" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:206 -msgid "dislike" +#: ../../include/text.php:1981 +msgid "Layouts" msgstr "" -#: ../../include/taxonomy.php:255 -msgid "dislikes" +#: ../../include/text.php:1982 +msgid "Pages" msgstr "" -#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/menu.php:42 -#: ../../mod/editlayout.php:106 ../../mod/webpages.php:119 -#: ../../mod/thing.php:235 ../../mod/blocks.php:94 -#: ../../mod/filestorage.php:174 ../../mod/editpost.php:112 -#: ../../mod/settings.php:577 ../../mod/layouts.php:112 -#: ../../mod/connections.php:392 ../../mod/editblock.php:111 -#: ../../mod/editwebpage.php:143 ../../mod/menu.php:59 -msgid "Edit" -msgstr "" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/ItemObject.php:118 -msgid "save to folder" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" msgstr "" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 -msgid "View all" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" msgstr "" -#: ../../include/ItemObject.php:134 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "" -#: ../../include/ItemObject.php:139 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "" -#: ../../include/ItemObject.php:167 -msgid "add star" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/ItemObject.php:168 -msgid "remove star" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391 +#: ../../mod/directory.php:206 ../../mod/directory.php:211 +msgid "Find" msgstr "" -#: ../../include/ItemObject.php:169 -msgid "toggle star status" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" msgstr "" -#: ../../include/ItemObject.php:173 -msgid "starred" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" msgstr "" -#: ../../include/ItemObject.php:190 -msgid "add tag" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" msgstr "" -#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 -msgid "I like this (toggle)" +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" msgstr "" -#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 -msgid "I don't like this (toggle)" +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" msgstr "" -#: ../../include/ItemObject.php:208 -msgid "Share this" +#: ../../include/contact_widgets.php:58 ../../include/features.php:66 +#: ../../include/widgets.php:295 +msgid "Saved Folders" msgstr "" -#: ../../include/ItemObject.php:208 -msgid "share" +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:298 +msgid "Everything" msgstr "" -#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 +#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 +msgid "Categories" +msgstr "" + +#: ../../include/contact_widgets.php:125 #, php-format -msgid "View %s's profile - %s" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:130 ../../include/ItemObject.php:312 +#: ../../include/js_strings.php:7 +msgid "show more" msgstr "" -#: ../../include/ItemObject.php:234 -msgid "to" +#: ../../include/conversation.php:123 +msgid "channel" msgstr "" -#: ../../include/ItemObject.php:235 -msgid "via" +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/ItemObject.php:236 -msgid "Wall-to-Wall" +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/ItemObject.php:237 -msgid "via Wall-To-Wall:" +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/ItemObject.php:271 -msgid "Bookmark Links" +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/ItemObject.php:279 -msgctxt "noun" -msgid "Likes" +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" msgstr "" -#: ../../include/ItemObject.php:280 -msgctxt "noun" -msgid "Dislikes" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" msgstr "" -#: ../../include/ItemObject.php:285 ../../include/acl_selectors.php:247 -msgid "Close" +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" msgstr "" -#: ../../include/ItemObject.php:311 +#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 +msgid "Message is verified" +msgstr "" + +#: ../../include/conversation.php:666 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" +msgid "View %s's profile @ %s" +msgstr "" -#: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130 -#: ../../include/js_strings.php:7 -msgid "show more" +#: ../../include/conversation.php:680 +msgid "Categories:" msgstr "" -#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 -msgid "This is you" +#: ../../include/conversation.php:681 +msgid "Filed under:" msgstr "" -#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 -msgid "Comment" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:247 +#, php-format +msgid " from %s" msgstr "" -#: ../../include/ItemObject.php:579 ../../mod/group.php:81 -#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/events.php:481 -#: ../../mod/photos.php:565 ../../mod/photos.php:670 ../../mod/photos.php:953 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 ../../mod/import.php:387 -#: ../../mod/mood.php:142 ../../mod/chat.php:177 ../../mod/chat.php:211 -#: ../../mod/profiles.php:506 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/appman.php:91 ../../mod/poke.php:166 ../../mod/admin.php:441 -#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 -#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/invite.php:156 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" +#: ../../include/conversation.php:693 ../../include/ItemObject.php:250 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../include/ItemObject.php:580 -msgid "Bold" +#: ../../include/conversation.php:694 ../../include/ItemObject.php:251 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../include/ItemObject.php:581 -msgid "Italic" +#: ../../include/conversation.php:709 +msgid "View in context" msgstr "" -#: ../../include/ItemObject.php:582 -msgid "Underline" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:290 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 +#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 +#: ../../mod/photos.php:974 +msgid "Please wait" msgstr "" -#: ../../include/ItemObject.php:583 -msgid "Quote" +#: ../../include/conversation.php:838 +msgid "remove" msgstr "" -#: ../../include/ItemObject.php:584 -msgid "Code" +#: ../../include/conversation.php:842 +msgid "Loading..." msgstr "" -#: ../../include/ItemObject.php:585 -msgid "Image" +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" msgstr "" -#: ../../include/ItemObject.php:586 -msgid "Link" +#: ../../include/conversation.php:934 +msgid "View Source" msgstr "" -#: ../../include/ItemObject.php:587 -msgid "Video" +#: ../../include/conversation.php:935 +msgid "Follow Thread" msgstr "" -#: ../../include/items.php:306 ../../mod/group.php:68 -#: ../../mod/subthread.php:49 ../../mod/profperm.php:23 ../../mod/like.php:63 -#: ../../index.php:361 -msgid "Permission denied" +#: ../../include/conversation.php:936 +msgid "View Status" msgstr "" -#: ../../include/items.php:830 -msgid "(Unknown)" +#: ../../include/conversation.php:937 ../../include/nav.php:81 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +msgid "View Profile" msgstr "" -#: ../../include/items.php:3583 ../../mod/home.php:63 ../../mod/thing.php:78 -#: ../../mod/filestorage.php:18 ../../mod/viewsrc.php:18 -#: ../../mod/display.php:32 ../../mod/admin.php:159 ../../mod/admin.php:921 -#: ../../mod/admin.php:1124 -msgid "Item not found." +#: ../../include/conversation.php:938 +msgid "View Photos" msgstr "" -#: ../../include/items.php:3645 ../../include/attach.php:119 -#: ../../include/attach.php:166 ../../include/attach.php:229 -#: ../../include/attach.php:243 ../../include/attach.php:283 -#: ../../include/attach.php:297 ../../include/attach.php:322 -#: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/photos.php:15 ../../include/chat.php:116 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/editlayout.php:48 ../../mod/webpages.php:40 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/group.php:9 ../../mod/thing.php:247 ../../mod/thing.php:263 -#: ../../mod/thing.php:298 ../../mod/notifications.php:66 -#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/message.php:16 -#: ../../mod/mitem.php:73 ../../mod/item.php:179 ../../mod/item.php:187 -#: ../../mod/item.php:872 ../../mod/suggest.php:26 ../../mod/network.php:12 -#: ../../mod/bookmarks.php:46 ../../mod/channel.php:89 -#: ../../mod/channel.php:193 ../../mod/channel.php:236 -#: ../../mod/pdledit.php:21 ../../mod/sources.php:66 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 -#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 -#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 -#: ../../mod/authtest.php:13 ../../mod/fsuggest.php:78 -#: ../../mod/connedit.php:221 ../../mod/viewsrc.php:12 -#: ../../mod/achievements.php:27 ../../mod/editpost.php:13 -#: ../../mod/settings.php:492 ../../mod/setup.php:203 ../../mod/events.php:140 -#: ../../mod/photos.php:68 ../../mod/photos.php:526 ../../mod/delegate.php:6 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 -#: ../../mod/connections.php:169 ../../mod/page.php:30 ../../mod/page.php:80 -#: ../../mod/mood.php:119 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/editblock.php:34 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/menu.php:44 ../../mod/mail.php:108 -#: ../../mod/appman.php:58 ../../mod/poke.php:128 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/register.php:68 -#: ../../mod/manage.php:6 ../../mod/invite.php:13 ../../mod/invite.php:104 -#: ../../mod/common.php:35 ../../mod/regmod.php:18 ../../index.php:187 -#: ../../index.php:362 -msgid "Permission denied." +#: ../../include/conversation.php:939 +msgid "Matrix Activity" msgstr "" -#: ../../include/items.php:4007 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." +#: ../../include/conversation.php:940 +msgid "Edit Contact" msgstr "" -#: ../../include/items.php:4022 -msgid "Collection is empty." +#: ../../include/conversation.php:941 +msgid "Send PM" msgstr "" -#: ../../include/items.php:4029 +#: ../../include/conversation.php:998 #, php-format -msgid "Collection: %s" +msgid "%s likes this." msgstr "" -#: ../../include/items.php:4040 +#: ../../include/conversation.php:998 #, php-format -msgid "Connection: %s" +msgid "%s doesn't like this." msgstr "" -#: ../../include/items.php:4043 -msgid "Connection not found." +#: ../../include/conversation.php:1002 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1004 +#, 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:1010 +msgid "and" msgstr "" -#: ../../include/dir_fns.php:36 -msgid "Sort Options" +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/dir_fns.php:37 -msgid "Alphabetic" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/dir_fns.php:38 -msgid "Reverse Alphabetic" +#: ../../include/conversation.php:1071 +msgid "Visible to everybody" msgstr "" -#: ../../include/dir_fns.php:39 -msgid "Newest to Oldest" +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" msgstr "" -#: ../../include/dir_fns.php:51 -msgid "Enable Safe Search" +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/dir_fns.php:53 -msgid "Disable Safe Search" +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/dir_fns.php:55 -msgid "Safe Mode" +#: ../../include/conversation.php:1075 +msgid "Tag term:" msgstr "" -#: ../../include/security.php:301 -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/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" msgstr "" -#: ../../include/notify.php:23 -msgid "created a new post" +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" msgstr "" -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" +#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/enotify.php:41 -msgid "Red Matrix Notification" +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:973 +msgid "Share" msgstr "" -#: ../../include/enotify.php:42 -msgid "redmatrix" +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" msgstr "" -#: ../../include/enotify.php:44 -msgid "Thank You," +#: ../../include/conversation.php:1107 +msgid "Post as" msgstr "" -#: ../../include/enotify.php:46 -#, php-format -msgid "%s Administrator" +#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 +#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 +msgid "Upload photo" msgstr "" -#: ../../include/enotify.php:81 -#, php-format -msgid "%s " +#: ../../include/conversation.php:1109 +msgid "upload photo" msgstr "" -#: ../../include/enotify.php:85 -#, php-format -msgid "[Red:Notify] New mail received at %s" +#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 +#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 +msgid "Attach file" msgstr "" -#: ../../include/enotify.php:87 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." +#: ../../include/conversation.php:1111 +msgid "attach file" msgstr "" -#: ../../include/enotify.php:88 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 +#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 +msgid "Insert web link" msgstr "" -#: ../../include/enotify.php:88 -msgid "a private message" +#: ../../include/conversation.php:1113 +msgid "web link" msgstr "" -#: ../../include/enotify.php:89 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../include/conversation.php:1114 +msgid "Insert video link" +msgstr "" + +#: ../../include/conversation.php:1115 +msgid "video link" +msgstr "" + +#: ../../include/conversation.php:1116 +msgid "Insert audio link" +msgstr "" + +#: ../../include/conversation.php:1117 +msgid "audio link" +msgstr "" + +#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 +#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1119 +msgid "set location" +msgstr "" + +#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 +#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1121 +msgid "clear location" +msgstr "" + +#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 +#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 +#: ../../mod/editwebpage.php:167 +msgid "Set title" +msgstr "" + +#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/enotify.php:144 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 +#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" msgstr "" -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +#: ../../include/conversation.php:1129 +msgid "permissions" msgstr "" -#: ../../include/enotify.php:161 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 +#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:162 +msgid "Public post" msgstr "" -#: ../../include/enotify.php:172 -#, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." +#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 +#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 +msgid "Set expiration date" msgstr "" -#: ../../include/enotify.php:176 ../../include/enotify.php:191 -#: ../../include/enotify.php:217 ../../include/enotify.php:236 -#: ../../include/enotify.php:250 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:591 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" msgstr "" -#: ../../include/enotify.php:182 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" msgstr "" -#: ../../include/enotify.php:184 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 +msgid "Cancel" msgstr "" -#: ../../include/enotify.php:186 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +#: ../../include/conversation.php:1392 +msgid "Discover" msgstr "" -#: ../../include/enotify.php:210 -#, php-format -msgid "[Red:Notify] %s tagged you" +#: ../../include/conversation.php:1395 +msgid "Imported public streams" msgstr "" -#: ../../include/enotify.php:211 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" +#: ../../include/conversation.php:1400 +msgid "Commented Order" msgstr "" -#: ../../include/enotify.php:212 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +#: ../../include/conversation.php:1403 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/enotify.php:225 -#, php-format -msgid "[Red:Notify] %1$s poked you" +#: ../../include/conversation.php:1407 +msgid "Posted Order" msgstr "" -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" +#: ../../include/conversation.php:1410 +msgid "Sort by Post Date" msgstr "" -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +#: ../../include/conversation.php:1415 ../../include/widgets.php:81 +msgid "Personal" msgstr "" -#: ../../include/enotify.php:243 -#, php-format -msgid "[Red:Notify] %s tagged your post" +#: ../../include/conversation.php:1418 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/enotify.php:244 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" +#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 +msgid "New" msgstr "" -#: ../../include/enotify.php:245 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +#: ../../include/conversation.php:1427 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/enotify.php:257 -msgid "[Red:Notify] Introduction received" +#: ../../include/conversation.php:1433 +msgid "Starred" msgstr "" -#: ../../include/enotify.php:258 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +#: ../../include/conversation.php:1436 +msgid "Favourite Posts" msgstr "" -#: ../../include/enotify.php:259 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +#: ../../include/conversation.php:1443 +msgid "Spam" msgstr "" -#: ../../include/enotify.php:263 ../../include/enotify.php:282 -#, php-format -msgid "You may visit their profile at %s" +#: ../../include/conversation.php:1446 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to approve or reject the connection request." +#: ../../include/conversation.php:1480 ../../mod/admin.php:890 +msgid "Channel" msgstr "" -#: ../../include/enotify.php:272 -msgid "[Red:Notify] Friend suggestion received" +#: ../../include/conversation.php:1483 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +#: ../../include/conversation.php:1492 +msgid "About" msgstr "" -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." +#: ../../include/conversation.php:1495 +msgid "Profile Details" msgstr "" -#: ../../include/enotify.php:280 -msgid "Name:" +#: ../../include/conversation.php:1513 +msgid "Files and Storage" msgstr "" -#: ../../include/enotify.php:281 -msgid "Photo:" +#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 +msgid "Chatrooms" msgstr "" -#: ../../include/enotify.php:284 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../include/conversation.php:1535 +msgid "Events and Calendar" msgstr "" -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." +#: ../../include/conversation.php:1543 +msgid "Saved Bookmarks" msgstr "" -#: ../../include/attach.php:335 -msgid "No source file." +#: ../../include/conversation.php:1554 +msgid "Manage Webpages" msgstr "" -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" msgstr "" -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" msgstr "" -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" msgstr "" -#: ../../include/attach.php:393 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" msgstr "" -#: ../../include/attach.php:475 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/datetime.php:275 +msgid "never" msgstr "" -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/datetime.php:281 +msgid "less than a second ago" msgstr "" -#: ../../include/attach.php:528 ../../include/attach.php:545 -msgid "Path not available." +#: ../../include/datetime.php:284 +msgid "years" msgstr "" -#: ../../include/attach.php:590 -msgid "Empty pathname" +#: ../../include/datetime.php:285 +msgid "months" msgstr "" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" +#: ../../include/datetime.php:286 +msgid "week" msgstr "" -#: ../../include/attach.php:630 -msgid "Path not found." +#: ../../include/datetime.php:286 +msgid "weeks" msgstr "" -#: ../../include/attach.php:674 -msgid "mkdir failed." +#: ../../include/datetime.php:287 +msgid "days" msgstr "" -#: ../../include/attach.php:678 -msgid "database storage failed." +#: ../../include/datetime.php:288 +msgid "hour" msgstr "" -#: ../../include/page_widgets.php:6 -msgid "New Page" +#: ../../include/datetime.php:288 +msgid "hours" msgstr "" -#: ../../include/page_widgets.php:39 ../../mod/webpages.php:122 -#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 -msgid "View" +#: ../../include/datetime.php:289 +msgid "minute" msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 -msgid "Actions" +#: ../../include/datetime.php:289 +msgid "minutes" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 -msgid "Page Link" +#: ../../include/datetime.php:290 +msgid "second" msgstr "" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 -msgid "Title" +#: ../../include/datetime.php:290 +msgid "seconds" msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 -msgid "Created" +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 -msgid "Edited" +#: ../../include/dir_fns.php:36 +msgid "Sort Options" msgstr "" -#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 -#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:655 ../../mod/photos.php:677 -msgid "Profile Photos" +#: ../../include/dir_fns.php:37 +msgid "Alphabetic" msgstr "" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/dir_fns.php:38 +msgid "Reverse Alphabetic" msgstr "" -#: ../../include/photos.php:96 -msgid "Image file is empty." +#: ../../include/dir_fns.php:39 +msgid "Newest to Oldest" msgstr "" -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 -msgid "Unable to process image" +#: ../../include/dir_fns.php:51 +msgid "Enable Safe Search" msgstr "" -#: ../../include/photos.php:186 -msgid "Photo storage failed." +#: ../../include/dir_fns.php:53 +msgid "Disable Safe Search" msgstr "" -#: ../../include/photos.php:315 ../../mod/photos.php:693 -#: ../../mod/photos.php:1190 -msgid "Upload New Photos" +#: ../../include/dir_fns.php:55 +msgid "Safe Mode" msgstr "" -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Male" +#: ../../include/enotify.php:42 +msgid "redmatrix" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Female" +#: ../../include/enotify.php:44 +msgid "Thank You," msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../include/enotify.php:81 +#, php-format +msgid "%s " msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../include/enotify.php:88 +msgid "a private message" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../include/enotify.php:89 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Other" +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Males" +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Females" +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Gay" +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "No Preference" +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Virgin" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Deviant" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Fetish" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Oodles" +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Single" +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lonely" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Available" +#: ../../include/enotify.php:259 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" +#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#, php-format +msgid "You may visit their profile at %s" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Has crush" +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Dating" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" +#: ../../include/enotify.php:274 +#, 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:42 -msgid "Sex Addict" +#: ../../include/enotify.php:280 +msgid "Name:" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" +#: ../../include/enotify.php:281 +msgid "Photo:" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Casual" +#: ../../include/enotify.php:284 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Engaged" +#: ../../include/features.php:23 +msgid "General Features" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Married" +#: ../../include/features.php:25 +msgid "Content Expiration" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Partners" +#: ../../include/features.php:26 +msgid "Multiple Profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Common law" +#: ../../include/features.php:27 +msgid "Web Pages" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Happy" +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Not looking" +#: ../../include/features.php:28 +msgid "Private Notes" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Swinger" +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Separated" +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unstable" +#: ../../include/features.php:34 +msgid "Expert Mode" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Divorced" +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" +#: ../../include/features.php:35 +msgid "Premium Channel" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Widowed" +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" +#: ../../include/features.php:40 +msgid "Post Composition Features" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" +#: ../../include/features.php:41 +msgid "Richtext Editor" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Don't care" +#: ../../include/features.php:41 +msgid "Enable richtext editor" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Ask me" +#: ../../include/features.php:42 +msgid "Post Preview" msgstr "" -#: ../../include/plugin.php:486 ../../include/plugin.php:488 -msgid "Click here to upgrade." +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/plugin.php:494 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/features.php:43 ../../include/widgets.php:502 +#: ../../mod/sources.php:88 +msgid "Channel Sources" msgstr "" -#: ../../include/plugin.php:499 -msgid "This action is not available under your subscription plan." +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/acl_selectors.php:238 -msgid "Visible to everybody" +#: ../../include/features.php:44 +msgid "Even More Encryption" msgstr "" -#: ../../include/acl_selectors.php:239 -msgid "Show" +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/acl_selectors.php:240 -msgid "Don't show" +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/acl_selectors.php:246 ../../mod/filestorage.php:126 -#: ../../mod/photos.php:606 ../../mod/photos.php:949 ../../mod/chat.php:209 -msgid "Permissions" +#: ../../include/features.php:50 +msgid "Search by Date" msgstr "" -#: ../../include/account.php:23 -msgid "Not a valid email address" +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" +#: ../../include/features.php:51 +msgid "Collections Filter" msgstr "" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/account.php:64 -msgid "An invitation is required." +#: ../../include/features.php:52 ../../include/widgets.php:264 +msgid "Saved Searches" msgstr "" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." +#: ../../include/features.php:52 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/account.php:119 -msgid "Please enter the required information." +#: ../../include/features.php:53 +msgid "Network Personal Tab" msgstr "" -#: ../../include/account.php:187 -msgid "Failed to store account information." +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/account.php:273 -#, php-format -msgid "Registration request at %s" +#: ../../include/features.php:54 +msgid "Network New Tab" msgstr "" -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 -msgid "Administrator" +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/account.php:297 -msgid "your registration password" +#: ../../include/features.php:55 +msgid "Affinity Tool" msgstr "" -#: ../../include/account.php:300 ../../include/account.php:357 -#, php-format -msgid "Registration details for %s" +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/account.php:366 -msgid "Account approved." +#: ../../include/features.php:56 +msgid "Suggest Channels" msgstr "" -#: ../../include/account.php:400 -#, php-format -msgid "Registration revoked for %s" +#: ../../include/features.php:56 +msgid "Show channel suggestions" msgstr "" -#: ../../include/Contact.php:123 -msgid "New window" +#: ../../include/features.php:61 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/features.php:63 +msgid "Edit Sent Posts" msgstr "" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" +#: ../../include/features.php:64 +msgid "Tagging" msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" +#: ../../include/features.php:65 +msgid "Post Categories" msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" +#: ../../include/features.php:65 +msgid "Add categories to your posts" msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/contact_selectors.php:54 -msgid "Frequently" +#: ../../include/features.php:67 +msgid "Dislike Posts" msgstr "" -#: ../../include/contact_selectors.php:55 -msgid "Hourly" +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" +#: ../../include/features.php:68 +msgid "Star Posts" msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Daily" +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Weekly" +#: ../../include/features.php:69 +msgid "Tag Cloud" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Monthly" +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/contact_selectors.php:74 -msgid "Friendica" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/contact_selectors.php:75 -msgid "OStatus" +#: ../../include/follow.php:28 +msgid "Channel location missing." msgstr "" -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1453 -msgid "Email" +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" +#: ../../include/follow.php:132 +msgid "Channel discovery failed." msgstr "" -#: ../../include/contact_selectors.php:79 -msgid "Facebook" +#: ../../include/follow.php:149 +msgid "local account not found." msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "Zot!" +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" +#: ../../include/group.php:25 +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/contact_selectors.php:82 -msgid "XMPP/IM" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "MySpace" +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" msgstr "" -#: ../../include/apps.php:109 ../../include/identity.php:942 -#: ../../include/identity.php:1031 ../../mod/profperm.php:112 -msgid "Profile" +#: ../../include/group.php:264 +msgid "edit" msgstr "" -#: ../../include/apps.php:151 ../../mod/settings.php:79 -#: ../../mod/settings.php:541 -msgid "Update" +#: ../../include/group.php:285 +msgid "Collections" msgstr "" -#: ../../include/apps.php:151 -msgid "Install" +#: ../../include/group.php:286 +msgid "Edit collection" msgstr "" -#: ../../include/apps.php:231 ../../include/apps.php:279 -#: ../../mod/connedit.php:434 -msgid "Unknown" +#: ../../include/group.php:287 +msgid "Create a new collection" msgstr "" -#: ../../include/auth.php:79 -msgid "Logged out." +#: ../../include/group.php:288 +msgid "Channels not in any collection" msgstr "" -#: ../../include/auth.php:198 -msgid "Failed authentication" +#: ../../include/group.php:290 ../../include/widgets.php:265 +msgid "add" msgstr "" -#: ../../include/auth.php:213 ../../mod/openid.php:188 -msgid "Login failed." +#: ../../include/identity.php:30 ../../mod/item.php:1244 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/text.php:320 -msgid "prev" +#: ../../include/identity.php:63 +msgid "Empty name" msgstr "" -#: ../../include/text.php:322 -msgid "first" +#: ../../include/identity.php:65 +msgid "Name too long" msgstr "" -#: ../../include/text.php:351 -msgid "last" +#: ../../include/identity.php:166 +msgid "No account identifier" msgstr "" -#: ../../include/text.php:354 -msgid "next" +#: ../../include/identity.php:176 +msgid "Nickname is required." msgstr "" -#: ../../include/text.php:366 -msgid "older" +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/text.php:368 -msgid "newer" +#: ../../include/identity.php:195 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/text.php:729 -msgid "No connections" +#: ../../include/identity.php:258 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/text.php:742 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:754 -msgid "View Connections" +#: ../../include/identity.php:317 +msgid "Default Profile" msgstr "" -#: ../../include/text.php:895 -msgid "poke" +#: ../../include/identity.php:342 ../../include/profile_selectors.php:42 +#: ../../include/widgets.php:399 ../../mod/connedit.php:431 +msgid "Friends" msgstr "" -#: ../../include/text.php:896 -msgid "ping" +#: ../../include/identity.php:509 +msgid "Requested channel is not available." msgstr "" -#: ../../include/text.php:896 -msgid "pinged" +#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 +#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 +#: ../../mod/webpages.php:8 +msgid "Requested profile is not available." msgstr "" -#: ../../include/text.php:897 -msgid "prod" +#: ../../include/identity.php:689 ../../mod/profiles.php:603 +msgid "Change profile photo" msgstr "" -#: ../../include/text.php:897 -msgid "prodded" +#: ../../include/identity.php:695 +msgid "Profiles" msgstr "" -#: ../../include/text.php:898 -msgid "slap" +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" msgstr "" -#: ../../include/text.php:898 -msgid "slapped" +#: ../../include/identity.php:696 ../../mod/profiles.php:604 +msgid "Create New Profile" msgstr "" -#: ../../include/text.php:899 -msgid "finger" +#: ../../include/identity.php:699 +msgid "Edit Profile" msgstr "" -#: ../../include/text.php:899 -msgid "fingered" +#: ../../include/identity.php:710 ../../mod/profiles.php:615 +msgid "Profile Image" msgstr "" -#: ../../include/text.php:900 -msgid "rebuff" +#: ../../include/identity.php:713 ../../mod/profiles.php:618 +msgid "visible to everybody" msgstr "" -#: ../../include/text.php:900 -msgid "rebuffed" +#: ../../include/identity.php:714 ../../mod/profiles.php:619 +msgid "Edit visibility" msgstr "" -#: ../../include/text.php:909 -msgid "happy" +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:158 +msgid "Gender:" msgstr "" -#: ../../include/text.php:910 -msgid "sad" +#: ../../include/identity.php:729 ../../include/identity.php:977 +#: ../../mod/directory.php:160 +msgid "Status:" msgstr "" -#: ../../include/text.php:911 -msgid "mellow" +#: ../../include/identity.php:730 ../../include/identity.php:988 +#: ../../mod/directory.php:162 +msgid "Homepage:" msgstr "" -#: ../../include/text.php:912 -msgid "tired" +#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +msgid "Online Now" msgstr "" -#: ../../include/text.php:913 -msgid "perky" +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" msgstr "" -#: ../../include/text.php:914 -msgid "angry" +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" msgstr "" -#: ../../include/text.php:915 -msgid "stupified" +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" msgstr "" -#: ../../include/text.php:916 -msgid "puzzled" +#: ../../include/identity.php:854 +msgid "Birthday Reminders" msgstr "" -#: ../../include/text.php:917 -msgid "interested" +#: ../../include/identity.php:855 +msgid "Birthdays this week:" msgstr "" -#: ../../include/text.php:918 -msgid "bitter" +#: ../../include/identity.php:910 +msgid "[No description]" msgstr "" -#: ../../include/text.php:919 -msgid "cheerful" +#: ../../include/identity.php:928 +msgid "Event Reminders" msgstr "" -#: ../../include/text.php:920 -msgid "alive" +#: ../../include/identity.php:929 +msgid "Events this week:" msgstr "" -#: ../../include/text.php:921 -msgid "annoyed" +#: ../../include/identity.php:950 ../../mod/settings.php:937 +msgid "Full Name:" msgstr "" -#: ../../include/text.php:922 -msgid "anxious" +#: ../../include/identity.php:962 +msgid "j F, Y" msgstr "" -#: ../../include/text.php:923 -msgid "cranky" +#: ../../include/identity.php:963 +msgid "j F" msgstr "" -#: ../../include/text.php:924 -msgid "disturbed" +#: ../../include/identity.php:970 +msgid "Birthday:" msgstr "" -#: ../../include/text.php:925 -msgid "frustrated" +#: ../../include/identity.php:974 +msgid "Age:" msgstr "" -#: ../../include/text.php:926 -msgid "depressed" +#: ../../include/identity.php:983 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/text.php:927 -msgid "motivated" +#: ../../include/identity.php:986 ../../mod/profiles.php:526 +msgid "Sexual Preference:" msgstr "" -#: ../../include/text.php:928 -msgid "relaxed" +#: ../../include/identity.php:990 ../../mod/profiles.php:528 +msgid "Hometown:" msgstr "" -#: ../../include/text.php:929 -msgid "surprised" +#: ../../include/identity.php:992 +msgid "Tags:" msgstr "" -#: ../../include/text.php:1090 -msgid "Monday" +#: ../../include/identity.php:994 ../../mod/profiles.php:529 +msgid "Political Views:" msgstr "" -#: ../../include/text.php:1090 -msgid "Tuesday" +#: ../../include/identity.php:996 +msgid "Religion:" msgstr "" -#: ../../include/text.php:1090 -msgid "Wednesday" +#: ../../include/identity.php:998 ../../mod/directory.php:164 +msgid "About:" msgstr "" -#: ../../include/text.php:1090 -msgid "Thursday" +#: ../../include/identity.php:1000 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/text.php:1090 -msgid "Friday" +#: ../../include/identity.php:1002 ../../mod/profiles.php:532 +msgid "Likes:" msgstr "" -#: ../../include/text.php:1090 -msgid "Saturday" +#: ../../include/identity.php:1004 ../../mod/profiles.php:533 +msgid "Dislikes:" msgstr "" -#: ../../include/text.php:1090 -msgid "Sunday" +#: ../../include/identity.php:1007 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/text.php:1094 -msgid "January" +#: ../../include/identity.php:1009 +msgid "My other channels:" msgstr "" -#: ../../include/text.php:1094 -msgid "February" +#: ../../include/identity.php:1011 +msgid "Musical interests:" msgstr "" -#: ../../include/text.php:1094 -msgid "March" +#: ../../include/identity.php:1013 +msgid "Books, literature:" msgstr "" -#: ../../include/text.php:1094 -msgid "April" +#: ../../include/identity.php:1015 +msgid "Television:" msgstr "" -#: ../../include/text.php:1094 -msgid "May" +#: ../../include/identity.php:1017 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/text.php:1094 -msgid "June" +#: ../../include/identity.php:1019 +msgid "Love/Romance:" msgstr "" -#: ../../include/text.php:1094 -msgid "July" +#: ../../include/identity.php:1021 +msgid "Work/employment:" msgstr "" -#: ../../include/text.php:1094 -msgid "August" +#: ../../include/identity.php:1023 +msgid "School/education:" msgstr "" -#: ../../include/text.php:1094 -msgid "September" +#: ../../include/ItemObject.php:118 +msgid "save to folder" msgstr "" -#: ../../include/text.php:1094 -msgid "October" +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" msgstr "" -#: ../../include/text.php:1094 -msgid "November" -msgstr "" +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1094 -msgid "December" -msgstr "" +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1172 -msgid "unknown.???" +#: ../../include/ItemObject.php:167 +msgid "add star" msgstr "" -#: ../../include/text.php:1173 -msgid "bytes" +#: ../../include/ItemObject.php:168 +msgid "remove star" msgstr "" -#: ../../include/text.php:1208 -msgid "remove category" +#: ../../include/ItemObject.php:169 +msgid "toggle star status" msgstr "" -#: ../../include/text.php:1257 -msgid "remove from file" +#: ../../include/ItemObject.php:173 +msgid "starred" msgstr "" -#: ../../include/text.php:1318 ../../include/text.php:1330 -msgid "Click to open/close" +#: ../../include/ItemObject.php:190 +msgid "add tag" msgstr "" -#: ../../include/text.php:1485 ../../mod/events.php:344 -msgid "link to source" +#: ../../include/ItemObject.php:205 ../../mod/photos.php:971 +msgid "I like this (toggle)" msgstr "" -#: ../../include/text.php:1504 -msgid "Select a page layout: " +#: ../../include/ItemObject.php:206 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/text.php:1507 ../../include/text.php:1572 -msgid "default" +#: ../../include/ItemObject.php:208 +msgid "Share this" msgstr "" -#: ../../include/text.php:1543 -msgid "Page content type: " +#: ../../include/ItemObject.php:208 +msgid "share" msgstr "" -#: ../../include/text.php:1584 -msgid "Select an alternate language" +#: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/text.php:1718 -msgid "activity" +#: ../../include/ItemObject.php:234 +msgid "to" msgstr "" -#: ../../include/text.php:1977 -msgid "Design" +#: ../../include/ItemObject.php:235 +msgid "via" msgstr "" -#: ../../include/text.php:1979 -msgid "Blocks" +#: ../../include/ItemObject.php:236 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/text.php:1980 -msgid "Menus" +#: ../../include/ItemObject.php:237 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/text.php:1981 -msgid "Layouts" +#: ../../include/ItemObject.php:271 +msgid "Bookmark Links" msgstr "" -#: ../../include/text.php:1982 -msgid "Pages" +#: ../../include/ItemObject.php:279 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/chat.php:10 -msgid "Missing room name" +#: ../../include/ItemObject.php:280 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "" +#: ../../include/ItemObject.php:311 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." +#: ../../include/ItemObject.php:576 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" msgstr "" -#: ../../include/chat.php:105 -msgid "Room not found." +#: ../../include/ItemObject.php:578 ../../include/js_strings.php:6 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" msgstr "" -#: ../../include/chat.php:126 -msgid "Room is full" +#: ../../include/ItemObject.php:579 ../../mod/mood.php:142 +#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 +#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 +#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/events.php:481 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/appman.php:95 +#: ../../mod/filestorage.php:135 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/thing.php:283 ../../mod/thing.php:326 +#: ../../mod/import.php:387 ../../mod/invite.php:156 ../../mod/mail.php:223 +#: ../../mod/mail.php:335 ../../mod/photos.php:565 ../../mod/photos.php:670 +#: ../../mod/photos.php:953 ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" msgstr "" -#: ../../include/features.php:23 -msgid "General Features" +#: ../../include/ItemObject.php:580 +msgid "Bold" msgstr "" -#: ../../include/features.php:25 -msgid "Content Expiration" +#: ../../include/ItemObject.php:581 +msgid "Italic" msgstr "" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/ItemObject.php:582 +msgid "Underline" msgstr "" -#: ../../include/features.php:26 -msgid "Multiple Profiles" +#: ../../include/ItemObject.php:583 +msgid "Quote" msgstr "" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" +#: ../../include/ItemObject.php:584 +msgid "Code" msgstr "" -#: ../../include/features.php:27 -msgid "Web Pages" +#: ../../include/ItemObject.php:585 +msgid "Image" msgstr "" -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" +#: ../../include/ItemObject.php:586 +msgid "Link" msgstr "" -#: ../../include/features.php:28 -msgid "Private Notes" +#: ../../include/ItemObject.php:587 +msgid "Video" msgstr "" -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" +#: ../../include/js_strings.php:8 +msgid "show fewer" msgstr "" -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." +#: ../../include/js_strings.php:9 +msgid "+ Show More" msgstr "" -#: ../../include/features.php:34 -msgid "Expert Mode" +#: ../../include/js_strings.php:10 +msgid "- Show Less" msgstr "" -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/features.php:35 -msgid "Premium Channel" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" msgstr "" -#: ../../include/features.php:40 -msgid "Post Composition Features" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/features.php:41 -msgid "Richtext Editor" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/features.php:41 -msgid "Enable richtext editor" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/features.php:42 -msgid "Post Preview" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" +#: ../../include/js_strings.php:19 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/js_strings.php:20 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/features.php:44 -msgid "Even More Encryption" +#: ../../include/js_strings.php:21 +msgid "ago" msgstr "" -#: ../../include/features.php:44 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/js_strings.php:22 +msgid "from now" msgstr "" -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" +#: ../../include/js_strings.php:23 +msgid "less than a minute" msgstr "" -#: ../../include/features.php:50 -msgid "Search by Date" +#: ../../include/js_strings.php:24 +msgid "about a minute" msgstr "" -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../include/features.php:51 -msgid "Collections Filter" +#: ../../include/js_strings.php:26 +msgid "about an hour" msgstr "" -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" +#: ../../include/js_strings.php:27 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../include/features.php:52 -msgid "Save search terms for re-use" +#: ../../include/js_strings.php:28 +msgid "a day" msgstr "" -#: ../../include/features.php:53 -msgid "Network Personal Tab" +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/js_strings.php:30 +msgid "about a month" msgstr "" -#: ../../include/features.php:54 -msgid "Network New Tab" +#: ../../include/js_strings.php:31 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" +#: ../../include/js_strings.php:32 +msgid "about a year" msgstr "" -#: ../../include/features.php:55 -msgid "Affinity Tool" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" +#: ../../include/js_strings.php:34 +msgid " " msgstr "" -#: ../../include/features.php:56 -msgid "Suggest Channels" +#: ../../include/js_strings.php:35 +msgid "timeago.numbers" msgstr "" -#: ../../include/features.php:56 -msgid "Show channel suggestions" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../include/features.php:61 -msgid "Post/Comment Tools" +#: ../../include/message.php:23 +msgid "[no subject]" msgstr "" -#: ../../include/features.php:63 -msgid "Edit Sent Posts" +#: ../../include/message.php:42 +msgid "Unable to determine sender." msgstr "" -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" +#: ../../include/message.php:143 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/features.php:64 -msgid "Tagging" +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450 +msgid "Logout" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" msgstr "" -#: ../../include/features.php:65 -msgid "Post Categories" +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" msgstr "" -#: ../../include/features.php:65 -msgid "Add categories to your posts" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" msgstr "" -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" +#: ../../include/nav.php:81 +msgid "Your profile page" msgstr "" -#: ../../include/features.php:67 -msgid "Dislike Posts" +#: ../../include/nav.php:83 +msgid "Edit Profiles" msgstr "" -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/features.php:68 -msgid "Star Posts" +#: ../../include/nav.php:84 +msgid "Your photos" msgstr "" -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/nav.php:85 +msgid "Your files" msgstr "" -#: ../../include/features.php:69 -msgid "Tag Cloud" +#: ../../include/nav.php:86 +msgid "Your chatrooms" msgstr "" -#: ../../include/features.php:69 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/nav.php:87 +msgid "Your events" msgstr "" -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" +#: ../../include/nav.php:88 +msgid "Your bookmarks" msgstr "" -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" +#: ../../include/nav.php:90 +msgid "Your webpages" msgstr "" -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" +#: ../../include/nav.php:94 +msgid "Sign in" msgstr "" -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" +#: ../../include/nav.php:111 +#, php-format +msgid "%s - click to logout" msgstr "" -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" +#: ../../include/nav.php:130 +msgid "Home Page" msgstr "" -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427 +msgid "Register" msgstr "" -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/nav.php:134 +msgid "Create an account" msgstr "" -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" +#: ../../include/nav.php:139 +msgid "Help and documentation" msgstr "" -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" +#: ../../include/nav.php:142 ../../include/widgets.php:79 +#: ../../mod/apps.php:17 ../../mod/apps.php:36 +msgid "Apps" msgstr "" -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" +#: ../../include/nav.php:142 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/nav.php:144 +msgid "Search site content" msgstr "" -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/nav.php:147 +msgid "Channel Locator" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" +#: ../../include/nav.php:158 +msgid "Your matrix" msgstr "" -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" msgstr "" -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" +#: ../../include/nav.php:161 +msgid "Channel home" msgstr "" -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:385 +msgid "Connections" msgstr "" -#: ../../include/permissions.php:33 -msgid "Can administer my channel resources" +#: ../../include/nav.php:168 +msgid "Notices" msgstr "" -#: ../../include/permissions.php:33 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/nav.php:168 +msgid "Notifications" msgstr "" -#: ../../include/zot.php:587 -msgid "Invalid data packet" +#: ../../include/nav.php:169 +msgid "See all notifications" msgstr "" -#: ../../include/zot.php:597 -msgid "Unable to verify channel signature" +#: ../../include/nav.php:170 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" msgstr "" -#: ../../include/zot.php:794 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/nav.php:172 +msgid "Private mail" msgstr "" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:173 +msgid "See all private messages" +msgstr "" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 -msgid "Advanced" +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../include/nav.php:175 +msgid "Inbox" msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../include/nav.php:176 +msgid "Outbox" msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../include/nav.php:177 ../../include/widgets.php:535 +msgid "New Message" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/nav.php:180 +msgid "Event Calendar" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:206 -#: ../../mod/directory.php:211 ../../mod/connections.php:391 -msgid "Find" +#: ../../include/nav.php:181 +msgid "See all events" msgstr "" -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" +#: ../../include/nav.php:182 +msgid "Mark all events seen" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" +#: ../../include/nav.php:184 +msgid "Manage Your Channels" msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" +#: ../../include/nav.php:195 ../../mod/admin.php:117 +msgid "Admin" msgstr "" -#: ../../include/contact_widgets.php:125 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" +msgstr "" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" +#: ../../include/nav.php:220 +msgid "Nothing new here" msgstr "" -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" +#: ../../include/nav.php:224 +msgid "Please wait..." msgstr "" -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" +#: ../../include/network.php:652 +msgid "view full size" msgstr "" -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" +#: ../../include/plugin.php:486 ../../include/plugin.php:488 +msgid "Click here to upgrade." msgstr "" -#: ../../include/datetime.php:275 -msgid "never" +#: ../../include/plugin.php:494 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/datetime.php:281 -msgid "less than a second ago" +#: ../../include/plugin.php:499 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/datetime.php:284 -msgid "years" +#: ../../include/profile_selectors.php:6 +msgid "Male" msgstr "" -#: ../../include/datetime.php:285 -msgid "months" +#: ../../include/profile_selectors.php:6 +msgid "Female" msgstr "" -#: ../../include/datetime.php:286 -msgid "week" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../include/datetime.php:286 -msgid "weeks" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../include/datetime.php:287 -msgid "days" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../include/datetime.php:288 -msgid "hour" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../include/datetime.php:288 -msgid "hours" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../include/datetime.php:289 -msgid "minute" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../include/datetime.php:289 -msgid "minutes" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../include/datetime.php:290 -msgid "second" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../include/datetime.php:290 -msgid "seconds" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1244 -msgid "Unable to obtain identity information from database" +#: ../../include/profile_selectors.php:6 +msgid "Other" msgstr "" -#: ../../include/identity.php:63 -msgid "Empty name" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../include/identity.php:65 -msgid "Name too long" +#: ../../include/profile_selectors.php:23 +msgid "Males" msgstr "" -#: ../../include/identity.php:166 -msgid "No account identifier" +#: ../../include/profile_selectors.php:23 +msgid "Females" msgstr "" -#: ../../include/identity.php:176 -msgid "Nickname is required." +#: ../../include/profile_selectors.php:23 +msgid "Gay" msgstr "" -#: ../../include/identity.php:190 -msgid "Reserved nickname. Please choose another." +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" msgstr "" -#: ../../include/identity.php:195 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/profile_selectors.php:23 +msgid "No Preference" msgstr "" -#: ../../include/identity.php:258 -msgid "Unable to retrieve created identity" +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" msgstr "" -#: ../../include/identity.php:317 -msgid "Default Profile" +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" msgstr "" -#: ../../include/identity.php:509 -msgid "Requested channel is not available." +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" msgstr "" -#: ../../include/identity.php:557 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/blocks.php:10 -#: ../../mod/filestorage.php:40 ../../mod/achievements.php:8 -#: ../../mod/layouts.php:8 ../../mod/profile.php:16 -msgid "Requested profile is not available." +#: ../../include/profile_selectors.php:23 +msgid "Virgin" msgstr "" -#: ../../include/identity.php:689 ../../mod/profiles.php:603 -msgid "Change profile photo" +#: ../../include/profile_selectors.php:23 +msgid "Deviant" msgstr "" -#: ../../include/identity.php:695 -msgid "Profiles" +#: ../../include/profile_selectors.php:23 +msgid "Fetish" msgstr "" -#: ../../include/identity.php:695 -msgid "Manage/edit profiles" +#: ../../include/profile_selectors.php:23 +msgid "Oodles" msgstr "" -#: ../../include/identity.php:696 ../../mod/profiles.php:604 -msgid "Create New Profile" +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" msgstr "" -#: ../../include/identity.php:699 -msgid "Edit Profile" +#: ../../include/profile_selectors.php:42 +msgid "Single" msgstr "" -#: ../../include/identity.php:710 ../../mod/profiles.php:615 -msgid "Profile Image" +#: ../../include/profile_selectors.php:42 +msgid "Lonely" msgstr "" -#: ../../include/identity.php:713 ../../mod/profiles.php:618 -msgid "visible to everybody" +#: ../../include/profile_selectors.php:42 +msgid "Available" msgstr "" -#: ../../include/identity.php:714 ../../mod/profiles.php:619 -msgid "Edit visibility" +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" msgstr "" -#: ../../include/identity.php:728 ../../include/identity.php:952 -#: ../../mod/directory.php:158 -msgid "Gender:" +#: ../../include/profile_selectors.php:42 +msgid "Has crush" msgstr "" -#: ../../include/identity.php:729 ../../include/identity.php:977 -#: ../../mod/directory.php:160 -msgid "Status:" +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" msgstr "" -#: ../../include/identity.php:730 ../../include/identity.php:988 -#: ../../mod/directory.php:162 -msgid "Homepage:" +#: ../../include/profile_selectors.php:42 +msgid "Dating" msgstr "" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 -msgid "Online Now" +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" msgstr "" -#: ../../include/identity.php:796 ../../include/identity.php:876 -#: ../../mod/ping.php:262 -msgid "g A l F d" +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" msgstr "" -#: ../../include/identity.php:797 ../../include/identity.php:877 -msgid "F d" +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" msgstr "" -#: ../../include/identity.php:842 ../../include/identity.php:917 -#: ../../mod/ping.php:284 -msgid "[today]" +#: ../../include/profile_selectors.php:42 +msgid "Casual" msgstr "" -#: ../../include/identity.php:854 -msgid "Birthday Reminders" +#: ../../include/profile_selectors.php:42 +msgid "Engaged" msgstr "" -#: ../../include/identity.php:855 -msgid "Birthdays this week:" +#: ../../include/profile_selectors.php:42 +msgid "Married" msgstr "" -#: ../../include/identity.php:910 -msgid "[No description]" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" msgstr "" -#: ../../include/identity.php:928 -msgid "Event Reminders" +#: ../../include/profile_selectors.php:42 +msgid "Partners" msgstr "" -#: ../../include/identity.php:929 -msgid "Events this week:" +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" msgstr "" -#: ../../include/identity.php:950 ../../mod/settings.php:937 -msgid "Full Name:" +#: ../../include/profile_selectors.php:42 +msgid "Common law" msgstr "" -#: ../../include/identity.php:962 -msgid "j F, Y" +#: ../../include/profile_selectors.php:42 +msgid "Happy" msgstr "" -#: ../../include/identity.php:963 -msgid "j F" +#: ../../include/profile_selectors.php:42 +msgid "Not looking" msgstr "" -#: ../../include/identity.php:970 -msgid "Birthday:" +#: ../../include/profile_selectors.php:42 +msgid "Swinger" msgstr "" -#: ../../include/identity.php:974 -msgid "Age:" +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" msgstr "" -#: ../../include/identity.php:983 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/profile_selectors.php:42 +msgid "Separated" msgstr "" -#: ../../include/identity.php:986 ../../mod/profiles.php:526 -msgid "Sexual Preference:" +#: ../../include/profile_selectors.php:42 +msgid "Unstable" msgstr "" -#: ../../include/identity.php:990 ../../mod/profiles.php:528 -msgid "Hometown:" +#: ../../include/profile_selectors.php:42 +msgid "Divorced" msgstr "" -#: ../../include/identity.php:992 -msgid "Tags:" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/identity.php:994 ../../mod/profiles.php:529 -msgid "Political Views:" +#: ../../include/profile_selectors.php:42 +msgid "Widowed" msgstr "" -#: ../../include/identity.php:996 -msgid "Religion:" +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" msgstr "" -#: ../../include/identity.php:998 ../../mod/directory.php:164 -msgid "About:" +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" msgstr "" -#: ../../include/identity.php:1000 -msgid "Hobbies/Interests:" +#: ../../include/profile_selectors.php:42 +msgid "Don't care" msgstr "" -#: ../../include/identity.php:1002 ../../mod/profiles.php:532 -msgid "Likes:" +#: ../../include/profile_selectors.php:42 +msgid "Ask me" msgstr "" -#: ../../include/identity.php:1004 ../../mod/profiles.php:533 -msgid "Dislikes:" +#: ../../include/reddav.php:1045 +msgid "Edit File properties" msgstr "" -#: ../../include/identity.php:1007 -msgid "Contact information and Social Networks:" +#: ../../include/zot.php:587 +msgid "Invalid data packet" msgstr "" -#: ../../include/identity.php:1009 -msgid "My other channels:" +#: ../../include/zot.php:597 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/identity.php:1011 -msgid "Musical interests:" +#: ../../include/zot.php:794 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/identity.php:1013 -msgid "Books, literature:" +#: ../../include/security.php:301 +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/identity.php:1015 -msgid "Television:" +#: ../../include/widgets.php:80 +msgid "System" msgstr "" -#: ../../include/identity.php:1017 -msgid "Film/dance/culture/entertainment:" +#: ../../include/widgets.php:82 +msgid "Create Personal App" msgstr "" -#: ../../include/identity.php:1019 -msgid "Love/Romance:" +#: ../../include/widgets.php:83 +msgid "Edit Personal App" msgstr "" -#: ../../include/identity.php:1021 -msgid "Work/employment:" +#: ../../include/widgets.php:129 ../../mod/suggest.php:53 +msgid "Ignore/Hide" msgstr "" -#: ../../include/identity.php:1023 -msgid "School/education:" +#: ../../include/widgets.php:135 ../../mod/connections.php:266 +msgid "Suggestions" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/widgets.php:136 +msgid "See more..." msgstr "" -#: ../../include/js_strings.php:8 -msgid "show fewer" +#: ../../include/widgets.php:158 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/js_strings.php:9 -msgid "+ Show More" +#: ../../include/widgets.php:164 +msgid "Add New Connection" msgstr "" -#: ../../include/js_strings.php:10 -msgid "- Show Less" +#: ../../include/widgets.php:165 +msgid "Enter the channel address" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/widgets.php:166 +msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/widgets.php:183 +msgid "Notes" msgstr "" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" +#: ../../include/widgets.php:255 +msgid "Remove term" +msgstr "" + +#: ../../include/widgets.php:334 +msgid "Archives" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/widgets.php:396 +msgid "Refresh" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/widgets.php:397 ../../mod/connedit.php:428 +msgid "Me" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/widgets.php:398 ../../mod/connedit.php:430 +msgid "Best Friends" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/widgets.php:400 +msgid "Co-workers" msgstr "" -#: ../../include/js_strings.php:19 -msgid "timeago.prefixAgo" +#: ../../include/widgets.php:401 ../../mod/connedit.php:432 +msgid "Former Friends" msgstr "" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixFromNow" +#: ../../include/widgets.php:402 ../../mod/connedit.php:433 +msgid "Acquaintances" msgstr "" -#: ../../include/js_strings.php:21 -msgid "ago" +#: ../../include/widgets.php:403 +msgid "Everybody" msgstr "" -#: ../../include/js_strings.php:22 -msgid "from now" +#: ../../include/widgets.php:435 +msgid "Account settings" msgstr "" -#: ../../include/js_strings.php:23 -msgid "less than a minute" +#: ../../include/widgets.php:441 +msgid "Channel settings" msgstr "" -#: ../../include/js_strings.php:24 -msgid "about a minute" +#: ../../include/widgets.php:447 +msgid "Additional features" msgstr "" -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d minutes" +#: ../../include/widgets.php:453 +msgid "Feature settings" msgstr "" -#: ../../include/js_strings.php:26 -msgid "about an hour" +#: ../../include/widgets.php:459 +msgid "Display settings" msgstr "" -#: ../../include/js_strings.php:27 -#, php-format -msgid "about %d hours" +#: ../../include/widgets.php:465 +msgid "Connected apps" msgstr "" -#: ../../include/js_strings.php:28 -msgid "a day" +#: ../../include/widgets.php:471 +msgid "Export channel" msgstr "" -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d days" +#: ../../include/widgets.php:483 +msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../include/js_strings.php:30 -msgid "about a month" +#: ../../include/widgets.php:493 +msgid "Premium Channel Settings" msgstr "" -#: ../../include/js_strings.php:31 -#, php-format -msgid "%d months" +#: ../../include/widgets.php:530 +msgid "Check Mail" msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a year" +#: ../../include/widgets.php:611 +msgid "Chat Rooms" msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d years" +#: ../../include/widgets.php:629 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/js_strings.php:34 -msgid " " +#: ../../include/widgets.php:647 +msgid "Suggested Chatrooms" msgstr "" -#: ../../include/js_strings.php:35 -msgid "timeago.numbers" +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../mod/home.php:50 ../../mod/block.php:39 ../../mod/chanview.php:77 -#: ../../mod/page.php:47 ../../mod/wall_upload.php:28 -msgid "Channel not found." +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." msgstr "" -#: ../../mod/home.php:89 -#, php-format -msgid "Welcome to %s" +#: ../../mod/mitem.php:47 +msgid "Menu element updated." msgstr "" -#: ../../mod/follow.php:25 -msgid "Channel added." +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/dirprofile.php:9 ../../mod/search.php:13 -#: ../../mod/directory.php:15 ../../mod/photos.php:443 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." +#: ../../mod/mitem.php:57 +msgid "Menu element added." msgstr "" -#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 -#: ../../mod/profiles.php:561 -msgid "Age: " +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." msgstr "" -#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 -msgid "Gender: " +#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 +#: ../../mod/xchan.php:27 +msgid "Not found." msgstr "" -#: ../../mod/dirprofile.php:108 -msgid "Status: " +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" msgstr "" -#: ../../mod/dirprofile.php:109 -msgid "Sexual Preference: " +#: ../../mod/mitem.php:99 +msgid "Edit menu" msgstr "" -#: ../../mod/dirprofile.php:111 -msgid "Homepage: " +#: ../../mod/mitem.php:102 +msgid "Edit element" msgstr "" -#: ../../mod/dirprofile.php:112 -msgid "Hometown: " +#: ../../mod/mitem.php:103 +msgid "Drop element" msgstr "" -#: ../../mod/dirprofile.php:114 -msgid "About: " +#: ../../mod/mitem.php:104 +msgid "New element" msgstr "" -#: ../../mod/dirprofile.php:162 -msgid "Keywords: " +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" msgstr "" -#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 -#: ../../mod/menu.php:120 -msgid "Not found." +#: ../../mod/mitem.php:106 +msgid "Add menu element" msgstr "" -#: ../../mod/acl.php:239 -msgid "network" +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../mod/mitem.php:131 +msgid "New Menu Element" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" msgstr "" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 +msgid "(click to open/close)" msgstr "" -#: ../../mod/api.php:105 ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/profiles.php:483 -#: ../../mod/admin.php:421 -msgid "Yes" +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" msgstr "" -#: ../../mod/api.php:106 ../../mod/settings.php:879 ../../mod/settings.php:884 -#: ../../mod/settings.php:955 ../../mod/profiles.php:484 -#: ../../mod/admin.php:419 -msgid "No" +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" msgstr "" -#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 -#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 -#: ../../mod/editblock.php:53 ../../mod/editwebpage.php:32 -msgid "Item not found" +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" msgstr "" -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" msgstr "" -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" msgstr "" -#: ../../mod/editlayout.php:110 ../../mod/editpost.php:116 -#: ../../mod/editblock.php:115 ../../mod/editwebpage.php:147 -msgid "Insert YouTube video" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../mod/editlayout.php:111 ../../mod/editpost.php:117 -#: ../../mod/editblock.php:116 ../../mod/editwebpage.php:148 -msgid "Insert Vorbis [.ogg] video" +#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 +msgid "Create" msgstr "" -#: ../../mod/editlayout.php:112 ../../mod/editpost.php:118 -#: ../../mod/editblock.php:117 ../../mod/editwebpage.php:149 -msgid "Insert Vorbis [.ogg] audio" +#: ../../mod/mitem.php:154 +msgid "Menu item not found." msgstr "" -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." msgstr "" -#: ../../mod/magic.php:70 -msgid "Hub not found." +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." msgstr "" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" msgstr "" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" msgstr "" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" +#: ../../mod/ping.php:192 +msgid "sent you a private message" msgstr "" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " +#: ../../mod/ping.php:250 +msgid "added your channel" msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/photos.php:908 ../../mod/delegate.php:130 -msgid "Remove" +#: ../../mod/ping.php:294 +msgid "posted an event" msgstr "" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" +#: ../../mod/acl.php:239 +msgid "network" msgstr "" -#: ../../mod/new_channel.php:108 -msgid "" -"A channel is your own collection of related web pages. A channel can be used " -"to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." +#: ../../mod/admin.php:52 +msgid "Theme settings updated." msgstr "" -#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" +#: ../../mod/admin.php:92 ../../mod/admin.php:440 +msgid "Site" msgstr "" -#: ../../mod/new_channel.php:111 -msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " +#: ../../mod/admin.php:93 +msgid "Accounts" msgstr "" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" msgstr "" -#: ../../mod/new_channel.php:113 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 +msgid "Plugins" msgstr "" -#: ../../mod/new_channel.php:114 -msgid "" -"Or import an existing channel from another location" +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +msgid "Themes" msgstr "" -#: ../../mod/new_channel.php:117 ../../mod/mitem.php:142 ../../mod/menu.php:84 -msgid "Create" +#: ../../mod/admin.php:97 ../../mod/admin.php:540 +msgid "Server" msgstr "" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" +#: ../../mod/admin.php:98 +msgid "DB updates" msgstr "" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in " -"the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 +msgid "Logs" msgstr "" -#: ../../mod/pubsites.php:25 -msgid "Site URL" +#: ../../mod/admin.php:118 +msgid "Plugin Features" msgstr "" -#: ../../mod/pubsites.php:25 -msgid "Access Type" +#: ../../mod/admin.php:120 +msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" +#: ../../mod/admin.php:197 +msgid "Message queues" msgstr "" -#: ../../mod/pubsites.php:25 ../../mod/profiles.php:344 -msgid "Location" +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 +msgid "Administration" msgstr "" -#: ../../mod/update_search.php:46 ../../mod/update_network.php:23 -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -msgid "[Embedded content - reload page to view]" +#: ../../mod/admin.php:203 +msgid "Summary" msgstr "" -#: ../../mod/group.php:20 -msgid "Collection created." +#: ../../mod/admin.php:205 +msgid "Registered users" msgstr "" -#: ../../mod/group.php:26 -msgid "Could not create collection." +#: ../../mod/admin.php:207 ../../mod/admin.php:543 +msgid "Pending registrations" msgstr "" -#: ../../mod/group.php:54 -msgid "Collection updated." +#: ../../mod/admin.php:208 +msgid "Version" msgstr "" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." +#: ../../mod/admin.php:210 ../../mod/admin.php:544 +msgid "Active plugins" msgstr "" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " +#: ../../mod/admin.php:360 +msgid "Site settings updated." msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" +#: ../../mod/admin.php:389 ../../mod/settings.php:708 +msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/group.php:107 -msgid "Collection removed." +#: ../../mod/admin.php:391 +msgid "No special theme for accessibility" msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." +#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 +msgid "No" msgstr "" -#: ../../mod/group.php:182 -msgid "Collection Editor" +#: ../../mod/admin.php:420 +msgid "Yes - with approval" msgstr "" -#: ../../mod/group.php:196 -msgid "Members" +#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 +msgid "Yes" msgstr "" -#: ../../mod/group.php:198 -msgid "All Connected Channels" +#: ../../mod/admin.php:426 +msgid "My site is not a public server" msgstr "" -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." +#: ../../mod/admin.php:427 +msgid "My site has paid access only" msgstr "" -#: ../../mod/thing.php:98 -msgid "Thing updated" +#: ../../mod/admin.php:428 +msgid "My site has free access only" msgstr "" -#: ../../mod/thing.php:158 -msgid "Object store: failed" +#: ../../mod/admin.php:429 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../mod/thing.php:162 -msgid "Thing added" +#: ../../mod/admin.php:442 ../../mod/register.php:189 +msgid "Registration" msgstr "" -#: ../../mod/thing.php:182 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" +#: ../../mod/admin.php:443 +msgid "File upload" msgstr "" -#: ../../mod/thing.php:234 -msgid "Show Thing" +#: ../../mod/admin.php:444 +msgid "Policies" msgstr "" -#: ../../mod/thing.php:241 -msgid "item not found." +#: ../../mod/admin.php:449 +msgid "Site name" msgstr "" -#: ../../mod/thing.php:269 -msgid "Edit Thing" +#: ../../mod/admin.php:450 +msgid "Banner/Logo" msgstr "" -#: ../../mod/thing.php:271 ../../mod/thing.php:318 -msgid "Select a profile" +#: ../../mod/admin.php:451 +msgid "Administrator Information" msgstr "" -#: ../../mod/thing.php:273 ../../mod/thing.php:320 -msgid "Select a category of stuff. e.g. I ______ something" +#: ../../mod/admin.php:451 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Post an activity" +#: ../../mod/admin.php:452 +msgid "System language" msgstr "" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 -msgid "Only sends to viewers of the applicable profile" +#: ../../mod/admin.php:453 +msgid "System theme" msgstr "" -#: ../../mod/thing.php:277 ../../mod/thing.php:323 -msgid "Name of thing e.g. something" +#: ../../mod/admin.php:453 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/thing.php:279 ../../mod/thing.php:324 -msgid "URL of thing (optional)" +#: ../../mod/admin.php:454 +msgid "Mobile system theme" msgstr "" -#: ../../mod/thing.php:281 ../../mod/thing.php:325 -msgid "URL for photo of thing (optional)" +#: ../../mod/admin.php:454 +msgid "Theme for mobile devices" msgstr "" -#: ../../mod/thing.php:316 -msgid "Add Thing to your Profile" +#: ../../mod/admin.php:455 +msgid "Accessibility system theme" msgstr "" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." +#: ../../mod/admin.php:455 +msgid "Accessibility theme" msgstr "" -#: ../../mod/notifications.php:35 -msgid "Discard" +#: ../../mod/admin.php:456 +msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/notifications.php:51 ../../mod/connedit.php:379 -#: ../../mod/connedit.php:516 -msgid "Ignore" +#: ../../mod/admin.php:456 +msgid "Site Channel" msgstr "" -#: ../../mod/notifications.php:94 ../../mod/notify.php:54 -msgid "No more system notifications." +#: ../../mod/admin.php:458 +msgid "Maximum image size" msgstr "" -#: ../../mod/notifications.php:98 ../../mod/notify.php:58 -msgid "System Notifications" +#: ../../mod/admin.php:458 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../mod/block.php:27 ../../mod/page.php:35 -msgid "Invalid item." +#: ../../mod/admin.php:459 +msgid "Does this site allow new member registration?" msgstr "" -#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/page.php:83 -#: ../../mod/display.php:100 ../../index.php:237 -msgid "Page not found." +#: ../../mod/admin.php:460 +msgid "Which best describes the types of account offered by this hub?" msgstr "" -#: ../../mod/message.php:31 ../../mod/mail.php:121 -msgid "Messages" +#: ../../mod/admin.php:461 +msgid "Register text" msgstr "" -#: ../../mod/message.php:41 -msgid "Conversation removed." +#: ../../mod/admin.php:461 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/message.php:56 -msgid "No messages." +#: ../../mod/admin.php:462 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/message.php:72 ../../mod/mail.php:292 -msgid "Delete message" +#: ../../mod/admin.php:462 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" +#: ../../mod/admin.php:463 +msgid "Allowed friend domains" msgstr "" -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 -msgid "Edit post" +#: ../../mod/admin.php:463 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/directory.php:207 -msgid "Finding:" +#: ../../mod/admin.php:464 +msgid "Allowed email domains" msgstr "" -#: ../../mod/directory.php:215 -msgid "next page" +#: ../../mod/admin.php:464 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" msgstr "" -#: ../../mod/directory.php:215 -msgid "previous page" +#: ../../mod/admin.php:465 +msgid "Block public" msgstr "" -#: ../../mod/directory.php:222 -msgid "No entries (some entries may be hidden)." +#: ../../mod/admin.php:465 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." msgstr "" -#: ../../mod/mitem.php:14 ../../mod/menu.php:92 -msgid "Menu not found." +#: ../../mod/admin.php:466 +msgid "Force publish" msgstr "" -#: ../../mod/mitem.php:47 -msgid "Menu element updated." +#: ../../mod/admin.php:466 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" msgstr "" -#: ../../mod/mitem.php:57 -msgid "Menu element added." +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." msgstr "" -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." +#: ../../mod/admin.php:468 +msgid "No login on Homepage" msgstr "" -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" +#: ../../mod/admin.php:468 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." msgstr "" -#: ../../mod/mitem.php:99 -msgid "Edit menu" +#: ../../mod/admin.php:470 +msgid "Proxy user" msgstr "" -#: ../../mod/mitem.php:102 -msgid "Edit element" +#: ../../mod/admin.php:471 +msgid "Proxy URL" msgstr "" -#: ../../mod/mitem.php:103 -msgid "Drop element" +#: ../../mod/admin.php:472 +msgid "Network timeout" msgstr "" -#: ../../mod/mitem.php:104 -msgid "New element" +#: ../../mod/admin.php:472 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" +#: ../../mod/admin.php:473 +msgid "Delivery interval" msgstr "" -#: ../../mod/mitem.php:106 -msgid "Add menu element" +#: ../../mod/admin.php:473 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." msgstr "" -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" +#: ../../mod/admin.php:474 +msgid "Poll interval" msgstr "" -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" +#: ../../mod/admin.php:474 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../mod/mitem.php:131 -msgid "New Menu Element" +#: ../../mod/admin.php:475 +msgid "Maximum Load Average" msgstr "" -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" +#: ../../mod/admin.php:475 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:962 -msgid "(click to open/close)" +#: ../../mod/admin.php:531 +msgid "No server found" msgstr "" -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" +#: ../../mod/admin.php:538 ../../mod/admin.php:762 +msgid "ID" msgstr "" -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" +#: ../../mod/admin.php:538 +msgid "for channel" msgstr "" -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" +#: ../../mod/admin.php:538 +msgid "on server" msgstr "" -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" +#: ../../mod/admin.php:538 +msgid "Status" msgstr "" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" +#: ../../mod/admin.php:559 +msgid "Update has been marked successful" msgstr "" -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" +#: ../../mod/admin.php:569 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/mitem.php:154 -msgid "Menu item not found." +#: ../../mod/admin.php:572 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." +#: ../../mod/admin.php:576 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." +#: ../../mod/admin.php:579 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" +#: ../../mod/admin.php:594 +msgid "No failed updates." msgstr "" -#: ../../mod/mitem.php:186 ../../mod/menu.php:114 -msgid "Modify" +#: ../../mod/admin.php:598 +msgid "Failed Updates" msgstr "" -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" +#: ../../mod/admin.php:600 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" +#: ../../mod/admin.php:601 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "" +#: ../../mod/admin.php:627 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:665 +msgid "Account not found" msgstr "" -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' unblocked" msgstr "" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' blocked" msgstr "" -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" msgstr "" -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" +#: ../../mod/admin.php:751 ../../mod/admin.php:885 +msgid "select all" msgstr "" -#: ../../mod/item.php:147 -msgid "Unable to locate original post." +#: ../../mod/admin.php:752 +msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/item.php:352 -msgid "Empty post discarded." +#: ../../mod/admin.php:753 +msgid "Request date" msgstr "" -#: ../../mod/item.php:392 -msgid "Executable content type not permitted to this channel." +#: ../../mod/admin.php:754 +msgid "No registrations." msgstr "" -#: ../../mod/item.php:806 -msgid "System error. Post not saved." +#: ../../mod/admin.php:755 +msgid "Approve" msgstr "" -#: ../../mod/item.php:1249 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." +#: ../../mod/admin.php:756 +msgid "Deny" msgstr "" -#: ../../mod/item.php:1255 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../mod/admin.php:758 ../../mod/connedit.php:372 +#: ../../mod/connedit.php:515 +msgid "Block" msgstr "" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +#: ../../mod/admin.php:759 ../../mod/connedit.php:372 +#: ../../mod/connedit.php:515 +msgid "Unblock" msgstr "" -#: ../../mod/network.php:79 -msgid "No such group" +#: ../../mod/admin.php:762 +msgid "Register date" msgstr "" -#: ../../mod/network.php:119 -msgid "Search Results For:" +#: ../../mod/admin.php:762 +msgid "Last login" msgstr "" -#: ../../mod/network.php:173 -msgid "Collection is empty" +#: ../../mod/admin.php:762 +msgid "Expires" msgstr "" -#: ../../mod/network.php:181 -msgid "Collection: " +#: ../../mod/admin.php:762 +msgid "Service Class" msgstr "" -#: ../../mod/network.php:194 -msgid "Connection: " +#: ../../mod/admin.php:764 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/network.php:197 -msgid "Invalid connection." +#: ../../mod/admin.php:765 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/siteinfo.php:57 +#: ../../mod/admin.php:797 #, php-format -msgid "Version %s" +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:823 +msgid "Channel not found" msgstr "" -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" msgstr "" -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" msgstr "" -#: ../../mod/siteinfo.php:97 -msgid "Red" +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" msgstr "" -#: ../../mod/siteinfo.php:98 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." +#: ../../mod/admin.php:887 +msgid "Censor" msgstr "" -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" +#: ../../mod/admin.php:888 +msgid "Uncensor" msgstr "" -#: ../../mod/siteinfo.php:102 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." +#: ../../mod/admin.php:891 +msgid "UID" msgstr "" -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" +#: ../../mod/admin.php:891 ../../mod/settings.php:517 +#: ../../mod/settings.php:543 +msgid "Name" msgstr "" -#: ../../mod/siteinfo.php:106 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" +#: ../../mod/admin.php:891 ../../mod/profiles.php:337 +msgid "Address" msgstr "" -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" +#: ../../mod/admin.php:933 +#, php-format +msgid "Plugin %s disabled." msgstr "" -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" +#: ../../mod/admin.php:937 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 +msgid "Disable" msgstr "" -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +msgid "Enable" msgstr "" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 +msgid "Toggle" msgstr "" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 +msgid "Author: " msgstr "" -#: ../../mod/pdledit.php:48 -msgid "Layout not found." +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Maintainer: " msgstr "" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" +#: ../../mod/admin.php:1113 +msgid "No themes found." msgstr "" -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" +#: ../../mod/admin.php:1172 +msgid "Screenshot" msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../mod/admin.php:1220 +msgid "[Experimental]" msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." +#: ../../mod/admin.php:1221 +msgid "[Unsupported]" msgstr "" -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" +#: ../../mod/admin.php:1248 +msgid "Log settings updated." msgstr "" -#: ../../mod/chanview.php:93 -msgid "toggle full screen mode" +#: ../../mod/admin.php:1304 +msgid "Clear" msgstr "" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" +#: ../../mod/admin.php:1310 +msgid "Debugging" msgstr "" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." +#: ../../mod/admin.php:1311 +msgid "Log file" msgstr "" -#: ../../mod/sources.php:45 -msgid "Source created." +#: ../../mod/admin.php:1311 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/sources.php:57 -msgid "Source updated." +#: ../../mod/admin.php:1312 +msgid "Log level" msgstr "" -#: ../../mod/sources.php:82 -msgid "*" +#: ../../mod/poke.php:159 +msgid "Poke/Prod" msgstr "" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" msgstr "" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" +#: ../../mod/poke.php:161 +msgid "Recipient" msgstr "" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" +#: ../../mod/poke.php:165 +msgid "Make this post private" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/sources.php:130 -msgid "Edit Source" +#: ../../mod/api.php:89 +msgid "Please login to continue." msgstr "" -#: ../../mod/sources.php:131 -msgid "Delete Source" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../mod/sources.php:158 -msgid "Source removed" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." msgstr "" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." msgstr "" -#: ../../mod/profperm.php:123 -msgid "Visible To" +#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 +#: ../../mod/home.php:52 ../../mod/wall_upload.php:28 +msgid "Channel not found." msgstr "" -#: ../../mod/profperm.php:139 ../../mod/connections.php:278 -msgid "All Connections" +#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../mod/help.php:72 ../../index.php:237 +msgid "Page not found." msgstr "" #: ../../mod/profile_photo.php:108 @@ -4175,453 +4241,546 @@ msgstr "" msgid "or" msgstr "" -#: ../../mod/profile_photo.php:365 -msgid "skip this step" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" +msgstr "" + +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." +msgstr "" + +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." +msgstr "" + +#: ../../mod/profile_photo.php:436 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: ../../mod/blocks.php:66 +msgid "Block Name" +msgstr "" + +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +msgid "Profile not found." +msgstr "" + +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "" + +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "" + +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "" + +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "" + +#: ../../mod/profiles.php:178 +msgid "Profile Name is required." +msgstr "" + +#: ../../mod/profiles.php:294 +msgid "Marital Status" +msgstr "" + +#: ../../mod/profiles.php:298 +msgid "Romantic Partner" +msgstr "" + +#: ../../mod/profiles.php:302 +msgid "Likes" +msgstr "" + +#: ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "" + +#: ../../mod/profiles.php:310 +msgid "Work/Employment" +msgstr "" + +#: ../../mod/profiles.php:313 +msgid "Religion" +msgstr "" + +#: ../../mod/profiles.php:317 +msgid "Political Views" +msgstr "" + +#: ../../mod/profiles.php:321 +msgid "Gender" +msgstr "" + +#: ../../mod/profiles.php:325 +msgid "Sexual Preference" +msgstr "" + +#: ../../mod/profiles.php:329 +msgid "Homepage" msgstr "" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" +#: ../../mod/profiles.php:333 +msgid "Interests" msgstr "" -#: ../../mod/profile_photo.php:379 -msgid "Crop Image" +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 +msgid "Location" msgstr "" -#: ../../mod/profile_photo.php:380 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../mod/profiles.php:427 +msgid "Profile updated." msgstr "" -#: ../../mod/profile_photo.php:382 -msgid "Done Editing" +#: ../../mod/profiles.php:482 +msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../mod/profile_photo.php:425 -msgid "Image uploaded successfully." +#: ../../mod/profiles.php:505 +msgid "Edit Profile Details" msgstr "" -#: ../../mod/profile_photo.php:427 -msgid "Image upload failed." +#: ../../mod/profiles.php:507 +msgid "View this profile" msgstr "" -#: ../../mod/profile_photo.php:436 -#, php-format -msgid "Image size reduction [%s] failed." +#: ../../mod/profiles.php:508 +msgid "Change Profile Photo" msgstr "" -#: ../../mod/blocks.php:66 -msgid "Block Name" +#: ../../mod/profiles.php:509 +msgid "Create a new profile using these settings" msgstr "" -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." +#: ../../mod/profiles.php:510 +msgid "Clone this profile" msgstr "" -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." +#: ../../mod/profiles.php:511 +msgid "Delete this profile" msgstr "" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." +#: ../../mod/profiles.php:512 +msgid "Profile Name:" msgstr "" -#: ../../mod/filestorage.php:85 -msgid "File not found." +#: ../../mod/profiles.php:513 +msgid "Your Full Name:" msgstr "" -#: ../../mod/filestorage.php:121 -msgid "Edit file permissions" +#: ../../mod/profiles.php:514 +msgid "Title/Description:" msgstr "" -#: ../../mod/filestorage.php:129 -msgid "Set/edit permissions" +#: ../../mod/profiles.php:515 +msgid "Your Gender:" msgstr "" -#: ../../mod/filestorage.php:130 -msgid "Include all files and sub folders" +#: ../../mod/profiles.php:516 +#, php-format +msgid "Birthday (%s):" msgstr "" -#: ../../mod/filestorage.php:131 -msgid "Return to file list" +#: ../../mod/profiles.php:517 +msgid "Street Address:" msgstr "" -#: ../../mod/filestorage.php:133 -msgid "Copy/paste this code to attach file to a post" +#: ../../mod/profiles.php:518 +msgid "Locality/City:" msgstr "" -#: ../../mod/filestorage.php:134 -msgid "Copy/paste this URL to link file from a web page" +#: ../../mod/profiles.php:519 +msgid "Postal/Zip Code:" msgstr "" -#: ../../mod/filestorage.php:171 -msgid "Download" +#: ../../mod/profiles.php:520 +msgid "Country:" msgstr "" -#: ../../mod/filestorage.php:177 -msgid "Used: " +#: ../../mod/profiles.php:521 +msgid "Region/State:" msgstr "" -#: ../../mod/filestorage.php:178 -msgid "[directory]" +#: ../../mod/profiles.php:522 +msgid " Marital Status:" msgstr "" -#: ../../mod/filestorage.php:180 -msgid "Limit: " +#: ../../mod/profiles.php:523 +msgid "Who: (if applicable)" msgstr "" -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 -msgid "Remote privacy information not available." +#: ../../mod/profiles.php:524 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/lockview.php:45 -msgid "Visible to:" +#: ../../mod/profiles.php:525 +msgid "Since [date]:" msgstr "" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." +#: ../../mod/profiles.php:527 +msgid "Homepage URL:" msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../mod/profiles.php:530 +msgid "Religious Views:" msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" +#: ../../mod/profiles.php:531 +msgid "Keywords:" msgstr "" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" +#: ../../mod/profiles.php:534 +msgid "Example: fishing photography software" msgstr "" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/profiles.php:535 +msgid "Used in directory listings" msgstr "" -#: ../../mod/connedit.php:64 ../../mod/connections.php:37 -msgid "Could not access contact record." +#: ../../mod/profiles.php:536 +msgid "Tell us about yourself..." msgstr "" -#: ../../mod/connedit.php:78 ../../mod/connections.php:51 -msgid "Could not locate selected profile." +#: ../../mod/profiles.php:537 +msgid "Hobbies/Interests" msgstr "" -#: ../../mod/connedit.php:131 ../../mod/connections.php:94 -msgid "Connection updated." +#: ../../mod/profiles.php:538 +msgid "Contact information and Social Networks" msgstr "" -#: ../../mod/connedit.php:133 ../../mod/connections.php:96 -msgid "Failed to update connection record." +#: ../../mod/profiles.php:539 +msgid "My other channels" msgstr "" -#: ../../mod/connedit.php:243 -msgid "Could not access address book record." +#: ../../mod/profiles.php:540 +msgid "Musical interests" msgstr "" -#: ../../mod/connedit.php:257 -msgid "Refresh failed - channel is currently unavailable." +#: ../../mod/profiles.php:541 +msgid "Books, literature" msgstr "" -#: ../../mod/connedit.php:264 -msgid "Channel has been unblocked" +#: ../../mod/profiles.php:542 +msgid "Television" msgstr "" -#: ../../mod/connedit.php:265 -msgid "Channel has been blocked" +#: ../../mod/profiles.php:543 +msgid "Film/dance/culture/entertainment" msgstr "" -#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 -#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 -#: ../../mod/connedit.php:320 -msgid "Unable to set address book parameters." +#: ../../mod/profiles.php:544 +msgid "Love/romance" msgstr "" -#: ../../mod/connedit.php:276 -msgid "Channel has been unignored" +#: ../../mod/profiles.php:545 +msgid "Work/employment" msgstr "" -#: ../../mod/connedit.php:277 -msgid "Channel has been ignored" +#: ../../mod/profiles.php:546 +msgid "School/education" msgstr "" -#: ../../mod/connedit.php:288 -msgid "Channel has been unarchived" +#: ../../mod/profiles.php:551 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." msgstr "" -#: ../../mod/connedit.php:289 -msgid "Channel has been archived" +#: ../../mod/profiles.php:561 ../../mod/directory.php:143 +#: ../../mod/dirprofile.php:92 +msgid "Age: " msgstr "" -#: ../../mod/connedit.php:300 -msgid "Channel has been unhidden" +#: ../../mod/profiles.php:600 +msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/connedit.php:301 -msgid "Channel has been hidden" +#: ../../mod/profiles.php:601 +msgid "Add profile things" msgstr "" -#: ../../mod/connedit.php:315 -msgid "Channel has been approved" +#: ../../mod/profiles.php:602 +msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/connedit.php:316 -msgid "Channel has been unapproved" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/connedit.php:334 -msgid "Connection has been removed." +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" msgstr "" -#: ../../mod/connedit.php:354 -#, php-format -msgid "View %s's profile" +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" msgstr "" -#: ../../mod/connedit.php:358 -msgid "Refresh Permissions" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/connedit.php:361 -msgid "Fetch updated permissions" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" msgstr "" -#: ../../mod/connedit.php:365 -msgid "Recent Activity" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../mod/connedit.php:368 -msgid "View recent posts and comments" +#: ../../mod/profperm.php:123 +msgid "Visible To" msgstr "" -#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 -#: ../../mod/admin.php:759 -msgid "Unblock" +#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +msgid "All Connections" msgstr "" -#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 -#: ../../mod/admin.php:758 -msgid "Block" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" msgstr "" -#: ../../mod/connedit.php:375 -msgid "Block or Unblock this connection" +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in " +"the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links may provide " +"additional details." msgstr "" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 -msgid "Unignore" +#: ../../mod/pubsites.php:25 +msgid "Site URL" msgstr "" -#: ../../mod/connedit.php:382 -msgid "Ignore or Unignore this connection" +#: ../../mod/pubsites.php:25 +msgid "Access Type" msgstr "" -#: ../../mod/connedit.php:385 -msgid "Unarchive" +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" msgstr "" -#: ../../mod/connedit.php:385 -msgid "Archive" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/connedit.php:388 -msgid "Archive or Unarchive this connection" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/connedit.php:391 -msgid "Unhide" +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" msgstr "" -#: ../../mod/connedit.php:391 -msgid "Hide" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/connedit.php:394 -msgid "Hide or Unhide this connection" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" msgstr "" -#: ../../mod/connedit.php:401 -msgid "Delete this connection" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" msgstr "" -#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 -msgid "Approve this connection" +#: ../../mod/rbmark.php:95 ../../mod/appman.php:89 +msgid "Description" msgstr "" -#: ../../mod/connedit.php:444 -msgid "Accept connection to allow communication" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/connedit.php:460 -msgid "Automatic Permissions Settings" +#: ../../mod/chat.php:167 +msgid "Room not found" msgstr "" -#: ../../mod/connedit.php:460 -#, php-format -msgid "Connections: settings for %s" +#: ../../mod/chat.php:178 +msgid "Leave Room" msgstr "" -#: ../../mod/connedit.php:464 -msgid "" -"When receiving a channel introduction, any permissions provided here will be " -"applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." +#: ../../mod/chat.php:179 +msgid "Delete This Room" msgstr "" -#: ../../mod/connedit.php:466 -msgid "Slide to adjust your degree of friendship" +#: ../../mod/chat.php:180 +msgid "I am away right now" msgstr "" -#: ../../mod/connedit.php:472 -msgid "inherited" +#: ../../mod/chat.php:181 +msgid "I am online" msgstr "" -#: ../../mod/connedit.php:474 -msgid "Connection has no individual permissions!" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" msgstr "" -#: ../../mod/connedit.php:475 -msgid "" -"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" msgstr "" -#: ../../mod/connedit.php:477 -msgid "Profile Visibility" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" msgstr "" -#: ../../mod/connedit.php:478 +#: ../../mod/chat.php:225 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +msgid "%1$s's Chatrooms" msgstr "" -#: ../../mod/connedit.php:479 -msgid "Contact Information / Notes" +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" -#: ../../mod/connedit.php:480 -msgid "Edit contact notes" +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../mod/connedit.php:482 -msgid "Their Settings" +#: ../../mod/register.php:77 +msgid "Passwords do not match." msgstr "" -#: ../../mod/connedit.php:483 -msgid "My Settings" +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation instructions." msgstr "" -#: ../../mod/connedit.php:485 -msgid "Clear/Disable Automatic Permissions" +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/connedit.php:486 -msgid "Forum Members" +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." msgstr "" -#: ../../mod/connedit.php:487 -msgid "Soapbox" +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." msgstr "" -#: ../../mod/connedit.php:488 -msgid "Full Sharing (typical social network permissions)" +#: ../../mod/register.php:148 +msgid "Register at another affiliated site/hub" msgstr "" -#: ../../mod/connedit.php:489 -msgid "Cautious Sharing " +#: ../../mod/register.php:156 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/connedit.php:490 -msgid "Follow Only" +#: ../../mod/register.php:167 +msgid "Terms of Service" msgstr "" -#: ../../mod/connedit.php:491 -msgid "Individual Permissions" +#: ../../mod/register.php:173 +#, php-format +msgid "I accept the %s for this website" msgstr "" -#: ../../mod/connedit.php:492 -msgid "" -"Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " -"settings. Changing those inherited settings on this page will have no effect." +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" msgstr "" -#: ../../mod/connedit.php:493 -msgid "Advanced Permissions" +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/connedit.php:494 -msgid "Simple Permissions (select one and submit)" +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" msgstr "" -#: ../../mod/connedit.php:498 -#, php-format -msgid "Visit %s's profile - %s" +#: ../../mod/register.php:198 +msgid "Your email address" msgstr "" -#: ../../mod/connedit.php:499 -msgid "Block/Unblock contact" +#: ../../mod/register.php:199 +msgid "Choose a password" msgstr "" -#: ../../mod/connedit.php:500 -msgid "Ignore contact" +#: ../../mod/register.php:200 +msgid "Please re-enter your password" msgstr "" -#: ../../mod/connedit.php:501 -msgid "Repair URL settings" +#: ../../mod/chatsvc.php:111 +msgid "Away" msgstr "" -#: ../../mod/connedit.php:502 -msgid "View conversations" +#: ../../mod/chatsvc.php:115 +msgid "Online" msgstr "" -#: ../../mod/connedit.php:504 -msgid "Delete contact" +#: ../../mod/regmod.php:12 +msgid "Please login." msgstr "" -#: ../../mod/connedit.php:507 -msgid "Last update:" +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "" -#: ../../mod/connedit.php:509 -msgid "Update public posts" +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" msgstr "" -#: ../../mod/connedit.php:511 -msgid "Update now" +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." msgstr "" -#: ../../mod/connedit.php:517 -msgid "Currently blocked" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" msgstr "" -#: ../../mod/connedit.php:518 -msgid "Currently ignored" +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" msgstr "" -#: ../../mod/connedit.php:519 -msgid "Currently archived" +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" msgstr "" -#: ../../mod/connedit.php:520 -msgid "Currently pending" +#: ../../mod/removeme.php:53 +msgid "Remove Channel" msgstr "" -#: ../../mod/connedit.php:521 -msgid "Hide this contact from others" +#: ../../mod/common.php:10 +msgid "No channel." msgstr "" -#: ../../mod/connedit.php:521 -msgid "" -"Replies/likes to your public posts may still be visible" +#: ../../mod/common.php:39 +msgid "Common connections" msgstr "" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" +#: ../../mod/common.php:44 +msgid "No connections in common." msgstr "" #: ../../mod/rmagic.php:38 @@ -4650,1430 +4809,1445 @@ msgstr "" msgid "Authenticate" msgstr "" -#: ../../mod/attach.php:9 -msgid "Item not available." +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" msgstr "" -#: ../../mod/editpost.php:53 -msgid "Delete item?" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../mod/settings.php:71 -msgid "Name is required" +#: ../../mod/connect.php:87 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../mod/settings.php:75 -msgid "Key and Secret are required" +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../mod/settings.php:195 -msgid "Passwords do not match. Password unchanged." +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../mod/settings.php:199 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." msgstr "" -#: ../../mod/settings.php:212 -msgid "Password changed." +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../mod/settings.php:214 -msgid "Password update failed. Please try again." +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../mod/settings.php:228 -msgid "Not valid email." +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:119 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:173 +msgid "Collection is empty" msgstr "" -#: ../../mod/settings.php:231 -msgid "Protected email address. Cannot change to that email." +#: ../../mod/network.php:181 +msgid "Collection: " msgstr "" -#: ../../mod/settings.php:240 -msgid "System failure storing new email. Please try again." +#: ../../mod/network.php:194 +msgid "Connection: " msgstr "" -#: ../../mod/settings.php:443 -msgid "Settings updated." +#: ../../mod/network.php:197 +msgid "Invalid connection." msgstr "" -#: ../../mod/settings.php:514 ../../mod/settings.php:540 -#: ../../mod/settings.php:576 -msgid "Add application" +#: ../../mod/connections.php:37 ../../mod/connedit.php:64 +msgid "Could not access contact record." msgstr "" -#: ../../mod/settings.php:517 ../../mod/settings.php:543 -#: ../../mod/admin.php:891 -msgid "Name" +#: ../../mod/connections.php:51 ../../mod/connedit.php:78 +msgid "Could not locate selected profile." msgstr "" -#: ../../mod/settings.php:517 -msgid "Name of application" +#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +msgid "Connection updated." msgstr "" -#: ../../mod/settings.php:518 ../../mod/settings.php:544 -msgid "Consumer Key" +#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +msgid "Failed to update connection record." msgstr "" -#: ../../mod/settings.php:518 ../../mod/settings.php:519 -msgid "Automatically generated - change if desired. Max length 20" +#: ../../mod/connections.php:191 ../../mod/connections.php:291 +msgid "Blocked" msgstr "" -#: ../../mod/settings.php:519 ../../mod/settings.php:545 -msgid "Consumer Secret" +#: ../../mod/connections.php:196 ../../mod/connections.php:298 +msgid "Ignored" msgstr "" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 -msgid "Redirect" +#: ../../mod/connections.php:201 ../../mod/connections.php:312 +msgid "Hidden" msgstr "" -#: ../../mod/settings.php:520 -msgid "" -"Redirect URI - leave blank unless your application specifically requires this" +#: ../../mod/connections.php:206 ../../mod/connections.php:305 +msgid "Archived" msgstr "" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 -msgid "Icon url" +#: ../../mod/connections.php:230 ../../mod/connections.php:244 +msgid "All" msgstr "" -#: ../../mod/settings.php:521 -msgid "Optional" +#: ../../mod/connections.php:239 ../../mod/connections.php:319 +msgid "Unconnected" msgstr "" -#: ../../mod/settings.php:532 -msgid "You can't edit this application." +#: ../../mod/connections.php:269 +msgid "Suggest new connections" msgstr "" -#: ../../mod/settings.php:575 -msgid "Connected Apps" +#: ../../mod/connections.php:272 +msgid "New Connections" msgstr "" -#: ../../mod/settings.php:579 -msgid "Client key starts with" +#: ../../mod/connections.php:275 +msgid "Show pending (new) connections" msgstr "" -#: ../../mod/settings.php:580 -msgid "No name" +#: ../../mod/connections.php:281 +msgid "Show all connections" msgstr "" -#: ../../mod/settings.php:581 -msgid "Remove authorization" +#: ../../mod/connections.php:284 +msgid "Unblocked" msgstr "" -#: ../../mod/settings.php:592 -msgid "No feature settings configured" +#: ../../mod/connections.php:287 +msgid "Only show unblocked connections" msgstr "" -#: ../../mod/settings.php:600 -msgid "Feature Settings" +#: ../../mod/connections.php:294 +msgid "Only show blocked connections" msgstr "" -#: ../../mod/settings.php:623 -msgid "Account Settings" +#: ../../mod/connections.php:301 +msgid "Only show ignored connections" msgstr "" -#: ../../mod/settings.php:624 -msgid "Password Settings" +#: ../../mod/connections.php:308 +msgid "Only show archived connections" msgstr "" -#: ../../mod/settings.php:625 -msgid "New Password:" +#: ../../mod/connections.php:315 +msgid "Only show hidden connections" msgstr "" -#: ../../mod/settings.php:626 -msgid "Confirm:" +#: ../../mod/connections.php:322 +msgid "Only show one-way connections" msgstr "" -#: ../../mod/settings.php:626 -msgid "Leave password fields blank unless changing" +#: ../../mod/connections.php:367 +#, php-format +msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/settings.php:628 ../../mod/settings.php:938 -msgid "Email Address:" +#: ../../mod/connections.php:368 +msgid "Edit contact" msgstr "" -#: ../../mod/settings.php:629 -msgid "Remove Account" +#: ../../mod/connections.php:389 +msgid "Search your connections" msgstr "" -#: ../../mod/settings.php:630 -msgid "Warning: This action is permanent and cannot be reversed." +#: ../../mod/connections.php:390 +msgid "Finding: " msgstr "" -#: ../../mod/settings.php:646 -msgid "Off" +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" msgstr "" -#: ../../mod/settings.php:646 -msgid "On" +#: ../../mod/connedit.php:243 +msgid "Could not access address book record." msgstr "" -#: ../../mod/settings.php:653 -msgid "Additional Features" +#: ../../mod/connedit.php:257 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../mod/settings.php:678 -msgid "Connector Settings" +#: ../../mod/connedit.php:264 +msgid "Channel has been unblocked" msgstr "" -#: ../../mod/settings.php:708 ../../mod/admin.php:389 -msgid "No special theme for mobile devices" +#: ../../mod/connedit.php:265 +msgid "Channel has been blocked" msgstr "" -#: ../../mod/settings.php:749 -msgid "Display Settings" +#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 +#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 +#: ../../mod/connedit.php:320 +msgid "Unable to set address book parameters." msgstr "" -#: ../../mod/settings.php:755 -msgid "Display Theme:" +#: ../../mod/connedit.php:276 +msgid "Channel has been unignored" msgstr "" -#: ../../mod/settings.php:756 -msgid "Mobile Theme:" +#: ../../mod/connedit.php:277 +msgid "Channel has been ignored" msgstr "" -#: ../../mod/settings.php:757 -msgid "Update browser every xx seconds" +#: ../../mod/connedit.php:288 +msgid "Channel has been unarchived" msgstr "" -#: ../../mod/settings.php:757 -msgid "Minimum of 10 seconds, no maximum" +#: ../../mod/connedit.php:289 +msgid "Channel has been archived" msgstr "" -#: ../../mod/settings.php:758 -msgid "Maximum number of conversations to load at any time:" +#: ../../mod/connedit.php:300 +msgid "Channel has been unhidden" msgstr "" -#: ../../mod/settings.php:758 -msgid "Maximum of 100 items" +#: ../../mod/connedit.php:301 +msgid "Channel has been hidden" msgstr "" -#: ../../mod/settings.php:759 -msgid "Don't show emoticons" +#: ../../mod/connedit.php:315 +msgid "Channel has been approved" msgstr "" -#: ../../mod/settings.php:760 -msgid "Do not view remote profiles in frames" +#: ../../mod/connedit.php:316 +msgid "Channel has been unapproved" msgstr "" -#: ../../mod/settings.php:760 -msgid "By default open in a sub-window of your own site" +#: ../../mod/connedit.php:334 +msgid "Connection has been removed." msgstr "" -#: ../../mod/settings.php:761 -msgid "System Page Layout Editor - (advanced)" +#: ../../mod/connedit.php:354 +#, php-format +msgid "View %s's profile" msgstr "" -#: ../../mod/settings.php:796 -msgid "Nobody except yourself" +#: ../../mod/connedit.php:358 +msgid "Refresh Permissions" msgstr "" -#: ../../mod/settings.php:797 -msgid "Only those you specifically allow" +#: ../../mod/connedit.php:361 +msgid "Fetch updated permissions" msgstr "" -#: ../../mod/settings.php:798 -msgid "Anybody in your address book" +#: ../../mod/connedit.php:365 +msgid "Recent Activity" msgstr "" -#: ../../mod/settings.php:799 -msgid "Anybody on this website" +#: ../../mod/connedit.php:368 +msgid "View recent posts and comments" msgstr "" -#: ../../mod/settings.php:800 -msgid "Anybody in this network" +#: ../../mod/connedit.php:375 +msgid "Block or Unblock this connection" msgstr "" -#: ../../mod/settings.php:801 -msgid "Anybody authenticated" +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +msgid "Unignore" msgstr "" -#: ../../mod/settings.php:802 -msgid "Anybody on the internet" +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/notifications.php:51 +msgid "Ignore" msgstr "" -#: ../../mod/settings.php:879 -msgid "Publish your default profile in the network directory" +#: ../../mod/connedit.php:382 +msgid "Ignore or Unignore this connection" msgstr "" -#: ../../mod/settings.php:884 -msgid "Allow us to suggest you as a potential friend to new members?" +#: ../../mod/connedit.php:385 +msgid "Unarchive" msgstr "" -#: ../../mod/settings.php:893 -msgid "Your channel address is" +#: ../../mod/connedit.php:385 +msgid "Archive" msgstr "" -#: ../../mod/settings.php:927 -msgid "Channel Settings" +#: ../../mod/connedit.php:388 +msgid "Archive or Unarchive this connection" msgstr "" -#: ../../mod/settings.php:936 -msgid "Basic Settings" +#: ../../mod/connedit.php:391 +msgid "Unhide" msgstr "" -#: ../../mod/settings.php:939 -msgid "Your Timezone:" +#: ../../mod/connedit.php:391 +msgid "Hide" msgstr "" -#: ../../mod/settings.php:940 -msgid "Default Post Location:" +#: ../../mod/connedit.php:394 +msgid "Hide or Unhide this connection" msgstr "" -#: ../../mod/settings.php:940 -msgid "Geographical location to display on your posts" +#: ../../mod/connedit.php:401 +msgid "Delete this connection" msgstr "" -#: ../../mod/settings.php:941 -msgid "Use Browser Location:" +#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +msgid "Approve this connection" msgstr "" -#: ../../mod/settings.php:943 -msgid "Adult Content" +#: ../../mod/connedit.php:444 +msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/settings.php:943 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" +#: ../../mod/connedit.php:460 +msgid "Automatic Permissions Settings" msgstr "" -#: ../../mod/settings.php:945 -msgid "Security and Privacy Settings" +#: ../../mod/connedit.php:460 +#, php-format +msgid "Connections: settings for %s" msgstr "" -#: ../../mod/settings.php:947 -msgid "Hide my online presence" +#: ../../mod/connedit.php:464 +msgid "" +"When receiving a channel introduction, any permissions provided here will be " +"applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." msgstr "" -#: ../../mod/settings.php:947 -msgid "Prevents displaying in your profile that you are online" +#: ../../mod/connedit.php:466 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../mod/settings.php:949 -msgid "Simple Privacy Settings:" +#: ../../mod/connedit.php:472 +msgid "inherited" msgstr "" -#: ../../mod/settings.php:950 -msgid "" -"Very Public - extremely permissive (should be used with caution)" +#: ../../mod/connedit.php:474 +msgid "Connection has no individual permissions!" msgstr "" -#: ../../mod/settings.php:951 +#: ../../mod/connedit.php:475 msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" +"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../mod/settings.php:952 -msgid "Private - default private, never open or public" +#: ../../mod/connedit.php:477 +msgid "Profile Visibility" msgstr "" -#: ../../mod/settings.php:953 -msgid "Blocked - default blocked to/from everybody" +#: ../../mod/connedit.php:478 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/settings.php:955 -msgid "Allow others to tag your posts" +#: ../../mod/connedit.php:479 +msgid "Contact Information / Notes" msgstr "" -#: ../../mod/settings.php:955 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" +#: ../../mod/connedit.php:480 +msgid "Edit contact notes" msgstr "" -#: ../../mod/settings.php:957 -msgid "Advanced Privacy Settings" +#: ../../mod/connedit.php:482 +msgid "Their Settings" msgstr "" -#: ../../mod/settings.php:959 -msgid "Expire other channel content after this many days" +#: ../../mod/connedit.php:483 +msgid "My Settings" msgstr "" -#: ../../mod/settings.php:959 -msgid "0 or blank prevents expiration" +#: ../../mod/connedit.php:485 +msgid "Clear/Disable Automatic Permissions" msgstr "" -#: ../../mod/settings.php:960 -msgid "Maximum Friend Requests/Day:" +#: ../../mod/connedit.php:486 +msgid "Forum Members" msgstr "" -#: ../../mod/settings.php:960 -msgid "May reduce spam activity" +#: ../../mod/connedit.php:487 +msgid "Soapbox" msgstr "" -#: ../../mod/settings.php:961 -msgid "Default Post Permissions" +#: ../../mod/connedit.php:488 +msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../mod/settings.php:973 -msgid "Maximum private messages per day from unknown people:" +#: ../../mod/connedit.php:489 +msgid "Cautious Sharing " msgstr "" -#: ../../mod/settings.php:973 -msgid "Useful to reduce spamming" +#: ../../mod/connedit.php:490 +msgid "Follow Only" msgstr "" -#: ../../mod/settings.php:976 -msgid "Notification Settings" +#: ../../mod/connedit.php:491 +msgid "Individual Permissions" msgstr "" -#: ../../mod/settings.php:977 -msgid "By default post a status message when:" +#: ../../mod/connedit.php:492 +msgid "" +"Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " +"settings. Changing those inherited settings on this page will have no effect." msgstr "" -#: ../../mod/settings.php:978 -msgid "accepting a friend request" +#: ../../mod/connedit.php:493 +msgid "Advanced Permissions" msgstr "" -#: ../../mod/settings.php:979 -msgid "joining a forum/community" +#: ../../mod/connedit.php:494 +msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../mod/settings.php:980 -msgid "making an interesting profile change" +#: ../../mod/connedit.php:498 +#, php-format +msgid "Visit %s's profile - %s" msgstr "" -#: ../../mod/settings.php:981 -msgid "Send a notification email when:" +#: ../../mod/connedit.php:499 +msgid "Block/Unblock contact" msgstr "" -#: ../../mod/settings.php:982 -msgid "You receive a connection request" +#: ../../mod/connedit.php:500 +msgid "Ignore contact" msgstr "" -#: ../../mod/settings.php:983 -msgid "Your connections are confirmed" +#: ../../mod/connedit.php:501 +msgid "Repair URL settings" msgstr "" -#: ../../mod/settings.php:984 -msgid "Someone writes on your profile wall" +#: ../../mod/connedit.php:502 +msgid "View conversations" msgstr "" -#: ../../mod/settings.php:985 -msgid "Someone writes a followup comment" +#: ../../mod/connedit.php:504 +msgid "Delete contact" msgstr "" -#: ../../mod/settings.php:986 -msgid "You receive a private message" +#: ../../mod/connedit.php:507 +msgid "Last update:" msgstr "" -#: ../../mod/settings.php:987 -msgid "You receive a friend suggestion" +#: ../../mod/connedit.php:509 +msgid "Update public posts" msgstr "" -#: ../../mod/settings.php:988 -msgid "You are tagged in a post" +#: ../../mod/connedit.php:511 +msgid "Update now" msgstr "" -#: ../../mod/settings.php:989 -msgid "You are poked/prodded/etc. in a post" +#: ../../mod/connedit.php:517 +msgid "Currently blocked" msgstr "" -#: ../../mod/settings.php:992 -msgid "Advanced Account/Page Type Settings" +#: ../../mod/connedit.php:518 +msgid "Currently ignored" msgstr "" -#: ../../mod/settings.php:993 -msgid "Change the behaviour of this account for special situations" +#: ../../mod/connedit.php:519 +msgid "Currently archived" msgstr "" -#: ../../mod/settings.php:996 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" +#: ../../mod/connedit.php:520 +msgid "Currently pending" msgstr "" -#: ../../mod/settings.php:997 -msgid "Miscellaneous Settings" +#: ../../mod/connedit.php:521 +msgid "Hide this contact from others" msgstr "" -#: ../../mod/settings.php:999 -msgid "Personal menu to display in your channel pages" +#: ../../mod/connedit.php:521 +msgid "" +"Replies/likes to your public posts may still be visible" msgstr "" -#: ../../mod/setup.php:162 -msgid "Red Matrix Server - Setup" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." msgstr "" -#: ../../mod/setup.php:168 -msgid "Could not connect to database." +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" msgstr "" -#: ../../mod/setup.php:172 +#: ../../mod/delegate.php:123 msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." msgstr "" -#: ../../mod/setup.php:179 -msgid "Could not create table." +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" msgstr "" -#: ../../mod/setup.php:185 -msgid "Your site database has been installed." +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" msgstr "" -#: ../../mod/setup.php:190 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" msgstr "" -#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908 +msgid "Remove" msgstr "" -#: ../../mod/setup.php:257 -msgid "System check" +#: ../../mod/delegate.php:131 +msgid "Add" msgstr "" -#: ../../mod/setup.php:261 ../../mod/events.php:369 -msgid "Next" +#: ../../mod/delegate.php:132 +msgid "No entries." msgstr "" -#: ../../mod/setup.php:262 -msgid "Check again" +#: ../../mod/search.php:13 ../../mod/directory.php:15 +#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 +msgid "Public access denied." msgstr "" -#: ../../mod/setup.php:284 -msgid "Database connection" +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 +msgid "Gender: " msgstr "" -#: ../../mod/setup.php:285 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." +#: ../../mod/directory.php:207 +msgid "Finding:" msgstr "" -#: ../../mod/setup.php:286 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +#: ../../mod/directory.php:215 +msgid "next page" msgstr "" -#: ../../mod/setup.php:287 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +#: ../../mod/directory.php:215 +msgid "previous page" msgstr "" -#: ../../mod/setup.php:291 -msgid "Database Server Name" +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../mod/setup.php:291 -msgid "Default is localhost" +#: ../../mod/dirprofile.php:108 +msgid "Status: " msgstr "" -#: ../../mod/setup.php:292 -msgid "Database Port" +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " msgstr "" -#: ../../mod/setup.php:292 -msgid "Communication port number - use 0 for default" +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " msgstr "" -#: ../../mod/setup.php:293 -msgid "Database Login Name" +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " msgstr "" -#: ../../mod/setup.php:294 -msgid "Database Login Password" +#: ../../mod/dirprofile.php:114 +msgid "About: " msgstr "" -#: ../../mod/setup.php:295 -msgid "Database Name" +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " msgstr "" -#: ../../mod/setup.php:297 ../../mod/setup.php:339 -msgid "Site administrator email address" +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" msgstr "" -#: ../../mod/setup.php:297 ../../mod/setup.php:339 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../mod/settings.php:71 +msgid "Name is required" msgstr "" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Website URL" +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" msgstr "" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please use SSL (https) URL if available." +#: ../../mod/settings.php:195 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/setup.php:301 ../../mod/setup.php:344 -msgid "Please select a default timezone for your website" +#: ../../mod/settings.php:199 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/setup.php:328 -msgid "Site settings" +#: ../../mod/settings.php:212 +msgid "Password changed." msgstr "" -#: ../../mod/setup.php:387 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/settings.php:214 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/setup.php:388 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." +#: ../../mod/settings.php:228 +msgid "Not valid email." msgstr "" -#: ../../mod/setup.php:392 -msgid "PHP executable path" +#: ../../mod/settings.php:231 +msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/setup.php:392 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../mod/settings.php:240 +msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/setup.php:397 -msgid "Command line PHP" +#: ../../mod/settings.php:443 +msgid "Settings updated." msgstr "" -#: ../../mod/setup.php:406 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 +msgid "Add application" msgstr "" -#: ../../mod/setup.php:407 -msgid "This is required for message delivery to work." +#: ../../mod/settings.php:517 +msgid "Name of application" msgstr "" -#: ../../mod/setup.php:409 -msgid "PHP register_argc_argv" +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Consumer Key" msgstr "" -#: ../../mod/setup.php:430 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../mod/settings.php:518 ../../mod/settings.php:519 +msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/setup.php:431 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Consumer Secret" msgstr "" -#: ../../mod/setup.php:433 -msgid "Generate encryption keys" +#: ../../mod/settings.php:520 ../../mod/settings.php:546 +msgid "Redirect" msgstr "" -#: ../../mod/setup.php:440 -msgid "libCurl PHP module" +#: ../../mod/settings.php:520 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/setup.php:441 -msgid "GD graphics PHP module" +#: ../../mod/settings.php:521 ../../mod/settings.php:547 +msgid "Icon url" msgstr "" -#: ../../mod/setup.php:442 -msgid "OpenSSL PHP module" +#: ../../mod/settings.php:521 +msgid "Optional" msgstr "" -#: ../../mod/setup.php:443 -msgid "mysqli PHP module" +#: ../../mod/settings.php:532 +msgid "You can't edit this application." msgstr "" -#: ../../mod/setup.php:444 -msgid "mb_string PHP module" +#: ../../mod/settings.php:575 +msgid "Connected Apps" msgstr "" -#: ../../mod/setup.php:445 -msgid "mcrypt PHP module" +#: ../../mod/settings.php:579 +msgid "Client key starts with" msgstr "" -#: ../../mod/setup.php:450 ../../mod/setup.php:452 -msgid "Apache mod_rewrite module" +#: ../../mod/settings.php:580 +msgid "No name" msgstr "" -#: ../../mod/setup.php:450 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../mod/settings.php:581 +msgid "Remove authorization" msgstr "" -#: ../../mod/setup.php:456 ../../mod/setup.php:459 -msgid "proc_open" +#: ../../mod/settings.php:592 +msgid "No feature settings configured" msgstr "" -#: ../../mod/setup.php:456 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" +#: ../../mod/settings.php:600 +msgid "Feature Settings" msgstr "" -#: ../../mod/setup.php:464 -msgid "Error: libCURL PHP module required but not installed." +#: ../../mod/settings.php:623 +msgid "Account Settings" msgstr "" -#: ../../mod/setup.php:468 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../mod/settings.php:624 +msgid "Password Settings" msgstr "" -#: ../../mod/setup.php:472 -msgid "Error: openssl PHP module required but not installed." +#: ../../mod/settings.php:625 +msgid "New Password:" msgstr "" -#: ../../mod/setup.php:476 -msgid "Error: mysqli PHP module required but not installed." +#: ../../mod/settings.php:626 +msgid "Confirm:" msgstr "" -#: ../../mod/setup.php:480 -msgid "Error: mb_string PHP module required but not installed." +#: ../../mod/settings.php:626 +msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/setup.php:484 -msgid "Error: mcrypt PHP module required but not installed." +#: ../../mod/settings.php:628 ../../mod/settings.php:938 +msgid "Email Address:" msgstr "" -#: ../../mod/setup.php:500 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../mod/settings.php:629 +msgid "Remove Account" msgstr "" -#: ../../mod/setup.php:501 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +#: ../../mod/settings.php:630 +msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/setup.php:502 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." +#: ../../mod/settings.php:646 +msgid "Off" msgstr "" -#: ../../mod/setup.php:503 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/settings.php:646 +msgid "On" msgstr "" -#: ../../mod/setup.php:506 -msgid ".htconfig.php is writable" +#: ../../mod/settings.php:653 +msgid "Additional Features" msgstr "" -#: ../../mod/setup.php:516 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." +#: ../../mod/settings.php:678 +msgid "Connector Settings" msgstr "" -#: ../../mod/setup.php:517 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." +#: ../../mod/settings.php:749 +msgid "Display Settings" msgstr "" -#: ../../mod/setup.php:518 ../../mod/setup.php:536 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +#: ../../mod/settings.php:755 +msgid "Display Theme:" msgstr "" -#: ../../mod/setup.php:519 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +#: ../../mod/settings.php:756 +msgid "Mobile Theme:" msgstr "" -#: ../../mod/setup.php:522 -msgid "view/tpl/smarty3 is writable" +#: ../../mod/settings.php:757 +msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/setup.php:535 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" +#: ../../mod/settings.php:757 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/setup.php:539 -msgid "store is writable" +#: ../../mod/settings.php:758 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/setup.php:569 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../mod/settings.php:758 +msgid "Maximum of 100 items" msgstr "" -#: ../../mod/setup.php:570 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" +#: ../../mod/settings.php:759 +msgid "Don't show emoticons" msgstr "" -#: ../../mod/setup.php:571 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../mod/settings.php:760 +msgid "Do not view remote profiles in frames" msgstr "" -#: ../../mod/setup.php:572 -msgid "" -"If your certificate is not recognised, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." +#: ../../mod/settings.php:760 +msgid "By default open in a sub-window of your own site" msgstr "" -#: ../../mod/setup.php:573 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../mod/setup.php:574 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../mod/settings.php:796 +msgid "Nobody except yourself" msgstr "" -#: ../../mod/setup.php:576 -msgid "SSL certificate validation" +#: ../../mod/settings.php:797 +msgid "Only those you specifically allow" msgstr "" -#: ../../mod/setup.php:582 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." +#: ../../mod/settings.php:798 +msgid "Anybody in your address book" msgstr "" -#: ../../mod/setup.php:584 -msgid "Url rewrite is working" +#: ../../mod/settings.php:799 +msgid "Anybody on this website" msgstr "" -#: ../../mod/setup.php:594 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." +#: ../../mod/settings.php:800 +msgid "Anybody in this network" msgstr "" -#: ../../mod/setup.php:618 -msgid "Errors encountered creating database tables." +#: ../../mod/settings.php:801 +msgid "Anybody authenticated" msgstr "" -#: ../../mod/setup.php:653 -msgid "

What next

" +#: ../../mod/settings.php:802 +msgid "Anybody on the internet" msgstr "" -#: ../../mod/setup.php:654 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/settings.php:879 +msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." +#: ../../mod/settings.php:884 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/events.php:299 -msgid "l, F j" +#: ../../mod/settings.php:893 +msgid "Your channel address is" msgstr "" -#: ../../mod/events.php:321 -msgid "Edit event" +#: ../../mod/settings.php:927 +msgid "Channel Settings" msgstr "" -#: ../../mod/events.php:367 -msgid "Create New Event" +#: ../../mod/settings.php:936 +msgid "Basic Settings" msgstr "" -#: ../../mod/events.php:368 -msgid "Previous" +#: ../../mod/settings.php:939 +msgid "Your Timezone:" msgstr "" -#: ../../mod/events.php:439 -msgid "hour:minute" +#: ../../mod/settings.php:940 +msgid "Default Post Location:" msgstr "" -#: ../../mod/events.php:459 -msgid "Event details" +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" msgstr "" -#: ../../mod/events.php:460 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." +#: ../../mod/settings.php:941 +msgid "Use Browser Location:" msgstr "" -#: ../../mod/events.php:462 -msgid "Event Starts:" +#: ../../mod/settings.php:943 +msgid "Adult Content" msgstr "" -#: ../../mod/events.php:462 ../../mod/events.php:476 ../../mod/appman.php:83 -#: ../../mod/appman.php:84 -msgid "Required" +#: ../../mod/settings.php:943 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/events.php:465 -msgid "Finish date/time is not known or not relevant" +#: ../../mod/settings.php:945 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/events.php:467 -msgid "Event Finishes:" +#: ../../mod/settings.php:947 +msgid "Hide my online presence" msgstr "" -#: ../../mod/events.php:470 -msgid "Adjust for viewer timezone" +#: ../../mod/settings.php:947 +msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../mod/events.php:472 -msgid "Description:" +#: ../../mod/settings.php:949 +msgid "Simple Privacy Settings:" msgstr "" -#: ../../mod/events.php:476 -msgid "Title:" +#: ../../mod/settings.php:950 +msgid "" +"Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../mod/events.php:478 -msgid "Share this event" +#: ../../mod/settings.php:951 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" msgstr "" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." +#: ../../mod/settings.php:952 +msgid "Private - default private, never open or public" msgstr "" -#: ../../mod/photos.php:97 -msgid "Album not found." +#: ../../mod/settings.php:953 +msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../mod/photos.php:119 ../../mod/photos.php:671 -msgid "Delete Album" +#: ../../mod/settings.php:955 +msgid "Allow others to tag your posts" msgstr "" -#: ../../mod/photos.php:159 ../../mod/photos.php:954 -msgid "Delete Photo" +#: ../../mod/settings.php:955 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/photos.php:453 -msgid "No photos selected" +#: ../../mod/settings.php:957 +msgid "Advanced Privacy Settings" msgstr "" -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." +#: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" msgstr "" -#: ../../mod/photos.php:576 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" msgstr "" -#: ../../mod/photos.php:579 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." +#: ../../mod/settings.php:960 +msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/photos.php:598 -msgid "Upload Photos" +#: ../../mod/settings.php:960 +msgid "May reduce spam activity" msgstr "" -#: ../../mod/photos.php:602 ../../mod/photos.php:666 -msgid "New album name: " +#: ../../mod/settings.php:961 +msgid "Default Post Permissions" msgstr "" -#: ../../mod/photos.php:603 -msgid "or existing album name: " +#: ../../mod/settings.php:973 +msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/photos.php:604 -msgid "Do not show a status post for this upload" +#: ../../mod/settings.php:973 +msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 -#: ../../mod/photos.php:1141 -msgid "Contact Photos" +#: ../../mod/settings.php:976 +msgid "Notification Settings" msgstr "" -#: ../../mod/photos.php:681 -msgid "Edit Album" +#: ../../mod/settings.php:977 +msgid "By default post a status message when:" msgstr "" -#: ../../mod/photos.php:687 -msgid "Show Newest First" +#: ../../mod/settings.php:978 +msgid "accepting a friend request" msgstr "" -#: ../../mod/photos.php:689 -msgid "Show Oldest First" +#: ../../mod/settings.php:979 +msgid "joining a forum/community" msgstr "" -#: ../../mod/photos.php:732 ../../mod/photos.php:1173 -msgid "View Photo" +#: ../../mod/settings.php:980 +msgid "making an interesting profile change" msgstr "" -#: ../../mod/photos.php:778 -msgid "Permission denied. Access to this item may be restricted." +#: ../../mod/settings.php:981 +msgid "Send a notification email when:" msgstr "" -#: ../../mod/photos.php:780 -msgid "Photo not available" +#: ../../mod/settings.php:982 +msgid "You receive a connection request" msgstr "" -#: ../../mod/photos.php:840 -msgid "Use as profile photo" +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" msgstr "" -#: ../../mod/photos.php:864 -msgid "View Full Size" +#: ../../mod/settings.php:984 +msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/photos.php:938 -msgid "Edit photo" +#: ../../mod/settings.php:985 +msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/photos.php:940 -msgid "Rotate CW (right)" +#: ../../mod/settings.php:986 +msgid "You receive a private message" msgstr "" -#: ../../mod/photos.php:941 -msgid "Rotate CCW (left)" +#: ../../mod/settings.php:987 +msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/photos.php:943 -msgid "New album name" +#: ../../mod/settings.php:988 +msgid "You are tagged in a post" msgstr "" -#: ../../mod/photos.php:946 -msgid "Caption" +#: ../../mod/settings.php:989 +msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/photos.php:948 -msgid "Add a Tag" +#: ../../mod/settings.php:992 +msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/photos.php:951 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +#: ../../mod/settings.php:993 +msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/photos.php:1104 -msgid "In This Photo:" +#: ../../mod/settings.php:996 +msgid "" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" msgstr "" -#: ../../mod/photos.php:1179 -msgid "View Album" +#: ../../mod/settings.php:997 +msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/photos.php:1188 -msgid "Recent Photos" +#: ../../mod/settings.php:999 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" msgstr "" -#: ../../mod/help.php:69 ../../index.php:234 -msgid "Not Found" +#: ../../mod/setup.php:168 +msgid "Could not connect to database." msgstr "" -#: ../../mod/ping.php:192 -msgid "sent you a private message" +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/ping.php:250 -msgid "added your channel" +#: ../../mod/setup.php:179 +msgid "Could not create table." msgstr "" -#: ../../mod/ping.php:294 -msgid "posted an event" +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." msgstr "" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" +#: ../../mod/setup.php:257 +msgid "System check" msgstr "" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" +#: ../../mod/setup.php:261 ../../mod/events.php:369 +msgid "Next" msgstr "" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +#: ../../mod/setup.php:262 +msgid "Check again" msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1461 -msgid "Password Reset" +#: ../../mod/setup.php:284 +msgid "Database connection" msgstr "" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." msgstr "" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../mod/lostpass.php:89 -msgid "click here to login" +#: ../../mod/setup.php:291 +msgid "Database Server Name" msgstr "" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." +#: ../../mod/setup.php:291 +msgid "Default is localhost" msgstr "" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" +#: ../../mod/setup.php:292 +msgid "Database Port" msgstr "" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +#: ../../mod/setup.php:293 +msgid "Database Login Name" msgstr "" -#: ../../mod/lostpass.php:124 -msgid "Email Address" +#: ../../mod/setup.php:294 +msgid "Database Login Password" msgstr "" -#: ../../mod/lostpass.php:125 -msgid "Reset" +#: ../../mod/setup.php:295 +msgid "Database Name" msgstr "" -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" msgstr "" -#: ../../mod/removeme.php:50 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../mod/removeme.php:51 -msgid "Please enter your password for verification:" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" msgstr "" -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../mod/removeme.php:52 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/removeme.php:53 -msgid "Remove Channel" +#: ../../mod/setup.php:328 +msgid "Site settings" msgstr "" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." +#: ../../mod/setup.php:392 +msgid "PHP executable path" msgstr "" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" +#: ../../mod/setup.php:397 +msgid "Command line PHP" msgstr "" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/delegate.php:131 -msgid "Add" +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/delegate.php:132 -msgid "No entries." +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/layouts.php:62 -msgid "Help with this feature" +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/layouts.php:84 -msgid "Layout Name" +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/connections.php:191 ../../mod/connections.php:291 -msgid "Blocked" +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" msgstr "" -#: ../../mod/connections.php:196 ../../mod/connections.php:298 -msgid "Ignored" +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" msgstr "" -#: ../../mod/connections.php:201 ../../mod/connections.php:312 -msgid "Hidden" +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" msgstr "" -#: ../../mod/connections.php:206 ../../mod/connections.php:305 -msgid "Archived" +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/connections.php:230 ../../mod/connections.php:244 -msgid "All" +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" msgstr "" -#: ../../mod/connections.php:239 ../../mod/connections.php:319 -msgid "Unconnected" +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" msgstr "" -#: ../../mod/connections.php:269 -msgid "Suggest new connections" +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" msgstr "" -#: ../../mod/connections.php:272 -msgid "New Connections" +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/connections.php:275 -msgid "Show pending (new) connections" +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/connections.php:281 -msgid "Show all connections" +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" msgstr "" -#: ../../mod/connections.php:284 -msgid "Unblocked" +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../mod/connections.php:287 -msgid "Only show unblocked connections" +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/connections.php:294 -msgid "Only show blocked connections" +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/connections.php:301 -msgid "Only show ignored connections" +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/connections.php:308 -msgid "Only show archived connections" +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/connections.php:315 -msgid "Only show hidden connections" +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/connections.php:322 -msgid "Only show one-way connections" +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/connections.php:367 -#, php-format -msgid "%1$s [%2$s]" +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/connections.php:368 -msgid "Edit contact" +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/connections.php:389 -msgid "Search your connections" +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/connections.php:390 -msgid "Finding: " +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/import.php:36 -msgid "Nothing to import." +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/import.php:64 -msgid "Imported file is empty." +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." msgstr "" -#: ../../mod/import.php:88 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" msgstr "" -#: ../../mod/import.php:358 -msgid "Import completed." +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/import.php:371 -msgid "You must be logged in to use this feature." +#: ../../mod/setup.php:539 +msgid "store is writable" msgstr "" -#: ../../mod/import.php:376 -msgid "Import Channel" +#: ../../mod/setup.php:569 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/import.php:377 +#: ../../mod/setup.php:570 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. Only identity and connections/relationships will be " -"imported. Importation of content is not yet available." +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/import.php:378 -msgid "File to Upload" +#: ../../mod/setup.php:571 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../mod/import.php:379 -msgid "Or provide the old server/hub details" +#: ../../mod/setup.php:572 +msgid "" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/import.php:380 -msgid "Your old identity address (xyz@example.com)" +#: ../../mod/setup.php:573 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/import.php:381 -msgid "Your old login email address" +#: ../../mod/setup.php:574 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/import.php:382 -msgid "Your old login password" +#: ../../mod/setup.php:576 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/import.php:383 +#: ../../mod/setup.php:582 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 " -"able to post from either location, but only one can be marked as the primary " -"location for files, photos, and media." +"Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/import.php:384 -msgid "Make this hub my primary location" +#: ../../mod/setup.php:584 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/mood.php:138 -msgid "Mood" +#: ../../mod/setup.php:594 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/mood.php:139 -msgid "Set your current mood and tell your friends" +#: ../../mod/setup.php:618 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/chat.php:167 -msgid "Room not found" +#: ../../mod/setup.php:653 +msgid "

What next

" msgstr "" -#: ../../mod/chat.php:178 -msgid "Leave Room" +#: ../../mod/setup.php:654 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/chat.php:179 -msgid "Delete This Room" +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 +#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 +msgid "Item not found" msgstr "" -#: ../../mod/chat.php:180 -msgid "I am away right now" +#: ../../mod/editblock.php:77 +msgid "Edit Block" msgstr "" -#: ../../mod/chat.php:181 -msgid "I am online" +#: ../../mod/editblock.php:87 +msgid "Delete block?" msgstr "" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" +#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" msgstr "" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" +#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" +#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" +#: ../../mod/editblock.php:153 +msgid "Delete Block" msgstr "" -#: ../../mod/editblock.php:77 -msgid "Edit Block" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../mod/editblock.php:87 -msgid "Delete block?" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" msgstr "" -#: ../../mod/editblock.php:153 -msgid "Delete Block" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../mod/match.php:16 -msgid "Profile Match" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" msgstr "" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" msgstr "" -#: ../../mod/match.php:61 -msgid "is interested in:" +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" msgstr "" -#: ../../mod/match.php:69 -msgid "No matches" +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" msgstr "" -#: ../../mod/chatsvc.php:115 -msgid "Online" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" msgstr "" #: ../../mod/editwebpage.php:106 @@ -6088,1346 +6262,1321 @@ msgstr "" msgid "Delete Webpage" msgstr "" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 -msgid "Profile not found." -msgstr "" - -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "" - -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" msgstr "" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/profiles.php:178 -msgid "Profile Name is required." +#: ../../mod/siteinfo.php:97 +msgid "Red" msgstr "" -#: ../../mod/profiles.php:294 -msgid "Marital Status" +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." msgstr "" -#: ../../mod/profiles.php:298 -msgid "Romantic Partner" +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" msgstr "" -#: ../../mod/profiles.php:302 -msgid "Likes" +#: ../../mod/siteinfo.php:102 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." msgstr "" -#: ../../mod/profiles.php:306 -msgid "Dislikes" +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/profiles.php:310 -msgid "Work/Employment" +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" msgstr "" -#: ../../mod/profiles.php:313 -msgid "Religion" +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" msgstr "" -#: ../../mod/profiles.php:317 -msgid "Political Views" +#: ../../mod/events.php:72 +msgid "Event title and start time are required." msgstr "" -#: ../../mod/profiles.php:321 -msgid "Gender" +#: ../../mod/events.php:299 +msgid "l, F j" msgstr "" -#: ../../mod/profiles.php:325 -msgid "Sexual Preference" +#: ../../mod/events.php:321 +msgid "Edit event" msgstr "" -#: ../../mod/profiles.php:329 -msgid "Homepage" +#: ../../mod/events.php:367 +msgid "Create New Event" msgstr "" -#: ../../mod/profiles.php:333 -msgid "Interests" +#: ../../mod/events.php:368 +msgid "Previous" msgstr "" -#: ../../mod/profiles.php:337 ../../mod/admin.php:891 -msgid "Address" +#: ../../mod/events.php:439 +msgid "hour:minute" msgstr "" -#: ../../mod/profiles.php:427 -msgid "Profile updated." +#: ../../mod/events.php:459 +msgid "Event details" msgstr "" -#: ../../mod/profiles.php:482 -msgid "Hide your contact/friend list from viewers of this profile?" +#: ../../mod/events.php:460 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/profiles.php:505 -msgid "Edit Profile Details" +#: ../../mod/events.php:462 +msgid "Event Starts:" msgstr "" -#: ../../mod/profiles.php:507 -msgid "View this profile" +#: ../../mod/events.php:462 ../../mod/events.php:476 ../../mod/appman.php:87 +#: ../../mod/appman.php:88 +msgid "Required" msgstr "" -#: ../../mod/profiles.php:508 -msgid "Change Profile Photo" +#: ../../mod/events.php:465 +msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/profiles.php:509 -msgid "Create a new profile using these settings" +#: ../../mod/events.php:467 +msgid "Event Finishes:" msgstr "" -#: ../../mod/profiles.php:510 -msgid "Clone this profile" +#: ../../mod/events.php:470 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/profiles.php:511 -msgid "Delete this profile" +#: ../../mod/events.php:472 +msgid "Description:" msgstr "" -#: ../../mod/profiles.php:512 -msgid "Profile Name:" +#: ../../mod/events.php:476 +msgid "Title:" msgstr "" -#: ../../mod/profiles.php:513 -msgid "Your Full Name:" +#: ../../mod/events.php:478 +msgid "Share this event" msgstr "" -#: ../../mod/profiles.php:514 -msgid "Title/Description:" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../mod/profiles.php:515 -msgid "Your Gender:" +#: ../../mod/sources.php:45 +msgid "Source created." msgstr "" -#: ../../mod/profiles.php:516 -#, php-format -msgid "Birthday (%s):" +#: ../../mod/sources.php:57 +msgid "Source updated." msgstr "" -#: ../../mod/profiles.php:517 -msgid "Street Address:" +#: ../../mod/sources.php:82 +msgid "*" msgstr "" -#: ../../mod/profiles.php:518 -msgid "Locality/City:" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../mod/profiles.php:519 -msgid "Postal/Zip Code:" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" msgstr "" -#: ../../mod/profiles.php:520 -msgid "Country:" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../mod/profiles.php:521 -msgid "Region/State:" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" msgstr "" -#: ../../mod/profiles.php:522 -msgid " Marital Status:" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" msgstr "" -#: ../../mod/profiles.php:523 -msgid "Who: (if applicable)" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" msgstr "" -#: ../../mod/profiles.php:524 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." msgstr "" -#: ../../mod/profiles.php:525 -msgid "Since [date]:" +#: ../../mod/sources.php:130 +msgid "Edit Source" msgstr "" -#: ../../mod/profiles.php:527 -msgid "Homepage URL:" +#: ../../mod/sources.php:131 +msgid "Delete Source" msgstr "" -#: ../../mod/profiles.php:530 -msgid "Religious Views:" +#: ../../mod/sources.php:158 +msgid "Source removed" msgstr "" -#: ../../mod/profiles.php:531 -msgid "Keywords:" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." msgstr "" -#: ../../mod/profiles.php:534 -msgid "Example: fishing photography software" +#: ../../mod/filer.php:49 +msgid "- select -" msgstr "" -#: ../../mod/profiles.php:535 -msgid "Used in directory listings" +#: ../../mod/appman.php:27 +msgid "App installed." msgstr "" -#: ../../mod/profiles.php:536 -msgid "Tell us about yourself..." +#: ../../mod/appman.php:35 +msgid "Malformed app." msgstr "" -#: ../../mod/profiles.php:537 -msgid "Hobbies/Interests" +#: ../../mod/appman.php:76 +msgid "Embed code" msgstr "" -#: ../../mod/profiles.php:538 -msgid "Contact information and Social Networks" +#: ../../mod/appman.php:82 +msgid "Edit App" msgstr "" -#: ../../mod/profiles.php:539 -msgid "My other channels" +#: ../../mod/appman.php:82 +msgid "Create App" msgstr "" -#: ../../mod/profiles.php:540 -msgid "Musical interests" +#: ../../mod/appman.php:87 +msgid "Name of app" msgstr "" -#: ../../mod/profiles.php:541 -msgid "Books, literature" +#: ../../mod/appman.php:88 +msgid "Location (URL) of app" msgstr "" -#: ../../mod/profiles.php:542 -msgid "Television" +#: ../../mod/appman.php:90 +msgid "Photo icon URL" msgstr "" -#: ../../mod/profiles.php:543 -msgid "Film/dance/culture/entertainment" +#: ../../mod/appman.php:90 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../mod/profiles.php:544 -msgid "Love/romance" +#: ../../mod/appman.php:91 +msgid "Version ID" msgstr "" -#: ../../mod/profiles.php:545 -msgid "Work/employment" +#: ../../mod/appman.php:92 +msgid "Price of app" msgstr "" -#: ../../mod/profiles.php:546 -msgid "School/education" +#: ../../mod/appman.php:93 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../mod/profiles.php:551 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." msgstr "" -#: ../../mod/profiles.php:600 -msgid "Edit/Manage Profiles" +#: ../../mod/filestorage.php:85 +msgid "File not found." msgstr "" -#: ../../mod/profiles.php:601 -msgid "Add profile things" +#: ../../mod/filestorage.php:121 +msgid "Edit file permissions" msgstr "" -#: ../../mod/profiles.php:602 -msgid "Include desirable objects in your profile" +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" msgstr "" -#: ../../mod/menu.php:21 -msgid "Menu updated." +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" msgstr "" -#: ../../mod/menu.php:25 -msgid "Unable to update menu." +#: ../../mod/filestorage.php:131 +msgid "Return to file list" msgstr "" -#: ../../mod/menu.php:30 -msgid "Menu created." +#: ../../mod/filestorage.php:133 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../mod/menu.php:34 -msgid "Unable to create menu." +#: ../../mod/filestorage.php:134 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../mod/menu.php:57 -msgid "Manage Menus" +#: ../../mod/filestorage.php:171 +msgid "Download" msgstr "" -#: ../../mod/menu.php:60 -msgid "Drop" +#: ../../mod/filestorage.php:177 +msgid "Used: " msgstr "" -#: ../../mod/menu.php:62 -msgid "Create a new menu" +#: ../../mod/filestorage.php:178 +msgid "[directory]" msgstr "" -#: ../../mod/menu.php:63 -msgid "Delete this menu" +#: ../../mod/filestorage.php:180 +msgid "Limit: " msgstr "" -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" +#: ../../mod/follow.php:25 +msgid "Channel added." msgstr "" -#: ../../mod/menu.php:65 -msgid "Edit this menu" +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/menu.php:80 -msgid "New Menu" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." msgstr "" -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." msgstr "" -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" msgstr "" -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" +#: ../../mod/group.php:20 +msgid "Collection created." msgstr "" -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" +#: ../../mod/group.php:26 +msgid "Could not create collection." msgstr "" -#: ../../mod/menu.php:98 -msgid "Menu deleted." +#: ../../mod/group.php:54 +msgid "Collection updated." msgstr "" -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." +#: ../../mod/group.php:86 +msgid "Create a collection of channels." msgstr "" -#: ../../mod/menu.php:106 -msgid "Edit Menu" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " msgstr "" -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" msgstr "" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/group.php:107 +msgid "Collection removed." msgstr "" -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." +#: ../../mod/group.php:182 +msgid "Collection Editor" msgstr "" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." +#: ../../mod/group.php:196 +msgid "Members" msgstr "" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." +#: ../../mod/group.php:198 +msgid "All Connected Channels" msgstr "" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../mod/mail.php:132 -msgid "Message deleted." +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/mail.php:149 -msgid "Message recalled." +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" msgstr "" -#: ../../mod/mail.php:206 -msgid "Send Private Message" +#: ../../mod/help.php:69 ../../index.php:234 +msgid "Not Found" msgstr "" -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" msgstr "" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/mail.php:216 ../../mod/mail.php:328 ../../mod/invite.php:143 -msgid "Your message:" +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/mail.php:249 -msgid "Message not found." +#: ../../mod/home.php:91 +#, php-format +msgid "Welcome to %s" msgstr "" -#: ../../mod/mail.php:293 -msgid "Recall message" +#: ../../mod/thing.php:98 +msgid "Thing updated" msgstr "" -#: ../../mod/mail.php:295 -msgid "Message has been recalled." +#: ../../mod/thing.php:158 +msgid "Object store: failed" msgstr "" -#: ../../mod/mail.php:312 -msgid "Private Conversation" +#: ../../mod/thing.php:162 +msgid "Thing added" msgstr "" -#: ../../mod/mail.php:316 -msgid "Delete conversation" +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/mail.php:318 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +#: ../../mod/thing.php:234 +msgid "Show Thing" msgstr "" -#: ../../mod/mail.php:322 -msgid "Send Reply" +#: ../../mod/thing.php:241 +msgid "item not found." msgstr "" -#: ../../mod/appman.php:27 -msgid "App installed." +#: ../../mod/thing.php:269 +msgid "Edit Thing" msgstr "" -#: ../../mod/appman.php:35 -msgid "Malformed app." +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" msgstr "" -#: ../../mod/appman.php:72 -msgid "Embed code" +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" msgstr "" -#: ../../mod/appman.php:78 -msgid "Create App" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" msgstr "" -#: ../../mod/appman.php:83 -msgid "Name of app" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../mod/appman.php:84 -msgid "Location (URL) of app" +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" msgstr "" -#: ../../mod/appman.php:85 ../../mod/rbmark.php:95 -msgid "Description" +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" msgstr "" -#: ../../mod/appman.php:86 -msgid "Photo icon URL" +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" msgstr "" -#: ../../mod/appman.php:86 -msgid "80 x 80 pixels - optional" +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" msgstr "" -#: ../../mod/appman.php:87 -msgid "Version ID" +#: ../../mod/import.php:36 +msgid "Nothing to import." msgstr "" -#: ../../mod/appman.php:88 -msgid "Price of app" +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" msgstr "" -#: ../../mod/appman.php:89 -msgid "Location (URL) to purchase app" +#: ../../mod/import.php:64 +msgid "Imported file is empty." msgstr "" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../mod/poke.php:161 -msgid "Recipient" +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" +#: ../../mod/import.php:358 +msgid "Import completed." msgstr "" -#: ../../mod/poke.php:165 -msgid "Make this post private" +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../mod/viewconnections.php:58 -msgid "No connections." +#: ../../mod/import.php:376 +msgid "Import Channel" msgstr "" -#: ../../mod/viewconnections.php:70 -#, php-format -msgid "Visit %s's profile [%s]" +#: ../../mod/import.php:377 +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. Only identity and connections/relationships will be " +"imported. Importation of content is not yet available." msgstr "" -#: ../../mod/viewconnections.php:85 -msgid "View Connnections" +#: ../../mod/import.php:378 +msgid "File to Upload" msgstr "" -#: ../../mod/admin.php:52 -msgid "Theme settings updated." +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../mod/admin.php:92 ../../mod/admin.php:440 -msgid "Site" +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../mod/admin.php:93 -msgid "Accounts" +#: ../../mod/import.php:381 +msgid "Your old login email address" msgstr "" -#: ../../mod/admin.php:94 ../../mod/admin.php:883 -msgid "Channels" +#: ../../mod/import.php:382 +msgid "Your old login password" msgstr "" -#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 -msgid "Plugins" +#: ../../mod/import.php:383 +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 " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 -msgid "Themes" +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" msgstr "" -#: ../../mod/admin.php:97 ../../mod/admin.php:540 -msgid "Server" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../mod/admin.php:98 -msgid "DB updates" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." msgstr "" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 -msgid "Logs" +#: ../../mod/invite.php:76 +msgid "Please join us on Red" msgstr "" -#: ../../mod/admin.php:118 -msgid "Plugin Features" +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../mod/admin.php:197 -msgid "Message queues" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" msgstr "" -#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 -#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 -#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 -#: ../../mod/admin.php:1301 -msgid "Administration" +#: ../../mod/invite.php:141 +msgid "Send invitations" msgstr "" -#: ../../mod/admin.php:203 -msgid "Summary" +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/admin.php:205 -msgid "Registered users" +#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +msgid "Your message:" msgstr "" -#: ../../mod/admin.php:207 ../../mod/admin.php:543 -msgid "Pending registrations" +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red " +"Matrix - a revolutionary new decentralised communication and information " +"tool." msgstr "" -#: ../../mod/admin.php:208 -msgid "Version" +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: ../../mod/admin.php:210 ../../mod/admin.php:544 -msgid "Active plugins" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" msgstr "" -#: ../../mod/admin.php:360 -msgid "Site settings updated." +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" msgstr "" -#: ../../mod/admin.php:391 -msgid "No special theme for accessibility" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." msgstr "" -#: ../../mod/admin.php:420 -msgid "Yes - with approval" +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit http://getzot." +"com" msgstr "" -#: ../../mod/admin.php:426 -msgid "My site is not a public server" +#: ../../mod/item.php:147 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/admin.php:427 -msgid "My site has paid access only" +#: ../../mod/item.php:352 +msgid "Empty post discarded." msgstr "" -#: ../../mod/admin.php:428 -msgid "My site has free access only" +#: ../../mod/item.php:392 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/admin.php:429 -msgid "My site offers free accounts with optional paid upgrades" +#: ../../mod/item.php:806 +msgid "System error. Post not saved." msgstr "" -#: ../../mod/admin.php:442 ../../mod/register.php:189 -msgid "Registration" +#: ../../mod/item.php:1249 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/admin.php:443 -msgid "File upload" +#: ../../mod/item.php:1255 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/admin.php:444 -msgid "Policies" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/admin.php:449 -msgid "Site name" +#: ../../mod/layouts.php:62 +msgid "Help with this feature" msgstr "" -#: ../../mod/admin.php:450 -msgid "Banner/Logo" +#: ../../mod/layouts.php:84 +msgid "Layout Name" msgstr "" -#: ../../mod/admin.php:451 -msgid "Administrator Information" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." msgstr "" -#: ../../mod/admin.php:451 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" +#: ../../mod/lockview.php:45 +msgid "Visible to:" msgstr "" -#: ../../mod/admin.php:452 -msgid "System language" +#: ../../mod/viewconnections.php:58 +msgid "No connections." msgstr "" -#: ../../mod/admin.php:453 -msgid "System theme" +#: ../../mod/viewconnections.php:70 +#, php-format +msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/admin.php:453 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" msgstr "" -#: ../../mod/admin.php:454 -msgid "Mobile system theme" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." msgstr "" -#: ../../mod/admin.php:454 -msgid "Theme for mobile devices" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../mod/admin.php:455 -msgid "Accessibility system theme" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" msgstr "" -#: ../../mod/admin.php:455 -msgid "Accessibility theme" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../mod/admin.php:456 -msgid "Channel to use for this website's static pages" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../mod/admin.php:456 -msgid "Site Channel" +#: ../../mod/lostpass.php:85 ../../boot.php:1461 +msgid "Password Reset" msgstr "" -#: ../../mod/admin.php:458 -msgid "Maximum image size" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." msgstr "" -#: ../../mod/admin.php:458 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../mod/lostpass.php:87 +msgid "Your new password is" msgstr "" -#: ../../mod/admin.php:459 -msgid "Does this site allow new member registration?" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../mod/admin.php:460 -msgid "Which best describes the types of account offered by this hub?" +#: ../../mod/lostpass.php:89 +msgid "click here to login" msgstr "" -#: ../../mod/admin.php:461 -msgid "Register text" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." msgstr "" -#: ../../mod/admin.php:461 -msgid "Will be displayed prominently on the registration page." +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" msgstr "" -#: ../../mod/admin.php:462 -msgid "Accounts abandoned after x days" +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" msgstr "" -#: ../../mod/admin.php:462 +#: ../../mod/lostpass.php:123 msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../mod/admin.php:463 -msgid "Allowed friend domains" +#: ../../mod/lostpass.php:124 +msgid "Email Address" msgstr "" -#: ../../mod/admin.php:463 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +#: ../../mod/lostpass.php:125 +msgid "Reset" msgstr "" -#: ../../mod/admin.php:464 -msgid "Allowed email domains" +#: ../../mod/magic.php:70 +msgid "Hub not found." msgstr "" -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" +#: ../../mod/vote.php:97 +msgid "Total votes" msgstr "" -#: ../../mod/admin.php:465 -msgid "Block public" +#: ../../mod/vote.php:98 +msgid "Average Rating" msgstr "" -#: ../../mod/admin.php:465 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../mod/admin.php:466 -msgid "Force publish" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../mod/admin.php:466 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../mod/admin.php:467 -msgid "Disable discovery tab" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../mod/admin.php:467 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" msgstr "" -#: ../../mod/admin.php:468 -msgid "No login on Homepage" +#: ../../mod/mail.php:132 +msgid "Message deleted." msgstr "" -#: ../../mod/admin.php:468 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." +#: ../../mod/mail.php:149 +msgid "Message recalled." msgstr "" -#: ../../mod/admin.php:470 -msgid "Proxy user" +#: ../../mod/mail.php:206 +msgid "Send Private Message" msgstr "" -#: ../../mod/admin.php:471 -msgid "Proxy URL" +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" msgstr "" -#: ../../mod/admin.php:472 -msgid "Network timeout" +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" msgstr "" -#: ../../mod/admin.php:472 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../mod/mail.php:249 +msgid "Message not found." msgstr "" -#: ../../mod/admin.php:473 -msgid "Delivery interval" +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" msgstr "" -#: ../../mod/admin.php:473 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." +#: ../../mod/mail.php:293 +msgid "Recall message" msgstr "" -#: ../../mod/admin.php:474 -msgid "Poll interval" +#: ../../mod/mail.php:295 +msgid "Message has been recalled." msgstr "" -#: ../../mod/admin.php:474 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." +#: ../../mod/mail.php:312 +msgid "Private Conversation" msgstr "" -#: ../../mod/admin.php:475 -msgid "Maximum Load Average" +#: ../../mod/mail.php:316 +msgid "Delete conversation" msgstr "" -#: ../../mod/admin.php:475 +#: ../../mod/mail.php:318 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:531 -msgid "No server found" +"No secure communications available. You may be able to " +"respond from the sender's profile page." msgstr "" -#: ../../mod/admin.php:538 ../../mod/admin.php:762 -msgid "ID" +#: ../../mod/mail.php:322 +msgid "Send Reply" msgstr "" -#: ../../mod/admin.php:538 -msgid "for channel" +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/admin.php:538 -msgid "on server" +#: ../../mod/manage.php:72 +msgid "Create a new channel" msgstr "" -#: ../../mod/admin.php:538 -msgid "Status" +#: ../../mod/manage.php:77 +msgid "Channel Manager" msgstr "" -#: ../../mod/admin.php:559 -msgid "Update has been marked successful" +#: ../../mod/manage.php:78 +msgid "Current Channel" msgstr "" -#: ../../mod/admin.php:569 -#, php-format -msgid "Executing %s failed. Check system logs." +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." msgstr "" -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s was successfully applied." +#: ../../mod/manage.php:81 +msgid "Default Channel" msgstr "" -#: ../../mod/admin.php:576 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../mod/manage.php:82 +msgid "Make Default" msgstr "" -#: ../../mod/admin.php:579 -#, php-format -msgid "Update function %s could not be found." +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" msgstr "" -#: ../../mod/admin.php:594 -msgid "No failed updates." +#: ../../mod/match.php:16 +msgid "Profile Match" msgstr "" -#: ../../mod/admin.php:598 -msgid "Failed Updates" +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../mod/admin.php:600 -msgid "Mark success (if update was manually applied)" +#: ../../mod/match.php:61 +msgid "is interested in:" msgstr "" -#: ../../mod/admin.php:601 -msgid "Attempt to execute this update step automatically" +#: ../../mod/match.php:69 +msgid "No matches" msgstr "" -#: ../../mod/admin.php:627 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "" -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "" -#: ../../mod/admin.php:665 -msgid "Account not found" +#: ../../mod/menu.php:30 +msgid "Menu created." msgstr "" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' deleted" +#: ../../mod/menu.php:34 +msgid "Unable to create menu." msgstr "" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' unblocked" +#: ../../mod/menu.php:57 +msgid "Manage Menus" msgstr "" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' blocked" +#: ../../mod/menu.php:60 +msgid "Drop" msgstr "" -#: ../../mod/admin.php:749 ../../mod/admin.php:761 -msgid "Users" +#: ../../mod/menu.php:62 +msgid "Create a new menu" msgstr "" -#: ../../mod/admin.php:751 ../../mod/admin.php:885 -msgid "select all" +#: ../../mod/menu.php:63 +msgid "Delete this menu" msgstr "" -#: ../../mod/admin.php:752 -msgid "User registrations waiting for confirm" +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" msgstr "" -#: ../../mod/admin.php:753 -msgid "Request date" +#: ../../mod/menu.php:65 +msgid "Edit this menu" msgstr "" -#: ../../mod/admin.php:754 -msgid "No registrations." +#: ../../mod/menu.php:80 +msgid "New Menu" msgstr "" -#: ../../mod/admin.php:755 -msgid "Approve" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" msgstr "" -#: ../../mod/admin.php:756 -msgid "Deny" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../mod/admin.php:762 -msgid "Register date" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" msgstr "" -#: ../../mod/admin.php:762 -msgid "Last login" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" msgstr "" -#: ../../mod/admin.php:762 -msgid "Expires" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" msgstr "" -#: ../../mod/admin.php:762 -msgid "Service Class" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../mod/admin.php:764 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/menu.php:98 +msgid "Menu deleted." msgstr "" -#: ../../mod/admin.php:765 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." msgstr "" -#: ../../mod/admin.php:797 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "" -#: ../../mod/admin.php:804 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "" -#: ../../mod/admin.php:823 -msgid "Channel not found" +#: ../../mod/message.php:41 +msgid "Conversation removed." msgstr "" -#: ../../mod/admin.php:834 -#, php-format -msgid "Channel '%s' deleted" +#: ../../mod/message.php:56 +msgid "No messages." msgstr "" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' uncensored" +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" msgstr "" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' censored" +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" msgstr "" -#: ../../mod/admin.php:887 -msgid "Censor" +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used " +"to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." msgstr "" -#: ../../mod/admin.php:888 -msgid "Uncensor" +#: ../../mod/new_channel.php:111 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " msgstr "" -#: ../../mod/admin.php:891 -msgid "UID" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" msgstr "" -#: ../../mod/admin.php:893 +#: ../../mod/new_channel.php:113 msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." msgstr "" -#: ../../mod/admin.php:894 +#: ../../mod/new_channel.php:114 msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" +"Or import an existing channel from another location" msgstr "" -#: ../../mod/admin.php:933 -#, php-format -msgid "Plugin %s disabled." +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../mod/admin.php:937 -#, php-format -msgid "Plugin %s enabled." +#: ../../mod/photos.php:97 +msgid "Album not found." msgstr "" -#: ../../mod/admin.php:947 ../../mod/admin.php:1149 -msgid "Disable" +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" msgstr "" -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Enable" +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" msgstr "" -#: ../../mod/admin.php:975 ../../mod/admin.php:1180 -msgid "Toggle" +#: ../../mod/photos.php:453 +msgid "No photos selected" msgstr "" -#: ../../mod/admin.php:983 ../../mod/admin.php:1190 -msgid "Author: " +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." msgstr "" -#: ../../mod/admin.php:984 ../../mod/admin.php:1191 -msgid "Maintainer: " +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/admin.php:1113 -msgid "No themes found." +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../mod/admin.php:1172 -msgid "Screenshot" +#: ../../mod/photos.php:598 +msgid "Upload Photos" msgstr "" -#: ../../mod/admin.php:1220 -msgid "[Experimental]" +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " msgstr "" -#: ../../mod/admin.php:1221 -msgid "[Unsupported]" +#: ../../mod/photos.php:603 +msgid "or existing album name: " msgstr "" -#: ../../mod/admin.php:1248 -msgid "Log settings updated." +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/admin.php:1304 -msgid "Clear" +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" msgstr "" -#: ../../mod/admin.php:1310 -msgid "Debugging" +#: ../../mod/photos.php:681 +msgid "Edit Album" msgstr "" -#: ../../mod/admin.php:1311 -msgid "Log file" +#: ../../mod/photos.php:687 +msgid "Show Newest First" msgstr "" -#: ../../mod/admin.php:1311 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." +#: ../../mod/photos.php:689 +msgid "Show Oldest First" msgstr "" -#: ../../mod/admin.php:1312 -msgid "Log level" +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" msgstr "" -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." +#: ../../mod/photos.php:780 +msgid "Photo not available" msgstr "" -#: ../../mod/register.php:77 -msgid "Passwords do not match." +#: ../../mod/photos.php:840 +msgid "Use as profile photo" msgstr "" -#: ../../mod/register.php:105 -msgid "" -"Registration successful. Please check your email for validation instructions." +#: ../../mod/photos.php:864 +msgid "View Full Size" msgstr "" -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." +#: ../../mod/photos.php:938 +msgid "Edit photo" msgstr "" -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" msgstr "" -#: ../../mod/register.php:147 -msgid "Registration on this site/hub is by approval only." +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/register.php:148 -msgid "Register at another affiliated site/hub" +#: ../../mod/photos.php:943 +msgid "New album name" msgstr "" -#: ../../mod/register.php:156 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../mod/photos.php:946 +msgid "Caption" msgstr "" -#: ../../mod/register.php:167 -msgid "Terms of Service" +#: ../../mod/photos.php:948 +msgid "Add a Tag" msgstr "" -#: ../../mod/register.php:173 -#, php-format -msgid "I accept the %s for this website" +#: ../../mod/photos.php:951 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/register.php:175 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" +#: ../../mod/photos.php:1104 +msgid "In This Photo:" msgstr "" -#: ../../mod/register.php:194 -msgid "Membership on this site is by invitation only." +#: ../../mod/photos.php:1179 +msgid "View Album" msgstr "" -#: ../../mod/register.php:195 -msgid "Please enter your invitation code" +#: ../../mod/photos.php:1188 +msgid "Recent Photos" msgstr "" -#: ../../mod/register.php:198 -msgid "Your email address" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." msgstr "" -#: ../../mod/register.php:199 -msgid "Choose a password" +#: ../../mod/notifications.php:35 +msgid "Discard" msgstr "" -#: ../../mod/register.php:200 -msgid "Please re-enter your password" +#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +msgid "No more system notifications." msgstr "" -#: ../../mod/filer.php:49 -msgid "- select -" +#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +msgid "System Notifications" msgstr "" -#: ../../mod/manage.php:64 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." msgstr "" -#: ../../mod/manage.php:72 -msgid "Create a new channel" +#: ../../mod/oexchange.php:37 +msgid "Post successful." msgstr "" -#: ../../mod/manage.php:77 -msgid "Channel Manager" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" msgstr "" -#: ../../mod/manage.php:78 -msgid "Current Channel" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: ../../mod/manage.php:80 -msgid "Attach to one of your channels by selecting it." +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 +msgid "Schema Default" msgstr "" -#: ../../mod/manage.php:81 -msgid "Default Channel" +#: ../../view/theme/apw/php/config.php:203 +msgid "Sans-Serif" msgstr "" -#: ../../mod/manage.php:82 -msgid "Make Default" +#: ../../view/theme/apw/php/config.php:204 +msgid "Monospace" msgstr "" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/php/config.php:69 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" msgstr "" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." +#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" msgstr "" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" +#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" msgstr "" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." +#: ../../view/theme/apw/php/config.php:262 +msgid "Set font face" msgstr "" -#: ../../mod/invite.php:92 -#, php-format -msgid "%s : Message delivery failed." +#: ../../view/theme/apw/php/config.php:263 +msgid "Set iconset" msgstr "" -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" +#: ../../view/theme/apw/php/config.php:264 +msgid "Set big shadow size, default 15px 15px 15px" +msgstr "" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" +#: ../../view/theme/apw/php/config.php:265 +msgid "Set small shadow size, default 5px 5px 5px" msgstr "" -#: ../../mod/invite.php:141 -msgid "Send invitations" +#: ../../view/theme/apw/php/config.php:266 +msgid "Set shadow colour, default #000" msgstr "" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" +#: ../../view/theme/apw/php/config.php:267 +msgid "Set radius size, default 5px" msgstr "" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red " -"Matrix - a revolutionary new decentralised communication and information " -"tool." +#: ../../view/theme/apw/php/config.php:268 +msgid "Set line-height for posts and comments" msgstr "" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" +#: ../../view/theme/apw/php/config.php:269 +msgid "Set background image" msgstr "" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" msgstr "" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" +#: ../../view/theme/apw/php/config.php:271 +msgid "Set background colour" msgstr "" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." +#: ../../view/theme/apw/php/config.php:272 +msgid "Set section background image" msgstr "" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit http://getzot." -"com" +#: ../../view/theme/apw/php/config.php:273 +msgid "Set section background colour" msgstr "" -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" +#: ../../view/theme/apw/php/config.php:274 +msgid "Set colour of items - use hex" msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../view/theme/apw/php/config.php:275 +msgid "Set colour of links - use hex" msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../view/theme/apw/php/config.php:276 +msgid "Set max-width for items. Default 400px" msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../view/theme/apw/php/config.php:277 +msgid "Set min-width for items. Default 240px" msgstr "" -#: ../../mod/regmod.php:12 -msgid "Please login." +#: ../../view/theme/apw/php/config.php:278 +msgid "Set the generic content wrapper width. Default 48%" msgstr "" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" +#: ../../view/theme/apw/php/config.php:279 +msgid "Set colour of fonts - use hex" msgstr "" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" +#: ../../view/theme/apw/php/config.php:280 +msgid "Set background-size element" msgstr "" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" +#: ../../view/theme/apw/php/config.php:281 +msgid "Item opacity" msgstr "" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" +#: ../../view/theme/apw/php/config.php:282 +msgid "Display post previews only" msgstr "" -#: ../../boot.php:1259 -#, php-format -msgid "Update %s failed. See error logs." +#: ../../view/theme/apw/php/config.php:283 +msgid "Display side bar on channel page" msgstr "" -#: ../../boot.php:1262 -#, php-format -msgid "Update Error at %s" +#: ../../view/theme/apw/php/config.php:284 +msgid "Colour of the navigation bar" msgstr "" -#: ../../boot.php:1426 -msgid "" -"Create an account to access services and applications within the Red Matrix" +#: ../../view/theme/apw/php/config.php:285 +msgid "Item float" msgstr "" -#: ../../boot.php:1454 -msgid "Password" +#: ../../view/theme/apw/php/config.php:286 +msgid "Left offset of the section element" msgstr "" -#: ../../boot.php:1455 -msgid "Remember me" +#: ../../view/theme/apw/php/config.php:287 +msgid "Right offset of the section element" msgstr "" -#: ../../boot.php:1460 -msgid "Forgot your password?" +#: ../../view/theme/apw/php/config.php:288 +msgid "Section width" msgstr "" -#: ../../boot.php:1525 -msgid "permission denied" +#: ../../view/theme/apw/php/config.php:289 +msgid "Left offset of the aside" msgstr "" -#: ../../boot.php:1526 -msgid "Got Zot?" +#: ../../view/theme/apw/php/config.php:290 +msgid "Right offset of the aside element" msgstr "" -#: ../../boot.php:1956 -msgid "toggle mobile" +#: ../../view/theme/blogga/php/config.php:47 +#: ../../view/theme/blogga/view/theme/blog/config.php:47 +msgid "None" msgstr "" -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Theme settings" +#: ../../view/theme/blogga/php/config.php:70 +#: ../../view/theme/blogga/view/theme/blog/config.php:70 +msgid "Header image" msgstr "" -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set scheme" +#: ../../view/theme/blogga/php/config.php:71 +#: ../../view/theme/blogga/view/theme/blog/config.php:71 +msgid "Header image only on profile pages" msgstr "" #: ../../view/theme/redbasic/php/config.php:104 @@ -7510,10 +7659,6 @@ msgstr "" msgid "Set font-size for the entire application" msgstr "" -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set font-size for posts and comments" -msgstr "" - #: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-colour for posts and comments" msgstr "" @@ -7553,3 +7698,42 @@ msgstr "" #: ../../view/theme/redbasic/php/config.php:133 msgid "Are you a clean desk or a messy desk person?" msgstr "" + +#: ../../boot.php:1259 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../boot.php:1262 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../boot.php:1426 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "" + +#: ../../boot.php:1454 +msgid "Password" +msgstr "" + +#: ../../boot.php:1455 +msgid "Remember me" +msgstr "" + +#: ../../boot.php:1460 +msgid "Forgot your password?" +msgstr "" + +#: ../../boot.php:1525 +msgid "permission denied" +msgstr "" + +#: ../../boot.php:1526 +msgid "Got Zot?" +msgstr "" + +#: ../../boot.php:1956 +msgid "toggle mobile" +msgstr "" -- cgit v1.2.3