config cli will also work with Friendica without change - so bringing it over

This commit is contained in:
friendica 2013-01-14 15:50:39 -08:00
commit 66a6970bb8
4 changed files with 245 additions and 183 deletions

View file

@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
require_once('include/features.php'); require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1586' ); define ( 'FRIENDICA_VERSION', '3.1.1588' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1158 ); define ( 'DB_UPDATE_VERSION', 1158 );

34
util/config Normal file
View file

@ -0,0 +1,34 @@
#!/usr/bin/env php
<?php
// Red config utility
require_once('include/cli_startup.php');
cli_startup();
if($argc > 3) {
set_config($argv[1],$argv[2],$argv[3]);
echo "config[{$argv[1]}][{$argv[2]}] = " . get_config($argv[1],$argv[2]) . "\n";
}
if($argc == 3) {
echo "config[{$argv[1]}][{$argv[2]}] = " . get_config($argv[1],$argv[2]) . "\n";
}
if($argc == 2) {
load_config($argv[1]);
foreach($a->config[$argv[1]] as $k => $x) {
echo "config[{$argv[1]}][{$k}] = " . $x . "\n";
}
}
if($argc == 1) {
$r = q("select * from config where 1");
if($r) {
foreach($r as $rr) {
echo "config[{$rr['cat']}][{$rr['k']}] = " . $rr['v'] . "\n";
}
}
}

26
util/config.md Normal file
View file

@ -0,0 +1,26 @@
CLI config utility
==================
Usage:
config
displays all config entries
config family
displays all config entries for family (system, database, etc)
config family key
displays single config entry for specified family and key
config family key value
set config entry for specified family and key to value and display result
Notes:
Setting config entries which are manually set in .htconfig.php may result in
conflict between database settings and the manual startup settings.

