diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-28 16:26:24 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-28 16:26:24 +0100 |
commit | 17907f11a350536bbcac248e6b81b63eecee964d (patch) | |
tree | 93f8413b78c6fb12fde059ecc8f8831e9996731a | |
parent | cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7 (diff) | |
parent | 122d7281f7d4b55ef8adf8791bdab51b4b797ba8 (diff) | |
download | volse-hubzilla-17907f11a350536bbcac248e6b81b63eecee964d.tar.gz volse-hubzilla-17907f11a350536bbcac248e6b81b63eecee964d.tar.bz2 volse-hubzilla-17907f11a350536bbcac248e6b81b63eecee964d.zip |
Merge remote-tracking branch 'upstream/master'
Conflicts:
include/datetime.php
include/text.php
mod/events.php
version.inc
view/css/mod_events.css
view/theme/redbasic/css/style.css
view/tpl/event_head.tpl
view/tpl/events-js.tpl
view/tpl/jot.tpl
-rw-r--r-- | .htaccess | 1 | ||||
-rw-r--r-- | doc/hidden_configs.bb | 2 | ||||
-rw-r--r-- | include/datetime.php | 4 | ||||
-rw-r--r-- | include/dir_fns.php | 2 | ||||
-rw-r--r-- | include/js_strings.php | 1 | ||||
-rw-r--r-- | include/taxonomy.php | 4 | ||||
-rw-r--r-- | include/text.php | 38 | ||||
-rw-r--r-- | include/widgets.php | 16 | ||||
-rw-r--r-- | include/zot.php | 3 | ||||
-rw-r--r-- | install/INSTALL.txt | 41 | ||||
-rwxr-xr-x | mod/events.php | 44 | ||||
-rw-r--r-- | util/hmessages.po | 8899 | ||||
-rw-r--r-- | version.inc | 4 | ||||
-rw-r--r-- | view/css/bootstrap-red.css | 3 | ||||
-rw-r--r-- | view/css/mod_events.css | 48 | ||||
-rw-r--r-- | view/pdl/mod_events.pdl | 1 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 | ||||
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/event_head.tpl | 33 | ||||
-rw-r--r-- | view/tpl/event_item_content.tpl | 10 | ||||
-rwxr-xr-x | view/tpl/event_item_header.tpl | 11 | ||||
-rwxr-xr-x | view/tpl/events-js.tpl | 9 | ||||
-rwxr-xr-x | view/tpl/events_menu_side.tpl (renamed from view/tpl/events_side.tpl) | 0 | ||||
-rwxr-xr-x | view/tpl/events_tools_side.tpl | 15 | ||||
-rwxr-xr-x | view/tpl/jot.tpl | 213 | ||||
-rwxr-xr-x | view/tpl/js_strings.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
27 files changed, 4962 insertions, 4462 deletions
@@ -28,3 +28,4 @@ AddType audio/ogg .oga RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] </IfModule> + diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 1323730aa..b06df641f 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -154,6 +154,8 @@ This document assumes you're an administrator. Needed in some Windows installations to locate the openssl configuration file on the system. [b]system > hide_help[/b] Don't display help documentation link in nav bar + [b]system > expire_delivery_reports[/b] + Expiration in days for delivery reports - default 30 [b]Directory config[/b] [b]Directory search defaults[/b] diff --git a/include/datetime.php b/include/datetime.php index f7df70a36..952151a00 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -235,7 +235,11 @@ function datetimesel($format, $min, $max, $default, $label, $id = 'datetimepicke $o .= replace_macros($tpl,array( '$field' => array($id, $label, $input_text, (($required) ? t('Required') : ''), (($required) ? '*' : ''), 'placeholder="' . $readable_format . '"'), )); +<<<<<<< HEAD $o .= "<script>\$(function () {var picker = \$('#id_$id').datetimepicker({step:5,format:'$dateformat' $minjs $maxjs $pickers $defaultdatejs,dayOfWeekStart:$first_day}); $extra_js})</script>"; +======= + $o .= "<script>\$(function () {var picker = \$('#id_$id').datetimepicker({step:15,format:'$dateformat' $minjs $maxjs $pickers $defaultdatejs,dayOfWeekStart:$first_day}); $extra_js})</script>"; +>>>>>>> upstream/master return $o; } diff --git a/include/dir_fns.php b/include/dir_fns.php index b9f221bd1..fd2a5835d 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -22,7 +22,7 @@ function find_upstream_directory($dirmode) { $r = q("select * from site where site_url = '%s' limit 1", dbesc($preferred) ); - if(($r) && ($r[0]['site_flags'] & DIRECTORY_MODE_STADALONE)) { + if(($r) && ($r[0]['site_flags'] & DIRECTORY_MODE_STANDALONE)) { $preferred = ''; } } diff --git a/include/js_strings.php b/include/js_strings.php index a21461a52..b1817f373 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -22,6 +22,7 @@ function js_strings() { '$submit' => t('Submit'), '$linkurl' => t('Please enter a link URL'), '$leavethispage' => t('Unsaved changes. Are you sure you wish to leave this page?'), + '$location' => t('Location'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), diff --git a/include/taxonomy.php b/include/taxonomy.php index b396d53f1..0bf89a7c1 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -117,6 +117,8 @@ function tagadelic($uid, $count = 0, $authors = '', $owner = '', $flags = 0, $re if(! perm_is_allowed($uid,get_observer_hash(),'view_stream')) return array(); + + $item_normal = item_normal(); $sql_options = item_permissions_sql($uid); $count = intval($count); @@ -142,7 +144,7 @@ function tagadelic($uid, $count = 0, $authors = '', $owner = '', $flags = 0, $re $r = q("select term, count(term) as total from term left join item on term.oid = item.id where term.uid = %d and term.type = %d and otype = %d and item_type = %d and item_private = 0 - $sql_options + $sql_options $item_normal group by term order by total desc %s", intval($uid), intval($type), diff --git a/include/text.php b/include/text.php index f40d67f23..99c73ebee 100644 --- a/include/text.php +++ b/include/text.php @@ -1381,7 +1381,37 @@ function generate_named_map($location) { return (($arr['html']) ? $arr['html'] : $location); } +function format_event($jobject) { + $event = array(); + + $object = json_decode($jobject,true); + + //ensure compatibility with older items - this check can be removed at a later point + if(array_key_exists('description', $object)) { + + $bd_format = t('l F d, Y \@ g:i A'); // Friday January 18, 2011 @ 8:01 AM + + $event['header'] = replace_macros(get_markup_template('event_item_header.tpl'),array( + '$title' => bbcode($object['title']), + '$dtstart_label' => t('Starts:'), + '$dtstart_title' => datetime_convert('UTC', 'UTC', $object['start'], (($object['adjust']) ? ATOM_TIME : 'Y-m-d\TH:i:s' )), + '$dtstart_dt' => (($object['adjust']) ? day_translate(datetime_convert('UTC', date_default_timezone_get(), $object['start'] , $bd_format )) : day_translate(datetime_convert('UTC', 'UTC', $object['start'] , $bd_format))), + '$finish' => (($object['nofinish']) ? false : true), + '$dtend_label' => t('Finishes:'), + '$dtend_title' => datetime_convert('UTC','UTC',$object['finish'], (($object['adjust']) ? ATOM_TIME : 'Y-m-d\TH:i:s' )), + '$dtend_dt' => (($object['adjust']) ? day_translate(datetime_convert('UTC', date_default_timezone_get(), $object['finish'] , $bd_format )) : day_translate(datetime_convert('UTC', 'UTC', $object['finish'] , $bd_format ))) + )); + + $event['content'] = replace_macros(get_markup_template('event_item_content.tpl'),array( + '$description' => bbcode($object['description']), + '$location_label' => t('Location:'), + '$location' => bbcode($object['location']) + )); + + } + return $event; +} function prepare_body(&$item,$attach = false) { require_once('include/identity.php'); @@ -1414,6 +1444,7 @@ function prepare_body(&$item,$attach = false) { } } +<<<<<<< HEAD $event = array(); $is_event = (($item['obj_type'] === ACTIVITY_OBJ_EVENT) ? true : false); @@ -1462,6 +1493,13 @@ function prepare_body(&$item,$attach = false) { $prep_arr = array( 'item' => $item, 'html' => $is_event ? $event['content'] : $s, +======= + $event = (($item['obj_type'] === ACTIVITY_OBJ_EVENT) ? format_event($item['object']) : false); + + $prep_arr = array( + 'item' => $item, + 'html' => $event ? $event['content'] : $s, +>>>>>>> upstream/master 'event' => $event['header'], 'photo' => $photo ); diff --git a/include/widgets.php b/include/widgets.php index a3f7444ec..d4f3d32e1 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -666,7 +666,7 @@ function widget_eventsmenu($arr) { if (! local_channel()) return; - return replace_macros(get_markup_template('events_side.tpl'), array( + return replace_macros(get_markup_template('events_menu_side.tpl'), array( '$title' => t('Events Menu'), '$day' => t('Day View'), '$week' => t('Week View'), @@ -677,6 +677,18 @@ function widget_eventsmenu($arr) { )); } +function widget_eventstools($arr) { + if (! local_channel()) + return; + + return replace_macros(get_markup_template('events_tools_side.tpl'), array( + '$title' => t('Events Tools'), + '$export' => t('Export Calendar'), + '$import' => t('Import Calendar'), + '$submit' => t('Submit') + )); +} + function widget_design_tools($arr) { $a = get_app(); @@ -1147,6 +1159,8 @@ function widget_forums($arr) { function widget_tasklist($arr) { + if (! local_channel()) + return; require_once('include/event.php'); $o .= '<script>var tasksShowAll = 0; $(document).ready(function() { tasksFetch(); $("#tasklist-new-form").submit(function(event) { event.preventDefault(); $.post( "tasks/new", $("#tasklist-new-form").serialize(), function(data) { tasksFetch(); $("#tasklist-new-summary").val(""); } ); return false; } )});</script>'; diff --git a/include/zot.php b/include/zot.php index 2366c1d2d..c0d537eb9 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3951,9 +3951,6 @@ function delivery_report_is_storable($dr) { return false; - - - // is the recipient one of our connections, or do we want to store every report? $r = explode(' ', $dr['recipient']); diff --git a/install/INSTALL.txt b/install/INSTALL.txt index c81510522..25852497b 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -341,3 +341,44 @@ This is obvious as soon as you notice that the cron uses proc_open to execute php-scripts that also use proc_open, but it took me quite some time to find that out. I hope this saves some time for other people using suhosin with function blacklists. + +##################################################################### +- Apache processes hanging, using as much CPU as they can +##################################################################### + +This seems to happen sometimes if you use mpm_prefork and the PHP process +started by Apache cannot get database access. + +Consider the following settings: + +In /etc/apache2/mods-enabled/mpm_prefork.conf (Debian, path and file name +may vary depending on your OS and distribution), set + + GracefulShutdownTimeout 300 + +This makes sure that Apache processes that are running wild will not do so +forever, but will be killed if they didn't stop five minutes after a +shutdown command was sent to the process. + +If you expect high load on your server (public servers, e.g.), also make +sure that Apache will not spawn more processes than MySQL will accept +connections. + +In the default Debian configuration, in +/etc/apache2/mods-enabled/mpm_prefork.conf the maximum number of workers +is set to 150: + + MaxRequestWorkers 150 + +However, in /etc/mysql/my.cnf the maximum number of connection is set to +100: + + max_connections = 100 + +150 workers are a lot and probably too much for small servers. However you +set those values, make sure that the number of Apache workers is smaller +than the number of connections MySQL accepts, leaving some room for other +stuff on your server that might access MySQL, and Hubzilla's poller which +needs MySQL access, too. A good setting for a medium-sized hub might be to +keep MySQL's max_connections at 100 and set mpm_prefork's +MaxRequestWorkers to 70. diff --git a/mod/events.php b/mod/events.php index 64d7dfb93..a61da5f3e 100755 --- a/mod/events.php +++ b/mod/events.php @@ -90,7 +90,11 @@ function events_post(&$a) { linkify_tags($a, $desc, local_channel()); linkify_tags($a, $location, local_channel()); +<<<<<<< HEAD $action = ($event_hash == '') ? 'new' : "event/" . $event_hash; +======= + //$action = ($event_hash == '') ? 'new' : "event/" . $event_hash; +>>>>>>> upstream/master //fixme: this url gives a wsod if there is a linebreak detected in one of the variables ($desc or $location) //$onerror_url = $a->get_baseurl() . "/events/" . $action . "?summary=$summary&description=$desc&location=$location&start=$start_text&finish=$finish_text&adjust=$adjust&nofinish=$nofinish&type=$type"; @@ -322,6 +326,7 @@ function events_content(&$a) { } if($mode == 'view') { +<<<<<<< HEAD /* edit/create form */ if($event_id) { @@ -339,6 +344,25 @@ function events_content(&$a) { if(!x($orig_event)) $orig_event = array(); +======= + + /* edit/create form */ + if($event_id) { + $r = q("SELECT * FROM `event` WHERE event_hash = '%s' AND `uid` = %d LIMIT 1", + dbesc($event_id), + intval(local_channel()) + ); + if(count($r)) + $orig_event = $r[0]; + } + + $channel = $a->get_channel(); + + // Passed parameters overrides anything found in the DB + if(!x($orig_event)) + $orig_event = array(); + +>>>>>>> upstream/master // In case of an error the browser is redirected back here, with these parameters filled in with the previous values /* if(x($_REQUEST,'nofinish')) $orig_event['nofinish'] = $_REQUEST['nofinish']; @@ -376,6 +400,7 @@ function events_content(&$a) { if(x($orig_event)) $tz = (($orig_event['adjust']) ? date_default_timezone_get() : 'UTC'); +<<<<<<< HEAD // $syear = ((x($orig_event)) ? datetime_convert('UTC', $tz, $sdt, 'Y') : '0000'); // $smonth = ((x($orig_event)) ? datetime_convert('UTC', $tz, $sdt, 'm') : '00'); // $sday = ((x($orig_event)) ? datetime_convert('UTC', $tz, $sdt, 'd') : '00'); @@ -387,12 +412,18 @@ function events_content(&$a) { // $shour = ((x($orig_event)) ? datetime_convert('UTC', $tz, $sdt, 'H') : '00'); // $sminute = ((x($orig_event)) ? datetime_convert('UTC', $tz, $sdt, 'i') : '00'); +======= + $syear = datetime_convert('UTC', $tz, $sdt, 'Y'); + $smonth = datetime_convert('UTC', $tz, $sdt, 'm'); + $sday = datetime_convert('UTC', $tz, $sdt, 'd'); +>>>>>>> upstream/master $shour = datetime_convert('UTC', $tz, $sdt, 'H'); $sminute = datetime_convert('UTC', $tz, $sdt, 'i'); $stext = datetime_convert('UTC',$tz,$sdt); $stext = substr($stext,0,14) . "00:00"; +<<<<<<< HEAD // $fyear = ((x($orig_event)) ? datetime_convert('UTC', $tz, $fdt, 'Y') : '0000'); // $fmonth = ((x($orig_event)) ? datetime_convert('UTC', $tz, $fdt, 'm') : '00'); // $fday = ((x($orig_event)) ? datetime_convert('UTC', $tz, $fdt, 'd') : '00'); @@ -404,11 +435,20 @@ function events_content(&$a) { // $fhour = ((x($orig_event)) ? datetime_convert('UTC', $tz, $fdt, 'H') : '00'); // $fminute = ((x($orig_event)) ? datetime_convert('UTC', $tz, $fdt, 'i') : '00'); +======= + $fyear = datetime_convert('UTC', $tz, $fdt, 'Y'); + $fmonth = datetime_convert('UTC', $tz, $fdt, 'm'); + $fday = datetime_convert('UTC', $tz, $fdt, 'd'); +>>>>>>> upstream/master $fhour = datetime_convert('UTC', $tz, $fdt, 'H'); $fminute = datetime_convert('UTC', $tz, $fdt, 'i'); $ftext = datetime_convert('UTC',$tz,$fdt); $ftext = substr($ftext,0,14) . "00:00"; +<<<<<<< HEAD +======= + +>>>>>>> upstream/master $type = ((x($orig_event)) ? $orig_event['type'] : 'event'); $f = get_config('system','event_input_format'); @@ -608,7 +648,11 @@ function events_content(&$a) { $last_date = $d; +<<<<<<< HEAD $edit = array($a->get_baseurl().'/events/'.$rr['event_hash'].'?expandform=1',t('Edit event'),'',''); +======= + $edit = ((local_channel() && $rr['author_xchan'] == get_observer_hash()) ? array($a->get_baseurl().'/events/'.$rr['event_hash'].'?expandform=1',t('Edit event'),'','') : false); +>>>>>>> upstream/master $drop = array($a->get_baseurl().'/events/drop/'.$rr['event_hash'],t('Delete event'),'',''); diff --git a/util/hmessages.po b/util/hmessages.po index 00610c180..e62920817 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2015-11-20.1222\n" +"Project-Id-Version: 2015-11-27.1229\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-20 00:03-0800\n" +"POT-Creation-Date: 2015-11-27 00:03-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,16 +17,106 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/Import/import_diaspora.php:17 -msgid "No username found in import file." +#: ../../include/Contact.php:101 ../../include/identity.php:953 +#: ../../include/widgets.php:137 ../../include/widgets.php:175 +#: ../../include/conversation.php:953 ../../mod/match.php:64 +#: ../../mod/directory.php:318 ../../mod/suggest.php:52 +msgid "Connect" +msgstr "" + +#: ../../include/Contact.php:118 +msgid "New window" +msgstr "" + +#: ../../include/Contact.php:119 +msgid "Open the selected location in a different window or browser tab" +msgstr "" + +#: ../../include/Contact.php:237 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: ../../include/chat.php:23 +msgid "Missing room name" +msgstr "" + +#: ../../include/chat.php:32 +msgid "Duplicate room name" +msgstr "" + +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." +msgstr "" + +#: ../../include/chat.php:122 +msgid "Room not found." +msgstr "" + +#: ../../include/chat.php:133 ../../include/items.php:4396 +#: ../../include/attach.php:140 ../../include/attach.php:188 +#: ../../include/attach.php:251 ../../include/attach.php:265 +#: ../../include/attach.php:272 ../../include/attach.php:337 +#: ../../include/attach.php:351 ../../include/attach.php:358 +#: ../../include/attach.php:436 ../../include/attach.php:884 +#: ../../include/attach.php:955 ../../include/attach.php:1107 +#: ../../include/photos.php:29 ../../mod/filestorage.php:18 +#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 +#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:205 +#: ../../mod/item.php:213 ../../mod/item.php:1049 ../../mod/common.php:35 +#: ../../mod/achievements.php:30 ../../mod/rate.php:111 +#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71 +#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86 +#: ../../mod/mood.php:112 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/setup.php:227 +#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133 +#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 +#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 +#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66 +#: ../../mod/notifications.php:66 ../../mod/photos.php:70 +#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 +#: ../../mod/thing.php:271 ../../mod/thing.php:291 ../../mod/thing.php:328 +#: ../../mod/editblock.php:65 ../../mod/network.php:12 +#: ../../mod/pdledit.php:21 ../../mod/register.php:72 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/settings.php:568 ../../mod/webpages.php:69 +#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 +#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/mail.php:118 +#: ../../mod/regmod.php:17 ../../mod/channel.php:100 ../../mod/channel.php:214 +#: ../../mod/channel.php:254 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/editpost.php:13 ../../mod/chat.php:94 ../../mod/chat.php:99 +#: ../../mod/viewsrc.php:14 ../../mod/authtest.php:13 +#: ../../mod/connections.php:29 ../../mod/manage.php:6 ../../mod/menu.php:74 +#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26 +#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../index.php:182 ../../index.php:365 +msgid "Permission denied." +msgstr "" + +#: ../../include/chat.php:143 +msgid "Room is full" +msgstr "" + +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 +#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42 msgid "Unable to create a unique channel address. Import failed." msgstr "" -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 -msgid "Import completed." +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "" + +#: ../../include/import.php:80 ../../mod/import.php:139 +msgid "Cloned channel not found. Import failed." msgstr "" #: ../../include/RedDAV/RedBrowser.php:107 @@ -34,7 +124,7 @@ msgstr "" msgid "parent" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2546 +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2582 msgid "Collection" msgstr "" @@ -58,15 +148,15 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1026 -#: ../../include/apps.php:360 ../../include/apps.php:415 -#: ../../include/widgets.php:1317 ../../mod/photos.php:759 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1317 +#: ../../include/conversation.php:1027 ../../include/apps.php:360 +#: ../../include/apps.php:415 ../../mod/photos.php:759 #: ../../mod/photos.php:1198 msgid "Unknown" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1628 -#: ../../include/apps.php:135 ../../include/nav.php:93 +#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629 +#: ../../include/nav.php:93 ../../include/apps.php:135 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" @@ -80,21 +170,21 @@ msgid "Shared" msgstr "" #: ../../include/RedDAV/RedBrowser.php:230 -#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/layouts.php:175 -#: ../../mod/menu.php:114 ../../mod/new_channel.php:121 -#: ../../mod/webpages.php:180 ../../mod/blocks.php:152 +#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152 +#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180 +#: ../../mod/layouts.php:175 ../../mod/menu.php:114 msgid "Create" msgstr "" #: ../../include/RedDAV/RedBrowser.php:231 #: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1329 #: ../../mod/photos.php:784 ../../mod/photos.php:1317 -#: ../../mod/profile_photo.php:450 +#: ../../mod/profile_photo.php:453 msgid "Upload" msgstr "" #: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:974 -#: ../../mod/settings.php:586 ../../mod/settings.php:612 +#: ../../mod/settings.php:588 ../../mod/settings.php:614 #: ../../mod/sharedwithme.php:95 msgid "Name" msgstr "" @@ -103,7 +193,7 @@ msgstr "" msgid "Type" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1247 +#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1248 #: ../../mod/sharedwithme.php:97 msgid "Size" msgstr "" @@ -114,23 +204,24 @@ msgstr "" #: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108 #: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/apps.php:259 ../../include/ItemObject.php:100 -#: ../../mod/layouts.php:183 ../../mod/editblock.php:135 -#: ../../mod/editpost.php:112 ../../mod/menu.php:108 -#: ../../mod/webpages.php:181 ../../mod/blocks.php:153 ../../mod/thing.php:257 -#: ../../mod/settings.php:646 ../../mod/connections.php:235 +#: ../../include/ItemObject.php:100 ../../include/apps.php:259 +#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176 +#: ../../mod/thing.php:257 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:134 ../../mod/settings.php:648 +#: ../../mod/webpages.php:181 ../../mod/layouts.php:183 +#: ../../mod/editpost.php:112 ../../mod/connections.php:235 #: ../../mod/connections.php:248 ../../mod/connections.php:267 -#: ../../mod/editlayout.php:134 ../../mod/editwebpage.php:176 +#: ../../mod/menu.php:108 msgid "Edit" msgstr "" #: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657 -#: ../../include/apps.php:260 ../../include/ItemObject.php:120 -#: ../../mod/connedit.php:551 ../../mod/photos.php:1129 -#: ../../mod/editblock.php:181 ../../mod/admin.php:809 ../../mod/admin.php:968 -#: ../../mod/webpages.php:183 ../../mod/blocks.php:155 ../../mod/thing.php:258 -#: ../../mod/settings.php:647 ../../mod/editlayout.php:179 -#: ../../mod/editwebpage.php:223 ../../mod/group.php:173 +#: ../../include/ItemObject.php:120 ../../include/apps.php:260 +#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551 +#: ../../mod/editwebpage.php:223 ../../mod/photos.php:1129 +#: ../../mod/thing.php:258 ../../mod/editblock.php:181 ../../mod/admin.php:809 +#: ../../mod/admin.php:968 ../../mod/editlayout.php:179 +#: ../../mod/settings.php:649 ../../mod/webpages.php:183 msgid "Delete" msgstr "" @@ -156,290 +247,1318 @@ msgstr "" msgid "Upload file" msgstr "" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696 +#: ../../mod/photos.php:1047 ../../mod/photos.php:1165 +msgid "Comment" msgstr "" -#: ../../include/permissions.php:28 -msgid "Can view my connections" +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 +msgid "[+] show all" msgstr "" -#: ../../include/permissions.php:29 -msgid "Can view my file storage and photos" +#: ../../include/js_strings.php:8 +msgid "[-] show less" msgstr "" -#: ../../include/permissions.php:30 -msgid "Can view my webpages" +#: ../../include/js_strings.php:9 +msgid "[+] expand" msgstr "" -#: ../../include/permissions.php:33 -msgid "Can send me their channel stream and posts" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" msgstr "" -#: ../../include/permissions.php:34 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can comment on or like my posts" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/permissions.php:36 -msgid "Can send me private mail messages" +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" msgstr "" -#: ../../include/permissions.php:37 -msgid "Can like/dislike stuff" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/permissions.php:37 -msgid "Profiles and things other than posts/comments" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/permissions.php:39 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/permissions.php:40 -msgid "Can chat with me (when available)" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../include/permissions.php:41 -msgid "Can write to my file storage and photos" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../include/permissions.php:42 -msgid "Can edit my webpages" +#: ../../include/js_strings.php:20 ../../mod/rate.php:157 +#: ../../mod/connedit.php:694 +msgid "Rating" msgstr "" -#: ../../include/permissions.php:44 -msgid "Can source my public posts in derived channels" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../include/permissions.php:44 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/js_strings.php:22 ../../include/widgets.php:676 +#: ../../include/ItemObject.php:697 ../../mod/filestorage.php:156 +#: ../../mod/group.php:81 ../../mod/connect.php:93 ../../mod/rate.php:168 +#: ../../mod/mood.php:135 ../../mod/setup.php:331 ../../mod/setup.php:371 +#: ../../mod/pconfig.php:108 ../../mod/poke.php:171 ../../mod/profiles.php:675 +#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/import.php:527 ../../mod/photos.php:637 ../../mod/photos.php:1008 +#: ../../mod/photos.php:1048 ../../mod/photos.php:1166 ../../mod/thing.php:313 +#: ../../mod/thing.php:359 ../../mod/import_items.php:122 +#: ../../mod/pdledit.php:58 ../../mod/admin.php:435 ../../mod/admin.php:802 +#: ../../mod/admin.php:966 ../../mod/admin.php:1103 ../../mod/admin.php:1297 +#: ../../mod/admin.php:1382 ../../mod/settings.php:586 +#: ../../mod/settings.php:698 ../../mod/settings.php:726 +#: ../../mod/settings.php:749 ../../mod/settings.php:834 +#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116 +#: ../../mod/mail.php:371 ../../mod/xchan.php:11 ../../mod/invite.php:142 +#: ../../mod/chat.php:184 ../../mod/chat.php:213 ../../mod/events.php:476 +#: ../../mod/events.php:673 ../../mod/mitem.php:231 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" msgstr "" -#: ../../include/permissions.php:46 -msgid "Can administer my channel resources" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../include/permissions.php:46 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../include/permissions.php:867 -msgid "Social Networking" +#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28 +#: ../../mod/profiles.php:464 ../../mod/events.php:467 +msgid "Location" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Mostly Public" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Restricted" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -msgid "Private" +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../include/permissions.php:868 -msgid "Community Forum" +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../include/permissions.php:869 -msgid "Feed Republish" +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../include/permissions.php:870 -msgid "Special Purpose" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../include/permissions.php:870 -msgid "Celebrity/Soapbox" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../include/permissions.php:870 -msgid "Group Repository" +#: ../../include/js_strings.php:34 +msgid "about an hour" msgstr "" -#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../include/permissions.php:871 -msgid "Custom/Expert Mode" +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../include/chat.php:23 -msgid "Missing room name" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/chat.php:32 -msgid "Duplicate room name" +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/chat.php:122 -msgid "Room not found." +#: ../../include/js_strings.php:40 +msgid "about a year" msgstr "" -#: ../../include/chat.php:133 ../../include/items.php:4396 -#: ../../include/photos.php:29 ../../include/attach.php:140 -#: ../../include/attach.php:188 ../../include/attach.php:251 -#: ../../include/attach.php:265 ../../include/attach.php:272 -#: ../../include/attach.php:337 ../../include/attach.php:351 -#: ../../include/attach.php:358 ../../include/attach.php:436 -#: ../../include/attach.php:884 ../../include/attach.php:955 -#: ../../include/attach.php:1107 ../../mod/achievements.php:30 -#: ../../mod/fsuggest.php:78 ../../mod/authtest.php:13 -#: ../../mod/bookmarks.php:48 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/id.php:71 ../../mod/like.php:177 ../../mod/common.php:35 -#: ../../mod/mitem.php:111 ../../mod/connedit.php:352 ../../mod/mood.php:112 -#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 -#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 -#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87 -#: ../../mod/poke.php:133 ../../mod/network.php:12 ../../mod/chat.php:94 -#: ../../mod/chat.php:99 ../../mod/rate.php:111 ../../mod/photos.php:70 -#: ../../mod/editblock.php:65 ../../mod/editpost.php:13 -#: ../../mod/appman.php:66 ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/menu.php:74 ../../mod/page.php:31 ../../mod/page.php:86 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/notifications.php:66 ../../mod/pdledit.php:21 -#: ../../mod/events.php:256 ../../mod/profile_photo.php:338 -#: ../../mod/profile_photo.php:351 ../../mod/item.php:205 -#: ../../mod/item.php:213 ../../mod/item.php:1049 ../../mod/message.php:16 -#: ../../mod/webpages.php:69 ../../mod/register.php:72 ../../mod/blocks.php:69 -#: ../../mod/blocks.php:76 ../../mod/service_limits.php:7 -#: ../../mod/sources.php:66 ../../mod/regmod.php:17 ../../mod/channel.php:100 -#: ../../mod/channel.php:214 ../../mod/channel.php:254 ../../mod/thing.php:271 -#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/mail.php:118 ../../mod/viewsrc.php:14 -#: ../../mod/settings.php:566 ../../mod/manage.php:6 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/connections.php:29 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 -#: ../../mod/group.php:9 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/locs.php:83 -#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7 -#: ../../mod/suggest.php:26 ../../mod/profiles.php:188 -#: ../../mod/profiles.php:576 ../../index.php:178 ../../index.php:361 -msgid "Permission denied." +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/chat.php:143 -msgid "Room is full" +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../include/datetime.php:48 -msgid "Miscellaneous" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" +#: ../../include/js_strings.php:45 ../../include/text.php:1165 +msgid "January" msgstr "" -#: ../../include/datetime.php:235 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:689 -msgid "Required" +#: ../../include/js_strings.php:46 ../../include/text.php:1165 +msgid "February" msgstr "" -#: ../../include/datetime.php:262 ../../boot.php:2289 -msgid "never" +#: ../../include/js_strings.php:47 ../../include/text.php:1165 +msgid "March" msgstr "" -#: ../../include/datetime.php:268 -msgid "less than a second ago" +#: ../../include/js_strings.php:48 ../../include/text.php:1165 +msgid "April" msgstr "" -#: ../../include/datetime.php:271 -msgid "year" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../include/datetime.php:271 -msgid "years" +#: ../../include/js_strings.php:50 ../../include/text.php:1165 +msgid "June" msgstr "" -#: ../../include/datetime.php:272 -msgid "month" +#: ../../include/js_strings.php:51 ../../include/text.php:1165 +msgid "July" msgstr "" -#: ../../include/datetime.php:272 -msgid "months" +#: ../../include/js_strings.php:52 ../../include/text.php:1165 +msgid "August" msgstr "" -#: ../../include/datetime.php:273 -msgid "week" +#: ../../include/js_strings.php:53 ../../include/text.php:1165 +msgid "September" msgstr "" -#: ../../include/datetime.php:273 -msgid "weeks" +#: ../../include/js_strings.php:54 ../../include/text.php:1165 +msgid "October" msgstr "" -#: ../../include/datetime.php:274 +#: ../../include/js_strings.php:55 ../../include/text.php:1165 +msgid "November" +msgstr "" + +#: ../../include/js_strings.php:56 ../../include/text.php:1165 +msgid "December" +msgstr "" + +#: ../../include/js_strings.php:57 +msgid "Jan" +msgstr "" + +#: ../../include/js_strings.php:58 +msgid "Feb" +msgstr "" + +#: ../../include/js_strings.php:59 +msgid "Mar" +msgstr "" + +#: ../../include/js_strings.php:60 +msgid "Apr" +msgstr "" + +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" +msgstr "" + +#: ../../include/js_strings.php:62 +msgid "Jun" +msgstr "" + +#: ../../include/js_strings.php:63 +msgid "Jul" +msgstr "" + +#: ../../include/js_strings.php:64 +msgid "Aug" +msgstr "" + +#: ../../include/js_strings.php:65 +msgid "Sep" +msgstr "" + +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "" + +#: ../../include/js_strings.php:67 +msgid "Nov" +msgstr "" + +#: ../../include/js_strings.php:68 +msgid "Dec" +msgstr "" + +#: ../../include/js_strings.php:69 ../../include/text.php:1161 +msgid "Sunday" +msgstr "" + +#: ../../include/js_strings.php:70 ../../include/text.php:1161 +msgid "Monday" +msgstr "" + +#: ../../include/js_strings.php:71 ../../include/text.php:1161 +msgid "Tuesday" +msgstr "" + +#: ../../include/js_strings.php:72 ../../include/text.php:1161 +msgid "Wednesday" +msgstr "" + +#: ../../include/js_strings.php:73 ../../include/text.php:1161 +msgid "Thursday" +msgstr "" + +#: ../../include/js_strings.php:74 ../../include/text.php:1161 +msgid "Friday" +msgstr "" + +#: ../../include/js_strings.php:75 ../../include/text.php:1161 +msgid "Saturday" +msgstr "" + +#: ../../include/js_strings.php:76 +msgid "Sun" +msgstr "" + +#: ../../include/js_strings.php:77 +msgid "Mon" +msgstr "" + +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "" + +#: ../../include/js_strings.php:79 +msgid "Wed" +msgstr "" + +#: ../../include/js_strings.php:80 +msgid "Thu" +msgstr "" + +#: ../../include/js_strings.php:81 +msgid "Fri" +msgstr "" + +#: ../../include/js_strings.php:82 +msgid "Sat" +msgstr "" + +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" +msgstr "" + +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" +msgstr "" + +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" +msgstr "" + +#: ../../include/js_strings.php:86 +msgctxt "calendar" msgid "day" msgstr "" -#: ../../include/datetime.php:274 -msgid "days" +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../include/datetime.php:275 -msgid "hour" +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." msgstr "" -#: ../../include/datetime.php:275 -msgid "hours" +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 +msgid "Import completed." msgstr "" -#: ../../include/datetime.php:276 -msgid "minute" +#: ../../include/comanche.php:34 ../../mod/admin.php:351 +msgid "Default" msgstr "" -#: ../../include/datetime.php:276 -msgid "minutes" +#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280 +#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58 +#: ../../mod/import_items.php:114 ../../mod/profperm.php:23 +#: ../../index.php:364 +msgid "Permission denied" msgstr "" -#: ../../include/datetime.php:277 -msgid "second" +#: ../../include/items.php:1128 ../../include/items.php:1174 +msgid "(Unknown)" msgstr "" -#: ../../include/datetime.php:277 -msgid "seconds" +#: ../../include/items.php:1371 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1373 +msgid "Visible to you only." msgstr "" -#: ../../include/datetime.php:285 +#: ../../include/items.php:1375 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1377 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1379 #, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +msgid "Visible to anybody on %s." +msgstr "" + +#: ../../include/items.php:1381 +msgid "Visible to all connections." msgstr "" -#: ../../include/datetime.php:519 +#: ../../include/items.php:1383 +msgid "Visible to approved connections." +msgstr "" + +#: ../../include/items.php:1385 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:4317 ../../mod/filestorage.php:27 +#: ../../mod/thing.php:86 ../../mod/admin.php:127 ../../mod/admin.php:1005 +#: ../../mod/admin.php:1210 ../../mod/display.php:36 ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:4826 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:4842 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:4849 #, php-format -msgid "%1$s's birthday" +msgid "Collection: %s" msgstr "" -#: ../../include/datetime.php:520 +#: ../../include/items.php:4859 ../../mod/connedit.php:683 #, php-format -msgid "Happy Birthday %1$s" +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:4861 +msgid "Connection not found." +msgstr "" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "" + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "" + +#: ../../include/message.php:43 +msgid "Unable to determine sender." +msgstr "" + +#: ../../include/message.php:218 +msgid "Stored post could not be verified." +msgstr "" + +#: ../../include/network.php:630 +msgid "view full size" +msgstr "" + +#: ../../include/network.php:1608 ../../include/enotify.php:57 +msgid "$Projectname Notification" +msgstr "" + +#: ../../include/network.php:1609 ../../include/enotify.php:58 +msgid "$projectname" +msgstr "" + +#: ../../include/network.php:1611 ../../include/enotify.php:60 +msgid "Thank You," +msgstr "" + +#: ../../include/network.php:1613 ../../include/enotify.php:62 +#, php-format +msgid "%s Administrator" +msgstr "" + +#: ../../include/network.php:1655 ../../include/account.php:316 +#: ../../include/account.php:343 ../../include/account.php:403 +msgid "Administrator" +msgstr "" + +#: ../../include/network.php:1669 +msgid "No Subject" +msgstr "" + +#: ../../include/event.php:22 ../../include/bb2diaspora.php:471 +#: ../../include/text.php:1392 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 +#: ../../include/text.php:1396 +msgid "Starts:" +msgstr "" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:485 +#: ../../include/text.php:1400 +msgid "Finishes:" +msgstr "" + +#: ../../include/event.php:52 ../../include/identity.php:1004 +#: ../../include/bb2diaspora.php:493 ../../include/text.php:1407 +#: ../../mod/directory.php:304 +msgid "Location:" +msgstr "" + +#: ../../include/event.php:768 +msgid "This event has been added to your calendar." +msgstr "" + +#: ../../include/event.php:904 ../../include/conversation.php:123 +#: ../../include/text.php:1919 ../../mod/tagger.php:47 ../../mod/like.php:363 +#: ../../mod/events.php:249 +msgid "event" +msgstr "" + +#: ../../include/event.php:967 +msgid "Not specified" +msgstr "" + +#: ../../include/event.php:968 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:969 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:970 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:971 +msgid "Cancelled" +msgstr "" + +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "" + +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "" + +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "" + +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "" + +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "" + +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/identity.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "" + +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" +msgstr "" + +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "" + +#: ../../include/identity.php:390 ../../include/identity.php:391 +#: ../../include/identity.php:398 ../../include/widgets.php:430 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" +msgstr "" + +#: ../../include/identity.php:770 +msgid "Requested channel is not available." +msgstr "" + +#: ../../include/identity.php:816 ../../mod/filestorage.php:54 +#: ../../mod/connect.php:13 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28 +#: ../../mod/profile.php:16 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29 +#: ../../mod/layouts.php:29 +msgid "Requested profile is not available." +msgstr "" + +#: ../../include/identity.php:966 ../../mod/profiles.php:782 +msgid "Change profile photo" +msgstr "" + +#: ../../include/identity.php:972 +msgid "Profiles" +msgstr "" + +#: ../../include/identity.php:972 +msgid "Manage/edit profiles" +msgstr "" + +#: ../../include/identity.php:973 ../../mod/profiles.php:783 +msgid "Create New Profile" +msgstr "" + +#: ../../include/identity.php:976 ../../include/nav.php:90 +msgid "Edit Profile" +msgstr "" + +#: ../../include/identity.php:988 ../../mod/profiles.php:794 +msgid "Profile Image" +msgstr "" + +#: ../../include/identity.php:991 +msgid "visible to everybody" +msgstr "" + +#: ../../include/identity.php:992 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" +msgstr "" + +#: ../../include/identity.php:1008 ../../include/identity.php:1248 +msgid "Gender:" +msgstr "" + +#: ../../include/identity.php:1009 ../../include/identity.php:1292 +msgid "Status:" +msgstr "" + +#: ../../include/identity.php:1010 ../../include/identity.php:1303 +msgid "Homepage:" +msgstr "" + +#: ../../include/identity.php:1011 +msgid "Online Now" +msgstr "" + +#: ../../include/identity.php:1095 ../../include/identity.php:1173 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "" + +#: ../../include/identity.php:1096 ../../include/identity.php:1174 +msgid "F d" +msgstr "" + +#: ../../include/identity.php:1141 ../../include/identity.php:1213 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "" + +#: ../../include/identity.php:1152 +msgid "Birthday Reminders" +msgstr "" + +#: ../../include/identity.php:1153 +msgid "Birthdays this week:" +msgstr "" + +#: ../../include/identity.php:1206 +msgid "[No description]" +msgstr "" + +#: ../../include/identity.php:1224 +msgid "Event Reminders" +msgstr "" + +#: ../../include/identity.php:1225 +msgid "Events this week:" +msgstr "" + +#: ../../include/identity.php:1238 ../../include/identity.php:1355 +#: ../../include/apps.php:138 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" + +#: ../../include/identity.php:1246 ../../mod/settings.php:1029 +msgid "Full Name:" +msgstr "" + +#: ../../include/identity.php:1253 +msgid "Like this channel" +msgstr "" + +#: ../../include/identity.php:1264 ../../include/taxonomy.php:414 +#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1086 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/identity.php:1277 +msgid "j F, Y" +msgstr "" + +#: ../../include/identity.php:1278 +msgid "j F" +msgstr "" + +#: ../../include/identity.php:1285 +msgid "Birthday:" +msgstr "" + +#: ../../include/identity.php:1289 ../../mod/directory.php:299 +msgid "Age:" +msgstr "" + +#: ../../include/identity.php:1298 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: ../../include/identity.php:1301 ../../mod/profiles.php:699 +msgid "Sexual Preference:" +msgstr "" + +#: ../../include/identity.php:1305 ../../mod/profiles.php:701 +#: ../../mod/directory.php:315 +msgid "Hometown:" +msgstr "" + +#: ../../include/identity.php:1307 +msgid "Tags:" +msgstr "" + +#: ../../include/identity.php:1309 ../../mod/profiles.php:702 +msgid "Political Views:" +msgstr "" + +#: ../../include/identity.php:1311 +msgid "Religion:" +msgstr "" + +#: ../../include/identity.php:1313 ../../mod/directory.php:317 +msgid "About:" +msgstr "" + +#: ../../include/identity.php:1315 +msgid "Hobbies/Interests:" +msgstr "" + +#: ../../include/identity.php:1317 ../../mod/profiles.php:705 +msgid "Likes:" +msgstr "" + +#: ../../include/identity.php:1319 ../../mod/profiles.php:706 +msgid "Dislikes:" +msgstr "" + +#: ../../include/identity.php:1321 +msgid "Contact information and Social Networks:" +msgstr "" + +#: ../../include/identity.php:1323 +msgid "My other channels:" +msgstr "" + +#: ../../include/identity.php:1325 +msgid "Musical interests:" +msgstr "" + +#: ../../include/identity.php:1327 +msgid "Books, literature:" +msgstr "" + +#: ../../include/identity.php:1329 +msgid "Television:" +msgstr "" + +#: ../../include/identity.php:1331 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: ../../include/identity.php:1333 +msgid "Love/Romance:" +msgstr "" + +#: ../../include/identity.php:1335 +msgid "Work/employment:" +msgstr "" + +#: ../../include/identity.php:1337 +msgid "School/education:" +msgstr "" + +#: ../../include/identity.php:1357 +msgid "Like this thing" +msgstr "" + +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" +msgstr "" + +#: ../../include/taxonomy.php:282 ../../include/widgets.php:36 +#: ../../include/contact_widgets.php:95 +msgid "Categories" +msgstr "" + +#: ../../include/taxonomy.php:305 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:326 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:326 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:327 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:327 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 +msgid "like" +msgstr "" + +#: ../../include/taxonomy.php:328 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "" + +#: ../../include/taxonomy.php:329 +msgid "dislikes" +msgstr "" + +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "" + +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "" + +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "" + +#: ../../include/acl_selectors.php:247 +msgid "Other networks and post services" +msgstr "" + +#: ../../include/acl_selectors.php:249 ../../mod/filestorage.php:147 +#: ../../mod/photos.php:631 ../../mod/photos.php:1001 ../../mod/thing.php:310 +#: ../../mod/thing.php:356 ../../mod/chat.php:211 +msgid "Permissions" +msgstr "" + +#: ../../include/acl_selectors.php:250 ../../include/ItemObject.php:384 +#: ../../mod/photos.php:1218 +msgid "Close" +msgstr "" + +#: ../../include/activities.php:42 +msgid " and " +msgstr "" + +#: ../../include/activities.php:50 +msgid "public profile" +msgstr "" + +#: ../../include/activities.php:59 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: ../../include/activities.php:60 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "" + +#: ../../include/activities.php:63 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: ../../include/attach.php:246 ../../include/attach.php:332 +msgid "Item was not found." +msgstr "" + +#: ../../include/attach.php:496 +msgid "No source file." +msgstr "" + +#: ../../include/attach.php:514 +msgid "Cannot locate file to replace" +msgstr "" + +#: ../../include/attach.php:532 +msgid "Cannot locate file to revise/update" +msgstr "" + +#: ../../include/attach.php:667 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: ../../include/attach.php:681 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" + +#: ../../include/attach.php:837 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "" + +#: ../../include/attach.php:850 +msgid "Stored file could not be verified. Upload failed." +msgstr "" + +#: ../../include/attach.php:898 ../../include/attach.php:914 +msgid "Path not available." +msgstr "" + +#: ../../include/attach.php:960 ../../include/attach.php:1112 +msgid "Empty pathname" +msgstr "" + +#: ../../include/attach.php:986 +msgid "duplicate filename or path" +msgstr "" + +#: ../../include/attach.php:1008 +msgid "Path not found." +msgstr "" + +#: ../../include/attach.php:1066 +msgid "mkdir failed." +msgstr "" + +#: ../../include/attach.php:1070 +msgid "database storage failed." +msgstr "" + +#: ../../include/attach.php:1118 +msgid "Empty path" +msgstr "" + +#: ../../include/bb2diaspora.php:382 +msgid "Attachments:" +msgstr "" + +#: ../../include/bb2diaspora.php:473 +msgid "$Projectname event notification:" +msgstr "" + +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "" + +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" +msgstr "" + +#: ../../include/widgets.php:92 ../../include/nav.php:157 +#: ../../mod/apps.php:36 +msgid "Apps" +msgstr "" + +#: ../../include/widgets.php:93 +msgid "System" +msgstr "" + +#: ../../include/widgets.php:95 ../../include/conversation.php:1526 +msgid "Personal" +msgstr "" + +#: ../../include/widgets.php:96 +msgid "Create Personal App" +msgstr "" + +#: ../../include/widgets.php:97 +msgid "Edit Personal App" +msgstr "" + +#: ../../include/widgets.php:139 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "" + +#: ../../include/widgets.php:144 ../../mod/connections.php:125 +msgid "Suggestions" +msgstr "" + +#: ../../include/widgets.php:145 +msgid "See more..." +msgstr "" + +#: ../../include/widgets.php:166 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" + +#: ../../include/widgets.php:172 +msgid "Add New Connection" +msgstr "" + +#: ../../include/widgets.php:173 +msgid "Enter the channel address" +msgstr "" + +#: ../../include/widgets.php:174 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../include/widgets.php:190 +msgid "Notes" +msgstr "" + +#: ../../include/widgets.php:192 ../../include/text.php:868 +#: ../../include/text.php:880 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 +#: ../../mod/admin.php:1442 ../../mod/admin.php:1462 ../../mod/filer.php:49 +msgid "Save" +msgstr "" + +#: ../../include/widgets.php:266 +msgid "Remove term" +msgstr "" + +#: ../../include/widgets.php:274 ../../include/features.php:72 +msgid "Saved Searches" +msgstr "" + +#: ../../include/widgets.php:275 ../../include/group.php:300 +msgid "add" +msgstr "" + +#: ../../include/widgets.php:304 ../../include/features.php:85 +#: ../../include/contact_widgets.php:57 +msgid "Saved Folders" +msgstr "" + +#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 +#: ../../include/contact_widgets.php:98 +msgid "Everything" +msgstr "" + +#: ../../include/widgets.php:349 +msgid "Archives" +msgstr "" + +#: ../../include/widgets.php:428 ../../mod/connedit.php:571 +msgid "Me" +msgstr "" + +#: ../../include/widgets.php:429 ../../mod/connedit.php:572 +msgid "Family" +msgstr "" + +#: ../../include/widgets.php:431 ../../mod/connedit.php:574 +msgid "Acquaintances" +msgstr "" + +#: ../../include/widgets.php:432 ../../mod/connedit.php:575 +#: ../../mod/connections.php:88 ../../mod/connections.php:103 +msgid "All" +msgstr "" + +#: ../../include/widgets.php:451 +msgid "Refresh" +msgstr "" + +#: ../../include/widgets.php:485 +msgid "Account settings" +msgstr "" + +#: ../../include/widgets.php:491 +msgid "Channel settings" +msgstr "" + +#: ../../include/widgets.php:497 +msgid "Additional features" +msgstr "" + +#: ../../include/widgets.php:503 +msgid "Feature/Addon settings" +msgstr "" + +#: ../../include/widgets.php:509 +msgid "Display settings" +msgstr "" + +#: ../../include/widgets.php:515 +msgid "Connected apps" +msgstr "" + +#: ../../include/widgets.php:521 +msgid "Export channel" +msgstr "" + +#: ../../include/widgets.php:530 ../../mod/connedit.php:683 +msgid "Connection Default Permissions" +msgstr "" + +#: ../../include/widgets.php:538 +msgid "Premium Channel Settings" +msgstr "" + +#: ../../include/widgets.php:546 ../../include/features.php:59 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" + +#: ../../include/widgets.php:554 ../../include/nav.php:202 +#: ../../include/apps.php:134 ../../mod/admin.php:1064 +#: ../../mod/admin.php:1264 +msgid "Settings" +msgstr "" + +#: ../../include/widgets.php:568 +msgid "Private Mail Menu" +msgstr "" + +#: ../../include/widgets.php:570 +msgid "Combined View" +msgstr "" + +#: ../../include/widgets.php:575 ../../include/nav.php:191 +msgid "Inbox" +msgstr "" + +#: ../../include/widgets.php:580 ../../include/nav.php:192 +msgid "Outbox" +msgstr "" + +#: ../../include/widgets.php:585 ../../include/nav.php:193 +msgid "New Message" +msgstr "" + +#: ../../include/widgets.php:604 ../../include/widgets.php:616 +msgid "Conversations" +msgstr "" + +#: ../../include/widgets.php:608 +msgid "Received Messages" +msgstr "" + +#: ../../include/widgets.php:612 +msgid "Sent Messages" +msgstr "" + +#: ../../include/widgets.php:626 +msgid "No messages." +msgstr "" + +#: ../../include/widgets.php:644 +msgid "Delete conversation" +msgstr "" + +#: ../../include/widgets.php:670 +msgid "Events Menu" +msgstr "" + +#: ../../include/widgets.php:671 +msgid "Day View" +msgstr "" + +#: ../../include/widgets.php:672 +msgid "Week View" +msgstr "" + +#: ../../include/widgets.php:673 +msgid "Month View" +msgstr "" + +#: ../../include/widgets.php:674 ../../mod/events.php:669 +msgid "Export" +msgstr "" + +#: ../../include/widgets.php:675 ../../mod/events.php:672 +msgid "Import" +msgstr "" + +#: ../../include/widgets.php:749 +msgid "Chat Rooms" +msgstr "" + +#: ../../include/widgets.php:769 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: ../../include/widgets.php:789 +msgid "Suggested Chatrooms" +msgstr "" + +#: ../../include/widgets.php:916 ../../include/widgets.php:974 +msgid "photo/image" +msgstr "" + +#: ../../include/widgets.php:1069 ../../include/widgets.php:1071 +msgid "Rate Me" +msgstr "" + +#: ../../include/widgets.php:1075 +msgid "View Ratings" +msgstr "" + +#: ../../include/widgets.php:1086 +msgid "Public Hubs" +msgstr "" + +#: ../../include/widgets.php:1134 +msgid "Forums" +msgstr "" + +#: ../../include/widgets.php:1161 +msgid "Tasks" +msgstr "" + +#: ../../include/widgets.php:1170 +msgid "Documentation" +msgstr "" + +#: ../../include/widgets.php:1172 +msgid "Project/Site Information" +msgstr "" + +#: ../../include/widgets.php:1173 +msgid "For Members" +msgstr "" + +#: ../../include/widgets.php:1174 +msgid "For Administrators" +msgstr "" + +#: ../../include/widgets.php:1175 +msgid "For Developers" +msgstr "" + +#: ../../include/widgets.php:1200 ../../mod/admin.php:434 +msgid "Site" +msgstr "" + +#: ../../include/widgets.php:1201 +msgid "Accounts" +msgstr "" + +#: ../../include/widgets.php:1202 ../../mod/admin.php:965 +msgid "Channels" +msgstr "" + +#: ../../include/widgets.php:1203 ../../mod/admin.php:1062 +#: ../../mod/admin.php:1102 +msgid "Plugins" +msgstr "" + +#: ../../include/widgets.php:1204 ../../mod/admin.php:1262 +#: ../../mod/admin.php:1296 +msgid "Themes" +msgstr "" + +#: ../../include/widgets.php:1205 +msgid "Inspect queue" +msgstr "" + +#: ../../include/widgets.php:1206 +msgid "Profile Config" +msgstr "" + +#: ../../include/widgets.php:1207 +msgid "DB updates" +msgstr "" + +#: ../../include/widgets.php:1225 ../../include/widgets.php:1231 +#: ../../mod/admin.php:1381 +msgid "Logs" +msgstr "" + +#: ../../include/widgets.php:1229 ../../include/nav.php:210 +msgid "Admin" +msgstr "" + +#: ../../include/widgets.php:1230 +msgid "Plugin Features" +msgstr "" + +#: ../../include/widgets.php:1232 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: ../../include/widgets.php:1311 ../../mod/photos.php:753 +#: ../../mod/photos.php:1286 +msgid "View Photo" +msgstr "" + +#: ../../include/widgets.php:1327 ../../mod/photos.php:782 +msgid "Edit Album" +msgstr "" + +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" msgstr "" #: ../../include/features.php:38 @@ -550,11 +1669,6 @@ msgid "" "(640px) photo thumbnails" msgstr "" -#: ../../include/features.php:59 ../../include/widgets.php:546 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "" - #: ../../include/features.php:59 msgid "Automatically import channel content from other channels or feeds" msgstr "" @@ -614,10 +1728,6 @@ msgstr "" msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/features.php:72 ../../include/widgets.php:274 -msgid "Saved Searches" -msgstr "" - #: ../../include/features.php:72 msgid "Save search terms for re-use" msgstr "" @@ -682,11 +1792,6 @@ msgstr "" msgid "Add categories to your posts" msgstr "" -#: ../../include/features.php:85 ../../include/contact_widgets.php:57 -#: ../../include/widgets.php:304 -msgid "Saved Folders" -msgstr "" - #: ../../include/features.php:85 msgid "Ability to file posts under folders" msgstr "" @@ -715,570 +1820,361 @@ msgstr "" msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/comanche.php:34 ../../mod/admin.php:351 -msgid "Default" -msgstr "" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:682 -#: ../../mod/photos.php:1047 ../../mod/photos.php:1165 -msgid "Comment" -msgstr "" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:399 -msgid "[+] show all" -msgstr "" - -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "" - -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "" - -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "" - -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "" - -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "" - -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -msgid "everybody" -msgstr "" - -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "" - -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "" - -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "" - -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../include/js_strings.php:20 ../../mod/connedit.php:694 -#: ../../mod/rate.php:157 -msgid "Rating" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../include/js_strings.php:22 ../../include/ItemObject.php:683 -#: ../../include/widgets.php:676 ../../mod/fsuggest.php:108 -#: ../../mod/mitem.php:231 ../../mod/connedit.php:715 ../../mod/mood.php:135 -#: ../../mod/pconfig.php:108 ../../mod/filestorage.php:156 -#: ../../mod/poke.php:171 ../../mod/chat.php:184 ../../mod/chat.php:213 -#: ../../mod/rate.php:168 ../../mod/photos.php:637 ../../mod/photos.php:1008 -#: ../../mod/photos.php:1048 ../../mod/photos.php:1166 ../../mod/admin.php:435 -#: ../../mod/admin.php:802 ../../mod/admin.php:966 ../../mod/admin.php:1103 -#: ../../mod/admin.php:1297 ../../mod/admin.php:1382 ../../mod/appman.php:99 -#: ../../mod/pdledit.php:58 ../../mod/events.php:531 ../../mod/events.php:710 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:527 ../../mod/thing.php:313 ../../mod/thing.php:359 -#: ../../mod/invite.php:142 ../../mod/mail.php:371 ../../mod/settings.php:584 -#: ../../mod/settings.php:696 ../../mod/settings.php:724 -#: ../../mod/settings.php:747 ../../mod/settings.php:832 -#: ../../mod/settings.php:1021 ../../mod/xchan.php:11 ../../mod/group.php:81 -#: ../../mod/connect.php:93 ../../mod/locs.php:116 ../../mod/setup.php:331 -#: ../../mod/setup.php:371 ../../mod/profiles.php:667 -#: ../../mod/import_items.php:122 ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../include/js_strings.php:26 -msgid "timeago.prefixAgo" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixFromNow" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../include/js_strings.php:28 -msgid "ago" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../include/js_strings.php:29 -msgid "from now" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../include/js_strings.php:30 -msgid "less than a minute" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 +msgid "Other" msgstr "" -#: ../../include/js_strings.php:31 -msgid "about a minute" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d minutes" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" msgstr "" -#: ../../include/js_strings.php:33 -msgid "about an hour" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" msgstr "" -#: ../../include/js_strings.php:34 -#, php-format -msgid "about %d hours" +#: ../../include/profile_selectors.php:42 +msgid "Gay" msgstr "" -#: ../../include/js_strings.php:35 -msgid "a day" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" msgstr "" -#: ../../include/js_strings.php:36 -#, php-format -msgid "%d days" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" msgstr "" -#: ../../include/js_strings.php:37 -msgid "about a month" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" msgstr "" -#: ../../include/js_strings.php:38 -#, php-format -msgid "%d months" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" msgstr "" -#: ../../include/js_strings.php:39 -msgid "about a year" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" msgstr "" -#: ../../include/js_strings.php:40 -#, php-format -msgid "%d years" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" msgstr "" -#: ../../include/js_strings.php:41 -msgid " " +#: ../../include/profile_selectors.php:42 +msgid "Deviant" msgstr "" -#: ../../include/js_strings.php:42 -msgid "timeago.numbers" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" msgstr "" -#: ../../include/js_strings.php:44 ../../include/text.php:1164 -msgid "January" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1164 -msgid "February" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1164 -msgid "March" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1164 -msgid "April" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" msgstr "" -#: ../../include/js_strings.php:48 -msgctxt "long" -msgid "May" +#: ../../include/profile_selectors.php:80 +msgid "Available" msgstr "" -#: ../../include/js_strings.php:49 ../../include/text.php:1164 -msgid "June" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1164 -msgid "July" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1164 -msgid "August" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1164 -msgid "September" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1164 -msgid "October" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1164 -msgid "November" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1164 -msgid "December" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" msgstr "" -#: ../../include/js_strings.php:56 -msgid "Jan" +#: ../../include/profile_selectors.php:80 +msgid "Casual" msgstr "" -#: ../../include/js_strings.php:57 -msgid "Feb" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" msgstr "" -#: ../../include/js_strings.php:58 -msgid "Mar" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Apr" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" msgstr "" -#: ../../include/js_strings.php:60 -msgctxt "short" -msgid "May" +#: ../../include/profile_selectors.php:80 +msgid "Partners" msgstr "" -#: ../../include/js_strings.php:61 -msgid "Jun" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jul" +#: ../../include/profile_selectors.php:80 +msgid "Common law" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Aug" +#: ../../include/profile_selectors.php:80 +msgid "Happy" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Sep" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" msgstr "" -#: ../../include/js_strings.php:65 -msgid "Oct" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Nov" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Dec" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" msgstr "" -#: ../../include/js_strings.php:68 ../../include/text.php:1160 -msgid "Sunday" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1160 -msgid "Monday" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1160 -msgid "Tuesday" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1160 -msgid "Wednesday" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1160 -msgid "Thursday" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1160 -msgid "Friday" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1160 -msgid "Saturday" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" msgstr "" -#: ../../include/js_strings.php:75 -msgid "Sun" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" msgstr "" -#: ../../include/js_strings.php:76 -msgid "Mon" +#: ../../include/datetime.php:48 +msgid "Miscellaneous" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Tue" +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Wed" +#: ../../include/datetime.php:236 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:452 ../../mod/events.php:457 +msgid "Required" msgstr "" -#: ../../include/js_strings.php:79 -msgid "Thu" +#: ../../include/datetime.php:263 ../../boot.php:2289 +msgid "never" msgstr "" -#: ../../include/js_strings.php:80 -msgid "Fri" +#: ../../include/datetime.php:269 +msgid "less than a second ago" msgstr "" -#: ../../include/js_strings.php:81 -msgid "Sat" +#: ../../include/datetime.php:272 +msgid "year" msgstr "" -#: ../../include/js_strings.php:82 -msgctxt "calendar" -msgid "today" +#: ../../include/datetime.php:272 +msgid "years" msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" +#: ../../include/datetime.php:273 msgid "month" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "week" -msgstr "" - -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "day" -msgstr "" - -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "All day" -msgstr "" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "" - -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 -#: ../../mod/id.php:16 ../../mod/admin.php:805 ../../mod/admin.php:814 -#: ../../boot.php:1488 -msgid "Email" -msgstr "" - -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "" - -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "" - -#: ../../include/activities.php:42 -msgid " and " -msgstr "" - -#: ../../include/activities.php:50 -msgid "public profile" -msgstr "" - -#: ../../include/activities.php:59 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../include/activities.php:60 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "" - -#: ../../include/activities.php:63 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../include/Contact.php:101 ../../include/conversation.php:952 -#: ../../include/widgets.php:137 ../../include/widgets.php:175 -#: ../../include/identity.php:952 ../../mod/directory.php:318 -#: ../../mod/match.php:64 ../../mod/suggest.php:52 -msgid "Connect" +#: ../../include/datetime.php:273 +msgid "months" msgstr "" -#: ../../include/Contact.php:118 -msgid "New window" +#: ../../include/datetime.php:274 +msgid "week" msgstr "" -#: ../../include/Contact.php:119 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/datetime.php:274 +msgid "weeks" msgstr "" -#: ../../include/Contact.php:237 -#, php-format -msgid "User '%s' deleted" +#: ../../include/datetime.php:275 +msgid "day" msgstr "" -#: ../../include/dba/dba_driver.php:141 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" +#: ../../include/datetime.php:275 +msgid "days" msgstr "" -#: ../../include/items.php:423 ../../mod/like.php:280 -#: ../../mod/subthread.php:58 ../../mod/dreport.php:6 ../../mod/dreport.php:45 -#: ../../mod/group.php:68 ../../mod/profperm.php:23 -#: ../../mod/import_items.php:114 ../../index.php:360 -msgid "Permission denied" +#: ../../include/datetime.php:276 +msgid "hour" msgstr "" -#: ../../include/items.php:1128 ../../include/items.php:1174 -msgid "(Unknown)" +#: ../../include/datetime.php:276 +msgid "hours" msgstr "" -#: ../../include/items.php:1371 -msgid "Visible to anybody on the internet." +#: ../../include/datetime.php:277 +msgid "minute" msgstr "" -#: ../../include/items.php:1373 -msgid "Visible to you only." +#: ../../include/datetime.php:277 +msgid "minutes" msgstr "" -#: ../../include/items.php:1375 -msgid "Visible to anybody in this network." +#: ../../include/datetime.php:278 +msgid "second" msgstr "" -#: ../../include/items.php:1377 -msgid "Visible to anybody authenticated." +#: ../../include/datetime.php:278 +msgid "seconds" msgstr "" -#: ../../include/items.php:1379 +#: ../../include/datetime.php:286 #, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1381 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1383 -msgid "Visible to approved connections." -msgstr "" - -#: ../../include/items.php:1385 -msgid "Visible to specific connections." -msgstr "" - -#: ../../include/items.php:4317 ../../mod/display.php:36 -#: ../../mod/filestorage.php:27 ../../mod/admin.php:127 -#: ../../mod/admin.php:1005 ../../mod/admin.php:1210 ../../mod/thing.php:86 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "" - -#: ../../include/items.php:4826 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:4842 -msgid "Collection is empty." +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/items.php:4849 +#: ../../include/datetime.php:520 #, php-format -msgid "Collection: %s" +msgid "%1$s's birthday" msgstr "" -#: ../../include/items.php:4859 ../../mod/connedit.php:683 +#: ../../include/datetime.php:521 #, php-format -msgid "Connection: %s" +msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/items.php:4861 -msgid "Connection not found." +#: ../../include/api.php:1302 +msgid "Public Timeline" msgstr "" -#: ../../include/conversation.php:120 ../../include/text.php:1880 -#: ../../mod/like.php:361 ../../mod/tagger.php:43 ../../mod/subthread.php:83 +#: ../../include/conversation.php:120 ../../include/text.php:1916 +#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 msgid "photo" msgstr "" -#: ../../include/conversation.php:123 ../../include/event.php:896 -#: ../../include/text.php:1883 ../../mod/like.php:363 ../../mod/tagger.php:47 -#: ../../mod/events.php:245 -msgid "event" -msgstr "" - #: ../../include/conversation.php:126 ../../mod/like.php:113 msgid "channel" msgstr "" -#: ../../include/conversation.php:148 ../../include/text.php:1886 +#: ../../include/conversation.php:148 ../../include/text.php:1922 #: ../../mod/like.php:361 ../../mod/subthread.php:83 msgid "status" msgstr "" -#: ../../include/conversation.php:150 ../../include/text.php:1888 +#: ../../include/conversation.php:150 ../../include/text.php:1924 #: ../../mod/tagger.php:53 msgid "comment" msgstr "" @@ -1303,7 +2199,7 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:953 +#: ../../include/conversation.php:243 ../../include/text.php:954 msgid "poked" msgstr "" @@ -1374,478 +2270,464 @@ msgstr "" msgid "View %s's profile @ %s" msgstr "" -#: ../../include/conversation.php:709 +#: ../../include/conversation.php:710 msgid "Categories:" msgstr "" -#: ../../include/conversation.php:710 +#: ../../include/conversation.php:711 msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:718 ../../include/ItemObject.php:321 +#: ../../include/conversation.php:719 ../../include/ItemObject.php:334 #, php-format msgid "from %s" msgstr "" -#: ../../include/conversation.php:721 ../../include/ItemObject.php:324 +#: ../../include/conversation.php:722 ../../include/ItemObject.php:337 #, php-format msgid "last edited: %s" msgstr "" -#: ../../include/conversation.php:722 ../../include/ItemObject.php:325 +#: ../../include/conversation.php:723 ../../include/ItemObject.php:338 #, php-format msgid "Expires: %s" msgstr "" -#: ../../include/conversation.php:737 +#: ../../include/conversation.php:738 msgid "View in context" msgstr "" -#: ../../include/conversation.php:739 ../../include/conversation.php:1226 -#: ../../include/ItemObject.php:375 ../../mod/photos.php:1029 -#: ../../mod/editblock.php:150 ../../mod/editpost.php:129 -#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:190 +#: ../../include/conversation.php:740 ../../include/conversation.php:1227 +#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190 +#: ../../mod/photos.php:1029 ../../mod/editblock.php:150 +#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 msgid "Please wait" msgstr "" -#: ../../include/conversation.php:849 +#: ../../include/conversation.php:850 msgid "remove" msgstr "" -#: ../../include/conversation.php:853 ../../include/nav.php:241 +#: ../../include/conversation.php:854 ../../include/nav.php:241 msgid "Loading..." msgstr "" -#: ../../include/conversation.php:854 +#: ../../include/conversation.php:855 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:945 +#: ../../include/conversation.php:946 msgid "View Source" msgstr "" -#: ../../include/conversation.php:946 +#: ../../include/conversation.php:947 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:948 msgid "Unfollow Thread" msgstr "" -#: ../../include/conversation.php:948 +#: ../../include/conversation.php:949 msgid "View Status" msgstr "" -#: ../../include/conversation.php:949 ../../include/nav.php:86 +#: ../../include/conversation.php:950 ../../include/nav.php:86 #: ../../mod/connedit.php:498 msgid "View Profile" msgstr "" -#: ../../include/conversation.php:950 +#: ../../include/conversation.php:951 msgid "View Photos" msgstr "" -#: ../../include/conversation.php:951 +#: ../../include/conversation.php:952 msgid "Activity/Posts" msgstr "" -#: ../../include/conversation.php:953 +#: ../../include/conversation.php:954 msgid "Edit Connection" msgstr "" -#: ../../include/conversation.php:954 +#: ../../include/conversation.php:955 msgid "Send PM" msgstr "" -#: ../../include/conversation.php:955 ../../include/apps.php:145 +#: ../../include/conversation.php:956 ../../include/apps.php:145 msgid "Poke" msgstr "" -#: ../../include/conversation.php:1069 +#: ../../include/conversation.php:1070 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:1069 +#: ../../include/conversation.php:1070 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:1073 +#: ../../include/conversation.php:1074 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1075 +#: ../../include/conversation.php:1076 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1081 +#: ../../include/conversation.php:1082 msgid "and" msgstr "" -#: ../../include/conversation.php:1084 +#: ../../include/conversation.php:1085 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1086 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1086 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:1153 +#: ../../include/conversation.php:1154 msgid "Visible to <strong>everybody</strong>" msgstr "" -#: ../../include/conversation.php:1154 ../../mod/mail.php:194 +#: ../../include/conversation.php:1155 ../../mod/mail.php:194 #: ../../mod/mail.php:308 msgid "Please enter a link URL:" msgstr "" -#: ../../include/conversation.php:1155 +#: ../../include/conversation.php:1156 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1157 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:1157 +#: ../../include/conversation.php:1158 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1158 ../../mod/filer.php:48 +#: ../../include/conversation.php:1159 ../../mod/filer.php:48 msgid "Save to Folder:" msgstr "" -#: ../../include/conversation.php:1159 +#: ../../include/conversation.php:1160 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1160 ../../mod/editpost.php:56 -#: ../../mod/mail.php:195 ../../mod/mail.php:309 +#: ../../include/conversation.php:1161 ../../mod/mail.php:195 +#: ../../mod/mail.php:309 ../../mod/editpost.php:56 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1168 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:692 ../../mod/photos.php:1049 -#: ../../mod/editblock.php:171 ../../mod/editpost.php:149 -#: ../../mod/events.php:707 ../../mod/webpages.php:188 -#: ../../mod/editwebpage.php:212 +#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212 +#: ../../mod/photos.php:1049 ../../mod/editblock.php:171 +#: ../../mod/webpages.php:188 ../../mod/editpost.php:149 +#: ../../mod/events.php:473 msgid "Preview" msgstr "" -#: ../../include/conversation.php:1191 ../../mod/layouts.php:184 +#: ../../include/conversation.php:1192 ../../mod/blocks.php:154 #: ../../mod/photos.php:1028 ../../mod/webpages.php:182 -#: ../../mod/blocks.php:154 +#: ../../mod/layouts.php:184 msgid "Share" msgstr "" -#: ../../include/conversation.php:1193 +#: ../../include/conversation.php:1194 msgid "Page link name" msgstr "" -#: ../../include/conversation.php:1196 +#: ../../include/conversation.php:1197 msgid "Post as" msgstr "" -#: ../../include/conversation.php:1198 ../../include/ItemObject.php:684 -#: ../../mod/editblock.php:136 ../../mod/editpost.php:113 -#: ../../mod/editlayout.php:135 ../../mod/editwebpage.php:177 +#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698 +#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113 msgid "Bold" msgstr "" -#: ../../include/conversation.php:1199 ../../include/ItemObject.php:685 -#: ../../mod/editblock.php:137 ../../mod/editpost.php:114 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:178 +#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699 +#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137 +#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114 msgid "Italic" msgstr "" -#: ../../include/conversation.php:1200 ../../include/ItemObject.php:686 -#: ../../mod/editblock.php:138 ../../mod/editpost.php:115 -#: ../../mod/editlayout.php:137 ../../mod/editwebpage.php:179 +#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700 +#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138 +#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115 msgid "Underline" msgstr "" -#: ../../include/conversation.php:1201 ../../include/ItemObject.php:687 -#: ../../mod/editblock.php:139 ../../mod/editpost.php:116 -#: ../../mod/editlayout.php:138 ../../mod/editwebpage.php:180 +#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701 +#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139 +#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116 msgid "Quote" msgstr "" -#: ../../include/conversation.php:1202 ../../include/ItemObject.php:688 -#: ../../mod/editblock.php:140 ../../mod/editpost.php:117 -#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:181 +#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702 +#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140 +#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117 msgid "Code" msgstr "" -#: ../../include/conversation.php:1203 ../../mod/editblock.php:142 -#: ../../mod/editpost.php:118 ../../mod/editlayout.php:140 -#: ../../mod/editwebpage.php:182 +#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182 +#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 +#: ../../mod/editpost.php:118 msgid "Upload photo" msgstr "" -#: ../../include/conversation.php:1204 +#: ../../include/conversation.php:1205 msgid "upload photo" msgstr "" -#: ../../include/conversation.php:1205 ../../mod/editblock.php:143 -#: ../../mod/editpost.php:119 ../../mod/mail.php:240 ../../mod/mail.php:369 -#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:183 +#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183 +#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 +#: ../../mod/mail.php:240 ../../mod/mail.php:369 ../../mod/editpost.php:119 msgid "Attach file" msgstr "" -#: ../../include/conversation.php:1206 +#: ../../include/conversation.php:1207 msgid "attach file" msgstr "" -#: ../../include/conversation.php:1207 ../../mod/editblock.php:144 -#: ../../mod/editpost.php:120 ../../mod/mail.php:241 ../../mod/mail.php:370 -#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:184 +#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184 +#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 +#: ../../mod/mail.php:241 ../../mod/mail.php:370 ../../mod/editpost.php:120 msgid "Insert web link" msgstr "" -#: ../../include/conversation.php:1208 +#: ../../include/conversation.php:1209 msgid "web link" msgstr "" -#: ../../include/conversation.php:1209 +#: ../../include/conversation.php:1210 msgid "Insert video link" msgstr "" -#: ../../include/conversation.php:1210 +#: ../../include/conversation.php:1211 msgid "video link" msgstr "" -#: ../../include/conversation.php:1211 +#: ../../include/conversation.php:1212 msgid "Insert audio link" msgstr "" -#: ../../include/conversation.php:1212 +#: ../../include/conversation.php:1213 msgid "audio link" msgstr "" -#: ../../include/conversation.php:1213 ../../mod/editblock.php:148 -#: ../../mod/editpost.php:124 ../../mod/editlayout.php:146 -#: ../../mod/editwebpage.php:188 +#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188 +#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 +#: ../../mod/editpost.php:124 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1214 +#: ../../include/conversation.php:1215 msgid "set location" msgstr "" -#: ../../include/conversation.php:1215 ../../mod/editpost.php:126 +#: ../../include/conversation.php:1216 ../../mod/editpost.php:126 msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1218 ../../mod/editblock.php:149 -#: ../../mod/editpost.php:125 ../../mod/editlayout.php:147 -#: ../../mod/editwebpage.php:189 +#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189 +#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 +#: ../../mod/editpost.php:125 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1219 +#: ../../include/conversation.php:1220 msgid "clear location" msgstr "" -#: ../../include/conversation.php:1221 ../../mod/editblock.php:162 -#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 +#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205 +#: ../../mod/editblock.php:162 ../../mod/editpost.php:141 msgid "Title (optional)" msgstr "" -#: ../../include/conversation.php:1225 ../../mod/editblock.php:165 -#: ../../mod/editpost.php:143 ../../mod/editlayout.php:163 -#: ../../mod/editwebpage.php:207 +#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207 +#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 +#: ../../mod/editpost.php:143 msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/conversation.php:1227 ../../mod/editblock.php:151 -#: ../../mod/editpost.php:130 ../../mod/editlayout.php:149 -#: ../../mod/editwebpage.php:191 +#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 +#: ../../mod/editpost.php:130 ../../mod/events.php:474 msgid "Permission settings" msgstr "" -#: ../../include/conversation.php:1228 +#: ../../include/conversation.php:1229 msgid "permissions" msgstr "" -#: ../../include/conversation.php:1236 ../../mod/editblock.php:159 -#: ../../mod/editpost.php:138 ../../mod/editlayout.php:156 -#: ../../mod/editwebpage.php:200 +#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200 +#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 +#: ../../mod/editpost.php:138 msgid "Public post" msgstr "" -#: ../../include/conversation.php:1238 ../../mod/editblock.php:166 -#: ../../mod/editpost.php:144 ../../mod/editlayout.php:164 -#: ../../mod/editwebpage.php:208 +#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208 +#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 +#: ../../mod/editpost.php:144 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/conversation.php:1251 ../../mod/editblock.php:176 -#: ../../mod/editpost.php:155 ../../mod/mail.php:245 ../../mod/mail.php:374 -#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:217 +#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217 +#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 +#: ../../mod/mail.php:245 ../../mod/mail.php:374 ../../mod/editpost.php:155 msgid "Set expiration date" msgstr "" -#: ../../include/conversation.php:1254 +#: ../../include/conversation.php:1255 msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1256 ../../include/ItemObject.php:695 -#: ../../mod/editpost.php:157 ../../mod/mail.php:247 ../../mod/mail.php:376 +#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709 +#: ../../mod/mail.php:247 ../../mod/mail.php:376 ../../mod/editpost.php:157 msgid "Encrypt text" msgstr "" -#: ../../include/conversation.php:1258 ../../mod/editpost.php:159 -#: ../../mod/events.php:691 +#: ../../include/conversation.php:1259 ../../mod/editpost.php:159 msgid "OK" msgstr "" -#: ../../include/conversation.php:1259 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:160 -#: ../../mod/events.php:690 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -#: ../../mod/settings.php:585 ../../mod/settings.php:611 +#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../mod/settings.php:587 ../../mod/settings.php:613 +#: ../../mod/editpost.php:160 msgid "Cancel" msgstr "" -#: ../../include/conversation.php:1502 +#: ../../include/conversation.php:1503 msgid "Discover" msgstr "" -#: ../../include/conversation.php:1505 +#: ../../include/conversation.php:1506 msgid "Imported public streams" msgstr "" -#: ../../include/conversation.php:1510 +#: ../../include/conversation.php:1511 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1513 +#: ../../include/conversation.php:1514 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1517 +#: ../../include/conversation.php:1518 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1520 +#: ../../include/conversation.php:1521 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1525 ../../include/widgets.php:95 -msgid "Personal" -msgstr "" - -#: ../../include/conversation.php:1528 +#: ../../include/conversation.php:1529 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1534 ../../mod/menu.php:112 -#: ../../mod/connections.php:72 ../../mod/connections.php:82 +#: ../../include/conversation.php:1535 ../../mod/connections.php:72 +#: ../../mod/connections.php:82 ../../mod/menu.php:112 msgid "New" msgstr "" -#: ../../include/conversation.php:1537 +#: ../../include/conversation.php:1538 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1543 +#: ../../include/conversation.php:1544 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1546 +#: ../../include/conversation.php:1547 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1553 +#: ../../include/conversation.php:1554 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1556 +#: ../../include/conversation.php:1557 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1600 ../../mod/admin.php:973 +#: ../../include/conversation.php:1601 ../../mod/admin.php:973 msgid "Channel" msgstr "" -#: ../../include/conversation.php:1603 +#: ../../include/conversation.php:1604 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1612 +#: ../../include/conversation.php:1613 msgid "About" msgstr "" -#: ../../include/conversation.php:1615 +#: ../../include/conversation.php:1616 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1621 ../../include/apps.php:139 -#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +#: ../../include/conversation.php:1622 ../../include/nav.php:92 +#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" -#: ../../include/conversation.php:1624 ../../include/photos.php:483 +#: ../../include/conversation.php:1625 ../../include/photos.php:483 msgid "Photo Albums" msgstr "" -#: ../../include/conversation.php:1631 +#: ../../include/conversation.php:1632 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1641 ../../include/conversation.php:1644 +#: ../../include/conversation.php:1642 ../../include/conversation.php:1645 msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1654 ../../include/apps.php:129 -#: ../../include/nav.php:103 +#: ../../include/conversation.php:1655 ../../include/nav.php:103 +#: ../../include/apps.php:129 msgid "Bookmarks" msgstr "" -#: ../../include/conversation.php:1657 +#: ../../include/conversation.php:1658 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1664 ../../include/apps.php:136 -#: ../../include/nav.php:107 ../../mod/webpages.php:178 +#: ../../include/conversation.php:1665 ../../include/nav.php:107 +#: ../../include/apps.php:136 ../../mod/webpages.php:178 msgid "Webpages" msgstr "" -#: ../../include/conversation.php:1667 +#: ../../include/conversation.php:1668 msgid "Manage Webpages" msgstr "" -#: ../../include/conversation.php:1696 ../../include/ItemObject.php:175 +#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175 #: ../../include/ItemObject.php:187 ../../mod/photos.php:1082 #: ../../mod/photos.php:1094 msgid "View all" msgstr "" -#: ../../include/conversation.php:1720 ../../include/ItemObject.php:179 -#: ../../include/identity.php:1263 ../../include/taxonomy.php:412 -#: ../../mod/photos.php:1086 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1723 ../../include/ItemObject.php:184 +#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184 #: ../../mod/photos.php:1091 msgctxt "noun" msgid "Dislike" @@ -1853,600 +2735,305 @@ msgid_plural "Dislikes" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1726 +#: ../../include/conversation.php:1727 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1729 +#: ../../include/conversation.php:1730 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1732 +#: ../../include/conversation.php:1733 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1735 +#: ../../include/conversation.php:1736 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1738 +#: ../../include/conversation.php:1739 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1741 +#: ../../include/conversation.php:1742 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/network.php:613 -msgid "view full size" -msgstr "" - -#: ../../include/network.php:1591 ../../include/enotify.php:57 -msgid "$Projectname Notification" -msgstr "" - -#: ../../include/network.php:1592 ../../include/enotify.php:58 -msgid "$projectname" -msgstr "" - -#: ../../include/network.php:1594 ../../include/enotify.php:60 -msgid "Thank You," -msgstr "" - -#: ../../include/network.php:1596 ../../include/enotify.php:62 -#, php-format -msgid "%s Administrator" -msgstr "" - -#: ../../include/network.php:1638 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" -msgstr "" - -#: ../../include/network.php:1652 -msgid "No Subject" -msgstr "" - -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" -msgstr "" - -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "" - -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "" - -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "" - -#: ../../include/acl_selectors.php:247 -msgid "Other networks and post services" -msgstr "" - -#: ../../include/acl_selectors.php:249 ../../mod/filestorage.php:147 -#: ../../mod/chat.php:211 ../../mod/photos.php:631 ../../mod/photos.php:1001 -#: ../../mod/events.php:708 ../../mod/thing.php:310 ../../mod/thing.php:356 -msgid "Permissions" -msgstr "" - -#: ../../include/acl_selectors.php:250 ../../include/ItemObject.php:370 -#: ../../mod/photos.php:1218 -msgid "Close" -msgstr "" - -#: ../../include/photos.php:112 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:119 -msgid "Image file is empty." -msgstr "" - -#: ../../include/photos.php:146 ../../mod/profile_photo.php:222 -msgid "Unable to process image" -msgstr "" - -#: ../../include/photos.php:257 -msgid "Photo storage failed." -msgstr "" - -#: ../../include/photos.php:487 -msgid "Upload New Photos" -msgstr "" - -#: ../../include/notify.php:20 -msgid "created a new post" -msgstr "" - -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" -msgstr "" - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "" - -#: ../../include/page_widgets.php:39 ../../mod/layouts.php:188 -#: ../../mod/webpages.php:187 ../../mod/blocks.php:159 -msgid "View" -msgstr "" - -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 -msgid "Actions" -msgstr "" - -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 -msgid "Page Link" -msgstr "" - -#: ../../include/page_widgets.php:43 -msgid "Title" -msgstr "" - -#: ../../include/page_widgets.php:44 ../../mod/layouts.php:181 -#: ../../mod/menu.php:110 ../../mod/webpages.php:192 ../../mod/blocks.php:150 -msgid "Created" -msgstr "" - -#: ../../include/page_widgets.php:45 ../../mod/layouts.php:182 -#: ../../mod/menu.php:111 ../../mod/webpages.php:193 ../../mod/blocks.php:151 -msgid "Edited" -msgstr "" - -#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94 -#: ../../mod/photos.php:699 ../../mod/profile_photo.php:146 -#: ../../mod/profile_photo.php:236 ../../mod/profile_photo.php:376 -msgid "Profile Photos" -msgstr "" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "" - -#: ../../include/profile_selectors.php:80 ../../include/widgets.php:430 -#: ../../include/identity.php:390 ../../include/identity.php:391 -#: ../../include/identity.php:398 ../../mod/connedit.php:573 -#: ../../mod/settings.php:338 ../../mod/settings.php:342 -#: ../../mod/settings.php:343 ../../mod/settings.php:346 -#: ../../mod/settings.php:357 -msgid "Friends" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" +#: ../../include/auth.php:132 +msgid "Logged out." msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" +#: ../../include/auth.php:273 +msgid "Failed authentication" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" +#: ../../include/auth.php:287 ../../mod/openid.php:189 +msgid "Login failed." msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unstable" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" +#: ../../include/contact_selectors.php:59 +msgid "Daily" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" +#: ../../include/contact_selectors.php:76 +msgid "Friendica" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" +#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../mod/id.php:16 ../../mod/admin.php:805 ../../mod/admin.php:814 +#: ../../boot.php:1488 +msgid "Email" msgstr "" -#: ../../include/oembed.php:213 -msgid "Embedded content" +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" msgstr "" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" +#: ../../include/contact_selectors.php:81 +msgid "Facebook" msgstr "" -#: ../../include/event.php:22 ../../include/bb2diaspora.php:471 -msgid "l F d, Y \\@ g:i A" +#: ../../include/contact_selectors.php:82 +msgid "Zot!" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 -msgid "Starts:" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" msgstr "" -#: ../../include/event.php:40 ../../include/bb2diaspora.php:485 -msgid "Finishes:" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" msgstr "" -#: ../../include/event.php:50 ../../include/identity.php:1003 -#: ../../include/bb2diaspora.php:493 ../../mod/directory.php:304 -#: ../../mod/events.php:701 -msgid "Location:" +#: ../../include/contact_selectors.php:85 +msgid "MySpace" msgstr "" -#: ../../include/event.php:766 -msgid "This event has been added to your calendar." +#: ../../include/zot.php:685 +msgid "Invalid data packet" msgstr "" -#: ../../include/event.php:953 -msgid "Not specified" +#: ../../include/zot.php:701 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/event.php:954 -msgid "Needs Action" +#: ../../include/zot.php:2265 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/event.php:955 -msgid "Completed" +#: ../../include/zot.php:3592 +msgid "invalid target signature" msgstr "" -#: ../../include/event.php:956 -msgid "In Process" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 +#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 +#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 +#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 +#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 +#: ../../include/bbcode.php:833 +msgid "Image/photo" msgstr "" -#: ../../include/event.php:957 -msgid "Cancelled" +#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 +msgid "Encrypted content" msgstr "" -#: ../../include/apps.php:128 -msgid "Site Admin" +#: ../../include/bbcode.php:179 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/apps.php:130 -msgid "Address Book" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/apps.php:131 ../../include/nav.php:111 ../../boot.php:1486 -msgid "Login" +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" msgstr "" -#: ../../include/apps.php:132 ../../include/nav.php:200 -#: ../../mod/manage.php:160 -msgid "Channel Manager" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" msgstr "" -#: ../../include/apps.php:133 ../../include/nav.php:174 -msgid "Grid" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" msgstr "" -#: ../../include/apps.php:134 ../../include/widgets.php:554 -#: ../../include/nav.php:202 ../../mod/admin.php:1064 ../../mod/admin.php:1264 -msgid "Settings" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" msgstr "" -#: ../../include/apps.php:137 ../../include/nav.php:177 -msgid "Channel Home" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/apps.php:138 ../../include/identity.php:1237 -#: ../../include/identity.php:1354 ../../mod/profperm.php:112 -msgid "Profile" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" msgstr "" -#: ../../include/apps.php:140 ../../include/nav.php:196 -#: ../../mod/events.php:523 -msgid "Events" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/apps.php:141 ../../include/nav.php:162 -msgid "Directory" +#: ../../include/bbcode.php:755 +msgid "$1 spoiler" msgstr "" -#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:202 -#: ../../mod/help.php:207 ../../mod/layouts.php:176 -msgid "Help" +#: ../../include/bbcode.php:782 +msgid "$1 wrote:" msgstr "" -#: ../../include/apps.php:143 ../../include/nav.php:188 -msgid "Mail" -msgstr "" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:439 +msgid "Advanced" msgstr "" -#: ../../include/apps.php:146 ../../include/nav.php:97 -msgid "Chat" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" msgstr "" -#: ../../include/apps.php:147 ../../include/text.php:866 -#: ../../include/text.php:878 ../../include/nav.php:159 -#: ../../mod/search.php:40 -msgid "Search" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" msgstr "" -#: ../../include/apps.php:148 -msgid "Probe" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" msgstr "" -#: ../../include/apps.php:149 -msgid "Suggest" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/apps.php:150 -msgid "Random Channel" +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381 +#: ../../mod/directory.php:386 ../../mod/connections.php:266 +msgid "Find" msgstr "" -#: ../../include/apps.php:151 -msgid "Invite" +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 +#: ../../mod/suggest.php:60 +msgid "Channel Suggestions" msgstr "" -#: ../../include/apps.php:152 -msgid "Features" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" msgstr "" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" msgstr "" -#: ../../include/apps.php:154 -msgid "Post" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" -msgstr "" +#: ../../include/contact_widgets.php:128 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../include/apps.php:252 ../../mod/settings.php:84 -#: ../../mod/settings.php:610 -msgid "Update" +#: ../../include/contact_widgets.php:133 +msgid "show more" msgstr "" -#: ../../include/apps.php:252 -msgid "Install" +#: ../../include/dir_fns.php:139 +msgid "Directory Options" msgstr "" -#: ../../include/apps.php:257 -msgid "Purchase" +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" msgstr "" -#: ../../include/api.php:1302 -msgid "Public Timeline" +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 +#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:106 +#: ../../mod/photos.php:626 ../../mod/admin.php:410 ../../mod/settings.php:577 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:462 +#: ../../mod/events.php:463 ../../mod/events.php:472 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 +msgid "No" msgstr "" -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 +#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 +#: ../../mod/api.php:105 ../../mod/photos.php:626 ../../mod/admin.php:412 +#: ../../mod/settings.php:577 ../../mod/menu.php:96 ../../mod/menu.php:153 +#: ../../mod/events.php:462 ../../mod/events.php:463 ../../mod/events.php:472 +#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 +#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 +msgid "Yes" msgstr "" -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" msgstr "" -#: ../../include/import.php:80 ../../mod/import.php:139 -msgid "Cloned channel not found. Import failed." +#: ../../include/dir_fns.php:143 +msgid "This Website Only" msgstr "" #: ../../include/enotify.php:96 @@ -2627,419 +3214,510 @@ msgstr "" msgid "[Hubzilla:Notify]" msgstr "" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will attend" +#: ../../include/follow.php:33 +msgid "Channel location missing." msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I might attend" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I agree" +#: ../../include/follow.php:152 ../../include/follow.php:180 +msgid "Protocol disabled." msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I disagree" +#: ../../include/follow.php:170 +msgid "Channel discovery failed." msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I abstain" +#: ../../include/follow.php:196 +msgid "local account not found." msgstr "" -#: ../../include/ItemObject.php:212 -msgid "Add Star" +#: ../../include/follow.php:220 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/ItemObject.php:213 -msgid "Remove Star" +#: ../../include/oembed.php:213 +msgid "Embedded content" msgstr "" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" +#: ../../include/oembed.php:222 +msgid "Embedding disabled" msgstr "" -#: ../../include/ItemObject.php:218 -msgid "starred" +#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1485 +msgid "Logout" msgstr "" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" +#: ../../include/nav.php:82 ../../include/nav.php:114 +msgid "End this session" msgstr "" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1026 -msgid "I like this (toggle)" +#: ../../include/nav.php:85 ../../include/nav.php:145 +msgid "Home" msgstr "" -#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:326 -msgid "like" +#: ../../include/nav.php:85 +msgid "Your posts and conversations" msgstr "" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1027 -msgid "I don't like this (toggle)" +#: ../../include/nav.php:86 +msgid "Your profile page" msgstr "" -#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:327 -msgid "dislike" +#: ../../include/nav.php:88 +msgid "Edit Profiles" msgstr "" -#: ../../include/ItemObject.php:259 -msgid "Share This" +#: ../../include/nav.php:88 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/ItemObject.php:259 -msgid "share" +#: ../../include/nav.php:90 +msgid "Edit your profile" msgstr "" -#: ../../include/ItemObject.php:277 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:92 +msgid "Your photos" +msgstr "" -#: ../../include/ItemObject.php:302 ../../include/ItemObject.php:303 +#: ../../include/nav.php:93 +msgid "Your files" +msgstr "" + +#: ../../include/nav.php:97 ../../include/apps.php:146 +msgid "Chat" +msgstr "" + +#: ../../include/nav.php:97 +msgid "Your chatrooms" +msgstr "" + +#: ../../include/nav.php:103 +msgid "Your bookmarks" +msgstr "" + +#: ../../include/nav.php:107 +msgid "Your webpages" +msgstr "" + +#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1486 +msgid "Login" +msgstr "" + +#: ../../include/nav.php:111 +msgid "Sign in" +msgstr "" + +#: ../../include/nav.php:128 #, php-format -msgid "View %s's profile - %s" +msgid "%s - click to logout" msgstr "" -#: ../../include/ItemObject.php:306 -msgid "to" +#: ../../include/nav.php:131 +msgid "Remote authentication" msgstr "" -#: ../../include/ItemObject.php:307 -msgid "via" +#: ../../include/nav.php:131 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/ItemObject.php:308 -msgid "Wall-to-Wall" +#: ../../include/nav.php:145 +msgid "Home Page" msgstr "" -#: ../../include/ItemObject.php:309 -msgid "via Wall-To-Wall:" +#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1462 +msgid "Register" msgstr "" -#: ../../include/ItemObject.php:312 -msgid "Delivery Report" +#: ../../include/nav.php:149 +msgid "Create an account" msgstr "" -#: ../../include/ItemObject.php:348 -msgid "Save Bookmarks" +#: ../../include/nav.php:154 ../../include/apps.php:142 +#: ../../mod/layouts.php:176 ../../mod/help.php:202 ../../mod/help.php:207 +msgid "Help" msgstr "" -#: ../../include/ItemObject.php:349 -msgid "Add to Calendar" +#: ../../include/nav.php:154 +msgid "Help and documentation" msgstr "" -#: ../../include/ItemObject.php:358 -msgid "Mark all seen" +#: ../../include/nav.php:157 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/ItemObject.php:364 ../../mod/photos.php:1212 -msgctxt "noun" -msgid "Likes" +#: ../../include/nav.php:159 ../../include/text.php:867 +#: ../../include/text.php:879 ../../include/apps.php:147 +#: ../../mod/search.php:40 +msgid "Search" msgstr "" -#: ../../include/ItemObject.php:365 ../../mod/photos.php:1213 -msgctxt "noun" -msgid "Dislikes" +#: ../../include/nav.php:159 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/ItemObject.php:680 ../../mod/photos.php:1045 -#: ../../mod/photos.php:1163 -msgid "This is you" +#: ../../include/nav.php:162 ../../include/apps.php:141 +msgid "Directory" msgstr "" -#: ../../include/ItemObject.php:689 -msgid "Image" +#: ../../include/nav.php:162 +msgid "Channel Directory" msgstr "" -#: ../../include/ItemObject.php:690 -msgid "Insert Link" +#: ../../include/nav.php:174 ../../include/apps.php:133 +msgid "Grid" msgstr "" -#: ../../include/ItemObject.php:691 -msgid "Video" +#: ../../include/nav.php:174 +msgid "Your grid" msgstr "" -#: ../../include/zot.php:685 -msgid "Invalid data packet" +#: ../../include/nav.php:175 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/zot.php:701 -msgid "Unable to verify channel signature" +#: ../../include/nav.php:177 ../../include/apps.php:137 +msgid "Channel Home" msgstr "" -#: ../../include/zot.php:2265 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/nav.php:177 +msgid "Channel home" msgstr "" -#: ../../include/zot.php:3592 -msgid "invalid target signature" +#: ../../include/nav.php:178 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/auth.php:132 -msgid "Logged out." +#: ../../include/nav.php:181 ../../mod/connections.php:260 +msgid "Connections" msgstr "" -#: ../../include/auth.php:273 -msgid "Failed authentication" +#: ../../include/nav.php:184 +msgid "Notices" msgstr "" -#: ../../include/auth.php:287 ../../mod/openid.php:189 -msgid "Login failed." +#: ../../include/nav.php:184 +msgid "Notifications" msgstr "" -#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 -#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 -#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 -#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 -#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 -#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 -#: ../../include/bbcode.php:833 -msgid "Image/photo" +#: ../../include/nav.php:185 +msgid "See all notifications" msgstr "" -#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 -msgid "Encrypted content" +#: ../../include/nav.php:186 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" msgstr "" -#: ../../include/bbcode.php:179 -#, php-format -msgid "Install %s element: " +#: ../../include/nav.php:188 ../../include/apps.php:143 +msgid "Mail" msgstr "" -#: ../../include/bbcode.php:183 -#, php-format +#: ../../include/nav.php:188 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:189 +msgid "See all private messages" +msgstr "" + +#: ../../include/nav.php:190 +msgid "Mark all private messages seen" +msgstr "" + +#: ../../include/nav.php:196 ../../include/apps.php:140 +msgid "Events" +msgstr "" + +#: ../../include/nav.php:196 +msgid "Event Calendar" +msgstr "" + +#: ../../include/nav.php:197 +msgid "See all events" +msgstr "" + +#: ../../include/nav.php:198 +msgid "Mark all events seen" +msgstr "" + +#: ../../include/nav.php:200 ../../include/apps.php:132 +#: ../../mod/manage.php:160 +msgid "Channel Manager" +msgstr "" + +#: ../../include/nav.php:200 +msgid "Manage Your Channels" +msgstr "" + +#: ../../include/nav.php:202 +msgid "Account/Channel Settings" +msgstr "" + +#: ../../include/nav.php:210 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:246 +msgid "@name, #tag, ?doc, content" +msgstr "" + +#: ../../include/nav.php:247 +msgid "Please wait..." +msgstr "" + +#: ../../include/security.php:381 msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +"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/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" +#: ../../include/text.php:394 +msgid "prev" msgstr "" -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" +#: ../../include/text.php:396 +msgid "first" msgstr "" -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" +#: ../../include/text.php:425 +msgid "last" msgstr "" -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" +#: ../../include/text.php:428 +msgid "next" msgstr "" -#: ../../include/bbcode.php:257 +#: ../../include/text.php:438 +msgid "older" +msgstr "" + +#: ../../include/text.php:440 +msgid "newer" +msgstr "" + +#: ../../include/text.php:785 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:797 #, php-format -msgid "%1$s wrote the following %2$s %3$s" +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:810 ../../mod/viewconnections.php:101 +msgid "View Connections" msgstr "" -#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 -msgid "post" +#: ../../include/text.php:954 +msgid "poke" msgstr "" -#: ../../include/bbcode.php:547 -msgid "Different viewers will see this text differently" +#: ../../include/text.php:955 +msgid "ping" msgstr "" -#: ../../include/bbcode.php:755 -msgid "$1 spoiler" +#: ../../include/text.php:955 +msgid "pinged" msgstr "" -#: ../../include/bbcode.php:782 -msgid "$1 wrote:" +#: ../../include/text.php:956 +msgid "prod" msgstr "" -#: ../../include/account.php:27 -msgid "Not a valid email address" +#: ../../include/text.php:956 +msgid "prodded" msgstr "" -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" +#: ../../include/text.php:957 +msgid "slap" msgstr "" -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." +#: ../../include/text.php:957 +msgid "slapped" msgstr "" -#: ../../include/account.php:67 -msgid "An invitation is required." +#: ../../include/text.php:958 +msgid "finger" msgstr "" -#: ../../include/account.php:71 -msgid "Invitation could not be verified." +#: ../../include/text.php:958 +msgid "fingered" msgstr "" -#: ../../include/account.php:121 -msgid "Please enter the required information." +#: ../../include/text.php:959 +msgid "rebuff" msgstr "" -#: ../../include/account.php:188 -msgid "Failed to store account information." +#: ../../include/text.php:959 +msgid "rebuffed" msgstr "" -#: ../../include/account.php:248 -#, php-format -msgid "Registration confirmation for %s" +#: ../../include/text.php:969 +msgid "happy" msgstr "" -#: ../../include/account.php:314 -#, php-format -msgid "Registration request at %s" +#: ../../include/text.php:970 +msgid "sad" msgstr "" -#: ../../include/account.php:338 -msgid "your registration password" +#: ../../include/text.php:971 +msgid "mellow" msgstr "" -#: ../../include/account.php:341 ../../include/account.php:401 -#, php-format -msgid "Registration details for %s" +#: ../../include/text.php:972 +msgid "tired" msgstr "" -#: ../../include/account.php:410 -msgid "Account approved." +#: ../../include/text.php:973 +msgid "perky" msgstr "" -#: ../../include/account.php:449 -#, php-format -msgid "Registration revoked for %s" +#: ../../include/text.php:974 +msgid "angry" msgstr "" -#: ../../include/account.php:494 -msgid "Account verified. Please login." +#: ../../include/text.php:975 +msgid "stupified" msgstr "" -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." +#: ../../include/text.php:976 +msgid "puzzled" msgstr "" -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/text.php:977 +msgid "interested" msgstr "" -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." +#: ../../include/text.php:978 +msgid "bitter" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." +#: ../../include/text.php:979 +msgid "cheerful" msgstr "" -#: ../../include/follow.php:33 -msgid "Channel location missing." +#: ../../include/text.php:980 +msgid "alive" msgstr "" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." +#: ../../include/text.php:981 +msgid "annoyed" msgstr "" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." +#: ../../include/text.php:982 +msgid "anxious" msgstr "" -#: ../../include/follow.php:152 ../../include/follow.php:180 -msgid "Protocol disabled." +#: ../../include/text.php:983 +msgid "cranky" msgstr "" -#: ../../include/follow.php:170 -msgid "Channel discovery failed." +#: ../../include/text.php:984 +msgid "disturbed" msgstr "" -#: ../../include/follow.php:196 -msgid "local account not found." +#: ../../include/text.php:985 +msgid "frustrated" msgstr "" -#: ../../include/follow.php:220 -msgid "Cannot connect to yourself." +#: ../../include/text.php:986 +msgid "depressed" msgstr "" -#: ../../include/security.php:381 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." +#: ../../include/text.php:987 +msgid "motivated" msgstr "" -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" +#: ../../include/text.php:988 +msgid "relaxed" +msgstr "" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:439 -msgid "Advanced" +#: ../../include/text.php:989 +msgid "surprised" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../include/text.php:1165 +msgid "May" msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../include/text.php:1242 ../../include/text.php:1246 +msgid "Unknown Attachment" msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../include/text.php:1248 +msgid "unknown" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/text.php:1284 +msgid "remove category" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381 -#: ../../mod/directory.php:386 ../../mod/connections.php:266 -msgid "Find" +#: ../../include/text.php:1361 +msgid "remove from file" msgstr "" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" +#: ../../include/text.php:1507 ../../include/text.php:1518 +msgid "Click to open/close" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" +#: ../../include/text.php:1692 ../../mod/events.php:638 +msgid "Link to Source" msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" +#: ../../include/text.php:1713 ../../include/text.php:1785 +msgid "default" msgstr "" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" +#: ../../include/text.php:1721 +msgid "Page layout" msgstr "" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 -#: ../../include/widgets.php:307 -msgid "Everything" +#: ../../include/text.php:1721 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/contact_widgets.php:95 ../../include/widgets.php:36 -#: ../../include/taxonomy.php:280 -msgid "Categories" +#: ../../include/text.php:1763 +msgid "Page content type" msgstr "" -#: ../../include/contact_widgets.php:128 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" +#: ../../include/text.php:1797 +msgid "Select an alternate language" +msgstr "" -#: ../../include/contact_widgets.php:133 -msgid "show more" +#: ../../include/text.php:1929 +msgid "activity" +msgstr "" + +#: ../../include/text.php:2224 +msgid "Design Tools" +msgstr "" + +#: ../../include/text.php:2227 ../../mod/blocks.php:147 +msgid "Blocks" +msgstr "" + +#: ../../include/text.php:2228 ../../mod/menu.php:103 +msgid "Menus" +msgstr "" + +#: ../../include/text.php:2229 ../../mod/layouts.php:174 +msgid "Layouts" +msgstr "" + +#: ../../include/text.php:2230 +msgid "Pages" msgstr "" #: ../../include/group.php:26 @@ -3077,1682 +3755,1758 @@ msgstr "" msgid "Channels not in any collection" msgstr "" -#: ../../include/group.php:300 ../../include/widgets.php:275 -msgid "add" +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../include/widgets.php:92 ../../include/nav.php:157 -#: ../../mod/apps.php:36 -msgid "Apps" +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 +#: ../../mod/webpages.php:187 ../../mod/layouts.php:188 +msgid "View" msgstr "" -#: ../../include/widgets.php:93 -msgid "System" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" msgstr "" -#: ../../include/widgets.php:96 -msgid "Create Personal App" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" msgstr "" -#: ../../include/widgets.php:97 -msgid "Edit Personal App" +#: ../../include/page_widgets.php:43 +msgid "Title" msgstr "" -#: ../../include/widgets.php:139 ../../mod/suggest.php:54 -msgid "Ignore/Hide" +#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 +#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110 +msgid "Created" msgstr "" -#: ../../include/widgets.php:144 ../../mod/connections.php:125 -msgid "Suggestions" +#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 +#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111 +msgid "Edited" msgstr "" -#: ../../include/widgets.php:145 -msgid "See more..." +#: ../../include/dba/dba_driver.php:141 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/widgets.php:166 +#: ../../include/photos.php:112 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/widgets.php:172 -msgid "Add New Connection" +#: ../../include/photos.php:119 +msgid "Image file is empty." msgstr "" -#: ../../include/widgets.php:173 -msgid "Enter the channel address" +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +msgid "Unable to process image" msgstr "" -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../include/photos.php:257 +msgid "Photo storage failed." msgstr "" -#: ../../include/widgets.php:190 -msgid "Notes" +#: ../../include/photos.php:487 +msgid "Upload New Photos" msgstr "" -#: ../../include/widgets.php:192 ../../include/text.php:867 -#: ../../include/text.php:879 ../../mod/filer.php:49 ../../mod/admin.php:1442 -#: ../../mod/admin.php:1462 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 -msgid "Save" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" msgstr "" -#: ../../include/widgets.php:266 -msgid "Remove term" +#: ../../include/ItemObject.php:151 +msgid "I will attend" msgstr "" -#: ../../include/widgets.php:349 -msgid "Archives" +#: ../../include/ItemObject.php:151 +msgid "I will not attend" msgstr "" -#: ../../include/widgets.php:428 ../../mod/connedit.php:571 -msgid "Me" +#: ../../include/ItemObject.php:151 +msgid "I might attend" msgstr "" -#: ../../include/widgets.php:429 ../../mod/connedit.php:572 -msgid "Family" +#: ../../include/ItemObject.php:161 +msgid "I agree" msgstr "" -#: ../../include/widgets.php:431 ../../mod/connedit.php:574 -msgid "Acquaintances" +#: ../../include/ItemObject.php:161 +msgid "I disagree" msgstr "" -#: ../../include/widgets.php:432 ../../mod/connedit.php:575 -#: ../../mod/connections.php:88 ../../mod/connections.php:103 -msgid "All" +#: ../../include/ItemObject.php:161 +msgid "I abstain" msgstr "" -#: ../../include/widgets.php:451 -msgid "Refresh" +#: ../../include/ItemObject.php:212 +msgid "Add Star" msgstr "" -#: ../../include/widgets.php:485 -msgid "Account settings" +#: ../../include/ItemObject.php:213 +msgid "Remove Star" msgstr "" -#: ../../include/widgets.php:491 -msgid "Channel settings" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" msgstr "" -#: ../../include/widgets.php:497 -msgid "Additional features" +#: ../../include/ItemObject.php:218 +msgid "starred" msgstr "" -#: ../../include/widgets.php:503 -msgid "Feature/Addon settings" +#: ../../include/ItemObject.php:236 +msgid "Add Tag" msgstr "" -#: ../../include/widgets.php:509 -msgid "Display settings" +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1026 +msgid "I like this (toggle)" msgstr "" -#: ../../include/widgets.php:515 -msgid "Connected apps" +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1027 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/widgets.php:521 -msgid "Export channel" +#: ../../include/ItemObject.php:259 +msgid "Share This" msgstr "" -#: ../../include/widgets.php:530 ../../mod/connedit.php:683 -msgid "Connection Default Permissions" +#: ../../include/ItemObject.php:259 +msgid "share" msgstr "" -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" msgstr "" -#: ../../include/widgets.php:568 -msgid "Private Mail Menu" +#: ../../include/ItemObject.php:286 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/widgets.php:570 -msgid "Combined View" +#: ../../include/ItemObject.php:319 +msgid "to" msgstr "" -#: ../../include/widgets.php:575 ../../include/nav.php:191 -msgid "Inbox" +#: ../../include/ItemObject.php:320 +msgid "via" msgstr "" -#: ../../include/widgets.php:580 ../../include/nav.php:192 -msgid "Outbox" +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/widgets.php:585 ../../include/nav.php:193 -msgid "New Message" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/widgets.php:604 ../../include/widgets.php:616 -msgid "Conversations" +#: ../../include/ItemObject.php:362 +msgid "Save Bookmarks" msgstr "" -#: ../../include/widgets.php:608 -msgid "Received Messages" +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" msgstr "" -#: ../../include/widgets.php:612 -msgid "Sent Messages" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" msgstr "" -#: ../../include/widgets.php:626 -msgid "No messages." +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1212 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/widgets.php:644 -msgid "Delete conversation" +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1213 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/widgets.php:670 -msgid "Events Menu" +#: ../../include/ItemObject.php:694 ../../mod/photos.php:1045 +#: ../../mod/photos.php:1163 +msgid "This is you" msgstr "" -#: ../../include/widgets.php:671 -msgid "Day View" +#: ../../include/ItemObject.php:703 +msgid "Image" msgstr "" -#: ../../include/widgets.php:672 -msgid "Week View" +#: ../../include/ItemObject.php:704 +msgid "Insert Link" msgstr "" -#: ../../include/widgets.php:673 -msgid "Month View" +#: ../../include/ItemObject.php:705 +msgid "Video" msgstr "" -#: ../../include/widgets.php:674 ../../mod/events.php:527 -msgid "Export" +#: ../../include/account.php:27 +msgid "Not a valid email address" msgstr "" -#: ../../include/widgets.php:675 ../../mod/events.php:530 -msgid "Import" +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../include/widgets.php:749 -msgid "Chat Rooms" +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../include/widgets.php:769 -msgid "Bookmarked Chatrooms" +#: ../../include/account.php:67 +msgid "An invitation is required." msgstr "" -#: ../../include/widgets.php:789 -msgid "Suggested Chatrooms" +#: ../../include/account.php:71 +msgid "Invitation could not be verified." msgstr "" -#: ../../include/widgets.php:916 ../../include/widgets.php:974 -msgid "photo/image" +#: ../../include/account.php:121 +msgid "Please enter the required information." msgstr "" -#: ../../include/widgets.php:1069 ../../include/widgets.php:1071 -msgid "Rate Me" +#: ../../include/account.php:188 +msgid "Failed to store account information." msgstr "" -#: ../../include/widgets.php:1075 -msgid "View Ratings" +#: ../../include/account.php:248 +#, php-format +msgid "Registration confirmation for %s" msgstr "" -#: ../../include/widgets.php:1086 -msgid "Public Hubs" +#: ../../include/account.php:314 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../include/widgets.php:1134 -msgid "Forums" +#: ../../include/account.php:338 +msgid "your registration password" msgstr "" -#: ../../include/widgets.php:1161 -msgid "Tasks" +#: ../../include/account.php:341 ../../include/account.php:401 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../include/widgets.php:1170 -msgid "Documentation" +#: ../../include/account.php:410 +msgid "Account approved." msgstr "" -#: ../../include/widgets.php:1172 -msgid "Project/Site Information" +#: ../../include/account.php:449 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../include/widgets.php:1173 -msgid "For Members" +#: ../../include/account.php:494 +msgid "Account verified. Please login." msgstr "" -#: ../../include/widgets.php:1174 -msgid "For Administrators" +#: ../../include/account.php:707 ../../include/account.php:709 +msgid "Click here to upgrade." msgstr "" -#: ../../include/widgets.php:1175 -msgid "For Developers" +#: ../../include/account.php:715 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/widgets.php:1200 ../../mod/admin.php:434 -msgid "Site" +#: ../../include/account.php:720 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/widgets.php:1201 -msgid "Accounts" +#: ../../include/apps.php:128 +msgid "Site Admin" msgstr "" -#: ../../include/widgets.php:1202 ../../mod/admin.php:965 -msgid "Channels" +#: ../../include/apps.php:130 +msgid "Address Book" msgstr "" -#: ../../include/widgets.php:1203 ../../mod/admin.php:1062 -#: ../../mod/admin.php:1102 -msgid "Plugins" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" msgstr "" -#: ../../include/widgets.php:1204 ../../mod/admin.php:1262 -#: ../../mod/admin.php:1296 -msgid "Themes" +#: ../../include/apps.php:148 +msgid "Probe" msgstr "" -#: ../../include/widgets.php:1205 -msgid "Inspect queue" +#: ../../include/apps.php:149 +msgid "Suggest" msgstr "" -#: ../../include/widgets.php:1206 -msgid "Profile Config" +#: ../../include/apps.php:150 +msgid "Random Channel" msgstr "" -#: ../../include/widgets.php:1207 -msgid "DB updates" +#: ../../include/apps.php:151 +msgid "Invite" msgstr "" -#: ../../include/widgets.php:1225 ../../include/widgets.php:1231 -#: ../../mod/admin.php:1381 -msgid "Logs" +#: ../../include/apps.php:152 +msgid "Features" msgstr "" -#: ../../include/widgets.php:1229 ../../include/nav.php:210 -msgid "Admin" +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" msgstr "" -#: ../../include/widgets.php:1230 -msgid "Plugin Features" +#: ../../include/apps.php:154 +msgid "Post" msgstr "" -#: ../../include/widgets.php:1232 -msgid "User registrations waiting for confirmation" +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" msgstr "" -#: ../../include/widgets.php:1311 ../../mod/photos.php:753 -#: ../../mod/photos.php:1286 -msgid "View Photo" +#: ../../include/apps.php:252 ../../mod/settings.php:84 +#: ../../mod/settings.php:612 +msgid "Update" msgstr "" -#: ../../include/widgets.php:1327 ../../mod/photos.php:782 -msgid "Edit Album" +#: ../../include/apps.php:252 +msgid "Install" msgstr "" -#: ../../include/message.php:18 -msgid "No recipient provided." +#: ../../include/apps.php:257 +msgid "Purchase" msgstr "" -#: ../../include/message.php:23 -msgid "[no subject]" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/message.php:43 -msgid "Unable to determine sender." +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" msgstr "" -#: ../../include/message.php:218 -msgid "Stored post could not be verified." +#: ../../include/permissions.php:28 +msgid "Can view my connections" msgstr "" -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" msgstr "" -#: ../../include/identity.php:66 -msgid "Empty name" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" msgstr "" -#: ../../include/identity.php:69 -msgid "Name too long" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../include/identity.php:181 -msgid "No account identifier" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/identity.php:193 -msgid "Nickname is required." +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" msgstr "" -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" msgstr "" -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" msgstr "" -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../include/identity.php:346 -msgid "Default Profile" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/identity.php:769 -msgid "Requested channel is not available." +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/identity.php:815 ../../mod/achievements.php:11 -#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 -#: ../../mod/editblock.php:29 ../../mod/profile.php:16 -#: ../../mod/webpages.php:29 ../../mod/blocks.php:29 -#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 -#: ../../mod/connect.php:13 -msgid "Requested profile is not available." +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/identity.php:965 ../../mod/profiles.php:774 -msgid "Change profile photo" +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/identity.php:971 -msgid "Profiles" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" msgstr "" -#: ../../include/identity.php:971 -msgid "Manage/edit profiles" +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" msgstr "" -#: ../../include/identity.php:972 ../../mod/profiles.php:775 -msgid "Create New Profile" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/identity.php:975 ../../include/nav.php:90 -msgid "Edit Profile" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/identity.php:987 ../../mod/profiles.php:786 -msgid "Profile Image" +#: ../../include/permissions.php:46 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/identity.php:990 -msgid "visible to everybody" +#: ../../include/permissions.php:867 +msgid "Social Networking" msgstr "" -#: ../../include/identity.php:991 ../../mod/profiles.php:669 -#: ../../mod/profiles.php:790 -msgid "Edit visibility" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" msgstr "" -#: ../../include/identity.php:1007 ../../include/identity.php:1247 -msgid "Gender:" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" msgstr "" -#: ../../include/identity.php:1008 ../../include/identity.php:1291 -msgid "Status:" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" msgstr "" -#: ../../include/identity.php:1009 ../../include/identity.php:1302 -msgid "Homepage:" +#: ../../include/permissions.php:868 +msgid "Community Forum" msgstr "" -#: ../../include/identity.php:1010 -msgid "Online Now" +#: ../../include/permissions.php:869 +msgid "Feed Republish" msgstr "" -#: ../../include/identity.php:1094 ../../include/identity.php:1172 -#: ../../mod/ping.php:318 -msgid "g A l F d" +#: ../../include/permissions.php:870 +msgid "Special Purpose" msgstr "" -#: ../../include/identity.php:1095 ../../include/identity.php:1173 -msgid "F d" +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" msgstr "" -#: ../../include/identity.php:1140 ../../include/identity.php:1212 -#: ../../mod/ping.php:341 -msgid "[today]" +#: ../../include/permissions.php:870 +msgid "Group Repository" msgstr "" -#: ../../include/identity.php:1151 -msgid "Birthday Reminders" +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" msgstr "" -#: ../../include/identity.php:1152 -msgid "Birthdays this week:" +#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94 +#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147 +#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +msgid "Profile Photos" msgstr "" -#: ../../include/identity.php:1205 -msgid "[No description]" +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." msgstr "" -#: ../../include/identity.php:1223 -msgid "Event Reminders" +#: ../../mod/filestorage.php:98 +msgid "File not found." msgstr "" -#: ../../include/identity.php:1224 -msgid "Events this week:" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" msgstr "" -#: ../../include/identity.php:1245 ../../mod/settings.php:1027 -msgid "Full Name:" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" msgstr "" -#: ../../include/identity.php:1252 -msgid "Like this channel" +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" msgstr "" -#: ../../include/identity.php:1276 -msgid "j F, Y" +#: ../../mod/filestorage.php:152 +msgid "Return to file list" msgstr "" -#: ../../include/identity.php:1277 -msgid "j F" +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../include/identity.php:1284 -msgid "Birthday:" +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../include/identity.php:1288 ../../mod/directory.php:299 -msgid "Age:" +#: ../../mod/filestorage.php:157 +msgid "Share this file" msgstr "" -#: ../../include/identity.php:1297 -#, php-format -msgid "for %1$d %2$s" +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" msgstr "" -#: ../../include/identity.php:1300 ../../mod/profiles.php:691 -msgid "Sexual Preference:" +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" msgstr "" -#: ../../include/identity.php:1304 ../../mod/directory.php:315 -#: ../../mod/profiles.php:693 -msgid "Hometown:" +#: ../../mod/group.php:20 +msgid "Collection created." msgstr "" -#: ../../include/identity.php:1306 -msgid "Tags:" +#: ../../mod/group.php:26 +msgid "Could not create collection." msgstr "" -#: ../../include/identity.php:1308 ../../mod/profiles.php:694 -msgid "Political Views:" +#: ../../mod/group.php:54 +msgid "Collection updated." msgstr "" -#: ../../include/identity.php:1310 -msgid "Religion:" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." msgstr "" -#: ../../include/identity.php:1312 ../../mod/directory.php:317 -msgid "About:" +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Collection Name: " msgstr "" -#: ../../include/identity.php:1314 -msgid "Hobbies/Interests:" +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" msgstr "" -#: ../../include/identity.php:1316 ../../mod/profiles.php:697 -msgid "Likes:" +#: ../../mod/group.php:107 +msgid "Collection removed." msgstr "" -#: ../../include/identity.php:1318 ../../mod/profiles.php:698 -msgid "Dislikes:" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." msgstr "" -#: ../../include/identity.php:1320 -msgid "Contact information and Social Networks:" +#: ../../mod/group.php:179 +msgid "Collection Editor" msgstr "" -#: ../../include/identity.php:1322 -msgid "My other channels:" +#: ../../mod/group.php:193 +msgid "Members" msgstr "" -#: ../../include/identity.php:1324 -msgid "Musical interests:" +#: ../../mod/group.php:195 +msgid "All Connected Channels" msgstr "" -#: ../../include/identity.php:1326 -msgid "Books, literature:" +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../include/identity.php:1328 -msgid "Television:" +#: ../../mod/item.php:173 +msgid "Unable to locate original post." msgstr "" -#: ../../include/identity.php:1330 -msgid "Film/dance/culture/entertainment:" +#: ../../mod/item.php:417 +msgid "Empty post discarded." msgstr "" -#: ../../include/identity.php:1332 -msgid "Love/Romance:" +#: ../../mod/item.php:457 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../include/identity.php:1334 -msgid "Work/employment:" +#: ../../mod/item.php:822 +msgid "Duplicate post suppressed." msgstr "" -#: ../../include/identity.php:1336 -msgid "School/education:" +#: ../../mod/item.php:953 +msgid "System error. Post not saved." msgstr "" -#: ../../include/identity.php:1356 -msgid "Like this thing" +#: ../../mod/item.php:1220 +msgid "Unable to obtain post information from database." msgstr "" -#: ../../include/taxonomy.php:238 ../../include/taxonomy.php:259 -msgid "Tags" +#: ../../mod/item.php:1227 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../include/taxonomy.php:303 -msgid "Keywords" +#: ../../mod/item.php:1234 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../include/taxonomy.php:324 -msgid "have" +#: ../../mod/common.php:10 +msgid "No channel." msgstr "" -#: ../../include/taxonomy.php:324 -msgid "has" +#: ../../mod/common.php:39 +msgid "Common connections" msgstr "" -#: ../../include/taxonomy.php:325 -msgid "want" +#: ../../mod/common.php:44 +msgid "No connections in common." msgstr "" -#: ../../include/taxonomy.php:325 -msgid "wants" +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" msgstr "" -#: ../../include/taxonomy.php:326 -msgid "likes" +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" msgstr "" -#: ../../include/taxonomy.php:327 -msgid "dislikes" +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../include/attach.php:246 ../../include/attach.php:332 -msgid "Item was not found." +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../include/attach.php:496 -msgid "No source file." +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../include/attach.php:514 -msgid "Cannot locate file to replace" +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../include/attach.php:532 -msgid "Cannot locate file to revise/update" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." msgstr "" -#: ../../include/attach.php:667 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../include/attach.php:681 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../include/attach.php:837 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../mod/match.php:22 +msgid "Profile Match" msgstr "" -#: ../../include/attach.php:850 -msgid "Stored file could not be verified. Upload failed." +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../include/attach.php:898 ../../include/attach.php:914 -msgid "Path not available." +#: ../../mod/match.php:63 +msgid "is interested in:" msgstr "" -#: ../../include/attach.php:960 ../../include/attach.php:1112 -msgid "Empty pathname" +#: ../../mod/match.php:70 +msgid "No matches" msgstr "" -#: ../../include/attach.php:986 -msgid "duplicate filename or path" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: ../../include/attach.php:1008 -msgid "Path not found." +#: ../../mod/openid.php:72 ../../mod/openid.php:179 ../../mod/post.php:285 +#, php-format +msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../include/attach.php:1066 -msgid "mkdir failed." +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../include/attach.php:1070 -msgid "database storage failed." +#: ../../mod/chatsvc.php:111 +msgid "Away" msgstr "" -#: ../../include/attach.php:1118 -msgid "Empty path" +#: ../../mod/chatsvc.php:115 +msgid "Online" msgstr "" -#: ../../include/bb2diaspora.php:382 -msgid "Attachments:" +#: ../../mod/pubsites.php:18 +msgid "Public Sites" msgstr "" -#: ../../include/bb2diaspora.php:473 -msgid "$Projectname event notification:" +#: ../../mod/pubsites.php:21 +msgid "" +"The listed sites allow public registration for the $Projectname network. All " +"sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or " +"provide tiered service plans. The provider links <strong>may</strong> " +"provide additional details." msgstr "" -#: ../../include/text.php:393 -msgid "prev" +#: ../../mod/pubsites.php:27 +msgid "Rate this hub" msgstr "" -#: ../../include/text.php:395 -msgid "first" +#: ../../mod/pubsites.php:28 +msgid "Site URL" msgstr "" -#: ../../include/text.php:424 -msgid "last" +#: ../../mod/pubsites.php:28 +msgid "Access Type" msgstr "" -#: ../../include/text.php:427 -msgid "next" +#: ../../mod/pubsites.php:28 +msgid "Registration Policy" msgstr "" -#: ../../include/text.php:437 -msgid "older" +#: ../../mod/pubsites.php:28 +msgid "Project" msgstr "" -#: ../../include/text.php:439 -msgid "newer" +#: ../../mod/pubsites.php:28 +msgid "View hub ratings" msgstr "" -#: ../../include/text.php:784 -msgid "No connections" +#: ../../mod/pubsites.php:32 +msgid "Rate" msgstr "" -#: ../../include/text.php:796 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/pubsites.php:33 +msgid "View ratings" +msgstr "" -#: ../../include/text.php:809 ../../mod/viewconnections.php:101 -msgid "View Connections" +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../include/text.php:953 -msgid "poke" +#: ../../mod/rate.php:158 +msgid "Website:" msgstr "" -#: ../../include/text.php:954 -msgid "ping" +#: ../../mod/rate.php:161 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" msgstr "" -#: ../../include/text.php:954 -msgid "pinged" +#: ../../mod/rate.php:162 +msgid "Rating (this information is public)" msgstr "" -#: ../../include/text.php:955 -msgid "prod" +#: ../../mod/rate.php:163 +msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../include/text.php:955 -msgid "prodded" +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" msgstr "" -#: ../../include/text.php:956 -msgid "slap" +#: ../../mod/blocks.php:149 +msgid "Block Title" msgstr "" -#: ../../include/text.php:956 -msgid "slapped" +#: ../../mod/id.php:11 +msgid "First Name" msgstr "" -#: ../../include/text.php:957 -msgid "finger" +#: ../../mod/id.php:12 +msgid "Last Name" msgstr "" -#: ../../include/text.php:957 -msgid "fingered" +#: ../../mod/id.php:13 +msgid "Nickname" msgstr "" -#: ../../include/text.php:958 -msgid "rebuff" +#: ../../mod/id.php:14 +msgid "Full Name" msgstr "" -#: ../../include/text.php:958 -msgid "rebuffed" +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" msgstr "" -#: ../../include/text.php:968 -msgid "happy" +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" msgstr "" -#: ../../include/text.php:969 -msgid "sad" +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" msgstr "" -#: ../../include/text.php:970 -msgid "mellow" +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" msgstr "" -#: ../../include/text.php:971 -msgid "tired" +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" msgstr "" -#: ../../include/text.php:972 -msgid "perky" +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" msgstr "" -#: ../../include/text.php:973 -msgid "angry" +#: ../../mod/id.php:26 +msgid "Timezone" msgstr "" -#: ../../include/text.php:974 -msgid "stupified" +#: ../../mod/id.php:27 +msgid "Homepage URL" msgstr "" -#: ../../include/text.php:975 -msgid "puzzled" +#: ../../mod/id.php:29 +msgid "Birth Year" msgstr "" -#: ../../include/text.php:976 -msgid "interested" +#: ../../mod/id.php:30 +msgid "Birth Month" msgstr "" -#: ../../include/text.php:977 -msgid "bitter" +#: ../../mod/id.php:31 +msgid "Birth Day" msgstr "" -#: ../../include/text.php:978 -msgid "cheerful" +#: ../../mod/id.php:32 +msgid "Birthdate" msgstr "" -#: ../../include/text.php:979 -msgid "alive" +#: ../../mod/id.php:33 ../../mod/profiles.php:441 +msgid "Gender" msgstr "" -#: ../../include/text.php:980 -msgid "annoyed" +#: ../../mod/like.php:15 +msgid "Like/Dislike" msgstr "" -#: ../../include/text.php:981 -msgid "anxious" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." msgstr "" -#: ../../include/text.php:982 -msgid "cranky" +#: ../../mod/like.php:21 +msgid "" +"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a href=" +"\"register\">register as a new $Projectname member</a> to continue." msgstr "" -#: ../../include/text.php:983 -msgid "disturbed" +#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 +msgid "Invalid request." msgstr "" -#: ../../include/text.php:984 -msgid "frustrated" +#: ../../mod/like.php:142 +msgid "thing" msgstr "" -#: ../../include/text.php:985 -msgid "depressed" +#: ../../mod/like.php:188 +msgid "Channel unavailable." msgstr "" -#: ../../include/text.php:986 -msgid "motivated" +#: ../../mod/like.php:236 +msgid "Previous action reversed." msgstr "" -#: ../../include/text.php:987 -msgid "relaxed" +#: ../../mod/like.php:414 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" msgstr "" -#: ../../include/text.php:988 -msgid "surprised" +#: ../../mod/like.php:416 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" msgstr "" -#: ../../include/text.php:1164 -msgid "May" +#: ../../mod/like.php:418 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" msgstr "" -#: ../../include/text.php:1241 ../../include/text.php:1245 -msgid "Unknown Attachment" +#: ../../mod/like.php:420 +#, php-format +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: ../../include/text.php:1247 -msgid "unknown" +#: ../../mod/like.php:422 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: ../../include/text.php:1283 -msgid "remove category" +#: ../../mod/like.php:424 +#, php-format +msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../include/text.php:1360 -msgid "remove from file" +#: ../../mod/like.php:520 +msgid "Action completed." msgstr "" -#: ../../include/text.php:1472 ../../include/text.php:1483 -msgid "Click to open/close" +#: ../../mod/like.php:521 +msgid "Thank you." msgstr "" -#: ../../include/text.php:1656 ../../mod/events.php:495 -msgid "Link to Source" +#: ../../mod/page.php:36 ../../mod/block.php:27 +msgid "Invalid item." msgstr "" -#: ../../include/text.php:1677 ../../include/text.php:1749 -msgid "default" +#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39 +msgid "Channel not found." msgstr "" -#: ../../include/text.php:1685 -msgid "Page layout" +#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:214 +#: ../../mod/block.php:75 ../../index.php:241 +msgid "Page not found." msgstr "" -#: ../../include/text.php:1685 -msgid "You can create your own with the layouts tool" +#: ../../mod/page.php:126 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." msgstr "" -#: ../../include/text.php:1727 -msgid "Page content type" +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." msgstr "" -#: ../../include/text.php:1761 -msgid "Select an alternate language" +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" msgstr "" -#: ../../include/text.php:1893 -msgid "activity" +#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 +msgid "WARNING: " msgstr "" -#: ../../include/text.php:2188 -msgid "Design Tools" +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " msgstr "" -#: ../../include/text.php:2191 ../../mod/blocks.php:147 -msgid "Blocks" +#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 +msgid "This action is permanent and can not be undone!" msgstr "" -#: ../../include/text.php:2192 ../../mod/menu.php:103 -msgid "Menus" +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" msgstr "" -#: ../../include/text.php:2193 ../../mod/layouts.php:174 -msgid "Layouts" +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" msgstr "" -#: ../../include/text.php:2194 -msgid "Pages" +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1485 -msgid "Logout" +#: ../../mod/removeme.php:61 ../../mod/settings.php:1112 +msgid "Remove Channel" msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:114 -msgid "End this session" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:145 -msgid "Home" +#: ../../mod/new_channel.php:109 +msgid "Add a Channel" msgstr "" -#: ../../include/nav.php:85 -msgid "Your posts and conversations" +#: ../../mod/new_channel.php:110 +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 "" -#: ../../include/nav.php:86 -msgid "Your profile page" +#: ../../mod/new_channel.php:112 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" msgstr "" -#: ../../include/nav.php:88 -msgid "Edit Profiles" +#: ../../mod/new_channel.php:113 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " msgstr "" -#: ../../include/nav.php:88 -msgid "Manage/Edit profiles" +#: ../../mod/new_channel.php:114 +msgid "Choose a short nickname" msgstr "" -#: ../../include/nav.php:90 -msgid "Edit your profile" +#: ../../mod/new_channel.php:115 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." msgstr "" -#: ../../include/nav.php:92 -msgid "Your photos" +#: ../../mod/new_channel.php:116 +msgid "" +"Or <a href=\"import\">import an existing channel</a> from another location" msgstr "" -#: ../../include/nav.php:93 -msgid "Your files" +#: ../../mod/new_channel.php:118 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" msgstr "" -#: ../../include/nav.php:97 -msgid "Your chatrooms" +#: ../../mod/new_channel.php:119 +msgid "Channel Type" msgstr "" -#: ../../include/nav.php:103 -msgid "Your bookmarks" +#: ../../mod/new_channel.php:119 +msgid "Read more about roles" msgstr "" -#: ../../include/nav.php:107 -msgid "Your webpages" +#: ../../mod/ratings.php:69 +msgid "No ratings" msgstr "" -#: ../../include/nav.php:111 -msgid "Sign in" +#: ../../mod/ratings.php:82 ../../mod/search.php:13 ../../mod/directory.php:59 +#: ../../mod/photos.php:490 ../../mod/display.php:13 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." msgstr "" -#: ../../include/nav.php:128 -#, php-format -msgid "%s - click to logout" +#: ../../mod/ratings.php:99 +msgid "Ratings" msgstr "" -#: ../../include/nav.php:131 -msgid "Remote authentication" +#: ../../mod/ratings.php:100 +msgid "Rating: " msgstr "" -#: ../../include/nav.php:131 -msgid "Click to authenticate to your home hub" +#: ../../mod/ratings.php:101 +msgid "Website: " msgstr "" -#: ../../include/nav.php:145 -msgid "Home Page" +#: ../../mod/ratings.php:103 +msgid "Description: " msgstr "" -#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1462 -msgid "Register" +#: ../../mod/setup.php:191 +msgid "$Projectname Server - Setup" msgstr "" -#: ../../include/nav.php:149 -msgid "Create an account" +#: ../../mod/setup.php:195 +msgid "Could not connect to database." msgstr "" -#: ../../include/nav.php:154 -msgid "Help and documentation" +#: ../../mod/setup.php:199 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../include/nav.php:157 -msgid "Applications, utilities, links, games" +#: ../../mod/setup.php:206 +msgid "Could not create table." msgstr "" -#: ../../include/nav.php:159 -msgid "Search site @name, #tag, ?docs, content" +#: ../../mod/setup.php:211 +msgid "Your site database has been installed." msgstr "" -#: ../../include/nav.php:162 -msgid "Channel Directory" +#: ../../mod/setup.php:215 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." msgstr "" -#: ../../include/nav.php:174 -msgid "Your grid" +#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../include/nav.php:175 -msgid "Mark all grid notifications seen" +#: ../../mod/setup.php:281 +msgid "System check" msgstr "" -#: ../../include/nav.php:177 -msgid "Channel home" +#: ../../mod/setup.php:285 ../../mod/photos.php:914 ../../mod/events.php:668 +#: ../../mod/events.php:675 +msgid "Next" msgstr "" -#: ../../include/nav.php:178 -msgid "Mark all channel notifications seen" +#: ../../mod/setup.php:286 +msgid "Check again" msgstr "" -#: ../../include/nav.php:181 ../../mod/connections.php:260 -msgid "Connections" +#: ../../mod/setup.php:308 +msgid "Database connection" msgstr "" -#: ../../include/nav.php:184 -msgid "Notices" +#: ../../mod/setup.php:309 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." msgstr "" -#: ../../include/nav.php:184 -msgid "Notifications" +#: ../../mod/setup.php:310 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../include/nav.php:185 -msgid "See all notifications" +#: ../../mod/setup.php:311 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../include/nav.php:186 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" +#: ../../mod/setup.php:315 +msgid "Database Server Name" msgstr "" -#: ../../include/nav.php:188 -msgid "Private mail" +#: ../../mod/setup.php:315 +msgid "Default is 127.0.0.1" msgstr "" -#: ../../include/nav.php:189 -msgid "See all private messages" +#: ../../mod/setup.php:316 +msgid "Database Port" msgstr "" -#: ../../include/nav.php:190 -msgid "Mark all private messages seen" +#: ../../mod/setup.php:316 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../include/nav.php:196 -msgid "Event Calendar" +#: ../../mod/setup.php:317 +msgid "Database Login Name" msgstr "" -#: ../../include/nav.php:197 -msgid "See all events" +#: ../../mod/setup.php:318 +msgid "Database Login Password" msgstr "" -#: ../../include/nav.php:198 -msgid "Mark all events seen" +#: ../../mod/setup.php:319 +msgid "Database Name" msgstr "" -#: ../../include/nav.php:200 -msgid "Manage Your Channels" +#: ../../mod/setup.php:320 +msgid "Database Type" msgstr "" -#: ../../include/nav.php:202 -msgid "Account/Channel Settings" +#: ../../mod/setup.php:322 ../../mod/setup.php:363 +msgid "Site administrator email address" msgstr "" -#: ../../include/nav.php:210 -msgid "Site Setup and Configuration" +#: ../../mod/setup.php:322 ../../mod/setup.php:363 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../include/nav.php:246 -msgid "@name, #tag, ?doc, content" +#: ../../mod/setup.php:323 ../../mod/setup.php:365 +msgid "Website URL" msgstr "" -#: ../../include/nav.php:247 -msgid "Please wait..." +#: ../../mod/setup.php:323 ../../mod/setup.php:365 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" +#: ../../mod/setup.php:325 ../../mod/setup.php:367 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" +#: ../../mod/setup.php:352 +msgid "Site settings" msgstr "" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/removeme.php:60 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../mod/connedit.php:635 -#: ../../mod/connedit.php:684 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/photos.php:626 -#: ../../mod/admin.php:410 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/settings.php:575 ../../mod/api.php:106 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 -msgid "No" +#: ../../mod/setup.php:417 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/removeme.php:60 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/photos.php:626 -#: ../../mod/admin.php:412 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/settings.php:575 ../../mod/api.php:105 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1490 -msgid "Yes" +#: ../../mod/setup.php:418 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" +#: ../../mod/setup.php:422 +msgid "PHP executable path" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "This Website Only" +#: ../../mod/setup.php:422 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" +#: ../../mod/setup.php:427 +msgid "Command line PHP" msgstr "" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." +#: ../../mod/setup.php:436 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../mod/setup.php:437 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" +#: ../../mod/setup.php:440 +msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/fsuggest.php:99 +#: ../../mod/setup.php:458 #, php-format -msgid "Suggest a friend for %s" +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to " +"upload is set to %s. You are allowed to upload up to %d files at once." msgstr "" -#: ../../mod/directory.php:59 ../../mod/display.php:13 ../../mod/search.php:13 -#: ../../mod/photos.php:490 ../../mod/ratings.php:82 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." +#: ../../mod/setup.php:463 +msgid "You can adjust these settings in the servers php.ini." msgstr "" -#: ../../mod/directory.php:236 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/directory.php:247 -msgid "Gender: " +#: ../../mod/setup.php:465 +msgid "PHP upload limits" msgstr "" -#: ../../mod/directory.php:249 -msgid "Status: " +#: ../../mod/setup.php:488 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/directory.php:251 -msgid "Homepage: " +#: ../../mod/setup.php:489 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/directory.php:310 ../../mod/events.php:699 -msgid "Description:" +#: ../../mod/setup.php:492 +msgid "Generate encryption keys" msgstr "" -#: ../../mod/directory.php:319 -msgid "Public Forum:" +#: ../../mod/setup.php:504 +msgid "libCurl PHP module" msgstr "" -#: ../../mod/directory.php:322 -msgid "Keywords: " +#: ../../mod/setup.php:505 +msgid "GD graphics PHP module" msgstr "" -#: ../../mod/directory.php:325 -msgid "Don't suggest" +#: ../../mod/setup.php:506 +msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/directory.php:327 -msgid "Common connections:" +#: ../../mod/setup.php:507 +msgid "mysqli or postgres PHP module" msgstr "" -#: ../../mod/directory.php:376 -msgid "Global Directory" +#: ../../mod/setup.php:508 +msgid "mb_string PHP module" msgstr "" -#: ../../mod/directory.php:376 -msgid "Local Directory" +#: ../../mod/setup.php:509 +msgid "mcrypt PHP module" msgstr "" -#: ../../mod/directory.php:382 -msgid "Finding:" +#: ../../mod/setup.php:510 +msgid "xml PHP module" msgstr "" -#: ../../mod/directory.php:387 -msgid "next page" +#: ../../mod/setup.php:514 ../../mod/setup.php:516 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/directory.php:387 -msgid "previous page" +#: ../../mod/setup.php:514 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/directory.php:388 -msgid "Sort options" +#: ../../mod/setup.php:520 ../../mod/setup.php:523 +msgid "proc_open" msgstr "" -#: ../../mod/directory.php:389 -msgid "Alphabetic" +#: ../../mod/setup.php:520 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../mod/directory.php:390 -msgid "Reverse Alphabetic" +#: ../../mod/setup.php:528 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/directory.php:391 -msgid "Newest to Oldest" +#: ../../mod/setup.php:532 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/directory.php:392 -msgid "Oldest to Newest" +#: ../../mod/setup.php:536 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/directory.php:409 -msgid "No entries (some entries may be hidden)." +#: ../../mod/setup.php:540 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." msgstr "" -#: ../../mod/bookmarks.php:40 -msgid "Bookmark added" +#: ../../mod/setup.php:544 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/bookmarks.php:62 -msgid "My Bookmarks" +#: ../../mod/setup.php:548 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/bookmarks.php:73 -msgid "My Connections Bookmarks" +#: ../../mod/setup.php:552 +msgid "Error: xml PHP module required for DAV but not installed." msgstr "" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/setup.php:570 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/openid.php:72 ../../mod/openid.php:179 ../../mod/post.php:285 -#, php-format -msgid "Welcome %s. Remote authentication successful." +#: ../../mod/setup.php:571 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/block.php:27 ../../mod/page.php:36 -msgid "Invalid item." +#: ../../mod/setup.php:572 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 -msgid "Channel not found." +#: ../../mod/setup.php:573 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/block.php:75 ../../mod/display.php:110 ../../mod/help.php:214 -#: ../../mod/page.php:89 ../../index.php:237 -msgid "Page not found." +#: ../../mod/setup.php:576 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/id.php:11 -msgid "First Name" +#: ../../mod/setup.php:590 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/id.php:12 -msgid "Last Name" +#: ../../mod/setup.php:591 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." msgstr "" -#: ../../mod/id.php:13 -msgid "Nickname" +#: ../../mod/setup.php:592 ../../mod/setup.php:613 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/id.php:14 -msgid "Full Name" +#: ../../mod/setup.php:593 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" +#: ../../mod/setup.php:596 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" +#: ../../mod/setup.php:612 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" +#: ../../mod/setup.php:616 +msgid "store is writable" msgstr "" -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" +#: ../../mod/setup.php:649 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" +#: ../../mod/setup.php:650 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" +#: ../../mod/setup.php:651 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../mod/id.php:26 -msgid "Timezone" +#: ../../mod/setup.php:652 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/id.php:27 -msgid "Homepage URL" +#: ../../mod/setup.php:653 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/id.php:29 -msgid "Birth Year" +#: ../../mod/setup.php:654 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/id.php:30 -msgid "Birth Month" +#: ../../mod/setup.php:656 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/id.php:31 -msgid "Birth Day" +#: ../../mod/setup.php:662 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " msgstr "" -#: ../../mod/id.php:32 -msgid "Birthdate" +#: ../../mod/setup.php:665 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/id.php:33 ../../mod/profiles.php:431 -msgid "Gender" +#: ../../mod/setup.php:674 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/like.php:15 -msgid "Like/Dislike" +#: ../../mod/setup.php:698 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." +#: ../../mod/setup.php:732 +msgid "<h1>What next</h1>" msgstr "" -#: ../../mod/like.php:21 +#: ../../mod/setup.php:733 msgid "" -"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a href=" -"\"register\">register as a new $Projectname member</a> to continue." +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 -msgid "Invalid request." +#: ../../mod/bookmarks.php:40 +msgid "Bookmark added" msgstr "" -#: ../../mod/like.php:142 -msgid "thing" +#: ../../mod/bookmarks.php:62 +msgid "My Bookmarks" msgstr "" -#: ../../mod/like.php:188 -msgid "Channel unavailable." +#: ../../mod/bookmarks.php:73 +msgid "My Connections Bookmarks" msgstr "" -#: ../../mod/like.php:236 -msgid "Previous action reversed." +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:157 +msgid "$Projectname" msgstr "" -#: ../../mod/like.php:414 +#: ../../mod/home.php:75 #, php-format -msgid "%1$s agrees with %2$s's %3$s" +msgid "Welcome to %s" msgstr "" -#: ../../mod/like.php:416 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." msgstr "" -#: ../../mod/like.php:418 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" msgstr "" -#: ../../mod/like.php:420 -#, php-format -msgid "%1$s is attending %2$s's %3$s" +#: ../../mod/pconfig.php:50 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please " +"leave this page unless you are comfortable with and knowledgeable about how " +"to correctly use this feature." msgstr "" -#: ../../mod/like.php:422 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" +#: ../../mod/poke.php:164 +msgid "Poke/Prod" msgstr "" -#: ../../mod/like.php:424 -#, php-format -msgid "%1$s may attend %2$s's %3$s" +#: ../../mod/poke.php:165 +msgid "poke, prod or do other things to somebody" msgstr "" -#: ../../mod/like.php:520 -msgid "Action completed." +#: ../../mod/poke.php:166 +msgid "Recipient" msgstr "" -#: ../../mod/like.php:521 -msgid "Thank you." +#: ../../mod/poke.php:167 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 -msgid "Export Channel" +#: ../../mod/poke.php:170 +msgid "Make this post private" msgstr "" -#: ../../mod/uexport.php:53 -msgid "" -"Export your basic channel information to a file. This acts as a backup of " -"your connections, permissions, profile and basic data, which can be used to " -"import your data to a new server hub, but does not contain your content." +#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 +#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 +msgid "Profile not found." msgstr "" -#: ../../mod/uexport.php:54 -msgid "Export Content" +#: ../../mod/profiles.php:39 +msgid "Profile deleted." msgstr "" -#: ../../mod/uexport.php:55 -msgid "" -"Export your channel information and recent content to a JSON backup that can " -"be restored or imported to another server hub. This backs up all of your " -"connections, permissions, profile data and several months of posts. This " -"file may be VERY large. Please be patient - it may take several minutes for " -"this download to begin." +#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 +msgid "Profile-" msgstr "" -#: ../../mod/uexport.php:56 -msgid "Export your posts from a given year." +#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 +msgid "New profile created." msgstr "" -#: ../../mod/uexport.php:58 -msgid "" -"You may also export your posts and conversations for a particular year or " -"month. Adjust the date in your browser location bar to select other dates. " -"If the export fails (possibly due to memory exhaustion on your server hub), " -"please try again selecting a more limited date range." +#: ../../mod/profiles.php:105 +msgid "Profile unavailable to clone." msgstr "" -#: ../../mod/uexport.php:59 -#, php-format -msgid "" -"To select all posts for a given year, such as this year, visit <a href=\"%1$s" -"\">%2$s</a>" +#: ../../mod/profiles.php:146 +msgid "Profile unavailable to export." msgstr "" -#: ../../mod/uexport.php:60 -#, php-format -msgid "" -"To select all posts for a given month, such as January of this year, visit " -"<a href=\"%1$s\">%2$s</a>" +#: ../../mod/profiles.php:251 +msgid "Profile Name is required." msgstr "" -#: ../../mod/uexport.php:61 -#, php-format -msgid "" -"These content files may be imported or restored by visiting <a href=\"%1$s\">" -"%2$s</a> on any site containing your channel. For best results please import " -"or restore these in date order (oldest first)." +#: ../../mod/profiles.php:414 +msgid "Marital Status" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../mod/profiles.php:418 +msgid "Romantic Partner" msgstr "" -#: ../../mod/chatsvc.php:115 -msgid "Online" +#: ../../mod/profiles.php:422 +msgid "Likes" msgstr "" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/profiles.php:426 +msgid "Dislikes" msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../mod/profiles.php:430 +msgid "Work/Employment" msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../mod/profiles.php:433 +msgid "Religion" msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../mod/profiles.php:437 +msgid "Political Views" msgstr "" -#: ../../mod/ping.php:260 -msgid "sent you a private message" +#: ../../mod/profiles.php:445 +msgid "Sexual Preference" msgstr "" -#: ../../mod/ping.php:308 -msgid "added your channel" +#: ../../mod/profiles.php:449 +msgid "Homepage" msgstr "" -#: ../../mod/ping.php:350 -msgid "posted an event" +#: ../../mod/profiles.php:453 +msgid "Interests" msgstr "" -#: ../../mod/help.php:147 -msgid "Documentation Search" +#: ../../mod/profiles.php:457 ../../mod/admin.php:974 +msgid "Address" msgstr "" -#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 -msgid "Help:" +#: ../../mod/profiles.php:547 +msgid "Profile updated." msgstr "" -#: ../../mod/help.php:211 ../../index.php:234 -msgid "Not Found" +#: ../../mod/profiles.php:634 +msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../mod/help.php:235 -msgid "$Projectname Documentation" +#: ../../mod/profiles.php:674 +msgid "Edit Profile Details" msgstr "" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." +#: ../../mod/profiles.php:676 +msgid "View this profile" msgstr "" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" +#: ../../mod/profiles.php:678 +msgid "Change Profile Photo" msgstr "" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "WARNING: " +#: ../../mod/profiles.php:679 +msgid "Create a new profile using these settings" msgstr "" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " +#: ../../mod/profiles.php:680 +msgid "Clone this profile" msgstr "" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "This action is permanent and can not be undone!" +#: ../../mod/profiles.php:681 +msgid "Delete this profile" msgstr "" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" +#: ../../mod/profiles.php:683 +msgid "Import profile from file" msgstr "" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" +#: ../../mod/profiles.php:684 +msgid "Export profile to file" msgstr "" -#: ../../mod/removeme.php:60 -msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +#: ../../mod/profiles.php:685 +msgid "Profile Name:" msgstr "" -#: ../../mod/removeme.php:61 ../../mod/settings.php:1110 -msgid "Remove Channel" +#: ../../mod/profiles.php:686 +msgid "Your Full Name:" msgstr "" -#: ../../mod/filer.php:48 -msgid "- select -" +#: ../../mod/profiles.php:687 +msgid "Title/Description:" msgstr "" -#: ../../mod/mitem.php:24 ../../mod/menu.php:140 -msgid "Menu not found." +#: ../../mod/profiles.php:688 +msgid "Your Gender:" msgstr "" -#: ../../mod/mitem.php:48 -msgid "Unable to create element." +#: ../../mod/profiles.php:689 +msgid "Birthday :" msgstr "" -#: ../../mod/mitem.php:72 -msgid "Unable to update menu element." +#: ../../mod/profiles.php:690 +msgid "Street Address:" msgstr "" -#: ../../mod/mitem.php:88 -msgid "Unable to add menu element." +#: ../../mod/profiles.php:691 +msgid "Locality/City:" msgstr "" -#: ../../mod/mitem.php:116 ../../mod/menu.php:162 ../../mod/xchan.php:37 -msgid "Not found." +#: ../../mod/profiles.php:692 +msgid "Postal/Zip Code:" msgstr "" -#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 -msgid "Menu Item Permissions" +#: ../../mod/profiles.php:693 +msgid "Country:" msgstr "" -#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1054 -msgid "(click to open/close)" +#: ../../mod/profiles.php:694 +msgid "Region/State:" msgstr "" -#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 -msgid "Link Name" +#: ../../mod/profiles.php:695 +msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "" -#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 -msgid "Link or Submenu Target" +#: ../../mod/profiles.php:696 +msgid "Who: (if applicable)" msgstr "" -#: ../../mod/mitem.php:153 -msgid "Enter URL of the link or select a menu name to create a submenu" +#: ../../mod/profiles.php:697 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 -msgid "Use magic-auth if available" +#: ../../mod/profiles.php:698 +msgid "Since [date]:" msgstr "" -#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 -msgid "Open link in new window" +#: ../../mod/profiles.php:700 +msgid "Homepage URL:" msgstr "" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Order in list" +#: ../../mod/profiles.php:703 +msgid "Religious Views:" msgstr "" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Higher numbers will sink to bottom of listing" +#: ../../mod/profiles.php:704 +msgid "Keywords:" msgstr "" -#: ../../mod/mitem.php:157 -msgid "Submit and finish" +#: ../../mod/profiles.php:707 +msgid "Example: fishing photography software" msgstr "" -#: ../../mod/mitem.php:158 -msgid "Submit and continue" +#: ../../mod/profiles.php:708 +msgid "Used in directory listings" msgstr "" -#: ../../mod/mitem.php:166 -msgid "Menu:" +#: ../../mod/profiles.php:709 +msgid "Tell us about yourself..." msgstr "" -#: ../../mod/mitem.php:169 -msgid "Link Target" +#: ../../mod/profiles.php:710 +msgid "Hobbies/Interests" msgstr "" -#: ../../mod/mitem.php:172 -msgid "Edit menu" +#: ../../mod/profiles.php:711 +msgid "Contact information and Social Networks" msgstr "" -#: ../../mod/mitem.php:175 -msgid "Edit element" +#: ../../mod/profiles.php:712 +msgid "My other channels" msgstr "" -#: ../../mod/mitem.php:176 -msgid "Drop element" +#: ../../mod/profiles.php:713 +msgid "Musical interests" msgstr "" -#: ../../mod/mitem.php:177 -msgid "New element" +#: ../../mod/profiles.php:714 +msgid "Books, literature" msgstr "" -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" +#: ../../mod/profiles.php:715 +msgid "Television" msgstr "" -#: ../../mod/mitem.php:179 -msgid "Add menu element" +#: ../../mod/profiles.php:716 +msgid "Film/dance/culture/entertainment" msgstr "" -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" +#: ../../mod/profiles.php:717 +msgid "Love/romance" msgstr "" -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" +#: ../../mod/profiles.php:718 +msgid "Work/employment" msgstr "" -#: ../../mod/mitem.php:198 -msgid "Menu item not found." +#: ../../mod/profiles.php:719 +msgid "School/education" msgstr "" -#: ../../mod/mitem.php:211 -msgid "Menu item deleted." +#: ../../mod/profiles.php:725 +msgid "This is your default profile." msgstr "" -#: ../../mod/mitem.php:213 -msgid "Menu item could not be deleted." +#: ../../mod/profiles.php:736 +msgid "Age: " msgstr "" -#: ../../mod/mitem.php:220 -msgid "Edit Menu Element" +#: ../../mod/profiles.php:779 +msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/mitem.php:226 -msgid "Link text" +#: ../../mod/profiles.php:780 +msgid "Add profile things" +msgstr "" + +#: ../../mod/profiles.php:781 +msgid "Include desirable objects in your profile" +msgstr "" + +#: ../../mod/search.php:212 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: ../../mod/search.php:214 +#, php-format +msgid "Search results for: %s" msgstr "" #: ../../mod/connedit.php:75 @@ -5024,216 +5778,535 @@ msgstr "" msgid "Last update:" msgstr "" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" +#: ../../mod/acl.php:222 +msgid "network" msgstr "" -#: ../../mod/magic.php:69 -msgid "Hub not found." +#: ../../mod/acl.php:232 +msgid "RSS" msgstr "" -#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 -msgid "This setting requires special processing and editing has been blocked." +#: ../../mod/dav.php:121 +msgid "$Projectname channel" msgstr "" -#: ../../mod/pconfig.php:49 -msgid "Configuration Editor" +#: ../../mod/dreport.php:23 +msgid "Invalid message" msgstr "" -#: ../../mod/pconfig.php:50 +#: ../../mod/dreport.php:55 +msgid "no results" +msgstr "" + +#: ../../mod/dreport.php:60 +#, php-format +msgid "Delivery report for %1$s" +msgstr "" + +#: ../../mod/dreport.php:74 +msgid "channel sync processed" +msgstr "" + +#: ../../mod/dreport.php:78 +msgid "queued" +msgstr "" + +#: ../../mod/dreport.php:82 +msgid "posted" +msgstr "" + +#: ../../mod/dreport.php:86 +msgid "accepted for delivery" +msgstr "" + +#: ../../mod/dreport.php:90 +msgid "updated" +msgstr "" + +#: ../../mod/dreport.php:93 +msgid "update ignored" +msgstr "" + +#: ../../mod/dreport.php:96 +msgid "permission denied" +msgstr "" + +#: ../../mod/dreport.php:100 +msgid "recipient not found" +msgstr "" + +#: ../../mod/dreport.php:103 +msgid "mail recalled" +msgstr "" + +#: ../../mod/dreport.php:106 +msgid "duplicate mail received" +msgstr "" + +#: ../../mod/dreport.php:109 +msgid "mail delivered" +msgstr "" + +#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78 +#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 +#: ../../mod/editpost.php:20 +msgid "Item not found" +msgstr "" + +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "" + +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "" + +#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122 +msgid "Insert Vorbis [.ogg] video" +msgstr "" + +#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123 +msgid "Insert Vorbis [.ogg] audio" +msgstr "" + +#: ../../mod/editwebpage.php:222 +msgid "Edit Webpage" +msgstr "" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "" + +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "" + +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "" + +#: ../../mod/ping.php:350 +msgid "posted an event" +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 "" -"Warning: Changing some settings could render your channel inoperable. Please " -"leave this page unless you are comfortable with and knowledgeable about how " -"to correctly use this feature." +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." +#: ../../mod/notify.php:53 ../../mod/notifications.php:94 +msgid "No more system notifications." msgstr "" -#: ../../mod/filestorage.php:98 -msgid "File not found." +#: ../../mod/notify.php:57 ../../mod/notifications.php:98 +msgid "System Notifications" msgstr "" -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" +#: ../../mod/rbmark.php:90 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" +#: ../../mod/rbmark.php:95 +msgid "Save Bookmark" msgstr "" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" +#: ../../mod/rbmark.php:96 +msgid "URL of bookmark" msgstr "" -#: ../../mod/filestorage.php:152 -msgid "Return to file list" +#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:465 +msgid "Description" msgstr "" -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" +#: ../../mod/rbmark.php:101 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." msgstr "" -#: ../../mod/filestorage.php:157 -msgid "Share this file" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." msgstr "" -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" msgstr "" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../mod/layouts.php:121 ../../mod/layouts.php:179 -#: ../../mod/editlayout.php:161 -msgid "Layout Name" +#: ../../mod/sources.php:45 +msgid "Source created." msgstr "" -#: ../../mod/layouts.php:124 ../../mod/editlayout.php:159 -msgid "Layout Description (Optional)" +#: ../../mod/sources.php:57 +msgid "Source updated." msgstr "" -#: ../../mod/layouts.php:176 -msgid "Comanche page description language help" +#: ../../mod/sources.php:82 +msgid "*" msgstr "" -#: ../../mod/layouts.php:180 -msgid "Layout Description" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../mod/layouts.php:185 -msgid "Download PDL file" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" msgstr "" -#: ../../mod/poke.php:164 -msgid "Poke/Prod" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../mod/poke.php:165 -msgid "poke, prod or do other things to somebody" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" msgstr "" -#: ../../mod/poke.php:166 -msgid "Recipient" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" msgstr "" -#: ../../mod/poke.php:167 -msgid "Choose what you wish to do to recipient" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." msgstr "" -#: ../../mod/poke.php:170 -msgid "Make this post private" +#: ../../mod/sources.php:130 +msgid "Edit Source" msgstr "" -#: ../../mod/network.php:91 -msgid "No such group" +#: ../../mod/sources.php:131 +msgid "Delete Source" msgstr "" -#: ../../mod/network.php:131 -msgid "No such channel" +#: ../../mod/sources.php:158 +msgid "Source removed" msgstr "" -#: ../../mod/network.php:136 -msgid "forum" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." msgstr "" -#: ../../mod/network.php:148 -msgid "Search Results For:" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." msgstr "" -#: ../../mod/network.php:207 -msgid "Collection is empty" +#: ../../mod/notifications.php:35 +msgid "Discard" msgstr "" -#: ../../mod/network.php:216 -msgid "Collection: " +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" msgstr "" -#: ../../mod/network.php:242 -msgid "Invalid connection." +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/chat.php:174 -msgid "Room not found" +#: ../../mod/tagrm.php:133 ../../mod/photos.php:954 +msgid "Remove" msgstr "" -#: ../../mod/chat.php:185 -msgid "Leave Room" +#: ../../mod/directory.php:236 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/directory.php:247 +msgid "Gender: " msgstr "" -#: ../../mod/chat.php:186 -msgid "Delete This Room" +#: ../../mod/directory.php:249 +msgid "Status: " msgstr "" -#: ../../mod/chat.php:187 -msgid "I am away right now" +#: ../../mod/directory.php:251 +msgid "Homepage: " msgstr "" -#: ../../mod/chat.php:188 -msgid "I am online" +#: ../../mod/directory.php:310 +msgid "Description:" msgstr "" -#: ../../mod/chat.php:190 -msgid "Bookmark this room" +#: ../../mod/directory.php:319 +msgid "Public Forum:" msgstr "" -#: ../../mod/chat.php:208 ../../mod/chat.php:231 -msgid "New Chatroom" +#: ../../mod/directory.php:322 +msgid "Keywords: " msgstr "" -#: ../../mod/chat.php:209 -msgid "Chatroom Name" +#: ../../mod/directory.php:325 +msgid "Don't suggest" msgstr "" -#: ../../mod/chat.php:210 -msgid "Expiration of chats (minutes)" +#: ../../mod/directory.php:327 +msgid "Common connections:" msgstr "" -#: ../../mod/chat.php:227 +#: ../../mod/directory.php:376 +msgid "Global Directory" +msgstr "" + +#: ../../mod/directory.php:376 +msgid "Local Directory" +msgstr "" + +#: ../../mod/directory.php:382 +msgid "Finding:" +msgstr "" + +#: ../../mod/directory.php:387 +msgid "next page" +msgstr "" + +#: ../../mod/directory.php:387 +msgid "previous page" +msgstr "" + +#: ../../mod/directory.php:388 +msgid "Sort options" +msgstr "" + +#: ../../mod/directory.php:389 +msgid "Alphabetic" +msgstr "" + +#: ../../mod/directory.php:390 +msgid "Reverse Alphabetic" +msgstr "" + +#: ../../mod/directory.php:391 +msgid "Newest to Oldest" +msgstr "" + +#: ../../mod/directory.php:392 +msgid "Oldest to Newest" +msgstr "" + +#: ../../mod/directory.php:409 +msgid "No entries (some entries may be hidden)." +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:103 #, php-format -msgid "%1$s's Chatrooms" +msgid "Site Member (%s)" msgstr "" -#: ../../mod/search.php:212 +#: ../../mod/lostpass.php:40 #, php-format -msgid "Items tagged with: %s" +msgid "Password reset requested at %s" msgstr "" -#: ../../mod/search.php:214 +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: ../../mod/lostpass.php:86 ../../boot.php:1494 +msgid "Password Reset" +msgstr "" + +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." +msgstr "" + +#: ../../mod/lostpass.php:88 +msgid "Your new password is" +msgstr "" + +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" +msgstr "" + +#: ../../mod/lostpass.php:90 +msgid "click here to login" +msgstr "" + +#: ../../mod/lostpass.php:91 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "" + +#: ../../mod/lostpass.php:108 #, php-format -msgid "Search results for: %s" +msgid "Your password has changed at %s" msgstr "" -#: ../../mod/rate.php:158 -msgid "Website:" +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" msgstr "" -#: ../../mod/rate.php:161 +#: ../../mod/lostpass.php:124 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: ../../mod/lostpass.php:125 +msgid "Email Address" +msgstr "" + +#: ../../mod/lostpass.php:126 +msgid "Reset" +msgstr "" + +#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "" + +#: ../../mod/impel.php:192 #, php-format -msgid "Remote Channel [%s] (not yet known on this site)" +msgid "%s element installed" msgstr "" -#: ../../mod/rate.php:162 -msgid "Rating (this information is public)" +#: ../../mod/impel.php:195 +#, php-format +msgid "%s element installation failed" msgstr "" -#: ../../mod/rate.php:163 -msgid "Optionally explain your rating (this information is public)" +#: ../../mod/subthread.php:114 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: ../../mod/subthread.php:116 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "" + +#: ../../mod/import.php:28 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "" + +#: ../../mod/import.php:66 ../../mod/import_items.php:38 +msgid "Nothing to import." +msgstr "" + +#: ../../mod/import.php:90 ../../mod/import_items.php:62 +msgid "Unable to download data from old server" +msgstr "" + +#: ../../mod/import.php:96 ../../mod/import_items.php:68 +msgid "Imported file is empty." +msgstr "" + +#: ../../mod/import.php:116 ../../mod/import_items.php:82 +#, php-format +msgid "Warning: Database versions differ by %1$d updates." +msgstr "" + +#: ../../mod/import.php:149 +msgid "No channel. Import failed." +msgstr "" + +#: ../../mod/import.php:509 +msgid "You must be logged in to use this feature." +msgstr "" + +#: ../../mod/import.php:514 +msgid "Import Channel" +msgstr "" + +#: ../../mod/import.php:515 +msgid "" +"Use this form to import an existing channel from a different server/hub. You " +"may retrieve the channel identity from the old server/hub via the network or " +"provide an export file." +msgstr "" + +#: ../../mod/import.php:516 ../../mod/import_items.php:121 +msgid "File to Upload" +msgstr "" + +#: ../../mod/import.php:517 +msgid "Or provide the old server/hub details" +msgstr "" + +#: ../../mod/import.php:518 +msgid "Your old identity address (xyz@example.com)" +msgstr "" + +#: ../../mod/import.php:519 +msgid "Your old login email address" +msgstr "" + +#: ../../mod/import.php:520 +msgid "Your old login password" +msgstr "" + +#: ../../mod/import.php:521 +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:522 +msgid "Make this hub my primary location" +msgstr "" + +#: ../../mod/import.php:523 +msgid "" +"Import existing posts if possible (experimental - limited by available memory" +msgstr "" + +#: ../../mod/import.php:524 +msgid "" +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." msgstr "" #: ../../mod/photos.php:79 @@ -5327,7 +6400,7 @@ msgstr "" msgid "Private Photo" msgstr "" -#: ../../mod/photos.php:905 ../../mod/events.php:525 ../../mod/events.php:532 +#: ../../mod/photos.php:905 ../../mod/events.php:667 ../../mod/events.php:674 msgid "Previous" msgstr "" @@ -5335,15 +6408,6 @@ msgstr "" msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:914 ../../mod/events.php:526 ../../mod/events.php:533 -#: ../../mod/setup.php:285 -msgid "Next" -msgstr "" - -#: ../../mod/photos.php:954 ../../mod/tagrm.php:133 -msgid "Remove" -msgstr "" - #: ../../mod/photos.php:988 msgid "Edit photo" msgstr "" @@ -5396,57 +6460,337 @@ msgstr "" msgid "Recent Photos" msgstr "" -#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 -#: ../../mod/editpost.php:20 ../../mod/editlayout.php:76 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../mod/editblock.php:118 -msgid "Delete block?" +#: ../../mod/profile_photo.php:112 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/editblock.php:145 ../../mod/editpost.php:121 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:185 -msgid "Insert YouTube video" +#: ../../mod/profile_photo.php:166 +msgid "Image resize failed." msgstr "" -#: ../../mod/editblock.php:146 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:186 -msgid "Insert Vorbis [.ogg] video" +#: ../../mod/profile_photo.php:212 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../mod/editblock.php:147 ../../mod/editpost.php:123 -#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:187 -msgid "Insert Vorbis [.ogg] audio" +#: ../../mod/profile_photo.php:250 +msgid "Image upload failed." msgstr "" -#: ../../mod/editblock.php:180 -msgid "Edit Block" +#: ../../mod/profile_photo.php:269 +msgid "Unable to process image." +msgstr "" + +#: ../../mod/profile_photo.php:297 +msgid "female" +msgstr "" + +#: ../../mod/profile_photo.php:298 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:299 +msgid "male" +msgstr "" + +#: ../../mod/profile_photo.php:300 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:302 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:304 +msgid "profile photo" +msgstr "" + +#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 +msgid "Photo not available." +msgstr "" + +#: ../../mod/profile_photo.php:450 +msgid "Upload File:" +msgstr "" + +#: ../../mod/profile_photo.php:451 +msgid "Select a profile:" +msgstr "" + +#: ../../mod/profile_photo.php:452 +msgid "Upload Profile Photo" +msgstr "" + +#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975 +msgid "or" +msgstr "" + +#: ../../mod/profile_photo.php:457 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:457 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:473 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:474 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:476 +msgid "Done Editing" +msgstr "" + +#: ../../mod/thing.php:111 +msgid "Thing updated" +msgstr "" + +#: ../../mod/thing.php:163 +msgid "Object store: failed" +msgstr "" + +#: ../../mod/thing.php:167 +msgid "Thing added" +msgstr "" + +#: ../../mod/thing.php:193 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "" + +#: ../../mod/thing.php:256 +msgid "Show Thing" +msgstr "" + +#: ../../mod/thing.php:263 +msgid "item not found." +msgstr "" + +#: ../../mod/thing.php:296 +msgid "Edit Thing" +msgstr "" + +#: ../../mod/thing.php:298 ../../mod/thing.php:348 +msgid "Select a profile" +msgstr "" + +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Post an activity" +msgstr "" + +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Only sends to viewers of the applicable profile" +msgstr "" + +#: ../../mod/thing.php:304 ../../mod/thing.php:353 +msgid "Name of thing e.g. something" +msgstr "" + +#: ../../mod/thing.php:306 ../../mod/thing.php:354 +msgid "URL of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:308 ../../mod/thing.php:355 +msgid "URL for photo of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:346 +msgid "Add Thing to your Profile" msgstr "" #: ../../mod/dirsearch.php:29 msgid "This directory server requires an access token" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/editblock.php:118 +msgid "Delete block?" msgstr "" -#: ../../mod/editpost.php:57 -msgid "Delete item?" +#: ../../mod/editblock.php:180 +msgid "Edit Block" msgstr "" -#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 -msgid "Edit post" +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "" + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "" + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "" + +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 +msgid "Remove Account" +msgstr "" + +#: ../../mod/import_items.php:101 +msgid "Import completed" +msgstr "" + +#: ../../mod/import_items.php:119 +msgid "Import Items" +msgstr "" + +#: ../../mod/import_items.php:120 +msgid "Use this form to import existing posts and content from an export file." +msgstr "" + +#: ../../mod/network.php:91 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:131 +msgid "No such channel" +msgstr "" + +#: ../../mod/network.php:136 +msgid "forum" +msgstr "" + +#: ../../mod/network.php:148 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:207 +msgid "Collection is empty" +msgstr "" + +#: ../../mod/network.php:216 +msgid "Collection: " +msgstr "" + +#: ../../mod/network.php:242 +msgid "Invalid connection." +msgstr "" + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "" + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "" + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "" + +#: ../../mod/pdledit.php:55 +msgid "Layout Help" +msgstr "" + +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "" + +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "" + +#: ../../mod/register.php:117 +msgid "" +"Registration successful. Please check your email for validation instructions." +msgstr "" + +#: ../../mod/register.php:123 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: ../../mod/register.php:126 +msgid "Your registration can not be processed." +msgstr "" + +#: ../../mod/register.php:163 +msgid "Registration on this site/hub is by approval only." +msgstr "" + +#: ../../mod/register.php:164 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "" + +#: ../../mod/register.php:174 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:185 +msgid "Terms of Service" +msgstr "" + +#: ../../mod/register.php:191 +#, php-format +msgid "I accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:193 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:207 ../../mod/admin.php:436 +msgid "Registration" +msgstr "" + +#: ../../mod/register.php:212 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: ../../mod/register.php:213 +msgid "Please enter your invitation code" +msgstr "" + +#: ../../mod/register.php:216 +msgid "Your email address" +msgstr "" + +#: ../../mod/register.php:217 +msgid "Choose a password" +msgstr "" + +#: ../../mod/register.php:218 +msgid "Please re-enter your password" msgstr "" #: ../../mod/admin.php:52 @@ -5520,7 +6864,7 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:361 ../../mod/settings.php:791 +#: ../../mod/admin.php:361 ../../mod/settings.php:793 msgid "mobile" msgstr "" @@ -5552,10 +6896,6 @@ msgstr "" msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../mod/admin.php:436 ../../mod/register.php:207 -msgid "Registration" -msgstr "" - #: ../../mod/admin.php:437 msgid "File upload" msgstr "" @@ -6068,10 +7408,6 @@ msgstr "" msgid "UID" msgstr "" -#: ../../mod/admin.php:974 ../../mod/profiles.php:447 -msgid "Address" -msgstr "" - #: ../../mod/admin.php:976 msgid "" "Selected channels will be deleted!\\n\\nEverything that was posted in these " @@ -6195,1269 +7531,21 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "" - -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "" - -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "" - -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "" - -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "" - -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "" - -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "" - -#: ../../mod/appman.php:93 ../../mod/rbmark.php:97 -msgid "Description" -msgstr "" - -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "" - -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "" - -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "" - -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "" - -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "" - -#: ../../mod/menu.php:45 -msgid "Unable to update menu." -msgstr "" - -#: ../../mod/menu.php:56 -msgid "Unable to create menu." -msgstr "" - -#: ../../mod/menu.php:94 ../../mod/menu.php:106 -msgid "Menu Name" -msgstr "" - -#: ../../mod/menu.php:94 -msgid "Unique name (not visible on webpage) - required" -msgstr "" - -#: ../../mod/menu.php:95 ../../mod/menu.php:107 -msgid "Menu Title" -msgstr "" - -#: ../../mod/menu.php:95 -msgid "Visible on webpage - leave empty for no title" -msgstr "" - -#: ../../mod/menu.php:96 -msgid "Allow Bookmarks" -msgstr "" - -#: ../../mod/menu.php:96 ../../mod/menu.php:153 -msgid "Menu may be used to store saved bookmarks" -msgstr "" - -#: ../../mod/menu.php:97 ../../mod/menu.php:155 -msgid "Submit and proceed" -msgstr "" - -#: ../../mod/menu.php:109 -msgid "Drop" -msgstr "" - -#: ../../mod/menu.php:113 -msgid "Bookmarks allowed" -msgstr "" - -#: ../../mod/menu.php:115 -msgid "Delete this menu" -msgstr "" - -#: ../../mod/menu.php:116 ../../mod/menu.php:150 -msgid "Edit menu contents" -msgstr "" - -#: ../../mod/menu.php:117 -msgid "Edit this menu" -msgstr "" - -#: ../../mod/menu.php:132 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:145 -msgid "Edit Menu" -msgstr "" - -#: ../../mod/menu.php:149 -msgid "Add or remove entries to this menu" -msgstr "" - -#: ../../mod/menu.php:151 -msgid "Menu name" -msgstr "" - -#: ../../mod/menu.php:151 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:152 -msgid "Menu title" -msgstr "" - -#: ../../mod/menu.php:152 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:153 -msgid "Allow bookmarks" -msgstr "" - -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "" - -#: ../../mod/page.php:126 -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " -"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " -"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " -"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " -"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " -"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." -msgstr "" - -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" -msgstr "" - -#: ../../mod/new_channel.php:110 -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:112 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" -msgstr "" - -#: ../../mod/new_channel.php:113 -msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " -msgstr "" - -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" -msgstr "" - -#: ../../mod/new_channel.php:115 -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:116 -msgid "" -"Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "" - -#: ../../mod/new_channel.php:118 -msgid "" -"Please choose a channel type (such as social networking or community forum) " -"and privacy requirements so we can select the best permissions for you" -msgstr "" - -#: ../../mod/new_channel.php:119 -msgid "Channel Type" -msgstr "" - -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" -msgstr "" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "" - -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "" - -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "" - -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "" - -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "" - -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "" - -#: ../../mod/pdledit.php:55 -msgid "Layout Help" -msgstr "" - -#: ../../mod/subthread.php:114 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/subthread.php:116 -#, php-format -msgid "%1$s stopped following %2$s's %3$s" -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:103 -#, 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 ../../boot.php:1494 -msgid "Password Reset" -msgstr "" - -#: ../../mod/lostpass.php:87 -msgid "Your password has been reset as requested." -msgstr "" - -#: ../../mod/lostpass.php:88 -msgid "Your new password is" -msgstr "" - -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" -msgstr "" - -#: ../../mod/lostpass.php:90 -msgid "click here to login" -msgstr "" - -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "" - -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" -msgstr "" - -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" -msgstr "" - -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: ../../mod/lostpass.php:125 -msgid "Email Address" -msgstr "" - -#: ../../mod/lostpass.php:126 -msgid "Reset" -msgstr "" - -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:157 -msgid "$Projectname" -msgstr "" - -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: ../../mod/dav.php:121 -msgid "$Projectname channel" -msgstr "" - -#: ../../mod/events.php:21 -msgid "Calendar entries imported." -msgstr "" - -#: ../../mod/events.php:23 -msgid "No calendar entries found." -msgstr "" - -#: ../../mod/events.php:96 -msgid "Event can not end before it has started." -msgstr "" - -#: ../../mod/events.php:98 ../../mod/events.php:107 ../../mod/events.php:127 -msgid "Unable to generate preview." -msgstr "" - -#: ../../mod/events.php:105 -msgid "Event title and start time are required." -msgstr "" - -#: ../../mod/events.php:125 ../../mod/events.php:250 -msgid "Event not found." -msgstr "" - -#: ../../mod/events.php:446 -msgid "l, F j" -msgstr "" - -#: ../../mod/events.php:468 -msgid "Edit event" -msgstr "" - -#: ../../mod/events.php:470 -msgid "Delete event" -msgstr "" - -#: ../../mod/events.php:504 -msgid "calendar" -msgstr "" - -#: ../../mod/events.php:524 -msgid "New Event" -msgstr "" - -#: ../../mod/events.php:534 -msgid "Today" -msgstr "" - -#: ../../mod/events.php:564 -msgid "Event removed" -msgstr "" - -#: ../../mod/events.php:567 -msgid "Failed to remove event" -msgstr "" - -#: ../../mod/events.php:681 -msgid "Event details" -msgstr "" - -#: ../../mod/events.php:682 -msgid "Starting date and Title are required." -msgstr "" - -#: ../../mod/events.php:684 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../mod/events.php:686 -msgid "Event Starts:" -msgstr "" - -#: ../../mod/events.php:693 -msgid "Finish date/time is not known or not relevant" -msgstr "" - -#: ../../mod/events.php:695 -msgid "Event Finishes:" -msgstr "" - -#: ../../mod/events.php:697 ../../mod/events.php:698 -msgid "Adjust for viewer timezone" -msgstr "" - -#: ../../mod/events.php:697 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "" - -#: ../../mod/events.php:703 -msgid "Title:" -msgstr "" - -#: ../../mod/events.php:705 -msgid "Share this event" -msgstr "" - -#: ../../mod/impel.php:192 -#, php-format -msgid "%s element installed" -msgstr "" - -#: ../../mod/impel.php:195 -#, php-format -msgid "%s element installation failed" -msgstr "" - -#: ../../mod/probe.php:24 ../../mod/probe.php:30 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "" - -#: ../../mod/match.php:22 -msgid "Profile Match" -msgstr "" - -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "" - -#: ../../mod/match.php:63 -msgid "is interested in:" -msgstr "" - -#: ../../mod/match.php:70 -msgid "No matches" -msgstr "" - -#: ../../mod/profile_photo.php:111 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: ../../mod/profile_photo.php:165 -msgid "Image resize failed." -msgstr "" - -#: ../../mod/profile_photo.php:209 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../mod/profile_photo.php:247 -msgid "Image upload failed." -msgstr "" - -#: ../../mod/profile_photo.php:266 -msgid "Unable to process image." -msgstr "" - -#: ../../mod/profile_photo.php:294 -msgid "female" -msgstr "" - -#: ../../mod/profile_photo.php:295 -#, php-format -msgid "%1$s updated her %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:296 -msgid "male" -msgstr "" - -#: ../../mod/profile_photo.php:297 -#, php-format -msgid "%1$s updated his %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:299 -#, php-format -msgid "%1$s updated their %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:301 -msgid "profile photo" -msgstr "" - -#: ../../mod/profile_photo.php:365 ../../mod/profile_photo.php:406 -msgid "Photo not available." -msgstr "" - -#: ../../mod/profile_photo.php:447 -msgid "Upload File:" -msgstr "" - -#: ../../mod/profile_photo.php:448 -msgid "Select a profile:" -msgstr "" - -#: ../../mod/profile_photo.php:449 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../mod/profile_photo.php:454 ../../mod/settings.php:973 -msgid "or" -msgstr "" - -#: ../../mod/profile_photo.php:454 -msgid "skip this step" -msgstr "" - -#: ../../mod/profile_photo.php:454 -msgid "select a photo from your photo albums" -msgstr "" - -#: ../../mod/profile_photo.php:470 -msgid "Crop Image" -msgstr "" - -#: ../../mod/profile_photo.php:471 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" - -#: ../../mod/profile_photo.php:473 -msgid "Done Editing" -msgstr "" - -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" -msgstr "" - -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" -msgstr "" - -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " -msgstr "" - -#: ../../mod/ratings.php:69 -msgid "No ratings" -msgstr "" - -#: ../../mod/ratings.php:99 -msgid "Ratings" -msgstr "" - -#: ../../mod/ratings.php:100 -msgid "Rating: " -msgstr "" - -#: ../../mod/ratings.php:101 -msgid "Website: " -msgstr "" - -#: ../../mod/ratings.php:103 -msgid "Description: " -msgstr "" - -#: ../../mod/item.php:173 -msgid "Unable to locate original post." -msgstr "" - -#: ../../mod/item.php:417 -msgid "Empty post discarded." -msgstr "" - -#: ../../mod/item.php:457 -msgid "Executable content type not permitted to this channel." -msgstr "" - -#: ../../mod/item.php:822 -msgid "Duplicate post suppressed." -msgstr "" - -#: ../../mod/item.php:953 -msgid "System error. Post not saved." -msgstr "" - -#: ../../mod/item.php:1220 -msgid "Unable to obtain post information from database." -msgstr "" - -#: ../../mod/item.php:1227 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "" - -#: ../../mod/item.php:1234 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "" - -#: ../../mod/webpages.php:191 -msgid "Page Title" -msgstr "" - -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "" - -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "" - -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation instructions." -msgstr "" - -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "" - -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "" - -#: ../../mod/register.php:164 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "" - -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "" - -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:193 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "" - -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "" - -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "" - -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "" - -#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 -msgid "Block Name" -msgstr "" - -#: ../../mod/blocks.php:149 -msgid "Block Title" -msgstr "" - -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "" - -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "" - -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "" - -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "" - -#: ../../mod/removeaccount.php:60 -msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "" - -#: ../../mod/removeaccount.php:61 ../../mod/settings.php:698 -msgid "Remove Account" -msgstr "" - -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." -msgstr "" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "" - -#: ../../mod/pubsites.php:18 -msgid "Public Sites" -msgstr "" - -#: ../../mod/pubsites.php:21 -msgid "" -"The listed sites allow public registration for the $Projectname network. All " -"sites in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some sites may require subscription or " -"provide tiered service plans. The provider links <strong>may</strong> " -"provide additional details." -msgstr "" - -#: ../../mod/pubsites.php:27 -msgid "Rate this hub" -msgstr "" - -#: ../../mod/pubsites.php:28 -msgid "Site URL" -msgstr "" - -#: ../../mod/pubsites.php:28 -msgid "Access Type" -msgstr "" - -#: ../../mod/pubsites.php:28 -msgid "Registration Policy" -msgstr "" - -#: ../../mod/pubsites.php:28 ../../mod/profiles.php:454 -msgid "Location" -msgstr "" - -#: ../../mod/pubsites.php:28 -msgid "Project" -msgstr "" - -#: ../../mod/pubsites.php:28 -msgid "View hub ratings" -msgstr "" - -#: ../../mod/pubsites.php:32 -msgid "Rate" -msgstr "" - -#: ../../mod/pubsites.php:33 -msgid "View ratings" -msgstr "" - -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "" - -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "" - -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "" - -#: ../../mod/sources.php:82 -msgid "*" -msgstr "" - -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "" - -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "" - -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "" - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "" - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "" - -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "" - -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "" - -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "" - -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "" - -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "" - -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:58 -msgid "Visible to:" -msgstr "" - -#: ../../mod/acl.php:222 -msgid "network" -msgstr "" - -#: ../../mod/acl.php:232 -msgid "RSS" -msgstr "" - -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "" - -#: ../../mod/rmagic.php:40 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: ../../mod/rmagic.php:40 -msgid "The error message was:" -msgstr "" - -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." -msgstr "" - -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" -msgstr "" - -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "" - -#: ../../mod/rmagic.php:86 -msgid "Authenticate" -msgstr "" - -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "" - -#: ../../mod/import.php:28 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "" - -#: ../../mod/import.php:66 ../../mod/import_items.php:38 -msgid "Nothing to import." -msgstr "" - -#: ../../mod/import.php:90 ../../mod/import_items.php:62 -msgid "Unable to download data from old server" -msgstr "" - -#: ../../mod/import.php:96 ../../mod/import_items.php:68 -msgid "Imported file is empty." -msgstr "" - -#: ../../mod/import.php:116 ../../mod/import_items.php:82 -#, php-format -msgid "Warning: Database versions differ by %1$d updates." -msgstr "" - -#: ../../mod/import.php:149 -msgid "No channel. Import failed." -msgstr "" - -#: ../../mod/import.php:509 -msgid "You must be logged in to use this feature." -msgstr "" - -#: ../../mod/import.php:514 -msgid "Import Channel" -msgstr "" - -#: ../../mod/import.php:515 -msgid "" -"Use this form to import an existing channel from a different server/hub. You " -"may retrieve the channel identity from the old server/hub via the network or " -"provide an export file." -msgstr "" - -#: ../../mod/import.php:516 ../../mod/import_items.php:121 -msgid "File to Upload" -msgstr "" - -#: ../../mod/import.php:517 -msgid "Or provide the old server/hub details" -msgstr "" - -#: ../../mod/import.php:518 -msgid "Your old identity address (xyz@example.com)" -msgstr "" - -#: ../../mod/import.php:519 -msgid "Your old login email address" -msgstr "" - -#: ../../mod/import.php:520 -msgid "Your old login password" -msgstr "" - -#: ../../mod/import.php:521 -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:522 -msgid "Make this hub my primary location" -msgstr "" - -#: ../../mod/import.php:523 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" -msgstr "" - -#: ../../mod/import.php:524 -msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." -msgstr "" - -#: ../../mod/dreport.php:23 -msgid "Invalid message" -msgstr "" - -#: ../../mod/dreport.php:55 -msgid "no results" -msgstr "" - -#: ../../mod/dreport.php:60 -#, php-format -msgid "Delivery report for %1$s" -msgstr "" - -#: ../../mod/dreport.php:74 -msgid "channel sync processed" -msgstr "" - -#: ../../mod/dreport.php:78 -msgid "queued" -msgstr "" - -#: ../../mod/dreport.php:82 -msgid "posted" -msgstr "" - -#: ../../mod/dreport.php:86 -msgid "accepted for delivery" -msgstr "" - -#: ../../mod/dreport.php:90 -msgid "updated" -msgstr "" - -#: ../../mod/dreport.php:93 -msgid "update ignored" -msgstr "" - -#: ../../mod/dreport.php:96 -msgid "permission denied" -msgstr "" - -#: ../../mod/dreport.php:100 -msgid "recipient not found" -msgstr "" - -#: ../../mod/dreport.php:103 -msgid "mail recalled" -msgstr "" - -#: ../../mod/dreport.php:106 -msgid "duplicate mail received" -msgstr "" - -#: ../../mod/dreport.php:109 -msgid "mail delivered" -msgstr "" - -#: ../../mod/thing.php:111 -msgid "Thing updated" -msgstr "" - -#: ../../mod/thing.php:163 -msgid "Object store: failed" -msgstr "" - -#: ../../mod/thing.php:167 -msgid "Thing added" -msgstr "" - -#: ../../mod/thing.php:193 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "" - -#: ../../mod/thing.php:256 -msgid "Show Thing" -msgstr "" - -#: ../../mod/thing.php:263 -msgid "item not found." -msgstr "" - -#: ../../mod/thing.php:296 -msgid "Edit Thing" -msgstr "" - -#: ../../mod/thing.php:298 ../../mod/thing.php:348 -msgid "Select a profile" -msgstr "" - -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Post an activity" -msgstr "" - -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Only sends to viewers of the applicable profile" -msgstr "" - -#: ../../mod/thing.php:304 ../../mod/thing.php:353 -msgid "Name of thing e.g. something" -msgstr "" - -#: ../../mod/thing.php:306 ../../mod/thing.php:354 -msgid "URL of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:308 ../../mod/thing.php:355 -msgid "URL for photo of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:346 -msgid "Add Thing to your Profile" -msgstr "" - -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "" - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: ../../mod/invite.php:76 -msgid "Please join us on $Projectname" -msgstr "" - -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: ../../mod/invite.php:92 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "" - -#: ../../mod/invite.php:129 -msgid "Send invitations" -msgstr "" - -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" -msgstr "" - -#: ../../mod/invite.php:131 ../../mod/mail.php:238 -msgid "Your message:" -msgstr "" - -#: ../../mod/invite.php:132 -msgid "Please join my community on $Projectname." -msgstr "" - -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "" - -#: ../../mod/invite.php:135 -msgid "1. Register at any $Projectname location (they are all inter-connected)" -msgstr "" - -#: ../../mod/invite.php:137 -msgid "2. Enter my $Projectname network address into the site searchbar." -msgstr "" - -#: ../../mod/invite.php:138 -msgid "or visit " -msgstr "" - -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" -msgstr "" - -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../mod/mail.php:132 -msgid "Messages" -msgstr "" - -#: ../../mod/mail.php:167 -msgid "Message recalled." -msgstr "" - -#: ../../mod/mail.php:180 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/mail.php:223 -msgid "Requested channel is not in this network" -msgstr "" - -#: ../../mod/mail.php:231 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/mail.php:232 ../../mod/mail.php:361 -msgid "To:" -msgstr "" - -#: ../../mod/mail.php:235 ../../mod/mail.php:363 -msgid "Subject:" -msgstr "" - -#: ../../mod/mail.php:242 -msgid "Send" -msgstr "" - -#: ../../mod/mail.php:333 -msgid "Delete message" -msgstr "" - -#: ../../mod/mail.php:334 -msgid "Delivery report" -msgstr "" - -#: ../../mod/mail.php:335 -msgid "Recall message" -msgstr "" - -#: ../../mod/mail.php:337 -msgid "Message has been recalled." -msgstr "" - -#: ../../mod/mail.php:354 -msgid "Delete Conversation" -msgstr "" - -#: ../../mod/mail.php:356 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/mail.php:360 -msgid "Send Reply" +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" msgstr "" -#: ../../mod/mail.php:365 -#, php-format -msgid "Your message for %s (%s):" +#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 +msgid "Layout Description (Optional)" msgstr "" -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_home.php:21 ../../mod/update_network.php:23 -#: ../../mod/update_search.php:46 ../../mod/update_public.php:21 -msgid "[Embedded content - reload page to view]" +#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 +#: ../../mod/layouts.php:179 +msgid "Layout Name" msgstr "" -#: ../../mod/viewsrc.php:40 -msgid "Source of Item" +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" msgstr "" #: ../../mod/settings.php:76 @@ -7496,1287 +7584,1244 @@ msgstr "" msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/settings.php:519 +#: ../../mod/settings.php:521 msgid "Settings updated." msgstr "" -#: ../../mod/settings.php:583 ../../mod/settings.php:609 -#: ../../mod/settings.php:645 +#: ../../mod/settings.php:585 ../../mod/settings.php:611 +#: ../../mod/settings.php:647 msgid "Add application" msgstr "" -#: ../../mod/settings.php:586 +#: ../../mod/settings.php:588 msgid "Name of application" msgstr "" -#: ../../mod/settings.php:587 ../../mod/settings.php:613 +#: ../../mod/settings.php:589 ../../mod/settings.php:615 msgid "Consumer Key" msgstr "" -#: ../../mod/settings.php:587 ../../mod/settings.php:588 +#: ../../mod/settings.php:589 ../../mod/settings.php:590 msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/settings.php:588 ../../mod/settings.php:614 +#: ../../mod/settings.php:590 ../../mod/settings.php:616 msgid "Consumer Secret" msgstr "" -#: ../../mod/settings.php:589 ../../mod/settings.php:615 +#: ../../mod/settings.php:591 ../../mod/settings.php:617 msgid "Redirect" msgstr "" -#: ../../mod/settings.php:589 +#: ../../mod/settings.php:591 msgid "" "Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/settings.php:590 ../../mod/settings.php:616 +#: ../../mod/settings.php:592 ../../mod/settings.php:618 msgid "Icon url" msgstr "" -#: ../../mod/settings.php:590 +#: ../../mod/settings.php:592 msgid "Optional" msgstr "" -#: ../../mod/settings.php:601 +#: ../../mod/settings.php:603 msgid "You can't edit this application." msgstr "" -#: ../../mod/settings.php:644 +#: ../../mod/settings.php:646 msgid "Connected Apps" msgstr "" -#: ../../mod/settings.php:648 +#: ../../mod/settings.php:650 msgid "Client key starts with" msgstr "" -#: ../../mod/settings.php:649 +#: ../../mod/settings.php:651 msgid "No name" msgstr "" -#: ../../mod/settings.php:650 +#: ../../mod/settings.php:652 msgid "Remove authorization" msgstr "" -#: ../../mod/settings.php:663 +#: ../../mod/settings.php:665 msgid "No feature settings configured" msgstr "" -#: ../../mod/settings.php:670 +#: ../../mod/settings.php:672 msgid "Feature/Addon Settings" msgstr "" -#: ../../mod/settings.php:693 +#: ../../mod/settings.php:695 msgid "Account Settings" msgstr "" -#: ../../mod/settings.php:694 +#: ../../mod/settings.php:696 msgid "Enter New Password:" msgstr "" -#: ../../mod/settings.php:695 +#: ../../mod/settings.php:697 msgid "Confirm New Password:" msgstr "" -#: ../../mod/settings.php:695 +#: ../../mod/settings.php:697 msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/settings.php:697 ../../mod/settings.php:1028 +#: ../../mod/settings.php:699 ../../mod/settings.php:1030 msgid "Email Address:" msgstr "" -#: ../../mod/settings.php:699 +#: ../../mod/settings.php:701 msgid "Remove this account including all its channels" msgstr "" -#: ../../mod/settings.php:715 +#: ../../mod/settings.php:717 msgid "Off" msgstr "" -#: ../../mod/settings.php:715 +#: ../../mod/settings.php:717 msgid "On" msgstr "" -#: ../../mod/settings.php:722 +#: ../../mod/settings.php:724 msgid "Additional Features" msgstr "" -#: ../../mod/settings.php:746 +#: ../../mod/settings.php:748 msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:785 +#: ../../mod/settings.php:787 msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 #, php-format msgid "%s - (Experimental)" msgstr "" -#: ../../mod/settings.php:827 +#: ../../mod/settings.php:829 msgid "Display Settings" msgstr "" -#: ../../mod/settings.php:828 +#: ../../mod/settings.php:830 msgid "Theme Settings" msgstr "" -#: ../../mod/settings.php:829 +#: ../../mod/settings.php:831 msgid "Custom Theme Settings" msgstr "" -#: ../../mod/settings.php:830 +#: ../../mod/settings.php:832 msgid "Content Settings" msgstr "" -#: ../../mod/settings.php:836 +#: ../../mod/settings.php:838 msgid "Display Theme:" msgstr "" -#: ../../mod/settings.php:837 +#: ../../mod/settings.php:839 msgid "Mobile Theme:" msgstr "" -#: ../../mod/settings.php:838 +#: ../../mod/settings.php:840 msgid "Enable user zoom on mobile devices" msgstr "" -#: ../../mod/settings.php:839 +#: ../../mod/settings.php:841 msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/settings.php:839 +#: ../../mod/settings.php:841 msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/settings.php:840 +#: ../../mod/settings.php:842 msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/settings.php:840 +#: ../../mod/settings.php:842 msgid "Maximum of 100 items" msgstr "" -#: ../../mod/settings.php:841 +#: ../../mod/settings.php:843 msgid "Show emoticons (smilies) as images" msgstr "" -#: ../../mod/settings.php:842 +#: ../../mod/settings.php:844 msgid "Link post titles to source" msgstr "" -#: ../../mod/settings.php:843 +#: ../../mod/settings.php:845 msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../mod/settings.php:846 +#: ../../mod/settings.php:848 msgid "Use blog/list mode on channel page" msgstr "" -#: ../../mod/settings.php:846 ../../mod/settings.php:847 +#: ../../mod/settings.php:848 ../../mod/settings.php:849 msgid "(comments displayed separately)" msgstr "" -#: ../../mod/settings.php:847 +#: ../../mod/settings.php:849 msgid "Use blog/list mode on matrix page" msgstr "" -#: ../../mod/settings.php:848 +#: ../../mod/settings.php:850 msgid "Channel page max height of content (in pixels)" msgstr "" -#: ../../mod/settings.php:848 ../../mod/settings.php:849 +#: ../../mod/settings.php:850 ../../mod/settings.php:851 msgid "click to expand content exceeding this height" msgstr "" -#: ../../mod/settings.php:849 +#: ../../mod/settings.php:851 msgid "Matrix page max height of content (in pixels)" msgstr "" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:885 msgid "Nobody except yourself" msgstr "" -#: ../../mod/settings.php:884 +#: ../../mod/settings.php:886 msgid "Only those you specifically allow" msgstr "" -#: ../../mod/settings.php:885 +#: ../../mod/settings.php:887 msgid "Approved connections" msgstr "" -#: ../../mod/settings.php:886 +#: ../../mod/settings.php:888 msgid "Any connections" msgstr "" -#: ../../mod/settings.php:887 +#: ../../mod/settings.php:889 msgid "Anybody on this website" msgstr "" -#: ../../mod/settings.php:888 +#: ../../mod/settings.php:890 msgid "Anybody in this network" msgstr "" -#: ../../mod/settings.php:889 +#: ../../mod/settings.php:891 msgid "Anybody authenticated" msgstr "" -#: ../../mod/settings.php:890 +#: ../../mod/settings.php:892 msgid "Anybody on the internet" msgstr "" -#: ../../mod/settings.php:964 +#: ../../mod/settings.php:966 msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/settings.php:969 +#: ../../mod/settings.php:971 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:980 msgid "Your channel address is" msgstr "" -#: ../../mod/settings.php:1019 +#: ../../mod/settings.php:1021 msgid "Channel Settings" msgstr "" -#: ../../mod/settings.php:1026 +#: ../../mod/settings.php:1028 msgid "Basic Settings" msgstr "" -#: ../../mod/settings.php:1029 +#: ../../mod/settings.php:1031 msgid "Your Timezone:" msgstr "" -#: ../../mod/settings.php:1030 +#: ../../mod/settings.php:1032 msgid "Default Post Location:" msgstr "" -#: ../../mod/settings.php:1030 +#: ../../mod/settings.php:1032 msgid "Geographical location to display on your posts" msgstr "" -#: ../../mod/settings.php:1031 +#: ../../mod/settings.php:1033 msgid "Use Browser Location:" msgstr "" -#: ../../mod/settings.php:1033 +#: ../../mod/settings.php:1035 msgid "Adult Content" msgstr "" -#: ../../mod/settings.php:1033 +#: ../../mod/settings.php:1035 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1037 msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/settings.php:1037 +#: ../../mod/settings.php:1039 msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1041 msgid "Hide my online presence" msgstr "" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1041 msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1043 msgid "Simple Privacy Settings:" msgstr "" -#: ../../mod/settings.php:1042 +#: ../../mod/settings.php:1044 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "" -#: ../../mod/settings.php:1043 +#: ../../mod/settings.php:1045 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "" -#: ../../mod/settings.php:1044 +#: ../../mod/settings.php:1046 msgid "Private - <em>default private, never open or public</em>" msgstr "" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1047 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "" -#: ../../mod/settings.php:1047 +#: ../../mod/settings.php:1049 msgid "Allow others to tag your posts" msgstr "" -#: ../../mod/settings.php:1047 +#: ../../mod/settings.php:1049 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1051 msgid "Advanced Privacy Settings" msgstr "" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1053 msgid "Expire other channel content after this many days" msgstr "" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1053 msgid "0 or blank prevents expiration" msgstr "" -#: ../../mod/settings.php:1052 +#: ../../mod/settings.php:1054 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/settings.php:1052 +#: ../../mod/settings.php:1054 msgid "May reduce spam activity" msgstr "" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1055 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:1058 +#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223 +msgid "(click to open/close)" +msgstr "" + +#: ../../mod/settings.php:1060 msgid "Channel permissions category:" msgstr "" -#: ../../mod/settings.php:1064 +#: ../../mod/settings.php:1066 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:1064 +#: ../../mod/settings.php:1066 msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/settings.php:1067 +#: ../../mod/settings.php:1069 msgid "Notification Settings" msgstr "" -#: ../../mod/settings.php:1068 +#: ../../mod/settings.php:1070 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:1069 +#: ../../mod/settings.php:1071 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:1070 +#: ../../mod/settings.php:1072 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:1071 +#: ../../mod/settings.php:1073 msgid "making an <em>interesting</em> profile change" msgstr "" -#: ../../mod/settings.php:1072 +#: ../../mod/settings.php:1074 msgid "Send a notification email when:" msgstr "" -#: ../../mod/settings.php:1073 +#: ../../mod/settings.php:1075 msgid "You receive a connection request" msgstr "" -#: ../../mod/settings.php:1074 +#: ../../mod/settings.php:1076 msgid "Your connections are confirmed" msgstr "" -#: ../../mod/settings.php:1075 +#: ../../mod/settings.php:1077 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:1076 +#: ../../mod/settings.php:1078 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:1077 +#: ../../mod/settings.php:1079 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:1078 +#: ../../mod/settings.php:1080 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:1079 +#: ../../mod/settings.php:1081 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:1080 +#: ../../mod/settings.php:1082 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:1083 +#: ../../mod/settings.php:1085 msgid "Show visual notifications including:" msgstr "" -#: ../../mod/settings.php:1085 +#: ../../mod/settings.php:1087 msgid "Unseen matrix activity" msgstr "" -#: ../../mod/settings.php:1086 +#: ../../mod/settings.php:1088 msgid "Unseen channel activity" msgstr "" -#: ../../mod/settings.php:1087 +#: ../../mod/settings.php:1089 msgid "Unseen private messages" msgstr "" -#: ../../mod/settings.php:1087 ../../mod/settings.php:1092 -#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +#: ../../mod/settings.php:1089 ../../mod/settings.php:1094 +#: ../../mod/settings.php:1095 ../../mod/settings.php:1096 msgid "Recommended" msgstr "" -#: ../../mod/settings.php:1088 +#: ../../mod/settings.php:1090 msgid "Upcoming events" msgstr "" -#: ../../mod/settings.php:1089 +#: ../../mod/settings.php:1091 msgid "Events today" msgstr "" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1092 msgid "Upcoming birthdays" msgstr "" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1092 msgid "Not available in all themes" msgstr "" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1093 msgid "System (personal) notifications" msgstr "" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1094 msgid "System info messages" msgstr "" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1095 msgid "System critical alerts" msgstr "" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1096 msgid "New connections" msgstr "" -#: ../../mod/settings.php:1095 +#: ../../mod/settings.php:1097 msgid "System Registrations" msgstr "" -#: ../../mod/settings.php:1096 +#: ../../mod/settings.php:1098 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1100 msgid "Notify me of events this many days in advance" msgstr "" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1100 msgid "Must be greater than 0" msgstr "" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1102 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:1101 +#: ../../mod/settings.php:1103 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/settings.php:1104 +#: ../../mod/settings.php:1106 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "" -#: ../../mod/settings.php:1105 +#: ../../mod/settings.php:1107 msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/settings.php:1106 +#: ../../mod/settings.php:1108 msgid "Default photo upload folder" msgstr "" -#: ../../mod/settings.php:1106 ../../mod/settings.php:1107 +#: ../../mod/settings.php:1108 ../../mod/settings.php:1109 msgid "%Y - current year, %m - current month" msgstr "" -#: ../../mod/settings.php:1107 +#: ../../mod/settings.php:1109 msgid "Default file upload folder" msgstr "" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1111 msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/settings.php:1111 +#: ../../mod/settings.php:1113 msgid "Remove this channel." msgstr "" -#: ../../mod/settings.php:1112 +#: ../../mod/settings.php:1114 msgid "Firefox Share $Projectname provider" msgstr "" -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" +#: ../../mod/settings.php:1115 +msgid "Start calendar week on monday" msgstr "" -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "" - -#: ../../mod/manage.php:130 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +#: ../../mod/webpages.php:191 +msgid "Page Title" msgstr "" -#: ../../mod/manage.php:138 -msgid "Create a new channel" +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." msgstr "" -#: ../../mod/manage.php:161 -msgid "Current Channel" +#: ../../mod/appman.php:37 +msgid "Malformed app." msgstr "" -#: ../../mod/manage.php:163 -msgid "Switch to one of your channels by selecting it." +#: ../../mod/appman.php:80 +msgid "Embed code" msgstr "" -#: ../../mod/manage.php:164 -msgid "Default Channel" +#: ../../mod/appman.php:86 +msgid "Edit App" msgstr "" -#: ../../mod/manage.php:165 -msgid "Make Default" +#: ../../mod/appman.php:86 +msgid "Create App" msgstr "" -#: ../../mod/manage.php:168 -#, php-format -msgid "%d new messages" +#: ../../mod/appman.php:91 +msgid "Name of app" msgstr "" -#: ../../mod/manage.php:169 -#, php-format -msgid "%d new introductions" +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" msgstr "" -#: ../../mod/manage.php:171 -msgid "Delegated Channels" +#: ../../mod/appman.php:94 +msgid "Photo icon URL" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../mod/appman.php:95 +msgid "Version ID" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../mod/appman.php:96 +msgid "Price of app" 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/appman.php:97 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../mod/connections.php:52 ../../mod/connections.php:150 -msgid "Blocked" +#: ../../mod/filer.php:48 +msgid "- select -" msgstr "" -#: ../../mod/connections.php:57 ../../mod/connections.php:157 -msgid "Ignored" +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" msgstr "" -#: ../../mod/connections.php:62 ../../mod/connections.php:171 -msgid "Hidden" +#: ../../mod/layouts.php:180 +msgid "Layout Description" msgstr "" -#: ../../mod/connections.php:67 ../../mod/connections.php:164 -msgid "Archived" +#: ../../mod/layouts.php:185 +msgid "Download PDL file" msgstr "" -#: ../../mod/connections.php:128 -msgid "Suggest new connections" +#: ../../mod/locs.php:21 ../../mod/locs.php:50 +msgid "Location not found." msgstr "" -#: ../../mod/connections.php:131 -msgid "New Connections" +#: ../../mod/locs.php:58 +msgid "Location lookup failed." msgstr "" -#: ../../mod/connections.php:134 -msgid "Show pending (new) connections" +#: ../../mod/locs.php:62 +msgid "" +"Please select another location to become primary before removing the primary " +"location." msgstr "" -#: ../../mod/connections.php:137 ../../mod/profperm.php:139 -msgid "All Connections" +#: ../../mod/locs.php:91 +msgid "Syncing locations" msgstr "" -#: ../../mod/connections.php:140 -msgid "Show all connections" +#: ../../mod/locs.php:101 +msgid "No locations found." msgstr "" -#: ../../mod/connections.php:143 -msgid "Unblocked" +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" msgstr "" -#: ../../mod/connections.php:146 -msgid "Only show unblocked connections" +#: ../../mod/locs.php:113 +msgid "Location (address)" msgstr "" -#: ../../mod/connections.php:153 -msgid "Only show blocked connections" +#: ../../mod/locs.php:114 +msgid "Primary Location" msgstr "" -#: ../../mod/connections.php:160 -msgid "Only show ignored connections" +#: ../../mod/locs.php:115 +msgid "Drop location" msgstr "" -#: ../../mod/connections.php:167 -msgid "Only show archived connections" +#: ../../mod/locs.php:117 +msgid "Sync now" msgstr "" -#: ../../mod/connections.php:174 -msgid "Only show hidden connections" +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../mod/connections.php:225 -#, php-format -msgid "%1$s [%2$s]" +#: ../../mod/locs.php:119 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." msgstr "" -#: ../../mod/connections.php:226 -msgid "Edit connection" +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../mod/connections.php:264 -msgid "Search your connections" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../mod/connections.php:265 -msgid "Finding: " +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../mod/editlayout.php:112 -msgid "Delete layout?" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../mod/editlayout.php:178 -msgid "Edit Layout" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../mod/editwebpage.php:153 -msgid "Delete webpage?" +#: ../../mod/mail.php:132 +msgid "Messages" msgstr "" -#: ../../mod/editwebpage.php:172 -msgid "Page link title" +#: ../../mod/mail.php:167 +msgid "Message recalled." msgstr "" -#: ../../mod/editwebpage.php:222 -msgid "Edit Webpage" +#: ../../mod/mail.php:180 +msgid "Conversation removed." msgstr "" -#: ../../mod/group.php:20 -msgid "Collection created." +#: ../../mod/mail.php:223 +msgid "Requested channel is not in this network" msgstr "" -#: ../../mod/group.php:26 -msgid "Could not create collection." +#: ../../mod/mail.php:231 +msgid "Send Private Message" msgstr "" -#: ../../mod/group.php:54 -msgid "Collection updated." +#: ../../mod/mail.php:232 ../../mod/mail.php:361 +msgid "To:" msgstr "" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." +#: ../../mod/mail.php:235 ../../mod/mail.php:363 +msgid "Subject:" msgstr "" -#: ../../mod/group.php:87 ../../mod/group.php:180 -msgid "Collection Name: " +#: ../../mod/mail.php:238 ../../mod/invite.php:131 +msgid "Your message:" msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:183 -msgid "Members are visible to other channels" +#: ../../mod/mail.php:242 +msgid "Send" msgstr "" -#: ../../mod/group.php:107 -msgid "Collection removed." +#: ../../mod/mail.php:333 +msgid "Delete message" msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." +#: ../../mod/mail.php:334 +msgid "Delivery report" msgstr "" -#: ../../mod/group.php:179 -msgid "Collection Editor" +#: ../../mod/mail.php:335 +msgid "Recall message" msgstr "" -#: ../../mod/group.php:193 -msgid "Members" +#: ../../mod/mail.php:337 +msgid "Message has been recalled." msgstr "" -#: ../../mod/group.php:195 -msgid "All Connected Channels" +#: ../../mod/mail.php:354 +msgid "Delete Conversation" msgstr "" -#: ../../mod/group.php:227 -msgid "Click on a channel to add or remove." +#: ../../mod/mail.php:356 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." msgstr "" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" +#: ../../mod/mail.php:360 +msgid "Send Reply" msgstr "" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" +#: ../../mod/mail.php:365 +#, php-format +msgid "Your message for %s (%s):" msgstr "" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" +#: ../../mod/regmod.php:11 +msgid "Please login." msgstr "" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" msgstr "" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116 +msgid "Not found." msgstr "" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" -#: ../../mod/viewconnections.php:59 -msgid "No connections." +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../mod/viewconnections.php:72 +#: ../../mod/invite.php:49 #, php-format -msgid "Visit %s's profile [%s]" +msgid "%s : Not a valid email address." msgstr "" -#: ../../mod/locs.php:21 ../../mod/locs.php:50 -msgid "Location not found." +#: ../../mod/invite.php:76 +msgid "Please join us on $Projectname" msgstr "" -#: ../../mod/locs.php:58 -msgid "Location lookup failed." +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../mod/locs.php:62 -msgid "" -"Please select another location to become primary before removing the primary " -"location." +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../mod/locs.php:91 -msgid "Syncing locations" -msgstr "" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" -#: ../../mod/locs.php:101 -msgid "No locations found." +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" msgstr "" -#: ../../mod/locs.php:112 -msgid "Manage Channel Locations" +#: ../../mod/invite.php:129 +msgid "Send invitations" msgstr "" -#: ../../mod/locs.php:113 -msgid "Location (address)" +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/locs.php:114 -msgid "Primary Location" +#: ../../mod/invite.php:132 +msgid "Please join my community on $Projectname." msgstr "" -#: ../../mod/locs.php:115 -msgid "Drop location" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " msgstr "" -#: ../../mod/locs.php:117 -msgid "Sync now" +#: ../../mod/invite.php:135 +msgid "1. Register at any $Projectname location (they are all inter-connected)" msgstr "" -#: ../../mod/locs.php:118 -msgid "Please wait several minutes between consecutive operations." +#: ../../mod/invite.php:137 +msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "" -#: ../../mod/locs.php:119 -msgid "" -"When possible, drop a location by logging into that website/hub and removing " -"your channel." +#: ../../mod/invite.php:138 +msgid "or visit " msgstr "" -#: ../../mod/locs.php:120 -msgid "Use this form to drop the location if the hub is no longer operating." +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" msgstr "" -#: ../../mod/post.php:234 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." msgstr "" -#: ../../mod/ffsapi.php:8 -msgid "Share content from Firefox to $Projectname" +#: ../../mod/lockview.php:58 +msgid "Visible to:" msgstr "" -#: ../../mod/ffsapi.php:11 -msgid "Activate the Firefox $Projectname provider" +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" msgstr "" -#: ../../mod/setup.php:191 -msgid "$Projectname Server - Setup" +#: ../../mod/uexport.php:53 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." msgstr "" -#: ../../mod/setup.php:195 -msgid "Could not connect to database." +#: ../../mod/uexport.php:54 +msgid "Export Content" msgstr "" -#: ../../mod/setup.php:199 +#: ../../mod/uexport.php:55 msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +"Export your channel information and recent content to a JSON backup that can " +"be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for " +"this download to begin." msgstr "" -#: ../../mod/setup.php:206 -msgid "Could not create table." +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." msgstr "" -#: ../../mod/setup.php:211 -msgid "Your site database has been installed." +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." msgstr "" -#: ../../mod/setup.php:215 +#: ../../mod/uexport.php:59 +#, php-format msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." +"To select all posts for a given year, such as this year, visit <a href=\"%1$s" +"\">%2$s</a>" msgstr "" -#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"<a href=\"%1$s\">%2$s</a>" msgstr "" -#: ../../mod/setup.php:281 -msgid "System check" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting <a href=\"%1$s\">" +"%2$s</a> on any site containing your channel. For best results please import " +"or restore these in date order (oldest first)." msgstr "" -#: ../../mod/setup.php:286 -msgid "Check again" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" msgstr "" -#: ../../mod/setup.php:308 -msgid "Database connection" +#: ../../mod/editpost.php:57 +msgid "Delete item?" msgstr "" -#: ../../mod/setup.php:309 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." +#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 +msgid "Edit post" msgstr "" -#: ../../mod/setup.php:310 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +#: ../../mod/follow.php:25 +msgid "Channel added." msgstr "" -#: ../../mod/setup.php:311 +#: ../../mod/rmagic.php:40 msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." msgstr "" -#: ../../mod/setup.php:315 -msgid "Database Server Name" +#: ../../mod/rmagic.php:40 +msgid "The error message was:" msgstr "" -#: ../../mod/setup.php:315 -msgid "Default is 127.0.0.1" +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." msgstr "" -#: ../../mod/setup.php:316 -msgid "Database Port" +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" msgstr "" -#: ../../mod/setup.php:316 -msgid "Communication port number - use 0 for default" +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../mod/setup.php:317 -msgid "Database Login Name" +#: ../../mod/rmagic.php:86 +msgid "Authenticate" msgstr "" -#: ../../mod/setup.php:318 -msgid "Database Login Password" +#: ../../mod/chat.php:174 +msgid "Room not found" msgstr "" -#: ../../mod/setup.php:319 -msgid "Database Name" +#: ../../mod/chat.php:185 +msgid "Leave Room" msgstr "" -#: ../../mod/setup.php:320 -msgid "Database Type" +#: ../../mod/chat.php:186 +msgid "Delete This Room" msgstr "" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "Site administrator email address" +#: ../../mod/chat.php:187 +msgid "I am away right now" msgstr "" -#: ../../mod/setup.php:322 ../../mod/setup.php:363 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../mod/chat.php:188 +msgid "I am online" msgstr "" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Website URL" +#: ../../mod/chat.php:190 +msgid "Bookmark this room" msgstr "" -#: ../../mod/setup.php:323 ../../mod/setup.php:365 -msgid "Please use SSL (https) URL if available." +#: ../../mod/chat.php:208 ../../mod/chat.php:231 +msgid "New Chatroom" msgstr "" -#: ../../mod/setup.php:325 ../../mod/setup.php:367 -msgid "Please select a default timezone for your website" +#: ../../mod/chat.php:209 +msgid "Chatroom Name" msgstr "" -#: ../../mod/setup.php:352 -msgid "Site settings" +#: ../../mod/chat.php:210 +msgid "Expiration of chats (minutes)" msgstr "" -#: ../../mod/setup.php:417 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/chat.php:227 +#, php-format +msgid "%1$s's Chatrooms" msgstr "" -#: ../../mod/setup.php:418 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" msgstr "" -#: ../../mod/setup.php:422 -msgid "PHP executable path" +#: ../../mod/ffsapi.php:8 +msgid "Share content from Firefox to $Projectname" msgstr "" -#: ../../mod/setup.php:422 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../mod/ffsapi.php:11 +msgid "Activate the Firefox $Projectname provider" msgstr "" -#: ../../mod/setup.php:427 -msgid "Command line PHP" +#: ../../mod/magic.php:69 +msgid "Hub not found." msgstr "" -#: ../../mod/setup.php:436 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../mod/connections.php:52 ../../mod/connections.php:150 +msgid "Blocked" msgstr "" -#: ../../mod/setup.php:437 -msgid "This is required for message delivery to work." +#: ../../mod/connections.php:57 ../../mod/connections.php:157 +msgid "Ignored" msgstr "" -#: ../../mod/setup.php:440 -msgid "PHP register_argc_argv" +#: ../../mod/connections.php:62 ../../mod/connections.php:171 +msgid "Hidden" msgstr "" -#: ../../mod/setup.php:458 -#, php-format -msgid "" -"Your max allowed total upload size is set to %s. Maximum size of one file to " -"upload is set to %s. You are allowed to upload up to %d files at once." +#: ../../mod/connections.php:67 ../../mod/connections.php:164 +msgid "Archived" msgstr "" -#: ../../mod/setup.php:463 -msgid "You can adjust these settings in the servers php.ini." +#: ../../mod/connections.php:128 +msgid "Suggest new connections" msgstr "" -#: ../../mod/setup.php:465 -msgid "PHP upload limits" +#: ../../mod/connections.php:131 +msgid "New Connections" msgstr "" -#: ../../mod/setup.php:488 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../mod/connections.php:134 +msgid "Show pending (new) connections" msgstr "" -#: ../../mod/setup.php:489 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../mod/connections.php:137 ../../mod/profperm.php:139 +msgid "All Connections" msgstr "" -#: ../../mod/setup.php:492 -msgid "Generate encryption keys" +#: ../../mod/connections.php:140 +msgid "Show all connections" msgstr "" -#: ../../mod/setup.php:504 -msgid "libCurl PHP module" +#: ../../mod/connections.php:143 +msgid "Unblocked" msgstr "" -#: ../../mod/setup.php:505 -msgid "GD graphics PHP module" +#: ../../mod/connections.php:146 +msgid "Only show unblocked connections" msgstr "" -#: ../../mod/setup.php:506 -msgid "OpenSSL PHP module" +#: ../../mod/connections.php:153 +msgid "Only show blocked connections" msgstr "" -#: ../../mod/setup.php:507 -msgid "mysqli or postgres PHP module" +#: ../../mod/connections.php:160 +msgid "Only show ignored connections" msgstr "" -#: ../../mod/setup.php:508 -msgid "mb_string PHP module" +#: ../../mod/connections.php:167 +msgid "Only show archived connections" msgstr "" -#: ../../mod/setup.php:509 -msgid "mcrypt PHP module" +#: ../../mod/connections.php:174 +msgid "Only show hidden connections" msgstr "" -#: ../../mod/setup.php:510 -msgid "xml PHP module" +#: ../../mod/connections.php:225 +#, php-format +msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/setup.php:514 ../../mod/setup.php:516 -msgid "Apache mod_rewrite module" +#: ../../mod/connections.php:226 +msgid "Edit connection" msgstr "" -#: ../../mod/setup.php:514 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../mod/connections.php:264 +msgid "Search your connections" msgstr "" -#: ../../mod/setup.php:520 ../../mod/setup.php:523 -msgid "proc_open" +#: ../../mod/connections.php:265 +msgid "Finding: " msgstr "" -#: ../../mod/setup.php:520 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" +#: ../../mod/help.php:147 +msgid "Documentation Search" msgstr "" -#: ../../mod/setup.php:528 -msgid "Error: libCURL PHP module required but not installed." +#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 +msgid "Help:" msgstr "" -#: ../../mod/setup.php:532 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../mod/help.php:211 ../../index.php:238 +msgid "Not Found" msgstr "" -#: ../../mod/setup.php:536 -msgid "Error: openssl PHP module required but not installed." +#: ../../mod/help.php:235 +msgid "$Projectname Documentation" msgstr "" -#: ../../mod/setup.php:540 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." +#: ../../mod/manage.php:130 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/setup.php:544 -msgid "Error: mb_string PHP module required but not installed." +#: ../../mod/manage.php:138 +msgid "Create a new channel" msgstr "" -#: ../../mod/setup.php:548 -msgid "Error: mcrypt PHP module required but not installed." +#: ../../mod/manage.php:161 +msgid "Current Channel" msgstr "" -#: ../../mod/setup.php:552 -msgid "Error: xml PHP module required for DAV but not installed." +#: ../../mod/manage.php:163 +msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../mod/setup.php:570 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../mod/manage.php:164 +msgid "Default Channel" msgstr "" -#: ../../mod/setup.php:571 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +#: ../../mod/manage.php:165 +msgid "Make Default" msgstr "" -#: ../../mod/setup.php:572 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." +#: ../../mod/manage.php:168 +#, php-format +msgid "%d new messages" msgstr "" -#: ../../mod/setup.php:573 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/manage.php:169 +#, php-format +msgid "%d new introductions" msgstr "" -#: ../../mod/setup.php:576 -msgid ".htconfig.php is writable" +#: ../../mod/manage.php:171 +msgid "Delegated Channels" msgstr "" -#: ../../mod/setup.php:590 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." +#: ../../mod/menu.php:45 +msgid "Unable to update menu." msgstr "" -#: ../../mod/setup.php:591 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." +#: ../../mod/menu.php:56 +msgid "Unable to create menu." msgstr "" -#: ../../mod/setup.php:592 ../../mod/setup.php:613 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" msgstr "" -#: ../../mod/setup.php:593 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" msgstr "" -#: ../../mod/setup.php:596 -#, php-format -msgid "%s is writable" +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" msgstr "" -#: ../../mod/setup.php:612 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" msgstr "" -#: ../../mod/setup.php:616 -msgid "store is writable" +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" msgstr "" -#: ../../mod/setup.php:649 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../mod/setup.php:650 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" msgstr "" -#: ../../mod/setup.php:651 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../mod/menu.php:109 +msgid "Drop" msgstr "" -#: ../../mod/setup.php:652 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" msgstr "" -#: ../../mod/setup.php:653 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../mod/menu.php:115 +msgid "Delete this menu" msgstr "" -#: ../../mod/setup.php:654 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" msgstr "" -#: ../../mod/setup.php:656 -msgid "SSL certificate validation" +#: ../../mod/menu.php:117 +msgid "Edit this menu" msgstr "" -#: ../../mod/setup.php:662 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." msgstr "" -#: ../../mod/setup.php:665 -msgid "Url rewrite is working" +#: ../../mod/menu.php:140 ../../mod/mitem.php:24 +msgid "Menu not found." msgstr "" -#: ../../mod/setup.php:674 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." +#: ../../mod/menu.php:145 +msgid "Edit Menu" msgstr "" -#: ../../mod/setup.php:698 -msgid "Errors encountered creating database tables." +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../mod/setup.php:732 -msgid "<h1>What next</h1>" +#: ../../mod/menu.php:151 +msgid "Menu name" msgstr "" -#: ../../mod/setup.php:733 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" +#: ../../mod/menu.php:152 +msgid "Menu title" msgstr "" -#: ../../mod/sharedwithme.php:96 -msgid "NEW" +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" msgstr "" -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" msgstr "" -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" +#: ../../mod/post.php:234 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." +msgstr "" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." msgstr "" #: ../../mod/siteinfo.php:111 @@ -8843,301 +8888,259 @@ msgid "" "hours." msgstr "" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 -#: ../../mod/profiles.php:231 ../../mod/profiles.php:600 -msgid "Profile not found." -msgstr "" - -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "" - -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "" - -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "" - -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "" - -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "" - -#: ../../mod/profiles.php:241 -msgid "Profile Name is required." -msgstr "" - -#: ../../mod/profiles.php:404 -msgid "Marital Status" -msgstr "" - -#: ../../mod/profiles.php:408 -msgid "Romantic Partner" -msgstr "" - -#: ../../mod/profiles.php:412 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:416 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:420 -msgid "Work/Employment" +#: ../../mod/events.php:21 +msgid "Calendar entries imported." msgstr "" -#: ../../mod/profiles.php:423 -msgid "Religion" +#: ../../mod/events.php:23 +msgid "No calendar entries found." msgstr "" -#: ../../mod/profiles.php:427 -msgid "Political Views" +#: ../../mod/events.php:100 +msgid "Event can not end before it has started." msgstr "" -#: ../../mod/profiles.php:435 -msgid "Sexual Preference" +#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 +msgid "Unable to generate preview." msgstr "" -#: ../../mod/profiles.php:439 -msgid "Homepage" +#: ../../mod/events.php:109 +msgid "Event title and start time are required." msgstr "" -#: ../../mod/profiles.php:443 -msgid "Interests" +#: ../../mod/events.php:129 ../../mod/events.php:254 +msgid "Event not found." msgstr "" -#: ../../mod/profiles.php:537 -msgid "Profile updated." +#: ../../mod/events.php:452 +msgid "Event Title" msgstr "" -#: ../../mod/profiles.php:626 -msgid "Hide your contact/friend list from viewers of this profile?" +#: ../../mod/events.php:454 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../mod/profiles.php:666 -msgid "Edit Profile Details" +#: ../../mod/events.php:455 +msgid "Category" msgstr "" -#: ../../mod/profiles.php:668 -msgid "View this profile" +#: ../../mod/events.php:458 +msgid "Start date and time" msgstr "" -#: ../../mod/profiles.php:670 -msgid "Change Profile Photo" +#: ../../mod/events.php:459 ../../mod/events.php:462 +msgid "Finish date and time are not known or not relevant" msgstr "" -#: ../../mod/profiles.php:671 -msgid "Create a new profile using these settings" +#: ../../mod/events.php:461 +msgid "Finish date and time" msgstr "" -#: ../../mod/profiles.php:672 -msgid "Clone this profile" +#: ../../mod/events.php:463 ../../mod/events.php:464 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/profiles.php:673 -msgid "Delete this profile" +#: ../../mod/events.php:463 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." msgstr "" -#: ../../mod/profiles.php:675 -msgid "Import profile from file" +#: ../../mod/events.php:470 ../../mod/events.php:472 +msgid "Share this event" msgstr "" -#: ../../mod/profiles.php:676 -msgid "Export profile to file" +#: ../../mod/events.php:477 +msgid "Advanced Options" msgstr "" -#: ../../mod/profiles.php:677 -msgid "Profile Name:" +#: ../../mod/events.php:589 +msgid "l, F j" msgstr "" -#: ../../mod/profiles.php:678 -msgid "Your Full Name:" +#: ../../mod/events.php:611 +msgid "Edit event" msgstr "" -#: ../../mod/profiles.php:679 -msgid "Title/Description:" +#: ../../mod/events.php:613 +msgid "Delete event" msgstr "" -#: ../../mod/profiles.php:680 -msgid "Your Gender:" +#: ../../mod/events.php:647 +msgid "calendar" msgstr "" -#: ../../mod/profiles.php:681 -msgid "Birthday :" +#: ../../mod/events.php:666 +msgid "New Event" msgstr "" -#: ../../mod/profiles.php:682 -msgid "Street Address:" +#: ../../mod/events.php:676 +msgid "Today" msgstr "" -#: ../../mod/profiles.php:683 -msgid "Locality/City:" +#: ../../mod/events.php:707 +msgid "Event removed" msgstr "" -#: ../../mod/profiles.php:684 -msgid "Postal/Zip Code:" +#: ../../mod/events.php:710 +msgid "Failed to remove event" msgstr "" -#: ../../mod/profiles.php:685 -msgid "Country:" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/profiles.php:686 -msgid "Region/State:" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" msgstr "" -#: ../../mod/profiles.php:687 -msgid "<span class=\"heart\">♥</span> Marital Status:" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../mod/profiles.php:688 -msgid "Who: (if applicable)" +#: ../../mod/profperm.php:123 +msgid "Visible To" msgstr "" -#: ../../mod/profiles.php:689 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/mitem.php:48 +msgid "Unable to create element." msgstr "" -#: ../../mod/profiles.php:690 -msgid "Since [date]:" +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/profiles.php:692 -msgid "Homepage URL:" +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." msgstr "" -#: ../../mod/profiles.php:695 -msgid "Religious Views:" +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" msgstr "" -#: ../../mod/profiles.php:696 -msgid "Keywords:" +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" msgstr "" -#: ../../mod/profiles.php:699 -msgid "Example: fishing photography software" +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" msgstr "" -#: ../../mod/profiles.php:700 -msgid "Used in directory listings" +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" msgstr "" -#: ../../mod/profiles.php:701 -msgid "Tell us about yourself..." +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" msgstr "" -#: ../../mod/profiles.php:702 -msgid "Hobbies/Interests" +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" msgstr "" -#: ../../mod/profiles.php:703 -msgid "Contact information and Social Networks" +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" msgstr "" -#: ../../mod/profiles.php:704 -msgid "My other channels" +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../mod/profiles.php:705 -msgid "Musical interests" +#: ../../mod/mitem.php:157 +msgid "Submit and finish" msgstr "" -#: ../../mod/profiles.php:706 -msgid "Books, literature" +#: ../../mod/mitem.php:158 +msgid "Submit and continue" msgstr "" -#: ../../mod/profiles.php:707 -msgid "Television" +#: ../../mod/mitem.php:166 +msgid "Menu:" msgstr "" -#: ../../mod/profiles.php:708 -msgid "Film/dance/culture/entertainment" +#: ../../mod/mitem.php:169 +msgid "Link Target" msgstr "" -#: ../../mod/profiles.php:709 -msgid "Love/romance" +#: ../../mod/mitem.php:172 +msgid "Edit menu" msgstr "" -#: ../../mod/profiles.php:710 -msgid "Work/employment" +#: ../../mod/mitem.php:175 +msgid "Edit element" msgstr "" -#: ../../mod/profiles.php:711 -msgid "School/education" +#: ../../mod/mitem.php:176 +msgid "Drop element" msgstr "" -#: ../../mod/profiles.php:717 -msgid "This is your default profile." +#: ../../mod/mitem.php:177 +msgid "New element" msgstr "" -#: ../../mod/profiles.php:728 -msgid "Age: " +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" msgstr "" -#: ../../mod/profiles.php:771 -msgid "Edit/Manage Profiles" +#: ../../mod/mitem.php:179 +msgid "Add menu element" msgstr "" -#: ../../mod/profiles.php:772 -msgid "Add profile things" +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" msgstr "" -#: ../../mod/profiles.php:773 -msgid "Include desirable objects in your profile" +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" msgstr "" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." +#: ../../mod/mitem.php:198 +msgid "Menu item not found." msgstr "" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." msgstr "" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." msgstr "" -#: ../../mod/profperm.php:123 -msgid "Visible To" +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" msgstr "" -#: ../../mod/rbmark.php:90 -msgid "Select a bookmark folder" +#: ../../mod/mitem.php:226 +msgid "Link text" msgstr "" -#: ../../mod/rbmark.php:95 -msgid "Save Bookmark" +#: ../../mod/wholikesme.php:13 +msgid "Who likes me?" msgstr "" -#: ../../mod/rbmark.php:96 -msgid "URL of bookmark" +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" msgstr "" -#: ../../mod/rbmark.php:101 -msgid "Or enter new bookmark folder name" +#: ../../mod/sharedwithme.php:96 +msgid "NEW" msgstr "" -#: ../../mod/import_items.php:101 -msgid "Import completed" +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" msgstr "" -#: ../../mod/import_items.php:119 -msgid "Import Items" +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" msgstr "" -#: ../../mod/import_items.php:120 -msgid "Use this form to import existing posts and content from an export file." +#: ../../mod/viewconnections.php:59 +msgid "No connections." msgstr "" -#: ../../mod/wholikesme.php:13 -msgid "Who likes me?" +#: ../../mod/viewconnections.php:72 +#, php-format +msgid "Visit %s's profile [%s]" msgstr "" #: ../../view/theme/redbasic/php/config.php:82 diff --git a/version.inc b/version.inc index 6c00f3bad..30d5c870f 100644 --- a/version.inc +++ b/version.inc @@ -1 +1,5 @@ +<<<<<<< HEAD 2015-11-25.1227 +======= +2015-11-27.1229 +>>>>>>> upstream/master diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 19796679a..29164c7ad 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -57,7 +57,8 @@ nav .navbar-toggle { /* nav overrides end */ -aside .nav-pills > li > a { +aside .nav-pills > li > a, +.response-list .nav-pills > li > a { padding: 6px 10px; } diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 00dcc40f8..3e6ee63ac 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -4,7 +4,55 @@ margin-bottom: -1px; } +<<<<<<< HEAD +======= +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} + +#events-spinner .spinner { + margin-top: 9px; + margin-bottom: -9px; +} + +>>>>>>> upstream/master .bootstrap-tagsinput { width: 100%; padding: 6px 12px; } +<<<<<<< HEAD +======= + +.event-wrapper { + max-width: 700px; + height: auto; + padding: 10px; +} + +.event-owner { + margin-bottom: 15px; +} + +.event-owner img { + margin-right: 5px; +} + +.event-buttons, +.event-description { + margin-top: 10px; +} + +#event-upload-form { + margin-top: 10px; +} + +#event-upload-choose { + width: 100%; +} +>>>>>>> upstream/master diff --git a/view/pdl/mod_events.pdl b/view/pdl/mod_events.pdl index 5a71d88d9..a3bc0c019 100644 --- a/view/pdl/mod_events.pdl +++ b/view/pdl/mod_events.pdl @@ -1,4 +1,5 @@ [region=aside] [widget=eventsmenu][/widget] +[widget=eventstools][/widget] [widget=tasklist][/widget] [/region] diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fe6f10365..11e56cfc2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -241,7 +241,8 @@ footer { padding-right: 3em; } -.birthday-today, .event-today { +.birthday-today, +.event-today { font-weight: bold; } @@ -847,6 +848,7 @@ nav .acpopup { cursor: pointer; } +<<<<<<< HEAD .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, @@ -909,6 +911,8 @@ nav .acpopup { } +======= +>>>>>>> upstream/master #cboxOverlay { z-index: 1050; } @@ -1562,8 +1566,12 @@ img.mail-conv-sender-photo { padding: 0.5em 10px; } -.wall-photo-item { - /*padding: 0.5em 10px;*/ +.wall-event-item { + padding: 10px; + color: #fff; + background-color: #3A87AD; /* should reflect calendar color */ + border-top-left-radius: $radiuspx; + border-top-right-radius: $radiuspx; } .wall-photo-item img { @@ -2252,8 +2260,11 @@ nav .badge.mail-update:hover { .help-searchlist a { font-size: 130%; } +<<<<<<< HEAD .response-list ul { list-style-type: none; } +======= +>>>>>>> upstream/master diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 206ee245e..08f0d4fbe 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -183,7 +183,7 @@ <h4 class="modal-title">{{$response.title}}</h4> </div> <div class="modal-body response-list"> - <ul>{{foreach $response.list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul> + <ul class="nav nav-pills nav-stacked">{{foreach $response.list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul> </div> <div class="modal-footer clear"> <button type="button" class="btn btn-default" data-dismiss="modal">{{$item.modal_dismiss}}</button> diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 4362360d3..496a07782 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -55,7 +55,14 @@ showEvent(calEvent.id); }, loading: function(isLoading, view) { + $('#events-spinner').spin('tiny'); + $('#events-spinner > i').css('color', 'transparent'); if(!isLoading) { +<<<<<<< HEAD +======= + $('#events-spinner').spin(false); + $('#events-spinner > i').css('color', ''); +>>>>>>> upstream/master $('td.fc-day').dblclick(function() { openMenu('form'); //window.location.href='/events/new?start='+$(this).data('date'); @@ -71,30 +78,54 @@ switch(view.name){ case "month": element.find(".fc-title").html( +<<<<<<< HEAD "<img src='{0}' style='height:10px;width:10px'> {1}: {2}".format( +======= + "<img src='{0}' style='height:12px;width:12px;' title='{1}'> <span title='{3}{4}'>{2}</span>".format( +>>>>>>> upstream/master event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], - event.title + event.title, + event.item.description ? event.item.description + "\r\n\r\n" : '', + event.item.location ? aStr['location'] + ': ' + event.item.location.replace(/(<([^>]+)>)/ig,"") : '' )); break; case "agendaWeek": element.find(".fc-title").html( +<<<<<<< HEAD "<img src='{0}' style='height:10px; width:10px'> {1}: {2}<p>{3}</p><p>{4}</p>".format( event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], event.title, event.item.description, event.item.location +======= + "<img src='{0}' style='height:12px;width:12px;'> {1}: <span title='{3}{4}'>{2}</span>".format( + event.item['author']['xchan_photo_s'], + event.item['author']['xchan_name'], + event.title, + event.item.description ? event.item.description + "\r\n\r\n" : '', + event.item.location ? aStr['location'] + ': ' + event.item.location.replace(/(<([^>]+)>)/ig,"") : '' +>>>>>>> upstream/master )); break; case "agendaDay": element.find(".fc-title").html( +<<<<<<< HEAD "<img src='{0}' style='height:10px;width:10px'> {1}: {2}<p>{3}</p><p>{4}</p>".format( event.item['author']['xchan_photo_s'], event.item['author']['xchan_name'], event.title, event.item.description, event.item.location +======= + "<img src='{0}' style='height:12px;width:12px;'> {1}: <span title='{3}{4}'>{2}</span>".format( + event.item['author']['xchan_photo_s'], + event.item['author']['xchan_name'], + event.title, + event.item.description ? event.item.description + "\r\n\r\n" : '', + event.item.location ? aStr['location'] + ': ' + event.item.location.replace(/(<([^>]+)>)/ig,"") : '' +>>>>>>> upstream/master )); break; } diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl new file mode 100644 index 000000000..868e5ad27 --- /dev/null +++ b/view/tpl/event_item_content.tpl @@ -0,0 +1,10 @@ +{{if $description}} +<div class="event-description"> + {{$description}} +</div> +{{/if}} +{{if $location}} +<div class="event-location"> + <span class="event-label">{{$location_label}}</span> <span class="event_location">{{$location}}</span> +</div> +{{/if}} diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl new file mode 100755 index 000000000..70ddfd808 --- /dev/null +++ b/view/tpl/event_item_header.tpl @@ -0,0 +1,11 @@ +<div class="event-title"> + <h3><i class="icon-calendar"></i> {{$title}}</h3> +</div> +<div class="event-start"> + <span class="event-label">{{$dtstart_label}}</span> <span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span> +</div> +{{if $finish}} +<div class="event-start"> + <span class="event-label">{{$dtend_label}}</span> <span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span> +</div> +{{/if}} diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl index b2de90da1..cef7b45cc 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -1,12 +1,16 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right"> +<<<<<<< HEAD <button class="btn btn-default btn-xs" onclick="openClose('event-tools'); closeMenu('form');"><i class="icon-cog"></i></button> <button class="btn btn-success btn-xs" onclick="openClose('form'); closeMenu('event-tools');">{{$new_event.1}}</button> +======= + <button class="btn btn-success btn-xs" onclick="openClose('form'); closeMenu('event-tools');">{{$new_event.1}}</button> +>>>>>>> upstream/master <div class="btn-group"> <button class="btn btn-default btn-xs" onclick="changeView('prev', false);" title="{{$prev}}"><i class="icon-backward"></i></button> - <button class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="icon-bullseye"></i></button> + <button id="events-spinner" class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="icon-bullseye"></i></button> <button class="btn btn-default btn-xs" onclick="changeView('next', false);" title="{{$next}}"><i class="icon-forward"></i></button> </div> </div> @@ -15,6 +19,7 @@ </div> <div id="form" class="section-content-tools-wrapper"{{if !$expandform}} style="display:none;"{{/if}}> {{$form}} +<<<<<<< HEAD </div> <div id="event-tools" class="section-content-tools-wrapper" style="display:none;"> <div class="form-group"> @@ -28,6 +33,8 @@ </form> </div> +======= +>>>>>>> upstream/master </div> <div class="clear"></div> <div class="section-content-wrapper-np"> diff --git a/view/tpl/events_side.tpl b/view/tpl/events_menu_side.tpl index b9a9062b1..b9a9062b1 100755 --- a/view/tpl/events_side.tpl +++ b/view/tpl/events_menu_side.tpl diff --git a/view/tpl/events_tools_side.tpl b/view/tpl/events_tools_side.tpl new file mode 100755 index 000000000..5e20511fc --- /dev/null +++ b/view/tpl/events_tools_side.tpl @@ -0,0 +1,15 @@ +<div class="widget"> + <h3>{{$title}}</h3> + <ul class="nav nav-pills nav-stacked"> + <li><a href="#" onclick="exportDate(); return false;"><i class="icon-download"></i> {{$export}}</a></li> + <li><a href="#" onclick="openClose('event-upload-form'); return false;"><i class="icon-upload"></i> {{$import}}</a></li> + </ul> + <div id="event-upload-form" style="display: none;"> + <form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form"> + <div class="form-group"> + <input id="event-upload-choose" type="file" name="userfile" /> + </div> + <button id="dbtn-submit" class="btn btn-primary btn-xs" type="submit" name="submit" >{{$submit}}</button> + </form> + </div> +</div> diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl new file mode 100755 index 000000000..e7edb7e64 --- /dev/null +++ b/view/tpl/jot.tpl @@ -0,0 +1,213 @@ +<div id="profile-jot-wrapper"> + <form id="profile-jot-form" action="{{$action}}" method="post"> + {{if $parent}} + <input type="hidden" name="parent" value="{{$parent}}" /> + {{/if}} + <input type="hidden" name="obj_type" value="{{$ptyp}}" /> + <input type="hidden" name="profile_uid" value="{{$profile_uid}}" /> + <input type="hidden" name="return" value="{{$return_path}}" /> + <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" /> + <input type="hidden" name="expire" id="jot-expire" value="{{$defexpire}}" /> + <input type="hidden" name="created" id="jot-created" value="{{$defpublish}}" /> + <input type="hidden" name="media_str" id="jot-media" value="" /> + <input type="hidden" name="source" id="jot-source" value="{{$source}}" /> + <input type="hidden" name="coord" id="jot-coord" value="" /> + <input type="hidden" name="post_id" value="{{$post_id}}" /> + <input type="hidden" name="webpage" value="{{$webpage}}" /> + <input type="hidden" name="preview" id="jot-preview" value="0" /> + <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> + {{if $showacl}}{{$acl}}{{/if}} + {{$mimeselect}} + {{$layoutselect}} + {{if $id_select}} + <div class="channel-id-select-div"> + <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} + </div> + {{/if}} + {{if $webpage}} + <div id="jot-pagetitle-wrap" class="jothidden"> + <input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}"> + </div> + {{/if}} + <div id="jot-title-wrap" class="jothidden"> + <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex=1 value="{{$title}}"> + </div> + {{if $catsenabled}} + <div id="jot-category-wrap" class="jothidden"> + <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput"> + </div> + {{/if}} + <div id="jot-text-wrap"> + <textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex=2 placeholder="{{$share}}">{{$content}}</textarea> + </div> + {{if $attachment}} + <div id="jot-attachment-wrap"> + <input class="jot-attachment" name="attachment" id="jot-attachment" type="text" value="{{$attachment}}" readonly="readonly" onclick="this.select();"> + </div> + {{/if}} + <div id="profile-jot-submit-wrapper" class="jothidden"> + <div id="profile-jot-submit-left" class="btn-toolbar pull-left"> + <div class="btn-group"> + <button id="main-editor-bold" class="btn btn-default btn-sm" title="{{$bold}}" onclick="inserteditortag('b', 'profile-jot-text'); return false;"> + <i class="icon-bold jot-icons"></i> + </button> + <button id="main-editor-italic" class="btn btn-default btn-sm" title="{{$italic}}" onclick="inserteditortag('i', 'profile-jot-text'); return false;"> + <i class="icon-italic jot-icons"></i> + </button> + <button id="main-editor-underline" class="btn btn-default btn-sm" title="{{$underline}}" onclick="inserteditortag('u', 'profile-jot-text'); return false;"> + <i class="icon-underline jot-icons"></i> + </button> + <button id="main-editor-quote" class="btn btn-default btn-sm" title="{{$quote}}" onclick="inserteditortag('quote', 'profile-jot-text'); return false;"> + <i class="icon-quote-left jot-icons"></i> + </button> + <button id="main-editor-code" class="btn btn-default btn-sm" title="{{$code}}" onclick="inserteditortag('code', 'profile-jot-text'); return false;"> + <i class="icon-terminal jot-icons"></i> + </button> + </div> + {{if $visitor}} + <div class="btn-group hidden-xs"> + {{if $writefiles}} + <button id="wall-file-upload" class="btn btn-default btn-sm" title="{{$attach}}" > + <i id="wall-file-upload-icon" class="icon-paper-clip jot-icons"></i> + </button> + {{/if}} + <button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"> + <i id="profile-link" class="icon-link jot-icons"></i> + </button> + </div> + <div class="btn-group hidden-xs hidden-sm"> + <button id="profile-location-wrapper" class="btn btn-default btn-sm" title="{{$setloc}}" onclick="jotGetLocation();return false;"> + <i id="profile-location" class="icon-globe jot-icons"></i> + </button> + {{if $noloc}} + <button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" title="{{$noloc}}" onclick="jotClearLocation();return false;" disabled="disabled"> + <i id="profile-nolocation" class="icon-circle-blank jot-icons"></i> + </button> + {{/if}} + {{else}} + <div class="btn-group hidden-xs"> + {{/if}} + {{if $feature_expire}} + <button id="profile-expire-wrapper" class="btn btn-default btn-sm" title="{{$expires}}" onclick="jotGetExpiry();return false;"> + <i id="profile-expires" class="icon-eraser jot-icons"></i> + </button> + {{/if}} + {{if $feature_future}} + <button id="profile-future-wrapper" class="btn btn-default btn-sm" title="{{$future_txt}}" onclick="jotGetPubDate();return false;"> + <i id="profile-future" class="icon-time jot-icons"></i> + </button> + {{/if}} + {{if $feature_encrypt}} + <button id="profile-encrypt-wrapper" class="btn btn-default btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"> + <i id="profile-encrypt" class="icon-key jot-icons"></i> + </button> + {{/if}} + {{if $feature_voting}} + <button id="profile-voting-wrapper" class="btn btn-default btn-sm" title="{{$voting}}" onclick="toggleVoting();return false;"> + <i id="profile-voting" class="icon-check-empty jot-icons"></i> + </button> + {{/if}} + </div> + <div class="btn-group visible-xs visible-sm"> + <button type="button" id="more-tools" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> + <i id="more-tools-icon" class="icon-caret-down jot-icons"></i> + </button> + <ul class="dropdown-menu dropdown-menu-right" role="menu"> + <li class="visible-xs"><a href="#" onclick="preview_post();return false;"><i class="icon-eye-open"></i> {{$preview}}</a></li> + {{if $visitor}} + <li class="divider visible-xs"></li> + {{if $writefiles}}<li class="visible-xs"><a id="wall-file-upload-sub" href="#" ><i class="icon-paper-clip"></i> {{$attach}}</a></li>{{/if}} + <li class="visible-xs"><a href="#" onclick="jotGetLink(); return false;"><i class="icon-link"></i> {{$weblink}}</a></li> + <!--li class="visible-xs"><a href="#" onclick="jotVideoURL(); return false;"><i class="icon-facetime-video"></i> {{$video}}</a></li--> + <!--li class="visible-xs"><a href="#" onclick="jotAudioURL(); return false;"><i class="icon-volume-up"></i> {{$audio}}</a></li--> + {{/if}} + <li class="divider visible-xs"></li> + <li class="visible-xs visible-sm"><a href="#" onclick="jotGetLocation(); return false;"><i class="icon-globe"></i> {{$setloc}}</a></li> + {{if $noloc}} + <li class="visible-xs visible-sm"><a href="#" onclick="jotClearLocation(); return false;"><i class="icon-circle-blank"></i> {{$noloc}}</a></li> + {{/if}} + {{if $feature_expire}} + <li class="visible-xs visible-sm"><a href="#" onclick="jotGetExpiry(); return false;"><i class="icon-eraser"></i> {{$expires}}</a></li> + {{/if}} + {{if $feature_encrypt}} + <li class="visible-xs visible-sm"><a href="#" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"><i class="icon-key"></i> {{$encrypt}}</a></li> + {{/if}} + {{if $feature_voting}} + <li class="visible-xs visible-sm"><a href="#" onclick="toggleVoting(); return false;"><i id="profile-voting-sub" class="icon-check-empty"></i> {{$voting}}</a></li> + {{/if}} + </ul> + </div> + </div> + <div id="profile-rotator-wrapper"> + <div id="profile-rotator"></div> + </div> + <div id="profile-jot-submit-right" class="btn-group pull-right"> + {{if $preview}} + <button class="btn btn-default btn-sm hidden-xs" onclick="preview_post();return false;" title="{{$preview}}"> + <i class="icon-eye-open jot-icons" ></i> + </button> + {{/if}} + {{if $showacl}} + <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i>{{if $bang}} <i class="icon-exclamation jot-icons"></i>{{/if}} + </button> + {{/if}} + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex=3 name="button-submit" >{{$share}}</button> + </div> + <div id="profile-jot-perms-end"></div> + <div id="profile-jot-plugin-wrapper"> + {{$jotplugins}} + </div> + </div> + <div id="profile-jot-text-loading"></div> + <div id="profile-jot-end" class="clear"></div> + <div id="jot-preview-content" style="display:none;"></div> + </form> +</div> + +<!-- Modal for item expiry--> +<div class="modal" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title" id="expiryModalLabel">{{$expires}}</h4> + </div> + <!-- <div class="modal-body"> --> + <div class="modal-body form-group" style="width:90%"> + <div class='date'><input type='text' placeholder='yyyy-mm-dd HH:MM' name='start_text' id='expiration-date' class="form-control" /></div><script type='text/javascript'>$(function () {var picker = $('#expiration-date').datetimepicker({format:'Y-m-d H:i', minDate: 0 }); })</script> + </div> + <!-- </div> --> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$expiryModalCANCEL}}</button> + <button id="expiry-modal-OKButton" type="button" class="btn btn-primary">{{$expiryModalOK}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> + +<!-- Modal for item created--> +<div class="modal" id="createdModal" tabindex="-1" role="dialog" aria-labelledby="createdModalLabel" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title" id="createdModalLabel">{{$future_txt}}</h4> + </div> + <!-- <div class="modal-body"> --> + <div class="modal-body form-group" style="width:90%"> + <div class='date'><input type='text' placeholder='yyyy-mm-dd HH:MM' name='created_text' id='created-date' class="form-control" /></div><script type='text/javascript'>$(function () {var picker = $('#created-date').datetimepicker({format:'Y-m-d H:i', minDate: 0 }); })</script> + </div> + <!-- </div> --> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$expiryModalCANCEL}}</button> + <button id="created-modal-OKButton" type="button" class="btn btn-primary">{{$expiryModalOK}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> + + +{{if $content || $attachment || $expanded}} +<script>initEditor();</script> +{{/if}} diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 38cf8edbd..4243c2ea5 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -22,6 +22,7 @@ 'submit' : "{{$submit}}", 'linkurl' : "{{$linkurl}}", 'leavethispage' : "{{$leavethispage}}", + 'location' : "{{$location}}", 't01' : "{{$t01}}", 't02' : "{{$t02}}", diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 2c71c64fb..af5f222fe 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -159,12 +159,12 @@ {{/foreach}} </select> </div> + {{/if}} {{include file="field_checkbox.tpl" field=$cal_first_day}} <div class="settings-submit-wrapper" > <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </div> </div> - {{/if}} </div> </div> </div> |