diff --git a/boot.php b/boot.php index 7d02ba9e04..852b8eef33 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1584' ); +define ( 'FRIENDICA_VERSION', '3.1.1586' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1157 ); diff --git a/mod/display.php b/mod/display.php index 2e0b8216a4..345b8e9f1e 100644 --- a/mod/display.php +++ b/mod/display.php @@ -37,6 +37,7 @@ function display_content(&$a, $update = 0) { if($update) { $item_id = $_REQUEST['item_id']; + $a->profile = array('uid' => intval($update), 'profile_uid' => intval($update)); } else { $item_id = (($a->argc > 2) ? intval($a->argv[2]) : 0); @@ -116,6 +117,8 @@ function display_content(&$a, $update = 0) { $sql_extra = item_permissions_sql($a->profile['uid'],$remote_contact,$groups); if($update) { + +dbg(1); $r = q("SELECT id FROM item WHERE item.uid = %d AND `item`.`parent` = ( SELECT `parent` FROM `item` WHERE ( `id` = '%s' OR `uri` = '%s' )) $sql_extra AND unseen = 1", @@ -123,6 +126,7 @@ function display_content(&$a, $update = 0) { dbesc($item_id), dbesc($item_id) ); +dbg(0); if(!$r) return ''; } diff --git a/util/messages.po b/util/messages.po index 529474b2d3..92e4589f94 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1584\n" +"Project-Id-Version: 3.1.1586\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-10 10:00-0800\n" +"POT-Creation-Date: 2013-01-12 10:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" #: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 #: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 #: ../../mod/api.php:31 ../../mod/photos.php:133 ../../mod/photos.php:995 -#: ../../mod/editpost.php:10 ../../mod/install.php:155 ../../mod/poke.php:135 +#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 #: ../../mod/notifications.php:66 ../../mod/contacts.php:147 #: ../../mod/settings.php:91 ../../mod/settings.php:542 #: ../../mod/settings.php:547 ../../mod/manage.php:90 ../../mod/network.php:6 @@ -46,7 +46,7 @@ msgstr "" #: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 #: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 #: ../../mod/group.php:19 ../../mod/viewcontacts.php:22 -#: ../../mod/register.php:40 ../../mod/regmod.php:125 ../../mod/item.php:139 +#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/item.php:139 #: ../../mod/item.php:155 ../../mod/mood.php:114 #: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 #: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 @@ -60,7 +60,7 @@ msgstr "" #: ../../addon/facebook/facebook.php:518 ../../addon/fbpost/fbpost.php:170 #: ../../addon/fbpost/fbpost.php:176 #: ../../addon/dav/friendica/layout.fnk.php:354 -#: ../../addon/tumblr/tumblr.php:34 ../../include/items.php:3994 +#: ../../addon/tumblr/tumblr.php:34 ../../include/items.php:3987 #: ../../index.php:333 ../../addon.old/facebook/facebook.php:510 #: ../../addon.old/facebook/facebook.php:516 #: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165 @@ -134,8 +134,8 @@ msgstr "" #: ../../mod/events.php:466 ../../mod/photos.php:1028 #: ../../mod/photos.php:1118 ../../mod/photos.php:1402 #: ../../mod/photos.php:1442 ../../mod/photos.php:1486 -#: ../../mod/photos.php:1569 ../../mod/install.php:252 -#: ../../mod/install.php:290 ../../mod/localtime.php:45 ../../mod/poke.php:199 +#: ../../mod/photos.php:1569 ../../mod/install.php:248 +#: ../../mod/install.php:286 ../../mod/localtime.php:45 ../../mod/poke.php:199 #: ../../mod/content.php:710 ../../mod/contacts.php:352 #: ../../mod/settings.php:560 ../../mod/settings.php:670 #: ../../mod/settings.php:739 ../../mod/settings.php:811 @@ -159,7 +159,7 @@ msgstr "" #: ../../addon/impressum/impressum.php:83 #: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 #: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 +#: ../../addon/openstreetmap/openstreetmap.php:94 #: ../../addon/group_text/group_text.php:84 #: ../../addon/libravatar/libravatar.php:99 #: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:91 @@ -284,12 +284,12 @@ msgstr "" msgid "Edit event" msgstr "" -#: ../../mod/events.php:323 ../../include/text.php:1247 +#: ../../mod/events.php:323 ../../include/text.php:1246 msgid "link to source" msgstr "" #: ../../mod/events.php:358 ../../view/theme/diabook/theme.php:91 -#: ../../include/nav.php:52 ../../boot.php:1813 +#: ../../include/nav.php:52 ../../boot.php:1829 msgid "Events" msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "Previous" msgstr "" -#: ../../mod/events.php:361 ../../mod/install.php:211 +#: ../../mod/events.php:361 ../../mod/install.php:207 #: ../../addon/dav/friendica/layout.fnk.php:266 #: ../../addon.old/dav/friendica/layout.fnk.php:266 msgid "Next" @@ -348,7 +348,7 @@ msgstr "" #: ../../mod/events.php:459 ../../mod/directory.php:134 #: ../../addon/forumdirectory/forumdirectory.php:156 #: ../../include/event.php:40 ../../include/bb2diaspora.php:415 -#: ../../boot.php:1334 +#: ../../boot.php:1350 msgid "Location:" msgstr "" @@ -417,7 +417,7 @@ msgstr "" #: ../../mod/settings.php:969 ../../mod/settings.php:975 #: ../../mod/settings.php:1005 ../../mod/settings.php:1006 #: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/register.php:254 +#: ../../mod/settings.php:1009 ../../mod/register.php:239 #: ../../mod/profiles.php:603 msgid "Yes" msgstr "" @@ -429,12 +429,12 @@ msgstr "" #: ../../mod/settings.php:969 ../../mod/settings.php:975 #: ../../mod/settings.php:1005 ../../mod/settings.php:1006 #: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/register.php:255 +#: ../../mod/settings.php:1009 ../../mod/register.php:240 #: ../../mod/profiles.php:604 msgid "No" msgstr "" -#: ../../mod/photos.php:51 ../../boot.php:1806 +#: ../../mod/photos.php:51 ../../boot.php:1822 msgid "Photo Albums" msgstr "" @@ -657,7 +657,7 @@ msgid "This is you" msgstr "" #: ../../mod/photos.php:1441 ../../mod/photos.php:1485 -#: ../../mod/photos.php:1568 ../../mod/content.php:709 ../../boot.php:635 +#: ../../mod/photos.php:1568 ../../mod/content.php:709 ../../boot.php:641 #: ../../object/Item.php:289 ../../object/Item.php:608 msgid "Comment" msgstr "" @@ -948,7 +948,7 @@ msgstr "" msgid "Confirm" msgstr "" -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3370 +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3366 msgid "[Name Withheld]" msgstr "" @@ -1079,284 +1079,284 @@ msgid "" "of your account (photos are not exported)" msgstr "" -#: ../../mod/install.php:121 +#: ../../mod/install.php:117 msgid "Friendica Social Communications Server - Setup" msgstr "" -#: ../../mod/install.php:127 +#: ../../mod/install.php:123 msgid "Could not connect to database." msgstr "" -#: ../../mod/install.php:131 +#: ../../mod/install.php:127 msgid "Could not create table." msgstr "" -#: ../../mod/install.php:137 +#: ../../mod/install.php:133 msgid "Your Friendica site database has been installed." msgstr "" -#: ../../mod/install.php:142 +#: ../../mod/install.php:138 msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." msgstr "" -#: ../../mod/install.php:143 ../../mod/install.php:210 -#: ../../mod/install.php:510 +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:506 msgid "Please see the file \"INSTALL.txt\"." msgstr "" -#: ../../mod/install.php:207 +#: ../../mod/install.php:203 msgid "System check" msgstr "" -#: ../../mod/install.php:212 +#: ../../mod/install.php:208 msgid "Check again" msgstr "" -#: ../../mod/install.php:231 +#: ../../mod/install.php:227 msgid "Database connection" msgstr "" -#: ../../mod/install.php:232 +#: ../../mod/install.php:228 msgid "" "In order to install Friendica we need to know how to connect to your " "database." msgstr "" -#: ../../mod/install.php:233 +#: ../../mod/install.php:229 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "" -#: ../../mod/install.php:234 +#: ../../mod/install.php:230 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "" -#: ../../mod/install.php:238 +#: ../../mod/install.php:234 msgid "Database Server Name" msgstr "" -#: ../../mod/install.php:239 +#: ../../mod/install.php:235 msgid "Database Login Name" msgstr "" -#: ../../mod/install.php:240 +#: ../../mod/install.php:236 msgid "Database Login Password" msgstr "" -#: ../../mod/install.php:241 +#: ../../mod/install.php:237 msgid "Database Name" msgstr "" -#: ../../mod/install.php:242 ../../mod/install.php:281 +#: ../../mod/install.php:238 ../../mod/install.php:277 msgid "Site administrator email address" msgstr "" -#: ../../mod/install.php:242 ../../mod/install.php:281 +#: ../../mod/install.php:238 ../../mod/install.php:277 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "" -#: ../../mod/install.php:246 ../../mod/install.php:284 +#: ../../mod/install.php:242 ../../mod/install.php:280 msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/install.php:271 +#: ../../mod/install.php:267 msgid "Site settings" msgstr "" -#: ../../mod/install.php:324 +#: ../../mod/install.php:320 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/install.php:325 +#: ../../mod/install.php:321 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. See 'Activating scheduled tasks'" msgstr "" -#: ../../mod/install.php:329 +#: ../../mod/install.php:325 msgid "PHP executable path" msgstr "" -#: ../../mod/install.php:329 +#: ../../mod/install.php:325 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "" -#: ../../mod/install.php:334 +#: ../../mod/install.php:330 msgid "Command line PHP" msgstr "" -#: ../../mod/install.php:343 +#: ../../mod/install.php:339 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/install.php:344 +#: ../../mod/install.php:340 msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/install.php:346 +#: ../../mod/install.php:342 msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/install.php:367 +#: ../../mod/install.php:363 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "" -#: ../../mod/install.php:368 +#: ../../mod/install.php:364 msgid "" "If running under Windows, please see \"http://www.php.net/manual/en/openssl." "installation.php\"." msgstr "" -#: ../../mod/install.php:370 +#: ../../mod/install.php:366 msgid "Generate encryption keys" msgstr "" -#: ../../mod/install.php:377 +#: ../../mod/install.php:373 msgid "libCurl PHP module" msgstr "" -#: ../../mod/install.php:378 +#: ../../mod/install.php:374 msgid "GD graphics PHP module" msgstr "" -#: ../../mod/install.php:379 +#: ../../mod/install.php:375 msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/install.php:380 +#: ../../mod/install.php:376 msgid "mysqli PHP module" msgstr "" -#: ../../mod/install.php:381 +#: ../../mod/install.php:377 msgid "mb_string PHP module" msgstr "" -#: ../../mod/install.php:386 ../../mod/install.php:388 +#: ../../mod/install.php:382 ../../mod/install.php:384 msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/install.php:386 +#: ../../mod/install.php:382 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/install.php:394 +#: ../../mod/install.php:390 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/install.php:398 +#: ../../mod/install.php:394 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/install.php:402 +#: ../../mod/install.php:398 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/install.php:406 +#: ../../mod/install.php:402 msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/install.php:410 +#: ../../mod/install.php:406 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/install.php:427 +#: ../../mod/install.php:423 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/install.php:428 +#: ../../mod/install.php:424 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/install.php:429 +#: ../../mod/install.php:425 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Friendica top folder." msgstr "" -#: ../../mod/install.php:430 +#: ../../mod/install.php:426 msgid "" "You can alternatively skip this procedure and perform a manual installation. " "Please see the file \"INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/install.php:433 +#: ../../mod/install.php:429 msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/install.php:443 +#: ../../mod/install.php:439 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/install.php:444 +#: ../../mod/install.php:440 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "" -#: ../../mod/install.php:445 +#: ../../mod/install.php:441 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has " "write access to this folder." msgstr "" -#: ../../mod/install.php:446 +#: ../../mod/install.php:442 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/install.php:449 +#: ../../mod/install.php:445 msgid "view/smarty3 is writable" msgstr "" -#: ../../mod/install.php:461 +#: ../../mod/install.php:457 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/install.php:463 +#: ../../mod/install.php:459 msgid "Url rewrite is working" msgstr "" -#: ../../mod/install.php:473 +#: ../../mod/install.php:469 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/install.php:497 +#: ../../mod/install.php:493 msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/install.php:508 +#: ../../mod/install.php:504 msgid "

