From 93237f8d0a116f09aa74d01a215d4b85b6510299 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sat, 6 Jun 2015 19:49:30 +0200 Subject: [PATCH] Added translatable strings to the Display Settings page and refreshed util/messages.po. --- mod/settings.php | 3 + util/messages.po | 11441 ++++++++++++++++---------------- view/tpl/settings_display.tpl | 6 +- 3 files changed, 5655 insertions(+), 5795 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index 550236c47..692668060 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -844,6 +844,9 @@ function settings_content(&$a) { $tpl = get_markup_template("settings_display.tpl"); $o = replace_macros($tpl, array( '$ptitle' => t('Display Settings'), + '$d_tset' => t('Theme Settings'), + '$d_ctset' => t('Custom Theme Settings'), + '$d_cset' => t('Content Settings'), '$form_security_token' => get_form_security_token("settings_display"), '$submit' => t('Submit'), '$baseurl' => $a->get_baseurl(true), diff --git a/util/messages.po b/util/messages.po index a3123be05..6da7c20b4 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2015-06-05.1054\n" +"Project-Id-Version: 2015-06-06.1055\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-05 00:04-0700\n" +"POT-Creation-Date: 2015-06-06 19:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,9 +17,975 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/dba/dba_driver.php:141 +#: ../../include/datetime.php:48 +msgid "Miscellaneous" +msgstr "" + +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: ../../include/datetime.php:235 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:635 +msgid "Required" +msgstr "" + +#: ../../include/datetime.php:262 ../../boot.php:2354 +msgid "never" +msgstr "" + +#: ../../include/datetime.php:268 +msgid "less than a second ago" +msgstr "" + +#: ../../include/datetime.php:271 +msgid "year" +msgstr "" + +#: ../../include/datetime.php:271 +msgid "years" +msgstr "" + +#: ../../include/datetime.php:272 +msgid "month" +msgstr "" + +#: ../../include/datetime.php:272 +msgid "months" +msgstr "" + +#: ../../include/datetime.php:273 +msgid "week" +msgstr "" + +#: ../../include/datetime.php:273 +msgid "weeks" +msgstr "" + +#: ../../include/datetime.php:274 +msgid "day" +msgstr "" + +#: ../../include/datetime.php:274 +msgid "days" +msgstr "" + +#: ../../include/datetime.php:275 +msgid "hour" +msgstr "" + +#: ../../include/datetime.php:275 +msgid "hours" +msgstr "" + +#: ../../include/datetime.php:276 +msgid "minute" +msgstr "" + +#: ../../include/datetime.php:276 +msgid "minutes" +msgstr "" + +#: ../../include/datetime.php:277 +msgid "second" +msgstr "" + +#: ../../include/datetime.php:277 +msgid "seconds" +msgstr "" + +#: ../../include/datetime.php:285 #, php-format -msgid "Cannot locate DNS info for database server '%s'" +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "" + +#: ../../include/datetime.php:519 +#, php-format +msgid "%1$s's birthday" +msgstr "" + +#: ../../include/datetime.php:520 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "" + +#: ../../include/conversation.php:120 ../../include/text.php:1888 +#: ../../include/diaspora.php:2082 ../../mod/tagger.php:43 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/like.php:346 +msgid "photo" +msgstr "" + +#: ../../include/conversation.php:123 ../../include/text.php:1891 +#: ../../mod/tagger.php:47 ../../mod/like.php:348 +msgid "event" +msgstr "" + +#: ../../include/conversation.php:126 ../../mod/like.php:113 +msgid "channel" +msgstr "" + +#: ../../include/conversation.php:148 ../../include/text.php:1894 +#: ../../include/diaspora.php:2082 ../../mod/tagger.php:51 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/like.php:346 +msgid "status" +msgstr "" + +#: ../../include/conversation.php:150 ../../include/text.php:1896 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "" + +#: ../../include/conversation.php:164 ../../include/diaspora.php:2111 +#: ../../mod/like.php:394 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:167 ../../mod/like.php:396 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "" + +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: ../../include/conversation.php:243 ../../include/text.php:994 +msgid "poked" +msgstr "" + +#: ../../include/conversation.php:260 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "" + +#: ../../include/conversation.php:572 ../../mod/photos.php:984 +msgctxt "title" +msgid "Likes" +msgstr "" + +#: ../../include/conversation.php:572 ../../mod/photos.php:984 +msgctxt "title" +msgid "Dislikes" +msgstr "" + +#: ../../include/conversation.php:573 ../../mod/photos.php:985 +msgctxt "title" +msgid "Agree" +msgstr "" + +#: ../../include/conversation.php:573 ../../mod/photos.php:985 +msgctxt "title" +msgid "Disagree" +msgstr "" + +#: ../../include/conversation.php:573 ../../mod/photos.php:985 +msgctxt "title" +msgid "Abstain" +msgstr "" + +#: ../../include/conversation.php:574 ../../mod/photos.php:986 +msgctxt "title" +msgid "Attending" +msgstr "" + +#: ../../include/conversation.php:574 ../../mod/photos.php:986 +msgctxt "title" +msgid "Not attending" +msgstr "" + +#: ../../include/conversation.php:574 ../../mod/photos.php:986 +msgctxt "title" +msgid "Might attend" +msgstr "" + +#: ../../include/conversation.php:659 ../../include/ItemObject.php:126 +msgid "Select" +msgstr "" + +#: ../../include/conversation.php:660 ../../include/apps.php:255 +#: ../../include/RedDAV/RedBrowser.php:270 ../../include/ItemObject.php:120 +#: ../../mod/editblock.php:113 ../../mod/group.php:176 +#: ../../mod/editlayout.php:107 ../../mod/editwebpage.php:225 +#: ../../mod/admin.php:817 ../../mod/admin.php:979 ../../mod/connedit.php:543 +#: ../../mod/thing.php:228 ../../mod/settings.php:650 +#: ../../mod/photos.php:1050 ../../mod/blocks.php:155 +#: ../../mod/webpages.php:183 +msgid "Delete" +msgstr "" + +#: ../../include/conversation.php:667 ../../include/ItemObject.php:89 +msgid "Private Message" +msgstr "" + +#: ../../include/conversation.php:674 ../../include/ItemObject.php:227 +msgid "Message signature validated" +msgstr "" + +#: ../../include/conversation.php:675 ../../include/ItemObject.php:228 +msgid "Message signature incorrect" +msgstr "" + +#: ../../include/conversation.php:692 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: ../../include/conversation.php:707 +msgid "Categories:" +msgstr "" + +#: ../../include/conversation.php:708 +msgid "Filed under:" +msgstr "" + +#: ../../include/conversation.php:716 ../../include/ItemObject.php:312 +#, php-format +msgid "from %s" +msgstr "" + +#: ../../include/conversation.php:719 ../../include/ItemObject.php:315 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: ../../include/conversation.php:720 ../../include/ItemObject.php:316 +#, php-format +msgid "Expires: %s" +msgstr "" + +#: ../../include/conversation.php:735 +msgid "View in context" +msgstr "" + +#: ../../include/conversation.php:737 ../../include/conversation.php:1209 +#: ../../include/ItemObject.php:364 ../../mod/editblock.php:155 +#: ../../mod/mail.php:241 ../../mod/mail.php:356 ../../mod/editlayout.php:153 +#: ../../mod/editpost.php:130 ../../mod/editwebpage.php:192 +#: ../../mod/photos.php:950 +msgid "Please wait" +msgstr "" + +#: ../../include/conversation.php:846 +msgid "remove" +msgstr "" + +#: ../../include/conversation.php:850 ../../include/nav.php:247 +msgid "Loading..." +msgstr "" + +#: ../../include/conversation.php:851 +msgid "Delete Selected Items" +msgstr "" + +#: ../../include/conversation.php:939 +msgid "View Source" +msgstr "" + +#: ../../include/conversation.php:940 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:941 +msgid "View Status" +msgstr "" + +#: ../../include/conversation.php:942 ../../include/nav.php:91 +#: ../../mod/connedit.php:494 ../../mod/connedit.php:660 +msgid "View Profile" +msgstr "" + +#: ../../include/conversation.php:943 +msgid "View Photos" +msgstr "" + +#: ../../include/conversation.php:944 +msgid "Matrix Activity" +msgstr "" + +#: ../../include/conversation.php:945 ../../include/Contact.php:107 +#: ../../include/widgets.php:136 ../../include/widgets.php:175 +#: ../../include/identity.php:824 ../../mod/match.php:64 +#: ../../mod/suggest.php:52 ../../mod/directory.php:302 +msgid "Connect" +msgstr "" + +#: ../../include/conversation.php:946 +msgid "Edit Contact" +msgstr "" + +#: ../../include/conversation.php:947 +msgid "Send PM" +msgstr "" + +#: ../../include/conversation.php:948 ../../include/apps.php:145 +msgid "Poke" +msgstr "" + +#: ../../include/conversation.php:1019 ../../include/apps.php:336 +#: ../../include/apps.php:387 ../../include/RedDAV/RedBrowser.php:164 +#: ../../mod/photos.php:681 ../../mod/photos.php:1119 +msgid "Unknown" +msgstr "" + +#: ../../include/conversation.php:1062 +#, php-format +msgid "%s likes this." +msgstr "" + +#: ../../include/conversation.php:1062 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: ../../include/conversation.php:1066 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1068 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1074 +msgid "and" +msgstr "" + +#: ../../include/conversation.php:1077 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1078 +#, php-format +msgid "%s like this." +msgstr "" + +#: ../../include/conversation.php:1078 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: ../../include/conversation.php:1140 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/conversation.php:1141 ../../mod/mail.php:174 +#: ../../mod/mail.php:289 +msgid "Please enter a link URL:" +msgstr "" + +#: ../../include/conversation.php:1142 +msgid "Please enter a video link/URL:" +msgstr "" + +#: ../../include/conversation.php:1143 +msgid "Please enter an audio link/URL:" +msgstr "" + +#: ../../include/conversation.php:1144 +msgid "Tag term:" +msgstr "" + +#: ../../include/conversation.php:1145 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "" + +#: ../../include/conversation.php:1146 +msgid "Where are you right now?" +msgstr "" + +#: ../../include/conversation.php:1147 ../../mod/mail.php:175 +#: ../../mod/mail.php:290 ../../mod/editpost.php:52 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "" + +#: ../../include/conversation.php:1155 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:677 ../../mod/editblock.php:176 +#: ../../mod/editpost.php:150 ../../mod/editwebpage.php:214 +#: ../../mod/events.php:653 ../../mod/photos.php:970 +#: ../../mod/webpages.php:188 +msgid "Preview" +msgstr "" + +#: ../../include/conversation.php:1174 ../../mod/layouts.php:184 +#: ../../mod/photos.php:949 ../../mod/blocks.php:154 +#: ../../mod/webpages.php:182 +msgid "Share" +msgstr "" + +#: ../../include/conversation.php:1176 +msgid "Page link name" +msgstr "" + +#: ../../include/conversation.php:1179 +msgid "Post as" +msgstr "" + +#: ../../include/conversation.php:1181 ../../include/ItemObject.php:669 +#: ../../mod/editblock.php:141 ../../mod/editlayout.php:140 +#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:179 +msgid "Bold" +msgstr "" + +#: ../../include/conversation.php:1182 ../../include/ItemObject.php:670 +#: ../../mod/editblock.php:142 ../../mod/editlayout.php:141 +#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:180 +msgid "Italic" +msgstr "" + +#: ../../include/conversation.php:1183 ../../include/ItemObject.php:671 +#: ../../mod/editblock.php:143 ../../mod/editlayout.php:142 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:181 +msgid "Underline" +msgstr "" + +#: ../../include/conversation.php:1184 ../../include/ItemObject.php:672 +#: ../../mod/editblock.php:144 ../../mod/editlayout.php:143 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:182 +msgid "Quote" +msgstr "" + +#: ../../include/conversation.php:1185 ../../include/ItemObject.php:673 +#: ../../mod/editblock.php:145 ../../mod/editlayout.php:144 +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:183 +msgid "Code" +msgstr "" + +#: ../../include/conversation.php:1186 ../../mod/editblock.php:147 +#: ../../mod/mail.php:238 ../../mod/mail.php:352 ../../mod/editlayout.php:145 +#: ../../mod/editpost.php:119 ../../mod/editwebpage.php:184 +msgid "Upload photo" +msgstr "" + +#: ../../include/conversation.php:1187 +msgid "upload photo" +msgstr "" + +#: ../../include/conversation.php:1188 ../../mod/editblock.php:148 +#: ../../mod/mail.php:239 ../../mod/mail.php:353 ../../mod/editlayout.php:146 +#: ../../mod/editpost.php:120 ../../mod/editwebpage.php:185 +msgid "Attach file" +msgstr "" + +#: ../../include/conversation.php:1189 +msgid "attach file" +msgstr "" + +#: ../../include/conversation.php:1190 ../../mod/editblock.php:149 +#: ../../mod/mail.php:240 ../../mod/mail.php:354 ../../mod/editlayout.php:147 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:186 +msgid "Insert web link" +msgstr "" + +#: ../../include/conversation.php:1191 +msgid "web link" +msgstr "" + +#: ../../include/conversation.php:1192 +msgid "Insert video link" +msgstr "" + +#: ../../include/conversation.php:1193 +msgid "video link" +msgstr "" + +#: ../../include/conversation.php:1194 +msgid "Insert audio link" +msgstr "" + +#: ../../include/conversation.php:1195 +msgid "audio link" +msgstr "" + +#: ../../include/conversation.php:1196 ../../mod/editblock.php:153 +#: ../../mod/editlayout.php:151 ../../mod/editpost.php:125 +#: ../../mod/editwebpage.php:190 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1197 +msgid "set location" +msgstr "" + +#: ../../include/conversation.php:1198 ../../mod/editpost.php:127 +msgid "Toggle voting" +msgstr "" + +#: ../../include/conversation.php:1201 ../../mod/editblock.php:154 +#: ../../mod/editlayout.php:152 ../../mod/editpost.php:126 +#: ../../mod/editwebpage.php:191 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1202 +msgid "clear location" +msgstr "" + +#: ../../include/conversation.php:1204 ../../mod/editblock.php:167 +#: ../../mod/editpost.php:142 ../../mod/editwebpage.php:207 +msgid "Title (optional)" +msgstr "" + +#: ../../include/conversation.php:1208 ../../mod/editblock.php:170 +#: ../../mod/editlayout.php:168 ../../mod/editpost.php:144 +#: ../../mod/editwebpage.php:209 +msgid "Categories (optional, comma-separated list)" +msgstr "" + +#: ../../include/conversation.php:1210 ../../mod/editblock.php:156 +#: ../../mod/editlayout.php:154 ../../mod/editpost.php:131 +#: ../../mod/editwebpage.php:193 +msgid "Permission settings" +msgstr "" + +#: ../../include/conversation.php:1211 +msgid "permissions" +msgstr "" + +#: ../../include/conversation.php:1219 ../../mod/editblock.php:164 +#: ../../mod/editlayout.php:161 ../../mod/editpost.php:139 +#: ../../mod/editwebpage.php:202 +msgid "Public post" +msgstr "" + +#: ../../include/conversation.php:1221 ../../mod/editblock.php:171 +#: ../../mod/editlayout.php:169 ../../mod/editpost.php:145 +#: ../../mod/editwebpage.php:210 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: ../../include/conversation.php:1234 ../../mod/editblock.php:181 +#: ../../mod/mail.php:245 ../../mod/mail.php:359 ../../mod/editlayout.php:178 +#: ../../mod/editpost.php:156 ../../mod/editwebpage.php:219 +msgid "Set expiration date" +msgstr "" + +#: ../../include/conversation.php:1236 ../../include/ItemObject.php:680 +#: ../../mod/mail.php:247 ../../mod/mail.php:361 ../../mod/editpost.php:158 +msgid "Encrypt text" +msgstr "" + +#: ../../include/conversation.php:1238 ../../mod/editpost.php:160 +#: ../../mod/events.php:637 +msgid "OK" +msgstr "" + +#: ../../include/conversation.php:1239 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161 +#: ../../mod/events.php:636 ../../mod/settings.php:588 +#: ../../mod/settings.php:614 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +msgid "Cancel" +msgstr "" + +#: ../../include/conversation.php:1481 +msgid "Discover" +msgstr "" + +#: ../../include/conversation.php:1484 +msgid "Imported public streams" +msgstr "" + +#: ../../include/conversation.php:1489 +msgid "Commented Order" +msgstr "" + +#: ../../include/conversation.php:1492 +msgid "Sort by Comment Date" +msgstr "" + +#: ../../include/conversation.php:1496 +msgid "Posted Order" +msgstr "" + +#: ../../include/conversation.php:1499 +msgid "Sort by Post Date" +msgstr "" + +#: ../../include/conversation.php:1504 ../../include/widgets.php:94 +msgid "Personal" +msgstr "" + +#: ../../include/conversation.php:1507 +msgid "Posts that mention or involve you" +msgstr "" + +#: ../../include/conversation.php:1513 ../../mod/menu.php:107 +#: ../../mod/connections.php:212 ../../mod/connections.php:225 +msgid "New" +msgstr "" + +#: ../../include/conversation.php:1516 +msgid "Activity Stream - by date" +msgstr "" + +#: ../../include/conversation.php:1522 +msgid "Starred" +msgstr "" + +#: ../../include/conversation.php:1525 +msgid "Favourite Posts" +msgstr "" + +#: ../../include/conversation.php:1532 +msgid "Spam" +msgstr "" + +#: ../../include/conversation.php:1535 +msgid "Posts flagged as SPAM" +msgstr "" + +#: ../../include/conversation.php:1579 ../../mod/admin.php:984 +msgid "Channel" +msgstr "" + +#: ../../include/conversation.php:1582 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../include/conversation.php:1591 +msgid "About" +msgstr "" + +#: ../../include/conversation.php:1594 +msgid "Profile Details" +msgstr "" + +#: ../../include/conversation.php:1600 ../../include/apps.php:139 +#: ../../include/nav.php:97 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "" + +#: ../../include/conversation.php:1603 ../../include/photos.php:359 +msgid "Photo Albums" +msgstr "" + +#: ../../include/conversation.php:1609 ../../include/apps.php:135 +#: ../../include/nav.php:98 ../../include/RedDAV/RedBrowser.php:251 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "" + +#: ../../include/conversation.php:1612 +msgid "Files and Storage" +msgstr "" + +#: ../../include/conversation.php:1622 ../../include/conversation.php:1625 +msgid "Chatrooms" +msgstr "" + +#: ../../include/conversation.php:1635 ../../include/apps.php:129 +#: ../../include/nav.php:109 +msgid "Bookmarks" +msgstr "" + +#: ../../include/conversation.php:1638 +msgid "Saved Bookmarks" +msgstr "" + +#: ../../include/conversation.php:1645 ../../include/apps.php:136 +#: ../../include/nav.php:113 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "" + +#: ../../include/conversation.php:1648 +msgid "Manage Webpages" +msgstr "" + +#: ../../include/conversation.php:1677 ../../include/ItemObject.php:175 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1003 +#: ../../mod/photos.php:1015 +msgid "View all" +msgstr "" + +#: ../../include/conversation.php:1701 ../../include/taxonomy.php:396 +#: ../../include/identity.php:1134 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1007 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1704 ../../include/ItemObject.php:184 +#: ../../mod/photos.php:1012 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1707 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1710 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1713 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1716 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1719 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1722 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/menu.php:107 ../../include/apps.php:254 +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../include/RedDAV/RedBrowser.php:269 ../../include/ItemObject.php:100 +#: ../../mod/menu.php:103 ../../mod/layouts.php:183 +#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:178 +#: ../../mod/thing.php:227 ../../mod/connections.php:382 +#: ../../mod/connections.php:395 ../../mod/connections.php:414 +#: ../../mod/settings.php:649 ../../mod/blocks.php:153 +#: ../../mod/webpages.php:181 +msgid "Edit" +msgstr "" + +#: ../../include/dir_fns.php:143 +msgid "Directory Options" +msgstr "" + +#: ../../include/dir_fns.php:144 +msgid "Alphabetic" +msgstr "" + +#: ../../include/dir_fns.php:145 +msgid "Reverse Alphabetic" +msgstr "" + +#: ../../include/dir_fns.php:146 +msgid "Newest to Oldest" +msgstr "" + +#: ../../include/dir_fns.php:147 +msgid "Oldest to Newest" +msgstr "" + +#: ../../include/dir_fns.php:148 +msgid "Sort" +msgstr "" + +#: ../../include/dir_fns.php:152 +msgid "Safe Mode" +msgstr "" + +#: ../../include/dir_fns.php:154 +msgid "Public Forums Only" +msgstr "" + +#: ../../include/dir_fns.php:155 +msgid "This Website Only" +msgstr "" + +#: ../../include/security.php:349 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: ../../include/bbcode.php:122 ../../include/bbcode.php:764 +#: ../../include/bbcode.php:767 ../../include/bbcode.php:772 +#: ../../include/bbcode.php:775 ../../include/bbcode.php:778 +#: ../../include/bbcode.php:781 ../../include/bbcode.php:786 +#: ../../include/bbcode.php:789 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:800 +#: ../../include/bbcode.php:803 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:161 ../../include/bbcode.php:814 +msgid "Encrypted content" +msgstr "" + +#: ../../include/bbcode.php:178 +#, php-format +msgid "Install %s element: " +msgstr "" + +#: ../../include/bbcode.php:188 ../../mod/impel.php:37 +msgid "webpage" +msgstr "" + +#: ../../include/bbcode.php:191 ../../mod/impel.php:47 +msgid "layout" +msgstr "" + +#: ../../include/bbcode.php:194 ../../mod/impel.php:42 +msgid "block" +msgstr "" + +#: ../../include/bbcode.php:197 ../../mod/impel.php:54 +msgid "menu" +msgstr "" + +#: ../../include/bbcode.php:211 +msgid "QR code" +msgstr "" + +#: ../../include/bbcode.php:262 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:264 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:514 +msgid "Different viewers will see this text differently" +msgstr "" + +#: ../../include/bbcode.php:725 +msgid "$1 spoiler" +msgstr "" + +#: ../../include/bbcode.php:752 +msgid "$1 wrote:" +msgstr "" + +#: ../../include/attach.php:137 ../../include/attach.php:184 +#: ../../include/attach.php:247 ../../include/attach.php:261 +#: ../../include/attach.php:305 ../../include/attach.php:319 +#: ../../include/attach.php:350 ../../include/attach.php:546 +#: ../../include/attach.php:618 ../../include/items.php:4134 +#: ../../include/chat.php:131 ../../include/photos.php:26 ../../index.php:182 +#: ../../index.php:382 ../../mod/mitem.php:115 ../../mod/page.php:28 +#: ../../mod/page.php:82 ../../mod/menu.php:69 ../../mod/locs.php:77 +#: ../../mod/poke.php:128 ../../mod/layouts.php:69 ../../mod/layouts.php:76 +#: ../../mod/layouts.php:87 ../../mod/pdledit.php:21 ../../mod/channel.php:100 +#: ../../mod/channel.php:219 ../../mod/channel.php:262 +#: ../../mod/editblock.php:65 ../../mod/invite.php:13 ../../mod/invite.php:104 +#: ../../mod/notifications.php:66 ../../mod/appman.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/viewsrc.php:14 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/mood.php:111 +#: ../../mod/manage.php:6 ../../mod/regmod.php:17 ../../mod/id.php:71 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/achievements.php:30 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/mail.php:114 ../../mod/group.php:9 ../../mod/editlayout.php:63 +#: ../../mod/editlayout.php:87 ../../mod/register.php:72 +#: ../../mod/common.php:35 ../../mod/authtest.php:13 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 +#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/bookmarks.php:46 ../../mod/fsuggest.php:78 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/events.php:219 +#: ../../mod/connedit.php:331 ../../mod/profile_photo.php:264 +#: ../../mod/profile_photo.php:277 ../../mod/sharedwithme.php:7 +#: ../../mod/thing.php:241 ../../mod/thing.php:256 ../../mod/thing.php:290 +#: ../../mod/connections.php:169 ../../mod/rate.php:110 +#: ../../mod/service_limits.php:7 ../../mod/settings.php:569 +#: ../../mod/suggest.php:26 ../../mod/message.php:16 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:976 ../../mod/setup.php:223 +#: ../../mod/photos.php:68 ../../mod/network.php:12 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:576 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/sources.php:66 ../../mod/webpages.php:69 ../../mod/like.php:178 +msgid "Permission denied." +msgstr "" + +#: ../../include/attach.php:242 ../../include/attach.php:300 +msgid "Item was not found." +msgstr "" + +#: ../../include/attach.php:363 +msgid "No source file." +msgstr "" + +#: ../../include/attach.php:381 +msgid "Cannot locate file to replace" +msgstr "" + +#: ../../include/attach.php:399 +msgid "Cannot locate file to revise/update" +msgstr "" + +#: ../../include/attach.php:410 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: ../../include/attach.php:422 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" + +#: ../../include/attach.php:505 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "" + +#: ../../include/attach.php:517 +msgid "Stored file could not be verified. Upload failed." +msgstr "" + +#: ../../include/attach.php:561 ../../include/attach.php:578 +msgid "Path not available." +msgstr "" + +#: ../../include/attach.php:623 +msgid "Empty pathname" +msgstr "" + +#: ../../include/attach.php:639 +msgid "duplicate filename or path" +msgstr "" + +#: ../../include/attach.php:663 +msgid "Path not found." +msgstr "" + +#: ../../include/attach.php:714 +msgid "mkdir failed." +msgstr "" + +#: ../../include/attach.php:718 +msgid "database storage failed." msgstr "" #: ../../include/photo/photo_driver.php:687 ../../mod/profile_photo.php:143 @@ -28,6 +994,1064 @@ msgstr "" msgid "Profile Photos" 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:813 ../../mod/admin.php:822 +#: ../../boot.php:1552 +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/taxonomy.php:222 ../../include/taxonomy.php:243 +msgid "Tags" +msgstr "" + +#: ../../include/taxonomy.php:264 ../../include/contact_widgets.php:92 +#: ../../include/widgets.php:35 +msgid "Categories" +msgstr "" + +#: ../../include/taxonomy.php:287 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:308 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:308 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:309 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:309 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:310 ../../include/ItemObject.php:254 +msgid "like" +msgstr "" + +#: ../../include/taxonomy.php:310 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:311 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "" + +#: ../../include/taxonomy.php:311 +msgid "dislikes" +msgstr "" + +#: ../../include/zot.php:666 +msgid "Invalid data packet" +msgstr "" + +#: ../../include/zot.php:682 +msgid "Unable to verify channel signature" +msgstr "" + +#: ../../include/zot.php:2109 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:450 +msgid "Advanced" +msgstr "" + +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "" + +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "" + +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "" + +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:413 +#: ../../mod/directory.php:362 ../../mod/directory.php:367 +msgid "Find" +msgstr "" + +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:60 +#: ../../mod/directory.php:366 +msgid "Channel Suggestions" +msgstr "" + +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "" + +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "" + +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "" + +#: ../../include/contact_widgets.php:57 ../../include/widgets.php:304 +#: ../../include/features.php:82 +msgid "Saved Folders" +msgstr "" + +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:307 +msgid "Everything" +msgstr "" + +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "" + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "" + +#: ../../include/items.php:399 ../../index.php:381 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../mod/subthread.php:49 ../../mod/like.php:270 +msgid "Permission denied" +msgstr "" + +#: ../../include/items.php:1021 ../../include/items.php:1067 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1235 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1237 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1239 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1241 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1243 +#, php-format +msgid "Visible to anybody on %s." +msgstr "" + +#: ../../include/items.php:1245 +msgid "Visible to all connections." +msgstr "" + +#: ../../include/items.php:1247 +msgid "Visible to approved connections." +msgstr "" + +#: ../../include/items.php:1249 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:4061 ../../mod/viewsrc.php:20 +#: ../../mod/display.php:36 ../../mod/admin.php:167 ../../mod/admin.php:1016 +#: ../../mod/admin.php:1216 ../../mod/filestorage.php:27 +#: ../../mod/thing.php:74 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:4536 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:4552 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:4559 +#, php-format +msgid "Collection: %s" +msgstr "" + +#: ../../include/items.php:4569 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:4571 +msgid "Connection not found." +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:120 +msgid "Room not found." +msgstr "" + +#: ../../include/chat.php:141 +msgid "Room is full" +msgstr "" + +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" + +#: ../../include/group.php:235 +msgid "Default privacy group for new contacts" +msgstr "" + +#: ../../include/group.php:254 ../../mod/admin.php:822 +msgid "All Channels" +msgstr "" + +#: ../../include/group.php:276 +msgid "edit" +msgstr "" + +#: ../../include/group.php:298 +msgid "Collections" +msgstr "" + +#: ../../include/group.php:299 +msgid "Edit collection" +msgstr "" + +#: ../../include/group.php:300 +msgid "Add new collection" +msgstr "" + +#: ../../include/group.php:301 +msgid "Channels not in any collection" +msgstr "" + +#: ../../include/group.php:303 ../../include/widgets.php:275 +msgid "add" +msgstr "" + +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "" + +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "" + +#: ../../include/apps.php:131 ../../include/nav.php:117 ../../boot.php:1550 +msgid "Login" +msgstr "" + +#: ../../include/apps.php:132 ../../include/nav.php:206 +#: ../../mod/manage.php:166 +msgid "Channel Manager" +msgstr "" + +#: ../../include/apps.php:133 ../../include/nav.php:180 +msgid "Matrix" +msgstr "" + +#: ../../include/apps.php:134 ../../include/widgets.php:554 +#: ../../include/nav.php:208 ../../mod/admin.php:1070 ../../mod/admin.php:1270 +msgid "Settings" +msgstr "" + +#: ../../include/apps.php:137 ../../include/nav.php:183 +msgid "Channel Home" +msgstr "" + +#: ../../include/apps.php:138 ../../include/identity.php:1108 +#: ../../include/identity.php:1225 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" + +#: ../../include/apps.php:140 ../../include/nav.php:202 +#: ../../mod/events.php:472 +msgid "Events" +msgstr "" + +#: ../../include/apps.php:141 ../../include/nav.php:168 +#: ../../mod/directory.php:366 +msgid "Directory" +msgstr "" + +#: ../../include/apps.php:142 ../../include/nav.php:160 +#: ../../mod/layouts.php:176 ../../mod/help.php:67 ../../mod/help.php:72 +msgid "Help" +msgstr "" + +#: ../../include/apps.php:143 ../../include/nav.php:194 +msgid "Mail" +msgstr "" + +#: ../../include/apps.php:144 ../../mod/mood.php:130 +msgid "Mood" +msgstr "" + +#: ../../include/apps.php:146 ../../include/nav.php:103 +msgid "Chat" +msgstr "" + +#: ../../include/apps.php:147 ../../include/text.php:918 +#: ../../include/text.php:930 ../../include/nav.php:165 +#: ../../mod/search.php:38 +msgid "Search" +msgstr "" + +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "" + +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "" + +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "" + +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "" + +#: ../../include/apps.php:152 +msgid "Features" +msgstr "" + +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "" + +#: ../../include/apps.php:154 +msgid "Post" +msgstr "" + +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "" + +#: ../../include/apps.php:247 ../../mod/settings.php:84 +#: ../../mod/settings.php:613 +msgid "Update" +msgstr "" + +#: ../../include/apps.php:247 +msgid "Install" +msgstr "" + +#: ../../include/apps.php:252 +msgid "Purchase" +msgstr "" + +#: ../../include/account.php:27 +msgid "Not a valid email address" +msgstr "" + +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" +msgstr "" + +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." +msgstr "" + +#: ../../include/account.php:67 +msgid "An invitation is required." +msgstr "" + +#: ../../include/account.php:71 +msgid "Invitation could not be verified." +msgstr "" + +#: ../../include/account.php:121 +msgid "Please enter the required information." +msgstr "" + +#: ../../include/account.php:188 +msgid "Failed to store account information." +msgstr "" + +#: ../../include/account.php:246 +#, php-format +msgid "Registration confirmation for %s" +msgstr "" + +#: ../../include/account.php:312 +#, php-format +msgid "Registration request at %s" +msgstr "" + +#: ../../include/account.php:314 ../../include/account.php:341 +#: ../../include/account.php:401 +msgid "Administrator" +msgstr "" + +#: ../../include/account.php:336 +msgid "your registration password" +msgstr "" + +#: ../../include/account.php:339 ../../include/account.php:399 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: ../../include/account.php:408 +msgid "Account approved." +msgstr "" + +#: ../../include/account.php:447 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: ../../include/account.php:492 +msgid "Account verified. Please login." +msgstr "" + +#: ../../include/account.php:705 ../../include/account.php:707 +msgid "Click here to upgrade." +msgstr "" + +#: ../../include/account.php:713 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "" + +#: ../../include/account.php:718 +msgid "This action is not available under your subscription plan." +msgstr "" + +#: ../../include/bb2diaspora.php:373 +msgid "Attachments:" +msgstr "" + +#: ../../include/bb2diaspora.php:451 ../../include/event.php:19 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/bb2diaspora.php:453 +msgid "$Projectname event notification:" +msgstr "" + +#: ../../include/bb2diaspora.php:457 ../../include/event.php:27 +msgid "Starts:" +msgstr "" + +#: ../../include/bb2diaspora.php:465 ../../include/event.php:37 +msgid "Finishes:" +msgstr "" + +#: ../../include/bb2diaspora.php:473 ../../include/event.php:47 +#: ../../include/identity.php:875 ../../mod/events.php:647 +#: ../../mod/directory.php:234 +msgid "Location:" +msgstr "" + +#: ../../include/activities.php:39 +msgid " and " +msgstr "" + +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "" + +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: ../../include/activities.php:57 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "" + +#: ../../include/activities.php:60 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: ../../include/Contact.php:124 +msgid "New window" +msgstr "" + +#: ../../include/Contact.php:125 +msgid "Open the selected location in a different window or browser tab" +msgstr "" + +#: ../../include/Contact.php:215 ../../mod/admin.php:730 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" +msgstr "" + +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "" + +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "" + +#: ../../include/follow.php:83 +msgid "Response from remote channel was incomplete." +msgstr "" + +#: ../../include/follow.php:100 +msgid "Channel was deleted and no longer exists." +msgstr "" + +#: ../../include/follow.php:135 ../../include/follow.php:197 +msgid "Protocol disabled." +msgstr "" + +#: ../../include/follow.php:170 +msgid "Channel discovery failed." +msgstr "" + +#: ../../include/follow.php:186 +msgid "local account not found." +msgstr "" + +#: ../../include/follow.php:215 +msgid "Cannot connect to yourself." +msgstr "" + +#: ../../include/dba/dba_driver.php:141 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + +#: ../../include/api.php:1193 +msgid "Public Timeline" +msgstr "" + +#: ../../include/widgets.php:91 ../../include/nav.php:163 +#: ../../mod/apps.php:34 +msgid "Apps" +msgstr "" + +#: ../../include/widgets.php:92 +msgid "System" +msgstr "" + +#: ../../include/widgets.php:95 +msgid "Create Personal App" +msgstr "" + +#: ../../include/widgets.php:96 +msgid "Edit Personal App" +msgstr "" + +#: ../../include/widgets.php:138 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "" + +#: ../../include/widgets.php:143 ../../mod/connections.php:268 +msgid "Suggestions" +msgstr "" + +#: ../../include/widgets.php:144 +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:919 +#: ../../include/text.php:931 ../../mod/admin.php:1448 +#: ../../mod/admin.php:1468 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 +#: ../../mod/filer.php:50 +msgid "Save" +msgstr "" + +#: ../../include/widgets.php:266 +msgid "Remove term" +msgstr "" + +#: ../../include/widgets.php:274 ../../include/features.php:70 +msgid "Saved Searches" +msgstr "" + +#: ../../include/widgets.php:349 +msgid "Archives" +msgstr "" + +#: ../../include/widgets.php:427 ../../mod/connedit.php:572 +msgid "Me" +msgstr "" + +#: ../../include/widgets.php:428 ../../mod/connedit.php:573 +msgid "Family" +msgstr "" + +#: ../../include/widgets.php:429 ../../include/identity.php:394 +#: ../../include/identity.php:395 ../../include/identity.php:402 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:574 +#: ../../mod/settings.php:344 ../../mod/settings.php:348 +#: ../../mod/settings.php:349 ../../mod/settings.php:352 +#: ../../mod/settings.php:363 +msgid "Friends" +msgstr "" + +#: ../../include/widgets.php:430 ../../mod/connedit.php:575 +msgid "Acquaintances" +msgstr "" + +#: ../../include/widgets.php:431 ../../mod/connedit.php:576 +#: ../../mod/connections.php:231 ../../mod/connections.php:246 +msgid "All" +msgstr "" + +#: ../../include/widgets.php:450 +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:653 +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:567 ../../mod/mail.php:128 +#: ../../mod/message.php:31 +msgid "Messages" +msgstr "" + +#: ../../include/widgets.php:570 +msgid "Check Mail" +msgstr "" + +#: ../../include/widgets.php:575 ../../include/nav.php:199 +msgid "New Message" +msgstr "" + +#: ../../include/widgets.php:650 +msgid "Chat Rooms" +msgstr "" + +#: ../../include/widgets.php:670 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: ../../include/widgets.php:690 +msgid "Suggested Chatrooms" +msgstr "" + +#: ../../include/widgets.php:817 ../../include/widgets.php:875 +msgid "photo/image" +msgstr "" + +#: ../../include/widgets.php:970 ../../include/widgets.php:972 +msgid "Rate Me" +msgstr "" + +#: ../../include/widgets.php:976 +msgid "View Ratings" +msgstr "" + +#: ../../include/widgets.php:987 +msgid "Public Hubs" +msgstr "" + +#: ../../include/auth.php:131 +msgid "Logged out." +msgstr "" + +#: ../../include/auth.php:272 +msgid "Failed authentication" +msgstr "" + +#: ../../include/auth.php:286 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "" + +#: ../../include/features.php:38 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:40 +msgid "Content Expiration" +msgstr "" + +#: ../../include/features.php:40 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "" + +#: ../../include/features.php:41 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:41 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:42 +msgid "Advanced Profiles" +msgstr "" + +#: ../../include/features.php:42 +msgid "Additional profile sections and selections" +msgstr "" + +#: ../../include/features.php:43 +msgid "Profile Import/Export" +msgstr "" + +#: ../../include/features.php:43 +msgid "Save and load profile details across sites/channels" +msgstr "" + +#: ../../include/features.php:44 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:44 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:45 +msgid "Private Notes" +msgstr "" + +#: ../../include/features.php:45 +msgid "Enables a tool to store notes and reminders" +msgstr "" + +#: ../../include/features.php:46 +msgid "Navigation Channel Select" +msgstr "" + +#: ../../include/features.php:46 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "" + +#: ../../include/features.php:47 +msgid "Photo Location" +msgstr "" + +#: ../../include/features.php:47 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "" + +#: ../../include/features.php:49 +msgid "Expert Mode" +msgstr "" + +#: ../../include/features.php:49 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" + +#: ../../include/features.php:50 +msgid "Premium Channel" +msgstr "" + +#: ../../include/features.php:50 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" + +#: ../../include/features.php:55 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:57 +msgid "Use Markdown" +msgstr "" + +#: ../../include/features.php:57 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "" + +#: ../../include/features.php:58 +msgid "Large Photos" +msgstr "" + +#: ../../include/features.php:58 +msgid "" +"Include large (640px) photo thumbnails in posts. If not enabled, use small " +"(320px) photo thumbnails" +msgstr "" + +#: ../../include/features.php:59 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" + +#: ../../include/features.php:60 +msgid "Even More Encryption" +msgstr "" + +#: ../../include/features.php:60 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "" + +#: ../../include/features.php:61 +msgid "Enable voting tools" +msgstr "" + +#: ../../include/features.php:61 +msgid "Provide a class of post which others can vote on" +msgstr "" + +#: ../../include/features.php:67 +msgid "Network and Stream Filtering" +msgstr "" + +#: ../../include/features.php:68 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:68 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:69 +msgid "Collections Filter" +msgstr "" + +#: ../../include/features.php:69 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "" + +#: ../../include/features.php:70 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:71 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:71 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:72 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:72 +msgid "Enable tab to display all new Network activity" +msgstr "" + +#: ../../include/features.php:73 +msgid "Affinity Tool" +msgstr "" + +#: ../../include/features.php:73 +msgid "Filter stream activity by depth of relationships" +msgstr "" + +#: ../../include/features.php:74 +msgid "Suggest Channels" +msgstr "" + +#: ../../include/features.php:74 +msgid "Show channel suggestions" +msgstr "" + +#: ../../include/features.php:79 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:80 +msgid "Tagging" +msgstr "" + +#: ../../include/features.php:80 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:81 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:81 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:82 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:83 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:83 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:84 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:84 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/features.php:85 +msgid "Tag Cloud" +msgstr "" + +#: ../../include/features.php:85 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + #: ../../include/text.php:395 msgid "prev" msgstr "" @@ -67,27 +2091,10 @@ msgstr[1] "" msgid "View Connections" msgstr "" -#: ../../include/text.php:918 ../../include/text.php:930 -#: ../../include/nav.php:165 ../../include/apps.php:147 -#: ../../mod/search.php:38 -msgid "Search" -msgstr "" - -#: ../../include/text.php:919 ../../include/text.php:931 -#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1448 -#: ../../mod/admin.php:1468 -msgid "Save" -msgstr "" - #: ../../include/text.php:994 msgid "poke" msgstr "" -#: ../../include/text.php:994 ../../include/conversation.php:243 -msgid "poked" -msgstr "" - #: ../../include/text.php:995 msgid "ping" msgstr "" @@ -333,30 +2340,6 @@ msgstr "" msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1888 ../../include/conversation.php:120 -#: ../../include/diaspora.php:2082 ../../mod/like.php:346 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:43 -msgid "photo" -msgstr "" - -#: ../../include/text.php:1891 ../../include/conversation.php:123 -#: ../../mod/like.php:348 ../../mod/tagger.php:47 -msgid "event" -msgstr "" - -#: ../../include/text.php:1894 ../../include/conversation.php:148 -#: ../../include/diaspora.php:2082 ../../mod/like.php:346 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:51 -msgid "status" -msgstr "" - -#: ../../include/text.php:1896 ../../include/conversation.php:150 -#: ../../mod/tagger.php:53 -msgid "comment" -msgstr "" - #: ../../include/text.php:1901 msgid "activity" msgstr "" @@ -385,1069 +2368,6 @@ msgstr "" msgid "Collection" msgstr "" -#: ../../include/menu.php:107 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:269 -#: ../../include/ItemObject.php:100 ../../include/apps.php:254 -#: ../../mod/settings.php:649 ../../mod/webpages.php:180 -#: ../../mod/thing.php:227 ../../mod/connections.php:382 -#: ../../mod/connections.php:395 ../../mod/connections.php:414 -#: ../../mod/blocks.php:153 ../../mod/editlayout.php:139 -#: ../../mod/editwebpage.php:178 ../../mod/editpost.php:113 -#: ../../mod/menu.php:103 ../../mod/editblock.php:140 -#: ../../mod/layouts.php:183 -msgid "Edit" -msgstr "" - -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "" - -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "" - -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: ../../include/group.php:235 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:254 ../../mod/admin.php:822 -msgid "All Channels" -msgstr "" - -#: ../../include/group.php:276 -msgid "edit" -msgstr "" - -#: ../../include/group.php:298 -msgid "Collections" -msgstr "" - -#: ../../include/group.php:299 -msgid "Edit collection" -msgstr "" - -#: ../../include/group.php:300 -msgid "Add new collection" -msgstr "" - -#: ../../include/group.php:301 -msgid "Channels not in any collection" -msgstr "" - -#: ../../include/group.php:303 ../../include/widgets.php:275 -msgid "add" -msgstr "" - -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "" - -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "" - -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "" - -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "" - -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "" - -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "" - -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "" - -#: ../../include/account.php:246 -#, php-format -msgid "Registration confirmation for %s" -msgstr "" - -#: ../../include/account.php:312 -#, php-format -msgid "Registration request at %s" -msgstr "" - -#: ../../include/account.php:314 ../../include/account.php:341 -#: ../../include/account.php:401 -msgid "Administrator" -msgstr "" - -#: ../../include/account.php:336 -msgid "your registration password" -msgstr "" - -#: ../../include/account.php:339 ../../include/account.php:399 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: ../../include/account.php:408 -msgid "Account approved." -msgstr "" - -#: ../../include/account.php:447 -#, php-format -msgid "Registration revoked for %s" -msgstr "" - -#: ../../include/account.php:492 -msgid "Account verified. Please login." -msgstr "" - -#: ../../include/account.php:705 ../../include/account.php:707 -msgid "Click here to upgrade." -msgstr "" - -#: ../../include/account.php:713 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: ../../include/account.php:718 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "" - -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: ../../include/datetime.php:235 ../../mod/events.php:635 -#: ../../mod/appman.php:91 ../../mod/appman.php:92 -msgid "Required" -msgstr "" - -#: ../../include/datetime.php:262 ../../boot.php:2354 -msgid "never" -msgstr "" - -#: ../../include/datetime.php:268 -msgid "less than a second ago" -msgstr "" - -#: ../../include/datetime.php:271 -msgid "year" -msgstr "" - -#: ../../include/datetime.php:271 -msgid "years" -msgstr "" - -#: ../../include/datetime.php:272 -msgid "month" -msgstr "" - -#: ../../include/datetime.php:272 -msgid "months" -msgstr "" - -#: ../../include/datetime.php:273 -msgid "week" -msgstr "" - -#: ../../include/datetime.php:273 -msgid "weeks" -msgstr "" - -#: ../../include/datetime.php:274 -msgid "day" -msgstr "" - -#: ../../include/datetime.php:274 -msgid "days" -msgstr "" - -#: ../../include/datetime.php:275 -msgid "hour" -msgstr "" - -#: ../../include/datetime.php:275 -msgid "hours" -msgstr "" - -#: ../../include/datetime.php:276 -msgid "minute" -msgstr "" - -#: ../../include/datetime.php:276 -msgid "minutes" -msgstr "" - -#: ../../include/datetime.php:277 -msgid "second" -msgstr "" - -#: ../../include/datetime.php:277 -msgid "seconds" -msgstr "" - -#: ../../include/datetime.php:285 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" -msgstr "" - -#: ../../include/datetime.php:519 -#, php-format -msgid "%1$s's birthday" -msgstr "" - -#: ../../include/datetime.php:520 -#, php-format -msgid "Happy Birthday %1$s" -msgstr "" - -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "" - -#: ../../include/page_widgets.php:39 ../../mod/webpages.php:186 -#: ../../mod/blocks.php:159 ../../mod/layouts.php:188 -msgid "View" -msgstr "" - -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:677 -#: ../../include/conversation.php:1155 ../../mod/webpages.php:187 -#: ../../mod/events.php:653 ../../mod/photos.php:970 -#: ../../mod/editwebpage.php:214 ../../mod/editpost.php:150 -#: ../../mod/editblock.php:176 -msgid "Preview" -msgstr "" - -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:188 -msgid "Actions" -msgstr "" - -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:189 -msgid "Page Link" -msgstr "" - -#: ../../include/page_widgets.php:43 -msgid "Title" -msgstr "" - -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:191 -#: ../../mod/blocks.php:150 ../../mod/menu.php:105 ../../mod/layouts.php:181 -msgid "Created" -msgstr "" - -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:192 -#: ../../mod/blocks.php:151 ../../mod/menu.php:106 ../../mod/layouts.php:182 -msgid "Edited" -msgstr "" - -#: ../../include/api.php:1193 -msgid "Public Timeline" -msgstr "" - -#: ../../include/comanche.php:34 ../../mod/admin.php:386 -#: ../../view/theme/apw/php/config.php:185 -msgid "Default" -msgstr "" - -#: ../../include/dir_fns.php:143 -msgid "Directory Options" -msgstr "" - -#: ../../include/dir_fns.php:144 -msgid "Alphabetic" -msgstr "" - -#: ../../include/dir_fns.php:145 -msgid "Reverse Alphabetic" -msgstr "" - -#: ../../include/dir_fns.php:146 -msgid "Newest to Oldest" -msgstr "" - -#: ../../include/dir_fns.php:147 -msgid "Oldest to Newest" -msgstr "" - -#: ../../include/dir_fns.php:148 -msgid "Sort" -msgstr "" - -#: ../../include/dir_fns.php:152 -msgid "Safe Mode" -msgstr "" - -#: ../../include/dir_fns.php:154 -msgid "Public Forums Only" -msgstr "" - -#: ../../include/dir_fns.php:155 -msgid "This Website Only" -msgstr "" - -#: ../../include/event.php:19 ../../include/bb2diaspora.php:451 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:27 ../../include/bb2diaspora.php:457 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:37 ../../include/bb2diaspora.php:465 -msgid "Finishes:" -msgstr "" - -#: ../../include/event.php:47 ../../include/bb2diaspora.php:473 -#: ../../include/identity.php:875 ../../mod/events.php:647 -#: ../../mod/directory.php:234 -msgid "Location:" -msgstr "" - -#: ../../include/event.php:391 -msgid "This event has been added to your calendar." -msgstr "" - -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "" - -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667 -#: ../../mod/photos.php:968 ../../mod/photos.php:1086 -msgid "Comment" -msgstr "" - -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384 -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:39 -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" -msgstr "" - -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "" - -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" -msgstr "" - -#: ../../include/js_strings.php:20 ../../mod/rate.php:156 -msgid "Rating" -msgstr "" - -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" -msgstr "" - -#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668 -#: ../../mod/settings.php:587 ../../mod/settings.php:689 -#: ../../mod/settings.php:715 ../../mod/settings.php:743 -#: ../../mod/settings.php:766 ../../mod/settings.php:848 -#: ../../mod/settings.php:1044 ../../mod/xchan.php:11 ../../mod/connect.php:93 -#: ../../mod/thing.php:275 ../../mod/thing.php:318 ../../mod/events.php:656 -#: ../../mod/group.php:81 ../../mod/photos.php:565 ../../mod/photos.php:642 -#: ../../mod/photos.php:929 ../../mod/photos.php:969 ../../mod/photos.php:1087 -#: ../../mod/pdledit.php:58 ../../mod/import.php:504 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/rate.php:167 ../../mod/invite.php:142 -#: ../../mod/locs.php:105 ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 -#: ../../mod/poke.php:166 ../../mod/profiles.php:667 ../../mod/setup.php:327 -#: ../../mod/setup.php:367 ../../mod/admin.php:446 ../../mod/admin.php:810 -#: ../../mod/admin.php:977 ../../mod/admin.php:1109 ../../mod/admin.php:1303 -#: ../../mod/admin.php:1388 ../../mod/mitem.php:237 ../../mod/mood.php:134 -#: ../../mod/connedit.php:679 ../../mod/mail.php:355 ../../mod/appman.php:99 -#: ../../mod/poll.php:68 ../../mod/bulksetclose.php:24 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/redbasic/php/config.php:97 -msgid "Submit" -msgstr "" - -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" -msgstr "" - -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" -msgstr "" - -#: ../../include/js_strings.php:26 -msgid "timeago.prefixAgo" -msgstr "" - -#: ../../include/js_strings.php:27 -msgid "timeago.prefixFromNow" -msgstr "" - -#: ../../include/js_strings.php:28 -msgid "ago" -msgstr "" - -#: ../../include/js_strings.php:29 -msgid "from now" -msgstr "" - -#: ../../include/js_strings.php:30 -msgid "less than a minute" -msgstr "" - -#: ../../include/js_strings.php:31 -msgid "about a minute" -msgstr "" - -#: ../../include/js_strings.php:32 -#, php-format -msgid "%d minutes" -msgstr "" - -#: ../../include/js_strings.php:33 -msgid "about an hour" -msgstr "" - -#: ../../include/js_strings.php:34 -#, php-format -msgid "about %d hours" -msgstr "" - -#: ../../include/js_strings.php:35 -msgid "a day" -msgstr "" - -#: ../../include/js_strings.php:36 -#, php-format -msgid "%d days" -msgstr "" - -#: ../../include/js_strings.php:37 -msgid "about a month" -msgstr "" - -#: ../../include/js_strings.php:38 -#, php-format -msgid "%d months" -msgstr "" - -#: ../../include/js_strings.php:39 -msgid "about a year" -msgstr "" - -#: ../../include/js_strings.php:40 -#, php-format -msgid "%d years" -msgstr "" - -#: ../../include/js_strings.php:41 -msgid " " -msgstr "" - -#: ../../include/js_strings.php:42 -msgid "timeago.numbers" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:107 -#: ../../include/RedDAV/RedBrowser.php:268 -msgid "parent" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:134 -msgid "Principal" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:137 -msgid "Addressbook" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:140 -msgid "Calendar" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:143 -msgid "Schedule Inbox" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:146 -msgid "Schedule Outbox" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1019 -#: ../../include/apps.php:336 ../../include/apps.php:387 -#: ../../mod/photos.php:681 ../../mod/photos.php:1119 -msgid "Unknown" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:227 -#, php-format -msgid "%1$s used" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:232 -#, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:251 ../../include/nav.php:98 -#: ../../include/conversation.php:1609 ../../include/apps.php:135 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:253 -msgid "Total" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:255 -msgid "Shared" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:256 -#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/webpages.php:179 -#: ../../mod/blocks.php:152 ../../mod/menu.php:109 -#: ../../mod/new_channel.php:121 ../../mod/layouts.php:175 -msgid "Create" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:257 -#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:362 -#: ../../mod/photos.php:706 ../../mod/photos.php:1236 -msgid "Upload" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/settings.php:589 -#: ../../mod/settings.php:615 ../../mod/admin.php:985 -#: ../../mod/sharedwithme.php:95 -msgid "Name" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:265 -msgid "Type" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:266 ../../mod/sharedwithme.php:97 -msgid "Size" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:267 ../../mod/sharedwithme.php:98 -msgid "Last Modified" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:270 ../../include/ItemObject.php:120 -#: ../../include/conversation.php:660 ../../include/apps.php:255 -#: ../../mod/settings.php:650 ../../mod/webpages.php:182 -#: ../../mod/thing.php:228 ../../mod/group.php:176 ../../mod/blocks.php:155 -#: ../../mod/photos.php:1050 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:225 ../../mod/admin.php:817 -#: ../../mod/admin.php:979 ../../mod/editblock.php:113 -#: ../../mod/connedit.php:543 -msgid "Delete" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:305 -msgid "Create new folder" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:307 -msgid "Upload file" -msgstr "" - -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" -msgstr "" - -#: ../../include/network.php:635 -msgid "view full size" -msgstr "" - -#: ../../include/features.php:38 -msgid "General Features" -msgstr "" - -#: ../../include/features.php:40 -msgid "Content Expiration" -msgstr "" - -#: ../../include/features.php:40 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "" - -#: ../../include/features.php:41 -msgid "Multiple Profiles" -msgstr "" - -#: ../../include/features.php:41 -msgid "Ability to create multiple profiles" -msgstr "" - -#: ../../include/features.php:42 -msgid "Advanced Profiles" -msgstr "" - -#: ../../include/features.php:42 -msgid "Additional profile sections and selections" -msgstr "" - -#: ../../include/features.php:43 -msgid "Profile Import/Export" -msgstr "" - -#: ../../include/features.php:43 -msgid "Save and load profile details across sites/channels" -msgstr "" - -#: ../../include/features.php:44 -msgid "Web Pages" -msgstr "" - -#: ../../include/features.php:44 -msgid "Provide managed web pages on your channel" -msgstr "" - -#: ../../include/features.php:45 -msgid "Private Notes" -msgstr "" - -#: ../../include/features.php:45 -msgid "Enables a tool to store notes and reminders" -msgstr "" - -#: ../../include/features.php:46 -msgid "Navigation Channel Select" -msgstr "" - -#: ../../include/features.php:46 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "" - -#: ../../include/features.php:47 -msgid "Photo Location" -msgstr "" - -#: ../../include/features.php:47 -msgid "If location data is available on uploaded photos, link this to a map." -msgstr "" - -#: ../../include/features.php:49 -msgid "Expert Mode" -msgstr "" - -#: ../../include/features.php:49 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "" - -#: ../../include/features.php:50 -msgid "Premium Channel" -msgstr "" - -#: ../../include/features.php:50 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "" - -#: ../../include/features.php:55 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:57 -msgid "Use Markdown" -msgstr "" - -#: ../../include/features.php:57 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "" - -#: ../../include/features.php:58 -msgid "Large Photos" -msgstr "" - -#: ../../include/features.php:58 -msgid "" -"Include large (640px) photo thumbnails in posts. If not enabled, use small " -"(320px) 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 "" - -#: ../../include/features.php:60 -msgid "Even More Encryption" -msgstr "" - -#: ../../include/features.php:60 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "" - -#: ../../include/features.php:61 -msgid "Enable voting tools" -msgstr "" - -#: ../../include/features.php:61 -msgid "Provide a class of post which others can vote on" -msgstr "" - -#: ../../include/features.php:67 -msgid "Network and Stream Filtering" -msgstr "" - -#: ../../include/features.php:68 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:68 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:69 -msgid "Collections Filter" -msgstr "" - -#: ../../include/features.php:69 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "" - -#: ../../include/features.php:70 ../../include/widgets.php:274 -msgid "Saved Searches" -msgstr "" - -#: ../../include/features.php:70 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:71 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:71 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:72 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:72 -msgid "Enable tab to display all new Network activity" -msgstr "" - -#: ../../include/features.php:73 -msgid "Affinity Tool" -msgstr "" - -#: ../../include/features.php:73 -msgid "Filter stream activity by depth of relationships" -msgstr "" - -#: ../../include/features.php:74 -msgid "Suggest Channels" -msgstr "" - -#: ../../include/features.php:74 -msgid "Show channel suggestions" -msgstr "" - -#: ../../include/features.php:79 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:80 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:80 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:81 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:81 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:82 ../../include/widgets.php:304 -#: ../../include/contact_widgets.php:57 -msgid "Saved Folders" -msgstr "" - -#: ../../include/features.php:82 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:83 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:83 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:84 -msgid "Star Posts" -msgstr "" - -#: ../../include/features.php:84 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/features.php:85 -msgid "Tag Cloud" -msgstr "" - -#: ../../include/features.php:85 -msgid "Provide a personal tag cloud on your channel page" -msgstr "" - -#: ../../include/widgets.php:35 ../../include/taxonomy.php:264 -#: ../../include/contact_widgets.php:92 -msgid "Categories" -msgstr "" - -#: ../../include/widgets.php:91 ../../include/nav.php:163 -#: ../../mod/apps.php:34 -msgid "Apps" -msgstr "" - -#: ../../include/widgets.php:92 -msgid "System" -msgstr "" - -#: ../../include/widgets.php:94 ../../include/conversation.php:1504 -msgid "Personal" -msgstr "" - -#: ../../include/widgets.php:95 -msgid "Create Personal App" -msgstr "" - -#: ../../include/widgets.php:96 -msgid "Edit Personal App" -msgstr "" - -#: ../../include/widgets.php:136 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../include/conversation.php:945 -#: ../../include/identity.php:824 ../../mod/match.php:64 -#: ../../mod/directory.php:302 ../../mod/suggest.php:52 -msgid "Connect" -msgstr "" - -#: ../../include/widgets.php:138 ../../mod/suggest.php:54 -msgid "Ignore/Hide" -msgstr "" - -#: ../../include/widgets.php:143 ../../mod/connections.php:268 -msgid "Suggestions" -msgstr "" - -#: ../../include/widgets.php:144 -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:266 -msgid "Remove term" -msgstr "" - -#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 -#: ../../include/contact_widgets.php:95 -msgid "Everything" -msgstr "" - -#: ../../include/widgets.php:349 -msgid "Archives" -msgstr "" - -#: ../../include/widgets.php:427 ../../mod/connedit.php:572 -msgid "Me" -msgstr "" - -#: ../../include/widgets.php:428 ../../mod/connedit.php:573 -msgid "Family" -msgstr "" - -#: ../../include/widgets.php:429 ../../include/identity.php:394 -#: ../../include/identity.php:395 ../../include/identity.php:402 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:344 -#: ../../mod/settings.php:348 ../../mod/settings.php:349 -#: ../../mod/settings.php:352 ../../mod/settings.php:363 -#: ../../mod/connedit.php:574 -msgid "Friends" -msgstr "" - -#: ../../include/widgets.php:430 ../../mod/connedit.php:575 -msgid "Acquaintances" -msgstr "" - -#: ../../include/widgets.php:431 ../../mod/connections.php:231 -#: ../../mod/connections.php:246 ../../mod/connedit.php:576 -msgid "All" -msgstr "" - -#: ../../include/widgets.php:450 -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:653 -msgid "Connection Default Permissions" -msgstr "" - -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" -msgstr "" - -#: ../../include/widgets.php:554 ../../include/nav.php:208 -#: ../../include/apps.php:134 ../../mod/admin.php:1070 -#: ../../mod/admin.php:1270 -msgid "Settings" -msgstr "" - -#: ../../include/widgets.php:567 ../../mod/message.php:31 -#: ../../mod/mail.php:128 -msgid "Messages" -msgstr "" - -#: ../../include/widgets.php:570 -msgid "Check Mail" -msgstr "" - -#: ../../include/widgets.php:575 ../../include/nav.php:199 -msgid "New Message" -msgstr "" - -#: ../../include/widgets.php:650 -msgid "Chat Rooms" -msgstr "" - -#: ../../include/widgets.php:670 -msgid "Bookmarked Chatrooms" -msgstr "" - -#: ../../include/widgets.php:690 -msgid "Suggested Chatrooms" -msgstr "" - -#: ../../include/widgets.php:817 ../../include/widgets.php:875 -msgid "photo/image" -msgstr "" - -#: ../../include/widgets.php:970 ../../include/widgets.php:972 -msgid "Rate Me" -msgstr "" - -#: ../../include/widgets.php:976 -msgid "View Ratings" -msgstr "" - -#: ../../include/widgets.php:987 -msgid "Public Hubs" -msgstr "" - #: ../../include/enotify.php:58 msgid "$Projectname Notification" msgstr "" @@ -1644,1613 +2564,8 @@ msgstr "" msgid "[Red:Notify]" 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/admin.php:813 -#: ../../mod/admin.php:822 ../../mod/id.php:15 ../../mod/id.php:16 -#: ../../boot.php:1552 -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/message.php:18 -msgid "No recipient provided." -msgstr "" - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "" - -#: ../../include/message.php:45 -msgid "Unable to determine sender." -msgstr "" - -#: ../../include/message.php:200 -msgid "Stored post could not be verified." -msgstr "" - -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "" - -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "" - -#: ../../include/follow.php:83 -msgid "Response from remote channel was incomplete." -msgstr "" - -#: ../../include/follow.php:100 -msgid "Channel was deleted and no longer exists." -msgstr "" - -#: ../../include/follow.php:135 ../../include/follow.php:197 -msgid "Protocol disabled." -msgstr "" - -#: ../../include/follow.php:170 -msgid "Channel discovery failed." -msgstr "" - -#: ../../include/follow.php:186 -msgid "local account not found." -msgstr "" - -#: ../../include/follow.php:215 -msgid "Cannot connect to yourself." -msgstr "" - -#: ../../include/ItemObject.php:89 ../../include/conversation.php:667 -msgid "Private Message" -msgstr "" - -#: ../../include/ItemObject.php:126 ../../include/conversation.php:659 -msgid "Select" -msgstr "" - -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I will attend" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I will not attend" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I might attend" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I agree" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I disagree" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I abstain" -msgstr "" - -#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 -#: ../../include/conversation.php:1677 ../../mod/photos.php:1003 -#: ../../mod/photos.php:1015 -msgid "View all" -msgstr "" - -#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396 -#: ../../include/conversation.php:1701 ../../include/identity.php:1134 -#: ../../mod/photos.php:1007 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:184 ../../include/conversation.php:1704 -#: ../../mod/photos.php:1012 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:212 -msgid "Add Star" -msgstr "" - -#: ../../include/ItemObject.php:213 -msgid "Remove Star" -msgstr "" - -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" -msgstr "" - -#: ../../include/ItemObject.php:218 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:227 ../../include/conversation.php:674 -msgid "Message signature validated" -msgstr "" - -#: ../../include/ItemObject.php:228 ../../include/conversation.php:675 -msgid "Message signature incorrect" -msgstr "" - -#: ../../include/ItemObject.php:236 -msgid "Add Tag" -msgstr "" - -#: ../../include/ItemObject.php:254 ../../mod/photos.php:947 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:310 -msgid "like" -msgstr "" - -#: ../../include/ItemObject.php:255 ../../mod/photos.php:948 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:311 -msgid "dislike" -msgstr "" - -#: ../../include/ItemObject.php:259 -msgid "Share This" -msgstr "" - -#: ../../include/ItemObject.php:259 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:276 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:298 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:299 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:300 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:301 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:312 ../../include/conversation.php:716 -#, php-format -msgid "from %s" -msgstr "" - -#: ../../include/ItemObject.php:315 ../../include/conversation.php:719 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/ItemObject.php:316 ../../include/conversation.php:720 -#, php-format -msgid "Expires: %s" -msgstr "" - -#: ../../include/ItemObject.php:337 -msgid "Save Bookmarks" -msgstr "" - -#: ../../include/ItemObject.php:338 -msgid "Add to Calendar" -msgstr "" - -#: ../../include/ItemObject.php:347 -msgid "Mark all seen" -msgstr "" - -#: ../../include/ItemObject.php:353 ../../mod/photos.php:1133 -msgctxt "noun" -msgid "Likes" -msgstr "" - -#: ../../include/ItemObject.php:354 ../../mod/photos.php:1134 -msgctxt "noun" -msgid "Dislikes" -msgstr "" - -#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249 -#: ../../mod/photos.php:1139 -msgid "Close" -msgstr "" - -#: ../../include/ItemObject.php:364 ../../include/conversation.php:737 -#: ../../include/conversation.php:1209 ../../mod/photos.php:950 -#: ../../mod/editlayout.php:153 ../../mod/editwebpage.php:192 -#: ../../mod/editpost.php:130 ../../mod/editblock.php:155 -#: ../../mod/mail.php:241 ../../mod/mail.php:356 -msgid "Please wait" -msgstr "" - -#: ../../include/ItemObject.php:665 ../../mod/photos.php:966 -#: ../../mod/photos.php:1084 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:669 ../../include/conversation.php:1181 -#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:179 -#: ../../mod/editpost.php:114 ../../mod/editblock.php:141 -msgid "Bold" -msgstr "" - -#: ../../include/ItemObject.php:670 ../../include/conversation.php:1182 -#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:180 -#: ../../mod/editpost.php:115 ../../mod/editblock.php:142 -msgid "Italic" -msgstr "" - -#: ../../include/ItemObject.php:671 ../../include/conversation.php:1183 -#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:181 -#: ../../mod/editpost.php:116 ../../mod/editblock.php:143 -msgid "Underline" -msgstr "" - -#: ../../include/ItemObject.php:672 ../../include/conversation.php:1184 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:182 -#: ../../mod/editpost.php:117 ../../mod/editblock.php:144 -msgid "Quote" -msgstr "" - -#: ../../include/ItemObject.php:673 ../../include/conversation.php:1185 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:183 -#: ../../mod/editpost.php:118 ../../mod/editblock.php:145 -msgid "Code" -msgstr "" - -#: ../../include/ItemObject.php:674 -msgid "Image" -msgstr "" - -#: ../../include/ItemObject.php:675 -msgid "Insert Link" -msgstr "" - -#: ../../include/ItemObject.php:676 -msgid "Video" -msgstr "" - -#: ../../include/ItemObject.php:680 ../../include/conversation.php:1236 -#: ../../mod/editpost.php:158 ../../mod/mail.php:247 ../../mod/mail.php:361 -msgid "Encrypt text" -msgstr "" - -#: ../../include/Contact.php:124 -msgid "New window" -msgstr "" - -#: ../../include/Contact.php:125 -msgid "Open the selected location in a different window or browser tab" -msgstr "" - -#: ../../include/Contact.php:215 ../../mod/admin.php:730 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: ../../include/bb2diaspora.php:373 -msgid "Attachments:" -msgstr "" - -#: ../../include/bb2diaspora.php:453 -msgid "$Projectname event notification:" -msgstr "" - -#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1549 -msgid "Logout" -msgstr "" - -#: ../../include/nav.php:87 ../../include/nav.php:120 -msgid "End this session" -msgstr "" - -#: ../../include/nav.php:90 ../../include/nav.php:151 -msgid "Home" -msgstr "" - -#: ../../include/nav.php:90 -msgid "Your posts and conversations" -msgstr "" - -#: ../../include/nav.php:91 ../../include/conversation.php:942 -#: ../../mod/connedit.php:494 ../../mod/connedit.php:660 -msgid "View Profile" -msgstr "" - -#: ../../include/nav.php:91 -msgid "Your profile page" -msgstr "" - -#: ../../include/nav.php:93 -msgid "Edit Profiles" -msgstr "" - -#: ../../include/nav.php:93 -msgid "Manage/Edit profiles" -msgstr "" - -#: ../../include/nav.php:95 ../../include/identity.php:847 -msgid "Edit Profile" -msgstr "" - -#: ../../include/nav.php:95 -msgid "Edit your profile" -msgstr "" - -#: ../../include/nav.php:97 ../../include/conversation.php:1600 -#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "" - -#: ../../include/nav.php:97 -msgid "Your photos" -msgstr "" - -#: ../../include/nav.php:98 -msgid "Your files" -msgstr "" - -#: ../../include/nav.php:103 ../../include/apps.php:146 -msgid "Chat" -msgstr "" - -#: ../../include/nav.php:103 -msgid "Your chatrooms" -msgstr "" - -#: ../../include/nav.php:109 ../../include/conversation.php:1635 -#: ../../include/apps.php:129 -msgid "Bookmarks" -msgstr "" - -#: ../../include/nav.php:109 -msgid "Your bookmarks" -msgstr "" - -#: ../../include/nav.php:113 ../../include/conversation.php:1645 -#: ../../include/apps.php:136 ../../mod/webpages.php:177 -msgid "Webpages" -msgstr "" - -#: ../../include/nav.php:113 -msgid "Your webpages" -msgstr "" - -#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1550 -msgid "Login" -msgstr "" - -#: ../../include/nav.php:117 -msgid "Sign in" -msgstr "" - -#: ../../include/nav.php:134 -#, php-format -msgid "%s - click to logout" -msgstr "" - -#: ../../include/nav.php:137 -msgid "Remote authentication" -msgstr "" - -#: ../../include/nav.php:137 -msgid "Click to authenticate to your home hub" -msgstr "" - -#: ../../include/nav.php:151 -msgid "Home Page" -msgstr "" - -#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1526 -msgid "Register" -msgstr "" - -#: ../../include/nav.php:155 -msgid "Create an account" -msgstr "" - -#: ../../include/nav.php:160 ../../include/apps.php:142 ../../mod/help.php:67 -#: ../../mod/help.php:72 ../../mod/layouts.php:176 -msgid "Help" -msgstr "" - -#: ../../include/nav.php:160 -msgid "Help and documentation" -msgstr "" - -#: ../../include/nav.php:163 -msgid "Applications, utilities, links, games" -msgstr "" - -#: ../../include/nav.php:165 -msgid "Search site content" -msgstr "" - -#: ../../include/nav.php:168 ../../include/apps.php:141 -#: ../../mod/directory.php:366 -msgid "Directory" -msgstr "" - -#: ../../include/nav.php:168 -msgid "Channel Directory" -msgstr "" - -#: ../../include/nav.php:180 ../../include/apps.php:133 -msgid "Matrix" -msgstr "" - -#: ../../include/nav.php:180 -msgid "Your matrix" -msgstr "" - -#: ../../include/nav.php:181 -msgid "Mark all matrix notifications seen" -msgstr "" - -#: ../../include/nav.php:183 ../../include/apps.php:137 -msgid "Channel Home" -msgstr "" - -#: ../../include/nav.php:183 -msgid "Channel home" -msgstr "" - -#: ../../include/nav.php:184 -msgid "Mark all channel notifications seen" -msgstr "" - -#: ../../include/nav.php:187 ../../mod/connections.php:407 -msgid "Connections" -msgstr "" - -#: ../../include/nav.php:190 -msgid "Notices" -msgstr "" - -#: ../../include/nav.php:190 -msgid "Notifications" -msgstr "" - -#: ../../include/nav.php:191 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:192 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:194 ../../include/apps.php:143 -msgid "Mail" -msgstr "" - -#: ../../include/nav.php:194 -msgid "Private mail" -msgstr "" - -#: ../../include/nav.php:195 -msgid "See all private messages" -msgstr "" - -#: ../../include/nav.php:196 -msgid "Mark all private messages seen" -msgstr "" - -#: ../../include/nav.php:197 -msgid "Inbox" -msgstr "" - -#: ../../include/nav.php:198 -msgid "Outbox" -msgstr "" - -#: ../../include/nav.php:202 ../../include/apps.php:140 -#: ../../mod/events.php:472 -msgid "Events" -msgstr "" - -#: ../../include/nav.php:202 -msgid "Event Calendar" -msgstr "" - -#: ../../include/nav.php:203 -msgid "See all events" -msgstr "" - -#: ../../include/nav.php:204 -msgid "Mark all events seen" -msgstr "" - -#: ../../include/nav.php:206 ../../include/apps.php:132 -#: ../../mod/manage.php:166 -msgid "Channel Manager" -msgstr "" - -#: ../../include/nav.php:206 -msgid "Manage Your Channels" -msgstr "" - -#: ../../include/nav.php:208 -msgid "Account/Channel Settings" -msgstr "" - -#: ../../include/nav.php:216 ../../mod/admin.php:120 -msgid "Admin" -msgstr "" - -#: ../../include/nav.php:216 -msgid "Site Setup and Configuration" -msgstr "" - -#: ../../include/nav.php:247 ../../include/conversation.php:850 -msgid "Loading..." -msgstr "" - -#: ../../include/nav.php:252 -msgid "@name, #tag, content" -msgstr "" - -#: ../../include/nav.php:253 -msgid "Please wait..." -msgstr "" - -#: ../../include/taxonomy.php:222 ../../include/taxonomy.php:243 -msgid "Tags" -msgstr "" - -#: ../../include/taxonomy.php:287 -msgid "Keywords" -msgstr "" - -#: ../../include/taxonomy.php:308 -msgid "have" -msgstr "" - -#: ../../include/taxonomy.php:308 -msgid "has" -msgstr "" - -#: ../../include/taxonomy.php:309 -msgid "want" -msgstr "" - -#: ../../include/taxonomy.php:309 -msgid "wants" -msgstr "" - -#: ../../include/taxonomy.php:310 -msgid "likes" -msgstr "" - -#: ../../include/taxonomy.php:311 -msgid "dislikes" -msgstr "" - -#: ../../include/activities.php:39 -msgid " and " -msgstr "" - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "" - -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../include/activities.php:57 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "" - -#: ../../include/activities.php:60 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../include/security.php:349 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "" - -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "" - -#: ../../include/permissions.php:28 -msgid "Can view my photo albums" -msgstr "" - -#: ../../include/permissions.php:29 -msgid "Can view my connections" -msgstr "" - -#: ../../include/permissions.php:30 -msgid "Can view my file storage" -msgstr "" - -#: ../../include/permissions.php:31 -msgid "Can view my webpages" -msgstr "" - -#: ../../include/permissions.php:34 -msgid "Can send me their channel stream and posts" -msgstr "" - -#: ../../include/permissions.php:35 -msgid "Can post on my channel page (\"wall\")" -msgstr "" - -#: ../../include/permissions.php:36 -msgid "Can comment on or like my posts" -msgstr "" - -#: ../../include/permissions.php:37 -msgid "Can send me private mail messages" -msgstr "" - -#: ../../include/permissions.php:38 -msgid "Can post photos to my photo albums" -msgstr "" - -#: ../../include/permissions.php:39 -msgid "Can like/dislike stuff" -msgstr "" - -#: ../../include/permissions.php:39 -msgid "Profiles and things other than posts/comments" -msgstr "" - -#: ../../include/permissions.php:41 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "" - -#: ../../include/permissions.php:41 -msgid "Advanced - useful for creating group forum channels" -msgstr "" - -#: ../../include/permissions.php:42 -msgid "Can chat with me (when available)" -msgstr "" - -#: ../../include/permissions.php:43 -msgid "Can write to my file storage" -msgstr "" - -#: ../../include/permissions.php:44 -msgid "Can edit my webpages" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Can source my public posts in derived channels" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Somewhat advanced - very useful in open communities" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Can administer my channel resources" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "" - -#: ../../include/permissions.php:893 -msgid "Social Networking" -msgstr "" - -#: ../../include/permissions.php:893 ../../include/permissions.php:894 -#: ../../include/permissions.php:895 -msgid "Mostly Public" -msgstr "" - -#: ../../include/permissions.php:893 ../../include/permissions.php:894 -#: ../../include/permissions.php:895 -msgid "Restricted" -msgstr "" - -#: ../../include/permissions.php:893 ../../include/permissions.php:894 -msgid "Private" -msgstr "" - -#: ../../include/permissions.php:894 -msgid "Community Forum" -msgstr "" - -#: ../../include/permissions.php:895 -msgid "Feed Republish" -msgstr "" - -#: ../../include/permissions.php:896 -msgid "Special Purpose" -msgstr "" - -#: ../../include/permissions.php:896 -msgid "Celebrity/Soapbox" -msgstr "" - -#: ../../include/permissions.php:896 -msgid "Group Repository" -msgstr "" - -#: ../../include/permissions.php:897 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "" - -#: ../../include/permissions.php:897 -msgid "Custom/Expert Mode" -msgstr "" - -#: ../../include/conversation.php:126 ../../mod/like.php:113 -msgid "channel" -msgstr "" - -#: ../../include/conversation.php:164 ../../include/diaspora.php:2111 -#: ../../mod/like.php:394 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:167 ../../mod/like.php:396 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "" - -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: ../../include/conversation.php:260 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "" - -#: ../../include/conversation.php:572 ../../mod/photos.php:984 -msgctxt "title" -msgid "Likes" -msgstr "" - -#: ../../include/conversation.php:572 ../../mod/photos.php:984 -msgctxt "title" -msgid "Dislikes" -msgstr "" - -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Agree" -msgstr "" - -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Disagree" -msgstr "" - -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Abstain" -msgstr "" - -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Attending" -msgstr "" - -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Not attending" -msgstr "" - -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Might attend" -msgstr "" - -#: ../../include/conversation.php:692 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../include/conversation.php:707 -msgid "Categories:" -msgstr "" - -#: ../../include/conversation.php:708 -msgid "Filed under:" -msgstr "" - -#: ../../include/conversation.php:735 -msgid "View in context" -msgstr "" - -#: ../../include/conversation.php:846 -msgid "remove" -msgstr "" - -#: ../../include/conversation.php:851 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:939 -msgid "View Source" -msgstr "" - -#: ../../include/conversation.php:940 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:941 -msgid "View Status" -msgstr "" - -#: ../../include/conversation.php:943 -msgid "View Photos" -msgstr "" - -#: ../../include/conversation.php:944 -msgid "Matrix Activity" -msgstr "" - -#: ../../include/conversation.php:946 -msgid "Edit Contact" -msgstr "" - -#: ../../include/conversation.php:947 -msgid "Send PM" -msgstr "" - -#: ../../include/conversation.php:948 ../../include/apps.php:145 -msgid "Poke" -msgstr "" - -#: ../../include/conversation.php:1062 -#, php-format -msgid "%s likes this." -msgstr "" - -#: ../../include/conversation.php:1062 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: ../../include/conversation.php:1066 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1068 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1074 -msgid "and" -msgstr "" - -#: ../../include/conversation.php:1077 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1078 -#, php-format -msgid "%s like this." -msgstr "" - -#: ../../include/conversation.php:1078 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: ../../include/conversation.php:1140 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/conversation.php:1141 ../../mod/mail.php:174 -#: ../../mod/mail.php:289 -msgid "Please enter a link URL:" -msgstr "" - -#: ../../include/conversation.php:1142 -msgid "Please enter a video link/URL:" -msgstr "" - -#: ../../include/conversation.php:1143 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: ../../include/conversation.php:1144 -msgid "Tag term:" -msgstr "" - -#: ../../include/conversation.php:1145 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "" - -#: ../../include/conversation.php:1146 -msgid "Where are you right now?" -msgstr "" - -#: ../../include/conversation.php:1147 ../../mod/editpost.php:52 -#: ../../mod/mail.php:175 ../../mod/mail.php:290 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "" - -#: ../../include/conversation.php:1174 ../../mod/webpages.php:181 -#: ../../mod/blocks.php:154 ../../mod/photos.php:949 ../../mod/layouts.php:184 -msgid "Share" -msgstr "" - -#: ../../include/conversation.php:1176 -msgid "Page link name" -msgstr "" - -#: ../../include/conversation.php:1179 -msgid "Post as" -msgstr "" - -#: ../../include/conversation.php:1186 ../../mod/editlayout.php:145 -#: ../../mod/editwebpage.php:184 ../../mod/editpost.php:119 -#: ../../mod/editblock.php:147 ../../mod/mail.php:238 ../../mod/mail.php:352 -msgid "Upload photo" -msgstr "" - -#: ../../include/conversation.php:1187 -msgid "upload photo" -msgstr "" - -#: ../../include/conversation.php:1188 ../../mod/editlayout.php:146 -#: ../../mod/editwebpage.php:185 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:148 ../../mod/mail.php:239 ../../mod/mail.php:353 -msgid "Attach file" -msgstr "" - -#: ../../include/conversation.php:1189 -msgid "attach file" -msgstr "" - -#: ../../include/conversation.php:1190 ../../mod/editlayout.php:147 -#: ../../mod/editwebpage.php:186 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:149 ../../mod/mail.php:240 ../../mod/mail.php:354 -msgid "Insert web link" -msgstr "" - -#: ../../include/conversation.php:1191 -msgid "web link" -msgstr "" - -#: ../../include/conversation.php:1192 -msgid "Insert video link" -msgstr "" - -#: ../../include/conversation.php:1193 -msgid "video link" -msgstr "" - -#: ../../include/conversation.php:1194 -msgid "Insert audio link" -msgstr "" - -#: ../../include/conversation.php:1195 -msgid "audio link" -msgstr "" - -#: ../../include/conversation.php:1196 ../../mod/editlayout.php:151 -#: ../../mod/editwebpage.php:190 ../../mod/editpost.php:125 -#: ../../mod/editblock.php:153 -msgid "Set your location" -msgstr "" - -#: ../../include/conversation.php:1197 -msgid "set location" -msgstr "" - -#: ../../include/conversation.php:1198 ../../mod/editpost.php:127 -msgid "Toggle voting" -msgstr "" - -#: ../../include/conversation.php:1201 ../../mod/editlayout.php:152 -#: ../../mod/editwebpage.php:191 ../../mod/editpost.php:126 -#: ../../mod/editblock.php:154 -msgid "Clear browser location" -msgstr "" - -#: ../../include/conversation.php:1202 -msgid "clear location" -msgstr "" - -#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:207 -#: ../../mod/editpost.php:142 ../../mod/editblock.php:167 -msgid "Title (optional)" -msgstr "" - -#: ../../include/conversation.php:1208 ../../mod/editlayout.php:168 -#: ../../mod/editwebpage.php:209 ../../mod/editpost.php:144 -#: ../../mod/editblock.php:170 -msgid "Categories (optional, comma-separated list)" -msgstr "" - -#: ../../include/conversation.php:1210 ../../mod/editlayout.php:154 -#: ../../mod/editwebpage.php:193 ../../mod/editpost.php:131 -#: ../../mod/editblock.php:156 -msgid "Permission settings" -msgstr "" - -#: ../../include/conversation.php:1211 -msgid "permissions" -msgstr "" - -#: ../../include/conversation.php:1219 ../../mod/editlayout.php:161 -#: ../../mod/editwebpage.php:202 ../../mod/editpost.php:139 -#: ../../mod/editblock.php:164 -msgid "Public post" -msgstr "" - -#: ../../include/conversation.php:1221 ../../mod/editlayout.php:169 -#: ../../mod/editwebpage.php:210 ../../mod/editpost.php:145 -#: ../../mod/editblock.php:171 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: ../../include/conversation.php:1234 ../../mod/editlayout.php:178 -#: ../../mod/editwebpage.php:219 ../../mod/editpost.php:156 -#: ../../mod/editblock.php:181 ../../mod/mail.php:245 ../../mod/mail.php:359 -msgid "Set expiration date" -msgstr "" - -#: ../../include/conversation.php:1238 ../../mod/events.php:637 -#: ../../mod/editpost.php:160 -msgid "OK" -msgstr "" - -#: ../../include/conversation.php:1239 ../../mod/settings.php:588 -#: ../../mod/settings.php:614 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -#: ../../mod/events.php:636 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161 -msgid "Cancel" -msgstr "" - -#: ../../include/conversation.php:1481 -msgid "Discover" -msgstr "" - -#: ../../include/conversation.php:1484 -msgid "Imported public streams" -msgstr "" - -#: ../../include/conversation.php:1489 -msgid "Commented Order" -msgstr "" - -#: ../../include/conversation.php:1492 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../include/conversation.php:1496 -msgid "Posted Order" -msgstr "" - -#: ../../include/conversation.php:1499 -msgid "Sort by Post Date" -msgstr "" - -#: ../../include/conversation.php:1507 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../include/conversation.php:1513 ../../mod/connections.php:212 -#: ../../mod/connections.php:225 ../../mod/menu.php:107 -msgid "New" -msgstr "" - -#: ../../include/conversation.php:1516 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../include/conversation.php:1522 -msgid "Starred" -msgstr "" - -#: ../../include/conversation.php:1525 -msgid "Favourite Posts" -msgstr "" - -#: ../../include/conversation.php:1532 -msgid "Spam" -msgstr "" - -#: ../../include/conversation.php:1535 -msgid "Posts flagged as SPAM" -msgstr "" - -#: ../../include/conversation.php:1579 ../../mod/admin.php:984 -msgid "Channel" -msgstr "" - -#: ../../include/conversation.php:1582 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../include/conversation.php:1591 -msgid "About" -msgstr "" - -#: ../../include/conversation.php:1594 -msgid "Profile Details" -msgstr "" - -#: ../../include/conversation.php:1603 ../../include/photos.php:359 -msgid "Photo Albums" -msgstr "" - -#: ../../include/conversation.php:1612 -msgid "Files and Storage" -msgstr "" - -#: ../../include/conversation.php:1622 ../../include/conversation.php:1625 -msgid "Chatrooms" -msgstr "" - -#: ../../include/conversation.php:1638 -msgid "Saved Bookmarks" -msgstr "" - -#: ../../include/conversation.php:1648 -msgid "Manage Webpages" -msgstr "" - -#: ../../include/conversation.php:1707 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1710 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1713 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1716 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1719 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1722 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/items.php:399 ../../mod/like.php:270 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23 -#: ../../mod/bulksetclose.php:11 ../../index.php:381 -msgid "Permission denied" -msgstr "" - -#: ../../include/items.php:1021 ../../include/items.php:1067 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:1235 -msgid "Visible to anybody on the internet." -msgstr "" - -#: ../../include/items.php:1237 -msgid "Visible to you only." -msgstr "" - -#: ../../include/items.php:1239 -msgid "Visible to anybody in this network." -msgstr "" - -#: ../../include/items.php:1241 -msgid "Visible to anybody authenticated." -msgstr "" - -#: ../../include/items.php:1243 -#, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1245 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1247 -msgid "Visible to approved connections." -msgstr "" - -#: ../../include/items.php:1249 -msgid "Visible to specific connections." -msgstr "" - -#: ../../include/items.php:4061 ../../mod/thing.php:74 -#: ../../mod/display.php:36 ../../mod/filestorage.php:27 -#: ../../mod/viewsrc.php:20 ../../mod/admin.php:167 ../../mod/admin.php:1016 -#: ../../mod/admin.php:1216 -msgid "Item not found." -msgstr "" - -#: ../../include/items.php:4134 ../../include/photos.php:26 -#: ../../include/attach.php:137 ../../include/attach.php:184 -#: ../../include/attach.php:247 ../../include/attach.php:261 -#: ../../include/attach.php:305 ../../include/attach.php:319 -#: ../../include/attach.php:350 ../../include/attach.php:546 -#: ../../include/attach.php:618 ../../include/chat.php:131 -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/achievements.php:30 ../../mod/manage.php:6 -#: ../../mod/settings.php:569 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/webpages.php:69 ../../mod/thing.php:241 ../../mod/thing.php:256 -#: ../../mod/thing.php:290 ../../mod/profile_photo.php:264 -#: ../../mod/profile_photo.php:277 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/like.php:178 ../../mod/events.php:219 -#: ../../mod/group.php:9 ../../mod/network.php:12 ../../mod/common.php:35 -#: ../../mod/connections.php:169 ../../mod/blocks.php:69 -#: ../../mod/blocks.php:76 ../../mod/photos.php:68 ../../mod/pdledit.php:21 -#: ../../mod/authtest.php:13 ../../mod/editlayout.php:63 -#: ../../mod/editlayout.php:87 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 -#: ../../mod/rate.php:110 ../../mod/editpost.php:13 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/locs.php:77 ../../mod/sources.php:66 -#: ../../mod/menu.php:69 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78 -#: ../../mod/poke.php:128 ../../mod/profiles.php:188 -#: ../../mod/profiles.php:576 ../../mod/viewsrc.php:14 ../../mod/setup.php:223 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/editblock.php:65 ../../mod/register.php:72 ../../mod/item.php:206 -#: ../../mod/item.php:214 ../../mod/item.php:976 ../../mod/id.php:71 -#: ../../mod/message.php:16 ../../mod/mitem.php:115 ../../mod/mood.php:111 -#: ../../mod/connedit.php:331 ../../mod/mail.php:114 -#: ../../mod/notifications.php:66 ../../mod/regmod.php:17 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/page.php:28 ../../mod/page.php:82 -#: ../../mod/bookmarks.php:46 ../../mod/channel.php:100 -#: ../../mod/channel.php:219 ../../mod/channel.php:262 -#: ../../mod/suggest.php:26 ../../mod/service_limits.php:7 -#: ../../mod/sharedwithme.php:7 ../../index.php:182 ../../index.php:382 -msgid "Permission denied." -msgstr "" - -#: ../../include/items.php:4536 ../../mod/group.php:38 ../../mod/group.php:140 -#: ../../mod/bulksetclose.php:51 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:4552 -msgid "Collection is empty." -msgstr "" - -#: ../../include/items.php:4559 -#, php-format -msgid "Collection: %s" -msgstr "" - -#: ../../include/items.php:4569 -#, php-format -msgid "Connection: %s" -msgstr "" - -#: ../../include/items.php:4571 -msgid "Connection not found." -msgstr "" - -#: ../../include/photos.php:94 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:101 -msgid "Image file is empty." -msgstr "" - -#: ../../include/photos.php:128 ../../mod/profile_photo.php:217 -msgid "Unable to process image" -msgstr "" - -#: ../../include/photos.php:199 -msgid "Photo storage failed." -msgstr "" - -#: ../../include/photos.php:363 -msgid "Upload New Photos" -msgstr "" - -#: ../../include/zot.php:666 -msgid "Invalid data packet" -msgstr "" - -#: ../../include/zot.php:682 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../include/zot.php:2109 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "" - -#: ../../include/oembed.php:183 -msgid "Embedded content" -msgstr "" - -#: ../../include/oembed.php:192 -msgid "Embedding disabled" -msgstr "" - -#: ../../include/auth.php:131 -msgid "Logged out." -msgstr "" - -#: ../../include/auth.php:272 -msgid "Failed authentication" -msgstr "" - -#: ../../include/auth.php:286 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "" - -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:450 -msgid "Advanced" -msgstr "" - -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "" - -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "" - -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "" - -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:413 -#: ../../mod/directory.php:362 ../../mod/directory.php:367 -msgid "Find" -msgstr "" - -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:366 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" -msgstr "" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "" - -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "" - -#: ../../include/contact_widgets.php:125 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:130 -msgid "show more" -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:248 ../../mod/events.php:654 -#: ../../mod/photos.php:559 ../../mod/photos.php:922 ../../mod/chat.php:209 -#: ../../mod/filestorage.php:147 -msgid "Permissions" -msgstr "" - -#: ../../include/attach.php:242 ../../include/attach.php:300 -msgid "Item was not found." -msgstr "" - -#: ../../include/attach.php:363 -msgid "No source file." -msgstr "" - -#: ../../include/attach.php:381 -msgid "Cannot locate file to replace" -msgstr "" - -#: ../../include/attach.php:399 -msgid "Cannot locate file to revise/update" -msgstr "" - -#: ../../include/attach.php:410 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "" - -#: ../../include/attach.php:422 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "" - -#: ../../include/attach.php:505 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "" - -#: ../../include/attach.php:517 -msgid "Stored file could not be verified. Upload failed." -msgstr "" - -#: ../../include/attach.php:561 ../../include/attach.php:578 -msgid "Path not available." -msgstr "" - -#: ../../include/attach.php:623 -msgid "Empty pathname" -msgstr "" - -#: ../../include/attach.php:639 -msgid "duplicate filename or path" -msgstr "" - -#: ../../include/attach.php:663 -msgid "Path not found." -msgstr "" - -#: ../../include/attach.php:714 -msgid "mkdir failed." -msgstr "" - -#: ../../include/attach.php:718 -msgid "database storage failed." +#: ../../include/event.php:391 +msgid "This event has been added to your calendar." msgstr "" #: ../../include/identity.php:33 @@ -3277,7 +2592,7 @@ msgstr "" msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/identity.php:217 ../../include/dimport.php:34 +#: ../../include/identity.php:217 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "" @@ -3294,12 +2609,12 @@ msgstr "" msgid "Requested channel is not available." msgstr "" -#: ../../include/identity.php:678 ../../mod/profile.php:16 -#: ../../mod/achievements.php:11 ../../mod/webpages.php:29 -#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29 +#: ../../include/identity.php:678 ../../mod/hcard.php:8 +#: ../../mod/layouts.php:29 ../../mod/editblock.php:29 +#: ../../mod/profile.php:16 ../../mod/achievements.php:11 #: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:54 ../../mod/editblock.php:29 -#: ../../mod/layouts.php:29 +#: ../../mod/filestorage.php:54 ../../mod/connect.php:13 +#: ../../mod/blocks.php:29 ../../mod/webpages.php:29 msgid "Requested profile is not available." msgstr "" @@ -3319,6 +2634,10 @@ msgstr "" msgid "Create New Profile" msgstr "" +#: ../../include/identity.php:847 ../../include/nav.php:95 +msgid "Edit Profile" +msgstr "" + #: ../../include/identity.php:859 ../../mod/profiles.php:786 msgid "Profile Image" msgstr "" @@ -3382,12 +2701,7 @@ msgstr "" msgid "Events this week:" msgstr "" -#: ../../include/identity.php:1108 ../../include/identity.php:1225 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "" - -#: ../../include/identity.php:1116 ../../mod/settings.php:1050 +#: ../../include/identity.php:1116 ../../mod/settings.php:1053 msgid "Full Name:" msgstr "" @@ -3542,6 +2856,13 @@ msgstr "" msgid "Non-specific" msgstr "" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:897 +msgid "Other" +msgstr "" + #: ../../include/profile_selectors.php:6 msgid "Undecided" msgstr "" @@ -3728,142 +3049,372 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/apps.php:128 -msgid "Site Admin" +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../include/apps.php:130 -msgid "Address Book" +#: ../../include/page_widgets.php:39 ../../mod/layouts.php:188 +#: ../../mod/blocks.php:159 ../../mod/webpages.php:187 +msgid "View" msgstr "" -#: ../../include/apps.php:144 ../../mod/mood.php:130 -msgid "Mood" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" msgstr "" -#: ../../include/apps.php:148 -msgid "Probe" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" msgstr "" -#: ../../include/apps.php:149 -msgid "Suggest" +#: ../../include/page_widgets.php:43 +msgid "Title" msgstr "" -#: ../../include/apps.php:150 -msgid "Random Channel" +#: ../../include/page_widgets.php:44 ../../mod/menu.php:105 +#: ../../mod/layouts.php:181 ../../mod/blocks.php:150 +#: ../../mod/webpages.php:192 +msgid "Created" msgstr "" -#: ../../include/apps.php:151 -msgid "Invite" +#: ../../include/page_widgets.php:45 ../../mod/menu.php:106 +#: ../../mod/layouts.php:182 ../../mod/blocks.php:151 +#: ../../mod/webpages.php:193 +msgid "Edited" msgstr "" -#: ../../include/apps.php:152 -msgid "Features" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" +#: ../../include/message.php:23 +msgid "[no subject]" msgstr "" -#: ../../include/apps.php:154 -msgid "Post" +#: ../../include/message.php:45 +msgid "Unable to determine sender." msgstr "" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" +#: ../../include/message.php:200 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/apps.php:247 ../../mod/settings.php:84 -#: ../../mod/settings.php:613 -msgid "Update" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/apps.php:247 -msgid "Install" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" msgstr "" -#: ../../include/apps.php:252 -msgid "Purchase" +#: ../../include/permissions.php:28 +msgid "Can view my photo albums" msgstr "" -#: ../../include/bbcode.php:122 ../../include/bbcode.php:764 -#: ../../include/bbcode.php:767 ../../include/bbcode.php:772 -#: ../../include/bbcode.php:775 ../../include/bbcode.php:778 -#: ../../include/bbcode.php:781 ../../include/bbcode.php:786 -#: ../../include/bbcode.php:789 ../../include/bbcode.php:794 -#: ../../include/bbcode.php:797 ../../include/bbcode.php:800 -#: ../../include/bbcode.php:803 -msgid "Image/photo" +#: ../../include/permissions.php:29 +msgid "Can view my connections" msgstr "" -#: ../../include/bbcode.php:161 ../../include/bbcode.php:814 -msgid "Encrypted content" +#: ../../include/permissions.php:30 +msgid "Can view my file storage" msgstr "" -#: ../../include/bbcode.php:178 +#: ../../include/permissions.php:31 +msgid "Can view my webpages" +msgstr "" + +#: ../../include/permissions.php:34 +msgid "Can send me their channel stream and posts" +msgstr "" + +#: ../../include/permissions.php:35 +msgid "Can post on my channel page (\"wall\")" +msgstr "" + +#: ../../include/permissions.php:36 +msgid "Can comment on or like my posts" +msgstr "" + +#: ../../include/permissions.php:37 +msgid "Can send me private mail messages" +msgstr "" + +#: ../../include/permissions.php:38 +msgid "Can post photos to my photo albums" +msgstr "" + +#: ../../include/permissions.php:39 +msgid "Can like/dislike stuff" +msgstr "" + +#: ../../include/permissions.php:39 +msgid "Profiles and things other than posts/comments" +msgstr "" + +#: ../../include/permissions.php:41 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "" + +#: ../../include/permissions.php:41 +msgid "Advanced - useful for creating group forum channels" +msgstr "" + +#: ../../include/permissions.php:42 +msgid "Can chat with me (when available)" +msgstr "" + +#: ../../include/permissions.php:43 +msgid "Can write to my file storage" +msgstr "" + +#: ../../include/permissions.php:44 +msgid "Can edit my webpages" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Can source my public posts in derived channels" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Can administer my channel resources" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "" + +#: ../../include/permissions.php:893 +msgid "Social Networking" +msgstr "" + +#: ../../include/permissions.php:893 ../../include/permissions.php:894 +#: ../../include/permissions.php:895 +msgid "Mostly Public" +msgstr "" + +#: ../../include/permissions.php:893 ../../include/permissions.php:894 +#: ../../include/permissions.php:895 +msgid "Restricted" +msgstr "" + +#: ../../include/permissions.php:893 ../../include/permissions.php:894 +msgid "Private" +msgstr "" + +#: ../../include/permissions.php:894 +msgid "Community Forum" +msgstr "" + +#: ../../include/permissions.php:895 +msgid "Feed Republish" +msgstr "" + +#: ../../include/permissions.php:896 +msgid "Special Purpose" +msgstr "" + +#: ../../include/permissions.php:896 +msgid "Celebrity/Soapbox" +msgstr "" + +#: ../../include/permissions.php:896 +msgid "Group Repository" +msgstr "" + +#: ../../include/permissions.php:897 +msgid "Custom/Expert Mode" +msgstr "" + +#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1549 +msgid "Logout" +msgstr "" + +#: ../../include/nav.php:87 ../../include/nav.php:120 +msgid "End this session" +msgstr "" + +#: ../../include/nav.php:90 ../../include/nav.php:151 +msgid "Home" +msgstr "" + +#: ../../include/nav.php:90 +msgid "Your posts and conversations" +msgstr "" + +#: ../../include/nav.php:91 +msgid "Your profile page" +msgstr "" + +#: ../../include/nav.php:93 +msgid "Edit Profiles" +msgstr "" + +#: ../../include/nav.php:93 +msgid "Manage/Edit profiles" +msgstr "" + +#: ../../include/nav.php:95 +msgid "Edit your profile" +msgstr "" + +#: ../../include/nav.php:97 +msgid "Your photos" +msgstr "" + +#: ../../include/nav.php:98 +msgid "Your files" +msgstr "" + +#: ../../include/nav.php:103 +msgid "Your chatrooms" +msgstr "" + +#: ../../include/nav.php:109 +msgid "Your bookmarks" +msgstr "" + +#: ../../include/nav.php:113 +msgid "Your webpages" +msgstr "" + +#: ../../include/nav.php:117 +msgid "Sign in" +msgstr "" + +#: ../../include/nav.php:134 #, php-format -msgid "Install %s element: " +msgid "%s - click to logout" msgstr "" -#: ../../include/bbcode.php:188 ../../mod/impel.php:37 -msgid "webpage" +#: ../../include/nav.php:137 +msgid "Remote authentication" msgstr "" -#: ../../include/bbcode.php:191 ../../mod/impel.php:47 -msgid "layout" +#: ../../include/nav.php:137 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/bbcode.php:194 ../../mod/impel.php:42 -msgid "block" +#: ../../include/nav.php:151 +msgid "Home Page" msgstr "" -#: ../../include/bbcode.php:197 ../../mod/impel.php:54 -msgid "menu" +#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1526 +msgid "Register" msgstr "" -#: ../../include/bbcode.php:211 -msgid "QR code" +#: ../../include/nav.php:155 +msgid "Create an account" msgstr "" -#: ../../include/bbcode.php:262 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/nav.php:160 +msgid "Help and documentation" msgstr "" -#: ../../include/bbcode.php:264 -msgid "post" +#: ../../include/nav.php:163 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/bbcode.php:514 -msgid "Different viewers will see this text differently" +#: ../../include/nav.php:165 +msgid "Search site content" msgstr "" -#: ../../include/bbcode.php:725 -msgid "$1 spoiler" +#: ../../include/nav.php:168 +msgid "Channel Directory" msgstr "" -#: ../../include/bbcode.php:752 -msgid "$1 wrote:" +#: ../../include/nav.php:180 +msgid "Your matrix" msgstr "" -#: ../../include/chat.php:23 -msgid "Missing room name" +#: ../../include/nav.php:181 +msgid "Mark all matrix notifications seen" msgstr "" -#: ../../include/chat.php:32 -msgid "Duplicate room name" +#: ../../include/nav.php:183 +msgid "Channel home" msgstr "" -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." +#: ../../include/nav.php:184 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/chat.php:120 -msgid "Room not found." +#: ../../include/nav.php:187 ../../mod/connections.php:407 +msgid "Connections" msgstr "" -#: ../../include/chat.php:141 -msgid "Room is full" +#: ../../include/nav.php:190 +msgid "Notices" +msgstr "" + +#: ../../include/nav.php:190 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:191 +msgid "See all notifications" +msgstr "" + +#: ../../include/nav.php:192 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "" + +#: ../../include/nav.php:194 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:195 +msgid "See all private messages" +msgstr "" + +#: ../../include/nav.php:196 +msgid "Mark all private messages seen" +msgstr "" + +#: ../../include/nav.php:197 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:198 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:202 +msgid "Event Calendar" +msgstr "" + +#: ../../include/nav.php:203 +msgid "See all events" +msgstr "" + +#: ../../include/nav.php:204 +msgid "Mark all events seen" +msgstr "" + +#: ../../include/nav.php:206 +msgid "Manage Your Channels" +msgstr "" + +#: ../../include/nav.php:208 +msgid "Account/Channel Settings" +msgstr "" + +#: ../../include/nav.php:216 ../../mod/admin.php:120 +msgid "Admin" +msgstr "" + +#: ../../include/nav.php:216 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:252 +msgid "@name, #tag, content" +msgstr "" + +#: ../../include/nav.php:253 +msgid "Please wait..." msgstr "" #: ../../include/diaspora.php:2439 @@ -3882,1624 +3433,614 @@ msgstr "" msgid "Abstain" msgstr "" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "" - -#: ../../mod/manage.php:136 +#: ../../include/photos.php:94 #, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../mod/manage.php:144 -msgid "Create a new channel" +#: ../../include/photos.php:101 +msgid "Image file is empty." msgstr "" -#: ../../mod/manage.php:167 -msgid "Current Channel" +#: ../../include/photos.php:128 ../../mod/profile_photo.php:217 +msgid "Unable to process image" msgstr "" -#: ../../mod/manage.php:169 -msgid "Switch to one of your channels by selecting it." +#: ../../include/photos.php:199 +msgid "Photo storage failed." msgstr "" -#: ../../mod/manage.php:170 -msgid "Default Channel" +#: ../../include/photos.php:363 +msgid "Upload New Photos" msgstr "" -#: ../../mod/manage.php:171 -msgid "Make Default" +#: ../../include/network.php:635 +msgid "view full size" msgstr "" -#: ../../mod/manage.php:174 +#: ../../include/comanche.php:34 ../../mod/admin.php:386 +msgid "Default" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:107 +#: ../../include/RedDAV/RedBrowser.php:268 +msgid "parent" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:134 +msgid "Principal" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:137 +msgid "Addressbook" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:140 +msgid "Calendar" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:143 +msgid "Schedule Inbox" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:146 +msgid "Schedule Outbox" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:227 #, php-format -msgid "%d new messages" +msgid "%1$s used" msgstr "" -#: ../../mod/manage.php:175 +#: ../../include/RedDAV/RedBrowser.php:232 #, php-format -msgid "%d new introductions" +msgid "%1$s used of %2$s (%3$s%)" msgstr "" -#: ../../mod/manage.php:177 -msgid "Delegated Channels" +#: ../../include/RedDAV/RedBrowser.php:253 +msgid "Total" msgstr "" -#: ../../mod/settings.php:76 -msgid "Name is required" +#: ../../include/RedDAV/RedBrowser.php:255 +msgid "Shared" msgstr "" -#: ../../mod/settings.php:80 -msgid "Key and Secret are required" +#: ../../include/RedDAV/RedBrowser.php:256 +#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/menu.php:109 +#: ../../mod/layouts.php:175 ../../mod/new_channel.php:121 +#: ../../mod/blocks.php:152 ../../mod/webpages.php:180 +msgid "Create" msgstr "" -#: ../../mod/settings.php:129 -msgid "Diaspora Policy Settings updated." +#: ../../include/RedDAV/RedBrowser.php:257 +#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:362 +#: ../../mod/photos.php:706 ../../mod/photos.php:1236 +msgid "Upload" msgstr "" -#: ../../mod/settings.php:237 -msgid "Passwords do not match. Password unchanged." +#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/admin.php:985 +#: ../../mod/sharedwithme.php:95 ../../mod/settings.php:589 +#: ../../mod/settings.php:615 +msgid "Name" msgstr "" -#: ../../mod/settings.php:241 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../include/RedDAV/RedBrowser.php:265 +msgid "Type" msgstr "" -#: ../../mod/settings.php:255 -msgid "Password changed." +#: ../../include/RedDAV/RedBrowser.php:266 ../../mod/sharedwithme.php:97 +msgid "Size" msgstr "" -#: ../../mod/settings.php:257 -msgid "Password update failed. Please try again." +#: ../../include/RedDAV/RedBrowser.php:267 ../../mod/sharedwithme.php:98 +msgid "Last Modified" msgstr "" -#: ../../mod/settings.php:271 -msgid "Not valid email." +#: ../../include/RedDAV/RedBrowser.php:305 +msgid "Create new folder" msgstr "" -#: ../../mod/settings.php:274 -msgid "Protected email address. Cannot change to that email." +#: ../../include/RedDAV/RedBrowser.php:307 +msgid "Upload file" msgstr "" -#: ../../mod/settings.php:283 -msgid "System failure storing new email. Please try again." +#: ../../include/oembed.php:183 +msgid "Embedded content" msgstr "" -#: ../../mod/settings.php:522 -msgid "Settings updated." +#: ../../include/oembed.php:192 +msgid "Embedding disabled" msgstr "" -#: ../../mod/settings.php:578 ../../mod/api.php:106 ../../mod/photos.php:556 -#: ../../mod/menu.php:91 ../../mod/menu.php:145 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/admin.php:424 -#: ../../mod/mitem.php:163 ../../mod/mitem.php:164 ../../mod/mitem.php:234 -#: ../../mod/mitem.php:235 ../../mod/removeme.php:60 -#: ../../view/theme/redbasic/php/config.php:102 -#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1554 -msgid "No" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../mod/settings.php:578 ../../mod/api.php:105 ../../mod/photos.php:556 -#: ../../mod/menu.php:91 ../../mod/menu.php:145 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/admin.php:426 -#: ../../mod/mitem.php:163 ../../mod/mitem.php:164 ../../mod/mitem.php:234 -#: ../../mod/mitem.php:235 ../../mod/removeme.php:60 -#: ../../view/theme/redbasic/php/config.php:102 -#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1554 -msgid "Yes" +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667 +#: ../../mod/photos.php:968 ../../mod/photos.php:1086 +msgid "Comment" msgstr "" -#: ../../mod/settings.php:586 ../../mod/settings.php:612 -#: ../../mod/settings.php:648 -msgid "Add application" +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384 +msgid "[+] show all" msgstr "" -#: ../../mod/settings.php:589 -msgid "Name of application" +#: ../../include/js_strings.php:8 +msgid "[-] show less" msgstr "" -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Consumer Key" +#: ../../include/js_strings.php:9 +msgid "[+] expand" msgstr "" -#: ../../mod/settings.php:590 ../../mod/settings.php:591 -msgid "Automatically generated - change if desired. Max length 20" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" msgstr "" -#: ../../mod/settings.php:591 ../../mod/settings.php:617 -msgid "Consumer Secret" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../mod/settings.php:592 ../../mod/settings.php:618 -msgid "Redirect" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../mod/settings.php:592 -msgid "" -"Redirect URI - leave blank unless your application specifically requires this" +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" msgstr "" -#: ../../mod/settings.php:593 ../../mod/settings.php:619 -msgid "Icon url" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../mod/settings.php:593 -msgid "Optional" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../mod/settings.php:604 -msgid "You can't edit this application." +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../mod/settings.php:647 -msgid "Connected Apps" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../mod/settings.php:651 -msgid "Client key starts with" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../mod/settings.php:652 -msgid "No name" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../mod/settings.php:653 -msgid "Remove authorization" +#: ../../include/js_strings.php:20 ../../mod/rate.php:156 +msgid "Rating" msgstr "" -#: ../../mod/settings.php:667 -msgid "No feature settings configured" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../mod/settings.php:683 -msgid "Feature/Addon Settings" +#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668 +#: ../../view/theme/redbasic/php/config.php:97 ../../mod/import.php:504 +#: ../../mod/mitem.php:237 ../../mod/locs.php:105 ../../mod/poke.php:166 +#: ../../mod/pdledit.php:58 ../../mod/invite.php:142 ../../mod/appman.php:99 +#: ../../mod/mood.php:134 ../../mod/chat.php:177 ../../mod/chat.php:211 +#: ../../mod/mail.php:355 ../../mod/group.php:81 ../../mod/admin.php:446 +#: ../../mod/admin.php:810 ../../mod/admin.php:977 ../../mod/admin.php:1109 +#: ../../mod/admin.php:1303 ../../mod/admin.php:1388 +#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 +#: ../../mod/events.php:656 ../../mod/xchan.php:11 ../../mod/connect.php:93 +#: ../../mod/connedit.php:679 ../../mod/thing.php:275 ../../mod/thing.php:318 +#: ../../mod/rate.php:167 ../../mod/settings.php:587 +#: ../../mod/settings.php:689 ../../mod/settings.php:715 +#: ../../mod/settings.php:743 ../../mod/settings.php:766 +#: ../../mod/settings.php:851 ../../mod/settings.php:1047 +#: ../../mod/setup.php:327 ../../mod/setup.php:367 ../../mod/photos.php:565 +#: ../../mod/photos.php:642 ../../mod/photos.php:929 ../../mod/photos.php:969 +#: ../../mod/photos.php:1087 ../../mod/profiles.php:667 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 +msgid "Submit" msgstr "" -#: ../../mod/settings.php:685 -msgid "Settings for the built-in Diaspora emulator" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../mod/settings.php:686 -msgid "Allow any Diaspora member to comment on your public posts" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../mod/settings.php:687 -msgid "Diaspora Policy Settings" +#: ../../include/js_strings.php:26 +msgid "timeago.prefixAgo" msgstr "" -#: ../../mod/settings.php:688 -msgid "Prevent your hashtags from being redirected to other sites" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../mod/settings.php:712 -msgid "Account Settings" +#: ../../include/js_strings.php:28 +msgid "ago" msgstr "" -#: ../../mod/settings.php:713 -msgid "Enter New Password:" +#: ../../include/js_strings.php:29 +msgid "from now" msgstr "" -#: ../../mod/settings.php:714 -msgid "Confirm New Password:" +#: ../../include/js_strings.php:30 +msgid "less than a minute" msgstr "" -#: ../../mod/settings.php:714 -msgid "Leave password fields blank unless changing" +#: ../../include/js_strings.php:31 +msgid "about a minute" msgstr "" -#: ../../mod/settings.php:716 ../../mod/settings.php:1051 -msgid "Email Address:" -msgstr "" - -#: ../../mod/settings.php:717 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "" - -#: ../../mod/settings.php:718 -msgid "Remove this account including all its channels" -msgstr "" - -#: ../../mod/settings.php:734 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:734 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:741 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:765 -msgid "Connector Settings" -msgstr "" - -#: ../../mod/settings.php:804 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/settings.php:807 +#: ../../include/js_strings.php:32 #, php-format -msgid "%s - (Experimental)" +msgid "%d minutes" msgstr "" -#: ../../mod/settings.php:810 ../../mod/admin.php:396 -msgid "mobile" +#: ../../include/js_strings.php:33 +msgid "about an hour" msgstr "" -#: ../../mod/settings.php:846 -msgid "Display Settings" -msgstr "" - -#: ../../mod/settings.php:852 -msgid "Display Theme:" -msgstr "" - -#: ../../mod/settings.php:853 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:854 -msgid "Enable user zoom on mobile devices" -msgstr "" - -#: ../../mod/settings.php:855 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../mod/settings.php:855 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../mod/settings.php:856 -msgid "Maximum number of conversations to load at any time:" -msgstr "" - -#: ../../mod/settings.php:856 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:857 -msgid "Show emoticons (smilies) as images" -msgstr "" - -#: ../../mod/settings.php:858 -msgid "Link post titles to source" -msgstr "" - -#: ../../mod/settings.php:859 -msgid "System Page Layout Editor - (advanced)" -msgstr "" - -#: ../../mod/settings.php:862 -msgid "Use blog/list mode on channel page" -msgstr "" - -#: ../../mod/settings.php:862 ../../mod/settings.php:863 -msgid "(comments displayed separately)" -msgstr "" - -#: ../../mod/settings.php:863 -msgid "Use blog/list mode on matrix page" -msgstr "" - -#: ../../mod/settings.php:864 -msgid "Channel page max height of content (in pixels)" -msgstr "" - -#: ../../mod/settings.php:864 ../../mod/settings.php:865 -msgid "click to expand content exceeding this height" -msgstr "" - -#: ../../mod/settings.php:865 -msgid "Matrix page max height of content (in pixels)" -msgstr "" - -#: ../../mod/settings.php:899 -msgid "Nobody except yourself" -msgstr "" - -#: ../../mod/settings.php:900 -msgid "Only those you specifically allow" -msgstr "" - -#: ../../mod/settings.php:901 -msgid "Approved connections" -msgstr "" - -#: ../../mod/settings.php:902 -msgid "Any connections" -msgstr "" - -#: ../../mod/settings.php:903 -msgid "Anybody on this website" -msgstr "" - -#: ../../mod/settings.php:904 -msgid "Anybody in this network" -msgstr "" - -#: ../../mod/settings.php:905 -msgid "Anybody authenticated" -msgstr "" - -#: ../../mod/settings.php:906 -msgid "Anybody on the internet" -msgstr "" - -#: ../../mod/settings.php:980 -msgid "Publish your default profile in the network directory" -msgstr "" - -#: ../../mod/settings.php:985 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: ../../mod/settings.php:989 ../../mod/profile_photo.php:366 -msgid "or" -msgstr "" - -#: ../../mod/settings.php:994 -msgid "Your channel address is" -msgstr "" - -#: ../../mod/settings.php:1042 -msgid "Channel Settings" -msgstr "" - -#: ../../mod/settings.php:1049 -msgid "Basic Settings" -msgstr "" - -#: ../../mod/settings.php:1052 -msgid "Your Timezone:" -msgstr "" - -#: ../../mod/settings.php:1053 -msgid "Default Post Location:" -msgstr "" - -#: ../../mod/settings.php:1053 -msgid "Geographical location to display on your posts" -msgstr "" - -#: ../../mod/settings.php:1054 -msgid "Use Browser Location:" -msgstr "" - -#: ../../mod/settings.php:1056 -msgid "Adult Content" -msgstr "" - -#: ../../mod/settings.php:1056 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "" - -#: ../../mod/settings.php:1058 -msgid "Security and Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:1060 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "" - -#: ../../mod/settings.php:1062 -msgid "Hide my online presence" -msgstr "" - -#: ../../mod/settings.php:1062 -msgid "Prevents displaying in your profile that you are online" -msgstr "" - -#: ../../mod/settings.php:1064 -msgid "Simple Privacy Settings:" -msgstr "" - -#: ../../mod/settings.php:1065 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "" - -#: ../../mod/settings.php:1066 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "" - -#: ../../mod/settings.php:1067 -msgid "Private - default private, never open or public" -msgstr "" - -#: ../../mod/settings.php:1068 -msgid "Blocked - default blocked to/from everybody" -msgstr "" - -#: ../../mod/settings.php:1070 -msgid "Allow others to tag your posts" -msgstr "" - -#: ../../mod/settings.php:1070 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "" - -#: ../../mod/settings.php:1072 -msgid "Advanced Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:1074 -msgid "Expire other channel content after this many days" -msgstr "" - -#: ../../mod/settings.php:1074 -msgid "0 or blank prevents expiration" -msgstr "" - -#: ../../mod/settings.php:1075 -msgid "Maximum Friend Requests/Day:" -msgstr "" - -#: ../../mod/settings.php:1075 -msgid "May reduce spam activity" -msgstr "" - -#: ../../mod/settings.php:1076 -msgid "Default Post Permissions" -msgstr "" - -#: ../../mod/settings.php:1077 ../../mod/mitem.php:159 ../../mod/mitem.php:229 -msgid "(click to open/close)" -msgstr "" - -#: ../../mod/settings.php:1081 -msgid "Channel permissions category:" -msgstr "" - -#: ../../mod/settings.php:1087 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:1087 -msgid "Useful to reduce spamming" -msgstr "" - -#: ../../mod/settings.php:1090 -msgid "Notification Settings" -msgstr "" - -#: ../../mod/settings.php:1091 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:1092 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:1093 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:1094 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:1095 -msgid "Send a notification email when:" -msgstr "" - -#: ../../mod/settings.php:1096 -msgid "You receive a connection request" -msgstr "" - -#: ../../mod/settings.php:1097 -msgid "Your connections are confirmed" -msgstr "" - -#: ../../mod/settings.php:1098 -msgid "Someone writes on your profile wall" -msgstr "" - -#: ../../mod/settings.php:1099 -msgid "Someone writes a followup comment" -msgstr "" - -#: ../../mod/settings.php:1100 -msgid "You receive a private message" -msgstr "" - -#: ../../mod/settings.php:1101 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:1102 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:1103 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1106 -msgid "Show visual notifications including:" -msgstr "" - -#: ../../mod/settings.php:1108 -msgid "Unseen matrix activity" -msgstr "" - -#: ../../mod/settings.php:1109 -msgid "Unseen channel activity" -msgstr "" - -#: ../../mod/settings.php:1110 -msgid "Unseen private messages" -msgstr "" - -#: ../../mod/settings.php:1110 ../../mod/settings.php:1115 -#: ../../mod/settings.php:1116 ../../mod/settings.php:1117 -msgid "Recommended" -msgstr "" - -#: ../../mod/settings.php:1111 -msgid "Upcoming events" -msgstr "" - -#: ../../mod/settings.php:1112 -msgid "Events today" -msgstr "" - -#: ../../mod/settings.php:1113 -msgid "Upcoming birthdays" -msgstr "" - -#: ../../mod/settings.php:1113 -msgid "Not available in all themes" -msgstr "" - -#: ../../mod/settings.php:1114 -msgid "System (personal) notifications" -msgstr "" - -#: ../../mod/settings.php:1115 -msgid "System info messages" -msgstr "" - -#: ../../mod/settings.php:1116 -msgid "System critical alerts" -msgstr "" - -#: ../../mod/settings.php:1117 -msgid "New connections" -msgstr "" - -#: ../../mod/settings.php:1118 -msgid "System Registrations" -msgstr "" - -#: ../../mod/settings.php:1119 -msgid "" -"Also show new wall posts, private messages and connections under Notices" -msgstr "" - -#: ../../mod/settings.php:1121 -msgid "Notify me of events this many days in advance" -msgstr "" - -#: ../../mod/settings.php:1121 -msgid "Must be greater than 0" -msgstr "" - -#: ../../mod/settings.php:1123 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1124 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/settings.php:1127 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "" - -#: ../../mod/settings.php:1128 -msgid "Miscellaneous Settings" -msgstr "" - -#: ../../mod/settings.php:1130 -msgid "Personal menu to display in your channel pages" -msgstr "" - -#: ../../mod/settings.php:1131 ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "" - -#: ../../mod/settings.php:1132 -msgid "Remove this channel." -msgstr "" - -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" -msgstr "" - -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "" - -#: ../../mod/xchan.php:37 ../../mod/menu.php:154 ../../mod/mitem.php:120 -msgid "Not found." -msgstr "" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "" - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" -msgstr "" - -#: ../../mod/webpages.php:190 -msgid "Page Title" -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/tagrm.php:133 ../../mod/photos.php:875 -msgid "Remove" -msgstr "" - -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "" - -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "" - -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "" - -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -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:" -msgstr "" - -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -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." -msgstr "" - -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "" - -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "" - -#: ../../mod/thing.php:94 -msgid "Thing updated" -msgstr "" - -#: ../../mod/thing.php:153 -msgid "Object store: failed" -msgstr "" - -#: ../../mod/thing.php:157 -msgid "Thing added" -msgstr "" - -#: ../../mod/thing.php:175 +#: ../../include/js_strings.php:34 #, php-format -msgid "OBJ: %1$s %2$s %3$s" +msgid "about %d hours" msgstr "" -#: ../../mod/thing.php:226 -msgid "Show Thing" +#: ../../include/js_strings.php:35 +msgid "a day" msgstr "" -#: ../../mod/thing.php:233 -msgid "item not found." -msgstr "" - -#: ../../mod/thing.php:261 -msgid "Edit Thing" -msgstr "" - -#: ../../mod/thing.php:263 ../../mod/thing.php:310 -msgid "Select a profile" -msgstr "" - -#: ../../mod/thing.php:267 ../../mod/thing.php:313 -msgid "Post an activity" -msgstr "" - -#: ../../mod/thing.php:267 ../../mod/thing.php:313 -msgid "Only sends to viewers of the applicable profile" -msgstr "" - -#: ../../mod/thing.php:269 ../../mod/thing.php:315 -msgid "Name of thing e.g. something" -msgstr "" - -#: ../../mod/thing.php:271 ../../mod/thing.php:316 -msgid "URL of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:273 ../../mod/thing.php:317 -msgid "URL for photo of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:308 -msgid "Add Thing to your Profile" -msgstr "" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "" - -#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#: ../../include/js_strings.php:36 #, php-format -msgid "Fetching URL returns error: %1$s" +msgid "%d days" msgstr "" -#: ../../mod/home.php:53 ../../mod/siteinfo.php:155 -msgid "$Projectname" +#: ../../include/js_strings.php:37 +msgid "about a month" msgstr "" -#: ../../mod/home.php:124 +#: ../../include/js_strings.php:38 #, php-format -msgid "Welcome to %s" +msgid "%d months" msgstr "" -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." +#: ../../include/js_strings.php:39 +msgid "about a year" msgstr "" -#: ../../mod/profile_photo.php:162 -msgid "Image resize failed." -msgstr "" - -#: ../../mod/profile_photo.php:206 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../mod/profile_photo.php:233 +#: ../../include/js_strings.php:40 #, php-format -msgid "Image exceeds size limit of %d" +msgid "%d years" msgstr "" -#: ../../mod/profile_photo.php:242 -msgid "Unable to process image." +#: ../../include/js_strings.php:41 +msgid " " msgstr "" -#: ../../mod/profile_photo.php:291 ../../mod/profile_photo.php:340 -msgid "Photo not available." +#: ../../include/js_strings.php:42 +msgid "timeago.numbers" msgstr "" -#: ../../mod/profile_photo.php:359 -msgid "Upload File:" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" msgstr "" -#: ../../mod/profile_photo.php:360 -msgid "Select a profile:" +#: ../../include/ItemObject.php:151 +msgid "I will attend" msgstr "" -#: ../../mod/profile_photo.php:361 -msgid "Upload Profile Photo" +#: ../../include/ItemObject.php:151 +msgid "I will not attend" msgstr "" -#: ../../mod/profile_photo.php:366 -msgid "skip this step" +#: ../../include/ItemObject.php:151 +msgid "I might attend" msgstr "" -#: ../../mod/profile_photo.php:366 -msgid "select a photo from your photo albums" +#: ../../include/ItemObject.php:161 +msgid "I agree" msgstr "" -#: ../../mod/profile_photo.php:382 -msgid "Crop Image" +#: ../../include/ItemObject.php:161 +msgid "I disagree" msgstr "" -#: ../../mod/profile_photo.php:383 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../include/ItemObject.php:161 +msgid "I abstain" msgstr "" -#: ../../mod/profile_photo.php:385 -msgid "Done Editing" +#: ../../include/ItemObject.php:212 +msgid "Add Star" msgstr "" -#: ../../mod/profile_photo.php:428 -msgid "Image uploaded successfully." +#: ../../include/ItemObject.php:213 +msgid "Remove Star" msgstr "" -#: ../../mod/profile_photo.php:430 -msgid "Image upload failed." +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" msgstr "" -#: ../../mod/profile_photo.php:439 +#: ../../include/ItemObject.php:218 +msgid "starred" +msgstr "" + +#: ../../include/ItemObject.php:236 +msgid "Add Tag" +msgstr "" + +#: ../../include/ItemObject.php:254 ../../mod/photos.php:947 +msgid "I like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:255 ../../mod/photos.php:948 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../include/ItemObject.php:259 +msgid "Share This" +msgstr "" + +#: ../../include/ItemObject.php:259 +msgid "share" +msgstr "" + +#: ../../include/ItemObject.php:276 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "" - -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:49 -msgid "Channel not found." -msgstr "" - -#: ../../mod/block.php:75 ../../mod/help.php:79 ../../mod/display.php:106 -#: ../../mod/page.php:85 ../../index.php:230 -msgid "Page not found." -msgstr "" - -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "" - -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "" - -#: ../../mod/like.php:21 -msgid "" -"Please login with your $Projectname ID or register as a new $Projectname member to continue." -msgstr "" - -#: ../../mod/like.php:101 ../../mod/like.php:128 ../../mod/like.php:166 -msgid "Invalid request." -msgstr "" - -#: ../../mod/like.php:143 -msgid "thing" -msgstr "" - -#: ../../mod/like.php:189 -msgid "Channel unavailable." -msgstr "" - -#: ../../mod/like.php:228 -msgid "Previous action reversed." -msgstr "" - -#: ../../mod/like.php:398 +#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295 #, php-format -msgid "%1$s agrees with %2$s's %3$s" +msgid "View %s's profile - %s" msgstr "" -#: ../../mod/like.php:400 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" +#: ../../include/ItemObject.php:298 +msgid "to" msgstr "" -#: ../../mod/like.php:402 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" +#: ../../include/ItemObject.php:299 +msgid "via" msgstr "" -#: ../../mod/like.php:404 -#, php-format -msgid "%1$s is attending %2$s's %3$s" +#: ../../include/ItemObject.php:300 +msgid "Wall-to-Wall" msgstr "" -#: ../../mod/like.php:406 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" +#: ../../include/ItemObject.php:301 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../mod/like.php:408 -#, php-format -msgid "%1$s may attend %2$s's %3$s" +#: ../../include/ItemObject.php:337 +msgid "Save Bookmarks" msgstr "" -#: ../../mod/like.php:492 -msgid "Action completed." +#: ../../include/ItemObject.php:338 +msgid "Add to Calendar" msgstr "" -#: ../../mod/like.php:493 -msgid "Thank you." +#: ../../include/ItemObject.php:347 +msgid "Mark all seen" msgstr "" -#: ../../mod/events.php:87 -msgid "Event can not end before it has started." +#: ../../include/ItemObject.php:353 ../../mod/photos.php:1133 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../mod/events.php:89 ../../mod/events.php:98 ../../mod/events.php:116 -msgid "Unable to generate preview." +#: ../../include/ItemObject.php:354 ../../mod/photos.php:1134 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../mod/events.php:96 -msgid "Event title and start time are required." +#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249 +#: ../../mod/photos.php:1139 +msgid "Close" msgstr "" -#: ../../mod/events.php:114 -msgid "Event not found." +#: ../../include/ItemObject.php:665 ../../mod/photos.php:966 +#: ../../mod/photos.php:1084 +msgid "This is you" msgstr "" -#: ../../mod/events.php:396 -msgid "l, F j" +#: ../../include/ItemObject.php:674 +msgid "Image" msgstr "" -#: ../../mod/events.php:418 -msgid "Edit event" +#: ../../include/ItemObject.php:675 +msgid "Insert Link" msgstr "" -#: ../../mod/events.php:419 -msgid "Delete event" +#: ../../include/ItemObject.php:676 +msgid "Video" msgstr "" -#: ../../mod/events.php:473 -msgid "Create New Event" +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" msgstr "" -#: ../../mod/events.php:474 ../../mod/photos.php:827 -msgid "Previous" +#: ../../include/acl_selectors.php:241 +msgid "Show" msgstr "" -#: ../../mod/events.php:475 ../../mod/photos.php:836 ../../mod/setup.php:281 -msgid "Next" +#: ../../include/acl_selectors.php:242 +msgid "Don't show" msgstr "" -#: ../../mod/events.php:476 -msgid "Export" +#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 +#: ../../mod/filestorage.php:147 ../../mod/events.php:654 +#: ../../mod/photos.php:559 ../../mod/photos.php:922 +msgid "Permissions" msgstr "" -#: ../../mod/events.php:504 -msgid "Event removed" -msgstr "" - -#: ../../mod/events.php:507 -msgid "Failed to remove event" -msgstr "" - -#: ../../mod/events.php:627 -msgid "Event details" -msgstr "" - -#: ../../mod/events.php:628 -msgid "Starting date and Title are required." -msgstr "" - -#: ../../mod/events.php:630 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../mod/events.php:632 -msgid "Event Starts:" -msgstr "" - -#: ../../mod/events.php:639 -msgid "Finish date/time is not known or not relevant" -msgstr "" - -#: ../../mod/events.php:641 -msgid "Event Finishes:" -msgstr "" - -#: ../../mod/events.php:643 ../../mod/events.php:644 -msgid "Adjust for viewer timezone" -msgstr "" - -#: ../../mod/events.php:643 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "" - -#: ../../mod/events.php:645 -msgid "Description:" -msgstr "" - -#: ../../mod/events.php:649 -msgid "Title:" -msgstr "" - -#: ../../mod/events.php:651 -msgid "Share this event" -msgstr "" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "" - -#: ../../mod/pubsites.php:19 -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 may " -"provide additional details." -msgstr "" - -#: ../../mod/pubsites.php:25 -msgid "Rate this hub" -msgstr "" - -#: ../../mod/pubsites.php:26 -msgid "Site URL" -msgstr "" - -#: ../../mod/pubsites.php:26 -msgid "Access Type" -msgstr "" - -#: ../../mod/pubsites.php:26 -msgid "Registration Policy" -msgstr "" - -#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454 -msgid "Location" -msgstr "" - -#: ../../mod/pubsites.php:26 -msgid "View hub ratings" -msgstr "" - -#: ../../mod/pubsites.php:30 -msgid "Rate" -msgstr "" - -#: ../../mod/pubsites.php:31 -msgid "View ratings" -msgstr "" - -#: ../../mod/rpost.php:131 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "" - -#: ../../mod/dav.php:121 -msgid "$Projectname channel" -msgstr "" - -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "" - -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "" - -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "" - -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "" - -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "" - -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "" - -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "" - -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "" - -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "" - -#: ../../mod/group.php:196 ../../mod/bulksetclose.php:89 -msgid "Members" -msgstr "" - -#: ../../mod/group.php:198 ../../mod/bulksetclose.php:91 -msgid "All Connected Channels" -msgstr "" - -#: ../../mod/group.php:233 ../../mod/bulksetclose.php:126 -msgid "Click on a channel to add or remove." -msgstr "" - -#: ../../mod/siteinfo.php:112 -#, php-format -msgid "Version %s" -msgstr "" - -#: ../../mod/siteinfo.php:133 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/siteinfo.php:146 -msgid "No installed plugins/addons/apps" -msgstr "" - -#: ../../mod/siteinfo.php:156 -msgid "" -"This is a hub of $Projectname - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "" - -#: ../../mod/siteinfo.php:158 -msgid "Tag: " -msgstr "" - -#: ../../mod/siteinfo.php:160 -msgid "Last background fetch: " -msgstr "" - -#: ../../mod/siteinfo.php:163 -msgid "Running at web location" -msgstr "" - -#: ../../mod/siteinfo.php:164 -msgid "" -"Please visit redmatrix.me to learn more " -"about $Projectname." -msgstr "" - -#: ../../mod/siteinfo.php:165 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: ../../mod/siteinfo.php:168 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" -msgstr "" - -#: ../../mod/siteinfo.php:170 -msgid "Site Administrators" -msgstr "" - -#: ../../mod/help.php:49 ../../mod/help.php:55 ../../mod/help.php:61 -msgid "Help:" -msgstr "" - -#: ../../mod/help.php:76 ../../index.php:227 +#: ../../index.php:227 ../../mod/help.php:76 msgid "Not Found" msgstr "" -#: ../../mod/network.php:91 -msgid "No such group" +#: ../../index.php:230 ../../mod/page.php:85 ../../mod/block.php:75 +#: ../../mod/display.php:106 ../../mod/help.php:79 +msgid "Page not found." msgstr "" -#: ../../mod/network.php:129 -msgid "No such channel" +#: ../../view/theme/redbasic/php/config.php:82 +msgid "Light (Red Matrix default)" msgstr "" -#: ../../mod/network.php:143 -msgid "Search Results For:" +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Theme settings" msgstr "" -#: ../../mod/network.php:198 -msgid "Collection is empty" +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Select scheme" msgstr "" -#: ../../mod/network.php:207 -msgid "Collection: " +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Narrow navbar" msgstr "" -#: ../../mod/network.php:226 -msgid "Connection: " +#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:127 ../../mod/mitem.php:163 +#: ../../mod/mitem.php:164 ../../mod/mitem.php:234 ../../mod/mitem.php:235 +#: ../../mod/menu.php:91 ../../mod/menu.php:145 ../../mod/admin.php:424 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/api.php:106 ../../mod/removeme.php:60 ../../mod/settings.php:578 +#: ../../mod/photos.php:556 ../../boot.php:1554 +msgid "No" msgstr "" -#: ../../mod/network.php:233 -msgid "Invalid connection." +#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:127 ../../mod/mitem.php:163 +#: ../../mod/mitem.php:164 ../../mod/mitem.php:234 ../../mod/mitem.php:235 +#: ../../mod/menu.php:91 ../../mod/menu.php:145 ../../mod/admin.php:426 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/api.php:105 ../../mod/removeme.php:60 ../../mod/settings.php:578 +#: ../../mod/photos.php:556 ../../boot.php:1554 +msgid "Yes" msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Navigation bar background color" msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Navigation bar gradient top color" msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar gradient bottom color" msgstr "" -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation active button gradient top color" msgstr "" -#: ../../mod/connections.php:37 ../../mod/connedit.php:75 -msgid "Could not access contact record." +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation active button gradient bottom color" msgstr "" -#: ../../mod/connections.php:51 ../../mod/connedit.php:99 -msgid "Could not locate selected profile." +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation bar border color " msgstr "" -#: ../../mod/connections.php:94 ../../mod/connedit.php:214 -msgid "Connection updated." +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Navigation bar icon color " msgstr "" -#: ../../mod/connections.php:96 ../../mod/connedit.php:216 -msgid "Failed to update connection record." +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Navigation bar active icon color " msgstr "" -#: ../../mod/connections.php:192 ../../mod/connections.php:293 -msgid "Blocked" +#: ../../view/theme/redbasic/php/config.php:111 +msgid "link color" msgstr "" -#: ../../mod/connections.php:197 ../../mod/connections.php:300 -msgid "Ignored" +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Set font-color for banner" msgstr "" -#: ../../mod/connections.php:202 ../../mod/connections.php:314 -msgid "Hidden" +#: ../../view/theme/redbasic/php/config.php:113 +msgid "Set the background color" msgstr "" -#: ../../mod/connections.php:207 ../../mod/connections.php:307 -msgid "Archived" +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set the background image" msgstr "" -#: ../../mod/connections.php:271 -msgid "Suggest new connections" +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set the background color of items" msgstr "" -#: ../../mod/connections.php:274 -msgid "New Connections" +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set the background color of comments" msgstr "" -#: ../../mod/connections.php:277 -msgid "Show pending (new) connections" +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set the border color of comments" msgstr "" -#: ../../mod/connections.php:280 ../../mod/profperm.php:139 -msgid "All Connections" +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the indent for comments" msgstr "" -#: ../../mod/connections.php:283 -msgid "Show all connections" +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the basic color for item icons" msgstr "" -#: ../../mod/connections.php:286 -msgid "Unblocked" +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the hover color for item icons" msgstr "" -#: ../../mod/connections.php:289 -msgid "Only show unblocked connections" +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set font-size for the entire application" msgstr "" -#: ../../mod/connections.php:296 -msgid "Only show blocked connections" +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Example: 14px" msgstr "" -#: ../../mod/connections.php:303 -msgid "Only show ignored connections" +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set font-size for posts and comments" msgstr "" -#: ../../mod/connections.php:310 -msgid "Only show archived connections" +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set font-color for posts and comments" msgstr "" -#: ../../mod/connections.php:317 -msgid "Only show hidden connections" +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set radius of corners" msgstr "" -#: ../../mod/connections.php:372 -#, php-format -msgid "%1$s [%2$s]" +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set shadow depth of photos" msgstr "" -#: ../../mod/connections.php:373 -msgid "Edit connection" +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set maximum width of content region in pixel" msgstr "" -#: ../../mod/connections.php:411 -msgid "Search your connections" +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Leave empty for default width" msgstr "" -#: ../../mod/connections.php:412 -msgid "Finding: " +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Center page content" msgstr "" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 -msgid "Block Name" +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Set minimum opacity of nav bar - to hide it" msgstr "" -#: ../../mod/blocks.php:149 -msgid "Block Title" +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Set size of conversation author photo" msgstr "" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "" - -#: ../../mod/cloud.php:120 -msgid "$Projectname - Guests: Username: {your email address}, Password: +++" -msgstr "" - -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "" - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "" - -#: ../../mod/photos.php:119 ../../mod/photos.php:643 -msgid "Delete Album" -msgstr "" - -#: ../../mod/photos.php:159 ../../mod/photos.php:930 -msgid "Delete Photo" -msgstr "" - -#: ../../mod/photos.php:429 ../../mod/search.php:13 ../../mod/display.php:13 -#: ../../mod/ratings.php:82 ../../mod/directory.php:47 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "" - -#: ../../mod/photos.php:440 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:484 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:523 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "" - -#: ../../mod/photos.php:526 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "" - -#: ../../mod/photos.php:550 -msgid "Upload Photos" -msgstr "" - -#: ../../mod/photos.php:554 ../../mod/photos.php:636 ../../mod/photos.php:915 -msgid "Enter a new album name" -msgstr "" - -#: ../../mod/photos.php:555 ../../mod/photos.php:637 ../../mod/photos.php:916 -msgid "or select an existing one (doubleclick)" -msgstr "" - -#: ../../mod/photos.php:556 -msgid "Create a status post for this upload" -msgstr "" - -#: ../../mod/photos.php:584 -msgid "Album name could not be decoded" -msgstr "" - -#: ../../mod/photos.php:625 ../../mod/photos.php:1157 -#: ../../mod/photos.php:1173 -msgid "Contact Photos" -msgstr "" - -#: ../../mod/photos.php:649 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:651 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:675 ../../mod/photos.php:1205 -msgid "View Photo" -msgstr "" - -#: ../../mod/photos.php:704 -msgid "Edit Album" -msgstr "" - -#: ../../mod/photos.php:749 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:751 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:809 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:816 -msgid "Private Photo" -msgstr "" - -#: ../../mod/photos.php:831 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:909 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:911 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:912 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:919 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:921 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:925 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "" - -#: ../../mod/photos.php:928 -msgid "Flag as adult in album view" -msgstr "" - -#: ../../mod/photos.php:1120 -msgid "In This Photo:" -msgstr "" - -#: ../../mod/photos.php:1125 -msgid "Map" -msgstr "" - -#: ../../mod/photos.php:1211 -msgid "View Album" -msgstr "" - -#: ../../mod/photos.php:1234 -msgid "Recent Photos" -msgstr "" - -#: ../../mod/search.php:206 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: ../../mod/search.php:208 -#, php-format -msgid "Search results for: %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/chatsvc.php:111 -msgid "Away" -msgstr "" - -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "" - -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "" - -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "" - -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "" - -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "" - -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -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/acl.php:231 -msgid "network" -msgstr "" - -#: ../../mod/acl.php:241 -msgid "RSS" -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/filer.php:49 -msgid "- select -" +#: ../../view/theme/redbasic/php/config.php:130 +msgid "Set size of followup author photos" msgstr "" #: ../../mod/import.php:25 @@ -5592,99 +4133,353 @@ msgstr "" msgid "Import existing posts if possible" msgstr "" -#: ../../mod/editlayout.php:76 ../../mod/editwebpage.php:77 -#: ../../mod/editpost.php:20 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 -msgid "Item not found" +#: ../../mod/search.php:13 ../../mod/ratings.php:82 ../../mod/display.php:13 +#: ../../mod/viewconnections.php:17 ../../mod/directory.php:47 +#: ../../mod/photos.php:429 +msgid "Public access denied." msgstr "" -#: ../../mod/editlayout.php:106 -msgid "Edit Layout" +#: ../../mod/search.php:206 +#, php-format +msgid "Items tagged with: %s" msgstr "" -#: ../../mod/editlayout.php:117 -msgid "Delete layout?" +#: ../../mod/search.php:208 +#, php-format +msgid "Search results for: %s" msgstr "" -#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:187 -#: ../../mod/editpost.php:122 ../../mod/editblock.php:150 -msgid "Insert YouTube video" +#: ../../mod/acl.php:231 +msgid "network" msgstr "" -#: ../../mod/editlayout.php:149 ../../mod/editwebpage.php:188 -#: ../../mod/editpost.php:123 ../../mod/editblock.php:151 -msgid "Insert Vorbis [.ogg] video" +#: ../../mod/acl.php:241 +msgid "RSS" msgstr "" -#: ../../mod/editlayout.php:150 ../../mod/editwebpage.php:189 -#: ../../mod/editpost.php:124 ../../mod/editblock.php:152 -msgid "Insert Vorbis [.ogg] audio" +#: ../../mod/update_network.php:23 ../../mod/update_display.php:25 +#: ../../mod/update_channel.php:43 ../../mod/update_home.php:21 +#: ../../mod/update_search.php:46 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/editlayout.php:164 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" +#: ../../mod/chatsvc.php:111 +msgid "Away" msgstr "" -#: ../../mod/editlayout.php:166 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:179 +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "" + +#: ../../mod/mitem.php:24 ../../mod/menu.php:134 +msgid "Menu not found." +msgstr "" + +#: ../../mod/mitem.php:51 +msgid "Unable to create element." +msgstr "" + +#: ../../mod/mitem.php:74 +msgid "Unable to update menu element." +msgstr "" + +#: ../../mod/mitem.php:89 +msgid "Unable to add menu element." +msgstr "" + +#: ../../mod/mitem.php:120 ../../mod/menu.php:154 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "" + +#: ../../mod/mitem.php:158 ../../mod/mitem.php:228 +msgid "Menu Item Permissions" +msgstr "" + +#: ../../mod/mitem.php:159 ../../mod/mitem.php:229 ../../mod/settings.php:1080 +msgid "(click to open/close)" +msgstr "" + +#: ../../mod/mitem.php:161 ../../mod/mitem.php:176 +msgid "Link Name" +msgstr "" + +#: ../../mod/mitem.php:162 ../../mod/mitem.php:233 +msgid "Link or Submenu Target" +msgstr "" + +#: ../../mod/mitem.php:162 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "" + +#: ../../mod/mitem.php:163 ../../mod/mitem.php:234 +msgid "Use magic-auth if available" +msgstr "" + +#: ../../mod/mitem.php:164 ../../mod/mitem.php:235 +msgid "Open link in new window" +msgstr "" + +#: ../../mod/mitem.php:165 ../../mod/mitem.php:236 +msgid "Order in list" +msgstr "" + +#: ../../mod/mitem.php:165 ../../mod/mitem.php:236 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" + +#: ../../mod/mitem.php:166 +msgid "Submit and finish" +msgstr "" + +#: ../../mod/mitem.php:167 +msgid "Submit and continue" +msgstr "" + +#: ../../mod/mitem.php:174 +msgid "Menu:" +msgstr "" + +#: ../../mod/mitem.php:177 +msgid "Link Target" +msgstr "" + +#: ../../mod/mitem.php:180 +msgid "Edit menu" +msgstr "" + +#: ../../mod/mitem.php:183 +msgid "Edit element" +msgstr "" + +#: ../../mod/mitem.php:184 +msgid "Drop element" +msgstr "" + +#: ../../mod/mitem.php:185 +msgid "New element" +msgstr "" + +#: ../../mod/mitem.php:186 +msgid "Edit this menu container" +msgstr "" + +#: ../../mod/mitem.php:187 +msgid "Add menu element" +msgstr "" + +#: ../../mod/mitem.php:188 +msgid "Delete this menu item" +msgstr "" + +#: ../../mod/mitem.php:189 +msgid "Edit this menu item" +msgstr "" + +#: ../../mod/mitem.php:206 +msgid "Menu item not found." +msgstr "" + +#: ../../mod/mitem.php:217 +msgid "Menu item deleted." +msgstr "" + +#: ../../mod/mitem.php:219 +msgid "Menu item could not be deleted." +msgstr "" + +#: ../../mod/mitem.php:226 +msgid "Edit Menu Element" +msgstr "" + +#: ../../mod/mitem.php:232 +msgid "Link text" +msgstr "" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "" + +#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:286 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "" + +#: ../../mod/rpost.php:131 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "" + +#: ../../mod/page.php:33 ../../mod/block.php:27 +msgid "Invalid item." +msgstr "" + +#: ../../mod/page.php:49 ../../mod/wall_upload.php:29 ../../mod/block.php:39 +msgid "Channel not found." +msgstr "" + +#: ../../mod/page.php:122 +msgid "Ipsum Lorem" +msgstr "" + +#: ../../mod/menu.php:44 +msgid "Unable to update menu." +msgstr "" + +#: ../../mod/menu.php:53 +msgid "Unable to create menu." +msgstr "" + +#: ../../mod/menu.php:89 ../../mod/menu.php:101 +msgid "Menu Name" +msgstr "" + +#: ../../mod/menu.php:89 +msgid "Unique name (not visible on webpage) - required" +msgstr "" + +#: ../../mod/menu.php:90 ../../mod/menu.php:102 +msgid "Menu Title" +msgstr "" + +#: ../../mod/menu.php:90 +msgid "Visible on webpage - leave empty for no title" +msgstr "" + +#: ../../mod/menu.php:91 +msgid "Allow Bookmarks" +msgstr "" + +#: ../../mod/menu.php:91 ../../mod/menu.php:145 +msgid "Menu may be used to store saved bookmarks" +msgstr "" + +#: ../../mod/menu.php:92 ../../mod/menu.php:147 +msgid "Submit and proceed" +msgstr "" + +#: ../../mod/menu.php:104 +msgid "Drop" +msgstr "" + +#: ../../mod/menu.php:108 +msgid "Bookmarks allowed" +msgstr "" + +#: ../../mod/menu.php:110 +msgid "Delete this menu" +msgstr "" + +#: ../../mod/menu.php:111 ../../mod/menu.php:142 +msgid "Edit menu contents" +msgstr "" + +#: ../../mod/menu.php:112 +msgid "Edit this menu" +msgstr "" + +#: ../../mod/menu.php:126 +msgid "Menu could not be deleted." +msgstr "" + +#: ../../mod/menu.php:139 +msgid "Edit Menu" +msgstr "" + +#: ../../mod/menu.php:141 +msgid "Add or remove entries to this menu" +msgstr "" + +#: ../../mod/menu.php:143 +msgid "Menu name" +msgstr "" + +#: ../../mod/menu.php:143 +msgid "Must be unique, only seen by you" +msgstr "" + +#: ../../mod/menu.php:144 +msgid "Menu title" +msgstr "" + +#: ../../mod/menu.php:144 +msgid "Menu title as seen by others" +msgstr "" + +#: ../../mod/menu.php:145 +msgid "Allow bookmarks" +msgstr "" + +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: ../../mod/locs.php:21 ../../mod/locs.php:52 +msgid "Location not found." +msgstr "" + +#: ../../mod/locs.php:56 +msgid "Primary location cannot be removed." +msgstr "" + +#: ../../mod/locs.php:88 +msgid "No locations found." +msgstr "" + +#: ../../mod/locs.php:101 +msgid "Manage Channel Locations" +msgstr "" + +#: ../../mod/locs.php:102 +msgid "Location (address)" +msgstr "" + +#: ../../mod/locs.php:103 +msgid "Primary Location" +msgstr "" + +#: ../../mod/locs.php:104 +msgid "Drop location" +msgstr "" + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "" + +#: ../../mod/layouts.php:121 ../../mod/layouts.php:179 +#: ../../mod/editlayout.php:166 msgid "Layout Name" msgstr "" -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." +#: ../../mod/layouts.php:124 ../../mod/editlayout.php:164 +msgid "Layout Description (Optional)" msgstr "" -#: ../../mod/chat.php:167 -msgid "Room not found" +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" msgstr "" -#: ../../mod/chat.php:178 -msgid "Leave Room" +#: ../../mod/layouts.php:180 +msgid "Layout Description" msgstr "" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "" - -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "" - -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "" - -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "" - -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "" - -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "" - -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "" - -#: ../../mod/editwebpage.php:152 -msgid "Delete webpage?" -msgstr "" - -#: ../../mod/editwebpage.php:173 -msgid "Page link title" -msgstr "" - -#: ../../mod/editwebpage.php:224 -msgid "Edit Webpage" -msgstr "" - -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" +#: ../../mod/layouts.php:185 +msgid "Download PDL file" msgstr "" #: ../../mod/lostpass.php:15 @@ -5760,29 +4555,113 @@ msgstr "" msgid "Reset" msgstr "" -#: ../../mod/rate.php:157 -msgid "Website:" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../mod/rate.php:160 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" msgstr "" -#: ../../mod/rate.php:161 ../../mod/connedit.php:663 -msgid "Rating (this information is public)" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../mod/rate.php:162 ../../mod/connedit.php:664 -msgid "Optionally explain your rating (this information is public)" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/pdledit.php:55 +msgid "Layout Help" msgstr "" -#: ../../mod/editpost.php:53 -msgid "Delete item?" +#: ../../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 ../../mod/removeme.php:58 +msgid "WARNING: " +msgstr "" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "" + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "" + +#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +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:717 +msgid "Remove Account" +msgstr "" + +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "" + +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + +#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 +#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "" + +#: ../../mod/editblock.php:112 +msgid "Edit Block" +msgstr "" + +#: ../../mod/editblock.php:123 +msgid "Delete block?" +msgstr "" + +#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 +#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:187 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 +#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:188 +msgid "Insert Vorbis [.ogg] video" +msgstr "" + +#: ../../mod/editblock.php:152 ../../mod/editlayout.php:150 +#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:189 +msgid "Insert Vorbis [.ogg] audio" +msgstr "" + +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "" + +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" #: ../../mod/invite.php:25 @@ -5854,557 +4733,6 @@ msgstr "" msgid "3. Click [Connect]" msgstr "" -#: ../../mod/locs.php:21 ../../mod/locs.php:52 -msgid "Location not found." -msgstr "" - -#: ../../mod/locs.php:56 -msgid "Primary location cannot be removed." -msgstr "" - -#: ../../mod/locs.php:88 -msgid "No locations found." -msgstr "" - -#: ../../mod/locs.php:101 -msgid "Manage Channel Locations" -msgstr "" - -#: ../../mod/locs.php:102 -msgid "Location (address)" -msgstr "" - -#: ../../mod/locs.php:103 -msgid "Primary Location" -msgstr "" - -#: ../../mod/locs.php:104 -msgid "Drop location" -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:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -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/menu.php:44 -msgid "Unable to update menu." -msgstr "" - -#: ../../mod/menu.php:53 -msgid "Unable to create menu." -msgstr "" - -#: ../../mod/menu.php:89 ../../mod/menu.php:101 -msgid "Menu Name" -msgstr "" - -#: ../../mod/menu.php:89 -msgid "Unique name (not visible on webpage) - required" -msgstr "" - -#: ../../mod/menu.php:90 ../../mod/menu.php:102 -msgid "Menu Title" -msgstr "" - -#: ../../mod/menu.php:90 -msgid "Visible on webpage - leave empty for no title" -msgstr "" - -#: ../../mod/menu.php:91 -msgid "Allow Bookmarks" -msgstr "" - -#: ../../mod/menu.php:91 ../../mod/menu.php:145 -msgid "Menu may be used to store saved bookmarks" -msgstr "" - -#: ../../mod/menu.php:92 ../../mod/menu.php:147 -msgid "Submit and proceed" -msgstr "" - -#: ../../mod/menu.php:104 -msgid "Drop" -msgstr "" - -#: ../../mod/menu.php:108 -msgid "Bookmarks allowed" -msgstr "" - -#: ../../mod/menu.php:110 -msgid "Delete this menu" -msgstr "" - -#: ../../mod/menu.php:111 ../../mod/menu.php:142 -msgid "Edit menu contents" -msgstr "" - -#: ../../mod/menu.php:112 -msgid "Edit this menu" -msgstr "" - -#: ../../mod/menu.php:126 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:134 ../../mod/mitem.php:24 -msgid "Menu not found." -msgstr "" - -#: ../../mod/menu.php:139 -msgid "Edit Menu" -msgstr "" - -#: ../../mod/menu.php:141 -msgid "Add or remove entries to this menu" -msgstr "" - -#: ../../mod/menu.php:143 -msgid "Menu name" -msgstr "" - -#: ../../mod/menu.php:143 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:144 -msgid "Menu title" -msgstr "" - -#: ../../mod/menu.php:144 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:145 -msgid "Allow bookmarks" -msgstr "" - -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." -msgstr "" - -#: ../../mod/filestorage.php:98 -msgid "File not found." -msgstr "" - -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" -msgstr "" - -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" -msgstr "" - -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" -msgstr "" - -#: ../../mod/filestorage.php:152 -msgid "Return to file list" -msgstr "" - -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" -msgstr "" - -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" -msgstr "" - -#: ../../mod/filestorage.php:157 -msgid "Share this file" -msgstr "" - -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" -msgstr "" - -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" -msgstr "" - -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "" - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "" - -#: ../../mod/magic.php:69 -msgid "Hub not found." -msgstr "" - -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "" - -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "" - -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "" - -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "" - -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "" - -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "" - -#: ../../mod/impel.php:190 -#, php-format -msgid "%s element installed" -msgstr "" - -#: ../../mod/impel.php:193 -#, php-format -msgid "%s element installation failed" -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" -msgstr "" - -#: ../../mod/profiles.php:423 -msgid "Religion" -msgstr "" - -#: ../../mod/profiles.php:427 -msgid "Political Views" -msgstr "" - -#: ../../mod/profiles.php:431 ../../mod/id.php:33 -msgid "Gender" -msgstr "" - -#: ../../mod/profiles.php:435 -msgid "Sexual Preference" -msgstr "" - -#: ../../mod/profiles.php:439 -msgid "Homepage" -msgstr "" - -#: ../../mod/profiles.php:443 -msgid "Interests" -msgstr "" - -#: ../../mod/profiles.php:447 ../../mod/admin.php:985 -msgid "Address" -msgstr "" - -#: ../../mod/profiles.php:537 -msgid "Profile updated." -msgstr "" - -#: ../../mod/profiles.php:626 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "" - -#: ../../mod/profiles.php:666 -msgid "Edit Profile Details" -msgstr "" - -#: ../../mod/profiles.php:668 -msgid "View this profile" -msgstr "" - -#: ../../mod/profiles.php:670 -msgid "Change Profile Photo" -msgstr "" - -#: ../../mod/profiles.php:671 -msgid "Create a new profile using these settings" -msgstr "" - -#: ../../mod/profiles.php:672 -msgid "Clone this profile" -msgstr "" - -#: ../../mod/profiles.php:673 -msgid "Delete this profile" -msgstr "" - -#: ../../mod/profiles.php:675 -msgid "Import profile from file" -msgstr "" - -#: ../../mod/profiles.php:676 -msgid "Export profile to file" -msgstr "" - -#: ../../mod/profiles.php:677 -msgid "Profile Name:" -msgstr "" - -#: ../../mod/profiles.php:678 -msgid "Your Full Name:" -msgstr "" - -#: ../../mod/profiles.php:679 -msgid "Title/Description:" -msgstr "" - -#: ../../mod/profiles.php:680 -msgid "Your Gender:" -msgstr "" - -#: ../../mod/profiles.php:681 -msgid "Birthday :" -msgstr "" - -#: ../../mod/profiles.php:682 -msgid "Street Address:" -msgstr "" - -#: ../../mod/profiles.php:683 -msgid "Locality/City:" -msgstr "" - -#: ../../mod/profiles.php:684 -msgid "Postal/Zip Code:" -msgstr "" - -#: ../../mod/profiles.php:685 -msgid "Country:" -msgstr "" - -#: ../../mod/profiles.php:686 -msgid "Region/State:" -msgstr "" - -#: ../../mod/profiles.php:687 -msgid " Marital Status:" -msgstr "" - -#: ../../mod/profiles.php:688 -msgid "Who: (if applicable)" -msgstr "" - -#: ../../mod/profiles.php:689 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "" - -#: ../../mod/profiles.php:690 -msgid "Since [date]:" -msgstr "" - -#: ../../mod/profiles.php:692 -msgid "Homepage URL:" -msgstr "" - -#: ../../mod/profiles.php:695 -msgid "Religious Views:" -msgstr "" - -#: ../../mod/profiles.php:696 -msgid "Keywords:" -msgstr "" - -#: ../../mod/profiles.php:699 -msgid "Example: fishing photography software" -msgstr "" - -#: ../../mod/profiles.php:700 -msgid "Used in directory listings" -msgstr "" - -#: ../../mod/profiles.php:701 -msgid "Tell us about yourself..." -msgstr "" - -#: ../../mod/profiles.php:702 -msgid "Hobbies/Interests" -msgstr "" - -#: ../../mod/profiles.php:703 -msgid "Contact information and Social Networks" -msgstr "" - -#: ../../mod/profiles.php:704 -msgid "My other channels" -msgstr "" - -#: ../../mod/profiles.php:705 -msgid "Musical interests" -msgstr "" - -#: ../../mod/profiles.php:706 -msgid "Books, literature" -msgstr "" - -#: ../../mod/profiles.php:707 -msgid "Television" -msgstr "" - -#: ../../mod/profiles.php:708 -msgid "Film/dance/culture/entertainment" -msgstr "" - -#: ../../mod/profiles.php:709 -msgid "Love/romance" -msgstr "" - -#: ../../mod/profiles.php:710 -msgid "Work/employment" -msgstr "" - -#: ../../mod/profiles.php:711 -msgid "School/education" -msgstr "" - -#: ../../mod/profiles.php:717 -msgid "This is your default profile." -msgstr "" - -#: ../../mod/profiles.php:728 ../../mod/directory.php:218 -msgid "Age: " -msgstr "" - -#: ../../mod/profiles.php:771 -msgid "Edit/Manage Profiles" -msgstr "" - -#: ../../mod/profiles.php:772 -msgid "Add profile things" -msgstr "" - -#: ../../mod/profiles.php:773 -msgid "Include desirable objects in your profile" -msgstr "" - #: ../../mod/ratings.php:69 msgid "No ratings" msgstr "" @@ -6425,516 +4753,645 @@ msgstr "" msgid "Description: " msgstr "" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "" + +#: ../../mod/notifications.php:51 ../../mod/connedit.php:524 +#: ../../mod/connedit.php:721 +msgid "Ignore" +msgstr "" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "" + +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +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:95 +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/viewsrc.php:38 msgid "Source of Item" msgstr "" -#: ../../mod/setup.php:187 -msgid "$Projectname Server - Setup" -msgstr "" - -#: ../../mod/setup.php:191 -msgid "Could not connect to database." -msgstr "" - -#: ../../mod/setup.php:195 +#: ../../mod/post.php:235 msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." msgstr "" -#: ../../mod/setup.php:202 -msgid "Could not create table." +#: ../../mod/match.php:22 +msgid "Profile Match" msgstr "" -#: ../../mod/setup.php:207 -msgid "Your site database has been installed." +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../mod/setup.php:211 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." +#: ../../mod/match.php:63 +msgid "is interested in:" msgstr "" -#: ../../mod/setup.php:212 ../../mod/setup.php:280 ../../mod/setup.php:730 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/match.php:70 +msgid "No matches" msgstr "" -#: ../../mod/setup.php:277 -msgid "System check" +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." msgstr "" -#: ../../mod/setup.php:282 -msgid "Check again" +#: ../../mod/lockview.php:58 +msgid "Visible to:" msgstr "" -#: ../../mod/setup.php:304 -msgid "Database connection" +#: ../../mod/mood.php:131 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../mod/setup.php:305 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." +#: ../../mod/help.php:49 ../../mod/help.php:55 ../../mod/help.php:61 +msgid "Help:" msgstr "" -#: ../../mod/setup.php:306 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" - -#: ../../mod/setup.php:307 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" - -#: ../../mod/setup.php:311 -msgid "Database Server Name" -msgstr "" - -#: ../../mod/setup.php:311 -msgid "Default is localhost" -msgstr "" - -#: ../../mod/setup.php:312 -msgid "Database Port" -msgstr "" - -#: ../../mod/setup.php:312 -msgid "Communication port number - use 0 for default" -msgstr "" - -#: ../../mod/setup.php:313 -msgid "Database Login Name" -msgstr "" - -#: ../../mod/setup.php:314 -msgid "Database Login Password" -msgstr "" - -#: ../../mod/setup.php:315 -msgid "Database Name" -msgstr "" - -#: ../../mod/setup.php:316 -msgid "Database Type" -msgstr "" - -#: ../../mod/setup.php:318 ../../mod/setup.php:359 -msgid "Site administrator email address" -msgstr "" - -#: ../../mod/setup.php:318 ../../mod/setup.php:359 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: ../../mod/setup.php:319 ../../mod/setup.php:361 -msgid "Website URL" -msgstr "" - -#: ../../mod/setup.php:319 ../../mod/setup.php:361 -msgid "Please use SSL (https) URL if available." -msgstr "" - -#: ../../mod/setup.php:321 ../../mod/setup.php:363 -msgid "Please select a default timezone for your website" -msgstr "" - -#: ../../mod/setup.php:348 -msgid "Site settings" -msgstr "" - -#: ../../mod/setup.php:413 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "" - -#: ../../mod/setup.php:414 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "" - -#: ../../mod/setup.php:418 -msgid "PHP executable path" -msgstr "" - -#: ../../mod/setup.php:418 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: ../../mod/setup.php:423 -msgid "Command line PHP" -msgstr "" - -#: ../../mod/setup.php:432 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "" - -#: ../../mod/setup.php:433 -msgid "This is required for message delivery to work." -msgstr "" - -#: ../../mod/setup.php:436 -msgid "PHP register_argc_argv" -msgstr "" - -#: ../../mod/setup.php:454 +#: ../../mod/manage.php:136 #, 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." +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../mod/setup.php:459 -msgid "You can adjust these settings in the servers php.ini." +#: ../../mod/manage.php:144 +msgid "Create a new channel" msgstr "" -#: ../../mod/setup.php:461 -msgid "PHP upload limits" +#: ../../mod/manage.php:167 +msgid "Current Channel" msgstr "" -#: ../../mod/setup.php:484 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../mod/manage.php:169 +msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../mod/setup.php:485 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../mod/manage.php:170 +msgid "Default Channel" msgstr "" -#: ../../mod/setup.php:488 -msgid "Generate encryption keys" +#: ../../mod/manage.php:171 +msgid "Make Default" msgstr "" -#: ../../mod/setup.php:500 -msgid "libCurl PHP module" -msgstr "" - -#: ../../mod/setup.php:501 -msgid "GD graphics PHP module" -msgstr "" - -#: ../../mod/setup.php:502 -msgid "OpenSSL PHP module" -msgstr "" - -#: ../../mod/setup.php:503 -msgid "mysqli or postgres PHP module" -msgstr "" - -#: ../../mod/setup.php:504 -msgid "mb_string PHP module" -msgstr "" - -#: ../../mod/setup.php:505 -msgid "mcrypt PHP module" -msgstr "" - -#: ../../mod/setup.php:506 -msgid "xml PHP module" -msgstr "" - -#: ../../mod/setup.php:510 ../../mod/setup.php:512 -msgid "Apache mod_rewrite module" -msgstr "" - -#: ../../mod/setup.php:510 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "" - -#: ../../mod/setup.php:516 ../../mod/setup.php:519 -msgid "proc_open" -msgstr "" - -#: ../../mod/setup.php:516 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "" - -#: ../../mod/setup.php:524 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:528 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "" - -#: ../../mod/setup.php:532 -msgid "Error: openssl PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:536 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "" - -#: ../../mod/setup.php:540 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:544 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:548 -msgid "Error: xml PHP module required for DAV but not installed." -msgstr "" - -#: ../../mod/setup.php:566 -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/setup.php:567 -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/setup.php:568 -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/setup.php:569 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/setup.php:572 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/setup.php:586 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/setup.php:587 +#: ../../mod/manage.php:174 #, 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." +msgid "%d new messages" msgstr "" -#: ../../mod/setup.php:588 ../../mod/setup.php:609 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." -msgstr "" - -#: ../../mod/setup.php:589 +#: ../../mod/manage.php:175 #, 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." +msgid "%d new introductions" msgstr "" -#: ../../mod/setup.php:592 +#: ../../mod/manage.php:177 +msgid "Delegated Channels" +msgstr "" + +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "" + +#: ../../mod/id.php:11 +msgid "First Name" +msgstr "" + +#: ../../mod/id.php:12 +msgid "Last Name" +msgstr "" + +#: ../../mod/id.php:13 +msgid "Nickname" +msgstr "" + +#: ../../mod/id.php:14 +msgid "Full Name" +msgstr "" + +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" +msgstr "" + +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" +msgstr "" + +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" +msgstr "" + +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" +msgstr "" + +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" +msgstr "" + +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" +msgstr "" + +#: ../../mod/id.php:26 +msgid "Timezone" +msgstr "" + +#: ../../mod/id.php:27 +msgid "Homepage URL" +msgstr "" + +#: ../../mod/id.php:29 +msgid "Birth Year" +msgstr "" + +#: ../../mod/id.php:30 +msgid "Birth Month" +msgstr "" + +#: ../../mod/id.php:31 +msgid "Birth Day" +msgstr "" + +#: ../../mod/id.php:32 +msgid "Birthdate" +msgstr "" + +#: ../../mod/id.php:33 ../../mod/profiles.php:431 +msgid "Gender" +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 import an existing channel 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/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "" + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "" + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "" + +#: ../../mod/profperm.php:139 ../../mod/connections.php:280 +msgid "All Connections" +msgstr "" + +#: ../../mod/cloud.php:120 +msgid "$Projectname - Guests: Username: {your email address}, Password: +++" +msgstr "" + +#: ../../mod/home.php:53 ../../mod/siteinfo.php:155 +msgid "$Projectname" +msgstr "" + +#: ../../mod/home.php:124 #, php-format -msgid "%s is writable" +msgid "Welcome to %s" msgstr "" -#: ../../mod/setup.php:608 -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/achievements.php:34 +msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../mod/setup.php:612 -msgid "store is writable" +#: ../../mod/chat.php:167 +msgid "Room not found" msgstr "" -#: ../../mod/setup.php:645 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../mod/chat.php:178 +msgid "Leave Room" msgstr "" -#: ../../mod/setup.php:646 -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/chat.php:179 +msgid "Delete This Room" msgstr "" -#: ../../mod/setup.php:647 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../mod/chat.php:180 +msgid "I am away right now" msgstr "" -#: ../../mod/setup.php:648 -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/chat.php:181 +msgid "I am online" msgstr "" -#: ../../mod/setup.php:649 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../mod/chat.php:183 +msgid "Bookmark this room" msgstr "" -#: ../../mod/setup.php:650 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" msgstr "" -#: ../../mod/setup.php:652 -msgid "SSL certificate validation" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" msgstr "" -#: ../../mod/setup.php:658 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " -msgstr "" - -#: ../../mod/setup.php:661 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/setup.php:670 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "" - -#: ../../mod/setup.php:694 -msgid "Errors encountered creating database tables." -msgstr "" - -#: ../../mod/setup.php:728 -msgid "

What next

" -msgstr "" - -#: ../../mod/setup.php:729 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -msgstr "" - -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:286 +#: ../../mod/chat.php:225 #, php-format -msgid "Welcome %s. Remote authentication successful." +msgid "%1$s's Chatrooms" msgstr "" -#: ../../mod/directory.php:224 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/directory.php:236 -msgid "Gender: " +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../mod/directory.php:238 -msgid "Status: " +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../mod/directory.php:240 -msgid "Homepage: " +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../mod/directory.php:243 -msgid "Hometown: " +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../mod/directory.php:245 -msgid "About: " +#: ../../mod/mail.php:139 +msgid "Message deleted." msgstr "" -#: ../../mod/directory.php:303 -msgid "Public Forum:" +#: ../../mod/mail.php:156 +msgid "Message recalled." msgstr "" -#: ../../mod/directory.php:306 -msgid "Keywords: " +#: ../../mod/mail.php:225 +msgid "Send Private Message" msgstr "" -#: ../../mod/directory.php:311 -#, php-format -msgid "Common connections: %s" +#: ../../mod/mail.php:226 ../../mod/mail.php:343 +msgid "To:" msgstr "" -#: ../../mod/directory.php:363 -msgid "Finding:" +#: ../../mod/mail.php:231 ../../mod/mail.php:345 +msgid "Subject:" msgstr "" -#: ../../mod/directory.php:368 -msgid "next page" +#: ../../mod/mail.php:242 +msgid "Send" msgstr "" -#: ../../mod/directory.php:368 -msgid "previous page" +#: ../../mod/mail.php:269 +msgid "Message not found." msgstr "" -#: ../../mod/directory.php:385 -msgid "No entries (some entries may be hidden)." +#: ../../mod/mail.php:312 +msgid "Delete message" msgstr "" -#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 -msgid "Export Channel" +#: ../../mod/mail.php:313 +msgid "Recall message" msgstr "" -#: ../../mod/uexport.php:35 +#: ../../mod/mail.php:315 +msgid "Message has been recalled." +msgstr "" + +#: ../../mod/mail.php:332 +msgid "Private Conversation" +msgstr "" + +#: ../../mod/mail.php:336 ../../mod/message.php:72 +msgid "Delete conversation" +msgstr "" + +#: ../../mod/mail.php:338 msgid "" -"Export your basic channel information to a small 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 hub, but\tdoes not contain your content." +"No secure communications available. You may be able to " +"respond from the sender's profile page." msgstr "" -#: ../../mod/uexport.php:36 -msgid "Export Content" +#: ../../mod/mail.php:342 +msgid "Send Reply" msgstr "" -#: ../../mod/uexport.php:37 +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "" + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "" + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "" + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "" + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "" + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "" + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "" + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "" + +#: ../../mod/group.php:233 +msgid "Click on a channel to add or remove." +msgstr "" + +#: ../../mod/editlayout.php:106 +msgid "Edit Layout" +msgstr "" + +#: ../../mod/editlayout.php:117 +msgid "Delete layout?" +msgstr "" + +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "" + +#: ../../mod/pubsites.php:19 msgid "" -"Export your channel information and all the content to a JSON backup. This " -"backs up all of your connections, permissions, profile data and all of your " -"content, but is generally not suitable for importing a channel to a new hub " -"as this file may be VERY large. Please be patient - it may take several " -"minutes for this download to begin." +"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 may " +"provide additional details." msgstr "" -#: ../../mod/viewconnections.php:62 -msgid "No connections." +#: ../../mod/pubsites.php:25 +msgid "Rate this hub" msgstr "" -#: ../../mod/viewconnections.php:75 +#: ../../mod/pubsites.php:26 +msgid "Site URL" +msgstr "" + +#: ../../mod/pubsites.php:26 +msgid "Access Type" +msgstr "" + +#: ../../mod/pubsites.php:26 +msgid "Registration Policy" +msgstr "" + +#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454 +msgid "Location" +msgstr "" + +#: ../../mod/pubsites.php:26 +msgid "View hub ratings" +msgstr "" + +#: ../../mod/pubsites.php:30 +msgid "Rate" +msgstr "" + +#: ../../mod/pubsites.php:31 +msgid "View ratings" +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 "Register at another affiliated site/hub" +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 "Visit %s's profile [%s]" +msgid "I accept the %s for this website" msgstr "" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" +#: ../../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:447 +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/common.php:10 +msgid "No channel." +msgstr "" + +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "" + +#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "" + +#: ../../mod/editwebpage.php:152 +msgid "Delete webpage?" +msgstr "" + +#: ../../mod/editwebpage.php:173 +msgid "Page link title" +msgstr "" + +#: ../../mod/editwebpage.php:224 +msgid "Edit Webpage" msgstr "" #: ../../mod/admin.php:52 @@ -7052,6 +5509,10 @@ msgstr "" msgid "Site settings updated." msgstr "" +#: ../../mod/admin.php:396 ../../mod/settings.php:810 +msgid "mobile" +msgstr "" + #: ../../mod/admin.php:398 msgid "experimental" msgstr "" @@ -7080,10 +5541,6 @@ msgstr "" msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../mod/admin.php:447 ../../mod/register.php:207 -msgid "Registration" -msgstr "" - #: ../../mod/admin.php:448 msgid "File upload" msgstr "" @@ -7576,6 +6033,10 @@ msgstr "" msgid "UID" msgstr "" +#: ../../mod/admin.php:985 ../../mod/profiles.php:447 +msgid "Address" +msgstr "" + #: ../../mod/admin.php:987 msgid "" "Selected channels will be deleted!\\n\\nEverything that was posted in these " @@ -7699,382 +6160,122 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." +#: ../../mod/filestorage.php:98 +msgid "File not found." msgstr "" -#: ../../mod/editblock.php:112 -msgid "Edit Block" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" msgstr "" -#: ../../mod/editblock.php:123 -msgid "Delete block?" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" msgstr "" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" msgstr "" -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." +#: ../../mod/filestorage.php:152 +msgid "Return to file list" msgstr "" -#: ../../mod/register.php:84 -msgid "Passwords do not match." +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../mod/register.php:117 -msgid "" -"Registration successful. Please check your email for validation instructions." +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." +#: ../../mod/filestorage.php:157 +msgid "Share this file" msgstr "" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" msgstr "" -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" msgstr "" -#: ../../mod/register.php:164 -msgid "Register at another affiliated site/hub" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../mod/bookmarks.php:60 +msgid "My Bookmarks" msgstr "" -#: ../../mod/register.php:185 -msgid "Terms of Service" +#: ../../mod/bookmarks.php:71 +msgid "My Connections Bookmarks" msgstr "" -#: ../../mod/register.php:191 +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "" + +#: ../../mod/subthread.php:103 #, php-format -msgid "I accept the %s for this website" +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/register.php:193 +#: ../../mod/probe.php:24 ../../mod/probe.php:30 #, php-format -msgid "I am over 13 years of age and accept the %s for this website" +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." msgstr "" -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." msgstr "" -#: ../../mod/register.php:216 -msgid "Your email address" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" msgstr "" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "" - -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -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 ../../mod/removeme.php:58 -msgid "WARNING: " -msgstr "" - -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "" - -#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 -msgid "This action is permanent and can not be undone!" -msgstr "" - -#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 -msgid "Please enter your password for verification:" -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/item.php:174 -msgid "Unable to locate original post." -msgstr "" - -#: ../../mod/item.php:440 -msgid "Empty post discarded." -msgstr "" - -#: ../../mod/item.php:480 -msgid "Executable content type not permitted to this channel." -msgstr "" - -#: ../../mod/item.php:899 -msgid "System error. Post not saved." -msgstr "" - -#: ../../mod/item.php:1117 -msgid "Unable to obtain post information from database." -msgstr "" - -#: ../../mod/item.php:1124 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "You have reached your limit of %1$.0f top level posts." +msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/item.php:1131 +#: ../../mod/viewconnections.php:62 +msgid "No connections." +msgstr "" + +#: ../../mod/viewconnections.php:75 #, php-format -msgid "You have reached your limit of %1$.0f webpages." +msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -#: ../../mod/update_home.php:21 -msgid "[Embedded content - reload page to view]" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" msgstr "" -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/lockview.php:58 -msgid "Visible to:" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/id.php:11 -msgid "First Name" +#: ../../mod/api.php:89 +msgid "Please login to continue." msgstr "" -#: ../../mod/id.php:12 -msgid "Last Name" -msgstr "" - -#: ../../mod/id.php:13 -msgid "Nickname" -msgstr "" - -#: ../../mod/id.php:14 -msgid "Full Name" -msgstr "" - -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" -msgstr "" - -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" -msgstr "" - -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" -msgstr "" - -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" -msgstr "" - -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" -msgstr "" - -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" -msgstr "" - -#: ../../mod/id.php:26 -msgid "Timezone" -msgstr "" - -#: ../../mod/id.php:27 -msgid "Homepage URL" -msgstr "" - -#: ../../mod/id.php:29 -msgid "Birth Year" -msgstr "" - -#: ../../mod/id.php:30 -msgid "Birth Month" -msgstr "" - -#: ../../mod/id.php:31 -msgid "Birth Day" -msgstr "" - -#: ../../mod/id.php:32 -msgid "Birthdate" -msgstr "" - -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "" - -#: ../../mod/message.php:72 ../../mod/mail.php:336 -msgid "Delete conversation" -msgstr "" - -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "" - -#: ../../mod/mitem.php:51 -msgid "Unable to create element." -msgstr "" - -#: ../../mod/mitem.php:74 -msgid "Unable to update menu element." -msgstr "" - -#: ../../mod/mitem.php:89 -msgid "Unable to add menu element." -msgstr "" - -#: ../../mod/mitem.php:158 ../../mod/mitem.php:228 -msgid "Menu Item Permissions" -msgstr "" - -#: ../../mod/mitem.php:161 ../../mod/mitem.php:176 -msgid "Link Name" -msgstr "" - -#: ../../mod/mitem.php:162 ../../mod/mitem.php:233 -msgid "Link or Submenu Target" -msgstr "" - -#: ../../mod/mitem.php:162 -msgid "Enter URL of the link or select a menu name to create a submenu" -msgstr "" - -#: ../../mod/mitem.php:163 ../../mod/mitem.php:234 -msgid "Use magic-auth if available" -msgstr "" - -#: ../../mod/mitem.php:164 ../../mod/mitem.php:235 -msgid "Open link in new window" -msgstr "" - -#: ../../mod/mitem.php:165 ../../mod/mitem.php:236 -msgid "Order in list" -msgstr "" - -#: ../../mod/mitem.php:165 ../../mod/mitem.php:236 -msgid "Higher numbers will sink to bottom of listing" -msgstr "" - -#: ../../mod/mitem.php:166 -msgid "Submit and finish" -msgstr "" - -#: ../../mod/mitem.php:167 -msgid "Submit and continue" -msgstr "" - -#: ../../mod/mitem.php:174 -msgid "Menu:" -msgstr "" - -#: ../../mod/mitem.php:177 -msgid "Link Target" -msgstr "" - -#: ../../mod/mitem.php:180 -msgid "Edit menu" -msgstr "" - -#: ../../mod/mitem.php:183 -msgid "Edit element" -msgstr "" - -#: ../../mod/mitem.php:184 -msgid "Drop element" -msgstr "" - -#: ../../mod/mitem.php:185 -msgid "New element" -msgstr "" - -#: ../../mod/mitem.php:186 -msgid "Edit this menu container" -msgstr "" - -#: ../../mod/mitem.php:187 -msgid "Add menu element" -msgstr "" - -#: ../../mod/mitem.php:188 -msgid "Delete this menu item" -msgstr "" - -#: ../../mod/mitem.php:189 -msgid "Edit this menu item" -msgstr "" - -#: ../../mod/mitem.php:206 -msgid "Menu item not found." -msgstr "" - -#: ../../mod/mitem.php:217 -msgid "Menu item deleted." -msgstr "" - -#: ../../mod/mitem.php:219 -msgid "Menu item could not be deleted." -msgstr "" - -#: ../../mod/mitem.php:226 -msgid "Edit Menu Element" -msgstr "" - -#: ../../mod/mitem.php:232 -msgid "Link text" -msgstr "" - -#: ../../mod/mood.php:131 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "" - -#: ../../mod/vote.php:98 -msgid "Average Rating" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" #: ../../mod/removeme.php:29 @@ -8101,6 +6302,199 @@ msgid "" "removed from the network" msgstr "" +#: ../../mod/removeme.php:61 ../../mod/settings.php:1134 +msgid "Remove Channel" +msgstr "" + +#: ../../mod/events.php:87 +msgid "Event can not end before it has started." +msgstr "" + +#: ../../mod/events.php:89 ../../mod/events.php:98 ../../mod/events.php:116 +msgid "Unable to generate preview." +msgstr "" + +#: ../../mod/events.php:96 +msgid "Event title and start time are required." +msgstr "" + +#: ../../mod/events.php:114 +msgid "Event not found." +msgstr "" + +#: ../../mod/events.php:396 +msgid "l, F j" +msgstr "" + +#: ../../mod/events.php:418 +msgid "Edit event" +msgstr "" + +#: ../../mod/events.php:419 +msgid "Delete event" +msgstr "" + +#: ../../mod/events.php:473 +msgid "Create New Event" +msgstr "" + +#: ../../mod/events.php:474 ../../mod/photos.php:827 +msgid "Previous" +msgstr "" + +#: ../../mod/events.php:475 ../../mod/setup.php:281 ../../mod/photos.php:836 +msgid "Next" +msgstr "" + +#: ../../mod/events.php:476 +msgid "Export" +msgstr "" + +#: ../../mod/events.php:504 +msgid "Event removed" +msgstr "" + +#: ../../mod/events.php:507 +msgid "Failed to remove event" +msgstr "" + +#: ../../mod/events.php:627 +msgid "Event details" +msgstr "" + +#: ../../mod/events.php:628 +msgid "Starting date and Title are required." +msgstr "" + +#: ../../mod/events.php:630 +msgid "Categories (comma-separated list)" +msgstr "" + +#: ../../mod/events.php:632 +msgid "Event Starts:" +msgstr "" + +#: ../../mod/events.php:639 +msgid "Finish date/time is not known or not relevant" +msgstr "" + +#: ../../mod/events.php:641 +msgid "Event Finishes:" +msgstr "" + +#: ../../mod/events.php:643 ../../mod/events.php:644 +msgid "Adjust for viewer timezone" +msgstr "" + +#: ../../mod/events.php:643 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "" + +#: ../../mod/events.php:645 +msgid "Description:" +msgstr "" + +#: ../../mod/events.php:649 +msgid "Title:" +msgstr "" + +#: ../../mod/events.php:651 +msgid "Share this event" +msgstr "" + +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "" + +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "" + +#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 +msgid "Export Channel" +msgstr "" + +#: ../../mod/uexport.php:35 +msgid "" +"Export your basic channel information to a small 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 hub, but\tdoes not contain your content." +msgstr "" + +#: ../../mod/uexport.php:36 +msgid "Export Content" +msgstr "" + +#: ../../mod/uexport.php:37 +msgid "" +"Export your channel information and all the content to a JSON backup. This " +"backs up all of your connections, permissions, profile data and all of your " +"content, but is generally not suitable for importing a channel to a new hub " +"as this file may be VERY large. Please be patient - it may take several " +"minutes for this download to begin." +msgstr "" + +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "" + +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "" + +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +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:" +msgstr "" + +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +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." +msgstr "" + +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" + +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "" + +#: ../../mod/connedit.php:75 ../../mod/connections.php:37 +msgid "Could not access contact record." +msgstr "" + +#: ../../mod/connedit.php:99 ../../mod/connections.php:51 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/connedit.php:214 ../../mod/connections.php:94 +msgid "Connection updated." +msgstr "" + +#: ../../mod/connedit.php:216 ../../mod/connections.php:96 +msgid "Failed to update connection record." +msgstr "" + #: ../../mod/connedit.php:262 msgid "is now connected to" msgstr "" @@ -8192,11 +6586,6 @@ msgstr "" msgid "Unignore" msgstr "" -#: ../../mod/connedit.php:524 ../../mod/connedit.php:721 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "" - #: ../../mod/connedit.php:527 msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" @@ -8255,6 +6644,14 @@ msgstr "" msgid "Slide to adjust your degree of friendship" msgstr "" +#: ../../mod/connedit.php:663 ../../mod/rate.php:161 +msgid "Rating (this information is public)" +msgstr "" + +#: ../../mod/connedit.php:664 ../../mod/rate.php:162 +msgid "Optionally explain your rating (this information is public)" +msgstr "" + #: ../../mod/connedit.php:671 msgid "" "Default permissions for your channel type have (just) been applied. They " @@ -8409,6 +6806,98 @@ msgstr "" msgid "Currently pending" msgstr "" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../mod/profile_photo.php:162 +msgid "Image resize failed." +msgstr "" + +#: ../../mod/profile_photo.php:206 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: ../../mod/profile_photo.php:233 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "" + +#: ../../mod/profile_photo.php:242 +msgid "Unable to process image." +msgstr "" + +#: ../../mod/profile_photo.php:291 ../../mod/profile_photo.php:340 +msgid "Photo not available." +msgstr "" + +#: ../../mod/profile_photo.php:359 +msgid "Upload File:" +msgstr "" + +#: ../../mod/profile_photo.php:360 +msgid "Select a profile:" +msgstr "" + +#: ../../mod/profile_photo.php:361 +msgid "Upload Profile Photo" +msgstr "" + +#: ../../mod/profile_photo.php:366 ../../mod/settings.php:992 +msgid "or" +msgstr "" + +#: ../../mod/profile_photo.php:366 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:366 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:382 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:383 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:385 +msgid "Done Editing" +msgstr "" + +#: ../../mod/profile_photo.php:428 +msgid "Image uploaded successfully." +msgstr "" + +#: ../../mod/profile_photo.php:430 +msgid "Image upload failed." +msgstr "" + +#: ../../mod/profile_photo.php:439 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" +msgstr "" + +#: ../../mod/sharedwithme.php:96 +msgid "NEW" +msgstr "" + +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" +msgstr "" + +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" +msgstr "" + #: ../../mod/rmagic.php:40 msgid "" "We encountered a problem while logging in with the OpenID you provided. " @@ -8435,187 +6924,822 @@ msgstr "" msgid "Authenticate" msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" msgstr "" -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" msgstr "" -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/mail.php:139 -msgid "Message deleted." +#: ../../mod/thing.php:94 +msgid "Thing updated" msgstr "" -#: ../../mod/mail.php:156 -msgid "Message recalled." +#: ../../mod/thing.php:153 +msgid "Object store: failed" msgstr "" -#: ../../mod/mail.php:225 -msgid "Send Private Message" +#: ../../mod/thing.php:157 +msgid "Thing added" msgstr "" -#: ../../mod/mail.php:226 ../../mod/mail.php:343 -msgid "To:" +#: ../../mod/thing.php:175 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/mail.php:231 ../../mod/mail.php:345 -msgid "Subject:" +#: ../../mod/thing.php:226 +msgid "Show Thing" msgstr "" -#: ../../mod/mail.php:242 -msgid "Send" +#: ../../mod/thing.php:233 +msgid "item not found." msgstr "" -#: ../../mod/mail.php:269 -msgid "Message not found." +#: ../../mod/thing.php:261 +msgid "Edit Thing" msgstr "" -#: ../../mod/mail.php:312 -msgid "Delete message" +#: ../../mod/thing.php:263 ../../mod/thing.php:310 +msgid "Select a profile" msgstr "" -#: ../../mod/mail.php:313 -msgid "Recall message" +#: ../../mod/thing.php:267 ../../mod/thing.php:313 +msgid "Post an activity" msgstr "" -#: ../../mod/mail.php:315 -msgid "Message has been recalled." +#: ../../mod/thing.php:267 ../../mod/thing.php:313 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../mod/mail.php:332 -msgid "Private Conversation" +#: ../../mod/thing.php:269 ../../mod/thing.php:315 +msgid "Name of thing e.g. something" msgstr "" -#: ../../mod/mail.php:338 +#: ../../mod/thing.php:271 ../../mod/thing.php:316 +msgid "URL of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:273 ../../mod/thing.php:317 +msgid "URL for photo of thing (optional)" +msgstr "" + +#: ../../mod/thing.php:308 +msgid "Add Thing to your Profile" +msgstr "" + +#: ../../mod/connections.php:192 ../../mod/connections.php:293 +msgid "Blocked" +msgstr "" + +#: ../../mod/connections.php:197 ../../mod/connections.php:300 +msgid "Ignored" +msgstr "" + +#: ../../mod/connections.php:202 ../../mod/connections.php:314 +msgid "Hidden" +msgstr "" + +#: ../../mod/connections.php:207 ../../mod/connections.php:307 +msgid "Archived" +msgstr "" + +#: ../../mod/connections.php:271 +msgid "Suggest new connections" +msgstr "" + +#: ../../mod/connections.php:274 +msgid "New Connections" +msgstr "" + +#: ../../mod/connections.php:277 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../mod/connections.php:283 +msgid "Show all connections" +msgstr "" + +#: ../../mod/connections.php:286 +msgid "Unblocked" +msgstr "" + +#: ../../mod/connections.php:289 +msgid "Only show unblocked connections" +msgstr "" + +#: ../../mod/connections.php:296 +msgid "Only show blocked connections" +msgstr "" + +#: ../../mod/connections.php:303 +msgid "Only show ignored connections" +msgstr "" + +#: ../../mod/connections.php:310 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:317 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:372 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../mod/connections.php:373 +msgid "Edit connection" +msgstr "" + +#: ../../mod/connections.php:411 +msgid "Search your connections" +msgstr "" + +#: ../../mod/connections.php:412 +msgid "Finding: " +msgstr "" + +#: ../../mod/rate.php:157 +msgid "Website:" +msgstr "" + +#: ../../mod/rate.php:160 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "" + +#: ../../mod/settings.php:76 +msgid "Name is required" +msgstr "" + +#: ../../mod/settings.php:80 +msgid "Key and Secret are required" +msgstr "" + +#: ../../mod/settings.php:129 +msgid "Diaspora Policy Settings updated." +msgstr "" + +#: ../../mod/settings.php:237 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:241 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:255 +msgid "Password changed." +msgstr "" + +#: ../../mod/settings.php:257 +msgid "Password update failed. Please try again." +msgstr "" + +#: ../../mod/settings.php:271 +msgid "Not valid email." +msgstr "" + +#: ../../mod/settings.php:274 +msgid "Protected email address. Cannot change to that email." +msgstr "" + +#: ../../mod/settings.php:283 +msgid "System failure storing new email. Please try again." +msgstr "" + +#: ../../mod/settings.php:522 +msgid "Settings updated." +msgstr "" + +#: ../../mod/settings.php:586 ../../mod/settings.php:612 +#: ../../mod/settings.php:648 +msgid "Add application" +msgstr "" + +#: ../../mod/settings.php:589 +msgid "Name of application" +msgstr "" + +#: ../../mod/settings.php:590 ../../mod/settings.php:616 +msgid "Consumer Key" +msgstr "" + +#: ../../mod/settings.php:590 ../../mod/settings.php:591 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "" + +#: ../../mod/settings.php:591 ../../mod/settings.php:617 +msgid "Consumer Secret" +msgstr "" + +#: ../../mod/settings.php:592 ../../mod/settings.php:618 +msgid "Redirect" +msgstr "" + +#: ../../mod/settings.php:592 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +"Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/mail.php:342 -msgid "Send Reply" +#: ../../mod/settings.php:593 ../../mod/settings.php:619 +msgid "Icon url" msgstr "" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." +#: ../../mod/settings.php:593 +msgid "Optional" msgstr "" -#: ../../mod/notifications.php:35 -msgid "Discard" +#: ../../mod/settings.php:604 +msgid "You can't edit this application." msgstr "" -#: ../../mod/regmod.php:11 -msgid "Please login." +#: ../../mod/settings.php:647 +msgid "Connected Apps" msgstr "" -#: ../../mod/post.php:235 +#: ../../mod/settings.php:651 +msgid "Client key starts with" +msgstr "" + +#: ../../mod/settings.php:652 +msgid "No name" +msgstr "" + +#: ../../mod/settings.php:653 +msgid "Remove authorization" +msgstr "" + +#: ../../mod/settings.php:667 +msgid "No feature settings configured" +msgstr "" + +#: ../../mod/settings.php:683 +msgid "Feature/Addon Settings" +msgstr "" + +#: ../../mod/settings.php:685 +msgid "Settings for the built-in Diaspora emulator" +msgstr "" + +#: ../../mod/settings.php:686 +msgid "Allow any Diaspora member to comment on your public posts" +msgstr "" + +#: ../../mod/settings.php:687 +msgid "Diaspora Policy Settings" +msgstr "" + +#: ../../mod/settings.php:688 +msgid "Prevent your hashtags from being redirected to other sites" +msgstr "" + +#: ../../mod/settings.php:712 +msgid "Account Settings" +msgstr "" + +#: ../../mod/settings.php:713 +msgid "Enter New Password:" +msgstr "" + +#: ../../mod/settings.php:714 +msgid "Confirm New Password:" +msgstr "" + +#: ../../mod/settings.php:714 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: ../../mod/settings.php:716 ../../mod/settings.php:1054 +msgid "Email Address:" +msgstr "" + +#: ../../mod/settings.php:718 +msgid "Remove this account including all its channels" +msgstr "" + +#: ../../mod/settings.php:734 +msgid "Off" +msgstr "" + +#: ../../mod/settings.php:734 +msgid "On" +msgstr "" + +#: ../../mod/settings.php:741 +msgid "Additional Features" +msgstr "" + +#: ../../mod/settings.php:765 +msgid "Connector Settings" +msgstr "" + +#: ../../mod/settings.php:804 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/settings.php:807 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: ../../mod/settings.php:846 +msgid "Display Settings" +msgstr "" + +#: ../../mod/settings.php:847 +msgid "Theme Settings" +msgstr "" + +#: ../../mod/settings.php:848 +msgid "Custom Theme Settings" +msgstr "" + +#: ../../mod/settings.php:849 +msgid "Content Settings" +msgstr "" + +#: ../../mod/settings.php:855 +msgid "Display Theme:" +msgstr "" + +#: ../../mod/settings.php:856 +msgid "Mobile Theme:" +msgstr "" + +#: ../../mod/settings.php:857 +msgid "Enable user zoom on mobile devices" +msgstr "" + +#: ../../mod/settings.php:858 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../mod/settings.php:858 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../mod/settings.php:859 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: ../../mod/settings.php:859 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../mod/settings.php:860 +msgid "Show emoticons (smilies) as images" +msgstr "" + +#: ../../mod/settings.php:861 +msgid "Link post titles to source" +msgstr "" + +#: ../../mod/settings.php:862 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: ../../mod/settings.php:865 +msgid "Use blog/list mode on channel page" +msgstr "" + +#: ../../mod/settings.php:865 ../../mod/settings.php:866 +msgid "(comments displayed separately)" +msgstr "" + +#: ../../mod/settings.php:866 +msgid "Use blog/list mode on matrix page" +msgstr "" + +#: ../../mod/settings.php:867 +msgid "Channel page max height of content (in pixels)" +msgstr "" + +#: ../../mod/settings.php:867 ../../mod/settings.php:868 +msgid "click to expand content exceeding this height" +msgstr "" + +#: ../../mod/settings.php:868 +msgid "Matrix page max height of content (in pixels)" +msgstr "" + +#: ../../mod/settings.php:902 +msgid "Nobody except yourself" +msgstr "" + +#: ../../mod/settings.php:903 +msgid "Only those you specifically allow" +msgstr "" + +#: ../../mod/settings.php:904 +msgid "Approved connections" +msgstr "" + +#: ../../mod/settings.php:905 +msgid "Any connections" +msgstr "" + +#: ../../mod/settings.php:906 +msgid "Anybody on this website" +msgstr "" + +#: ../../mod/settings.php:907 +msgid "Anybody in this network" +msgstr "" + +#: ../../mod/settings.php:908 +msgid "Anybody authenticated" +msgstr "" + +#: ../../mod/settings.php:909 +msgid "Anybody on the internet" +msgstr "" + +#: ../../mod/settings.php:983 +msgid "Publish your default profile in the network directory" +msgstr "" + +#: ../../mod/settings.php:988 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: ../../mod/settings.php:997 +msgid "Your channel address is" +msgstr "" + +#: ../../mod/settings.php:1045 +msgid "Channel Settings" +msgstr "" + +#: ../../mod/settings.php:1052 +msgid "Basic Settings" +msgstr "" + +#: ../../mod/settings.php:1055 +msgid "Your Timezone:" +msgstr "" + +#: ../../mod/settings.php:1056 +msgid "Default Post Location:" +msgstr "" + +#: ../../mod/settings.php:1056 +msgid "Geographical location to display on your posts" +msgstr "" + +#: ../../mod/settings.php:1057 +msgid "Use Browser Location:" +msgstr "" + +#: ../../mod/settings.php:1059 +msgid "Adult Content" +msgstr "" + +#: ../../mod/settings.php:1059 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" +#: ../../mod/settings.php:1061 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/new_channel.php:110 +#: ../../mod/settings.php:1063 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "" + +#: ../../mod/settings.php:1065 +msgid "Hide my online presence" +msgstr "" + +#: ../../mod/settings.php:1065 +msgid "Prevents displaying in your profile that you are online" +msgstr "" + +#: ../../mod/settings.php:1067 +msgid "Simple Privacy Settings:" +msgstr "" + +#: ../../mod/settings.php:1068 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." +"Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../mod/new_channel.php:113 +#: ../../mod/settings.php:1069 msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" msgstr "" -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" +#: ../../mod/settings.php:1070 +msgid "Private - default private, never open or public" msgstr "" -#: ../../mod/new_channel.php:115 +#: ../../mod/settings.php:1071 +msgid "Blocked - default blocked to/from everybody" +msgstr "" + +#: ../../mod/settings.php:1073 +msgid "Allow others to tag your posts" +msgstr "" + +#: ../../mod/settings.php:1073 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." +"Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/new_channel.php:116 +#: ../../mod/settings.php:1075 +msgid "Advanced Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:1077 +msgid "Expire other channel content after this many days" +msgstr "" + +#: ../../mod/settings.php:1077 +msgid "0 or blank prevents expiration" +msgstr "" + +#: ../../mod/settings.php:1078 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:1078 +msgid "May reduce spam activity" +msgstr "" + +#: ../../mod/settings.php:1079 +msgid "Default Post Permissions" +msgstr "" + +#: ../../mod/settings.php:1084 +msgid "Channel permissions category:" +msgstr "" + +#: ../../mod/settings.php:1090 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: ../../mod/settings.php:1090 +msgid "Useful to reduce spamming" +msgstr "" + +#: ../../mod/settings.php:1093 +msgid "Notification Settings" +msgstr "" + +#: ../../mod/settings.php:1094 +msgid "By default post a status message when:" +msgstr "" + +#: ../../mod/settings.php:1095 +msgid "accepting a friend request" +msgstr "" + +#: ../../mod/settings.php:1096 +msgid "joining a forum/community" +msgstr "" + +#: ../../mod/settings.php:1097 +msgid "making an interesting profile change" +msgstr "" + +#: ../../mod/settings.php:1098 +msgid "Send a notification email when:" +msgstr "" + +#: ../../mod/settings.php:1099 +msgid "You receive a connection request" +msgstr "" + +#: ../../mod/settings.php:1100 +msgid "Your connections are confirmed" +msgstr "" + +#: ../../mod/settings.php:1101 +msgid "Someone writes on your profile wall" +msgstr "" + +#: ../../mod/settings.php:1102 +msgid "Someone writes a followup comment" +msgstr "" + +#: ../../mod/settings.php:1103 +msgid "You receive a private message" +msgstr "" + +#: ../../mod/settings.php:1104 +msgid "You receive a friend suggestion" +msgstr "" + +#: ../../mod/settings.php:1105 +msgid "You are tagged in a post" +msgstr "" + +#: ../../mod/settings.php:1106 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: ../../mod/settings.php:1109 +msgid "Show visual notifications including:" +msgstr "" + +#: ../../mod/settings.php:1111 +msgid "Unseen matrix activity" +msgstr "" + +#: ../../mod/settings.php:1112 +msgid "Unseen channel activity" +msgstr "" + +#: ../../mod/settings.php:1113 +msgid "Unseen private messages" +msgstr "" + +#: ../../mod/settings.php:1113 ../../mod/settings.php:1118 +#: ../../mod/settings.php:1119 ../../mod/settings.php:1120 +msgid "Recommended" +msgstr "" + +#: ../../mod/settings.php:1114 +msgid "Upcoming events" +msgstr "" + +#: ../../mod/settings.php:1115 +msgid "Events today" +msgstr "" + +#: ../../mod/settings.php:1116 +msgid "Upcoming birthdays" +msgstr "" + +#: ../../mod/settings.php:1116 +msgid "Not available in all themes" +msgstr "" + +#: ../../mod/settings.php:1117 +msgid "System (personal) notifications" +msgstr "" + +#: ../../mod/settings.php:1118 +msgid "System info messages" +msgstr "" + +#: ../../mod/settings.php:1119 +msgid "System critical alerts" +msgstr "" + +#: ../../mod/settings.php:1120 +msgid "New connections" +msgstr "" + +#: ../../mod/settings.php:1121 +msgid "System Registrations" +msgstr "" + +#: ../../mod/settings.php:1122 msgid "" -"Or import an existing channel from another location" +"Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../mod/new_channel.php:118 +#: ../../mod/settings.php:1124 +msgid "Notify me of events this many days in advance" +msgstr "" + +#: ../../mod/settings.php:1124 +msgid "Must be greater than 0" +msgstr "" + +#: ../../mod/settings.php:1126 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../mod/settings.php:1127 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: ../../mod/settings.php:1130 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" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" msgstr "" -#: ../../mod/new_channel.php:119 -msgid "Channel Type" +#: ../../mod/settings.php:1131 +msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" +#: ../../mod/settings.php:1133 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." +#: ../../mod/settings.php:1135 +msgid "Remove this channel." msgstr "" -#: ../../mod/appman.php:37 -msgid "Malformed app." +#: ../../mod/filer.php:49 +msgid "- select -" msgstr "" -#: ../../mod/appman.php:80 -msgid "Embed code" +#: ../../mod/siteinfo.php:112 +#, php-format +msgid "Version %s" msgstr "" -#: ../../mod/appman.php:86 -msgid "Edit App" +#: ../../mod/siteinfo.php:133 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../mod/appman.php:86 -msgid "Create App" +#: ../../mod/siteinfo.php:146 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/appman.php:91 -msgid "Name of app" +#: ../../mod/siteinfo.php:156 +msgid "" +"This is a hub of $Projectname - a global cooperative network of " +"decentralized privacy enhanced websites." msgstr "" -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" +#: ../../mod/siteinfo.php:158 +msgid "Tag: " msgstr "" -#: ../../mod/appman.php:94 -msgid "Photo icon URL" +#: ../../mod/siteinfo.php:160 +msgid "Last background fetch: " msgstr "" -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" +#: ../../mod/siteinfo.php:163 +msgid "Running at web location" msgstr "" -#: ../../mod/appman.php:95 -msgid "Version ID" +#: ../../mod/siteinfo.php:164 +msgid "" +"Please visit redmatrix.me to learn more " +"about $Projectname." msgstr "" -#: ../../mod/appman.php:96 -msgid "Price of app" +#: ../../mod/siteinfo.php:165 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" +#: ../../mod/siteinfo.php:168 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" +msgstr "" + +#: ../../mod/siteinfo.php:170 +msgid "Site Administrators" +msgstr "" + +#: ../../mod/impel.php:191 +#, php-format +msgid "%s element installed" +msgstr "" + +#: ../../mod/impel.php:194 +#, php-format +msgid "%s element installation failed" +msgstr "" + +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "" + +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "" + +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" msgstr "" #: ../../mod/ping.php:263 @@ -8630,341 +7754,1074 @@ msgstr "" msgid "posted an event" msgstr "" -#: ../../mod/layouts.php:176 -msgid "Comanche page description language help" +#: ../../mod/item.php:174 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/layouts.php:180 -msgid "Layout Description" +#: ../../mod/item.php:440 +msgid "Empty post discarded." msgstr "" -#: ../../mod/layouts.php:185 -msgid "Download PDL file" +#: ../../mod/item.php:480 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/page.php:122 -msgid "Ipsum Lorem" +#: ../../mod/item.php:899 +msgid "System error. Post not saved." msgstr "" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" +#: ../../mod/item.php:1117 +msgid "Unable to obtain post information from database." msgstr "" -#: ../../mod/bookmarks.php:60 -msgid "My Bookmarks" +#: ../../mod/item.php:1124 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/bookmarks.php:71 -msgid "My Connections Bookmarks" +#: ../../mod/item.php:1131 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../mod/setup.php:187 +msgid "$Projectname Server - Setup" msgstr "" -#: ../../mod/suggest.php:35 +#: ../../mod/setup.php:191 +msgid "Could not connect to database." +msgstr "" + +#: ../../mod/setup.php:195 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/poll.php:64 -msgid "Poll" +#: ../../mod/setup.php:202 +msgid "Could not create table." msgstr "" -#: ../../mod/poll.php:69 -msgid "View Results" +#: ../../mod/setup.php:207 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." +#: ../../mod/setup.php:211 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." msgstr "" -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" +#: ../../mod/setup.php:212 ../../mod/setup.php:280 ../../mod/setup.php:730 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/sharedwithme.php:96 -msgid "NEW" +#: ../../mod/setup.php:277 +msgid "System check" msgstr "" -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" +#: ../../mod/setup.php:282 +msgid "Check again" msgstr "" -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" +#: ../../mod/setup.php:304 +msgid "Database connection" msgstr "" -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" +#: ../../mod/setup.php:305 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." msgstr "" -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" +#: ../../mod/setup.php:306 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" +#: ../../mod/setup.php:307 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../view/theme/apw/php/config.php:259 -#: ../../view/theme/redbasic/php/config.php:100 -msgid "Theme settings" +#: ../../mod/setup.php:311 +msgid "Database Server Name" msgstr "" -#: ../../view/theme/apw/php/config.php:260 -msgid "Set scheme" +#: ../../mod/setup.php:311 +msgid "Default is localhost" msgstr "" -#: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:122 -msgid "Set font-size for posts and comments" +#: ../../mod/setup.php:312 +msgid "Database Port" msgstr "" -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" +#: ../../mod/setup.php:312 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" +#: ../../mod/setup.php:313 +msgid "Database Login Name" msgstr "" -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" +#: ../../mod/setup.php:314 +msgid "Database Login Password" msgstr "" -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" +#: ../../mod/setup.php:315 +msgid "Database Name" msgstr "" -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow color, default #000" +#: ../../mod/setup.php:316 +msgid "Database Type" msgstr "" -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" +#: ../../mod/setup.php:318 ../../mod/setup.php:359 +msgid "Site administrator email address" msgstr "" -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" +#: ../../mod/setup.php:318 ../../mod/setup.php:359 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" +#: ../../mod/setup.php:319 ../../mod/setup.php:361 +msgid "Website URL" msgstr "" -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" +#: ../../mod/setup.php:319 ../../mod/setup.php:361 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background color" +#: ../../mod/setup.php:321 ../../mod/setup.php:363 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" +#: ../../mod/setup.php:348 +msgid "Site settings" msgstr "" -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background color" +#: ../../mod/setup.php:413 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../view/theme/apw/php/config.php:274 -msgid "Set color of items - use hex" +#: ../../mod/setup.php:414 +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 "" -#: ../../view/theme/apw/php/config.php:275 -msgid "Set color of links - use hex" +#: ../../mod/setup.php:418 +msgid "PHP executable path" msgstr "" -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" +#: ../../mod/setup.php:418 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" +#: ../../mod/setup.php:423 +msgid "Command line PHP" msgstr "" -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" +#: ../../mod/setup.php:432 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../view/theme/apw/php/config.php:279 -msgid "Set color of fonts - use hex" +#: ../../mod/setup.php:433 +msgid "This is required for message delivery to work." msgstr "" -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" +#: ../../mod/setup.php:436 +msgid "PHP register_argc_argv" msgstr "" -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" +#: ../../mod/setup.php:454 +#, 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." msgstr "" -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" +#: ../../mod/setup.php:459 +msgid "You can adjust these settings in the servers php.ini." msgstr "" -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" +#: ../../mod/setup.php:461 +msgid "PHP upload limits" msgstr "" -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" +#: ../../mod/setup.php:484 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" +#: ../../mod/setup.php:485 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" +#: ../../mod/setup.php:488 +msgid "Generate encryption keys" msgstr "" -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" +#: ../../mod/setup.php:500 +msgid "libCurl PHP module" msgstr "" -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" +#: ../../mod/setup.php:501 +msgid "GD graphics PHP module" msgstr "" -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" +#: ../../mod/setup.php:502 +msgid "OpenSSL PHP module" msgstr "" -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" +#: ../../mod/setup.php:503 +msgid "mysqli or postgres PHP module" msgstr "" -#: ../../view/theme/redbasic/php/config.php:82 -msgid "Light (Red Matrix default)" +#: ../../mod/setup.php:504 +msgid "mb_string PHP module" msgstr "" -#: ../../view/theme/redbasic/php/config.php:101 -msgid "Select scheme" +#: ../../mod/setup.php:505 +msgid "mcrypt PHP module" msgstr "" -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Narrow navbar" +#: ../../mod/setup.php:506 +msgid "xml PHP module" msgstr "" -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Navigation bar background color" +#: ../../mod/setup.php:510 ../../mod/setup.php:512 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../view/theme/redbasic/php/config.php:104 -msgid "Navigation bar gradient top color" +#: ../../mod/setup.php:510 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:105 -msgid "Navigation bar gradient bottom color" +#: ../../mod/setup.php:516 ../../mod/setup.php:519 +msgid "proc_open" msgstr "" -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Navigation active button gradient top color" +#: ../../mod/setup.php:516 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Navigation active button gradient bottom color" +#: ../../mod/setup.php:524 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:108 -msgid "Navigation bar border color " +#: ../../mod/setup.php:528 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:109 -msgid "Navigation bar icon color " +#: ../../mod/setup.php:532 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:110 -msgid "Navigation bar active icon color " +#: ../../mod/setup.php:536 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:111 -msgid "link color" +#: ../../mod/setup.php:540 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:112 -msgid "Set font-color for banner" +#: ../../mod/setup.php:544 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:113 -msgid "Set the background color" +#: ../../mod/setup.php:548 +msgid "Error: xml PHP module required for DAV but not installed." msgstr "" -#: ../../view/theme/redbasic/php/config.php:114 -msgid "Set the background image" +#: ../../mod/setup.php:566 +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 "" -#: ../../view/theme/redbasic/php/config.php:115 -msgid "Set the background color of items" +#: ../../mod/setup.php:567 +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 "" -#: ../../view/theme/redbasic/php/config.php:116 -msgid "Set the background color of comments" +#: ../../mod/setup.php:568 +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 "" -#: ../../view/theme/redbasic/php/config.php:117 -msgid "Set the border color of comments" +#: ../../mod/setup.php:569 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../view/theme/redbasic/php/config.php:118 -msgid "Set the indent for comments" +#: ../../mod/setup.php:572 +msgid ".htconfig.php is writable" msgstr "" -#: ../../view/theme/redbasic/php/config.php:119 -msgid "Set the basic color for item icons" +#: ../../mod/setup.php:586 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../view/theme/redbasic/php/config.php:120 -msgid "Set the hover color for item icons" +#: ../../mod/setup.php:587 +#, 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 "" -#: ../../view/theme/redbasic/php/config.php:121 -msgid "Set font-size for the entire application" +#: ../../mod/setup.php:588 ../../mod/setup.php:609 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../view/theme/redbasic/php/config.php:121 -msgid "Example: 14px" +#: ../../mod/setup.php:589 +#, 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 "" -#: ../../view/theme/redbasic/php/config.php:123 -msgid "Set font-color for posts and comments" +#: ../../mod/setup.php:592 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set radius of corners" +#: ../../mod/setup.php:608 +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 "" -#: ../../view/theme/redbasic/php/config.php:125 -msgid "Set shadow depth of photos" +#: ../../mod/setup.php:612 +msgid "store is writable" msgstr "" -#: ../../view/theme/redbasic/php/config.php:126 -msgid "Set maximum width of content region in pixel" +#: ../../mod/setup.php:645 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../view/theme/redbasic/php/config.php:126 -msgid "Leave empty for default width" +#: ../../mod/setup.php:646 +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 "" -#: ../../view/theme/redbasic/php/config.php:127 -msgid "Center page content" +#: ../../mod/setup.php:647 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../view/theme/redbasic/php/config.php:128 -msgid "Set minimum opacity of nav bar - to hide it" +#: ../../mod/setup.php:648 +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 "" -#: ../../view/theme/redbasic/php/config.php:129 -msgid "Set size of conversation author photo" +#: ../../mod/setup.php:649 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../view/theme/redbasic/php/config.php:130 -msgid "Set size of followup author photos" +#: ../../mod/setup.php:650 +msgid "" +"Providers are available that issue free certificates which are browser-valid." +msgstr "" + +#: ../../mod/setup.php:652 +msgid "SSL certificate validation" +msgstr "" + +#: ../../mod/setup.php:658 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " +msgstr "" + +#: ../../mod/setup.php:661 +msgid "Url rewrite is working" +msgstr "" + +#: ../../mod/setup.php:670 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: ../../mod/setup.php:694 +msgid "Errors encountered creating database tables." +msgstr "" + +#: ../../mod/setup.php:728 +msgid "

What next

" +msgstr "" + +#: ../../mod/setup.php:729 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: ../../mod/dav.php:121 +msgid "$Projectname channel" +msgstr "" + +#: ../../mod/directory.php:218 ../../mod/profiles.php:728 +msgid "Age: " +msgstr "" + +#: ../../mod/directory.php:224 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/directory.php:236 +msgid "Gender: " +msgstr "" + +#: ../../mod/directory.php:238 +msgid "Status: " +msgstr "" + +#: ../../mod/directory.php:240 +msgid "Homepage: " +msgstr "" + +#: ../../mod/directory.php:243 +msgid "Hometown: " +msgstr "" + +#: ../../mod/directory.php:245 +msgid "About: " +msgstr "" + +#: ../../mod/directory.php:303 +msgid "Public Forum:" +msgstr "" + +#: ../../mod/directory.php:306 +msgid "Keywords: " +msgstr "" + +#: ../../mod/directory.php:311 +#, php-format +msgid "Common connections: %s" +msgstr "" + +#: ../../mod/directory.php:363 +msgid "Finding:" +msgstr "" + +#: ../../mod/directory.php:368 +msgid "next page" +msgstr "" + +#: ../../mod/directory.php:368 +msgid "previous page" +msgstr "" + +#: ../../mod/directory.php:385 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "" + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:119 ../../mod/photos.php:643 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:159 ../../mod/photos.php:930 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:440 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:484 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../mod/photos.php:523 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "" + +#: ../../mod/photos.php:526 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "" + +#: ../../mod/photos.php:550 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:554 ../../mod/photos.php:636 ../../mod/photos.php:915 +msgid "Enter a new album name" +msgstr "" + +#: ../../mod/photos.php:555 ../../mod/photos.php:637 ../../mod/photos.php:916 +msgid "or select an existing one (doubleclick)" +msgstr "" + +#: ../../mod/photos.php:556 +msgid "Create a status post for this upload" +msgstr "" + +#: ../../mod/photos.php:584 +msgid "Album name could not be decoded" +msgstr "" + +#: ../../mod/photos.php:625 ../../mod/photos.php:1157 +#: ../../mod/photos.php:1173 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:649 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:651 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:675 ../../mod/photos.php:1205 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:704 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:749 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:751 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:809 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:816 +msgid "Private Photo" +msgstr "" + +#: ../../mod/photos.php:831 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:875 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "" + +#: ../../mod/photos.php:909 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:911 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:912 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:919 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:921 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:925 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "" + +#: ../../mod/photos.php:928 +msgid "Flag as adult in album view" +msgstr "" + +#: ../../mod/photos.php:1120 +msgid "In This Photo:" +msgstr "" + +#: ../../mod/photos.php:1125 +msgid "Map" +msgstr "" + +#: ../../mod/photos.php:1211 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1234 +msgid "Recent Photos" +msgstr "" + +#: ../../mod/network.php:91 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:129 +msgid "No such channel" +msgstr "" + +#: ../../mod/network.php:143 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:198 +msgid "Collection is empty" +msgstr "" + +#: ../../mod/network.php:207 +msgid "Collection: " +msgstr "" + +#: ../../mod/network.php:226 +msgid "Connection: " +msgstr "" + +#: ../../mod/network.php:233 +msgid "Invalid connection." +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" +msgstr "" + +#: ../../mod/profiles.php:423 +msgid "Religion" +msgstr "" + +#: ../../mod/profiles.php:427 +msgid "Political Views" +msgstr "" + +#: ../../mod/profiles.php:435 +msgid "Sexual Preference" +msgstr "" + +#: ../../mod/profiles.php:439 +msgid "Homepage" +msgstr "" + +#: ../../mod/profiles.php:443 +msgid "Interests" +msgstr "" + +#: ../../mod/profiles.php:537 +msgid "Profile updated." +msgstr "" + +#: ../../mod/profiles.php:626 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: ../../mod/profiles.php:666 +msgid "Edit Profile Details" +msgstr "" + +#: ../../mod/profiles.php:668 +msgid "View this profile" +msgstr "" + +#: ../../mod/profiles.php:670 +msgid "Change Profile Photo" +msgstr "" + +#: ../../mod/profiles.php:671 +msgid "Create a new profile using these settings" +msgstr "" + +#: ../../mod/profiles.php:672 +msgid "Clone this profile" +msgstr "" + +#: ../../mod/profiles.php:673 +msgid "Delete this profile" +msgstr "" + +#: ../../mod/profiles.php:675 +msgid "Import profile from file" +msgstr "" + +#: ../../mod/profiles.php:676 +msgid "Export profile to file" +msgstr "" + +#: ../../mod/profiles.php:677 +msgid "Profile Name:" +msgstr "" + +#: ../../mod/profiles.php:678 +msgid "Your Full Name:" +msgstr "" + +#: ../../mod/profiles.php:679 +msgid "Title/Description:" +msgstr "" + +#: ../../mod/profiles.php:680 +msgid "Your Gender:" +msgstr "" + +#: ../../mod/profiles.php:681 +msgid "Birthday :" +msgstr "" + +#: ../../mod/profiles.php:682 +msgid "Street Address:" +msgstr "" + +#: ../../mod/profiles.php:683 +msgid "Locality/City:" +msgstr "" + +#: ../../mod/profiles.php:684 +msgid "Postal/Zip Code:" +msgstr "" + +#: ../../mod/profiles.php:685 +msgid "Country:" +msgstr "" + +#: ../../mod/profiles.php:686 +msgid "Region/State:" +msgstr "" + +#: ../../mod/profiles.php:687 +msgid " Marital Status:" +msgstr "" + +#: ../../mod/profiles.php:688 +msgid "Who: (if applicable)" +msgstr "" + +#: ../../mod/profiles.php:689 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: ../../mod/profiles.php:690 +msgid "Since [date]:" +msgstr "" + +#: ../../mod/profiles.php:692 +msgid "Homepage URL:" +msgstr "" + +#: ../../mod/profiles.php:695 +msgid "Religious Views:" +msgstr "" + +#: ../../mod/profiles.php:696 +msgid "Keywords:" +msgstr "" + +#: ../../mod/profiles.php:699 +msgid "Example: fishing photography software" +msgstr "" + +#: ../../mod/profiles.php:700 +msgid "Used in directory listings" +msgstr "" + +#: ../../mod/profiles.php:701 +msgid "Tell us about yourself..." +msgstr "" + +#: ../../mod/profiles.php:702 +msgid "Hobbies/Interests" +msgstr "" + +#: ../../mod/profiles.php:703 +msgid "Contact information and Social Networks" +msgstr "" + +#: ../../mod/profiles.php:704 +msgid "My other channels" +msgstr "" + +#: ../../mod/profiles.php:705 +msgid "Musical interests" +msgstr "" + +#: ../../mod/profiles.php:706 +msgid "Books, literature" +msgstr "" + +#: ../../mod/profiles.php:707 +msgid "Television" +msgstr "" + +#: ../../mod/profiles.php:708 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: ../../mod/profiles.php:709 +msgid "Love/romance" +msgstr "" + +#: ../../mod/profiles.php:710 +msgid "Work/employment" +msgstr "" + +#: ../../mod/profiles.php:711 +msgid "School/education" +msgstr "" + +#: ../../mod/profiles.php:717 +msgid "This is your default profile." +msgstr "" + +#: ../../mod/profiles.php:771 +msgid "Edit/Manage Profiles" +msgstr "" + +#: ../../mod/profiles.php:772 +msgid "Add profile things" +msgstr "" + +#: ../../mod/profiles.php:773 +msgid "Include desirable objects in your profile" +msgstr "" + +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "" + +#: ../../mod/blocks.php:149 +msgid "Block Title" +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/webpages.php:191 +msgid "Page Title" +msgstr "" + +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "" + +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "" + +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "" + +#: ../../mod/like.php:21 +msgid "" +"Please login with your $Projectname ID or register as a new $Projectname member to continue." +msgstr "" + +#: ../../mod/like.php:101 ../../mod/like.php:128 ../../mod/like.php:166 +msgid "Invalid request." +msgstr "" + +#: ../../mod/like.php:143 +msgid "thing" +msgstr "" + +#: ../../mod/like.php:189 +msgid "Channel unavailable." +msgstr "" + +#: ../../mod/like.php:228 +msgid "Previous action reversed." +msgstr "" + +#: ../../mod/like.php:398 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:400 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:402 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:404 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:406 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:408 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: ../../mod/like.php:492 +msgid "Action completed." +msgstr "" + +#: ../../mod/like.php:493 +msgid "Thank you." +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 "" #: ../../boot.php:1355 diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 6532b4ec1..02f679852 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -11,7 +11,7 @@ @@ -34,7 +34,7 @@ @@ -50,7 +50,7 @@