View file

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.1.1586\n" "Project-Id-Version: 3.1.1588\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-12 10:00-0800\n" "POT-Creation-Date: 2013-01-14 10:00-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -53,8 +53,8 @@ msgstr ""
#: ../../mod/message.php:38 ../../mod/message.php:172 #: ../../mod/message.php:38 ../../mod/message.php:172
#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 #: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25
#: ../../mod/wall_upload.php:66 ../../mod/follow.php:9 #: ../../mod/wall_upload.php:66 ../../mod/follow.php:9
#: ../../mod/display.php:173 ../../mod/profiles.php:9 #: ../../mod/display.php:180 ../../mod/profiles.php:146
#: ../../mod/profiles.php:148 ../../mod/delegate.php:6 #: ../../mod/profiles.php:567 ../../mod/delegate.php:6
#: ../../mod/suggest.php:28 ../../mod/invite.php:15 ../../mod/invite.php:83 #: ../../mod/suggest.php:28 ../../mod/invite.php:15 ../../mod/invite.php:83
#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:512 #: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:512
#: ../../addon/facebook/facebook.php:518 ../../addon/fbpost/fbpost.php:170 #: ../../addon/facebook/facebook.php:518 ../../addon/fbpost/fbpost.php:170
@ -142,7 +142,7 @@ msgstr ""
#: ../../mod/settings.php:1018 ../../mod/group.php:87 ../../mod/mood.php:137 #: ../../mod/settings.php:1018 ../../mod/group.php:87 ../../mod/mood.php:137
#: ../../mod/message.php:301 ../../mod/message.php:527 ../../mod/admin.php:461 #: ../../mod/message.php:301 ../../mod/message.php:527 ../../mod/admin.php:461
#: ../../mod/admin.php:728 ../../mod/admin.php:865 ../../mod/admin.php:1064 #: ../../mod/admin.php:728 ../../mod/admin.php:865 ../../mod/admin.php:1064
#: ../../mod/admin.php:1151 ../../mod/profiles.php:623 #: ../../mod/admin.php:1151 ../../mod/profiles.php:626
#: ../../mod/invite.php:121 ../../addon/fromgplus/fromgplus.php:44 #: ../../mod/invite.php:121 ../../addon/fromgplus/fromgplus.php:44
#: ../../addon/facebook/facebook.php:621 #: ../../addon/facebook/facebook.php:621
#: ../../addon/snautofollow/snautofollow.php:64 #: ../../addon/snautofollow/snautofollow.php:64
@ -184,7 +184,7 @@ msgstr ""
#: ../../view/theme/diabook/theme.php:642 #: ../../view/theme/diabook/theme.php:642
#: ../../view/theme/diabook/config.php:152 #: ../../view/theme/diabook/config.php:152
#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 #: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70
#: ../../object/Item.php:609 ../../addon.old/fromgplus/fromgplus.php:40 #: ../../object/Item.php:603 ../../addon.old/fromgplus/fromgplus.php:40
#: ../../addon.old/facebook/facebook.php:619 #: ../../addon.old/facebook/facebook.php:619
#: ../../addon.old/snautofollow/snautofollow.php:64 #: ../../addon.old/snautofollow/snautofollow.php:64
#: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226 #: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226
@ -289,7 +289,7 @@ msgid "link to source"
msgstr "" msgstr ""
#: ../../mod/events.php:358 ../../view/theme/diabook/theme.php:91 #: ../../mod/events.php:358 ../../view/theme/diabook/theme.php:91
#: ../../include/nav.php:52 ../../boot.php:1829 #: ../../include/nav.php:52 ../../boot.php:1828
msgid "Events" msgid "Events"
msgstr "" msgstr ""
@ -364,7 +364,7 @@ msgstr ""
#: ../../mod/dfrn_request.php:848 ../../mod/settings.php:561 #: ../../mod/dfrn_request.php:848 ../../mod/settings.php:561
#: ../../mod/settings.php:587 ../../mod/fbrowser.php:81 #: ../../mod/settings.php:587 ../../mod/fbrowser.php:81
#: ../../mod/fbrowser.php:116 ../../addon/js_upload/js_upload.php:45 #: ../../mod/fbrowser.php:116 ../../addon/js_upload/js_upload.php:45
#: ../../include/conversation.php:1045 #: ../../include/conversation.php:1040
#: ../../addon.old/js_upload/js_upload.php:45 #: ../../addon.old/js_upload/js_upload.php:45
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
@ -418,7 +418,7 @@ msgstr ""
#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 #: ../../mod/settings.php:1005 ../../mod/settings.php:1006
#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 #: ../../mod/settings.php:1007 ../../mod/settings.php:1008
#: ../../mod/settings.php:1009 ../../mod/register.php:239 #: ../../mod/settings.php:1009 ../../mod/register.php:239
#: ../../mod/profiles.php:603 #: ../../mod/profiles.php:606
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
@ -430,11 +430,11 @@ msgstr ""
#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 #: ../../mod/settings.php:1005 ../../mod/settings.php:1006
#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 #: ../../mod/settings.php:1007 ../../mod/settings.php:1008
#: ../../mod/settings.php:1009 ../../mod/register.php:240 #: ../../mod/settings.php:1009 ../../mod/register.php:240
#: ../../mod/profiles.php:604 #: ../../mod/profiles.php:607
msgid "No" msgid "No"
msgstr "" msgstr ""
#: ../../mod/photos.php:51 ../../boot.php:1822 #: ../../mod/photos.php:51 ../../boot.php:1821
msgid "Photo Albums" msgid "Photo Albums"
msgstr "" msgstr ""
@ -513,7 +513,7 @@ msgstr ""
#: ../../mod/photos.php:865 ../../mod/community.php:18 #: ../../mod/photos.php:865 ../../mod/community.php:18
#: ../../mod/dfrn_request.php:761 ../../mod/viewcontacts.php:17 #: ../../mod/dfrn_request.php:761 ../../mod/viewcontacts.php:17
#: ../../mod/display.php:7 ../../mod/search.php:89 ../../mod/directory.php:31 #: ../../mod/display.php:19 ../../mod/search.php:89 ../../mod/directory.php:31
#: ../../addon/forumdirectory/forumdirectory.php:53 #: ../../addon/forumdirectory/forumdirectory.php:53
msgid "Public access denied." msgid "Public access denied."
msgstr "" msgstr ""
@ -638,7 +638,7 @@ msgstr ""
msgid "I don't like this (toggle)" msgid "I don't like this (toggle)"
msgstr "" msgstr ""
#: ../../mod/photos.php:1422 ../../include/conversation.php:1005 #: ../../mod/photos.php:1422 ../../include/conversation.php:1000
msgid "Share" msgid "Share"
msgstr "" msgstr ""
@ -646,26 +646,26 @@ msgstr ""
#: ../../mod/content.php:499 ../../mod/content.php:883 #: ../../mod/content.php:499 ../../mod/content.php:883
#: ../../mod/wallmessage.php:152 ../../mod/message.php:300 #: ../../mod/wallmessage.php:152 ../../mod/message.php:300
#: ../../mod/message.php:528 ../../include/conversation.php:645 #: ../../mod/message.php:528 ../../include/conversation.php:645
#: ../../include/conversation.php:1024 ../../object/Item.php:292 #: ../../include/conversation.php:1019 ../../object/Item.php:292
msgid "Please wait" msgid "Please wait"
msgstr "" msgstr ""
#: ../../mod/photos.php:1439 ../../mod/photos.php:1483 #: ../../mod/photos.php:1439 ../../mod/photos.php:1483
#: ../../mod/photos.php:1566 ../../mod/content.php:707 #: ../../mod/photos.php:1566 ../../mod/content.php:707
#: ../../object/Item.php:606 #: ../../object/Item.php:600
msgid "This is you" msgid "This is you"
msgstr "" msgstr ""
#: ../../mod/photos.php:1441 ../../mod/photos.php:1485 #: ../../mod/photos.php:1441 ../../mod/photos.php:1485
#: ../../mod/photos.php:1568 ../../mod/content.php:709 ../../boot.php:641 #: ../../mod/photos.php:1568 ../../mod/content.php:709 ../../boot.php:641
#: ../../object/Item.php:289 ../../object/Item.php:608 #: ../../object/Item.php:289 ../../object/Item.php:602
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#: ../../mod/photos.php:1443 ../../mod/photos.php:1487 #: ../../mod/photos.php:1443 ../../mod/photos.php:1487
#: ../../mod/photos.php:1570 ../../mod/editpost.php:142 #: ../../mod/photos.php:1570 ../../mod/editpost.php:142
#: ../../mod/content.php:719 ../../include/conversation.php:1042 #: ../../mod/content.php:719 ../../include/conversation.php:1037
#: ../../object/Item.php:618 #: ../../object/Item.php:612
msgid "Preview" msgid "Preview"
msgstr "" msgstr ""
@ -738,7 +738,7 @@ msgstr ""
msgid "Edit post" msgid "Edit post"
msgstr "" msgstr ""
#: ../../mod/editpost.php:91 ../../include/conversation.php:991 #: ../../mod/editpost.php:91 ../../include/conversation.php:986
msgid "Post to Email" msgid "Post to Email"
msgstr "" msgstr ""
@ -749,85 +749,85 @@ msgstr ""
#: ../../mod/editpost.php:107 ../../mod/wallmessage.php:150 #: ../../mod/editpost.php:107 ../../mod/wallmessage.php:150
#: ../../mod/message.php:298 ../../mod/message.php:525 #: ../../mod/message.php:298 ../../mod/message.php:525
#: ../../include/conversation.php:1006 #: ../../include/conversation.php:1001
msgid "Upload photo" msgid "Upload photo"
msgstr "" msgstr ""
#: ../../mod/editpost.php:108 ../../include/conversation.php:1007 #: ../../mod/editpost.php:108 ../../include/conversation.php:1002
msgid "upload photo" msgid "upload photo"
msgstr "" msgstr ""
#: ../../mod/editpost.php:109 ../../include/conversation.php:1008 #: ../../mod/editpost.php:109 ../../include/conversation.php:1003
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: ../../mod/editpost.php:110 ../../include/conversation.php:1009 #: ../../mod/editpost.php:110 ../../include/conversation.php:1004
msgid "attach file" msgid "attach file"
msgstr "" msgstr ""
#: ../../mod/editpost.php:111 ../../mod/wallmessage.php:151 #: ../../mod/editpost.php:111 ../../mod/wallmessage.php:151
#: ../../mod/message.php:299 ../../mod/message.php:526 #: ../../mod/message.php:299 ../../mod/message.php:526
#: ../../include/conversation.php:1010 #: ../../include/conversation.php:1005
msgid "Insert web link" msgid "Insert web link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:112 ../../include/conversation.php:1011 #: ../../mod/editpost.php:112 ../../include/conversation.php:1006
msgid "web link" msgid "web link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:113 ../../include/conversation.php:1012 #: ../../mod/editpost.php:113 ../../include/conversation.php:1007
msgid "Insert video link" msgid "Insert video link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:114 ../../include/conversation.php:1013 #: ../../mod/editpost.php:114 ../../include/conversation.php:1008
msgid "video link" msgid "video link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:115 ../../include/conversation.php:1014 #: ../../mod/editpost.php:115 ../../include/conversation.php:1009
msgid "Insert audio link" msgid "Insert audio link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:116 ../../include/conversation.php:1015 #: ../../mod/editpost.php:116 ../../include/conversation.php:1010
msgid "audio link" msgid "audio link"
msgstr "" msgstr ""
#: ../../mod/editpost.php:117 ../../include/conversation.php:1016 #: ../../mod/editpost.php:117 ../../include/conversation.php:1011
msgid "Set your location" msgid "Set your location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:118 ../../include/conversation.php:1017 #: ../../mod/editpost.php:118 ../../include/conversation.php:1012
msgid "set location" msgid "set location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:119 ../../include/conversation.php:1018 #: ../../mod/editpost.php:119 ../../include/conversation.php:1013
msgid "Clear browser location" msgid "Clear browser location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:120 ../../include/conversation.php:1019 #: ../../mod/editpost.php:120 ../../include/conversation.php:1014
msgid "clear location" msgid "clear location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:122 ../../include/conversation.php:1025 #: ../../mod/editpost.php:122 ../../include/conversation.php:1020
msgid "Permission settings" msgid "Permission settings"
msgstr "" msgstr ""
#: ../../mod/editpost.php:130 ../../include/conversation.php:1034 #: ../../mod/editpost.php:130 ../../include/conversation.php:1029
msgid "CC: email addresses" msgid "CC: email addresses"
msgstr "" msgstr ""
#: ../../mod/editpost.php:131 ../../include/conversation.php:1035 #: ../../mod/editpost.php:131 ../../include/conversation.php:1030
msgid "Public post" msgid "Public post"
msgstr "" msgstr ""
#: ../../mod/editpost.php:134 ../../include/conversation.php:1021 #: ../../mod/editpost.php:134 ../../include/conversation.php:1016
msgid "Set title" msgid "Set title"
msgstr "" msgstr ""
#: ../../mod/editpost.php:136 ../../include/conversation.php:1023 #: ../../mod/editpost.php:136 ../../include/conversation.php:1018
msgid "Categories (comma-separated list)" msgid "Categories (comma-separated list)"
msgstr "" msgstr ""
#: ../../mod/editpost.php:137 ../../include/conversation.php:1037 #: ../../mod/editpost.php:137 ../../include/conversation.php:1032
msgid "Example: bob@example.com, mary@example.com" msgid "Example: bob@example.com, mary@example.com"
msgstr "" msgstr ""
@ -1517,35 +1517,35 @@ msgstr ""
msgid "share" msgid "share"
msgstr "" msgstr ""
#: ../../mod/content.php:711 ../../object/Item.php:610 #: ../../mod/content.php:711 ../../object/Item.php:604
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
#: ../../mod/content.php:712 ../../object/Item.php:611 #: ../../mod/content.php:712 ../../object/Item.php:605
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
#: ../../mod/content.php:713 ../../object/Item.php:612 #: ../../mod/content.php:713 ../../object/Item.php:606
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
#: ../../mod/content.php:714 ../../object/Item.php:613 #: ../../mod/content.php:714 ../../object/Item.php:607
msgid "Quote" msgid "Quote"
msgstr "" msgstr ""
#: ../../mod/content.php:715 ../../object/Item.php:614 #: ../../mod/content.php:715 ../../object/Item.php:608
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: ../../mod/content.php:716 ../../object/Item.php:615 #: ../../mod/content.php:716 ../../object/Item.php:609
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: ../../mod/content.php:717 ../../object/Item.php:616 #: ../../mod/content.php:717 ../../object/Item.php:610
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: ../../mod/content.php:718 ../../object/Item.php:617 #: ../../mod/content.php:718 ../../object/Item.php:611
msgid "Video" msgid "Video"
msgstr "" msgstr ""
@ -2782,7 +2782,7 @@ msgstr ""
msgid "Invalid contact." msgid "Invalid contact."
msgstr "" msgstr ""
#: ../../mod/notes.php:44 ../../boot.php:1836 #: ../../mod/notes.php:44 ../../boot.php:1835
msgid "Personal Notes" msgid "Personal Notes"
msgstr "" msgstr ""
@ -2873,7 +2873,7 @@ msgstr ""
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 #: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
#: ../../mod/message.php:249 ../../mod/message.php:257 #: ../../mod/message.php:249 ../../mod/message.php:257
#: ../../mod/message.php:429 ../../mod/message.php:437 #: ../../mod/message.php:429 ../../mod/message.php:437
#: ../../include/conversation.php:941 ../../include/conversation.php:959 #: ../../include/conversation.php:936 ../../include/conversation.php:954
msgid "Please enter a link URL:" msgid "Please enter a link URL:"
msgstr "" msgstr ""
@ -2956,7 +2956,7 @@ msgstr ""
#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103
#: ../../view/theme/diabook/theme.php:88 ../../include/profile_advanced.php:7 #: ../../view/theme/diabook/theme.php:88 ../../include/profile_advanced.php:7
#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 #: ../../include/profile_advanced.php:84 ../../include/nav.php:50
#: ../../boot.php:1812 #: ../../boot.php:1811
msgid "Profile" msgid "Profile"
msgstr "" msgstr ""
@ -3155,7 +3155,7 @@ msgstr ""
msgid "Members" msgid "Members"
msgstr "" msgstr ""
#: ../../mod/group.php:223 ../../mod/profperm.php:105 #: ../../mod/group.php:224 ../../mod/profperm.php:105
msgid "Click on a contact to add or remove." msgid "Click on a contact to add or remove."
msgstr "" msgstr ""
@ -3272,7 +3272,7 @@ msgstr ""
#: ../../mod/like.php:145 ../../mod/subthread.php:87 ../../mod/tagger.php:62 #: ../../mod/like.php:145 ../../mod/subthread.php:87 ../../mod/tagger.php:62
#: ../../addon/communityhome/communityhome.php:171 #: ../../addon/communityhome/communityhome.php:171
#: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1498 #: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1498
#: ../../include/diaspora.php:1851 ../../include/conversation.php:125 #: ../../include/diaspora.php:1860 ../../include/conversation.php:125
#: ../../include/conversation.php:253 #: ../../include/conversation.php:253
#: ../../addon.old/communityhome/communityhome.php:163 #: ../../addon.old/communityhome/communityhome.php:163
msgid "photo" msgid "photo"
@ -3283,7 +3283,7 @@ msgstr ""
#: ../../addon/communityhome/communityhome.php:166 #: ../../addon/communityhome/communityhome.php:166
#: ../../addon/communityhome/communityhome.php:175 #: ../../addon/communityhome/communityhome.php:175
#: ../../view/theme/diabook/theme.php:459 #: ../../view/theme/diabook/theme.php:459
#: ../../view/theme/diabook/theme.php:468 ../../include/diaspora.php:1851 #: ../../view/theme/diabook/theme.php:468 ../../include/diaspora.php:1860
#: ../../include/conversation.php:120 ../../include/conversation.php:129 #: ../../include/conversation.php:120 ../../include/conversation.php:129
#: ../../include/conversation.php:248 ../../include/conversation.php:257 #: ../../include/conversation.php:248 ../../include/conversation.php:257
#: ../../addon.old/facebook/facebook.php:1598 #: ../../addon.old/facebook/facebook.php:1598
@ -3294,7 +3294,7 @@ msgstr ""
#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1604 #: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1604
#: ../../addon/communityhome/communityhome.php:180 #: ../../addon/communityhome/communityhome.php:180
#: ../../view/theme/diabook/theme.php:473 ../../include/diaspora.php:1867 #: ../../view/theme/diabook/theme.php:473 ../../include/diaspora.php:1876
#: ../../include/conversation.php:136 #: ../../include/conversation.php:136
#: ../../addon.old/facebook/facebook.php:1602 #: ../../addon.old/facebook/facebook.php:1602
#: ../../addon.old/communityhome/communityhome.php:172 #: ../../addon.old/communityhome/communityhome.php:172
@ -3308,8 +3308,8 @@ msgid "%1$s doesn't like %2$s's %3$s"
msgstr "" msgstr ""
#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 #: ../../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/admin.php:773 ../../mod/admin.php:972 ../../mod/display.php:51
#: ../../mod/display.php:177 ../../include/items.php:3853 #: ../../mod/display.php:184 ../../include/items.php:3853
msgid "Item not found." msgid "Item not found."
msgstr "" msgstr ""
@ -3318,7 +3318,7 @@ msgid "Access denied."
msgstr "" msgstr ""
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:90 #: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:90
#: ../../include/nav.php:51 ../../boot.php:1819 #: ../../include/nav.php:51 ../../boot.php:1818
msgid "Photos" msgid "Photos"
msgstr "" msgstr ""
@ -4259,7 +4259,7 @@ msgstr ""
msgid "Requested profile is not available." msgid "Requested profile is not available."
msgstr "" msgstr ""
#: ../../mod/profile.php:155 ../../mod/display.php:95 #: ../../mod/profile.php:155 ../../mod/display.php:99
msgid "Access to this profile has been restricted." msgid "Access to this profile has been restricted."
msgstr "" msgstr ""
@ -4351,7 +4351,7 @@ msgstr ""
msgid "link" msgid "link"
msgstr "" msgstr ""
#: ../../mod/display.php:170 #: ../../mod/display.php:177
msgid "Item has been removed." msgid "Item has been removed."
msgstr "" msgstr ""
@ -4368,322 +4368,322 @@ msgstr ""
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: ../../mod/profiles.php:20 ../../mod/profiles.php:135 #: ../../mod/profiles.php:18 ../../mod/profiles.php:133
#: ../../mod/profiles.php:162 ../../mod/profiles.php:576 #: ../../mod/profiles.php:160 ../../mod/profiles.php:579
#: ../../mod/dfrn_confirm.php:62 #: ../../mod/dfrn_confirm.php:62
msgid "Profile not found." msgid "Profile not found."
msgstr "" msgstr ""
#: ../../mod/profiles.php:39 #: ../../mod/profiles.php:37
msgid "Profile deleted." msgid "Profile deleted."
msgstr "" msgstr ""
#: ../../mod/profiles.php:57 ../../mod/profiles.php:91 #: ../../mod/profiles.php:55 ../../mod/profiles.php:89
msgid "Profile-" msgid "Profile-"
msgstr "" msgstr ""
#: ../../mod/profiles.php:76 ../../mod/profiles.php:119 #: ../../mod/profiles.php:74 ../../mod/profiles.php:117
msgid "New profile created." msgid "New profile created."
msgstr "" msgstr ""
#: ../../mod/profiles.php:97 #: ../../mod/profiles.php:95
msgid "Profile unavailable to clone." msgid "Profile unavailable to clone."
msgstr "" msgstr ""
#: ../../mod/profiles.php:172 #: ../../mod/profiles.php:170
msgid "Profile Name is required." msgid "Profile Name is required."
msgstr "" msgstr ""
#: ../../mod/profiles.php:319 #: ../../mod/profiles.php:317
msgid "Marital Status" msgid "Marital Status"
msgstr "" msgstr ""
#: ../../mod/profiles.php:323 #: ../../mod/profiles.php:321
msgid "Romantic Partner" msgid "Romantic Partner"
msgstr "" msgstr ""
#: ../../mod/profiles.php:327 #: ../../mod/profiles.php:325
msgid "Likes" msgid "Likes"
msgstr "" msgstr ""
#: ../../mod/profiles.php:331 #: ../../mod/profiles.php:329
msgid "Dislikes" msgid "Dislikes"
msgstr "" msgstr ""
#: ../../mod/profiles.php:335 #: ../../mod/profiles.php:333
msgid "Work/Employment" msgid "Work/Employment"
msgstr "" msgstr ""
#: ../../mod/profiles.php:338 #: ../../mod/profiles.php:336
msgid "Religion" msgid "Religion"
msgstr "" msgstr ""
#: ../../mod/profiles.php:342 #: ../../mod/profiles.php:340
msgid "Political Views" msgid "Political Views"
msgstr "" msgstr ""
#: ../../mod/profiles.php:346 #: ../../mod/profiles.php:344
msgid "Gender" msgid "Gender"
msgstr "" msgstr ""
#: ../../mod/profiles.php:350 #: ../../mod/profiles.php:348
msgid "Sexual Preference" msgid "Sexual Preference"
msgstr "" msgstr ""
#: ../../mod/profiles.php:354 #: ../../mod/profiles.php:352
msgid "Homepage" msgid "Homepage"
msgstr "" msgstr ""
#: ../../mod/profiles.php:358 #: ../../mod/profiles.php:356
msgid "Interests" msgid "Interests"
msgstr "" msgstr ""
#: ../../mod/profiles.php:362 #: ../../mod/profiles.php:360
msgid "Address" msgid "Address"
msgstr "" msgstr ""
#: ../../mod/profiles.php:369 ../../addon/dav/common/wdcal_edit.inc.php:183 #: ../../mod/profiles.php:367 ../../addon/dav/common/wdcal_edit.inc.php:183
#: ../../addon.old/dav/common/wdcal_edit.inc.php:183 #: ../../addon.old/dav/common/wdcal_edit.inc.php:183
msgid "Location" msgid "Location"
msgstr "" msgstr ""
#: ../../mod/profiles.php:452 #: ../../mod/profiles.php:450
msgid "Profile updated." msgid "Profile updated."
msgstr "" msgstr ""
#: ../../mod/profiles.php:519 #: ../../mod/profiles.php:517
msgid " and " msgid " and "
msgstr "" msgstr ""
#: ../../mod/profiles.php:527 #: ../../mod/profiles.php:525
msgid "public profile" msgid "public profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:530 #: ../../mod/profiles.php:528
#, php-format #, php-format
msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;" msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
msgstr "" msgstr ""
#: ../../mod/profiles.php:531 #: ../../mod/profiles.php:529
#, php-format #, php-format
msgid " - Visit %1$s's %2$s" msgid " - Visit %1$s's %2$s"
msgstr "" msgstr ""
#: ../../mod/profiles.php:534 #: ../../mod/profiles.php:532
#, php-format #, php-format
msgid "%1$s has an updated %2$s, changing %3$s." msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "" msgstr ""
#: ../../mod/profiles.php:602 #: ../../mod/profiles.php:605
msgid "Hide your contact/friend list from viewers of this profile?" msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "" msgstr ""
#: ../../mod/profiles.php:622 #: ../../mod/profiles.php:625
msgid "Edit Profile Details" msgid "Edit Profile Details"
msgstr "" msgstr ""
#: ../../mod/profiles.php:624 #: ../../mod/profiles.php:627
msgid "Change Profile Photo" msgid "Change Profile Photo"
msgstr "" msgstr ""
#: ../../mod/profiles.php:625 #: ../../mod/profiles.php:628
msgid "View this profile" msgid "View this profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:626 #: ../../mod/profiles.php:629
msgid "Create a new profile using these settings" msgid "Create a new profile using these settings"
msgstr "" msgstr ""
#: ../../mod/profiles.php:627 #: ../../mod/profiles.php:630
msgid "Clone this profile" msgid "Clone this profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:628 #: ../../mod/profiles.php:631
msgid "Delete this profile" msgid "Delete this profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:629 #: ../../mod/profiles.php:632
msgid "Profile Name:" msgid "Profile Name:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:630 #: ../../mod/profiles.php:633
msgid "Your Full Name:" msgid "Your Full Name:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:631 #: ../../mod/profiles.php:634
msgid "Title/Description:" msgid "Title/Description:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:632 #: ../../mod/profiles.php:635
msgid "Your Gender:" msgid "Your Gender:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:633 #: ../../mod/profiles.php:636
#, php-format #, php-format
msgid "Birthday (%s):" msgid "Birthday (%s):"
msgstr "" msgstr ""
#: ../../mod/profiles.php:634 #: ../../mod/profiles.php:637
msgid "Street Address:" msgid "Street Address:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:635 #: ../../mod/profiles.php:638
msgid "Locality/City:" msgid "Locality/City:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:636 #: ../../mod/profiles.php:639
msgid "Postal/Zip Code:" msgid "Postal/Zip Code:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:637 #: ../../mod/profiles.php:640
msgid "Country:" msgid "Country:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:638 #: ../../mod/profiles.php:641
msgid "Region/State:" msgid "Region/State:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:639 #: ../../mod/profiles.php:642
msgid "<span class=\"heart\">&hearts;</span> Marital Status:" msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:640 #: ../../mod/profiles.php:643
msgid "Who: (if applicable)" msgid "Who: (if applicable)"
msgstr "" msgstr ""
#: ../../mod/profiles.php:641 #: ../../mod/profiles.php:644
msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "" msgstr ""
#: ../../mod/profiles.php:642 #: ../../mod/profiles.php:645
msgid "Since [date]:" msgid "Since [date]:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:643 ../../include/profile_advanced.php:46 #: ../../mod/profiles.php:646 ../../include/profile_advanced.php:46
msgid "Sexual Preference:" msgid "Sexual Preference:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:644 #: ../../mod/profiles.php:647
msgid "Homepage URL:" msgid "Homepage URL:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:645 ../../include/profile_advanced.php:50 #: ../../mod/profiles.php:648 ../../include/profile_advanced.php:50
msgid "Hometown:" msgid "Hometown:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:646 ../../include/profile_advanced.php:54 #: ../../mod/profiles.php:649 ../../include/profile_advanced.php:54
msgid "Political Views:" msgid "Political Views:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:647 #: ../../mod/profiles.php:650
msgid "Religious Views:" msgid "Religious Views:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:648 #: ../../mod/profiles.php:651
msgid "Public Keywords:" msgid "Public Keywords:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:649 #: ../../mod/profiles.php:652
msgid "Private Keywords:" msgid "Private Keywords:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:62 #: ../../mod/profiles.php:653 ../../include/profile_advanced.php:62
msgid "Likes:" msgid "Likes:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:651 ../../include/profile_advanced.php:64 #: ../../mod/profiles.php:654 ../../include/profile_advanced.php:64
msgid "Dislikes:" msgid "Dislikes:"
msgstr "" msgstr ""
#: ../../mod/profiles.php:652 #: ../../mod/profiles.php:655
msgid "Example: fishing photography software" msgid "Example: fishing photography software"
msgstr "" msgstr ""
#: ../../mod/profiles.php:653 #: ../../mod/profiles.php:656
msgid "(Used for suggesting potential friends, can be seen by others)" msgid "(Used for suggesting potential friends, can be seen by others)"
msgstr "" msgstr ""
#: ../../mod/profiles.php:654 #: ../../mod/profiles.php:657
msgid "(Used for searching profiles, never shown to others)" msgid "(Used for searching profiles, never shown to others)"
msgstr "" msgstr ""
#: ../../mod/profiles.php:655 #: ../../mod/profiles.php:658
msgid "Tell us about yourself..." msgid "Tell us about yourself..."
msgstr "" msgstr ""
#: ../../mod/profiles.php:656 #: ../../mod/profiles.php:659
msgid "Hobbies/Interests" msgid "Hobbies/Interests"
msgstr "" msgstr ""
#: ../../mod/profiles.php:657 #: ../../mod/profiles.php:660
msgid "Contact information and Social Networks" msgid "Contact information and Social Networks"
msgstr "" msgstr ""
#: ../../mod/profiles.php:658 #: ../../mod/profiles.php:661
msgid "Musical interests" msgid "Musical interests"
msgstr "" msgstr ""
#: ../../mod/profiles.php:659 #: ../../mod/profiles.php:662
msgid "Books, literature" msgid "Books, literature"
msgstr "" msgstr ""
#: ../../mod/profiles.php:660 #: ../../mod/profiles.php:663
msgid "Television" msgid "Television"
msgstr "" msgstr ""
#: ../../mod/profiles.php:661 #: ../../mod/profiles.php:664
msgid "Film/dance/culture/entertainment" msgid "Film/dance/culture/entertainment"
msgstr "" msgstr ""
#: ../../mod/profiles.php:662 #: ../../mod/profiles.php:665
msgid "Love/romance" msgid "Love/romance"
msgstr "" msgstr ""
#: ../../mod/profiles.php:663 #: ../../mod/profiles.php:666
msgid "Work/employment" msgid "Work/employment"
msgstr "" msgstr ""
#: ../../mod/profiles.php:664 #: ../../mod/profiles.php:667
msgid "School/education" msgid "School/education"
msgstr "" msgstr ""
#: ../../mod/profiles.php:669 #: ../../mod/profiles.php:672
msgid "" msgid ""
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet." "be visible to anybody using the internet."
msgstr "" msgstr ""
#: ../../mod/profiles.php:679 ../../mod/directory.php:111 #: ../../mod/profiles.php:682 ../../mod/directory.php:111
#: ../../addon/forumdirectory/forumdirectory.php:133 #: ../../addon/forumdirectory/forumdirectory.php:133
msgid "Age: " msgid "Age: "
msgstr "" msgstr ""
#: ../../mod/profiles.php:718 #: ../../mod/profiles.php:721
msgid "Edit/Manage Profiles" msgid "Edit/Manage Profiles"
msgstr "" msgstr ""
#: ../../mod/profiles.php:719 ../../boot.php:1316 #: ../../mod/profiles.php:722 ../../boot.php:1316
msgid "Change profile photo" msgid "Change profile photo"
msgstr "" msgstr ""
#: ../../mod/profiles.php:720 ../../boot.php:1317 #: ../../mod/profiles.php:723 ../../boot.php:1317
msgid "Create New Profile" msgid "Create New Profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:731 ../../boot.php:1327 #: ../../mod/profiles.php:734 ../../boot.php:1327
msgid "Profile Image" msgid "Profile Image"
msgstr "" msgstr ""
#: ../../mod/profiles.php:733 ../../boot.php:1330 #: ../../mod/profiles.php:736 ../../boot.php:1330
msgid "visible to everybody" msgid "visible to everybody"
msgstr "" msgstr ""
#: ../../mod/profiles.php:734 ../../boot.php:1331 #: ../../mod/profiles.php:737 ../../boot.php:1331
msgid "Edit visibility" msgid "Edit visibility"
msgstr "" msgstr ""
#: ../../mod/filer.php:30 ../../include/conversation.php:945 #: ../../mod/filer.php:30 ../../include/conversation.php:940
#: ../../include/conversation.php:963 #: ../../include/conversation.php:958
msgid "Save to Folder:" msgid "Save to Folder:"
msgstr "" msgstr ""
@ -4744,34 +4744,38 @@ msgid "Source input: "
msgstr "" msgstr ""
#: ../../mod/babel.php:35 #: ../../mod/babel.php:35
msgid "bb2html: " msgid "bb2html (raw HTML): "
msgstr "" msgstr ""
#: ../../mod/babel.php:39 #: ../../mod/babel.php:39
msgid "bb2html2bb: " msgid "bb2html: "
msgstr "" msgstr ""
#: ../../mod/babel.php:43 #: ../../mod/babel.php:43
msgid "bb2md: " msgid "bb2html2bb: "
msgstr "" msgstr ""
#: ../../mod/babel.php:47 #: ../../mod/babel.php:47
msgid "bb2md2html: " msgid "bb2md: "
msgstr "" msgstr ""
#: ../../mod/babel.php:51 #: ../../mod/babel.php:51
msgid "bb2dia2bb: " msgid "bb2md2html: "
msgstr "" msgstr ""
#: ../../mod/babel.php:55 #: ../../mod/babel.php:55
msgid "bb2dia2bb: "
msgstr ""
#: ../../mod/babel.php:59
msgid "bb2md2html2bb: " msgid "bb2md2html2bb: "
msgstr "" msgstr ""
#: ../../mod/babel.php:65 #: ../../mod/babel.php:69
msgid "Source input (Diaspora format): " msgid "Source input (Diaspora format): "
msgstr "" msgstr ""
#: ../../mod/babel.php:70 #: ../../mod/babel.php:74
msgid "diaspora2bb: " msgid "diaspora2bb: "
msgstr "" msgstr ""
@ -4956,7 +4960,7 @@ msgstr ""
msgid "Unable to set contact photo." msgid "Unable to set contact photo."
msgstr "" msgstr ""
#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:619 #: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:621
#: ../../include/conversation.php:171 #: ../../include/conversation.php:171
#, php-format #, php-format
msgid "%1$s is now friends with %2$s" msgid "%1$s is now friends with %2$s"
@ -6332,7 +6336,7 @@ msgstr ""
#: ../../addon/dav/friendica/main.php:279 #: ../../addon/dav/friendica/main.php:279
#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:468 #: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:468
#: ../../include/enotify.php:28 ../../include/notifier.php:781 #: ../../include/enotify.php:28 ../../include/notifier.php:785
#: ../../addon.old/dav/friendica/main.php:279 #: ../../addon.old/dav/friendica/main.php:279
#: ../../addon.old/dav/friendica/main.php:280 #: ../../addon.old/dav/friendica/main.php:280
msgid "noreply" msgid "noreply"
@ -8372,7 +8376,7 @@ msgstr ""
msgid "Finishes:" msgid "Finishes:"
msgstr "" msgstr ""
#: ../../include/delivery.php:457 ../../include/notifier.php:771 #: ../../include/delivery.php:457 ../../include/notifier.php:775
msgid "(no subject)" msgid "(no subject)"
msgstr "" msgstr ""
@ -8619,11 +8623,11 @@ msgstr ""
msgid "Item filed" msgid "Item filed"
msgstr "" msgstr ""
#: ../../include/diaspora.php:702 #: ../../include/diaspora.php:704
msgid "Sharing notification from Diaspora network" msgid "Sharing notification from Diaspora network"
msgstr "" msgstr ""
#: ../../include/diaspora.php:2239 #: ../../include/diaspora.php:2248
msgid "Attachments:" msgid "Attachments:"
msgstr "" msgstr ""
@ -8718,7 +8722,7 @@ msgstr ""
msgid "End this session" msgid "End this session"
msgstr "" msgstr ""
#: ../../include/nav.php:49 ../../boot.php:1805 #: ../../include/nav.php:49 ../../boot.php:1804
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@ -9567,62 +9571,60 @@ msgstr ""
msgid "%s doesn't like this." msgid "%s doesn't like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:884 #: ../../include/conversation.php:883
msgid "like this" #, php-format
msgid "<span %1$s>%2$d people</span> like this"
msgstr "" msgstr ""
#: ../../include/conversation.php:888 #: ../../include/conversation.php:886
msgid "don't like this" #, php-format
msgid "<span %1$s>%2$d people</span> don't like this"
msgstr "" msgstr ""
#: ../../include/conversation.php:895 #: ../../include/conversation.php:900
msgid "people"
msgstr ""
#: ../../include/conversation.php:905
msgid "and" msgid "and"
msgstr "" msgstr ""
#: ../../include/conversation.php:911 #: ../../include/conversation.php:906
#, php-format #, php-format
msgid ", and %d other people" msgid ", and %d other people"
msgstr "" msgstr ""
#: ../../include/conversation.php:913 #: ../../include/conversation.php:908
#, php-format #, php-format
msgid "%s like this." msgid "%s like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:913 #: ../../include/conversation.php:908
#, php-format #, php-format
msgid "%s don't like this." msgid "%s don't like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:940 ../../include/conversation.php:958 #: ../../include/conversation.php:935 ../../include/conversation.php:953
msgid "Visible to <strong>everybody</strong>" msgid "Visible to <strong>everybody</strong>"
msgstr "" msgstr ""
#: ../../include/conversation.php:942 ../../include/conversation.php:960 #: ../../include/conversation.php:937 ../../include/conversation.php:955
msgid "Please enter a video link/URL:" msgid "Please enter a video link/URL:"
msgstr "" msgstr ""
#: ../../include/conversation.php:943 ../../include/conversation.php:961 #: ../../include/conversation.php:938 ../../include/conversation.php:956
msgid "Please enter an audio link/URL:" msgid "Please enter an audio link/URL:"
msgstr "" msgstr ""
#: ../../include/conversation.php:944 ../../include/conversation.php:962 #: ../../include/conversation.php:939 ../../include/conversation.php:957
msgid "Tag term:" msgid "Tag term:"
msgstr "" msgstr ""
#: ../../include/conversation.php:946 ../../include/conversation.php:964 #: ../../include/conversation.php:941 ../../include/conversation.php:959
msgid "Where are you right now?" msgid "Where are you right now?"
msgstr "" msgstr ""
#: ../../include/conversation.php:947 #: ../../include/conversation.php:942
msgid "Delete item(s)?" msgid "Delete item(s)?"
msgstr "" msgstr ""
#: ../../include/conversation.php:1026 #: ../../include/conversation.php:1021
msgid "permissions" msgid "permissions"
msgstr "" msgstr ""
@ -9712,51 +9714,51 @@ msgstr ""
msgid "Manage/edit profiles" msgid "Manage/edit profiles"
msgstr "" msgstr ""
#: ../../boot.php:1433 ../../boot.php:1519 #: ../../boot.php:1432 ../../boot.php:1518
msgid "g A l F d" msgid "g A l F d"
msgstr "" msgstr ""
#: ../../boot.php:1434 ../../boot.php:1520 #: ../../boot.php:1433 ../../boot.php:1519
msgid "F d" msgid "F d"
msgstr "" msgstr ""
#: ../../boot.php:1479 ../../boot.php:1560 #: ../../boot.php:1478 ../../boot.php:1559
msgid "[today]" msgid "[today]"
msgstr "" msgstr ""
#: ../../boot.php:1491 #: ../../boot.php:1490
msgid "Birthday Reminders" msgid "Birthday Reminders"
msgstr "" msgstr ""
#: ../../boot.php:1492 #: ../../boot.php:1491
msgid "Birthdays this week:" msgid "Birthdays this week:"
msgstr "" msgstr ""
#: ../../boot.php:1553 #: ../../boot.php:1552
msgid "[No description]" msgid "[No description]"
msgstr "" msgstr ""
#: ../../boot.php:1571 #: ../../boot.php:1570
msgid "Event Reminders" msgid "Event Reminders"
msgstr "" msgstr ""
#: ../../boot.php:1572 #: ../../boot.php:1571
msgid "Events this week:" msgid "Events this week:"
msgstr "" msgstr ""
#: ../../boot.php:1808 #: ../../boot.php:1807
msgid "Status Messages and Posts" msgid "Status Messages and Posts"
msgstr "" msgstr ""
#: ../../boot.php:1815 #: ../../boot.php:1814
msgid "Profile Details" msgid "Profile Details"
msgstr "" msgstr ""
#: ../../boot.php:1832 #: ../../boot.php:1831
msgid "Events and Calendar" msgid "Events and Calendar"
msgstr "" msgstr ""
#: ../../boot.php:1839 #: ../../boot.php:1838
msgid "Only You Can See This" msgid "Only You Can See This"
msgstr "" msgstr ""