diff --git a/include/conversation.php b/include/conversation.php index a2eeda25b..e20fef9f6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -993,9 +993,9 @@ function format_like($cnt,$arr,$type,$id) { else { $spanatts = 'class="fakelink" onclick="openClose(\'' . $type . 'list-' . $id . '\');"'; $o .= (($type === 'like') ? - sprintf( t('%2$d people like this.'), $spanatts, $cnt) + sprintf( tt('%2$d people like this.','%2$d people like this.',$cnt), $spanatts, $cnt) : - sprintf( t('%2$d people don\'t like this.'), $spanatts, $cnt) ); + sprintf( tt('%2$d people don\'t like this.','%2$d people don\'t like this.',$cnt), $spanatts, $cnt) ); $o .= EOL ; $total = count($arr); if($total >= MAX_LIKERS) @@ -1004,7 +1004,7 @@ function format_like($cnt,$arr,$type,$id) { $arr[count($arr)-1] = t('and') . ' ' . $arr[count($arr)-1]; $str = implode(', ', $arr); if($total >= MAX_LIKERS) - $str .= sprintf( t(', and %d other people'), $total - MAX_LIKERS ); + $str .= sprintf( tt(', and %d other people',', and %d other people',$total - MAX_LIKERS), $total - MAX_LIKERS ); $str = (($type === 'like') ? sprintf( t('%s like this.'), $str) : sprintf( t('%s don\'t like this.'), $str)); $o .= "\t" . ''; } diff --git a/util/messages.po b/util/messages.po index 958d9e046..2156e2ef9 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2013-11-22.505\n" +"Project-Id-Version: 2013-11-27.510\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-11-22 00:02-0800\n" +"POT-Creation-Date: 2013-11-28 09:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,566 +18,665 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../include/acl_selectors.php:235 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/acl_selectors.php:236 -msgid "show" -msgstr "" - -#: ../../include/acl_selectors.php:237 -msgid "don't show" -msgstr "" - -#: ../../include/activities.php:37 -msgid " and " -msgstr "" - -#: ../../include/activities.php:45 -msgid "public profile" -msgstr "" - -#: ../../include/activities.php:50 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../include/activities.php:51 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "" - -#: ../../include/activities.php:54 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../include/api.php:972 -msgid "Public Timeline" -msgstr "" - -#: ../../include/enotify.php:36 -msgid "Red Matrix Notification" -msgstr "" - -#: ../../include/enotify.php:37 -msgid "redmatrix" -msgstr "" - -#: ../../include/enotify.php:39 -msgid "Thank You," -msgstr "" - -#: ../../include/enotify.php:41 -#, php-format -msgid "%s Administrator" -msgstr "" - -#: ../../include/enotify.php:76 -#, php-format -msgid "%s " -msgstr "" - -#: ../../include/enotify.php:80 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "" - -#: ../../include/enotify.php:82 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "" - -#: ../../include/enotify.php:83 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "" - -#: ../../include/enotify.php:83 -msgid "a private message" -msgstr "" - -#: ../../include/enotify.php:84 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "" - -#: ../../include/enotify.php:135 -#, php-format -msgid "%1$s commented on [zrl=%2$s]a %3$s[/zrl]" -msgstr "" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s commented on [zrl=%2$s]%3$s's %4$s[/zrl]" -msgstr "" - -#: ../../include/enotify.php:150 -#, php-format -msgid "%1$s commented on [zrl=%2$s]your %3$s[/zrl]" -msgstr "" - -#: ../../include/enotify.php:160 -#, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: ../../include/enotify.php:161 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "" - -#: ../../include/enotify.php:164 ../../include/enotify.php:181 -#: ../../include/enotify.php:206 ../../include/enotify.php:224 -#: ../../include/enotify.php:237 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "" - -#: ../../include/enotify.php:171 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: ../../include/enotify.php:175 -#, php-format -msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]" -msgstr "" - -#: ../../include/enotify.php:200 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "" - -#: ../../include/enotify.php:201 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "" - -#: ../../include/enotify.php:202 -#, php-format -msgid "%1$s [zrl=%2$s]tagged you[/zrl]." -msgstr "" - -#: ../../include/enotify.php:214 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "" - -#: ../../include/enotify.php:215 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "" - -#: ../../include/enotify.php:216 -#, php-format -msgid "%1$s [zrl=%2$s]poked you[/zrl]." -msgstr "" - -#: ../../include/enotify.php:231 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "" - -#: ../../include/enotify.php:232 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: ../../include/enotify.php:233 -#, php-format -msgid "%1$s tagged [zrl=%2$s]your post[/zrl]" -msgstr "" - -#: ../../include/enotify.php:244 -msgid "[Red:Notify] Introduction received" -msgstr "" - -#: ../../include/enotify.php:245 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:246 -#, php-format -msgid "You've received [zrl=%1$s]an introduction[/zrl] from %2$s." -msgstr "" - -#: ../../include/enotify.php:249 ../../include/enotify.php:267 -#, php-format -msgid "You may visit their profile at %s" -msgstr "" - -#: ../../include/enotify.php:251 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "" - -#: ../../include/enotify.php:258 -msgid "[Red:Notify] Friend suggestion received" -msgstr "" - -#: ../../include/enotify.php:259 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:260 -#, php-format -msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:265 -msgid "Name:" -msgstr "" - -#: ../../include/enotify.php:266 -msgid "Photo:" -msgstr "" - -#: ../../include/enotify.php:269 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "" - -#: ../../include/ItemObject.php:88 ../../mod/photos.php:952 -msgid "Private Message" -msgstr "" - -#: ../../include/ItemObject.php:95 ../../include/page_widgets.php:8 -#: ../../mod/webpages.php:101 ../../mod/settings.php:713 ../../mod/menu.php:55 -#: ../../mod/layouts.php:102 ../../mod/editlayout.php:100 -#: ../../mod/editwebpage.php:119 ../../mod/blocks.php:93 -#: ../../mod/editpost.php:97 ../../mod/editblock.php:114 -msgid "Edit" -msgstr "" - -#: ../../include/ItemObject.php:107 ../../include/conversation.php:628 -#: ../../mod/settings.php:714 ../../mod/admin.php:686 ../../mod/group.php:182 -#: ../../mod/photos.php:1130 ../../mod/connections.php:374 -#: ../../mod/filestorage.php:82 -msgid "Delete" -msgstr "" - -#: ../../include/ItemObject.php:113 ../../include/conversation.php:627 -msgid "Select" -msgstr "" - -#: ../../include/ItemObject.php:117 -msgid "save to folder" -msgstr "" - -#: ../../include/ItemObject.php:145 -msgid "add star" -msgstr "" - -#: ../../include/ItemObject.php:146 -msgid "remove star" -msgstr "" - -#: ../../include/ItemObject.php:147 -msgid "toggle star status" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:160 ../../include/conversation.php:638 -msgid "Message is verified" -msgstr "" - -#: ../../include/ItemObject.php:168 -msgid "add tag" -msgstr "" - -#: ../../include/ItemObject.php:174 ../../mod/photos.php:1058 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:174 ../../include/taxonomy.php:251 -msgid "like" -msgstr "" - -#: ../../include/ItemObject.php:175 ../../mod/photos.php:1059 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:175 ../../include/taxonomy.php:252 -msgid "dislike" -msgstr "" - -#: ../../include/ItemObject.php:177 -msgid "Share this" -msgstr "" - -#: ../../include/ItemObject.php:177 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:201 ../../include/ItemObject.php:202 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:203 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:204 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:205 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:206 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:216 ../../include/conversation.php:682 -#, php-format -msgid " from %s" -msgstr "" - -#: ../../include/ItemObject.php:219 ../../include/conversation.php:685 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/ItemObject.php:246 ../../include/conversation.php:702 -#: ../../include/conversation.php:1112 ../../mod/photos.php:1061 -#: ../../mod/message.php:332 ../../mod/message.php:516 -#: ../../mod/editlayout.php:109 ../../mod/editwebpage.php:128 -#: ../../mod/editpost.php:106 ../../mod/editblock.php:123 -msgid "Please wait" -msgstr "" - -#: ../../include/ItemObject.php:267 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:268 ../../include/js_strings.php:7 -#: ../../include/contact_widgets.php:148 -msgid "show more" -msgstr "" - -#: ../../include/ItemObject.php:527 ../../mod/photos.php:1077 -#: ../../mod/photos.php:1164 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:529 ../../include/js_strings.php:6 -#: ../../mod/photos.php:1079 ../../mod/photos.php:1166 -msgid "Comment" -msgstr "" - -#: ../../include/ItemObject.php:530 ../../mod/events.php:458 -#: ../../mod/thing.php:190 ../../mod/invite.php:154 ../../mod/setup.php:302 -#: ../../mod/setup.php:345 ../../mod/settings.php:651 +#: ../../view/theme/red-theme-bootstrap/php/config.php:90 +#: ../../view/theme/redstrap/php/config.php:131 +#: ../../view/theme/redstrap3/php/config.php:51 +#: ../../view/theme/redbasic/php/config.php:85 +#: ../../view/theme/redstrap-multiengine/php/config.php:131 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:91 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:111 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:63 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:74 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:63 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:74 +#: ../../include/ItemObject.php:530 ../../mod/message.php:333 +#: ../../mod/message.php:515 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/mood.php:137 ../../mod/crepair.php:166 ../../mod/connect.php:96 +#: ../../mod/admin.php:418 ../../mod/admin.php:683 ../../mod/admin.php:823 +#: ../../mod/admin.php:1022 ../../mod/admin.php:1109 +#: ../../mod/connections.php:452 ../../mod/import.php:385 +#: ../../mod/invite.php:154 ../../mod/group.php:87 ../../mod/photos.php:685 +#: ../../mod/photos.php:779 ../../mod/photos.php:1040 +#: ../../mod/photos.php:1080 ../../mod/photos.php:1167 ../../mod/thing.php:190 +#: ../../mod/setup.php:302 ../../mod/setup.php:345 ../../mod/sources.php:83 +#: ../../mod/sources.php:110 ../../mod/settings.php:651 #: ../../mod/settings.php:763 ../../mod/settings.php:791 #: ../../mod/settings.php:815 ../../mod/settings.php:886 -#: ../../mod/settings.php:1054 ../../mod/connect.php:96 -#: ../../mod/sources.php:83 ../../mod/sources.php:110 ../../mod/admin.php:418 -#: ../../mod/admin.php:679 ../../mod/admin.php:819 ../../mod/admin.php:1018 -#: ../../mod/admin.php:1105 ../../mod/group.php:87 ../../mod/photos.php:685 -#: ../../mod/photos.php:779 ../../mod/photos.php:1040 -#: ../../mod/photos.php:1080 ../../mod/photos.php:1167 -#: ../../mod/message.php:333 ../../mod/message.php:515 -#: ../../mod/connections.php:452 ../../mod/profiles.php:529 -#: ../../mod/import.php:385 ../../mod/crepair.php:166 ../../mod/poke.php:166 -#: ../../mod/fsuggest.php:108 ../../mod/mood.php:137 -#: ../../view/theme/redbasic/php/config.php:85 -#: ../../view/theme/apw/php/config.php:231 +#: ../../mod/settings.php:1054 ../../mod/profiles.php:529 +#: ../../mod/events.php:458 msgid "Submit" msgstr "" -#: ../../include/ItemObject.php:531 -msgid "Bold" +#: ../../view/theme/red-theme-bootstrap/php/config.php:92 +#: ../../view/theme/redstrap/php/config.php:133 +#: ../../view/theme/redstrap3/php/config.php:54 +#: ../../view/theme/redbasic/php/config.php:88 +#: ../../view/theme/redstrap-multiengine/php/config.php:133 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:93 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:113 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:65 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:76 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:65 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:76 +msgid "Theme settings" msgstr "" -#: ../../include/ItemObject.php:532 -msgid "Italic" +#: ../../view/theme/red-theme-bootstrap/php/config.php:93 +#: ../../view/theme/redstrap/php/config.php:134 +#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redstrap-multiengine/php/config.php:134 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:94 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:114 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:66 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:77 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:66 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:77 +msgid "Set font-size for posts and comments" msgstr "" -#: ../../include/ItemObject.php:533 -msgid "Underline" +#: ../../view/theme/red-theme-bootstrap/php/config.php:94 +#: ../../view/theme/redstrap/php/config.php:135 +#: ../../view/theme/redstrap-multiengine/php/config.php:135 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:96 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:116 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:67 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:79 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:67 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:79 +msgid "Set line-height for posts and comments" msgstr "" -#: ../../include/ItemObject.php:534 -msgid "Quote" +#: ../../view/theme/red-theme-bootstrap/php/config.php:95 +#: ../../view/theme/redstrap/php/config.php:140 +#: ../../view/theme/redstrap-multiengine/php/config.php:140 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:98 +msgid "Display colour of links - hex value, do not include the #" msgstr "" -#: ../../include/ItemObject.php:535 -msgid "Code" +#: ../../view/theme/redstrap/php/config.php:136 +#: ../../view/theme/redstrap-multiengine/php/config.php:136 +msgid "Set colour scheme" msgstr "" -#: ../../include/ItemObject.php:536 -msgid "Image" +#: ../../view/theme/redstrap/php/config.php:137 +#: ../../view/theme/redstrap-multiengine/php/config.php:137 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:104 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:120 +msgid "Draw shadows" msgstr "" -#: ../../include/ItemObject.php:537 -msgid "Link" +#: ../../view/theme/redstrap/php/config.php:138 +#: ../../view/theme/redstrap3/php/config.php:56 +#: ../../view/theme/redbasic/php/config.php:90 +#: ../../view/theme/redstrap-multiengine/php/config.php:138 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:97 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:68 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:68 +msgid "Navigation bar colour" msgstr "" -#: ../../include/ItemObject.php:538 -msgid "Video" +#: ../../view/theme/redstrap/php/config.php:139 +#: ../../view/theme/redstrap-multiengine/php/config.php:139 +msgid "Display style" msgstr "" -#: ../../include/ItemObject.php:539 ../../include/conversation.php:1075 -#: ../../mod/webpages.php:105 ../../mod/photos.php:1081 -#: ../../mod/editlayout.php:129 ../../mod/editwebpage.php:150 -#: ../../mod/editpost.php:126 ../../mod/editblock.php:144 -msgid "Preview" +#: ../../view/theme/redstrap/php/config.php:141 +#: ../../view/theme/redstrap-multiengine/php/config.php:141 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:99 +msgid "Icons" msgstr "" -#: ../../include/ItemObject.php:542 ../../include/conversation.php:1139 -#: ../../mod/message.php:338 ../../mod/message.php:521 -#: ../../mod/editpost.php:134 -msgid "Encrypt text" +#: ../../view/theme/redstrap/php/config.php:142 +#: ../../view/theme/redstrap-multiengine/php/config.php:142 +msgid "Shiny style" msgstr "" -#: ../../include/Contact.php:87 ../../include/contact_widgets.php:23 -#: ../../mod/match.php:58 ../../mod/suggest.php:56 ../../mod/directory.php:198 -#: ../../boot.php:1741 -msgid "Connect" +#: ../../view/theme/redstrap3/php/config.php:28 +#: ../../view/theme/redbasic/php/config.php:62 ../../include/comanche.php:35 +msgid "Default" msgstr "" -#: ../../include/Contact.php:103 -msgid "New window" +#: ../../view/theme/redstrap3/php/config.php:40 +#: ../../view/theme/redbasic/php/config.php:74 +msgid "Scheme Default" msgstr "" -#: ../../include/Contact.php:104 -msgid "Open the selected location in a different window or browser tab" +#: ../../view/theme/redstrap3/php/config.php:41 +#: ../../view/theme/redbasic/php/config.php:75 +msgid "red" msgstr "" -#: ../../include/Contact.php:524 ../../include/conversation.php:930 -msgid "Poke" +#: ../../view/theme/redstrap3/php/config.php:42 +#: ../../view/theme/redbasic/php/config.php:76 +msgid "black" msgstr "" -#: ../../include/Contact.php:525 ../../include/conversation.php:924 -msgid "View Status" +#: ../../view/theme/redstrap3/php/config.php:43 +#: ../../view/theme/redbasic/php/config.php:77 +msgid "silver" msgstr "" -#: ../../include/Contact.php:526 ../../include/nav.php:76 -#: ../../include/conversation.php:925 ../../mod/connections.php:327 -#: ../../mod/connections.php:441 -msgid "View Profile" +#: ../../view/theme/redstrap3/php/config.php:55 +#: ../../view/theme/redbasic/php/config.php:89 +msgid "Set scheme" msgstr "" -#: ../../include/Contact.php:527 ../../include/conversation.php:926 -msgid "View Photos" +#: ../../view/theme/redbasic/php/config.php:91 +msgid "Set font-colour for banner" msgstr "" -#: ../../include/Contact.php:528 -msgid "Network Posts" +#: ../../view/theme/redbasic/php/config.php:92 +msgid "Set the background colour" msgstr "" -#: ../../include/Contact.php:529 ../../include/conversation.php:928 -msgid "Edit Contact" +#: ../../view/theme/redbasic/php/config.php:93 +msgid "Set the background image" msgstr "" -#: ../../include/Contact.php:530 ../../include/conversation.php:929 -msgid "Send PM" +#: ../../view/theme/redbasic/php/config.php:94 +msgid "Set the background colour of items" msgstr "" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" +#: ../../view/theme/redbasic/php/config.php:95 +msgid "Set the opacity of items" msgstr "" -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" +#: ../../view/theme/redbasic/php/config.php:96 +msgid "Set the basic colour for item icons" msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" +#: ../../view/theme/redbasic/php/config.php:97 +msgid "Set the hover colour for item icons" msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" +#: ../../view/theme/redbasic/php/config.php:98 +msgid "Set font-size for the entire application" msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Set font-colour for posts and comments" msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Set radius of corners" msgstr "" -#: ../../include/contact_selectors.php:54 -msgid "Frequently" +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Set shadow depth of photos" msgstr "" -#: ../../include/contact_selectors.php:55 -msgid "Hourly" +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set maximum width of conversation regions" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Set minimum opacity of nav bar - to hide it" msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Daily" +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Set size of conversation author photo" msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Weekly" +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Set size of followup author photos" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Monthly" +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Sloppy photo albums" msgstr "" -#: ../../include/contact_selectors.php:74 -msgid "Friendica" +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Are you a clean desk or a messy desk person?" msgstr "" -#: ../../include/contact_selectors.php:75 -msgid "OStatus" +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:95 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:115 +msgid "Set background image" msgstr "" -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:100 +msgid "Corner radius" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:682 -#: ../../mod/admin.php:691 ../../boot.php:1461 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:100 +msgid "0-99 default: 5" +msgstr "" + +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:101 +msgid "Section and Aside BG color (hex without #)" +msgstr "" + +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:102 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:118 +msgid "Section and Aside BG opacity (float: 0.80 - 1.00)" +msgstr "" + +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:103 +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:119 +msgid "Text color in Aside and Section (hex without #)" +msgstr "" + +#: ../../view/theme/redmatrixthemes/blogbasic/php/config.php:117 +#: ../../view/theme/redmatrixthemes/newsportal/php/config.php:78 +#: ../../view/theme/redmatrixthemes/bookbasic/php/config.php:78 +msgid "Colour of the navigation bar" +msgstr "" + +#: ../../boot.php:1274 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../boot.php:1277 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../boot.php:1434 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "" + +#: ../../boot.php:1435 ../../include/nav.php:125 ../../mod/register.php:195 +msgid "Register" +msgstr "" + +#: ../../boot.php:1458 ../../include/nav.php:72 ../../include/nav.php:87 +msgid "Logout" +msgstr "" + +#: ../../boot.php:1459 ../../include/nav.php:85 +msgid "Login" +msgstr "" + +#: ../../boot.php:1461 ../../include/contact_selectors.php:77 +#: ../../mod/admin.php:686 ../../mod/admin.php:695 msgid "Email" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" +#: ../../boot.php:1462 +msgid "Password" msgstr "" -#: ../../include/contact_selectors.php:79 -msgid "Facebook" +#: ../../boot.php:1463 +msgid "Remember me" msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "Zot!" +#: ../../boot.php:1468 +msgid "Forgot your password?" msgstr "" -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" +#: ../../boot.php:1469 ../../mod/lostpass.php:85 +msgid "Password Reset" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" +#: ../../boot.php:1533 +msgid "permission denied" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "MySpace" +#: ../../boot.php:1534 +msgid "Got Zot?" +msgstr "" + +#: ../../boot.php:1593 +msgid "Requested channel is not available." +msgstr "" + +#: ../../boot.php:1605 +msgid " Sorry, you don't have the permission to view this profile. " +msgstr "" + +#: ../../boot.php:1640 ../../mod/connect.php:13 ../../mod/blocks.php:10 +#: ../../mod/profile.php:8 ../../mod/webpages.php:8 +#: ../../mod/filestorage.php:8 ../../mod/layouts.php:8 +msgid "Requested profile is not available." +msgstr "" + +#: ../../boot.php:1741 ../../include/contact_widgets.php:23 +#: ../../include/Contact.php:87 ../../mod/directory.php:198 +#: ../../mod/suggest.php:56 ../../mod/match.php:58 +msgid "Connect" +msgstr "" + +#: ../../boot.php:1755 ../../mod/profiles.php:624 +msgid "Change profile photo" +msgstr "" + +#: ../../boot.php:1761 +msgid "Profiles" +msgstr "" + +#: ../../boot.php:1761 +msgid "Manage/edit profiles" +msgstr "" + +#: ../../boot.php:1762 ../../mod/profiles.php:625 +msgid "Create New Profile" +msgstr "" + +#: ../../boot.php:1765 +msgid "Edit Profile" +msgstr "" + +#: ../../boot.php:1776 ../../mod/profiles.php:636 +msgid "Profile Image" +msgstr "" + +#: ../../boot.php:1779 ../../mod/profiles.php:639 +msgid "visible to everybody" +msgstr "" + +#: ../../boot.php:1780 ../../mod/profiles.php:640 +msgid "Edit visibility" +msgstr "" + +#: ../../boot.php:1791 ../../include/event.php:40 +#: ../../include/bb2diaspora.php:455 ../../mod/directory.php:173 +#: ../../mod/events.php:450 +msgid "Location:" +msgstr "" + +#: ../../boot.php:1793 ../../include/profile_advanced.php:17 +#: ../../mod/directory.php:175 +msgid "Gender:" +msgstr "" + +#: ../../boot.php:1794 ../../include/profile_advanced.php:37 +#: ../../mod/directory.php:177 +msgid "Status:" +msgstr "" + +#: ../../boot.php:1795 ../../include/profile_advanced.php:48 +#: ../../mod/directory.php:179 +msgid "Homepage:" +msgstr "" + +#: ../../boot.php:1858 ../../boot.php:1938 ../../mod/ping.php:230 +msgid "g A l F d" +msgstr "" + +#: ../../boot.php:1859 ../../boot.php:1939 +msgid "F d" +msgstr "" + +#: ../../boot.php:1904 ../../boot.php:1979 ../../mod/ping.php:252 +msgid "[today]" +msgstr "" + +#: ../../boot.php:1916 +msgid "Birthday Reminders" +msgstr "" + +#: ../../boot.php:1917 +msgid "Birthdays this week:" +msgstr "" + +#: ../../boot.php:1972 +msgid "[No description]" +msgstr "" + +#: ../../boot.php:1990 +msgid "Event Reminders" +msgstr "" + +#: ../../boot.php:1991 +msgid "Events this week:" +msgstr "" + +#: ../../boot.php:2225 +msgid "Channel" +msgstr "" + +#: ../../boot.php:2228 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../boot.php:2232 +msgid "About" +msgstr "" + +#: ../../boot.php:2235 +msgid "Profile Details" +msgstr "" + +#: ../../boot.php:2239 ../../include/nav.php:79 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "" + +#: ../../boot.php:2242 ../../include/photos.php:288 +msgid "Photo Albums" +msgstr "" + +#: ../../boot.php:2250 ../../include/nav.php:174 ../../mod/events.php:348 +msgid "Events" +msgstr "" + +#: ../../boot.php:2253 +msgid "Events and Calendar" +msgstr "" + +#: ../../boot.php:2258 +msgid "Webpages" +msgstr "" + +#: ../../boot.php:2261 +msgid "Manage Webpages" +msgstr "" + +#: ../../boot.php:2545 +msgid "toggle mobile" +msgstr "" + +#: ../../index.php:178 ../../index.php:340 ../../include/items.php:3593 +#: ../../include/photos.php:15 ../../include/attach.php:102 +#: ../../include/attach.php:133 ../../include/attach.php:189 +#: ../../include/attach.php:204 ../../include/attach.php:237 +#: ../../include/attach.php:251 ../../include/attach.php:272 +#: ../../include/attach.php:464 ../../include/attach.php:539 +#: ../../mod/message.php:208 ../../mod/poke.php:128 ../../mod/viewsrc.php:12 +#: ../../mod/fsuggest.php:78 ../../mod/mood.php:114 +#: ../../mod/profile_photo.php:197 ../../mod/profile_photo.php:210 +#: ../../mod/crepair.php:115 ../../mod/blocks.php:29 ../../mod/blocks.php:44 +#: ../../mod/intro.php:50 ../../mod/new_channel.php:66 +#: ../../mod/new_channel.php:97 ../../mod/mitem.php:92 +#: ../../mod/editwebpage.php:42 ../../mod/editwebpage.php:64 +#: ../../mod/connections.php:197 ../../mod/network.php:7 +#: ../../mod/webpages.php:40 ../../mod/filestorage.php:26 +#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/delegate.php:6 ../../mod/register.php:68 +#: ../../mod/editpost.php:13 ../../mod/invite.php:13 ../../mod/invite.php:102 +#: ../../mod/group.php:15 ../../mod/regmod.php:18 ../../mod/photos.php:74 +#: ../../mod/photos.php:654 ../../mod/editlayout.php:48 +#: ../../mod/common.php:43 ../../mod/layouts.php:27 ../../mod/layouts.php:42 +#: ../../mod/viewconnections.php:33 ../../mod/viewconnections.php:38 +#: ../../mod/suggest.php:32 ../../mod/menu.php:40 +#: ../../mod/notifications.php:66 ../../mod/editblock.php:48 +#: ../../mod/setup.php:200 ../../mod/sources.php:48 ../../mod/settings.php:628 +#: ../../mod/item.php:181 ../../mod/item.php:189 ../../mod/manage.php:6 +#: ../../mod/allfriends.php:10 ../../mod/nogroup.php:25 +#: ../../mod/channel.php:123 ../../mod/profiles.php:163 +#: ../../mod/profiles.php:476 ../../mod/events.php:134 +msgid "Permission denied." +msgstr "" + +#: ../../index.php:226 ../../mod/help.php:53 +msgid "Not Found" +msgstr "" + +#: ../../index.php:229 ../../mod/display.php:92 ../../mod/page.php:83 +#: ../../mod/help.php:56 +msgid "Page not found." +msgstr "" + +#: ../../index.php:339 ../../include/items.php:201 ../../mod/profperm.php:28 +#: ../../mod/group.php:74 ../../mod/like.php:55 +msgid "Permission denied" +msgstr "" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "" + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "" + +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "" + +#: ../../include/message.php:143 +msgid "Stored post could not be verified." +msgstr "" + +#: ../../include/bbcode.php:94 ../../include/bbcode.php:494 +#: ../../include/bbcode.php:497 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:126 ../../include/bbcode.php:502 +msgid "Encrypted content" +msgstr "" + +#: ../../include/bbcode.php:173 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:175 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:454 ../../include/bbcode.php:474 +msgid "$1 wrote:" +msgstr "" + +#: ../../include/dir_fns.php:15 +msgid "Sort Options" +msgstr "" + +#: ../../include/dir_fns.php:16 +msgid "Alphabetic" +msgstr "" + +#: ../../include/dir_fns.php:17 +msgid "Reverse Alphabetic" +msgstr "" + +#: ../../include/dir_fns.php:18 +msgid "Newest to Oldest" +msgstr "" + +#: ../../include/dir_fns.php:29 +msgid "Enable Safe Search" +msgstr "" + +#: ../../include/dir_fns.php:31 +msgid "Disable Safe Search" +msgstr "" + +#: ../../include/dir_fns.php:33 +msgid "Safe Mode" +msgstr "" + +#: ../../include/widgets.php:26 ../../include/contact_widgets.php:110 +msgid "Categories" +msgstr "" + +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "" + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "" + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "" + +#: ../../include/account.php:118 +msgid "Please enter the required information." +msgstr "" + +#: ../../include/account.php:186 +msgid "Failed to store account information." +msgstr "" + +#: ../../include/account.php:272 +#, php-format +msgid "Registration request at %s" +msgstr "" + +#: ../../include/account.php:274 ../../include/account.php:301 +#: ../../include/account.php:358 +msgid "Administrator" +msgstr "" + +#: ../../include/account.php:296 +msgid "your registration password" +msgstr "" + +#: ../../include/account.php:299 ../../include/account.php:356 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: ../../include/account.php:365 +msgid "Account approved." +msgstr "" + +#: ../../include/account.php:399 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "" + +#: ../../include/taxonomy.php:224 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:249 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:249 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:250 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:250 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:251 ../../include/ItemObject.php:174 +msgid "like" +msgstr "" + +#: ../../include/taxonomy.php:251 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:252 ../../include/ItemObject.php:175 +msgid "dislike" +msgstr "" + +#: ../../include/taxonomy.php:252 +msgid "dislikes" msgstr "" #: ../../include/datetime.php:43 ../../include/datetime.php:45 @@ -653,516 +752,6 @@ msgstr "" msgid "%1$d %2$s ago" msgstr "" -#: ../../include/dba/dba_driver.php:50 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "" - -#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 -#: ../../mod/events.php:450 ../../mod/directory.php:173 ../../boot.php:1791 -msgid "Location:" -msgstr "" - -#: ../../include/features.php:21 -msgid "General Features" -msgstr "" - -#: ../../include/features.php:23 -msgid "Content Expiration" -msgstr "" - -#: ../../include/features.php:23 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "" - -#: ../../include/features.php:24 -msgid "Multiple Profiles" -msgstr "" - -#: ../../include/features.php:24 -msgid "Ability to create multiple profiles" -msgstr "" - -#: ../../include/features.php:25 -msgid "Web Pages" -msgstr "" - -#: ../../include/features.php:25 -msgid "Provide managed web pages on your channel" -msgstr "" - -#: ../../include/features.php:26 -msgid "Enhanced Photo Albums" -msgstr "" - -#: ../../include/features.php:26 -msgid "Enable photo album with enhanced features" -msgstr "" - -#: ../../include/features.php:28 -msgid "Extended Identity Sharing" -msgstr "" - -#: ../../include/features.php:28 ../../include/js_strings.php:30 -msgid " " -msgstr "" - -#: ../../include/features.php:29 -msgid "Expert Mode" -msgstr "" - -#: ../../include/features.php:29 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "" - -#: ../../include/features.php:30 -msgid "Premium Channel" -msgstr "" - -#: ../../include/features.php:30 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "" - -#: ../../include/features.php:35 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:36 -msgid "Richtext Editor" -msgstr "" - -#: ../../include/features.php:36 -msgid "Enable richtext editor" -msgstr "" - -#: ../../include/features.php:37 -msgid "Post Preview" -msgstr "" - -#: ../../include/features.php:37 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:38 ../../mod/settings.php:120 -#: ../../mod/sources.php:67 -msgid "Channel Sources" -msgstr "" - -#: ../../include/features.php:38 -msgid "Automatically import channel content from other channels or feeds" -msgstr "" - -#: ../../include/features.php:39 -msgid "Even More Encryption" -msgstr "" - -#: ../../include/features.php:39 -msgid "Allow encryption of content end-to-end with a shared secret key" -msgstr "" - -#: ../../include/features.php:44 -msgid "Network and Stream Filtering" -msgstr "" - -#: ../../include/features.php:45 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:45 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:46 -msgid "Collections Filter" -msgstr "" - -#: ../../include/features.php:46 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "" - -#: ../../include/features.php:47 ../../mod/network.php:173 -#: ../../mod/search.php:17 -msgid "Saved Searches" -msgstr "" - -#: ../../include/features.php:47 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:48 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:48 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:49 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:49 -msgid "Enable tab to display all new Network activity" -msgstr "" - -#: ../../include/features.php:50 -msgid "Affinity Tool" -msgstr "" - -#: ../../include/features.php:50 -msgid "Filter stream activity by depth of relationships" -msgstr "" - -#: ../../include/features.php:55 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:57 -msgid "Edit Sent Posts" -msgstr "" - -#: ../../include/features.php:57 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: ../../include/features.php:58 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:58 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:59 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:59 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:60 ../../include/contact_widgets.php:76 -msgid "Saved Folders" -msgstr "" - -#: ../../include/features.php:60 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:61 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:61 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:62 -msgid "Star Posts" -msgstr "" - -#: ../../include/features.php:62 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/features.php:63 -msgid "Tag Cloud" -msgstr "" - -#: ../../include/features.php:63 -msgid "Provide a personal tag cloud on your channel page" -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." -msgstr "" - -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:242 -msgid "All Channels" -msgstr "" - -#: ../../include/group.php:264 -msgid "edit" -msgstr "" - -#: ../../include/group.php:285 -msgid "Collections" -msgstr "" - -#: ../../include/group.php:286 -msgid "Edit collection" -msgstr "" - -#: ../../include/group.php:287 -msgid "Create a new collection" -msgstr "" - -#: ../../include/group.php:288 -msgid "Channels not in any collection" -msgstr "" - -#: ../../include/group.php:290 ../../mod/network.php:174 -msgid "add" -msgstr "" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "" - -#: ../../include/js_strings.php:8 -msgid "show fewer" -msgstr "" - -#: ../../include/js_strings.php:9 -msgid "Password too short" -msgstr "" - -#: ../../include/js_strings.php:10 -msgid "Passwords do not match" -msgstr "" - -#: ../../include/js_strings.php:11 ../../mod/photos.php:45 -msgid "everybody" -msgstr "" - -#: ../../include/js_strings.php:12 -msgid "Secret Passphrase" -msgstr "" - -#: ../../include/js_strings.php:13 -msgid "Passphrase hint" -msgstr "" - -#: ../../include/js_strings.php:15 -msgid "timeago.prefixAgo" -msgstr "" - -#: ../../include/js_strings.php:16 -msgid "timeago.suffixAgo" -msgstr "" - -#: ../../include/js_strings.php:17 -msgid "ago" -msgstr "" - -#: ../../include/js_strings.php:18 -msgid "from now" -msgstr "" - -#: ../../include/js_strings.php:19 -msgid "less than a minute" -msgstr "" - -#: ../../include/js_strings.php:20 -msgid "about a minute" -msgstr "" - -#: ../../include/js_strings.php:21 -#, php-format -msgid "%d minutes" -msgstr "" - -#: ../../include/js_strings.php:22 -msgid "about an hour" -msgstr "" - -#: ../../include/js_strings.php:23 -#, php-format -msgid "about %d hours" -msgstr "" - -#: ../../include/js_strings.php:24 -msgid "a day" -msgstr "" - -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d days" -msgstr "" - -#: ../../include/js_strings.php:26 -msgid "about a month" -msgstr "" - -#: ../../include/js_strings.php:27 -#, php-format -msgid "%d months" -msgstr "" - -#: ../../include/js_strings.php:28 -msgid "about a year" -msgstr "" - -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d years" -msgstr "" - -#: ../../include/js_strings.php:31 -msgid "timeago.numbers" -msgstr "" - -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "" - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "" - -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "" - -#: ../../include/message.php:143 -msgid "Stored post could not be verified." -msgstr "" - -#: ../../include/network.php:1113 -msgid "view full size" -msgstr "" - -#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51 -#: ../../mod/photos.php:97 ../../mod/photos.php:764 ../../mod/photos.php:786 -#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235 -#: ../../mod/profile_photo.php:346 -msgid "Profile Photos" -msgstr "" - -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:118 -#: ../../mod/profperm.php:112 -msgid "Profile" -msgstr "" - -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1062 -msgid "Full Name:" -msgstr "" - -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:175 -#: ../../boot.php:1793 -msgid "Gender:" -msgstr "" - -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "" - -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "" - -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "" - -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "" - -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:177 -#: ../../boot.php:1794 -msgid "Status:" -msgstr "" - -#: ../../include/profile_advanced.php:43 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:549 -msgid "Sexual Preference:" -msgstr "" - -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:179 -#: ../../boot.php:1795 -msgid "Homepage:" -msgstr "" - -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:551 -msgid "Hometown:" -msgstr "" - -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "" - -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:552 -msgid "Political Views:" -msgstr "" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "" - -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:181 -msgid "About:" -msgstr "" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "" - -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:555 -msgid "Likes:" -msgstr "" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:556 -msgid "Dislikes:" -msgstr "" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "" - #: ../../include/text.php:309 msgid "prev" msgstr "" @@ -1456,7 +1045,7 @@ msgid "Select an alternate language" msgstr "" #: ../../include/text.php:1603 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +#: ../../mod/subthread.php:89 ../../mod/tagger.php:45 ../../mod/like.php:103 msgid "photo" msgstr "" @@ -1466,7 +1055,7 @@ msgid "event" msgstr "" #: ../../include/text.php:1609 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +#: ../../mod/subthread.php:89 ../../mod/tagger.php:53 ../../mod/like.php:103 msgid "status" msgstr "" @@ -1499,7 +1088,908 @@ msgstr "" msgid "Pages" msgstr "" -#: ../../include/identity.php:14 ../../mod/item.php:1123 +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + +#: ../../include/activities.php:37 +msgid " and " +msgstr "" + +#: ../../include/activities.php:45 +msgid "public profile" +msgstr "" + +#: ../../include/activities.php:50 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: ../../include/activities.php:51 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "" + +#: ../../include/activities.php:54 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "" + +#: ../../include/acl_selectors.php:235 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/acl_selectors.php:236 +msgid "show" +msgstr "" + +#: ../../include/acl_selectors.php:237 +msgid "don't show" +msgstr "" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "" + +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:529 +#: ../../mod/photos.php:1079 ../../mod/photos.php:1166 +msgid "Comment" +msgstr "" + +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:268 +#: ../../include/contact_widgets.php:148 +msgid "show more" +msgstr "" + +#: ../../include/js_strings.php:8 +msgid "show fewer" +msgstr "" + +#: ../../include/js_strings.php:9 +msgid "Password too short" +msgstr "" + +#: ../../include/js_strings.php:10 +msgid "Passwords do not match" +msgstr "" + +#: ../../include/js_strings.php:11 ../../mod/photos.php:45 +msgid "everybody" +msgstr "" + +#: ../../include/js_strings.php:12 +msgid "Secret Passphrase" +msgstr "" + +#: ../../include/js_strings.php:13 +msgid "Passphrase hint" +msgstr "" + +#: ../../include/js_strings.php:15 +msgid "timeago.prefixAgo" +msgstr "" + +#: ../../include/js_strings.php:16 +msgid "timeago.suffixAgo" +msgstr "" + +#: ../../include/js_strings.php:17 +msgid "ago" +msgstr "" + +#: ../../include/js_strings.php:18 +msgid "from now" +msgstr "" + +#: ../../include/js_strings.php:19 +msgid "less than a minute" +msgstr "" + +#: ../../include/js_strings.php:20 +msgid "about a minute" +msgstr "" + +#: ../../include/js_strings.php:21 +#, php-format +msgid "%d minutes" +msgstr "" + +#: ../../include/js_strings.php:22 +msgid "about an hour" +msgstr "" + +#: ../../include/js_strings.php:23 +#, php-format +msgid "about %d hours" +msgstr "" + +#: ../../include/js_strings.php:24 +msgid "a day" +msgstr "" + +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d days" +msgstr "" + +#: ../../include/js_strings.php:26 +msgid "about a month" +msgstr "" + +#: ../../include/js_strings.php:27 +#, php-format +msgid "%d months" +msgstr "" + +#: ../../include/js_strings.php:28 +msgid "about a year" +msgstr "" + +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d years" +msgstr "" + +#: ../../include/js_strings.php:30 ../../include/features.php:28 +msgid " " +msgstr "" + +#: ../../include/js_strings.php:31 +msgid "timeago.numbers" +msgstr "" + +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "" + +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "" + +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "" + +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "" + +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "" + +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "" + +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "" + +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "" + +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "" + +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "" + +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "" + +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" +msgstr "" + +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "" + +#: ../../include/permissions.php:27 +msgid "Requires compatible chat plugin" +msgstr "" + +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "" + +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "" + +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "" + +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" + +#: ../../include/permissions.php:32 +msgid "Can administer my channel resources" +msgstr "" + +#: ../../include/permissions.php:32 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "" + +#: ../../include/items.php:3531 ../../mod/viewsrc.php:18 +#: ../../mod/display.php:32 ../../mod/admin.php:150 ../../mod/admin.php:727 +#: ../../mod/admin.php:930 ../../mod/home.php:64 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:3714 +msgid "Archives" +msgstr "" + +#: ../../include/items.php:3880 ../../mod/group.php:44 ../../mod/group.php:146 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:3896 ../../mod/network.php:469 +msgid "Group is empty" +msgstr "" + +#: ../../include/items.php:3912 +msgid "Connection not found." +msgstr "" + +#: ../../include/oembed.php:149 +msgid "Embedded content" +msgstr "" + +#: ../../include/oembed.php:158 +msgid "Embedding disabled" +msgstr "" + +#: ../../include/follow.php:21 +msgid "Channel is blocked on this site." +msgstr "" + +#: ../../include/follow.php:26 +msgid "Channel location missing." +msgstr "" + +#: ../../include/follow.php:43 +msgid "Channel discovery failed. Website may be down or misconfigured." +msgstr "" + +#: ../../include/follow.php:51 +msgid "Response from remote channel was not understood." +msgstr "" + +#: ../../include/follow.php:58 +msgid "Response from remote channel was incomplete." +msgstr "" + +#: ../../include/follow.php:129 +msgid "local account not found." +msgstr "" + +#: ../../include/follow.php:138 +msgid "Cannot connect to yourself." +msgstr "" + +#: ../../include/network.php:1113 +msgid "view full size" +msgstr "" + +#: ../../include/ItemObject.php:88 ../../mod/photos.php:952 +msgid "Private Message" +msgstr "" + +#: ../../include/ItemObject.php:95 ../../include/page_widgets.php:8 +#: ../../mod/blocks.php:93 ../../mod/editwebpage.php:119 +#: ../../mod/webpages.php:101 ../../mod/editpost.php:97 +#: ../../mod/editlayout.php:100 ../../mod/layouts.php:102 +#: ../../mod/menu.php:55 ../../mod/editblock.php:114 +#: ../../mod/settings.php:713 +msgid "Edit" +msgstr "" + +#: ../../include/ItemObject.php:107 ../../include/conversation.php:628 +#: ../../mod/admin.php:690 ../../mod/connections.php:374 +#: ../../mod/filestorage.php:82 ../../mod/group.php:182 +#: ../../mod/photos.php:1130 ../../mod/settings.php:714 +msgid "Delete" +msgstr "" + +#: ../../include/ItemObject.php:113 ../../include/conversation.php:627 +msgid "Select" +msgstr "" + +#: ../../include/ItemObject.php:117 +msgid "save to folder" +msgstr "" + +#: ../../include/ItemObject.php:145 +msgid "add star" +msgstr "" + +#: ../../include/ItemObject.php:146 +msgid "remove star" +msgstr "" + +#: ../../include/ItemObject.php:147 +msgid "toggle star status" +msgstr "" + +#: ../../include/ItemObject.php:151 +msgid "starred" +msgstr "" + +#: ../../include/ItemObject.php:160 ../../include/conversation.php:638 +msgid "Message is verified" +msgstr "" + +#: ../../include/ItemObject.php:168 +msgid "add tag" +msgstr "" + +#: ../../include/ItemObject.php:174 ../../mod/photos.php:1058 +msgid "I like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:175 ../../mod/photos.php:1059 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:177 +msgid "Share this" +msgstr "" + +#: ../../include/ItemObject.php:177 +msgid "share" +msgstr "" + +#: ../../include/ItemObject.php:201 ../../include/ItemObject.php:202 +#, php-format +msgid "View %s's profile - %s" +msgstr "" + +#: ../../include/ItemObject.php:203 +msgid "to" +msgstr "" + +#: ../../include/ItemObject.php:204 +msgid "via" +msgstr "" + +#: ../../include/ItemObject.php:205 +msgid "Wall-to-Wall" +msgstr "" + +#: ../../include/ItemObject.php:206 +msgid "via Wall-To-Wall:" +msgstr "" + +#: ../../include/ItemObject.php:216 ../../include/conversation.php:682 +#, php-format +msgid " from %s" +msgstr "" + +#: ../../include/ItemObject.php:219 ../../include/conversation.php:685 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: ../../include/ItemObject.php:246 ../../include/conversation.php:702 +#: ../../include/conversation.php:1112 ../../mod/message.php:332 +#: ../../mod/message.php:516 ../../mod/editwebpage.php:128 +#: ../../mod/editpost.php:106 ../../mod/photos.php:1061 +#: ../../mod/editlayout.php:109 ../../mod/editblock.php:123 +msgid "Please wait" +msgstr "" + +#: ../../include/ItemObject.php:267 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/ItemObject.php:527 ../../mod/photos.php:1077 +#: ../../mod/photos.php:1164 +msgid "This is you" +msgstr "" + +#: ../../include/ItemObject.php:531 +msgid "Bold" +msgstr "" + +#: ../../include/ItemObject.php:532 +msgid "Italic" +msgstr "" + +#: ../../include/ItemObject.php:533 +msgid "Underline" +msgstr "" + +#: ../../include/ItemObject.php:534 +msgid "Quote" +msgstr "" + +#: ../../include/ItemObject.php:535 +msgid "Code" +msgstr "" + +#: ../../include/ItemObject.php:536 +msgid "Image" +msgstr "" + +#: ../../include/ItemObject.php:537 +msgid "Link" +msgstr "" + +#: ../../include/ItemObject.php:538 +msgid "Video" +msgstr "" + +#: ../../include/ItemObject.php:539 ../../include/conversation.php:1075 +#: ../../mod/editwebpage.php:150 ../../mod/webpages.php:105 +#: ../../mod/editpost.php:126 ../../mod/photos.php:1081 +#: ../../mod/editlayout.php:129 ../../mod/editblock.php:144 +msgid "Preview" +msgstr "" + +#: ../../include/ItemObject.php:542 ../../include/conversation.php:1139 +#: ../../mod/message.php:338 ../../mod/message.php:521 +#: ../../mod/editpost.php:134 +msgid "Encrypt text" +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/contact_widgets.php:14 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" + +#: ../../include/contact_widgets.php:20 +msgid "Add New Connection" +msgstr "" + +#: ../../include/contact_widgets.php:21 +msgid "Enter the channel address" +msgstr "" + +#: ../../include/contact_widgets.php:22 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../include/contact_widgets.php:38 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:44 +msgid "Find Channels" +msgstr "" + +#: ../../include/contact_widgets.php:45 +msgid "Enter name or interest" +msgstr "" + +#: ../../include/contact_widgets.php:46 +msgid "Connect/Follow" +msgstr "" + +#: ../../include/contact_widgets.php:47 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: ../../include/contact_widgets.php:48 ../../mod/connections.php:697 +#: ../../mod/directory.php:221 ../../mod/directory.php:226 +msgid "Find" +msgstr "" + +#: ../../include/contact_widgets.php:49 ../../mod/suggest.php:64 +msgid "Channel Suggestions" +msgstr "" + +#: ../../include/contact_widgets.php:51 +msgid "Random Profile" +msgstr "" + +#: ../../include/contact_widgets.php:52 +msgid "Invite Friends" +msgstr "" + +#: ../../include/contact_widgets.php:76 ../../include/features.php:60 +msgid "Saved Folders" +msgstr "" + +#: ../../include/contact_widgets.php:79 ../../include/contact_widgets.php:113 +msgid "Everything" +msgstr "" + +#: ../../include/contact_widgets.php:143 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "" + +#: ../../include/api.php:972 +msgid "Public Timeline" +msgstr "" + +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "" + +#: ../../include/conversation.php:161 ../../mod/like.php:134 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:164 ../../mod/like.php:136 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "" + +#: ../../include/conversation.php:232 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: ../../include/conversation.php:254 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "" + +#: ../../include/conversation.php:658 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: ../../include/conversation.php:672 +msgid "Categories:" +msgstr "" + +#: ../../include/conversation.php:673 +msgid "Filed under:" +msgstr "" + +#: ../../include/conversation.php:700 +msgid "View in context" +msgstr "" + +#: ../../include/conversation.php:826 +msgid "remove" +msgstr "" + +#: ../../include/conversation.php:830 +msgid "Loading..." +msgstr "" + +#: ../../include/conversation.php:831 +msgid "Delete Selected Items" +msgstr "" + +#: ../../include/conversation.php:922 +msgid "View Source" +msgstr "" + +#: ../../include/conversation.php:923 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:924 ../../include/Contact.php:525 +msgid "View Status" +msgstr "" + +#: ../../include/conversation.php:925 ../../include/nav.php:76 +#: ../../include/Contact.php:526 ../../mod/connections.php:327 +#: ../../mod/connections.php:441 +msgid "View Profile" +msgstr "" + +#: ../../include/conversation.php:926 ../../include/Contact.php:527 +msgid "View Photos" +msgstr "" + +#: ../../include/conversation.php:927 +msgid "Matrix Activity" +msgstr "" + +#: ../../include/conversation.php:928 ../../include/Contact.php:529 +msgid "Edit Contact" +msgstr "" + +#: ../../include/conversation.php:929 ../../include/Contact.php:530 +msgid "Send PM" +msgstr "" + +#: ../../include/conversation.php:930 ../../include/Contact.php:524 +msgid "Poke" +msgstr "" + +#: ../../include/conversation.php:992 +#, php-format +msgid "%s likes this." +msgstr "" + +#: ../../include/conversation.php:992 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: ../../include/conversation.php:996 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:998 +#, 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:1004 +msgid "and" +msgstr "" + +#: ../../include/conversation.php:1007 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1008 +#, php-format +msgid "%s like this." +msgstr "" + +#: ../../include/conversation.php:1008 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: ../../include/conversation.php:1058 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/conversation.php:1059 ../../mod/message.php:281 +#: ../../mod/message.php:417 +msgid "Please enter a link URL:" +msgstr "" + +#: ../../include/conversation.php:1060 +msgid "Please enter a video link/URL:" +msgstr "" + +#: ../../include/conversation.php:1061 +msgid "Please enter an audio link/URL:" +msgstr "" + +#: ../../include/conversation.php:1062 +msgid "Tag term:" +msgstr "" + +#: ../../include/conversation.php:1063 ../../mod/filer.php:35 +msgid "Save to Folder:" +msgstr "" + +#: ../../include/conversation.php:1064 +msgid "Where are you right now?" +msgstr "" + +#: ../../include/conversation.php:1065 ../../mod/message.php:282 +#: ../../mod/message.php:418 ../../mod/editpost.php:52 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "" + +#: ../../include/conversation.php:1089 ../../mod/photos.php:1060 +msgid "Share" +msgstr "" + +#: ../../include/conversation.php:1091 +msgid "Page link title" +msgstr "" + +#: ../../include/conversation.php:1093 ../../mod/message.php:329 +#: ../../mod/message.php:512 ../../mod/editwebpage.php:120 +#: ../../mod/editpost.php:98 ../../mod/editlayout.php:101 +#: ../../mod/editblock.php:115 +msgid "Upload photo" +msgstr "" + +#: ../../include/conversation.php:1094 +msgid "upload photo" +msgstr "" + +#: ../../include/conversation.php:1095 ../../mod/message.php:330 +#: ../../mod/message.php:513 ../../mod/editwebpage.php:121 +#: ../../mod/editpost.php:99 ../../mod/editlayout.php:102 +#: ../../mod/editblock.php:116 +msgid "Attach file" +msgstr "" + +#: ../../include/conversation.php:1096 +msgid "attach file" +msgstr "" + +#: ../../include/conversation.php:1097 ../../mod/message.php:331 +#: ../../mod/message.php:514 ../../mod/editwebpage.php:122 +#: ../../mod/editpost.php:100 ../../mod/editlayout.php:103 +#: ../../mod/editblock.php:117 +msgid "Insert web link" +msgstr "" + +#: ../../include/conversation.php:1098 +msgid "web link" +msgstr "" + +#: ../../include/conversation.php:1099 +msgid "Insert video link" +msgstr "" + +#: ../../include/conversation.php:1100 +msgid "video link" +msgstr "" + +#: ../../include/conversation.php:1101 +msgid "Insert audio link" +msgstr "" + +#: ../../include/conversation.php:1102 +msgid "audio link" +msgstr "" + +#: ../../include/conversation.php:1103 ../../mod/editwebpage.php:126 +#: ../../mod/editpost.php:104 ../../mod/editlayout.php:107 +#: ../../mod/editblock.php:121 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1104 +msgid "set location" +msgstr "" + +#: ../../include/conversation.php:1105 ../../mod/editwebpage.php:127 +#: ../../mod/editpost.php:105 ../../mod/editlayout.php:108 +#: ../../mod/editblock.php:122 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1106 +msgid "clear location" +msgstr "" + +#: ../../include/conversation.php:1108 ../../mod/editwebpage.php:142 +#: ../../mod/editpost.php:118 ../../mod/editlayout.php:121 +#: ../../mod/editblock.php:136 +msgid "Set title" +msgstr "" + +#: ../../include/conversation.php:1111 ../../mod/editwebpage.php:144 +#: ../../mod/editpost.php:120 ../../mod/editlayout.php:123 +#: ../../mod/editblock.php:138 +msgid "Categories (comma-separated list)" +msgstr "" + +#: ../../include/conversation.php:1113 ../../mod/editwebpage.php:129 +#: ../../mod/editpost.php:107 ../../mod/editlayout.php:110 +#: ../../mod/editblock.php:124 +msgid "Permission settings" +msgstr "" + +#: ../../include/conversation.php:1114 +msgid "permissions" +msgstr "" + +#: ../../include/conversation.php:1122 ../../mod/editwebpage.php:137 +#: ../../mod/editpost.php:115 ../../mod/editlayout.php:118 +#: ../../mod/editblock.php:133 +msgid "Public post" +msgstr "" + +#: ../../include/conversation.php:1124 ../../mod/editwebpage.php:145 +#: ../../mod/editpost.php:121 ../../mod/editlayout.php:124 +#: ../../mod/editblock.php:139 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: ../../include/conversation.php:1137 ../../mod/message.php:336 +#: ../../mod/message.php:519 ../../mod/editwebpage.php:155 +#: ../../mod/editpost.php:132 ../../mod/editlayout.php:134 +#: ../../mod/editblock.php:149 +msgid "Set expiration date" +msgstr "" + +#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235 +#: ../../mod/profile_photo.php:346 ../../mod/photos.php:97 +#: ../../mod/photos.php:764 ../../mod/photos.php:786 +msgid "Profile Photos" +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." +msgstr "" + +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "" + +#: ../../include/group.php:242 ../../mod/admin.php:695 +msgid "All Channels" +msgstr "" + +#: ../../include/group.php:264 +msgid "edit" +msgstr "" + +#: ../../include/group.php:285 +msgid "Collections" +msgstr "" + +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "" + +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "" + +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "" + +#: ../../include/group.php:290 ../../mod/network.php:174 +msgid "add" +msgstr "" + +#: ../../include/identity.php:14 ../../mod/item.php:1148 msgid "Unable to obtain identity information from database" msgstr "" @@ -1533,80 +2023,10 @@ msgid "Default Profile" msgstr "" #: ../../include/identity.php:245 ../../include/profile_selectors.php:42 -#: ../../mod/network.php:387 ../../mod/connections.php:407 +#: ../../mod/connections.php:407 ../../mod/network.php:387 msgid "Friends" msgstr "" -#: ../../include/bbcode.php:94 ../../include/bbcode.php:494 -#: ../../include/bbcode.php:497 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:126 ../../include/bbcode.php:502 -msgid "Encrypted content" -msgstr "" - -#: ../../include/bbcode.php:173 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "" - -#: ../../include/bbcode.php:175 -msgid "post" -msgstr "" - -#: ../../include/bbcode.php:454 ../../include/bbcode.php:474 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/oembed.php:149 -msgid "Embedded content" -msgstr "" - -#: ../../include/oembed.php:158 -msgid "Embedding disabled" -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/photos.php:15 ../../include/attach.php:102 -#: ../../include/attach.php:133 ../../include/attach.php:189 -#: ../../include/attach.php:204 ../../include/attach.php:237 -#: ../../include/attach.php:251 ../../include/attach.php:272 -#: ../../include/attach.php:464 ../../include/attach.php:539 -#: ../../include/items.php:3582 ../../mod/common.php:43 -#: ../../mod/events.php:134 ../../mod/invite.php:13 ../../mod/invite.php:102 -#: ../../mod/allfriends.php:10 ../../mod/webpages.php:40 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/lastpost.php:93 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/setup.php:200 ../../mod/settings.php:628 -#: ../../mod/viewconnections.php:33 ../../mod/viewconnections.php:38 -#: ../../mod/delegate.php:6 ../../mod/sources.php:48 ../../mod/mitem.php:92 -#: ../../mod/group.php:15 ../../mod/photos.php:74 ../../mod/photos.php:654 -#: ../../mod/viewsrc.php:12 ../../mod/menu.php:40 ../../mod/message.php:208 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:7 -#: ../../mod/intro.php:50 ../../mod/connections.php:197 -#: ../../mod/profiles.php:163 ../../mod/profiles.php:476 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/filestorage.php:26 ../../mod/manage.php:6 -#: ../../mod/crepair.php:115 ../../mod/editlayout.php:48 -#: ../../mod/nogroup.php:25 ../../mod/profile_photo.php:197 -#: ../../mod/profile_photo.php:210 ../../mod/editwebpage.php:42 -#: ../../mod/editwebpage.php:64 ../../mod/notifications.php:66 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/editpost.php:13 -#: ../../mod/poke.php:128 ../../mod/channel.php:123 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/item.php:173 ../../mod/item.php:181 -#: ../../mod/suggest.php:32 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/mood.php:114 ../../index.php:178 ../../index.php:340 -msgid "Permission denied." -msgstr "" - #: ../../include/photos.php:88 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -1624,15 +2044,382 @@ msgstr "" msgid "Photo storage failed." msgstr "" -#: ../../include/photos.php:288 ../../boot.php:2242 -msgid "Photo Albums" -msgstr "" - #: ../../include/photos.php:292 ../../mod/photos.php:802 #: ../../mod/photos.php:1276 msgid "Upload New Photos" msgstr "" +#: ../../include/security.php:49 +msgid "Welcome " +msgstr "" + +#: ../../include/security.php:50 +msgid "Please upload a profile photo." +msgstr "" + +#: ../../include/security.php:53 +msgid "Welcome back " +msgstr "" + +#: ../../include/security.php:360 +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/plugin.php:440 ../../include/plugin.php:442 +msgid "Click here to upgrade." +msgstr "" + +#: ../../include/plugin.php:448 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "" + +#: ../../include/plugin.php:453 +msgid "This action is not available under your subscription plan." +msgstr "" + +#: ../../include/nav.php:72 ../../include/nav.php:87 +msgid "End this session" +msgstr "" + +#: ../../include/nav.php:75 ../../include/nav.php:121 +msgid "Home" +msgstr "" + +#: ../../include/nav.php:75 +msgid "Your posts and conversations" +msgstr "" + +#: ../../include/nav.php:76 +msgid "Your profile page" +msgstr "" + +#: ../../include/nav.php:78 +msgid "Edit Profiles" +msgstr "" + +#: ../../include/nav.php:78 +msgid "Manage/Edit Profiles" +msgstr "" + +#: ../../include/nav.php:79 +msgid "Your photos" +msgstr "" + +#: ../../include/nav.php:85 +msgid "Sign in" +msgstr "" + +#: ../../include/nav.php:102 +#, php-format +msgid "%s - click to logout" +msgstr "" + +#: ../../include/nav.php:107 +msgid "Click to authenticate to your home hub" +msgstr "" + +#: ../../include/nav.php:121 +msgid "Home Page" +msgstr "" + +#: ../../include/nav.php:125 +msgid "Create an account" +msgstr "" + +#: ../../include/nav.php:130 ../../mod/help.php:45 ../../mod/help.php:49 +msgid "Help" +msgstr "" + +#: ../../include/nav.php:130 +msgid "Help and documentation" +msgstr "" + +#: ../../include/nav.php:133 +msgid "Apps" +msgstr "" + +#: ../../include/nav.php:133 +msgid "Addon applications, utilities, games" +msgstr "" + +#: ../../include/nav.php:135 +msgid "Search site content" +msgstr "" + +#: ../../include/nav.php:138 ../../mod/directory.php:225 +msgid "Directory" +msgstr "" + +#: ../../include/nav.php:138 +msgid "Channel Locator" +msgstr "" + +#: ../../include/nav.php:149 +msgid "Matrix" +msgstr "" + +#: ../../include/nav.php:149 +msgid "Your matrix" +msgstr "" + +#: ../../include/nav.php:150 +msgid "See all matrix notifications" +msgstr "" + +#: ../../include/nav.php:151 +msgid "Mark all matrix notifications seen" +msgstr "" + +#: ../../include/nav.php:153 +msgid "Channel Home" +msgstr "" + +#: ../../include/nav.php:153 +msgid "Channel home" +msgstr "" + +#: ../../include/nav.php:154 +msgid "See all channel notifications" +msgstr "" + +#: ../../include/nav.php:155 +msgid "Mark all channel notifications seen" +msgstr "" + +#: ../../include/nav.php:158 +msgid "Intros" +msgstr "" + +#: ../../include/nav.php:158 ../../mod/connections.php:585 +msgid "New Connections" +msgstr "" + +#: ../../include/nav.php:159 +msgid "See all channel introductions" +msgstr "" + +#: ../../include/nav.php:162 +msgid "Notices" +msgstr "" + +#: ../../include/nav.php:162 ../../mod/notifications.php:218 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:163 +msgid "See all notifications" +msgstr "" + +#: ../../include/nav.php:164 +msgid "Mark all system notifications seen" +msgstr "" + +#: ../../include/nav.php:166 +msgid "Mail" +msgstr "" + +#: ../../include/nav.php:166 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:167 +msgid "See all private messages" +msgstr "" + +#: ../../include/nav.php:168 +msgid "Mark all private messages seen" +msgstr "" + +#: ../../include/nav.php:169 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:170 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:171 ../../mod/message.php:24 +msgid "New Message" +msgstr "" + +#: ../../include/nav.php:174 +msgid "Event Calendar" +msgstr "" + +#: ../../include/nav.php:175 +msgid "See all events" +msgstr "" + +#: ../../include/nav.php:176 +msgid "Mark all events seen" +msgstr "" + +#: ../../include/nav.php:178 +msgid "Channel Select" +msgstr "" + +#: ../../include/nav.php:178 +msgid "Manage Your Channels" +msgstr "" + +#: ../../include/nav.php:180 ../../mod/admin.php:782 ../../mod/admin.php:987 +#: ../../mod/settings.php:131 +msgid "Settings" +msgstr "" + +#: ../../include/nav.php:180 +msgid "Account/Channel Settings" +msgstr "" + +#: ../../include/nav.php:182 ../../mod/connections.php:691 +msgid "Connections" +msgstr "" + +#: ../../include/nav.php:182 +msgid "Manage/Edit Friends and Connections" +msgstr "" + +#: ../../include/nav.php:189 ../../mod/admin.php:111 +msgid "Admin" +msgstr "" + +#: ../../include/nav.php:189 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:212 +msgid "Nothing new here" +msgstr "" + +#: ../../include/nav.php:217 +msgid "Please wait..." +msgstr "" + +#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:118 +#: ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" + +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1062 +msgid "Full Name:" +msgstr "" + +#: ../../include/profile_advanced.php:22 +msgid "j F, Y" +msgstr "" + +#: ../../include/profile_advanced.php:23 +msgid "j F" +msgstr "" + +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" +msgstr "" + +#: ../../include/profile_advanced.php:34 +msgid "Age:" +msgstr "" + +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:549 +msgid "Sexual Preference:" +msgstr "" + +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:551 +msgid "Hometown:" +msgstr "" + +#: ../../include/profile_advanced.php:52 +msgid "Tags:" +msgstr "" + +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:552 +msgid "Political Views:" +msgstr "" + +#: ../../include/profile_advanced.php:56 +msgid "Religion:" +msgstr "" + +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:181 +msgid "About:" +msgstr "" + +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" +msgstr "" + +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:555 +msgid "Likes:" +msgstr "" + +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:556 +msgid "Dislikes:" +msgstr "" + +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" +msgstr "" + +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" +msgstr "" + +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" +msgstr "" + +#: ../../include/profile_advanced.php:73 +msgid "Television:" +msgstr "" + +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" +msgstr "" + +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" +msgstr "" + +#: ../../include/profile_advanced.php:81 +msgid "School/education:" +msgstr "" + +#: ../../include/zot.php:425 +msgid "Invalid data packet" +msgstr "" + +#: ../../include/zot.php:435 +msgid "Unable to verify channel signature" +msgstr "" + +#: ../../include/zot.php:581 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + +#: ../../include/Contact.php:103 +msgid "New window" +msgstr "" + +#: ../../include/Contact.php:104 +msgid "Open the selected location in a different window or browser tab" +msgstr "" + +#: ../../include/Contact.php:528 +msgid "Network Posts" +msgstr "" + #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "" @@ -1861,6 +2648,210 @@ msgstr "" msgid "Ask me" msgstr "" +#: ../../include/features.php:21 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:23 +msgid "Content Expiration" +msgstr "" + +#: ../../include/features.php:23 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "" + +#: ../../include/features.php:24 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:24 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:25 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:25 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:26 +msgid "Enhanced Photo Albums" +msgstr "" + +#: ../../include/features.php:26 +msgid "Enable photo album with enhanced features" +msgstr "" + +#: ../../include/features.php:28 +msgid "Extended Identity Sharing" +msgstr "" + +#: ../../include/features.php:29 +msgid "Expert Mode" +msgstr "" + +#: ../../include/features.php:29 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" + +#: ../../include/features.php:30 +msgid "Premium Channel" +msgstr "" + +#: ../../include/features.php:30 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" + +#: ../../include/features.php:35 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:36 +msgid "Richtext Editor" +msgstr "" + +#: ../../include/features.php:36 +msgid "Enable richtext editor" +msgstr "" + +#: ../../include/features.php:37 +msgid "Post Preview" +msgstr "" + +#: ../../include/features.php:37 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: ../../include/features.php:38 ../../mod/sources.php:67 +#: ../../mod/settings.php:120 +msgid "Channel Sources" +msgstr "" + +#: ../../include/features.php:38 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" + +#: ../../include/features.php:39 +msgid "Even More Encryption" +msgstr "" + +#: ../../include/features.php:39 +msgid "Allow encryption of content end-to-end with a shared secret key" +msgstr "" + +#: ../../include/features.php:44 +msgid "Network and Stream Filtering" +msgstr "" + +#: ../../include/features.php:45 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:45 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:46 +msgid "Collections Filter" +msgstr "" + +#: ../../include/features.php:46 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "" + +#: ../../include/features.php:47 ../../mod/search.php:17 +#: ../../mod/network.php:173 +msgid "Saved Searches" +msgstr "" + +#: ../../include/features.php:47 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:48 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:48 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:49 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:49 +msgid "Enable tab to display all new Network activity" +msgstr "" + +#: ../../include/features.php:50 +msgid "Affinity Tool" +msgstr "" + +#: ../../include/features.php:50 +msgid "Filter stream activity by depth of relationships" +msgstr "" + +#: ../../include/features.php:55 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:57 +msgid "Edit Sent Posts" +msgstr "" + +#: ../../include/features.php:57 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: ../../include/features.php:58 +msgid "Tagging" +msgstr "" + +#: ../../include/features.php:58 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:59 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:59 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:60 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:61 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:61 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:62 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:62 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/features.php:63 +msgid "Tag Cloud" +msgstr "" + +#: ../../include/features.php:63 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + #: ../../include/attach.php:184 ../../include/attach.php:232 msgid "Item was not found." msgstr "" @@ -1919,313 +2910,6 @@ msgstr "" msgid "database storage failed." msgstr "" -#: ../../include/zot.php:438 -msgid "Invalid data packet" -msgstr "" - -#: ../../include/zot.php:448 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../include/zot.php:594 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "" - -#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1458 -msgid "Logout" -msgstr "" - -#: ../../include/nav.php:72 ../../include/nav.php:87 -msgid "End this session" -msgstr "" - -#: ../../include/nav.php:75 ../../include/nav.php:121 -msgid "Home" -msgstr "" - -#: ../../include/nav.php:75 -msgid "Your posts and conversations" -msgstr "" - -#: ../../include/nav.php:76 -msgid "Your profile page" -msgstr "" - -#: ../../include/nav.php:78 -msgid "Edit Profiles" -msgstr "" - -#: ../../include/nav.php:78 -msgid "Manage/Edit Profiles" -msgstr "" - -#: ../../include/nav.php:79 ../../mod/fbrowser.php:25 ../../boot.php:2239 -msgid "Photos" -msgstr "" - -#: ../../include/nav.php:79 -msgid "Your photos" -msgstr "" - -#: ../../include/nav.php:85 ../../boot.php:1459 -msgid "Login" -msgstr "" - -#: ../../include/nav.php:85 -msgid "Sign in" -msgstr "" - -#: ../../include/nav.php:102 -#, php-format -msgid "%s - click to logout" -msgstr "" - -#: ../../include/nav.php:107 -msgid "Click to authenticate to your home hub" -msgstr "" - -#: ../../include/nav.php:121 -msgid "Home Page" -msgstr "" - -#: ../../include/nav.php:125 ../../mod/register.php:195 ../../boot.php:1435 -msgid "Register" -msgstr "" - -#: ../../include/nav.php:125 -msgid "Create an account" -msgstr "" - -#: ../../include/nav.php:130 ../../mod/help.php:45 ../../mod/help.php:49 -msgid "Help" -msgstr "" - -#: ../../include/nav.php:130 -msgid "Help and documentation" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Apps" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Addon applications, utilities, games" -msgstr "" - -#: ../../include/nav.php:135 -msgid "Search site content" -msgstr "" - -#: ../../include/nav.php:138 ../../mod/directory.php:225 -msgid "Directory" -msgstr "" - -#: ../../include/nav.php:138 -msgid "Channel Locator" -msgstr "" - -#: ../../include/nav.php:149 -msgid "Matrix" -msgstr "" - -#: ../../include/nav.php:149 -msgid "Your matrix" -msgstr "" - -#: ../../include/nav.php:150 -msgid "See all matrix notifications" -msgstr "" - -#: ../../include/nav.php:151 -msgid "Mark all matrix notifications seen" -msgstr "" - -#: ../../include/nav.php:153 -msgid "Channel Home" -msgstr "" - -#: ../../include/nav.php:153 -msgid "Channel home" -msgstr "" - -#: ../../include/nav.php:154 -msgid "See all channel notifications" -msgstr "" - -#: ../../include/nav.php:155 -msgid "Mark all channel notifications seen" -msgstr "" - -#: ../../include/nav.php:158 -msgid "Intros" -msgstr "" - -#: ../../include/nav.php:158 ../../mod/connections.php:585 -msgid "New Connections" -msgstr "" - -#: ../../include/nav.php:159 -msgid "See all channel introductions" -msgstr "" - -#: ../../include/nav.php:162 -msgid "Notices" -msgstr "" - -#: ../../include/nav.php:162 ../../mod/notifications.php:218 -msgid "Notifications" -msgstr "" - -#: ../../include/nav.php:163 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:164 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:166 -msgid "Mail" -msgstr "" - -#: ../../include/nav.php:166 -msgid "Private mail" -msgstr "" - -#: ../../include/nav.php:167 -msgid "See all private messages" -msgstr "" - -#: ../../include/nav.php:168 -msgid "Mark all private messages seen" -msgstr "" - -#: ../../include/nav.php:169 -msgid "Inbox" -msgstr "" - -#: ../../include/nav.php:170 -msgid "Outbox" -msgstr "" - -#: ../../include/nav.php:171 ../../mod/message.php:24 -msgid "New Message" -msgstr "" - -#: ../../include/nav.php:174 ../../mod/events.php:348 ../../boot.php:2250 -msgid "Events" -msgstr "" - -#: ../../include/nav.php:174 -msgid "Event Calendar" -msgstr "" - -#: ../../include/nav.php:175 -msgid "See all events" -msgstr "" - -#: ../../include/nav.php:176 -msgid "Mark all events seen" -msgstr "" - -#: ../../include/nav.php:178 -msgid "Channel Select" -msgstr "" - -#: ../../include/nav.php:178 -msgid "Manage Your Channels" -msgstr "" - -#: ../../include/nav.php:180 ../../mod/settings.php:131 -#: ../../mod/admin.php:778 ../../mod/admin.php:983 -msgid "Settings" -msgstr "" - -#: ../../include/nav.php:180 -msgid "Account/Channel Settings" -msgstr "" - -#: ../../include/nav.php:182 ../../mod/connections.php:691 -msgid "Connections" -msgstr "" - -#: ../../include/nav.php:182 -msgid "Manage/Edit Friends and Connections" -msgstr "" - -#: ../../include/nav.php:189 ../../mod/admin.php:111 -msgid "Admin" -msgstr "" - -#: ../../include/nav.php:189 -msgid "Site Setup and Configuration" -msgstr "" - -#: ../../include/nav.php:212 -msgid "Nothing new here" -msgstr "" - -#: ../../include/nav.php:217 -msgid "Please wait..." -msgstr "" - -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "" - -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "" - -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "" - -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "" - -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "" - -#: ../../include/account.php:118 -msgid "Please enter the required information." -msgstr "" - -#: ../../include/account.php:186 -msgid "Failed to store account information." -msgstr "" - -#: ../../include/account.php:272 -#, php-format -msgid "Registration request at %s" -msgstr "" - -#: ../../include/account.php:274 ../../include/account.php:301 -#: ../../include/account.php:358 -msgid "Administrator" -msgstr "" - -#: ../../include/account.php:296 -msgid "your registration password" -msgstr "" - -#: ../../include/account.php:299 ../../include/account.php:356 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: ../../include/account.php:365 -msgid "Account approved." -msgstr "" - -#: ../../include/account.php:399 -#, php-format -msgid "Registration revoked for %s" -msgstr "" - #: ../../include/auth.php:67 msgid "Logged out." msgstr "" @@ -2238,697 +2922,2386 @@ msgstr "" msgid "Login failed." msgstr "" -#: ../../include/contact_widgets.php:14 +#: ../../include/enotify.php:36 +msgid "Red Matrix Notification" +msgstr "" + +#: ../../include/enotify.php:37 +msgid "redmatrix" +msgstr "" + +#: ../../include/enotify.php:39 +msgid "Thank You," +msgstr "" + +#: ../../include/enotify.php:41 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +msgid "%s Administrator" msgstr "" -#: ../../include/contact_widgets.php:20 -msgid "Add New Connection" -msgstr "" - -#: ../../include/contact_widgets.php:21 -msgid "Enter the channel address" -msgstr "" - -#: ../../include/contact_widgets.php:22 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: ../../include/contact_widgets.php:38 +#: ../../include/enotify.php:76 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:44 -msgid "Find Channels" +msgid "%s " msgstr "" -#: ../../include/contact_widgets.php:45 -msgid "Enter name or interest" -msgstr "" - -#: ../../include/contact_widgets.php:46 -msgid "Connect/Follow" -msgstr "" - -#: ../../include/contact_widgets.php:47 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: ../../include/contact_widgets.php:48 ../../mod/connections.php:697 -#: ../../mod/directory.php:221 ../../mod/directory.php:226 -msgid "Find" -msgstr "" - -#: ../../include/contact_widgets.php:49 ../../mod/suggest.php:64 -msgid "Channel Suggestions" -msgstr "" - -#: ../../include/contact_widgets.php:51 -msgid "Random Profile" -msgstr "" - -#: ../../include/contact_widgets.php:52 -msgid "Invite Friends" -msgstr "" - -#: ../../include/contact_widgets.php:79 ../../include/contact_widgets.php:113 -msgid "Everything" -msgstr "" - -#: ../../include/contact_widgets.php:110 ../../include/widgets.php:26 -msgid "Categories" -msgstr "" - -#: ../../include/contact_widgets.php:143 +#: ../../include/enotify.php:80 #, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/page_widgets.php:6 -msgid "New Page" +msgid "[Red:Notify] New mail received at %s" msgstr "" -#: ../../include/follow.php:21 -msgid "Channel is blocked on this site." -msgstr "" - -#: ../../include/follow.php:26 -msgid "Channel location missing." -msgstr "" - -#: ../../include/follow.php:43 -msgid "Channel discovery failed. Website may be down or misconfigured." -msgstr "" - -#: ../../include/follow.php:51 -msgid "Response from remote channel was not understood." -msgstr "" - -#: ../../include/follow.php:58 -msgid "Response from remote channel was incomplete." -msgstr "" - -#: ../../include/follow.php:129 -msgid "local account not found." -msgstr "" - -#: ../../include/follow.php:138 -msgid "Cannot connect to yourself." -msgstr "" - -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "" - -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "" - -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "" - -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "" - -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "" - -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "" - -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "" - -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "" - -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" -msgstr "" - -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "" - -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "" - -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "" - -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" -msgstr "" - -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" -msgstr "" - -#: ../../include/permissions.php:27 -msgid "Requires compatible chat plugin" -msgstr "" - -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" -msgstr "" - -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" -msgstr "" - -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" -msgstr "" - -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" -msgstr "" - -#: ../../include/permissions.php:32 -msgid "Can administer my channel resources" -msgstr "" - -#: ../../include/permissions.php:32 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "" - -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "" - -#: ../../include/taxonomy.php:224 -msgid "Keywords" -msgstr "" - -#: ../../include/taxonomy.php:249 -msgid "have" -msgstr "" - -#: ../../include/taxonomy.php:249 -msgid "has" -msgstr "" - -#: ../../include/taxonomy.php:250 -msgid "want" -msgstr "" - -#: ../../include/taxonomy.php:250 -msgid "wants" -msgstr "" - -#: ../../include/taxonomy.php:251 -msgid "likes" -msgstr "" - -#: ../../include/taxonomy.php:252 -msgid "dislikes" -msgstr "" - -#: ../../include/plugin.php:440 ../../include/plugin.php:442 -msgid "Click here to upgrade." -msgstr "" - -#: ../../include/plugin.php:448 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: ../../include/plugin.php:453 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:62 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "" - -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "" - -#: ../../include/conversation.php:161 ../../mod/like.php:134 +#: ../../include/enotify.php:82 #, php-format -msgid "%1$s likes %2$s's %3$s" +msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:136 +#: ../../include/enotify.php:83 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" +msgid "%1$s sent you %2$s." msgstr "" -#: ../../include/conversation.php:201 +#: ../../include/enotify.php:83 +msgid "a private message" +msgstr "" + +#: ../../include/enotify.php:84 #, php-format -msgid "%1$s is now connected with %2$s" +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/conversation.php:232 +#: ../../include/enotify.php:135 #, php-format -msgid "%1$s poked %2$s" +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../include/conversation.php:254 ../../mod/mood.php:63 +#: ../../include/enotify.php:143 #, php-format -msgid "%1$s is currently %2$s" +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../include/conversation.php:658 +#: ../../include/enotify.php:152 #, php-format -msgid "View %s's profile @ %s" +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../include/conversation.php:672 -msgid "Categories:" -msgstr "" - -#: ../../include/conversation.php:673 -msgid "Filed under:" -msgstr "" - -#: ../../include/conversation.php:700 -msgid "View in context" -msgstr "" - -#: ../../include/conversation.php:826 -msgid "remove" -msgstr "" - -#: ../../include/conversation.php:830 -msgid "Loading..." -msgstr "" - -#: ../../include/conversation.php:831 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:922 -msgid "View Source" -msgstr "" - -#: ../../include/conversation.php:923 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:927 -msgid "Matrix Activity" -msgstr "" - -#: ../../include/conversation.php:992 +#: ../../include/enotify.php:163 #, php-format -msgid "%s likes this." +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/conversation.php:992 +#: ../../include/enotify.php:164 #, php-format -msgid "%s doesn't like this." +msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../include/conversation.php:996 +#: ../../include/enotify.php:167 ../../include/enotify.php:186 +#: ../../include/enotify.php:212 ../../include/enotify.php:231 +#: ../../include/enotify.php:245 #, php-format -msgid "%2$d people like this." +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/conversation.php:998 +#: ../../include/enotify.php:174 #, php-format -msgid "%2$d people don't like this." +msgid "[Red:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/conversation.php:1004 -msgid "and" -msgstr "" - -#: ../../include/conversation.php:1007 +#: ../../include/enotify.php:176 #, php-format -msgid ", and %d other people" +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../include/conversation.php:1008 +#: ../../include/enotify.php:178 #, php-format -msgid "%s like this." +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../include/conversation.php:1008 +#: ../../include/enotify.php:205 #, php-format -msgid "%s don't like this." +msgid "[Red:Notify] %s tagged you" msgstr "" -#: ../../include/conversation.php:1058 -msgid "Visible to everybody" +#: ../../include/enotify.php:206 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../include/conversation.php:1059 ../../mod/message.php:281 -#: ../../mod/message.php:417 -msgid "Please enter a link URL:" +#: ../../include/enotify.php:207 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../include/conversation.php:1060 -msgid "Please enter a video link/URL:" +#: ../../include/enotify.php:220 +#, php-format +msgid "[Red:Notify] %1$s poked you" msgstr "" -#: ../../include/conversation.php:1061 -msgid "Please enter an audio link/URL:" +#: ../../include/enotify.php:221 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../include/conversation.php:1062 -msgid "Tag term:" +#: ../../include/enotify.php:222 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/conversation.php:1063 ../../mod/filer.php:35 -msgid "Save to Folder:" +#: ../../include/enotify.php:238 +#, php-format +msgid "[Red:Notify] %s tagged your post" msgstr "" -#: ../../include/conversation.php:1064 -msgid "Where are you right now?" +#: ../../include/enotify.php:239 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../include/conversation.php:1065 ../../mod/message.php:282 -#: ../../mod/message.php:418 ../../mod/editpost.php:52 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../include/enotify.php:240 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../include/conversation.php:1089 ../../mod/photos.php:1060 -msgid "Share" +#: ../../include/enotify.php:252 +msgid "[Red:Notify] Introduction received" msgstr "" -#: ../../include/conversation.php:1091 -msgid "Page link title" +#: ../../include/enotify.php:253 +#, php-format +msgid "%1$s, you've received an introduction from '%2$s' at %3$s" msgstr "" -#: ../../include/conversation.php:1093 ../../mod/message.php:329 -#: ../../mod/message.php:512 ../../mod/editlayout.php:101 -#: ../../mod/editwebpage.php:120 ../../mod/editpost.php:98 -#: ../../mod/editblock.php:115 -msgid "Upload photo" +#: ../../include/enotify.php:254 +#, php-format +msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." msgstr "" -#: ../../include/conversation.php:1094 -msgid "upload photo" +#: ../../include/enotify.php:258 ../../include/enotify.php:277 +#, php-format +msgid "You may visit their profile at %s" msgstr "" -#: ../../include/conversation.php:1095 ../../mod/message.php:330 -#: ../../mod/message.php:513 ../../mod/editlayout.php:102 -#: ../../mod/editwebpage.php:121 ../../mod/editpost.php:99 -#: ../../mod/editblock.php:116 -msgid "Attach file" +#: ../../include/enotify.php:260 +#, php-format +msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: ../../include/conversation.php:1096 -msgid "attach file" +#: ../../include/enotify.php:267 +msgid "[Red:Notify] Friend suggestion received" msgstr "" -#: ../../include/conversation.php:1097 ../../mod/message.php:331 -#: ../../mod/message.php:514 ../../mod/editlayout.php:103 -#: ../../mod/editwebpage.php:122 ../../mod/editpost.php:100 -#: ../../mod/editblock.php:117 -msgid "Insert web link" +#: ../../include/enotify.php:268 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../include/conversation.php:1098 -msgid "web link" -msgstr "" - -#: ../../include/conversation.php:1099 -msgid "Insert video link" -msgstr "" - -#: ../../include/conversation.php:1100 -msgid "video link" -msgstr "" - -#: ../../include/conversation.php:1101 -msgid "Insert audio link" -msgstr "" - -#: ../../include/conversation.php:1102 -msgid "audio link" -msgstr "" - -#: ../../include/conversation.php:1103 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:126 ../../mod/editpost.php:104 -#: ../../mod/editblock.php:121 -msgid "Set your location" -msgstr "" - -#: ../../include/conversation.php:1104 -msgid "set location" -msgstr "" - -#: ../../include/conversation.php:1105 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:127 ../../mod/editpost.php:105 -#: ../../mod/editblock.php:122 -msgid "Clear browser location" -msgstr "" - -#: ../../include/conversation.php:1106 -msgid "clear location" -msgstr "" - -#: ../../include/conversation.php:1108 ../../mod/editlayout.php:121 -#: ../../mod/editwebpage.php:142 ../../mod/editpost.php:118 -#: ../../mod/editblock.php:136 -msgid "Set title" -msgstr "" - -#: ../../include/conversation.php:1111 ../../mod/editlayout.php:123 -#: ../../mod/editwebpage.php:144 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:138 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../include/conversation.php:1113 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:129 ../../mod/editpost.php:107 -#: ../../mod/editblock.php:124 -msgid "Permission settings" -msgstr "" - -#: ../../include/conversation.php:1114 -msgid "permissions" -msgstr "" - -#: ../../include/conversation.php:1122 ../../mod/editlayout.php:118 -#: ../../mod/editwebpage.php:137 ../../mod/editpost.php:115 -#: ../../mod/editblock.php:133 -msgid "Public post" -msgstr "" - -#: ../../include/conversation.php:1124 ../../mod/editlayout.php:124 -#: ../../mod/editwebpage.php:145 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:139 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: ../../include/conversation.php:1137 ../../mod/message.php:336 -#: ../../mod/message.php:519 ../../mod/editlayout.php:134 -#: ../../mod/editwebpage.php:155 ../../mod/editpost.php:132 -#: ../../mod/editblock.php:149 -msgid "Set expiration date" -msgstr "" - -#: ../../include/security.php:49 -msgid "Welcome " -msgstr "" - -#: ../../include/security.php:50 -msgid "Please upload a profile photo." -msgstr "" - -#: ../../include/security.php:53 -msgid "Welcome back " -msgstr "" - -#: ../../include/security.php:360 +#: ../../include/enotify.php:269 +#, php-format 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." +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:74 -#: ../../mod/profperm.php:28 ../../index.php:339 -msgid "Permission denied" +#: ../../include/enotify.php:275 +msgid "Name:" msgstr "" -#: ../../include/items.php:3531 ../../mod/admin.php:150 -#: ../../mod/admin.php:723 ../../mod/admin.php:926 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:64 ../../mod/display.php:32 -msgid "Item not found." +#: ../../include/enotify.php:276 +msgid "Photo:" msgstr "" -#: ../../include/items.php:3703 -msgid "Archives" -msgstr "" - -#: ../../include/items.php:3869 ../../mod/group.php:44 ../../mod/group.php:146 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:3885 ../../mod/network.php:469 -msgid "Group is empty" -msgstr "" - -#: ../../include/items.php:3901 -msgid "Connection not found." -msgstr "" - -#: ../../include/dir_fns.php:15 -msgid "Sort Options" -msgstr "" - -#: ../../include/dir_fns.php:16 -msgid "Alphabetic" -msgstr "" - -#: ../../include/dir_fns.php:17 -msgid "Reverse Alphabetic" -msgstr "" - -#: ../../include/dir_fns.php:18 -msgid "Newest to Oldest" -msgstr "" - -#: ../../include/dir_fns.php:29 -msgid "Enable Safe Search" -msgstr "" - -#: ../../include/dir_fns.php:31 -msgid "Disable Safe Search" -msgstr "" - -#: ../../include/dir_fns.php:33 -msgid "Safe Mode" -msgstr "" - -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "" - -#: ../../mod/common.php:47 -msgid "Common connections" -msgstr "" - -#: ../../mod/common.php:52 -msgid "No connections in common." -msgstr "" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "" - -#: ../../mod/events.php:281 -msgid "l, F j" -msgstr "" - -#: ../../mod/events.php:303 -msgid "Edit event" -msgstr "" - -#: ../../mod/events.php:349 -msgid "Create New Event" -msgstr "" - -#: ../../mod/events.php:350 -msgid "Previous" -msgstr "" - -#: ../../mod/events.php:351 ../../mod/setup.php:256 -msgid "Next" -msgstr "" - -#: ../../mod/events.php:425 -msgid "hour:minute" -msgstr "" - -#: ../../mod/events.php:435 -msgid "Event details" -msgstr "" - -#: ../../mod/events.php:436 +#: ../../include/enotify.php:279 #, php-format -msgid "Format is %s %s. Starting date and Title are required." +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../mod/events.php:438 -msgid "Event Starts:" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" msgstr "" -#: ../../mod/events.php:438 ../../mod/events.php:452 -msgid "Required" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" msgstr "" -#: ../../mod/events.php:441 -msgid "Finish date/time is not known or not relevant" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../mod/events.php:443 -msgid "Event Finishes:" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" msgstr "" -#: ../../mod/events.php:446 -msgid "Adjust for viewer timezone" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" msgstr "" -#: ../../mod/events.php:448 -msgid "Description:" +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" msgstr "" -#: ../../mod/events.php:452 -msgid "Title:" +#: ../../include/contact_selectors.php:54 +msgid "Frequently" msgstr "" -#: ../../mod/events.php:454 -msgid "Share this event" +#: ../../include/contact_selectors.php:55 +msgid "Hourly" msgstr "" -#: ../../mod/thing.php:109 -msgid "Object store: failed" +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" msgstr "" -#: ../../mod/thing.php:113 -msgid "thing/stuff added" +#: ../../include/contact_selectors.php:57 +msgid "Daily" msgstr "" -#: ../../mod/thing.php:129 +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "" + +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "" + +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "" + +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "" + +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" +msgstr "" + +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "" + +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "" + +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "" + +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "" + +#: ../../mod/ping.php:160 +msgid "sent you a private message" +msgstr "" + +#: ../../mod/ping.php:218 +msgid "added your channel" +msgstr "" + +#: ../../mod/ping.php:262 +msgid "posted an event" +msgstr "" + +#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 +#: ../../mod/update_community.php:18 ../../mod/update_network.php:23 +#: ../../mod/update_channel.php:43 +msgid "[Embedded content - reload page to view]" +msgstr "" + +#: ../../mod/message.php:19 +msgid "Check Mail" +msgstr "" + +#: ../../mod/message.php:56 +msgid "Unable to lookup recipient." +msgstr "" + +#: ../../mod/message.php:64 +msgid "Unable to communicate with requested channel." +msgstr "" + +#: ../../mod/message.php:71 +msgid "Cannot verify requested channel." +msgstr "" + +#: ../../mod/message.php:97 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "" + +#: ../../mod/message.php:223 ../../mod/notifications.php:101 +msgid "Messages" +msgstr "" + +#: ../../mod/message.php:234 +msgid "Message deleted." +msgstr "" + +#: ../../mod/message.php:241 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/message.php:258 +msgid "Message recalled." +msgstr "" + +#: ../../mod/message.php:316 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/message.php:317 ../../mod/message.php:503 +msgid "To:" +msgstr "" + +#: ../../mod/message.php:322 ../../mod/message.php:505 +msgid "Subject:" +msgstr "" + +#: ../../mod/message.php:326 ../../mod/message.php:508 +#: ../../mod/invite.php:141 +msgid "Your message:" +msgstr "" + +#: ../../mod/message.php:359 +msgid "No messages." +msgstr "" + +#: ../../mod/message.php:375 ../../mod/message.php:472 +msgid "Delete message" +msgstr "" + +#: ../../mod/message.php:377 +msgid "D, d M Y - g:i A" +msgstr "" + +#: ../../mod/message.php:396 +msgid "Message not found." +msgstr "" + +#: ../../mod/message.php:473 +msgid "Recall message" +msgstr "" + +#: ../../mod/message.php:475 +msgid "Message has been recalled." +msgstr "" + +#: ../../mod/message.php:492 +msgid "Private Conversation" +msgstr "" + +#: ../../mod/message.php:496 +msgid "Delete conversation" +msgstr "" + +#: ../../mod/message.php:498 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: ../../mod/message.php:502 +msgid "Send Reply" +msgstr "" + +#: ../../mod/chanview.php:78 ../../mod/wall_upload.php:35 +#: ../../mod/magic.php:95 ../../mod/page.php:47 ../../mod/home.php:51 +msgid "Channel not found." +msgstr "" + +#: ../../mod/chanview.php:98 +msgid "toggle full screen mode" +msgstr "" + +#: ../../mod/xchan.php:25 ../../mod/mitem.php:97 ../../mod/menu.php:113 +msgid "Not found." +msgstr "" + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "" + +#: ../../mod/rpost.php:84 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "" + +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +#: ../../mod/crepair.php:129 +msgid "Contact not found." +msgstr "" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "" + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "" + +#: ../../mod/fsuggest.php:99 #, php-format -msgid "OBJ: %1$s %2$s %3$s" +msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/thing.php:175 -msgid "not yet implemented." +#: ../../mod/pubsites.php:22 +msgid "Public Sites" msgstr "" -#: ../../mod/thing.php:181 -msgid "Add Stuff to your Profile" +#: ../../mod/pubsites.php:25 +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/thing.php:183 -msgid "Select a profile" +#: ../../mod/pubsites.php:31 +msgid "Site URL" msgstr "" -#: ../../mod/thing.php:185 -msgid "Select a category of stuff. e.g. I ______ something" +#: ../../mod/pubsites.php:31 +msgid "Access Type" msgstr "" -#: ../../mod/thing.php:187 -msgid "Name of thing or stuff e.g. something" +#: ../../mod/pubsites.php:31 +msgid "Registration Policy" msgstr "" -#: ../../mod/thing.php:188 -msgid "URL of thing or stuff (optional)" +#: ../../mod/pubsites.php:31 ../../mod/profiles.php:367 +msgid "Location" msgstr "" -#: ../../mod/thing.php:189 -msgid "URL for photo of thing or stuff (optional)" +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../mod/settings.php:652 +#: ../../mod/settings.php:678 +msgid "Cancel" +msgstr "" + +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "" + +#: ../../mod/profile_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../mod/profile_photo.php:107 +msgid "Image resize failed." +msgstr "" + +#: ../../mod/profile_photo.php:151 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: ../../mod/profile_photo.php:173 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "" + +#: ../../mod/profile_photo.php:182 +msgid "Unable to process image." +msgstr "" + +#: ../../mod/profile_photo.php:224 ../../mod/profile_photo.php:272 +msgid "Photo not available." +msgstr "" + +#: ../../mod/profile_photo.php:291 +msgid "Upload File:" +msgstr "" + +#: ../../mod/profile_photo.php:292 +msgid "Select a profile:" +msgstr "" + +#: ../../mod/profile_photo.php:293 +msgid "Upload Profile Photo" +msgstr "" + +#: ../../mod/profile_photo.php:294 +msgid "Upload" +msgstr "" + +#: ../../mod/profile_photo.php:298 ../../mod/settings.php:1018 +msgid "or" +msgstr "" + +#: ../../mod/profile_photo.php:298 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:298 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:312 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:313 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:315 +msgid "Done Editing" +msgstr "" + +#: ../../mod/profile_photo.php:350 +msgid "Image uploaded successfully." +msgstr "" + +#: ../../mod/profile_photo.php:352 +msgid "Image upload failed." +msgstr "" + +#: ../../mod/profile_photo.php:361 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: ../../mod/wall_upload.php:41 ../../mod/item.php:1074 +msgid "Wall Photos" +msgstr "" + +#: ../../mod/crepair.php:102 +msgid "Contact settings applied." +msgstr "" + +#: ../../mod/crepair.php:104 +msgid "Contact update failed." +msgstr "" + +#: ../../mod/crepair.php:135 +msgid "Repair Contact Settings" +msgstr "" + +#: ../../mod/crepair.php:137 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect " +"information your communications with this contact may stop working." +msgstr "" + +#: ../../mod/crepair.php:138 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "" + +#: ../../mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "" + +#: ../../mod/crepair.php:148 ../../mod/admin.php:686 +#: ../../mod/settings.php:653 ../../mod/settings.php:679 +msgid "Name" +msgstr "" + +#: ../../mod/crepair.php:149 +msgid "Account Nickname" +msgstr "" + +#: ../../mod/crepair.php:150 +msgid "@Tagname - overrides Name/Nickname" +msgstr "" + +#: ../../mod/crepair.php:151 +msgid "Account URL" +msgstr "" + +#: ../../mod/crepair.php:152 +msgid "Friend Request URL" +msgstr "" + +#: ../../mod/crepair.php:153 +msgid "Friend Confirm URL" +msgstr "" + +#: ../../mod/crepair.php:154 +msgid "Notification Endpoint URL" +msgstr "" + +#: ../../mod/crepair.php:155 +msgid "Poll/Feed URL" +msgstr "" + +#: ../../mod/crepair.php:156 +msgid "New photo from this URL" +msgstr "" + +#: ../../mod/connect.php:59 ../../mod/connect.php:107 +msgid "Continue" +msgstr "" + +#: ../../mod/connect.php:88 +msgid "Premium Channel Setup" +msgstr "" + +#: ../../mod/connect.php:90 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: ../../mod/connect.php:91 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "" + +#: ../../mod/connect.php:93 ../../mod/connect.php:113 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "" + +#: ../../mod/connect.php:94 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "" + +#: ../../mod/connect.php:95 ../../mod/connect.php:116 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." +msgstr "" + +#: ../../mod/connect.php:104 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" + +#: ../../mod/connect.php:112 +msgid "Restricted or Premium Channel" +msgstr "" + +#: ../../mod/lockview.php:34 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:43 +msgid "Visible to:" +msgstr "" + +#: ../../mod/blocks.php:65 +msgid "Block Name" +msgstr "" + +#: ../../mod/blocks.php:96 ../../mod/webpages.php:104 +#: ../../mod/layouts.php:105 +msgid "View" +msgstr "" + +#: ../../mod/intro.php:11 ../../mod/intro.php:98 ../../mod/admin.php:688 +#: ../../mod/notifications.php:159 ../../mod/notifications.php:206 +msgid "Approve" +msgstr "" + +#: ../../mod/intro.php:14 ../../mod/intro.php:99 ../../mod/admin.php:691 +#: ../../mod/connections.php:348 ../../mod/connections.php:490 +msgid "Block" +msgstr "" + +#: ../../mod/intro.php:17 ../../mod/intro.php:100 +#: ../../mod/connections.php:355 ../../mod/connections.php:491 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:162 +#: ../../mod/notifications.php:208 +msgid "Ignore" +msgstr "" + +#: ../../mod/intro.php:29 ../../mod/connections.php:122 +msgid "Connection updated." +msgstr "" + +#: ../../mod/intro.php:31 +msgid "Connection update failed." +msgstr "" + +#: ../../mod/intro.php:56 +msgid "Introductions and Connection Requests" +msgstr "" + +#: ../../mod/intro.php:67 +msgid "No pending introductions." +msgstr "" + +#: ../../mod/intro.php:72 +msgid "System error. Please try again later." +msgstr "" + +#: ../../mod/intro.php:95 ../../mod/connections.php:496 +#: ../../mod/notifications.php:155 ../../mod/notifications.php:202 +msgid "Hide this contact from others" +msgstr "" + +#: ../../mod/intro.php:96 ../../mod/notifications.php:156 +#: ../../mod/notifications.php:203 +msgid "Post a new friend activity" +msgstr "" + +#: ../../mod/intro.php:96 ../../mod/notifications.php:156 +#: ../../mod/notifications.php:203 +msgid "if applicable" +msgstr "" + +#: ../../mod/intro.php:101 ../../mod/notifications.php:35 +#: ../../mod/notifications.php:163 ../../mod/notifications.php:209 +msgid "Discard" +msgstr "" + +#: ../../mod/community.php:18 ../../mod/search.php:80 ../../mod/display.php:9 +#: ../../mod/directory.php:32 ../../mod/photos.php:576 +#: ../../mod/viewconnections.php:28 +msgid "Public access denied." +msgstr "" + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "" + +#: ../../mod/community.php:32 +msgid "Community" +msgstr "" + +#: ../../mod/community.php:63 ../../mod/community.php:88 +msgid "No results." +msgstr "" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "" + +#: ../../mod/search.php:20 ../../mod/network.php:164 +msgid "Remove term" +msgstr "" + +#: ../../mod/profperm.php:34 ../../mod/profperm.php:64 +msgid "Invalid profile identifier." +msgstr "" + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "" + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "" + +#: ../../mod/profperm.php:139 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +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." +msgstr "" + +#: ../../mod/new_channel.php:110 ../../mod/sources.php:82 +#: ../../mod/sources.php:109 +msgid "Channel Name" +msgstr "" + +#: ../../mod/new_channel.php:111 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " +msgstr "" + +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +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." +msgstr "" + +#: ../../mod/new_channel.php:114 +msgid "" +"Or import an existing channel from another location" +msgstr "" + +#: ../../mod/new_channel.php:117 ../../mod/mitem.php:149 ../../mod/menu.php:79 +msgid "Create" +msgstr "" + +#: ../../mod/mitem.php:13 ../../mod/menu.php:87 +msgid "Menu not found." +msgstr "" + +#: ../../mod/mitem.php:66 +msgid "Menu element updated." +msgstr "" + +#: ../../mod/mitem.php:70 +msgid "Unable to update menu element." +msgstr "" + +#: ../../mod/mitem.php:76 +msgid "Menu element added." +msgstr "" + +#: ../../mod/mitem.php:80 +msgid "Unable to add menu element." +msgstr "" + +#: ../../mod/mitem.php:116 +msgid "Manage Menu Elements" +msgstr "" + +#: ../../mod/mitem.php:119 +msgid "Edit menu" +msgstr "" + +#: ../../mod/mitem.php:122 +msgid "Edit element" +msgstr "" + +#: ../../mod/mitem.php:123 +msgid "Drop element" +msgstr "" + +#: ../../mod/mitem.php:124 +msgid "New element" +msgstr "" + +#: ../../mod/mitem.php:125 +msgid "Edit this menu container" +msgstr "" + +#: ../../mod/mitem.php:126 +msgid "Add menu element" +msgstr "" + +#: ../../mod/mitem.php:127 +msgid "Delete this menu item" +msgstr "" + +#: ../../mod/mitem.php:128 +msgid "Edit this menu item" +msgstr "" + +#: ../../mod/mitem.php:141 +msgid "New Menu Element" +msgstr "" + +#: ../../mod/mitem.php:143 ../../mod/mitem.php:184 +msgid "Link text" +msgstr "" + +#: ../../mod/mitem.php:144 ../../mod/mitem.php:185 +msgid "URL of link" +msgstr "" + +#: ../../mod/mitem.php:145 ../../mod/mitem.php:186 +msgid "Use Red magic-auth if available" +msgstr "" + +#: ../../mod/mitem.php:146 ../../mod/mitem.php:187 +msgid "Open link in new window" +msgstr "" + +#: ../../mod/mitem.php:148 ../../mod/mitem.php:189 +msgid "Order in list" +msgstr "" + +#: ../../mod/mitem.php:148 ../../mod/mitem.php:189 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" + +#: ../../mod/mitem.php:161 +msgid "Menu item not found." +msgstr "" + +#: ../../mod/mitem.php:170 +msgid "Menu item deleted." +msgstr "" + +#: ../../mod/mitem.php:172 +msgid "Menu item could not be deleted." +msgstr "" + +#: ../../mod/mitem.php:181 +msgid "Edit Menu Element" +msgstr "" + +#: ../../mod/mitem.php:190 ../../mod/menu.php:107 +msgid "Modify" +msgstr "" + +#: ../../mod/editwebpage.php:30 ../../mod/editpost.php:20 +#: ../../mod/editlayout.php:36 ../../mod/editblock.php:36 +msgid "Item not found" +msgstr "" + +#: ../../mod/editwebpage.php:87 +msgid "Edit Webpage" +msgstr "" + +#: ../../mod/editwebpage.php:123 ../../mod/editpost.php:101 +#: ../../mod/editlayout.php:104 ../../mod/editblock.php:118 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/editwebpage.php:124 ../../mod/editpost.php:102 +#: ../../mod/editlayout.php:105 ../../mod/editblock.php:119 +msgid "Insert Vorbis [.ogg] video" +msgstr "" + +#: ../../mod/editwebpage.php:125 ../../mod/editpost.php:103 +#: ../../mod/editlayout.php:106 ../../mod/editblock.php:120 +msgid "Insert Vorbis [.ogg] audio" +msgstr "" + +#: ../../mod/editwebpage.php:162 +msgid "Delete Webpage" +msgstr "" + +#: ../../mod/profile.php:111 +msgid "Access to this profile has been restricted." +msgstr "" + +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "" + +#: ../../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/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "" + +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "" + +#: ../../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/removeme.php:53 +msgid "Remove My Account" +msgstr "" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "" + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "" + +#: ../../mod/rmagic.php:56 +msgid "Remote Authentication" +msgstr "" + +#: ../../mod/rmagic.php:57 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "" + +#: ../../mod/rmagic.php:58 +msgid "Authenticate" +msgstr "" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "" + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "" + +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "" + +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "" + +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "" + +#: ../../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/lostpass.php:124 +msgid "Email Address" +msgstr "" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "" + +#: ../../mod/admin.php:48 +msgid "Theme settings updated." +msgstr "" + +#: ../../mod/admin.php:87 ../../mod/admin.php:417 +msgid "Site" +msgstr "" + +#: ../../mod/admin.php:88 ../../mod/admin.php:682 ../../mod/admin.php:694 +msgid "Users" +msgstr "" + +#: ../../mod/admin.php:89 ../../mod/admin.php:780 ../../mod/admin.php:822 +msgid "Plugins" +msgstr "" + +#: ../../mod/admin.php:90 ../../mod/admin.php:985 ../../mod/admin.php:1021 +msgid "Themes" +msgstr "" + +#: ../../mod/admin.php:91 ../../mod/admin.php:475 +msgid "Server" +msgstr "" + +#: ../../mod/admin.php:92 +msgid "DB updates" +msgstr "" + +#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1108 +msgid "Logs" +msgstr "" + +#: ../../mod/admin.php:112 +msgid "Plugin Features" +msgstr "" + +#: ../../mod/admin.php:114 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: ../../mod/admin.php:188 +msgid "Message queues" +msgstr "" + +#: ../../mod/admin.php:193 ../../mod/admin.php:416 ../../mod/admin.php:474 +#: ../../mod/admin.php:681 ../../mod/admin.php:779 ../../mod/admin.php:821 +#: ../../mod/admin.php:984 ../../mod/admin.php:1020 ../../mod/admin.php:1107 +msgid "Administration" +msgstr "" + +#: ../../mod/admin.php:194 +msgid "Summary" +msgstr "" + +#: ../../mod/admin.php:196 +msgid "Registered users" +msgstr "" + +#: ../../mod/admin.php:198 ../../mod/admin.php:478 +msgid "Pending registrations" +msgstr "" + +#: ../../mod/admin.php:199 +msgid "Version" +msgstr "" + +#: ../../mod/admin.php:201 ../../mod/admin.php:479 +msgid "Active plugins" +msgstr "" + +#: ../../mod/admin.php:340 +msgid "Site settings updated." +msgstr "" + +#: ../../mod/admin.php:369 ../../mod/settings.php:844 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/admin.php:371 +msgid "No special theme for accessibility" +msgstr "" + +#: ../../mod/admin.php:396 +msgid "Closed" +msgstr "" + +#: ../../mod/admin.php:397 +msgid "Requires approval" +msgstr "" + +#: ../../mod/admin.php:398 +msgid "Open" +msgstr "" + +#: ../../mod/admin.php:403 +msgid "Private" +msgstr "" + +#: ../../mod/admin.php:404 +msgid "Paid Access" +msgstr "" + +#: ../../mod/admin.php:405 +msgid "Free Access" +msgstr "" + +#: ../../mod/admin.php:406 +msgid "Tiered Access" +msgstr "" + +#: ../../mod/admin.php:419 ../../mod/register.php:180 +msgid "Registration" +msgstr "" + +#: ../../mod/admin.php:420 +msgid "File upload" +msgstr "" + +#: ../../mod/admin.php:421 +msgid "Policies" +msgstr "" + +#: ../../mod/admin.php:422 +msgid "Advanced" +msgstr "" + +#: ../../mod/admin.php:426 +msgid "Site name" +msgstr "" + +#: ../../mod/admin.php:427 +msgid "Banner/Logo" +msgstr "" + +#: ../../mod/admin.php:428 +msgid "System language" +msgstr "" + +#: ../../mod/admin.php:429 +msgid "System theme" +msgstr "" + +#: ../../mod/admin.php:429 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: ../../mod/admin.php:430 +msgid "Mobile system theme" +msgstr "" + +#: ../../mod/admin.php:430 +msgid "Theme for mobile devices" +msgstr "" + +#: ../../mod/admin.php:431 +msgid "Accessibility system theme" +msgstr "" + +#: ../../mod/admin.php:431 +msgid "Accessibility theme" +msgstr "" + +#: ../../mod/admin.php:432 +msgid "Channel to use for this website's static pages" +msgstr "" + +#: ../../mod/admin.php:432 +msgid "Site Channel" +msgstr "" + +#: ../../mod/admin.php:434 +msgid "Maximum image size" +msgstr "" + +#: ../../mod/admin.php:434 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: ../../mod/admin.php:435 +msgid "Register policy" +msgstr "" + +#: ../../mod/admin.php:436 +msgid "Access policy" +msgstr "" + +#: ../../mod/admin.php:437 +msgid "Register text" +msgstr "" + +#: ../../mod/admin.php:437 +msgid "Will be displayed prominently on the registration page." +msgstr "" + +#: ../../mod/admin.php:438 +msgid "Accounts abandoned after x days" +msgstr "" + +#: ../../mod/admin.php:438 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: ../../mod/admin.php:439 +msgid "Allowed friend domains" +msgstr "" + +#: ../../mod/admin.php:439 +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/admin.php:440 +msgid "Allowed email domains" +msgstr "" + +#: ../../mod/admin.php:440 +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/admin.php:441 +msgid "Block public" +msgstr "" + +#: ../../mod/admin.php:441 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: ../../mod/admin.php:442 +msgid "Force publish" +msgstr "" + +#: ../../mod/admin.php:442 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: ../../mod/admin.php:444 +msgid "Proxy user" +msgstr "" + +#: ../../mod/admin.php:445 +msgid "Proxy URL" +msgstr "" + +#: ../../mod/admin.php:446 +msgid "Network timeout" +msgstr "" + +#: ../../mod/admin.php:446 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: ../../mod/admin.php:447 +msgid "Delivery interval" +msgstr "" + +#: ../../mod/admin.php:447 +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/admin.php:448 +msgid "Poll interval" +msgstr "" + +#: ../../mod/admin.php:448 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "" + +#: ../../mod/admin.php:449 +msgid "Maximum Load Average" +msgstr "" + +#: ../../mod/admin.php:449 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: ../../mod/admin.php:466 +msgid "No server found" +msgstr "" + +#: ../../mod/admin.php:473 ../../mod/admin.php:695 +msgid "ID" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "for channel" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "on server" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "Status" +msgstr "" + +#: ../../mod/admin.php:493 +msgid "Update has been marked successful" +msgstr "" + +#: ../../mod/admin.php:503 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "" + +#: ../../mod/admin.php:506 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: ../../mod/admin.php:510 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: ../../mod/admin.php:513 +#, php-format +msgid "Update function %s could not be found." +msgstr "" + +#: ../../mod/admin.php:528 +msgid "No failed updates." +msgstr "" + +#: ../../mod/admin.php:532 +msgid "Failed Updates" +msgstr "" + +#: ../../mod/admin.php:534 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: ../../mod/admin.php:535 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: ../../mod/admin.php:561 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:568 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:599 +msgid "Account not found" +msgstr "" + +#: ../../mod/admin.php:610 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:619 +#, php-format +msgid "User '%s' unblocked" +msgstr "" + +#: ../../mod/admin.php:619 +#, php-format +msgid "User '%s' blocked" +msgstr "" + +#: ../../mod/admin.php:684 +msgid "select all" +msgstr "" + +#: ../../mod/admin.php:685 +msgid "User registrations waiting for confirm" +msgstr "" + +#: ../../mod/admin.php:686 +msgid "Request date" +msgstr "" + +#: ../../mod/admin.php:687 +msgid "No registrations." +msgstr "" + +#: ../../mod/admin.php:689 +msgid "Deny" +msgstr "" + +#: ../../mod/admin.php:692 ../../mod/connections.php:348 +#: ../../mod/connections.php:490 +msgid "Unblock" +msgstr "" + +#: ../../mod/admin.php:695 +msgid "Register date" +msgstr "" + +#: ../../mod/admin.php:695 +msgid "Last login" +msgstr "" + +#: ../../mod/admin.php:695 +msgid "Expires" +msgstr "" + +#: ../../mod/admin.php:695 +msgid "Service Class" +msgstr "" + +#: ../../mod/admin.php:697 +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/admin.php:698 +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/admin.php:739 +#, php-format +msgid "Plugin %s disabled." +msgstr "" + +#: ../../mod/admin.php:743 +#, php-format +msgid "Plugin %s enabled." +msgstr "" + +#: ../../mod/admin.php:753 ../../mod/admin.php:955 +msgid "Disable" +msgstr "" + +#: ../../mod/admin.php:755 ../../mod/admin.php:957 +msgid "Enable" +msgstr "" + +#: ../../mod/admin.php:781 ../../mod/admin.php:986 +msgid "Toggle" +msgstr "" + +#: ../../mod/admin.php:789 ../../mod/admin.php:996 +msgid "Author: " +msgstr "" + +#: ../../mod/admin.php:790 ../../mod/admin.php:997 +msgid "Maintainer: " +msgstr "" + +#: ../../mod/admin.php:919 +msgid "No themes found." +msgstr "" + +#: ../../mod/admin.php:978 +msgid "Screenshot" +msgstr "" + +#: ../../mod/admin.php:1026 +msgid "[Experimental]" +msgstr "" + +#: ../../mod/admin.php:1027 +msgid "[Unsupported]" +msgstr "" + +#: ../../mod/admin.php:1054 +msgid "Log settings updated." +msgstr "" + +#: ../../mod/admin.php:1110 +msgid "Clear" +msgstr "" + +#: ../../mod/admin.php:1116 +msgid "Debugging" +msgstr "" + +#: ../../mod/admin.php:1117 +msgid "Log file" +msgstr "" + +#: ../../mod/admin.php:1117 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "" + +#: ../../mod/admin.php:1118 +msgid "Log level" +msgstr "" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "" + +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "" + +#: ../../mod/connections.php:67 +msgid "Could not access contact record." +msgstr "" + +#: ../../mod/connections.php:81 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/connections.php:124 +msgid "Failed to update connection record." +msgstr "" + +#: ../../mod/connections.php:219 +msgid "Could not access address book record." +msgstr "" + +#: ../../mod/connections.php:233 +msgid "Refresh failed - channel is currently unavailable." +msgstr "" + +#: ../../mod/connections.php:240 +msgid "Channel has been unblocked" +msgstr "" + +#: ../../mod/connections.php:241 +msgid "Channel has been blocked" +msgstr "" + +#: ../../mod/connections.php:245 ../../mod/connections.php:257 +#: ../../mod/connections.php:269 ../../mod/connections.php:281 +#: ../../mod/connections.php:296 +msgid "Unable to set address book parameters." +msgstr "" + +#: ../../mod/connections.php:252 +msgid "Channel has been unignored" +msgstr "" + +#: ../../mod/connections.php:253 +msgid "Channel has been ignored" +msgstr "" + +#: ../../mod/connections.php:264 +msgid "Channel has been unarchived" +msgstr "" + +#: ../../mod/connections.php:265 +msgid "Channel has been archived" +msgstr "" + +#: ../../mod/connections.php:276 +msgid "Channel has been unhidden" +msgstr "" + +#: ../../mod/connections.php:277 +msgid "Channel has been hidden" +msgstr "" + +#: ../../mod/connections.php:291 +msgid "Channel has been approved" +msgstr "" + +#: ../../mod/connections.php:292 +msgid "Channel has been unapproved" +msgstr "" + +#: ../../mod/connections.php:310 +msgid "Contact has been removed." +msgstr "" + +#: ../../mod/connections.php:330 +#, php-format +msgid "View %s's profile" +msgstr "" + +#: ../../mod/connections.php:334 +msgid "Refresh Permissions" +msgstr "" + +#: ../../mod/connections.php:337 +msgid "Fetch updated permissions" +msgstr "" + +#: ../../mod/connections.php:341 +msgid "Recent Activity" +msgstr "" + +#: ../../mod/connections.php:344 +msgid "View recent posts and comments" +msgstr "" + +#: ../../mod/connections.php:351 +msgid "Block or Unblock this connection" +msgstr "" + +#: ../../mod/connections.php:355 ../../mod/connections.php:491 +msgid "Unignore" +msgstr "" + +#: ../../mod/connections.php:358 +msgid "Ignore or Unignore this connection" +msgstr "" + +#: ../../mod/connections.php:361 +msgid "Unarchive" +msgstr "" + +#: ../../mod/connections.php:361 +msgid "Archive" +msgstr "" + +#: ../../mod/connections.php:364 +msgid "Archive or Unarchive this connection" +msgstr "" + +#: ../../mod/connections.php:367 +msgid "Unhide" +msgstr "" + +#: ../../mod/connections.php:367 +msgid "Hide" +msgstr "" + +#: ../../mod/connections.php:370 +msgid "Hide or Unhide this connection" +msgstr "" + +#: ../../mod/connections.php:377 +msgid "Delete this connection" +msgstr "" + +#: ../../mod/connections.php:404 ../../mod/network.php:385 +msgid "Me" +msgstr "" + +#: ../../mod/connections.php:406 ../../mod/network.php:386 +msgid "Best Friends" +msgstr "" + +#: ../../mod/connections.php:408 ../../mod/network.php:389 +msgid "Former Friends" +msgstr "" + +#: ../../mod/connections.php:409 ../../mod/network.php:390 +msgid "Acquaintances" +msgstr "" + +#: ../../mod/connections.php:410 +msgid "Unknown" +msgstr "" + +#: ../../mod/connections.php:420 ../../mod/connections.php:449 +msgid "Approve this connection" +msgstr "" + +#: ../../mod/connections.php:420 +msgid "Accept connection to allow communication" +msgstr "" + +#: ../../mod/connections.php:436 +msgid "Automatic Permissions Settings" +msgstr "" + +#: ../../mod/connections.php:436 +#, php-format +msgid "Connections: settings for %s" +msgstr "" + +#: ../../mod/connections.php:440 +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/connections.php:442 +msgid "Slide to adjust your degree of friendship" +msgstr "" + +#: ../../mod/connections.php:448 +msgid "inherited" +msgstr "" + +#: ../../mod/connections.php:450 +msgid "Connection has no individual permissions!" +msgstr "" + +#: ../../mod/connections.php:451 +msgid "" +"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." +msgstr "" + +#: ../../mod/connections.php:453 +msgid "Profile Visibility" +msgstr "" + +#: ../../mod/connections.php:454 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: ../../mod/connections.php:455 +msgid "Contact Information / Notes" +msgstr "" + +#: ../../mod/connections.php:456 +msgid "Edit contact notes" +msgstr "" + +#: ../../mod/connections.php:458 +msgid "Their Settings" +msgstr "" + +#: ../../mod/connections.php:459 +msgid "My Settings" +msgstr "" + +#: ../../mod/connections.php:461 +msgid "Forum Members" +msgstr "" + +#: ../../mod/connections.php:462 +msgid "Soapbox" +msgstr "" + +#: ../../mod/connections.php:463 +msgid "Full Sharing" +msgstr "" + +#: ../../mod/connections.php:464 +msgid "Cautious Sharing" +msgstr "" + +#: ../../mod/connections.php:465 +msgid "Follow Only" +msgstr "" + +#: ../../mod/connections.php:466 +msgid "Individual Permissions" +msgstr "" + +#: ../../mod/connections.php:467 +msgid "" +"Some permissions may be inherited from your privacy " +"settings, which have higher priority. Changing those on this page will " +"have no effect." +msgstr "" + +#: ../../mod/connections.php:468 +msgid "Advanced Permissions" +msgstr "" + +#: ../../mod/connections.php:469 +msgid "Quick Links" +msgstr "" + +#: ../../mod/connections.php:473 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "" + +#: ../../mod/connections.php:474 +msgid "Block/Unblock contact" +msgstr "" + +#: ../../mod/connections.php:475 +msgid "Ignore contact" +msgstr "" + +#: ../../mod/connections.php:476 +msgid "Repair URL settings" +msgstr "" + +#: ../../mod/connections.php:477 +msgid "View conversations" +msgstr "" + +#: ../../mod/connections.php:479 +msgid "Delete contact" +msgstr "" + +#: ../../mod/connections.php:482 +msgid "Last update:" +msgstr "" + +#: ../../mod/connections.php:484 +msgid "Update public posts" +msgstr "" + +#: ../../mod/connections.php:486 +msgid "Update now" +msgstr "" + +#: ../../mod/connections.php:492 +msgid "Currently blocked" +msgstr "" + +#: ../../mod/connections.php:493 +msgid "Currently ignored" +msgstr "" + +#: ../../mod/connections.php:494 +msgid "Currently archived" +msgstr "" + +#: ../../mod/connections.php:495 +msgid "Currently pending" +msgstr "" + +#: ../../mod/connections.php:496 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: ../../mod/connections.php:532 ../../mod/connections.php:604 +msgid "Blocked" +msgstr "" + +#: ../../mod/connections.php:537 ../../mod/connections.php:611 +msgid "Ignored" +msgstr "" + +#: ../../mod/connections.php:542 ../../mod/connections.php:625 +msgid "Hidden" +msgstr "" + +#: ../../mod/connections.php:547 ../../mod/connections.php:618 +msgid "Archived" +msgstr "" + +#: ../../mod/connections.php:552 ../../mod/network.php:321 +#: ../../mod/menu.php:57 +msgid "New" +msgstr "" + +#: ../../mod/connections.php:558 +msgid "All" +msgstr "" + +#: ../../mod/connections.php:579 +msgid "Suggestions" +msgstr "" + +#: ../../mod/connections.php:582 +msgid "Suggest new connections" +msgstr "" + +#: ../../mod/connections.php:588 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../mod/connections.php:591 +msgid "All Connections" +msgstr "" + +#: ../../mod/connections.php:594 +msgid "Show all connections" +msgstr "" + +#: ../../mod/connections.php:597 +msgid "Unblocked" +msgstr "" + +#: ../../mod/connections.php:600 +msgid "Only show unblocked connections" +msgstr "" + +#: ../../mod/connections.php:607 +msgid "Only show blocked connections" +msgstr "" + +#: ../../mod/connections.php:614 +msgid "Only show ignored connections" +msgstr "" + +#: ../../mod/connections.php:621 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:628 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:670 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../mod/connections.php:671 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "" + +#: ../../mod/connections.php:695 +msgid "Search your connections" +msgstr "" + +#: ../../mod/connections.php:696 +msgid "Finding: " +msgstr "" + +#: ../../mod/network.php:302 +msgid "Commented Order" +msgstr "" + +#: ../../mod/network.php:305 +msgid "Sort by Comment Date" +msgstr "" + +#: ../../mod/network.php:308 +msgid "Posted Order" +msgstr "" + +#: ../../mod/network.php:311 +msgid "Sort by Post Date" +msgstr "" + +#: ../../mod/network.php:315 ../../mod/notifications.php:86 +msgid "Personal" +msgstr "" + +#: ../../mod/network.php:318 +msgid "Posts that mention or involve you" +msgstr "" + +#: ../../mod/network.php:324 +msgid "Activity Stream - by date" +msgstr "" + +#: ../../mod/network.php:331 +msgid "Starred" +msgstr "" + +#: ../../mod/network.php:334 +msgid "Favourite Posts" +msgstr "" + +#: ../../mod/network.php:341 +msgid "Spam" +msgstr "" + +#: ../../mod/network.php:344 +msgid "Posts flagged as SPAM" +msgstr "" + +#: ../../mod/network.php:384 +msgid "Refresh" +msgstr "" + +#: ../../mod/network.php:388 +msgid "Co-workers" +msgstr "" + +#: ../../mod/network.php:391 +msgid "Everybody" +msgstr "" + +#: ../../mod/network.php:408 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:453 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:484 +msgid "Connection: " +msgstr "" + +#: ../../mod/network.php:487 +msgid "Invalid connection." +msgstr "" + +#: ../../mod/filestorage.php:35 +msgid "Permission Denied." +msgstr "" + +#: ../../mod/filestorage.php:42 +msgid "Permission denied. VS." +msgstr "" + +#: ../../mod/filestorage.php:79 +msgid "Download" +msgstr "" + +#: ../../mod/filestorage.php:84 +msgid "Used: " +msgstr "" + +#: ../../mod/filestorage.php:86 +msgid "Limit: " +msgstr "" + +#: ../../mod/page.php:35 +msgid "Invalid item." +msgstr "" + +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "" + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "" + +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "" + +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." +msgstr "" + +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." +msgstr "" + +#: ../../mod/import.php:356 +msgid "Import completed." +msgstr "" + +#: ../../mod/import.php:369 +msgid "You must be logged in to use this feature." +msgstr "" + +#: ../../mod/import.php:374 +msgid "Import Channel" +msgstr "" + +#: ../../mod/import.php:375 +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/import.php:376 +msgid "File to Upload" +msgstr "" + +#: ../../mod/import.php:377 +msgid "Or provide the old server/hub details" +msgstr "" + +#: ../../mod/import.php:378 +msgid "Your old identity address (xyz@example.com)" +msgstr "" + +#: ../../mod/import.php:379 +msgid "Your old login email address" +msgstr "" + +#: ../../mod/import.php:380 +msgid "Your old login password" +msgstr "" + +#: ../../mod/import.php:381 +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/import.php:382 +msgid "Make this hub my primary location" +msgstr "" + +#: ../../mod/notify.php:54 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "" + +#: ../../mod/notify.php:58 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +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?" +msgstr "" + +#: ../../mod/api.php:105 ../../mod/settings.php:1009 +#: ../../mod/settings.php:1014 ../../mod/settings.php:1037 +#: ../../mod/settings.php:1039 ../../mod/settings.php:1040 +#: ../../mod/settings.php:1041 ../../mod/profiles.php:506 +msgid "Yes" +msgstr "" + +#: ../../mod/api.php:106 ../../mod/settings.php:1009 +#: ../../mod/settings.php:1014 ../../mod/settings.php:1037 +#: ../../mod/settings.php:1039 ../../mod/settings.php:1040 +#: ../../mod/settings.php:1041 ../../mod/profiles.php:507 +msgid "No" +msgstr "" + +#: ../../mod/directory.php:160 ../../mod/profiles.php:584 +msgid "Age: " +msgstr "" + +#: ../../mod/directory.php:163 +msgid "Gender: " +msgstr "" + +#: ../../mod/directory.php:222 +msgid "Finding:" +msgstr "" + +#: ../../mod/directory.php:230 +msgid "next page" +msgstr "" + +#: ../../mod/directory.php:230 +msgid "previous page" +msgstr "" + +#: ../../mod/directory.php:237 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../mod/home.php:76 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "" + +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +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." +msgstr "" + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "" + +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "" + +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "" + +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation instructions." +msgstr "" + +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "" + +#: ../../mod/register.php:149 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:160 +msgid "Terms of Service" +msgstr "" + +#: ../../mod/register.php:166 +#, php-format +msgid "I accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:168 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:183 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: ../../mod/register.php:184 +msgid "Please enter your invitation code" +msgstr "" + +#: ../../mod/register.php:187 +msgid "Your email address" +msgstr "" + +#: ../../mod/register.php:188 +msgid "Choose a password" +msgstr "" + +#: ../../mod/register.php:189 +msgid "Please re-enter your password" +msgstr "" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" msgstr "" #: ../../mod/invite.php:25 @@ -2972,11 +5345,6 @@ msgstr "" msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/invite.php:141 ../../mod/message.php:326 -#: ../../mod/message.php:508 -msgid "Your message:" -msgstr "" - #: ../../mod/invite.php:142 msgid "" "You are cordially invited to join me and some other close friends on the Red " @@ -3009,60 +5377,246 @@ msgid "" "com" msgstr "" -#: ../../mod/allfriends.php:35 +#: ../../mod/group.php:26 +msgid "Collection created." +msgstr "" + +#: ../../mod/group.php:32 +msgid "Could not create collection." +msgstr "" + +#: ../../mod/group.php:60 +msgid "Collection name changed." +msgstr "" + +#: ../../mod/group.php:92 +msgid "Create a collection of channels." +msgstr "" + +#: ../../mod/group.php:93 ../../mod/group.php:189 +msgid "Collection Name: " +msgstr "" + +#: ../../mod/group.php:95 ../../mod/group.php:192 +msgid "Members are visible to other channels" +msgstr "" + +#: ../../mod/group.php:113 +msgid "Collection removed." +msgstr "" + +#: ../../mod/group.php:115 +msgid "Unable to remove collection." +msgstr "" + +#: ../../mod/group.php:188 +msgid "Collection Editor" +msgstr "" + +#: ../../mod/group.php:202 +msgid "Members" +msgstr "" + +#: ../../mod/group.php:204 +msgid "All Connected Channels" +msgstr "" + +#: ../../mod/group.php:237 +msgid "Click on a channel to add or remove." +msgstr "" + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "" + +#: ../../mod/photos.php:83 +msgid "Page owner information could not be retrieved." +msgstr "" + +#: ../../mod/photos.php:103 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:125 ../../mod/photos.php:780 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:165 ../../mod/photos.php:1041 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:510 #, php-format -msgid "Friends of %s" +msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: ../../mod/allfriends.php:41 -msgid "No friends to display." +#: ../../mod/photos.php:510 +msgid "a photo" msgstr "" -#: ../../mod/webpages.php:8 ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/filestorage.php:8 ../../mod/blocks.php:10 ../../mod/profile.php:8 -#: ../../boot.php:1640 -msgid "Requested profile is not available." +#: ../../mod/photos.php:586 +msgid "No photos selected" msgstr "" -#: ../../mod/webpages.php:104 ../../mod/layouts.php:105 -#: ../../mod/blocks.php:96 -msgid "View" +#: ../../mod/photos.php:631 +msgid "Access to this item is restricted." msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../mod/photos.php:696 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../mod/photos.php:699 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../mod/photos.php:707 +msgid "Upload Photos" 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/photos.php:711 ../../mod/photos.php:775 +msgid "New album name: " msgstr "" -#: ../../mod/api.php:105 ../../mod/settings.php:1009 -#: ../../mod/settings.php:1014 ../../mod/settings.php:1037 -#: ../../mod/settings.php:1039 ../../mod/settings.php:1040 -#: ../../mod/settings.php:1041 ../../mod/profiles.php:506 -msgid "Yes" +#: ../../mod/photos.php:712 +msgid "or existing album name: " msgstr "" -#: ../../mod/api.php:106 ../../mod/settings.php:1009 -#: ../../mod/settings.php:1014 ../../mod/settings.php:1037 -#: ../../mod/settings.php:1039 ../../mod/settings.php:1040 -#: ../../mod/settings.php:1041 ../../mod/profiles.php:507 -msgid "No" +#: ../../mod/photos.php:713 +msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/lastpost.php:16 ../../mod/channel.php:16 -msgid "You must be logged in to see this page." +#: ../../mod/photos.php:715 ../../mod/photos.php:1036 +msgid "Permissions" +msgstr "" + +#: ../../mod/photos.php:764 ../../mod/photos.php:786 ../../mod/photos.php:1212 +#: ../../mod/photos.php:1227 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:790 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:796 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:798 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:842 ../../mod/photos.php:1259 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:886 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:888 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:946 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:970 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:1024 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:1026 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:1027 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:1029 +msgid "New album name" +msgstr "" + +#: ../../mod/photos.php:1032 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:1034 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:1038 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: ../../mod/photos.php:1265 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1274 +msgid "Recent Photos" +msgstr "" + +#: ../../mod/editlayout.php:68 +msgid "Edit Layout" +msgstr "" + +#: ../../mod/editlayout.php:140 +msgid "Delete Layout" +msgstr "" + +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "" + +#: ../../mod/common.php:47 +msgid "Common connections" +msgstr "" + +#: ../../mod/common.php:52 +msgid "No connections in common." +msgstr "" + +#: ../../mod/layouts.php:52 +msgid "Layout Help" +msgstr "" + +#: ../../mod/layouts.php:55 +msgid "Help with this feature" +msgstr "" + +#: ../../mod/layouts.php:74 +msgid "Layout Name" +msgstr "" + +#: ../../mod/filer.php:35 +msgid "- select -" +msgstr "" + +#: ../../mod/viewconnections.php:57 +msgid "No connections." +msgstr "" + +#: ../../mod/viewconnections.php:69 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "" + +#: ../../mod/viewconnections.php:84 +msgid "View Connnections" +msgstr "" + +#: ../../mod/subthread.php:105 +#, php-format +msgid "%1$s is following %2$s's %3$s" msgstr "" #: ../../mod/apps.php:8 @@ -3073,22 +5627,337 @@ msgstr "" msgid "Applications" msgstr "" -#: ../../mod/page.php:35 -msgid "Invalid item." +#: ../../mod/suggest.php:41 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../mod/page.php:47 ../../mod/chanview.php:78 ../../mod/home.php:51 -#: ../../mod/magic.php:95 ../../mod/wall_upload.php:35 -msgid "Channel not found." +#: ../../mod/suggest.php:58 +msgid "Ignore/Hide" msgstr "" -#: ../../mod/page.php:83 ../../mod/help.php:56 ../../mod/display.php:92 -#: ../../index.php:229 -msgid "Page not found." +#: ../../mod/match.php:12 +msgid "Profile Match" msgstr "" -#: ../../mod/attach.php:9 -msgid "Item not available." +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "" + +#: ../../mod/match.php:65 +msgid "No matches" +msgstr "" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "" + +#: ../../mod/siteinfo.php:51 +#, php-format +msgid "Version %s" +msgstr "" + +#: ../../mod/siteinfo.php:65 +msgid "Installed plugins/addons/apps:" +msgstr "" + +#: ../../mod/siteinfo.php:78 +msgid "No installed plugins/addons/apps" +msgstr "" + +#: ../../mod/siteinfo.php:81 +msgid "Red" +msgstr "" + +#: ../../mod/siteinfo.php:82 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "" + +#: ../../mod/siteinfo.php:84 +msgid "Running at web location" +msgstr "" + +#: ../../mod/siteinfo.php:85 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." +msgstr "" + +#: ../../mod/siteinfo.php:86 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: ../../mod/siteinfo.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " +"librelist - dot com" +msgstr "" + +#: ../../mod/menu.php:17 +msgid "Menu updated." +msgstr "" + +#: ../../mod/menu.php:21 +msgid "Unable to update menu." +msgstr "" + +#: ../../mod/menu.php:26 +msgid "Menu created." +msgstr "" + +#: ../../mod/menu.php:30 +msgid "Unable to create menu." +msgstr "" + +#: ../../mod/menu.php:53 +msgid "Manage Menus" +msgstr "" + +#: ../../mod/menu.php:56 +msgid "Drop" +msgstr "" + +#: ../../mod/menu.php:58 +msgid "Create a new menu" +msgstr "" + +#: ../../mod/menu.php:59 +msgid "Delete this menu" +msgstr "" + +#: ../../mod/menu.php:60 ../../mod/menu.php:104 +msgid "Edit menu contents" +msgstr "" + +#: ../../mod/menu.php:61 +msgid "Edit this menu" +msgstr "" + +#: ../../mod/menu.php:76 +msgid "New Menu" +msgstr "" + +#: ../../mod/menu.php:77 ../../mod/menu.php:105 +msgid "Menu name" +msgstr "" + +#: ../../mod/menu.php:77 ../../mod/menu.php:105 +msgid "Must be unique, only seen by you" +msgstr "" + +#: ../../mod/menu.php:78 ../../mod/menu.php:106 +msgid "Menu title" +msgstr "" + +#: ../../mod/menu.php:78 ../../mod/menu.php:106 +msgid "Menu title as seen by others" +msgstr "" + +#: ../../mod/menu.php:93 +msgid "Menu deleted." +msgstr "" + +#: ../../mod/menu.php:95 +msgid "Menu could not be deleted." +msgstr "" + +#: ../../mod/menu.php:101 +msgid "Edit Menu" +msgstr "" + +#: ../../mod/menu.php:103 +msgid "Add or remove entries to this menu" +msgstr "" + +#: ../../mod/thing.php:109 +msgid "Object store: failed" +msgstr "" + +#: ../../mod/thing.php:113 +msgid "thing/stuff added" +msgstr "" + +#: ../../mod/thing.php:129 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "" + +#: ../../mod/thing.php:175 +msgid "not yet implemented." +msgstr "" + +#: ../../mod/thing.php:181 +msgid "Add Stuff to your Profile" +msgstr "" + +#: ../../mod/thing.php:183 +msgid "Select a profile" +msgstr "" + +#: ../../mod/thing.php:185 +msgid "Select a category of stuff. e.g. I ______ something" +msgstr "" + +#: ../../mod/thing.php:187 +msgid "Name of thing or stuff e.g. something" +msgstr "" + +#: ../../mod/thing.php:188 +msgid "URL of thing or stuff (optional)" +msgstr "" + +#: ../../mod/thing.php:189 +msgid "URL for photo of thing or stuff (optional)" +msgstr "" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:76 +msgid "System" +msgstr "" + +#: ../../mod/notifications.php:96 +msgid "Introductions" +msgstr "" + +#: ../../mod/notifications.php:121 +msgid "Show Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:121 +msgid "Hide Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:147 ../../mod/notifications.php:193 +msgid "Notification type: " +msgstr "" + +#: ../../mod/notifications.php:148 +msgid "Friend Suggestion" +msgstr "" + +#: ../../mod/notifications.php:150 +#, php-format +msgid "suggested by %s" +msgstr "" + +#: ../../mod/notifications.php:179 +msgid "Claims to be known to you: " +msgstr "" + +#: ../../mod/notifications.php:179 +msgid "yes" +msgstr "" + +#: ../../mod/notifications.php:179 +msgid "no" +msgstr "" + +#: ../../mod/notifications.php:186 +msgid "Approve as: " +msgstr "" + +#: ../../mod/notifications.php:187 +msgid "Friend" +msgstr "" + +#: ../../mod/notifications.php:188 +msgid "Sharer" +msgstr "" + +#: ../../mod/notifications.php:188 +msgid "Fan/Admirer" +msgstr "" + +#: ../../mod/notifications.php:194 +msgid "Friend/Connect Request" +msgstr "" + +#: ../../mod/notifications.php:194 +msgid "New Follower" +msgstr "" + +#: ../../mod/notifications.php:215 +msgid "No introductions." +msgstr "" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:465 +#, php-format +msgid "%s liked %s's post" +msgstr "" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:474 +#, php-format +msgid "%s disliked %s's post" +msgstr "" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:488 +#, php-format +msgid "%s is now friends with %s" +msgstr "" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:497 +#, php-format +msgid "%s commented on %s's post" +msgstr "" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "" + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "" + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "" + +#: ../../mod/notifications.php:504 +msgid "No more home notifications." +msgstr "" + +#: ../../mod/notifications.php:508 +msgid "Home Notifications" +msgstr "" + +#: ../../mod/editblock.php:82 +msgid "Edit Block" +msgstr "" + +#: ../../mod/editblock.php:156 +msgid "Delete Block" +msgstr "" + +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: ../../mod/help.php:41 +msgid "Help:" msgstr "" #: ../../mod/setup.php:161 @@ -3127,6 +5996,10 @@ msgstr "" msgid "System check" msgstr "" +#: ../../mod/setup.php:256 ../../mod/events.php:351 +msgid "Next" +msgstr "" + #: ../../mod/setup.php:257 msgid "Check again" msgstr "" @@ -3425,28 +6298,54 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/rpost.php:84 ../../mod/editpost.php:42 -msgid "Edit post" +#: ../../mod/sources.php:27 +msgid "Source created." msgstr "" -#: ../../mod/subthread.php:105 -#, php-format -msgid "%1$s is following %2$s's %3$s" +#: ../../mod/sources.php:39 +msgid "Source updated." msgstr "" -#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 -#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 -msgid "[Embedded content - reload page to view]" +#: ../../mod/sources.php:68 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../mod/chanview.php:98 -msgid "toggle full screen mode" +#: ../../mod/sources.php:69 ../../mod/sources.php:79 +msgid "New Source" msgstr "" -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/sources.php:80 ../../mod/sources.php:106 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "" + +#: ../../mod/sources.php:81 ../../mod/sources.php:107 +msgid "Only import content with these words (one per line)" +msgstr "" + +#: ../../mod/sources.php:81 ../../mod/sources.php:107 +msgid "Leave blank to import all public content" +msgstr "" + +#: ../../mod/sources.php:96 ../../mod/sources.php:122 +msgid "Source not found." +msgstr "" + +#: ../../mod/sources.php:103 +msgid "Edit Source" +msgstr "" + +#: ../../mod/sources.php:104 +msgid "Delete Source" +msgstr "" + +#: ../../mod/sources.php:130 +msgid "Source removed" +msgstr "" + +#: ../../mod/sources.php:132 +msgid "Unable to remove source." msgstr "" #: ../../mod/settings.php:53 @@ -3534,17 +6433,6 @@ msgstr "" msgid "Add application" msgstr "" -#: ../../mod/settings.php:652 ../../mod/settings.php:678 -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 -msgid "Cancel" -msgstr "" - -#: ../../mod/settings.php:653 ../../mod/settings.php:679 -#: ../../mod/admin.php:682 ../../mod/crepair.php:148 -msgid "Name" -msgstr "" - #: ../../mod/settings.php:653 msgid "Name of application" msgstr "" @@ -3654,10 +6542,6 @@ msgstr "" msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:844 ../../mod/admin.php:369 -msgid "No special theme for mobile devices" -msgstr "" - #: ../../mod/settings.php:884 msgid "Display Settings" msgstr "" @@ -3722,10 +6606,6 @@ msgstr "" msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:1018 ../../mod/profile_photo.php:298 -msgid "or" -msgstr "" - #: ../../mod/settings.php:1023 msgid "Your channel address is" msgstr "" @@ -3902,1755 +6782,95 @@ msgstr "" msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/viewconnections.php:28 ../../mod/photos.php:576 -#: ../../mod/display.php:9 ../../mod/search.php:80 ../../mod/community.php:18 -#: ../../mod/directory.php:32 -msgid "Public access denied." +#: ../../mod/item.php:144 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/viewconnections.php:57 -msgid "No connections." +#: ../../mod/item.php:341 +msgid "Empty post discarded." msgstr "" -#: ../../mod/viewconnections.php:69 ../../mod/nogroup.php:40 +#: ../../mod/item.php:383 +msgid "Executable content type not permitted to this channel." +msgstr "" + +#: ../../mod/item.php:793 +msgid "System error. Post not saved." +msgstr "" + +#: ../../mod/item.php:1153 #, php-format -msgid "Visit %s's profile [%s]" +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/viewconnections.php:84 -msgid "View Connnections" -msgstr "" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "" - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -msgid "Remove" -msgstr "" - -#: ../../mod/connect.php:59 ../../mod/connect.php:107 -msgid "Continue" -msgstr "" - -#: ../../mod/connect.php:88 -msgid "Premium Channel Setup" -msgstr "" - -#: ../../mod/connect.php:90 -msgid "Enable premium channel connection restrictions" -msgstr "" - -#: ../../mod/connect.php:91 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "" - -#: ../../mod/connect.php:93 ../../mod/connect.php:113 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "" - -#: ../../mod/connect.php:94 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "" - -#: ../../mod/connect.php:95 ../../mod/connect.php:116 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." -msgstr "" - -#: ../../mod/connect.php:104 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "" - -#: ../../mod/connect.php:112 -msgid "Restricted or Premium Channel" -msgstr "" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" - -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -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." -msgstr "" - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "" - -#: ../../mod/sources.php:27 -msgid "Source created." -msgstr "" - -#: ../../mod/sources.php:39 -msgid "Source updated." -msgstr "" - -#: ../../mod/sources.php:68 -msgid "Manage remote sources of content for your channel." -msgstr "" - -#: ../../mod/sources.php:69 ../../mod/sources.php:79 -msgid "New Source" -msgstr "" - -#: ../../mod/sources.php:80 ../../mod/sources.php:106 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "" - -#: ../../mod/sources.php:81 ../../mod/sources.php:107 -msgid "Only import content with these words (one per line)" -msgstr "" - -#: ../../mod/sources.php:81 ../../mod/sources.php:107 -msgid "Leave blank to import all public content" -msgstr "" - -#: ../../mod/sources.php:82 ../../mod/sources.php:109 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" -msgstr "" - -#: ../../mod/sources.php:96 ../../mod/sources.php:122 -msgid "Source not found." -msgstr "" - -#: ../../mod/sources.php:103 -msgid "Edit Source" -msgstr "" - -#: ../../mod/sources.php:104 -msgid "Delete Source" -msgstr "" - -#: ../../mod/sources.php:130 -msgid "Source removed" -msgstr "" - -#: ../../mod/sources.php:132 -msgid "Unable to remove source." -msgstr "" - -#: ../../mod/admin.php:48 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:87 ../../mod/admin.php:417 -msgid "Site" -msgstr "" - -#: ../../mod/admin.php:88 ../../mod/admin.php:678 ../../mod/admin.php:690 -msgid "Users" -msgstr "" - -#: ../../mod/admin.php:89 ../../mod/admin.php:776 ../../mod/admin.php:818 -msgid "Plugins" -msgstr "" - -#: ../../mod/admin.php:90 ../../mod/admin.php:981 ../../mod/admin.php:1017 -msgid "Themes" -msgstr "" - -#: ../../mod/admin.php:91 ../../mod/admin.php:475 -msgid "Server" -msgstr "" - -#: ../../mod/admin.php:92 -msgid "DB updates" -msgstr "" - -#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1104 -msgid "Logs" -msgstr "" - -#: ../../mod/admin.php:112 -msgid "Plugin Features" -msgstr "" - -#: ../../mod/admin.php:114 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: ../../mod/admin.php:188 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:193 ../../mod/admin.php:416 ../../mod/admin.php:474 -#: ../../mod/admin.php:677 ../../mod/admin.php:775 ../../mod/admin.php:817 -#: ../../mod/admin.php:980 ../../mod/admin.php:1016 ../../mod/admin.php:1103 -msgid "Administration" -msgstr "" - -#: ../../mod/admin.php:194 -msgid "Summary" -msgstr "" - -#: ../../mod/admin.php:196 -msgid "Registered users" -msgstr "" - -#: ../../mod/admin.php:198 ../../mod/admin.php:478 -msgid "Pending registrations" -msgstr "" - -#: ../../mod/admin.php:199 -msgid "Version" -msgstr "" - -#: ../../mod/admin.php:201 ../../mod/admin.php:479 -msgid "Active plugins" -msgstr "" - -#: ../../mod/admin.php:340 -msgid "Site settings updated." -msgstr "" - -#: ../../mod/admin.php:371 -msgid "No special theme for accessibility" -msgstr "" - -#: ../../mod/admin.php:396 -msgid "Closed" -msgstr "" - -#: ../../mod/admin.php:397 -msgid "Requires approval" -msgstr "" - -#: ../../mod/admin.php:398 -msgid "Open" -msgstr "" - -#: ../../mod/admin.php:403 -msgid "Private" -msgstr "" - -#: ../../mod/admin.php:404 -msgid "Paid Access" -msgstr "" - -#: ../../mod/admin.php:405 -msgid "Free Access" -msgstr "" - -#: ../../mod/admin.php:406 -msgid "Tiered Access" -msgstr "" - -#: ../../mod/admin.php:419 ../../mod/register.php:180 -msgid "Registration" -msgstr "" - -#: ../../mod/admin.php:420 -msgid "File upload" -msgstr "" - -#: ../../mod/admin.php:421 -msgid "Policies" -msgstr "" - -#: ../../mod/admin.php:422 -msgid "Advanced" -msgstr "" - -#: ../../mod/admin.php:426 -msgid "Site name" -msgstr "" - -#: ../../mod/admin.php:427 -msgid "Banner/Logo" -msgstr "" - -#: ../../mod/admin.php:428 -msgid "System language" -msgstr "" - -#: ../../mod/admin.php:429 -msgid "System theme" -msgstr "" - -#: ../../mod/admin.php:429 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:430 -msgid "Mobile system theme" -msgstr "" - -#: ../../mod/admin.php:430 -msgid "Theme for mobile devices" -msgstr "" - -#: ../../mod/admin.php:431 -msgid "Accessibility system theme" -msgstr "" - -#: ../../mod/admin.php:431 -msgid "Accessibility theme" -msgstr "" - -#: ../../mod/admin.php:432 -msgid "Channel to use for this website's static pages" -msgstr "" - -#: ../../mod/admin.php:432 -msgid "Site Channel" -msgstr "" - -#: ../../mod/admin.php:434 -msgid "Maximum image size" -msgstr "" - -#: ../../mod/admin.php:434 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:435 -msgid "Register policy" -msgstr "" - -#: ../../mod/admin.php:436 -msgid "Access policy" -msgstr "" - -#: ../../mod/admin.php:437 -msgid "Register text" -msgstr "" - -#: ../../mod/admin.php:437 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: ../../mod/admin.php:438 -msgid "Accounts abandoned after x days" -msgstr "" - -#: ../../mod/admin.php:438 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: ../../mod/admin.php:439 -msgid "Allowed friend domains" -msgstr "" - -#: ../../mod/admin.php:439 -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/admin.php:440 -msgid "Allowed email domains" -msgstr "" - -#: ../../mod/admin.php:440 -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/admin.php:441 -msgid "Block public" -msgstr "" - -#: ../../mod/admin.php:441 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" - -#: ../../mod/admin.php:442 -msgid "Force publish" -msgstr "" - -#: ../../mod/admin.php:442 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:444 -msgid "Proxy user" -msgstr "" - -#: ../../mod/admin.php:445 -msgid "Proxy URL" -msgstr "" - -#: ../../mod/admin.php:446 -msgid "Network timeout" -msgstr "" - -#: ../../mod/admin.php:446 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:447 -msgid "Delivery interval" -msgstr "" - -#: ../../mod/admin.php:447 -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/admin.php:448 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:448 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:449 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:449 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:466 -msgid "No server found" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "ID" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "for channel" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "on server" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "Status" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:503 +#: ../../mod/item.php:1159 #, php-format -msgid "Executing %s failed. Check system logs." +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/admin.php:506 +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "" + +#: ../../mod/manage.php:63 #, php-format -msgid "Update %s was successfully applied." +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/admin.php:510 +#: ../../mod/manage.php:71 +msgid "Create a new channel" +msgstr "" + +#: ../../mod/manage.php:76 +msgid "Channel Manager" +msgstr "" + +#: ../../mod/manage.php:77 +msgid "Current Channel" +msgstr "" + +#: ../../mod/manage.php:79 +msgid "Attach to one of your channels by selecting it." +msgstr "" + +#: ../../mod/manage.php:80 +msgid "Default Channel" +msgstr "" + +#: ../../mod/manage.php:81 +msgid "Make Default" +msgstr "" + +#: ../../mod/allfriends.php:35 #, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +msgid "Friends of %s" msgstr "" -#: ../../mod/admin.php:513 -#, php-format -msgid "Update function %s could not be found." +#: ../../mod/allfriends.php:41 +msgid "No friends to display." msgstr "" -#: ../../mod/admin.php:528 -msgid "No failed updates." +#: ../../mod/nogroup.php:58 +msgid "Contacts who are not members of a group" msgstr "" -#: ../../mod/admin.php:532 -msgid "Failed Updates" +#: ../../mod/channel.php:16 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/admin.php:534 -msgid "Mark success (if update was manually applied)" +#: ../../mod/channel.php:120 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/admin.php:535 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:561 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:568 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:599 -msgid "Account not found" -msgstr "" - -#: ../../mod/admin.php:610 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: ../../mod/admin.php:619 -#, php-format -msgid "User '%s' unblocked" -msgstr "" - -#: ../../mod/admin.php:619 -#, php-format -msgid "User '%s' blocked" -msgstr "" - -#: ../../mod/admin.php:680 -msgid "select all" -msgstr "" - -#: ../../mod/admin.php:681 -msgid "User registrations waiting for confirm" -msgstr "" - -#: ../../mod/admin.php:682 -msgid "Request date" -msgstr "" - -#: ../../mod/admin.php:683 -msgid "No registrations." -msgstr "" - -#: ../../mod/admin.php:684 ../../mod/intro.php:11 ../../mod/intro.php:98 -#: ../../mod/notifications.php:159 ../../mod/notifications.php:206 -msgid "Approve" -msgstr "" - -#: ../../mod/admin.php:685 -msgid "Deny" -msgstr "" - -#: ../../mod/admin.php:687 ../../mod/intro.php:14 ../../mod/intro.php:99 -#: ../../mod/connections.php:348 ../../mod/connections.php:490 -msgid "Block" -msgstr "" - -#: ../../mod/admin.php:688 ../../mod/connections.php:348 -#: ../../mod/connections.php:490 -msgid "Unblock" -msgstr "" - -#: ../../mod/admin.php:691 -msgid "Register date" -msgstr "" - -#: ../../mod/admin.php:691 -msgid "Last login" -msgstr "" - -#: ../../mod/admin.php:691 -msgid "Expires" -msgstr "" - -#: ../../mod/admin.php:691 -msgid "Service Class" -msgstr "" - -#: ../../mod/admin.php:693 +#: ../../mod/post.php:119 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." msgstr "" -#: ../../mod/admin.php:694 -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/admin.php:735 +#: ../../mod/post.php:132 #, php-format -msgid "Plugin %s disabled." -msgstr "" - -#: ../../mod/admin.php:739 -#, php-format -msgid "Plugin %s enabled." -msgstr "" - -#: ../../mod/admin.php:749 ../../mod/admin.php:951 -msgid "Disable" -msgstr "" - -#: ../../mod/admin.php:751 ../../mod/admin.php:953 -msgid "Enable" -msgstr "" - -#: ../../mod/admin.php:777 ../../mod/admin.php:982 -msgid "Toggle" -msgstr "" - -#: ../../mod/admin.php:785 ../../mod/admin.php:992 -msgid "Author: " -msgstr "" - -#: ../../mod/admin.php:786 ../../mod/admin.php:993 -msgid "Maintainer: " -msgstr "" - -#: ../../mod/admin.php:915 -msgid "No themes found." -msgstr "" - -#: ../../mod/admin.php:974 -msgid "Screenshot" -msgstr "" - -#: ../../mod/admin.php:1022 -msgid "[Experimental]" -msgstr "" - -#: ../../mod/admin.php:1023 -msgid "[Unsupported]" -msgstr "" - -#: ../../mod/admin.php:1050 -msgid "Log settings updated." -msgstr "" - -#: ../../mod/admin.php:1106 -msgid "Clear" -msgstr "" - -#: ../../mod/admin.php:1112 -msgid "Debugging" -msgstr "" - -#: ../../mod/admin.php:1113 -msgid "Log file" -msgstr "" - -#: ../../mod/admin.php:1113 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "" - -#: ../../mod/admin.php:1114 -msgid "Log level" -msgstr "" - -#: ../../mod/mitem.php:13 ../../mod/menu.php:87 -msgid "Menu not found." -msgstr "" - -#: ../../mod/mitem.php:66 -msgid "Menu element updated." -msgstr "" - -#: ../../mod/mitem.php:70 -msgid "Unable to update menu element." -msgstr "" - -#: ../../mod/mitem.php:76 -msgid "Menu element added." -msgstr "" - -#: ../../mod/mitem.php:80 -msgid "Unable to add menu element." -msgstr "" - -#: ../../mod/mitem.php:97 ../../mod/xchan.php:25 ../../mod/menu.php:113 -msgid "Not found." -msgstr "" - -#: ../../mod/mitem.php:116 -msgid "Manage Menu Elements" -msgstr "" - -#: ../../mod/mitem.php:119 -msgid "Edit menu" -msgstr "" - -#: ../../mod/mitem.php:122 -msgid "Edit element" -msgstr "" - -#: ../../mod/mitem.php:123 -msgid "Drop element" -msgstr "" - -#: ../../mod/mitem.php:124 -msgid "New element" -msgstr "" - -#: ../../mod/mitem.php:125 -msgid "Edit this menu container" -msgstr "" - -#: ../../mod/mitem.php:126 -msgid "Add menu element" -msgstr "" - -#: ../../mod/mitem.php:127 -msgid "Delete this menu item" -msgstr "" - -#: ../../mod/mitem.php:128 -msgid "Edit this menu item" -msgstr "" - -#: ../../mod/mitem.php:141 -msgid "New Menu Element" -msgstr "" - -#: ../../mod/mitem.php:143 ../../mod/mitem.php:184 -msgid "Link text" -msgstr "" - -#: ../../mod/mitem.php:144 ../../mod/mitem.php:185 -msgid "URL of link" -msgstr "" - -#: ../../mod/mitem.php:145 ../../mod/mitem.php:186 -msgid "Use Red magic-auth if available" -msgstr "" - -#: ../../mod/mitem.php:146 ../../mod/mitem.php:187 -msgid "Open link in new window" -msgstr "" - -#: ../../mod/mitem.php:148 ../../mod/mitem.php:189 -msgid "Order in list" -msgstr "" - -#: ../../mod/mitem.php:148 ../../mod/mitem.php:189 -msgid "Higher numbers will sink to bottom of listing" -msgstr "" - -#: ../../mod/mitem.php:149 ../../mod/menu.php:79 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "" - -#: ../../mod/mitem.php:161 -msgid "Menu item not found." -msgstr "" - -#: ../../mod/mitem.php:170 -msgid "Menu item deleted." -msgstr "" - -#: ../../mod/mitem.php:172 -msgid "Menu item could not be deleted." -msgstr "" - -#: ../../mod/mitem.php:181 -msgid "Edit Menu Element" -msgstr "" - -#: ../../mod/mitem.php:190 ../../mod/menu.php:107 -msgid "Modify" -msgstr "" - -#: ../../mod/group.php:26 -msgid "Collection created." -msgstr "" - -#: ../../mod/group.php:32 -msgid "Could not create collection." -msgstr "" - -#: ../../mod/group.php:60 -msgid "Collection name changed." -msgstr "" - -#: ../../mod/group.php:92 -msgid "Create a collection of channels." -msgstr "" - -#: ../../mod/group.php:93 ../../mod/group.php:189 -msgid "Collection Name: " -msgstr "" - -#: ../../mod/group.php:95 ../../mod/group.php:192 -msgid "Members are visible to other channels" -msgstr "" - -#: ../../mod/group.php:113 -msgid "Collection removed." -msgstr "" - -#: ../../mod/group.php:115 -msgid "Unable to remove collection." -msgstr "" - -#: ../../mod/group.php:188 -msgid "Collection Editor" -msgstr "" - -#: ../../mod/group.php:202 -msgid "Members" -msgstr "" - -#: ../../mod/group.php:204 -msgid "All Connected Channels" -msgstr "" - -#: ../../mod/group.php:237 -msgid "Click on a channel to add or remove." -msgstr "" - -#: ../../mod/photos.php:83 -msgid "Page owner information could not be retrieved." -msgstr "" - -#: ../../mod/photos.php:103 -msgid "Album not found." -msgstr "" - -#: ../../mod/photos.php:125 ../../mod/photos.php:780 -msgid "Delete Album" -msgstr "" - -#: ../../mod/photos.php:165 ../../mod/photos.php:1041 -msgid "Delete Photo" -msgstr "" - -#: ../../mod/photos.php:510 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: ../../mod/photos.php:510 -msgid "a photo" -msgstr "" - -#: ../../mod/photos.php:586 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:631 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:696 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: ../../mod/photos.php:699 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" - -#: ../../mod/photos.php:707 -msgid "Upload Photos" -msgstr "" - -#: ../../mod/photos.php:711 ../../mod/photos.php:775 -msgid "New album name: " -msgstr "" - -#: ../../mod/photos.php:712 -msgid "or existing album name: " -msgstr "" - -#: ../../mod/photos.php:713 -msgid "Do not show a status post for this upload" -msgstr "" - -#: ../../mod/photos.php:715 ../../mod/photos.php:1036 -msgid "Permissions" -msgstr "" - -#: ../../mod/photos.php:764 ../../mod/photos.php:786 ../../mod/photos.php:1212 -#: ../../mod/photos.php:1227 -msgid "Contact Photos" -msgstr "" - -#: ../../mod/photos.php:790 -msgid "Edit Album" -msgstr "" - -#: ../../mod/photos.php:796 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:798 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:842 ../../mod/photos.php:1259 -msgid "View Photo" -msgstr "" - -#: ../../mod/photos.php:886 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:888 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:946 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:970 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:1024 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:1026 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:1027 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:1029 -msgid "New album name" -msgstr "" - -#: ../../mod/photos.php:1032 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:1034 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:1038 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: ../../mod/photos.php:1265 -msgid "View Album" -msgstr "" - -#: ../../mod/photos.php:1274 -msgid "Recent Photos" -msgstr "" - -#: ../../mod/ping.php:160 -msgid "sent you a private message" -msgstr "" - -#: ../../mod/ping.php:218 -msgid "added your channel" -msgstr "" - -#: ../../mod/ping.php:230 ../../boot.php:1858 ../../boot.php:1938 -msgid "g A l F d" -msgstr "" - -#: ../../mod/ping.php:252 ../../boot.php:1904 ../../boot.php:1979 -msgid "[today]" -msgstr "" - -#: ../../mod/ping.php:262 -msgid "posted an event" -msgstr "" - -#: ../../mod/filer.php:35 -msgid "- select -" -msgstr "" - -#: ../../mod/menu.php:17 -msgid "Menu updated." -msgstr "" - -#: ../../mod/menu.php:21 -msgid "Unable to update menu." -msgstr "" - -#: ../../mod/menu.php:26 -msgid "Menu created." -msgstr "" - -#: ../../mod/menu.php:30 -msgid "Unable to create menu." -msgstr "" - -#: ../../mod/menu.php:53 -msgid "Manage Menus" -msgstr "" - -#: ../../mod/menu.php:56 -msgid "Drop" -msgstr "" - -#: ../../mod/menu.php:57 ../../mod/network.php:321 -#: ../../mod/connections.php:552 -msgid "New" -msgstr "" - -#: ../../mod/menu.php:58 -msgid "Create a new menu" -msgstr "" - -#: ../../mod/menu.php:59 -msgid "Delete this menu" -msgstr "" - -#: ../../mod/menu.php:60 ../../mod/menu.php:104 -msgid "Edit menu contents" -msgstr "" - -#: ../../mod/menu.php:61 -msgid "Edit this menu" -msgstr "" - -#: ../../mod/menu.php:76 -msgid "New Menu" -msgstr "" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Menu name" -msgstr "" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title" -msgstr "" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:93 -msgid "Menu deleted." -msgstr "" - -#: ../../mod/menu.php:95 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:101 -msgid "Edit Menu" -msgstr "" - -#: ../../mod/menu.php:103 -msgid "Add or remove entries to this menu" -msgstr "" - -#: ../../mod/home.php:76 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: ../../mod/message.php:19 -msgid "Check Mail" -msgstr "" - -#: ../../mod/message.php:56 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../mod/message.php:64 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../mod/message.php:71 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../mod/message.php:97 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../mod/message.php:223 ../../mod/notifications.php:101 -msgid "Messages" -msgstr "" - -#: ../../mod/message.php:234 -msgid "Message deleted." -msgstr "" - -#: ../../mod/message.php:241 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/message.php:258 -msgid "Message recalled." -msgstr "" - -#: ../../mod/message.php:316 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/message.php:317 ../../mod/message.php:503 -msgid "To:" -msgstr "" - -#: ../../mod/message.php:322 ../../mod/message.php:505 -msgid "Subject:" -msgstr "" - -#: ../../mod/message.php:359 -msgid "No messages." -msgstr "" - -#: ../../mod/message.php:375 ../../mod/message.php:472 -msgid "Delete message" -msgstr "" - -#: ../../mod/message.php:377 -msgid "D, d M Y - g:i A" -msgstr "" - -#: ../../mod/message.php:396 -msgid "Message not found." -msgstr "" - -#: ../../mod/message.php:473 -msgid "Recall message" -msgstr "" - -#: ../../mod/message.php:475 -msgid "Message has been recalled." -msgstr "" - -#: ../../mod/message.php:492 -msgid "Private Conversation" -msgstr "" - -#: ../../mod/message.php:496 -msgid "Delete conversation" -msgstr "" - -#: ../../mod/message.php:498 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/message.php:502 -msgid "Send Reply" -msgstr "" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "" - -#: ../../mod/layouts.php:52 -msgid "Layout Help" -msgstr "" - -#: ../../mod/layouts.php:55 -msgid "Help with this feature" -msgstr "" - -#: ../../mod/layouts.php:74 -msgid "Layout Name" -msgstr "" - -#: ../../mod/help.php:41 -msgid "Help:" -msgstr "" - -#: ../../mod/help.php:53 ../../index.php:226 -msgid "Not Found" -msgstr "" - -#: ../../mod/rmagic.php:56 -msgid "Remote Authentication" -msgstr "" - -#: ../../mod/rmagic.php:57 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "" - -#: ../../mod/rmagic.php:58 -msgid "Authenticate" -msgstr "" - -#: ../../mod/network.php:164 ../../mod/search.php:20 -msgid "Remove term" -msgstr "" - -#: ../../mod/network.php:302 -msgid "Commented Order" -msgstr "" - -#: ../../mod/network.php:305 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../mod/network.php:308 -msgid "Posted Order" -msgstr "" - -#: ../../mod/network.php:311 -msgid "Sort by Post Date" -msgstr "" - -#: ../../mod/network.php:315 ../../mod/notifications.php:86 -msgid "Personal" -msgstr "" - -#: ../../mod/network.php:318 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../mod/network.php:324 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../mod/network.php:331 -msgid "Starred" -msgstr "" - -#: ../../mod/network.php:334 -msgid "Favourite Posts" -msgstr "" - -#: ../../mod/network.php:341 -msgid "Spam" -msgstr "" - -#: ../../mod/network.php:344 -msgid "Posts flagged as SPAM" -msgstr "" - -#: ../../mod/network.php:384 -msgid "Refresh" -msgstr "" - -#: ../../mod/network.php:385 ../../mod/connections.php:404 -msgid "Me" -msgstr "" - -#: ../../mod/network.php:386 ../../mod/connections.php:406 -msgid "Best Friends" -msgstr "" - -#: ../../mod/network.php:388 -msgid "Co-workers" -msgstr "" - -#: ../../mod/network.php:389 ../../mod/connections.php:408 -msgid "Former Friends" -msgstr "" - -#: ../../mod/network.php:390 ../../mod/connections.php:409 -msgid "Acquaintances" -msgstr "" - -#: ../../mod/network.php:391 -msgid "Everybody" -msgstr "" - -#: ../../mod/network.php:408 -msgid "Search Results For:" -msgstr "" - -#: ../../mod/network.php:453 -msgid "No such group" -msgstr "" - -#: ../../mod/network.php:484 -msgid "Connection: " -msgstr "" - -#: ../../mod/network.php:487 -msgid "Invalid connection." -msgstr "" - -#: ../../mod/intro.php:17 ../../mod/intro.php:100 -#: ../../mod/connections.php:355 ../../mod/connections.php:491 -#: ../../mod/notifications.php:51 ../../mod/notifications.php:162 -#: ../../mod/notifications.php:208 -msgid "Ignore" -msgstr "" - -#: ../../mod/intro.php:29 ../../mod/connections.php:122 -msgid "Connection updated." -msgstr "" - -#: ../../mod/intro.php:31 -msgid "Connection update failed." -msgstr "" - -#: ../../mod/intro.php:56 -msgid "Introductions and Connection Requests" -msgstr "" - -#: ../../mod/intro.php:67 -msgid "No pending introductions." -msgstr "" - -#: ../../mod/intro.php:72 -msgid "System error. Please try again later." -msgstr "" - -#: ../../mod/intro.php:95 ../../mod/connections.php:496 -#: ../../mod/notifications.php:155 ../../mod/notifications.php:202 -msgid "Hide this contact from others" -msgstr "" - -#: ../../mod/intro.php:96 ../../mod/notifications.php:156 -#: ../../mod/notifications.php:203 -msgid "Post a new friend activity" -msgstr "" - -#: ../../mod/intro.php:96 ../../mod/notifications.php:156 -#: ../../mod/notifications.php:203 -msgid "if applicable" -msgstr "" - -#: ../../mod/intro.php:101 ../../mod/notifications.php:35 -#: ../../mod/notifications.php:163 ../../mod/notifications.php:209 -msgid "Discard" -msgstr "" - -#: ../../mod/connections.php:67 -msgid "Could not access contact record." -msgstr "" - -#: ../../mod/connections.php:81 -msgid "Could not locate selected profile." -msgstr "" - -#: ../../mod/connections.php:124 -msgid "Failed to update connection record." -msgstr "" - -#: ../../mod/connections.php:219 -msgid "Could not access address book record." -msgstr "" - -#: ../../mod/connections.php:233 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" - -#: ../../mod/connections.php:240 -msgid "Channel has been unblocked" -msgstr "" - -#: ../../mod/connections.php:241 -msgid "Channel has been blocked" -msgstr "" - -#: ../../mod/connections.php:245 ../../mod/connections.php:257 -#: ../../mod/connections.php:269 ../../mod/connections.php:281 -#: ../../mod/connections.php:296 -msgid "Unable to set address book parameters." -msgstr "" - -#: ../../mod/connections.php:252 -msgid "Channel has been unignored" -msgstr "" - -#: ../../mod/connections.php:253 -msgid "Channel has been ignored" -msgstr "" - -#: ../../mod/connections.php:264 -msgid "Channel has been unarchived" -msgstr "" - -#: ../../mod/connections.php:265 -msgid "Channel has been archived" -msgstr "" - -#: ../../mod/connections.php:276 -msgid "Channel has been unhidden" -msgstr "" - -#: ../../mod/connections.php:277 -msgid "Channel has been hidden" -msgstr "" - -#: ../../mod/connections.php:291 -msgid "Channel has been approved" -msgstr "" - -#: ../../mod/connections.php:292 -msgid "Channel has been unapproved" -msgstr "" - -#: ../../mod/connections.php:310 -msgid "Contact has been removed." -msgstr "" - -#: ../../mod/connections.php:330 -#, php-format -msgid "View %s's profile" -msgstr "" - -#: ../../mod/connections.php:334 -msgid "Refresh Permissions" -msgstr "" - -#: ../../mod/connections.php:337 -msgid "Fetch updated permissions" -msgstr "" - -#: ../../mod/connections.php:341 -msgid "Recent Activity" -msgstr "" - -#: ../../mod/connections.php:344 -msgid "View recent posts and comments" -msgstr "" - -#: ../../mod/connections.php:351 -msgid "Block or Unblock this connection" -msgstr "" - -#: ../../mod/connections.php:355 ../../mod/connections.php:491 -msgid "Unignore" -msgstr "" - -#: ../../mod/connections.php:358 -msgid "Ignore or Unignore this connection" -msgstr "" - -#: ../../mod/connections.php:361 -msgid "Unarchive" -msgstr "" - -#: ../../mod/connections.php:361 -msgid "Archive" -msgstr "" - -#: ../../mod/connections.php:364 -msgid "Archive or Unarchive this connection" -msgstr "" - -#: ../../mod/connections.php:367 -msgid "Unhide" -msgstr "" - -#: ../../mod/connections.php:367 -msgid "Hide" -msgstr "" - -#: ../../mod/connections.php:370 -msgid "Hide or Unhide this connection" -msgstr "" - -#: ../../mod/connections.php:377 -msgid "Delete this connection" -msgstr "" - -#: ../../mod/connections.php:410 -msgid "Unknown" -msgstr "" - -#: ../../mod/connections.php:420 ../../mod/connections.php:449 -msgid "Approve this connection" -msgstr "" - -#: ../../mod/connections.php:420 -msgid "Accept connection to allow communication" -msgstr "" - -#: ../../mod/connections.php:436 -msgid "Automatic Permissions Settings" -msgstr "" - -#: ../../mod/connections.php:436 -#, php-format -msgid "Connections: settings for %s" -msgstr "" - -#: ../../mod/connections.php:440 -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/connections.php:442 -msgid "Slide to adjust your degree of friendship" -msgstr "" - -#: ../../mod/connections.php:448 -msgid "inherited" -msgstr "" - -#: ../../mod/connections.php:450 -msgid "Connection has no individual permissions!" -msgstr "" - -#: ../../mod/connections.php:451 -msgid "" -"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." -msgstr "" - -#: ../../mod/connections.php:453 -msgid "Profile Visibility" -msgstr "" - -#: ../../mod/connections.php:454 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: ../../mod/connections.php:455 -msgid "Contact Information / Notes" -msgstr "" - -#: ../../mod/connections.php:456 -msgid "Edit contact notes" -msgstr "" - -#: ../../mod/connections.php:458 -msgid "Their Settings" -msgstr "" - -#: ../../mod/connections.php:459 -msgid "My Settings" -msgstr "" - -#: ../../mod/connections.php:461 -msgid "Forum Members" -msgstr "" - -#: ../../mod/connections.php:462 -msgid "Soapbox" -msgstr "" - -#: ../../mod/connections.php:463 -msgid "Full Sharing" -msgstr "" - -#: ../../mod/connections.php:464 -msgid "Cautious Sharing" -msgstr "" - -#: ../../mod/connections.php:465 -msgid "Follow Only" -msgstr "" - -#: ../../mod/connections.php:466 -msgid "Individual Permissions" -msgstr "" - -#: ../../mod/connections.php:467 -msgid "" -"Some permissions may be inherited from your privacy " -"settings, which have higher priority. Changing those on this page will " -"have no effect." -msgstr "" - -#: ../../mod/connections.php:468 -msgid "Advanced Permissions" -msgstr "" - -#: ../../mod/connections.php:469 -msgid "Quick Links" -msgstr "" - -#: ../../mod/connections.php:473 -#, php-format -msgid "Visit %s's profile - %s" -msgstr "" - -#: ../../mod/connections.php:474 -msgid "Block/Unblock contact" -msgstr "" - -#: ../../mod/connections.php:475 -msgid "Ignore contact" -msgstr "" - -#: ../../mod/connections.php:476 -msgid "Repair URL settings" -msgstr "" - -#: ../../mod/connections.php:477 -msgid "View conversations" -msgstr "" - -#: ../../mod/connections.php:479 -msgid "Delete contact" -msgstr "" - -#: ../../mod/connections.php:482 -msgid "Last update:" -msgstr "" - -#: ../../mod/connections.php:484 -msgid "Update public posts" -msgstr "" - -#: ../../mod/connections.php:486 -msgid "Update now" -msgstr "" - -#: ../../mod/connections.php:492 -msgid "Currently blocked" -msgstr "" - -#: ../../mod/connections.php:493 -msgid "Currently ignored" -msgstr "" - -#: ../../mod/connections.php:494 -msgid "Currently archived" -msgstr "" - -#: ../../mod/connections.php:495 -msgid "Currently pending" -msgstr "" - -#: ../../mod/connections.php:496 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: ../../mod/connections.php:532 ../../mod/connections.php:604 -msgid "Blocked" -msgstr "" - -#: ../../mod/connections.php:537 ../../mod/connections.php:611 -msgid "Ignored" -msgstr "" - -#: ../../mod/connections.php:542 ../../mod/connections.php:625 -msgid "Hidden" -msgstr "" - -#: ../../mod/connections.php:547 ../../mod/connections.php:618 -msgid "Archived" -msgstr "" - -#: ../../mod/connections.php:558 -msgid "All" -msgstr "" - -#: ../../mod/connections.php:579 -msgid "Suggestions" -msgstr "" - -#: ../../mod/connections.php:582 -msgid "Suggest new connections" -msgstr "" - -#: ../../mod/connections.php:588 -msgid "Show pending (new) connections" -msgstr "" - -#: ../../mod/connections.php:591 -msgid "All Connections" -msgstr "" - -#: ../../mod/connections.php:594 -msgid "Show all connections" -msgstr "" - -#: ../../mod/connections.php:597 -msgid "Unblocked" -msgstr "" - -#: ../../mod/connections.php:600 -msgid "Only show unblocked connections" -msgstr "" - -#: ../../mod/connections.php:607 -msgid "Only show blocked connections" -msgstr "" - -#: ../../mod/connections.php:614 -msgid "Only show ignored connections" -msgstr "" - -#: ../../mod/connections.php:621 -msgid "Only show archived connections" -msgstr "" - -#: ../../mod/connections.php:628 -msgid "Only show hidden connections" -msgstr "" - -#: ../../mod/connections.php:670 -#, php-format -msgid "%1$s [%2$s]" -msgstr "" - -#: ../../mod/connections.php:671 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "" - -#: ../../mod/connections.php:695 -msgid "Search your connections" -msgstr "" - -#: ../../mod/connections.php:696 -msgid "Finding: " -msgstr "" - -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "" - -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:43 -msgid "Visible to:" +msgid "Welcome %s. Remote authentication successful." msgstr "" #: ../../mod/profiles.php:18 ../../mod/profiles.php:138 @@ -5726,10 +6946,6 @@ msgstr "" msgid "Address" msgstr "" -#: ../../mod/profiles.php:367 ../../mod/pubsites.php:31 -msgid "Location" -msgstr "" - #: ../../mod/profiles.php:450 msgid "Profile updated." msgstr "" @@ -5889,1294 +7105,71 @@ msgid "" "be visible to anybody using the internet." msgstr "" -#: ../../mod/profiles.php:584 ../../mod/directory.php:160 -msgid "Age: " -msgstr "" - #: ../../mod/profiles.php:623 msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/profiles.php:624 ../../boot.php:1755 -msgid "Change profile photo" +#: ../../mod/events.php:66 +msgid "Event title and start time are required." msgstr "" -#: ../../mod/profiles.php:625 ../../boot.php:1762 -msgid "Create New Profile" +#: ../../mod/events.php:281 +msgid "l, F j" msgstr "" -#: ../../mod/profiles.php:636 ../../boot.php:1776 -msgid "Profile Image" +#: ../../mod/events.php:303 +msgid "Edit event" msgstr "" -#: ../../mod/profiles.php:639 ../../boot.php:1779 -msgid "visible to everybody" +#: ../../mod/events.php:349 +msgid "Create New Event" msgstr "" -#: ../../mod/profiles.php:640 ../../boot.php:1780 -msgid "Edit visibility" +#: ../../mod/events.php:350 +msgid "Previous" msgstr "" -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" +#: ../../mod/events.php:425 +msgid "hour:minute" 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/events.php:435 +msgid "Event details" msgstr "" -#: ../../mod/new_channel.php:111 -msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " -msgstr "" - -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -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." -msgstr "" - -#: ../../mod/new_channel.php:114 -msgid "" -"Or import an existing channel from another location" -msgstr "" - -#: ../../mod/filestorage.php:35 -msgid "Permission Denied." -msgstr "" - -#: ../../mod/filestorage.php:42 -msgid "Permission denied. VS." -msgstr "" - -#: ../../mod/filestorage.php:79 -msgid "Download" -msgstr "" - -#: ../../mod/filestorage.php:84 -msgid "Used: " -msgstr "" - -#: ../../mod/filestorage.php:86 -msgid "Limit: " -msgstr "" - -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "" - -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "" - -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#: ../../mod/events.php:436 #, php-format -msgid "Site Member (%s)" +msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" +#: ../../mod/events.php:438 +msgid "Event Starts:" msgstr "" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +#: ../../mod/events.php:438 ../../mod/events.php:452 +msgid "Required" msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1469 -msgid "Password Reset" +#: ../../mod/events.php:441 +msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." +#: ../../mod/events.php:443 +msgid "Event Finishes:" msgstr "" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" +#: ../../mod/events.php:446 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" +#: ../../mod/events.php:448 +msgid "Description:" msgstr "" -#: ../../mod/lostpass.php:89 -msgid "click here to login" +#: ../../mod/events.php:452 +msgid "Title:" msgstr "" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "" - -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "" - -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "" - -#: ../../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/lostpass.php:124 -msgid "Email Address" -msgstr "" - -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "" - -#: ../../mod/import.php:36 -msgid "Nothing to import." -msgstr "" - -#: ../../mod/import.php:58 -msgid "Unable to download data from old server" -msgstr "" - -#: ../../mod/import.php:64 -msgid "Imported file is empty." -msgstr "" - -#: ../../mod/import.php:88 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../mod/import.php:106 -msgid "Channel clone failed. Import failed." -msgstr "" - -#: ../../mod/import.php:116 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../mod/import.php:356 -msgid "Import completed." -msgstr "" - -#: ../../mod/import.php:369 -msgid "You must be logged in to use this feature." -msgstr "" - -#: ../../mod/import.php:374 -msgid "Import Channel" -msgstr "" - -#: ../../mod/import.php:375 -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/import.php:376 -msgid "File to Upload" -msgstr "" - -#: ../../mod/import.php:377 -msgid "Or provide the old server/hub details" -msgstr "" - -#: ../../mod/import.php:378 -msgid "Your old identity address (xyz@example.com)" -msgstr "" - -#: ../../mod/import.php:379 -msgid "Your old login email address" -msgstr "" - -#: ../../mod/import.php:380 -msgid "Your old login password" -msgstr "" - -#: ../../mod/import.php:381 -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/import.php:382 -msgid "Make this hub my primary location" -msgstr "" - -#: ../../mod/manage.php:63 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "" - -#: ../../mod/manage.php:71 -msgid "Create a new channel" -msgstr "" - -#: ../../mod/manage.php:76 -msgid "Channel Manager" -msgstr "" - -#: ../../mod/manage.php:77 -msgid "Current Channel" -msgstr "" - -#: ../../mod/manage.php:79 -msgid "Attach to one of your channels by selecting it." -msgstr "" - -#: ../../mod/manage.php:80 -msgid "Default Channel" -msgstr "" - -#: ../../mod/manage.php:81 -msgid "Make Default" -msgstr "" - -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "" - -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "" - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "" - -#: ../../mod/match.php:65 -msgid "No matches" -msgstr "" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "" - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "" - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "" - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect " -"information your communications with this contact may stop working." -msgstr "" - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "" - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "" - -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "" - -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:30 -#: ../../mod/editpost.php:20 ../../mod/editblock.php:36 -msgid "Item not found" -msgstr "" - -#: ../../mod/editlayout.php:68 -msgid "Edit Layout" -msgstr "" - -#: ../../mod/editlayout.php:104 ../../mod/editwebpage.php:123 -#: ../../mod/editpost.php:101 ../../mod/editblock.php:118 -msgid "Insert YouTube video" -msgstr "" - -#: ../../mod/editlayout.php:105 ../../mod/editwebpage.php:124 -#: ../../mod/editpost.php:102 ../../mod/editblock.php:119 -msgid "Insert Vorbis [.ogg] video" -msgstr "" - -#: ../../mod/editlayout.php:106 ../../mod/editwebpage.php:125 -#: ../../mod/editpost.php:103 ../../mod/editblock.php:120 -msgid "Insert Vorbis [.ogg] audio" -msgstr "" - -#: ../../mod/editlayout.php:140 -msgid "Delete Layout" -msgstr "" - -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" -msgstr "" - -#: ../../mod/profile_photo.php:54 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: ../../mod/profile_photo.php:107 -msgid "Image resize failed." -msgstr "" - -#: ../../mod/profile_photo.php:151 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../mod/profile_photo.php:173 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "" - -#: ../../mod/profile_photo.php:182 -msgid "Unable to process image." -msgstr "" - -#: ../../mod/profile_photo.php:224 ../../mod/profile_photo.php:272 -msgid "Photo not available." -msgstr "" - -#: ../../mod/profile_photo.php:291 -msgid "Upload File:" -msgstr "" - -#: ../../mod/profile_photo.php:292 -msgid "Select a profile:" -msgstr "" - -#: ../../mod/profile_photo.php:293 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../mod/profile_photo.php:294 -msgid "Upload" -msgstr "" - -#: ../../mod/profile_photo.php:298 -msgid "skip this step" -msgstr "" - -#: ../../mod/profile_photo.php:298 -msgid "select a photo from your photo albums" -msgstr "" - -#: ../../mod/profile_photo.php:312 -msgid "Crop Image" -msgstr "" - -#: ../../mod/profile_photo.php:313 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" - -#: ../../mod/profile_photo.php:315 -msgid "Done Editing" -msgstr "" - -#: ../../mod/profile_photo.php:350 -msgid "Image uploaded successfully." -msgstr "" - -#: ../../mod/profile_photo.php:352 -msgid "Image upload failed." -msgstr "" - -#: ../../mod/profile_photo.php:361 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "" - -#: ../../mod/editwebpage.php:87 -msgid "Edit Webpage" -msgstr "" - -#: ../../mod/editwebpage.php:162 -msgid "Delete Webpage" -msgstr "" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "" - -#: ../../mod/notifications.php:76 -msgid "System" -msgstr "" - -#: ../../mod/notifications.php:96 -msgid "Introductions" -msgstr "" - -#: ../../mod/notifications.php:121 -msgid "Show Ignored Requests" -msgstr "" - -#: ../../mod/notifications.php:121 -msgid "Hide Ignored Requests" -msgstr "" - -#: ../../mod/notifications.php:147 ../../mod/notifications.php:193 -msgid "Notification type: " -msgstr "" - -#: ../../mod/notifications.php:148 -msgid "Friend Suggestion" -msgstr "" - -#: ../../mod/notifications.php:150 -#, php-format -msgid "suggested by %s" -msgstr "" - -#: ../../mod/notifications.php:179 -msgid "Claims to be known to you: " -msgstr "" - -#: ../../mod/notifications.php:179 -msgid "yes" -msgstr "" - -#: ../../mod/notifications.php:179 -msgid "no" -msgstr "" - -#: ../../mod/notifications.php:186 -msgid "Approve as: " -msgstr "" - -#: ../../mod/notifications.php:187 -msgid "Friend" -msgstr "" - -#: ../../mod/notifications.php:188 -msgid "Sharer" -msgstr "" - -#: ../../mod/notifications.php:188 -msgid "Fan/Admirer" -msgstr "" - -#: ../../mod/notifications.php:194 -msgid "Friend/Connect Request" -msgstr "" - -#: ../../mod/notifications.php:194 -msgid "New Follower" -msgstr "" - -#: ../../mod/notifications.php:215 -msgid "No introductions." -msgstr "" - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:465 -#, php-format -msgid "%s liked %s's post" -msgstr "" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:474 -#, php-format -msgid "%s disliked %s's post" -msgstr "" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:488 -#, php-format -msgid "%s is now friends with %s" -msgstr "" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:497 -#, php-format -msgid "%s commented on %s's post" -msgstr "" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "" - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:54 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notifications.php:336 ../../mod/notify.php:58 -msgid "System Notifications" -msgstr "" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "" - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "" - -#: ../../mod/notifications.php:504 -msgid "No more home notifications." -msgstr "" - -#: ../../mod/notifications.php:508 -msgid "Home Notifications" -msgstr "" - -#: ../../mod/blocks.php:65 -msgid "Block Name" -msgstr "" - -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "" - -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "" - -#: ../../mod/profile.php:111 -msgid "Access to this profile has been restricted." -msgstr "" - -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "" - -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "" - -#: ../../mod/wall_upload.php:41 ../../mod/item.php:1049 -msgid "Wall Photos" -msgstr "" - -#: ../../mod/channel.php:120 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "" - -#: ../../mod/community.php:32 -msgid "Community" -msgstr "" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "" - -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "" - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "" - -#: ../../mod/editblock.php:82 -msgid "Edit Block" -msgstr "" - -#: ../../mod/editblock.php:156 -msgid "Delete Block" -msgstr "" - -#: ../../mod/profperm.php:34 ../../mod/profperm.php:64 -msgid "Invalid profile identifier." -msgstr "" - -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "" - -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "" - -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "" - -#: ../../mod/profperm.php:139 -msgid "All Contacts (with secure profile access)" -msgstr "" - -#: ../../mod/item.php:136 -msgid "Unable to locate original post." -msgstr "" - -#: ../../mod/item.php:321 -msgid "Empty post discarded." -msgstr "" - -#: ../../mod/item.php:363 -msgid "Executable content type not permitted to this channel." -msgstr "" - -#: ../../mod/item.php:772 -msgid "System error. Post not saved." -msgstr "" - -#: ../../mod/item.php:1128 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "" - -#: ../../mod/item.php:1134 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "" - -#: ../../mod/siteinfo.php:51 -#, php-format -msgid "Version %s" -msgstr "" - -#: ../../mod/siteinfo.php:65 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/siteinfo.php:78 -msgid "No installed plugins/addons/apps" -msgstr "" - -#: ../../mod/siteinfo.php:81 -msgid "Red" -msgstr "" - -#: ../../mod/siteinfo.php:82 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "" - -#: ../../mod/siteinfo.php:84 -msgid "Running at web location" -msgstr "" - -#: ../../mod/siteinfo.php:85 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "" - -#: ../../mod/siteinfo.php:86 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: ../../mod/siteinfo.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " -"librelist - dot com" -msgstr "" - -#: ../../mod/suggest.php:41 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" - -#: ../../mod/suggest.php:58 -msgid "Ignore/Hide" -msgstr "" - -#: ../../mod/pubsites.php:22 -msgid "Public Sites" -msgstr "" - -#: ../../mod/pubsites.php:25 -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/pubsites.php:31 -msgid "Site URL" -msgstr "" - -#: ../../mod/pubsites.php:31 -msgid "Access Type" -msgstr "" - -#: ../../mod/pubsites.php:31 -msgid "Registration Policy" -msgstr "" - -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "" - -#: ../../mod/register.php:77 -msgid "Passwords do not match." -msgstr "" - -#: ../../mod/register.php:105 -msgid "" -"Registration successful. Please check your email for validation instructions." -msgstr "" - -#: ../../mod/register.php:111 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: ../../mod/register.php:114 -msgid "Your registration can not be processed." -msgstr "" - -#: ../../mod/register.php:149 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:160 -msgid "Terms of Service" -msgstr "" - -#: ../../mod/register.php:166 -#, php-format -msgid "I accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:168 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:183 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: ../../mod/register.php:184 -msgid "Please enter your invitation code" -msgstr "" - -#: ../../mod/register.php:187 -msgid "Your email address" -msgstr "" - -#: ../../mod/register.php:188 -msgid "Choose a password" -msgstr "" - -#: ../../mod/register.php:189 -msgid "Please re-enter your password" -msgstr "" - -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "" - -#: ../../mod/post.php:119 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." -msgstr "" - -#: ../../mod/post.php:132 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "" - -#: ../../mod/removeme.php:49 -msgid "Remove This Channel" -msgstr "" - -#: ../../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/removeme.php:51 -msgid "Please enter your password for verification:" -msgstr "" - -#: ../../mod/removeme.php:52 -msgid "Remove this channel and all its clones from the network" -msgstr "" - -#: ../../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/removeme.php:53 -msgid "Remove My Account" -msgstr "" - -#: ../../mod/directory.php:163 -msgid "Gender: " -msgstr "" - -#: ../../mod/directory.php:222 -msgid "Finding:" -msgstr "" - -#: ../../mod/directory.php:230 -msgid "next page" -msgstr "" - -#: ../../mod/directory.php:230 -msgid "previous page" -msgstr "" - -#: ../../mod/directory.php:237 -msgid "No entries (some entries may be hidden)." -msgstr "" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:74 -msgid "Scheme Default" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:75 -msgid "red" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:76 -msgid "black" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:77 -msgid "silver" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:88 -#: ../../view/theme/apw/php/config.php:234 -msgid "Theme settings" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:89 -#: ../../view/theme/apw/php/config.php:235 -msgid "Set scheme" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:90 -msgid "Navigation bar colour" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:91 -msgid "Set font-colour for banner" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:92 -msgid "Set the background colour" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:93 -msgid "Set the background image" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:94 -msgid "Set the background colour of items" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:95 -msgid "Set the opacity of items" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:96 -msgid "Set the basic colour for item icons" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:97 -msgid "Set the hover colour for item icons" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:98 -msgid "Set font-size for the entire application" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:99 -#: ../../view/theme/apw/php/config.php:236 -msgid "Set font-size for posts and comments" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:100 -msgid "Set font-colour for posts and comments" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:101 -msgid "Set radius of corners" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Set shadow depth of photos" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set maximum width of conversation regions" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:104 -msgid "Set minimum opacity of nav bar - to hide it" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:105 -msgid "Set size of conversation author photo" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Set size of followup author photos" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Sloppy photo albums" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Are you a clean desk or a messy desk person?" -msgstr "" - -#: ../../view/theme/apw/php/config.php:193 -#: ../../view/theme/apw/php/config.php:211 -msgid "Schema Default" -msgstr "" - -#: ../../view/theme/apw/php/config.php:194 -msgid "Sans-Serif" -msgstr "" - -#: ../../view/theme/apw/php/config.php:195 -msgid "Monospace" -msgstr "" - -#: ../../view/theme/apw/php/config.php:237 -msgid "Set font face" -msgstr "" - -#: ../../view/theme/apw/php/config.php:238 -msgid "Set iconset" -msgstr "" - -#: ../../view/theme/apw/php/config.php:239 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "" - -#: ../../view/theme/apw/php/config.php:240 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "" - -#: ../../view/theme/apw/php/config.php:241 -msgid "Set shadow colour, default #000" -msgstr "" - -#: ../../view/theme/apw/php/config.php:242 -msgid "Set radius size, default 5px" -msgstr "" - -#: ../../view/theme/apw/php/config.php:243 -msgid "Set line-height for posts and comments" -msgstr "" - -#: ../../view/theme/apw/php/config.php:244 -msgid "Set background image" -msgstr "" - -#: ../../view/theme/apw/php/config.php:245 -msgid "Set background colour" -msgstr "" - -#: ../../view/theme/apw/php/config.php:246 -msgid "Set section background image" -msgstr "" - -#: ../../view/theme/apw/php/config.php:247 -msgid "Set section background colour" -msgstr "" - -#: ../../view/theme/apw/php/config.php:248 -msgid "Set colour of items - use hex" -msgstr "" - -#: ../../view/theme/apw/php/config.php:249 -msgid "Set colour of links - use hex" -msgstr "" - -#: ../../view/theme/apw/php/config.php:250 -msgid "Set max-width for items. Default 400px" -msgstr "" - -#: ../../view/theme/apw/php/config.php:251 -msgid "Set min-width for items. Default 240px" -msgstr "" - -#: ../../view/theme/apw/php/config.php:252 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "" - -#: ../../view/theme/apw/php/config.php:253 -msgid "Set colour of fonts - use hex" -msgstr "" - -#: ../../view/theme/apw/php/config.php:254 -msgid "Set background-size element" -msgstr "" - -#: ../../view/theme/apw/php/config.php:255 -msgid "Item opacity" -msgstr "" - -#: ../../view/theme/apw/php/config.php:256 -msgid "Display post previews only" -msgstr "" - -#: ../../view/theme/apw/php/config.php:257 -msgid "Display side bar on channel page" -msgstr "" - -#: ../../view/theme/apw/php/config.php:258 -msgid "Colour of the navigation bar" -msgstr "" - -#: ../../view/theme/apw/php/config.php:259 -msgid "Item float" -msgstr "" - -#: ../../view/theme/apw/php/config.php:260 -msgid "Left offset of the section element" -msgstr "" - -#: ../../view/theme/apw/php/config.php:261 -msgid "Right offset of the section element" -msgstr "" - -#: ../../view/theme/apw/php/config.php:262 -msgid "Section width" -msgstr "" - -#: ../../view/theme/apw/php/config.php:263 -msgid "Left offset of the aside" -msgstr "" - -#: ../../view/theme/apw/php/config.php:264 -msgid "Right offset of the aside element" -msgstr "" - -#: ../../boot.php:1274 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:1277 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1434 -msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "" - -#: ../../boot.php:1462 -msgid "Password" -msgstr "" - -#: ../../boot.php:1463 -msgid "Remember me" -msgstr "" - -#: ../../boot.php:1468 -msgid "Forgot your password?" -msgstr "" - -#: ../../boot.php:1533 -msgid "permission denied" -msgstr "" - -#: ../../boot.php:1534 -msgid "Got Zot?" -msgstr "" - -#: ../../boot.php:1593 -msgid "Requested channel is not available." -msgstr "" - -#: ../../boot.php:1605 -msgid " Sorry, you don't have the permission to view this profile. " -msgstr "" - -#: ../../boot.php:1761 -msgid "Profiles" -msgstr "" - -#: ../../boot.php:1761 -msgid "Manage/edit profiles" -msgstr "" - -#: ../../boot.php:1765 -msgid "Edit Profile" -msgstr "" - -#: ../../boot.php:1859 ../../boot.php:1939 -msgid "F d" -msgstr "" - -#: ../../boot.php:1916 -msgid "Birthday Reminders" -msgstr "" - -#: ../../boot.php:1917 -msgid "Birthdays this week:" -msgstr "" - -#: ../../boot.php:1972 -msgid "[No description]" -msgstr "" - -#: ../../boot.php:1990 -msgid "Event Reminders" -msgstr "" - -#: ../../boot.php:1991 -msgid "Events this week:" -msgstr "" - -#: ../../boot.php:2225 -msgid "Channel" -msgstr "" - -#: ../../boot.php:2228 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../boot.php:2232 -msgid "About" -msgstr "" - -#: ../../boot.php:2235 -msgid "Profile Details" -msgstr "" - -#: ../../boot.php:2253 -msgid "Events and Calendar" -msgstr "" - -#: ../../boot.php:2258 -msgid "Webpages" -msgstr "" - -#: ../../boot.php:2261 -msgid "Manage Webpages" -msgstr "" - -#: ../../boot.php:2545 -msgid "toggle mobile" +#: ../../mod/events.php:454 +msgid "Share this event" msgstr ""