What next

" msgstr "" -#: ../../mod/install.php:509 +#: ../../mod/install.php:505 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" @@ -1428,7 +1428,7 @@ msgid "is interested in:" msgstr "" #: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1272 +#: ../../include/contact_widgets.php:9 ../../boot.php:1288 msgid "Connect" msgstr "" @@ -1486,7 +1486,7 @@ msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../mod/content.php:605 ../../include/text.php:1503 +#: ../../mod/content.php:605 ../../include/text.php:1502 #: ../../object/Item.php:314 ../../object/Item.php:327 msgid "comment" msgid_plural "comments" @@ -1495,7 +1495,7 @@ msgstr[1] "" #: ../../mod/content.php:606 ../../addon/page/page.php:77 #: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:204 ../../boot.php:636 +#: ../../include/contact_widgets.php:204 ../../boot.php:642 #: ../../object/Item.php:315 ../../addon.old/page/page.php:77 #: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119 msgid "show more" @@ -2091,63 +2091,63 @@ msgstr "" msgid "Password reset request issued. Check your email." msgstr "" -#: ../../mod/lostpass.php:49 +#: ../../mod/lostpass.php:44 #, php-format msgid "Password reset requested at %s" msgstr "" -#: ../../mod/lostpass.php:71 +#: ../../mod/lostpass.php:66 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:89 ../../boot.php:1006 +#: ../../mod/lostpass.php:84 ../../boot.php:1022 msgid "Password Reset" msgstr "" -#: ../../mod/lostpass.php:90 +#: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "" -#: ../../mod/lostpass.php:91 +#: ../../mod/lostpass.php:86 msgid "Your new password is" msgstr "" -#: ../../mod/lostpass.php:92 +#: ../../mod/lostpass.php:87 msgid "Save or copy your new password - and then" msgstr "" -#: ../../mod/lostpass.php:93 +#: ../../mod/lostpass.php:88 msgid "click here to login" msgstr "" -#: ../../mod/lostpass.php:94 +#: ../../mod/lostpass.php:89 msgid "" "Your password may be changed from the Settings page after " "successful login." msgstr "" -#: ../../mod/lostpass.php:116 +#: ../../mod/lostpass.php:107 #, php-format msgid "Your password has been changed at %s" msgstr "" -#: ../../mod/lostpass.php:131 +#: ../../mod/lostpass.php:122 msgid "Forgot your Password?" msgstr "" -#: ../../mod/lostpass.php:132 +#: ../../mod/lostpass.php:123 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "" -#: ../../mod/lostpass.php:133 +#: ../../mod/lostpass.php:124 msgid "Nickname or Email: " msgstr "" -#: ../../mod/lostpass.php:134 +#: ../../mod/lostpass.php:125 msgid "Reset" msgstr "" @@ -2219,7 +2219,7 @@ msgstr "" #: ../../addon/fbpost/fbpost.php:155 #: ../../addon/remote_permissions/remote_permissions.php:205 #: ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 +#: ../../addon/openstreetmap/openstreetmap.php:104 #: ../../addon/altpager/altpager.php:107 ../../addon/mathjax/mathjax.php:66 #: ../../addon/piwik/piwik.php:105 ../../addon/twitter/twitter.php:548 #: ../../addon.old/facebook/facebook.php:495 @@ -2782,7 +2782,7 @@ msgstr "" msgid "Invalid contact." msgstr "" -#: ../../mod/notes.php:44 ../../boot.php:1820 +#: ../../mod/notes.php:44 ../../boot.php:1836 msgid "Personal Notes" msgstr "" @@ -2791,7 +2791,7 @@ msgstr "" #: ../../addon/privacy_image_cache/privacy_image_cache.php:354 #: ../../addon/fbpost/fbpost.php:322 #: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:742 +#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:741 #: ../../addon.old/facebook/facebook.php:770 #: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263 #: ../../addon.old/fbpost/fbpost.php:267 @@ -2800,7 +2800,7 @@ msgstr "" msgid "Save" msgstr "" -#: ../../mod/uimport.php:50 ../../mod/register.php:207 +#: ../../mod/uimport.php:50 ../../mod/register.php:192 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." @@ -2956,7 +2956,7 @@ msgstr "" #: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../view/theme/diabook/theme.php:88 ../../include/profile_advanced.php:7 #: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1796 +#: ../../boot.php:1812 msgid "Profile" msgstr "" @@ -3179,89 +3179,89 @@ msgstr "" msgid "No contacts." msgstr "" -#: ../../mod/viewcontacts.php:76 ../../include/text.php:679 +#: ../../mod/viewcontacts.php:76 ../../include/text.php:678 msgid "View Contacts" msgstr "" -#: ../../mod/register.php:99 ../../mod/regmod.php:61 +#: ../../mod/register.php:91 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "" -#: ../../mod/register.php:107 +#: ../../mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "" -#: ../../mod/register.php:111 +#: ../../mod/register.php:103 msgid "Failed to send email message. Here is the message that failed." msgstr "" -#: ../../mod/register.php:116 +#: ../../mod/register.php:108 msgid "Your registration can not be processed." msgstr "" -#: ../../mod/register.php:160 +#: ../../mod/register.php:145 #, php-format msgid "Registration request at %s" msgstr "" -#: ../../mod/register.php:169 +#: ../../mod/register.php:154 msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/register.php:235 +#: ../../mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "" -#: ../../mod/register.php:236 +#: ../../mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "" -#: ../../mod/register.php:237 +#: ../../mod/register.php:222 msgid "Your OpenID (optional): " msgstr "" -#: ../../mod/register.php:251 +#: ../../mod/register.php:236 msgid "Include your profile in member directory?" msgstr "" -#: ../../mod/register.php:272 +#: ../../mod/register.php:257 msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/register.php:273 +#: ../../mod/register.php:258 msgid "Your invitation ID: " msgstr "" -#: ../../mod/register.php:276 ../../mod/admin.php:462 +#: ../../mod/register.php:261 ../../mod/admin.php:462 msgid "Registration" msgstr "" -#: ../../mod/register.php:284 +#: ../../mod/register.php:269 msgid "Your Full Name (e.g. Joe Smith): " msgstr "" -#: ../../mod/register.php:285 +#: ../../mod/register.php:270 msgid "Your Email Address: " msgstr "" -#: ../../mod/register.php:286 +#: ../../mod/register.php:271 msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be 'nickname@$sitename'." msgstr "" -#: ../../mod/register.php:287 +#: ../../mod/register.php:272 msgid "Choose a nickname: " msgstr "" -#: ../../mod/register.php:290 ../../include/nav.php:81 ../../boot.php:967 +#: ../../mod/register.php:275 ../../include/nav.php:81 ../../boot.php:983 msgid "Register" msgstr "" @@ -3271,7 +3271,7 @@ msgstr "" #: ../../mod/like.php:145 ../../mod/subthread.php:87 ../../mod/tagger.php:62 #: ../../addon/communityhome/communityhome.php:171 -#: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1499 +#: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1498 #: ../../include/diaspora.php:1851 ../../include/conversation.php:125 #: ../../include/conversation.php:253 #: ../../addon.old/communityhome/communityhome.php:163 @@ -3309,7 +3309,7 @@ msgstr "" #: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 #: ../../mod/admin.php:773 ../../mod/admin.php:972 ../../mod/display.php:47 -#: ../../mod/display.php:177 ../../include/items.php:3860 +#: ../../mod/display.php:177 ../../include/items.php:3853 msgid "Item not found." msgstr "" @@ -3318,7 +3318,7 @@ msgid "Access denied." msgstr "" #: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:90 -#: ../../include/nav.php:51 ../../boot.php:1803 +#: ../../include/nav.php:51 ../../boot.php:1819 msgid "Photos" msgstr "" @@ -3326,16 +3326,16 @@ msgstr "" msgid "Files" msgstr "" -#: ../../mod/regmod.php:70 +#: ../../mod/regmod.php:63 msgid "Account approved." msgstr "" -#: ../../mod/regmod.php:107 +#: ../../mod/regmod.php:100 #, php-format msgid "Registration revoked for %s" msgstr "" -#: ../../mod/regmod.php:119 +#: ../../mod/regmod.php:112 msgid "Please login." msgstr "" @@ -4255,7 +4255,7 @@ msgstr "" msgid "FTP Password" msgstr "" -#: ../../mod/profile.php:21 ../../boot.php:1180 +#: ../../mod/profile.php:21 ../../boot.php:1196 msgid "Requested profile is not available." msgstr "" @@ -4363,8 +4363,8 @@ msgstr "" msgid "No installed applications." msgstr "" -#: ../../mod/search.php:99 ../../include/text.php:739 -#: ../../include/text.php:740 ../../include/nav.php:91 +#: ../../mod/search.php:99 ../../include/text.php:738 +#: ../../include/text.php:739 ../../include/nav.php:91 msgid "Search" msgstr "" @@ -4662,23 +4662,23 @@ msgstr "" msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/profiles.php:719 ../../boot.php:1300 +#: ../../mod/profiles.php:719 ../../boot.php:1316 msgid "Change profile photo" msgstr "" -#: ../../mod/profiles.php:720 ../../boot.php:1301 +#: ../../mod/profiles.php:720 ../../boot.php:1317 msgid "Create New Profile" msgstr "" -#: ../../mod/profiles.php:731 ../../boot.php:1311 +#: ../../mod/profiles.php:731 ../../boot.php:1327 msgid "Profile Image" msgstr "" -#: ../../mod/profiles.php:733 ../../boot.php:1314 +#: ../../mod/profiles.php:733 ../../boot.php:1330 msgid "visible to everybody" msgstr "" -#: ../../mod/profiles.php:734 ../../boot.php:1315 +#: ../../mod/profiles.php:734 ../../boot.php:1331 msgid "Edit visibility" msgstr "" @@ -4810,19 +4810,19 @@ msgstr "" #: ../../mod/directory.php:136 #: ../../addon/forumdirectory/forumdirectory.php:158 -#: ../../include/profile_advanced.php:17 ../../boot.php:1336 +#: ../../include/profile_advanced.php:17 ../../boot.php:1352 msgid "Gender:" msgstr "" #: ../../mod/directory.php:138 #: ../../addon/forumdirectory/forumdirectory.php:160 -#: ../../include/profile_advanced.php:37 ../../boot.php:1339 +#: ../../include/profile_advanced.php:37 ../../boot.php:1355 msgid "Status:" msgstr "" #: ../../mod/directory.php:140 #: ../../addon/forumdirectory/forumdirectory.php:162 -#: ../../include/profile_advanced.php:48 ../../boot.php:1341 +#: ../../include/profile_advanced.php:48 ../../boot.php:1357 msgid "Homepage:" msgstr "" @@ -4998,12 +4998,12 @@ msgstr "" msgid "Unable to update your contact profile details on our system" msgstr "" -#: ../../mod/dfrn_confirm.php:760 +#: ../../mod/dfrn_confirm.php:751 #, php-format msgid "Connection accepted at %s" msgstr "" -#: ../../mod/dfrn_confirm.php:809 +#: ../../mod/dfrn_confirm.php:800 #, php-format msgid "%1$s has joined %2$s" msgstr "" @@ -5143,7 +5143,7 @@ msgid "Problems with Facebook Real-Time Updates" msgstr "" #: ../../addon/facebook/facebook.php:704 -#: ../../addon/facebook/facebook.php:1202 ../../addon/fbpost/fbpost.php:817 +#: ../../addon/facebook/facebook.php:1202 ../../addon/fbpost/fbpost.php:821 #: ../../addon/public_server/public_server.php:62 #: ../../addon/testdrive/testdrive.php:67 #: ../../addon.old/facebook/facebook.php:702 @@ -5257,7 +5257,7 @@ msgstr "" msgid "Post to Facebook" msgstr "" -#: ../../addon/facebook/facebook.php:923 ../../addon/fbpost/fbpost.php:483 +#: ../../addon/facebook/facebook.php:923 ../../addon/fbpost/fbpost.php:487 #: ../../addon.old/facebook/facebook.php:921 #: ../../addon.old/fbpost/fbpost.php:399 msgid "" @@ -5265,31 +5265,31 @@ msgid "" "conflict." msgstr "" -#: ../../addon/facebook/facebook.php:1151 ../../addon/fbpost/fbpost.php:762 +#: ../../addon/facebook/facebook.php:1151 ../../addon/fbpost/fbpost.php:766 #: ../../addon.old/facebook/facebook.php:1149 #: ../../addon.old/fbpost/fbpost.php:610 msgid "View on Friendica" msgstr "" -#: ../../addon/facebook/facebook.php:1184 ../../addon/fbpost/fbpost.php:799 +#: ../../addon/facebook/facebook.php:1184 ../../addon/fbpost/fbpost.php:803 #: ../../addon.old/facebook/facebook.php:1182 #: ../../addon.old/fbpost/fbpost.php:643 msgid "Facebook post failed. Queued for retry." msgstr "" -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:839 +#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:843 #: ../../addon.old/facebook/facebook.php:1222 #: ../../addon.old/fbpost/fbpost.php:683 msgid "Your Facebook connection became invalid. Please Re-authenticate." msgstr "" -#: ../../addon/facebook/facebook.php:1225 ../../addon/fbpost/fbpost.php:840 +#: ../../addon/facebook/facebook.php:1225 ../../addon/fbpost/fbpost.php:844 #: ../../addon.old/facebook/facebook.php:1223 #: ../../addon.old/fbpost/fbpost.php:684 msgid "Facebook connection became invalid" msgstr "" -#: ../../addon/facebook/facebook.php:1226 ../../addon/fbpost/fbpost.php:841 +#: ../../addon/facebook/facebook.php:1226 ../../addon/fbpost/fbpost.php:845 #: ../../addon.old/facebook/facebook.php:1224 #: ../../addon.old/fbpost/fbpost.php:685 #, php-format @@ -5727,7 +5727,7 @@ msgstr "" #: ../../addon/communityhome/communityhome.php:28 #: ../../addon/communityhome/communityhome.php:34 ../../include/nav.php:64 -#: ../../boot.php:992 ../../addon.old/communityhome/communityhome.php:28 +#: ../../boot.php:1008 ../../addon.old/communityhome/communityhome.php:28 #: ../../addon.old/communityhome/communityhome.php:34 #: ../../addon.old/communityhome/twillingham/communityhome.php:28 #: ../../addon.old/communityhome/twillingham/communityhome.php:34 @@ -5763,7 +5763,7 @@ msgid "Latest likes" msgstr "" #: ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:456 ../../include/text.php:1497 +#: ../../view/theme/diabook/theme.php:456 ../../include/text.php:1496 #: ../../include/conversation.php:117 ../../include/conversation.php:245 #: ../../addon.old/communityhome/communityhome.php:155 msgid "event" @@ -5917,7 +5917,7 @@ msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:254 #: ../../addon/dav/common/wdcal_edit.inc.php:270 #: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:231 #: ../../addon.old/dav/common/wdcal_edit.inc.php:254 #: ../../addon.old/dav/common/wdcal_edit.inc.php:270 @@ -5928,7 +5928,7 @@ msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:235 #: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:235 #: ../../addon.old/dav/common/wdcal_edit.inc.php:274 #: ../../addon.old/dav/common/wdcal_edit.inc.php:308 @@ -5936,35 +5936,35 @@ msgid "Monday" msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:238 #: ../../addon.old/dav/common/wdcal_edit.inc.php:277 msgid "Tuesday" msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:241 #: ../../addon.old/dav/common/wdcal_edit.inc.php:280 msgid "Wednesday" msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:244 #: ../../addon.old/dav/common/wdcal_edit.inc.php:283 msgid "Thursday" msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:247 #: ../../addon.old/dav/common/wdcal_edit.inc.php:286 msgid "Friday" msgstr "" #: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:976 +#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:975 #: ../../addon.old/dav/common/wdcal_edit.inc.php:250 #: ../../addon.old/dav/common/wdcal_edit.inc.php:289 msgid "Saturday" @@ -6911,24 +6911,24 @@ msgstr "" msgid "Quick Comment settings saved." msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:71 +#: ../../addon/openstreetmap/openstreetmap.php:95 #: ../../addon.old/openstreetmap/openstreetmap.php:71 msgid "Tile Server URL" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:71 +#: ../../addon/openstreetmap/openstreetmap.php:95 #: ../../addon.old/openstreetmap/openstreetmap.php:71 msgid "" "A list of public tile servers" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:72 +#: ../../addon/openstreetmap/openstreetmap.php:96 #: ../../addon.old/openstreetmap/openstreetmap.php:72 msgid "Default zoom" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:72 +#: ../../addon/openstreetmap/openstreetmap.php:96 #: ../../addon.old/openstreetmap/openstreetmap.php:72 msgid "The default zoom level. (1:world, 18:highest)" msgstr "" @@ -8380,242 +8380,242 @@ msgstr "" msgid " on Last.fm" msgstr "" -#: ../../include/text.php:263 +#: ../../include/text.php:262 msgid "prev" msgstr "" -#: ../../include/text.php:265 +#: ../../include/text.php:264 msgid "first" msgstr "" -#: ../../include/text.php:294 +#: ../../include/text.php:293 msgid "last" msgstr "" -#: ../../include/text.php:297 +#: ../../include/text.php:296 msgid "next" msgstr "" -#: ../../include/text.php:315 +#: ../../include/text.php:314 msgid "newer" msgstr "" -#: ../../include/text.php:319 +#: ../../include/text.php:318 msgid "older" msgstr "" -#: ../../include/text.php:658 +#: ../../include/text.php:657 msgid "No contacts" msgstr "" -#: ../../include/text.php:667 +#: ../../include/text.php:666 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:780 +#: ../../include/text.php:779 msgid "poke" msgstr "" -#: ../../include/text.php:780 ../../include/conversation.php:210 +#: ../../include/text.php:779 ../../include/conversation.php:210 msgid "poked" msgstr "" -#: ../../include/text.php:781 +#: ../../include/text.php:780 msgid "ping" msgstr "" -#: ../../include/text.php:781 +#: ../../include/text.php:780 msgid "pinged" msgstr "" -#: ../../include/text.php:782 +#: ../../include/text.php:781 msgid "prod" msgstr "" -#: ../../include/text.php:782 +#: ../../include/text.php:781 msgid "prodded" msgstr "" -#: ../../include/text.php:783 +#: ../../include/text.php:782 msgid "slap" msgstr "" -#: ../../include/text.php:783 +#: ../../include/text.php:782 msgid "slapped" msgstr "" -#: ../../include/text.php:784 +#: ../../include/text.php:783 msgid "finger" msgstr "" -#: ../../include/text.php:784 +#: ../../include/text.php:783 msgid "fingered" msgstr "" -#: ../../include/text.php:785 +#: ../../include/text.php:784 msgid "rebuff" msgstr "" -#: ../../include/text.php:785 +#: ../../include/text.php:784 msgid "rebuffed" msgstr "" -#: ../../include/text.php:797 +#: ../../include/text.php:796 msgid "happy" msgstr "" -#: ../../include/text.php:798 +#: ../../include/text.php:797 msgid "sad" msgstr "" -#: ../../include/text.php:799 +#: ../../include/text.php:798 msgid "mellow" msgstr "" -#: ../../include/text.php:800 +#: ../../include/text.php:799 msgid "tired" msgstr "" -#: ../../include/text.php:801 +#: ../../include/text.php:800 msgid "perky" msgstr "" -#: ../../include/text.php:802 +#: ../../include/text.php:801 msgid "angry" msgstr "" -#: ../../include/text.php:803 +#: ../../include/text.php:802 msgid "stupified" msgstr "" -#: ../../include/text.php:804 +#: ../../include/text.php:803 msgid "puzzled" msgstr "" -#: ../../include/text.php:805 +#: ../../include/text.php:804 msgid "interested" msgstr "" -#: ../../include/text.php:806 +#: ../../include/text.php:805 msgid "bitter" msgstr "" -#: ../../include/text.php:807 +#: ../../include/text.php:806 msgid "cheerful" msgstr "" -#: ../../include/text.php:808 +#: ../../include/text.php:807 msgid "alive" msgstr "" -#: ../../include/text.php:809 +#: ../../include/text.php:808 msgid "annoyed" msgstr "" -#: ../../include/text.php:810 +#: ../../include/text.php:809 msgid "anxious" msgstr "" -#: ../../include/text.php:811 +#: ../../include/text.php:810 msgid "cranky" msgstr "" -#: ../../include/text.php:812 +#: ../../include/text.php:811 msgid "disturbed" msgstr "" -#: ../../include/text.php:813 +#: ../../include/text.php:812 msgid "frustrated" msgstr "" -#: ../../include/text.php:814 +#: ../../include/text.php:813 msgid "motivated" msgstr "" -#: ../../include/text.php:815 +#: ../../include/text.php:814 msgid "relaxed" msgstr "" -#: ../../include/text.php:816 +#: ../../include/text.php:815 msgid "surprised" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "January" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "February" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "March" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "April" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "May" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "June" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "July" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "August" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "September" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "October" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "November" msgstr "" -#: ../../include/text.php:980 +#: ../../include/text.php:979 msgid "December" msgstr "" -#: ../../include/text.php:1067 +#: ../../include/text.php:1066 msgid "bytes" msgstr "" -#: ../../include/text.php:1094 ../../include/text.php:1106 +#: ../../include/text.php:1093 ../../include/text.php:1105 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1279 ../../include/user.php:237 +#: ../../include/text.php:1278 ../../include/user.php:237 msgid "default" msgstr "" -#: ../../include/text.php:1291 +#: ../../include/text.php:1290 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1501 +#: ../../include/text.php:1500 msgid "activity" msgstr "" -#: ../../include/text.php:1504 +#: ../../include/text.php:1503 msgid "post" msgstr "" -#: ../../include/text.php:1659 +#: ../../include/text.php:1658 msgid "Item filed" msgstr "" @@ -8710,7 +8710,7 @@ msgstr "" msgid "Contacts not in any group" msgstr "" -#: ../../include/nav.php:46 ../../boot.php:991 +#: ../../include/nav.php:46 ../../boot.php:1007 msgid "Logout" msgstr "" @@ -8718,7 +8718,7 @@ msgstr "" msgid "End this session" msgstr "" -#: ../../include/nav.php:49 ../../boot.php:1789 +#: ../../include/nav.php:49 ../../boot.php:1805 msgid "Status" msgstr "" @@ -8810,7 +8810,7 @@ msgstr "" msgid "Delegations" msgstr "" -#: ../../include/nav.php:142 ../../boot.php:1294 +#: ../../include/nav.php:142 ../../boot.php:1310 msgid "Profiles" msgstr "" @@ -9390,15 +9390,15 @@ msgstr "" msgid "following" msgstr "" -#: ../../include/items.php:3380 +#: ../../include/items.php:3373 msgid "A new person is sharing with you at " msgstr "" -#: ../../include/items.php:3380 +#: ../../include/items.php:3373 msgid "You have a new follower at " msgstr "" -#: ../../include/items.php:4064 +#: ../../include/items.php:4057 msgid "Archives" msgstr "" @@ -9638,125 +9638,125 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../boot.php:634 +#: ../../boot.php:640 msgid "Delete this item?" msgstr "" -#: ../../boot.php:637 +#: ../../boot.php:643 msgid "show fewer" msgstr "" -#: ../../boot.php:859 +#: ../../boot.php:878 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:864 +#: ../../boot.php:880 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:966 +#: ../../boot.php:982 msgid "Create a New Account" msgstr "" -#: ../../boot.php:994 +#: ../../boot.php:1010 msgid "Nickname or Email address: " msgstr "" -#: ../../boot.php:995 +#: ../../boot.php:1011 msgid "Password: " msgstr "" -#: ../../boot.php:996 +#: ../../boot.php:1012 msgid "Remember me" msgstr "" -#: ../../boot.php:999 +#: ../../boot.php:1015 msgid "Or login using OpenID: " msgstr "" -#: ../../boot.php:1005 +#: ../../boot.php:1021 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1008 +#: ../../boot.php:1024 msgid "Website Terms of Service" msgstr "" -#: ../../boot.php:1009 +#: ../../boot.php:1025 msgid "terms of service" msgstr "" -#: ../../boot.php:1011 +#: ../../boot.php:1027 msgid "Website Privacy Policy" msgstr "" -#: ../../boot.php:1012 +#: ../../boot.php:1028 msgid "privacy policy" msgstr "" -#: ../../boot.php:1141 +#: ../../boot.php:1157 msgid "Requested account is not available." msgstr "" -#: ../../boot.php:1220 +#: ../../boot.php:1236 msgid "Edit profile" msgstr "" -#: ../../boot.php:1286 +#: ../../boot.php:1302 msgid "Message" msgstr "" -#: ../../boot.php:1294 +#: ../../boot.php:1310 msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1417 ../../boot.php:1503 +#: ../../boot.php:1433 ../../boot.php:1519 msgid "g A l F d" msgstr "" -#: ../../boot.php:1418 ../../boot.php:1504 +#: ../../boot.php:1434 ../../boot.php:1520 msgid "F d" msgstr "" -#: ../../boot.php:1463 ../../boot.php:1544 +#: ../../boot.php:1479 ../../boot.php:1560 msgid "[today]" msgstr "" -#: ../../boot.php:1475 +#: ../../boot.php:1491 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1476 +#: ../../boot.php:1492 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1537 +#: ../../boot.php:1553 msgid "[No description]" msgstr "" -#: ../../boot.php:1555 +#: ../../boot.php:1571 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1556 +#: ../../boot.php:1572 msgid "Events this week:" msgstr "" -#: ../../boot.php:1792 +#: ../../boot.php:1808 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:1799 +#: ../../boot.php:1815 msgid "Profile Details" msgstr "" -#: ../../boot.php:1816 +#: ../../boot.php:1832 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:1823 +#: ../../boot.php:1839 msgid "Only You Can See This" msgstr ""