disabling auto_redir until we prevent it from infinite looping
This commit is contained in:
parent
3af16ff92a
commit
a02e5f692e
3 changed files with 191 additions and 186 deletions
6
boot.php
6
boot.php
|
|
@ -11,7 +11,7 @@ require_once('include/cache.php');
|
||||||
require_once('library/Mobile_Detect/Mobile_Detect.php');
|
require_once('library/Mobile_Detect/Mobile_Detect.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_VERSION', '3.0.1496' );
|
define ( 'FRIENDICA_VERSION', '3.0.1497' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1156 );
|
define ( 'DB_UPDATE_VERSION', 1156 );
|
||||||
|
|
||||||
|
|
@ -283,7 +283,9 @@ define ( 'GRAVITY_COMMENT', 6);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function startup() {
|
function startup() {
|
||||||
|
|
||||||
error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
||||||
|
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
|
|
||||||
// This has to be quite large to deal with embedded private photos
|
// This has to be quite large to deal with embedded private photos
|
||||||
|
|
@ -403,7 +405,6 @@ if(! class_exists('App')) {
|
||||||
elseif(x($_SERVER,'SERVER_PORT') && (intval($_SERVER['SERVER_PORT']) == 443))
|
elseif(x($_SERVER,'SERVER_PORT') && (intval($_SERVER['SERVER_PORT']) == 443))
|
||||||
$this->scheme = 'https';
|
$this->scheme = 'https';
|
||||||
|
|
||||||
|
|
||||||
if(x($_SERVER,'SERVER_NAME')) {
|
if(x($_SERVER,'SERVER_NAME')) {
|
||||||
$this->hostname = $_SERVER['SERVER_NAME'];
|
$this->hostname = $_SERVER['SERVER_NAME'];
|
||||||
|
|
||||||
|
|
@ -1794,3 +1795,4 @@ function curPageURL() {
|
||||||
}
|
}
|
||||||
return $pageURL;
|
return $pageURL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
|
||||||
|
|
||||||
@include(".htconfig.php");
|
@include(".htconfig.php");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$lang = get_browser_language();
|
$lang = get_browser_language();
|
||||||
|
|
||||||
load_translation_table($lang);
|
load_translation_table($lang);
|
||||||
|
|
|
||||||
369
util/messages.po
369
util/messages.po
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 3.0.1496\n"
|
"Project-Id-Version: 3.0.1497\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-10-14 10:00-0700\n"
|
"POT-Creation-Date: 2012-10-15 10:00-0700\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"
|
||||||
|
|
@ -36,7 +36,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55
|
#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55
|
||||||
#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26
|
#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26
|
||||||
#: ../../mod/api.php:31 ../../mod/photos.php:128 ../../mod/photos.php:990
|
#: ../../mod/api.php:31 ../../mod/photos.php:132 ../../mod/photos.php:994
|
||||||
#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135
|
#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135
|
||||||
#: ../../mod/notifications.php:66 ../../mod/contacts.php:146
|
#: ../../mod/notifications.php:66 ../../mod/contacts.php:146
|
||||||
#: ../../mod/settings.php:86 ../../mod/settings.php:525
|
#: ../../mod/settings.php:86 ../../mod/settings.php:525
|
||||||
|
|
@ -59,7 +59,7 @@ msgstr ""
|
||||||
#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159
|
#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159
|
||||||
#: ../../addon/fbpost/fbpost.php:165
|
#: ../../addon/fbpost/fbpost.php:165
|
||||||
#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3913
|
#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3913
|
||||||
#: ../../index.php:317 ../../addon.old/facebook/facebook.php:510
|
#: ../../index.php:319 ../../addon.old/facebook/facebook.php:510
|
||||||
#: ../../addon.old/facebook/facebook.php:516
|
#: ../../addon.old/facebook/facebook.php:516
|
||||||
#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165
|
#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165
|
||||||
#: ../../addon.old/dav/friendica/layout.fnk.php:354
|
#: ../../addon.old/dav/friendica/layout.fnk.php:354
|
||||||
|
|
@ -129,10 +129,10 @@ msgid "New photo from this URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
|
#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
|
||||||
#: ../../mod/events.php:455 ../../mod/photos.php:1023
|
#: ../../mod/events.php:455 ../../mod/photos.php:1027
|
||||||
#: ../../mod/photos.php:1099 ../../mod/photos.php:1362
|
#: ../../mod/photos.php:1103 ../../mod/photos.php:1366
|
||||||
#: ../../mod/photos.php:1402 ../../mod/photos.php:1445
|
#: ../../mod/photos.php:1406 ../../mod/photos.php:1449
|
||||||
#: ../../mod/photos.php:1477 ../../mod/install.php:246
|
#: ../../mod/photos.php:1520 ../../mod/install.php:246
|
||||||
#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199
|
#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199
|
||||||
#: ../../mod/content.php:693 ../../mod/contacts.php:348
|
#: ../../mod/content.php:693 ../../mod/contacts.php:348
|
||||||
#: ../../mod/settings.php:543 ../../mod/settings.php:697
|
#: ../../mod/settings.php:543 ../../mod/settings.php:697
|
||||||
|
|
@ -239,11 +239,11 @@ msgstr ""
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/help.php:38 ../../index.php:226
|
#: ../../mod/help.php:38 ../../index.php:228
|
||||||
msgid "Not Found"
|
msgid "Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/help.php:41 ../../index.php:229
|
#: ../../mod/help.php:41 ../../index.php:231
|
||||||
msgid "Page not found."
|
msgid "Page not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -286,7 +286,7 @@ msgid "link to source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:131
|
#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:131
|
||||||
#: ../../include/nav.php:52 ../../boot.php:1700
|
#: ../../include/nav.php:52 ../../boot.php:1701
|
||||||
msgid "Events"
|
msgid "Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -344,7 +344,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../mod/events.php:448 ../../mod/directory.php:134
|
#: ../../mod/events.php:448 ../../mod/directory.php:134
|
||||||
#: ../../include/event.php:40 ../../include/bb2diaspora.php:412
|
#: ../../include/event.php:40 ../../include/bb2diaspora.php:412
|
||||||
#: ../../boot.php:1236
|
#: ../../boot.php:1237
|
||||||
msgid "Location:"
|
msgid "Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -359,7 +359,7 @@ msgstr ""
|
||||||
#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:142
|
#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:142
|
||||||
#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544
|
#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544
|
||||||
#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45
|
#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45
|
||||||
#: ../../include/conversation.php:948
|
#: ../../include/conversation.php:995
|
||||||
#: ../../addon.old/js_upload/js_upload.php:45
|
#: ../../addon.old/js_upload/js_upload.php:45
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -429,33 +429,33 @@ msgstr ""
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:46 ../../boot.php:1693
|
#: ../../mod/photos.php:50 ../../boot.php:1694
|
||||||
msgid "Photo Albums"
|
msgid "Photo Albums"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:54 ../../mod/photos.php:149 ../../mod/photos.php:1004
|
#: ../../mod/photos.php:58 ../../mod/photos.php:153 ../../mod/photos.php:1008
|
||||||
#: ../../mod/photos.php:1091 ../../mod/photos.php:1106
|
#: ../../mod/photos.php:1095 ../../mod/photos.php:1110
|
||||||
#: ../../mod/photos.php:1556 ../../mod/photos.php:1568
|
#: ../../mod/photos.php:1562 ../../mod/photos.php:1574
|
||||||
#: ../../addon/communityhome/communityhome.php:110
|
#: ../../addon/communityhome/communityhome.php:110
|
||||||
#: ../../view/theme/diabook/theme.php:598
|
#: ../../view/theme/diabook/theme.php:598
|
||||||
#: ../../addon.old/communityhome/communityhome.php:110
|
#: ../../addon.old/communityhome/communityhome.php:110
|
||||||
msgid "Contact Photos"
|
msgid "Contact Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:61 ../../mod/photos.php:1122 ../../mod/photos.php:1606
|
#: ../../mod/photos.php:65 ../../mod/photos.php:1126 ../../mod/photos.php:1612
|
||||||
msgid "Upload New Photos"
|
msgid "Upload New Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:74 ../../mod/settings.php:23
|
#: ../../mod/photos.php:78 ../../mod/settings.php:23
|
||||||
msgid "everybody"
|
msgid "everybody"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:138
|
#: ../../mod/photos.php:142
|
||||||
msgid "Contact information unavailable"
|
msgid "Contact information unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:149 ../../mod/photos.php:671 ../../mod/photos.php:1091
|
#: ../../mod/photos.php:153 ../../mod/photos.php:675 ../../mod/photos.php:1095
|
||||||
#: ../../mod/photos.php:1106 ../../mod/profile_photo.php:74
|
#: ../../mod/photos.php:1110 ../../mod/profile_photo.php:74
|
||||||
#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
|
#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
|
||||||
#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
|
#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
|
||||||
#: ../../mod/profile_photo.php:305
|
#: ../../mod/profile_photo.php:305
|
||||||
|
|
@ -466,23 +466,23 @@ msgstr ""
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:159
|
#: ../../mod/photos.php:163
|
||||||
msgid "Album not found."
|
msgid "Album not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:177 ../../mod/photos.php:1100
|
#: ../../mod/photos.php:181 ../../mod/photos.php:1104
|
||||||
msgid "Delete Album"
|
msgid "Delete Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:240 ../../mod/photos.php:1363
|
#: ../../mod/photos.php:244 ../../mod/photos.php:1367
|
||||||
msgid "Delete Photo"
|
msgid "Delete Photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:602
|
#: ../../mod/photos.php:606
|
||||||
msgid "was tagged in a"
|
msgid "was tagged in a"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:602 ../../mod/like.php:145 ../../mod/subthread.php:87
|
#: ../../mod/photos.php:606 ../../mod/like.php:145 ../../mod/subthread.php:87
|
||||||
#: ../../mod/tagger.php:62 ../../addon/communityhome/communityhome.php:163
|
#: ../../mod/tagger.php:62 ../../addon/communityhome/communityhome.php:163
|
||||||
#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1439
|
#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1439
|
||||||
#: ../../include/diaspora.php:1835 ../../include/conversation.php:125
|
#: ../../include/diaspora.php:1835 ../../include/conversation.php:125
|
||||||
|
|
@ -491,202 +491,203 @@ msgstr ""
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:602
|
#: ../../mod/photos.php:606
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:707 ../../addon/js_upload/js_upload.php:315
|
#: ../../mod/photos.php:711 ../../addon/js_upload/js_upload.php:315
|
||||||
#: ../../addon.old/js_upload/js_upload.php:315
|
#: ../../addon.old/js_upload/js_upload.php:315
|
||||||
msgid "Image exceeds size limit of "
|
msgid "Image exceeds size limit of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:715
|
#: ../../mod/photos.php:719
|
||||||
msgid "Image file is empty."
|
msgid "Image file is empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:747 ../../mod/profile_photo.php:153
|
#: ../../mod/photos.php:751 ../../mod/profile_photo.php:153
|
||||||
#: ../../mod/wall_upload.php:110
|
#: ../../mod/wall_upload.php:110
|
||||||
msgid "Unable to process image."
|
msgid "Unable to process image."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:774 ../../mod/profile_photo.php:301
|
#: ../../mod/photos.php:778 ../../mod/profile_photo.php:301
|
||||||
#: ../../mod/wall_upload.php:136
|
#: ../../mod/wall_upload.php:136
|
||||||
msgid "Image upload failed."
|
msgid "Image upload failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:860 ../../mod/community.php:18
|
#: ../../mod/photos.php:864 ../../mod/community.php:18
|
||||||
#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17
|
#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17
|
||||||
#: ../../mod/display.php:7 ../../mod/search.php:86 ../../mod/directory.php:31
|
#: ../../mod/display.php:7 ../../mod/search.php:86 ../../mod/directory.php:31
|
||||||
msgid "Public access denied."
|
msgid "Public access denied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:870
|
#: ../../mod/photos.php:874
|
||||||
msgid "No photos selected"
|
msgid "No photos selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:971
|
#: ../../mod/photos.php:975
|
||||||
msgid "Access to this item is restricted."
|
msgid "Access to this item is restricted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1033
|
#: ../../mod/photos.php:1037
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
|
msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1036
|
#: ../../mod/photos.php:1040
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have used %1$.2f Mbytes of photo storage."
|
msgid "You have used %1$.2f Mbytes of photo storage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1042
|
#: ../../mod/photos.php:1046
|
||||||
msgid "Upload Photos"
|
msgid "Upload Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1046 ../../mod/photos.php:1095
|
#: ../../mod/photos.php:1050 ../../mod/photos.php:1099
|
||||||
msgid "New album name: "
|
msgid "New album name: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1047
|
#: ../../mod/photos.php:1051
|
||||||
msgid "or existing album name: "
|
msgid "or existing album name: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1048
|
#: ../../mod/photos.php:1052
|
||||||
msgid "Do not show a status post for this upload"
|
msgid "Do not show a status post for this upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1050 ../../mod/photos.php:1358
|
#: ../../mod/photos.php:1054 ../../mod/photos.php:1362
|
||||||
msgid "Permissions"
|
msgid "Permissions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1110
|
#: ../../mod/photos.php:1114
|
||||||
msgid "Edit Album"
|
msgid "Edit Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1116
|
#: ../../mod/photos.php:1120
|
||||||
msgid "Show Newest First"
|
msgid "Show Newest First"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1118
|
#: ../../mod/photos.php:1122
|
||||||
msgid "Show Oldest First"
|
msgid "Show Oldest First"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1142 ../../mod/photos.php:1589
|
#: ../../mod/photos.php:1146 ../../mod/photos.php:1595
|
||||||
msgid "View Photo"
|
msgid "View Photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1177
|
#: ../../mod/photos.php:1181
|
||||||
msgid "Permission denied. Access to this item may be restricted."
|
msgid "Permission denied. Access to this item may be restricted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1179
|
#: ../../mod/photos.php:1183
|
||||||
msgid "Photo not available"
|
msgid "Photo not available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1235
|
#: ../../mod/photos.php:1239
|
||||||
msgid "View photo"
|
msgid "View photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1235
|
#: ../../mod/photos.php:1239
|
||||||
msgid "Edit photo"
|
msgid "Edit photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1236
|
#: ../../mod/photos.php:1240
|
||||||
msgid "Use as profile photo"
|
msgid "Use as profile photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1242 ../../mod/content.php:603
|
#: ../../mod/photos.php:1246 ../../mod/content.php:603
|
||||||
#: ../../object/Item.php:103
|
#: ../../object/Item.php:103
|
||||||
msgid "Private Message"
|
msgid "Private Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1261
|
#: ../../mod/photos.php:1265
|
||||||
msgid "View Full Size"
|
msgid "View Full Size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1335
|
#: ../../mod/photos.php:1339
|
||||||
msgid "Tags: "
|
msgid "Tags: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1338
|
#: ../../mod/photos.php:1342
|
||||||
msgid "[Remove any tag]"
|
msgid "[Remove any tag]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1348
|
#: ../../mod/photos.php:1352
|
||||||
msgid "Rotate CW (right)"
|
msgid "Rotate CW (right)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1349
|
#: ../../mod/photos.php:1353
|
||||||
msgid "Rotate CCW (left)"
|
msgid "Rotate CCW (left)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1351
|
#: ../../mod/photos.php:1355
|
||||||
msgid "New album name"
|
msgid "New album name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1354
|
#: ../../mod/photos.php:1358
|
||||||
msgid "Caption"
|
msgid "Caption"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1356
|
#: ../../mod/photos.php:1360
|
||||||
msgid "Add a Tag"
|
msgid "Add a Tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1360
|
#: ../../mod/photos.php:1364
|
||||||
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
|
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1380 ../../mod/content.php:667
|
#: ../../mod/photos.php:1384 ../../mod/content.php:667
|
||||||
#: ../../object/Item.php:196
|
#: ../../object/Item.php:196
|
||||||
msgid "I like this (toggle)"
|
msgid "I like this (toggle)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1381 ../../mod/content.php:668
|
#: ../../mod/photos.php:1385 ../../mod/content.php:668
|
||||||
#: ../../object/Item.php:197
|
#: ../../object/Item.php:197
|
||||||
msgid "I don't like this (toggle)"
|
msgid "I don't like this (toggle)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1382 ../../include/conversation.php:909
|
#: ../../mod/photos.php:1386 ../../include/conversation.php:956
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1383 ../../mod/editpost.php:118
|
#: ../../mod/photos.php:1387 ../../mod/editpost.php:118
|
||||||
#: ../../mod/content.php:482 ../../mod/content.php:845
|
#: ../../mod/content.php:482 ../../mod/content.php:845
|
||||||
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
|
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
|
||||||
#: ../../mod/message.php:481 ../../include/conversation.php:573
|
#: ../../mod/message.php:481 ../../include/conversation.php:619
|
||||||
#: ../../include/conversation.php:928 ../../object/Item.php:258
|
#: ../../include/conversation.php:975 ../../object/Item.php:258
|
||||||
msgid "Please wait"
|
msgid "Please wait"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1399 ../../mod/photos.php:1442
|
#: ../../mod/photos.php:1403 ../../mod/photos.php:1446
|
||||||
#: ../../mod/photos.php:1474 ../../mod/content.php:690
|
#: ../../mod/photos.php:1517 ../../mod/content.php:690
|
||||||
#: ../../object/Item.php:555
|
#: ../../object/Item.php:555
|
||||||
msgid "This is you"
|
msgid "This is you"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1401 ../../mod/photos.php:1444
|
#: ../../mod/photos.php:1405 ../../mod/photos.php:1448
|
||||||
#: ../../mod/photos.php:1476 ../../mod/content.php:692 ../../boot.php:584
|
#: ../../mod/photos.php:1519 ../../mod/content.php:692 ../../boot.php:585
|
||||||
#: ../../object/Item.php:557
|
#: ../../object/Item.php:557
|
||||||
msgid "Comment"
|
msgid "Comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1403 ../../mod/editpost.php:139
|
#: ../../mod/photos.php:1407 ../../mod/photos.php:1450
|
||||||
#: ../../mod/content.php:702 ../../include/conversation.php:946
|
#: ../../mod/photos.php:1521 ../../mod/editpost.php:139
|
||||||
|
#: ../../mod/content.php:702 ../../include/conversation.php:993
|
||||||
#: ../../object/Item.php:567
|
#: ../../object/Item.php:567
|
||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1505 ../../mod/content.php:439
|
#: ../../mod/photos.php:1489 ../../mod/content.php:439
|
||||||
#: ../../mod/content.php:723 ../../mod/settings.php:606
|
#: ../../mod/content.php:723 ../../mod/settings.php:606
|
||||||
#: ../../mod/group.php:168 ../../mod/admin.php:696
|
#: ../../mod/group.php:168 ../../mod/admin.php:696
|
||||||
#: ../../include/conversation.php:518 ../../object/Item.php:117
|
#: ../../include/conversation.php:564 ../../object/Item.php:117
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1595
|
#: ../../mod/photos.php:1601
|
||||||
msgid "View Album"
|
msgid "View Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1604
|
#: ../../mod/photos.php:1610
|
||||||
msgid "Recent Photos"
|
msgid "Recent Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -699,8 +700,8 @@ msgstr ""
|
||||||
msgid "Community"
|
msgid "Community"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/community.php:63 ../../mod/community.php:88
|
#: ../../mod/community.php:61 ../../mod/community.php:86
|
||||||
#: ../../mod/search.php:161 ../../mod/search.php:187
|
#: ../../mod/search.php:159 ../../mod/search.php:185
|
||||||
msgid "No results."
|
msgid "No results."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -744,7 +745,7 @@ msgstr ""
|
||||||
msgid "Edit post"
|
msgid "Edit post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:88 ../../include/conversation.php:895
|
#: ../../mod/editpost.php:88 ../../include/conversation.php:942
|
||||||
msgid "Post to Email"
|
msgid "Post to Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -755,85 +756,85 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
|
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
|
||||||
#: ../../mod/message.php:291 ../../mod/message.php:478
|
#: ../../mod/message.php:291 ../../mod/message.php:478
|
||||||
#: ../../include/conversation.php:910
|
#: ../../include/conversation.php:957
|
||||||
msgid "Upload photo"
|
msgid "Upload photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:105 ../../include/conversation.php:911
|
#: ../../mod/editpost.php:105 ../../include/conversation.php:958
|
||||||
msgid "upload photo"
|
msgid "upload photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:106 ../../include/conversation.php:912
|
#: ../../mod/editpost.php:106 ../../include/conversation.php:959
|
||||||
msgid "Attach file"
|
msgid "Attach file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:107 ../../include/conversation.php:913
|
#: ../../mod/editpost.php:107 ../../include/conversation.php:960
|
||||||
msgid "attach file"
|
msgid "attach file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:108 ../../mod/wallmessage.php:151
|
#: ../../mod/editpost.php:108 ../../mod/wallmessage.php:151
|
||||||
#: ../../mod/message.php:292 ../../mod/message.php:479
|
#: ../../mod/message.php:292 ../../mod/message.php:479
|
||||||
#: ../../include/conversation.php:914
|
#: ../../include/conversation.php:961
|
||||||
msgid "Insert web link"
|
msgid "Insert web link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:109 ../../include/conversation.php:915
|
#: ../../mod/editpost.php:109 ../../include/conversation.php:962
|
||||||
msgid "web link"
|
msgid "web link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:110 ../../include/conversation.php:916
|
#: ../../mod/editpost.php:110 ../../include/conversation.php:963
|
||||||
msgid "Insert video link"
|
msgid "Insert video link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:111 ../../include/conversation.php:917
|
#: ../../mod/editpost.php:111 ../../include/conversation.php:964
|
||||||
msgid "video link"
|
msgid "video link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:112 ../../include/conversation.php:918
|
#: ../../mod/editpost.php:112 ../../include/conversation.php:965
|
||||||
msgid "Insert audio link"
|
msgid "Insert audio link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:113 ../../include/conversation.php:919
|
#: ../../mod/editpost.php:113 ../../include/conversation.php:966
|
||||||
msgid "audio link"
|
msgid "audio link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:114 ../../include/conversation.php:920
|
#: ../../mod/editpost.php:114 ../../include/conversation.php:967
|
||||||
msgid "Set your location"
|
msgid "Set your location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:115 ../../include/conversation.php:921
|
#: ../../mod/editpost.php:115 ../../include/conversation.php:968
|
||||||
msgid "set location"
|
msgid "set location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:116 ../../include/conversation.php:922
|
#: ../../mod/editpost.php:116 ../../include/conversation.php:969
|
||||||
msgid "Clear browser location"
|
msgid "Clear browser location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:117 ../../include/conversation.php:923
|
#: ../../mod/editpost.php:117 ../../include/conversation.php:970
|
||||||
msgid "clear location"
|
msgid "clear location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:119 ../../include/conversation.php:929
|
#: ../../mod/editpost.php:119 ../../include/conversation.php:976
|
||||||
msgid "Permission settings"
|
msgid "Permission settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:127 ../../include/conversation.php:938
|
#: ../../mod/editpost.php:127 ../../include/conversation.php:985
|
||||||
msgid "CC: email addresses"
|
msgid "CC: email addresses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:128 ../../include/conversation.php:939
|
#: ../../mod/editpost.php:128 ../../include/conversation.php:986
|
||||||
msgid "Public post"
|
msgid "Public post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:131 ../../include/conversation.php:925
|
#: ../../mod/editpost.php:131 ../../include/conversation.php:972
|
||||||
msgid "Set title"
|
msgid "Set title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:133 ../../include/conversation.php:927
|
#: ../../mod/editpost.php:133 ../../include/conversation.php:974
|
||||||
msgid "Categories (comma-separated list)"
|
msgid "Categories (comma-separated list)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:134 ../../include/conversation.php:941
|
#: ../../mod/editpost.php:134 ../../include/conversation.php:988
|
||||||
msgid "Example: bob@example.com, mary@example.com"
|
msgid "Example: bob@example.com, mary@example.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1346,7 +1347,7 @@ msgid "is interested in:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/match.php:58 ../../mod/suggest.php:59
|
#: ../../mod/match.php:58 ../../mod/suggest.php:59
|
||||||
#: ../../include/contact_widgets.php:9 ../../boot.php:1174
|
#: ../../include/contact_widgets.php:9 ../../boot.php:1175
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1376,24 +1377,24 @@ msgid "Group: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:438 ../../mod/content.php:722
|
#: ../../mod/content.php:438 ../../mod/content.php:722
|
||||||
#: ../../include/conversation.php:517 ../../object/Item.php:116
|
#: ../../include/conversation.php:563 ../../object/Item.php:116
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:455 ../../mod/content.php:815
|
#: ../../mod/content.php:455 ../../mod/content.php:815
|
||||||
#: ../../mod/content.php:816 ../../include/conversation.php:536
|
#: ../../mod/content.php:816 ../../include/conversation.php:582
|
||||||
#: ../../object/Item.php:227 ../../object/Item.php:228
|
#: ../../object/Item.php:227 ../../object/Item.php:228
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "View %s's profile @ %s"
|
msgid "View %s's profile @ %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:465 ../../mod/content.php:827
|
#: ../../mod/content.php:465 ../../mod/content.php:827
|
||||||
#: ../../include/conversation.php:556 ../../object/Item.php:240
|
#: ../../include/conversation.php:602 ../../object/Item.php:240
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s from %s"
|
msgid "%s from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:480 ../../include/conversation.php:571
|
#: ../../mod/content.php:480 ../../include/conversation.php:617
|
||||||
msgid "View in context"
|
msgid "View in context"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1413,7 +1414,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/content.php:589 ../../addon/page/page.php:77
|
#: ../../mod/content.php:589 ../../addon/page/page.php:77
|
||||||
#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119
|
#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119
|
||||||
#: ../../include/contact_widgets.php:195 ../../boot.php:585
|
#: ../../include/contact_widgets.php:195 ../../boot.php:586
|
||||||
#: ../../object/Item.php:280 ../../addon.old/page/page.php:77
|
#: ../../object/Item.php:280 ../../addon.old/page/page.php:77
|
||||||
#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119
|
#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119
|
||||||
msgid "show more"
|
msgid "show more"
|
||||||
|
|
@ -2019,7 +2020,7 @@ msgstr ""
|
||||||
#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661
|
#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661
|
||||||
#: ../../addon/public_server/public_server.php:62
|
#: ../../addon/public_server/public_server.php:62
|
||||||
#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3301
|
#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3301
|
||||||
#: ../../boot.php:798 ../../addon.old/facebook/facebook.php:702
|
#: ../../boot.php:799 ../../addon.old/facebook/facebook.php:702
|
||||||
#: ../../addon.old/facebook/facebook.php:1200
|
#: ../../addon.old/facebook/facebook.php:1200
|
||||||
#: ../../addon.old/fbpost/fbpost.php:661
|
#: ../../addon.old/fbpost/fbpost.php:661
|
||||||
#: ../../addon.old/public_server/public_server.php:62
|
#: ../../addon.old/public_server/public_server.php:62
|
||||||
|
|
@ -2033,7 +2034,7 @@ msgid ""
|
||||||
"Password reset failed."
|
"Password reset failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:83 ../../boot.php:935
|
#: ../../mod/lostpass.php:83 ../../boot.php:936
|
||||||
msgid "Password Reset"
|
msgid "Password Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2724,7 +2725,7 @@ msgstr ""
|
||||||
msgid "Invalid contact."
|
msgid "Invalid contact."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/notes.php:44 ../../boot.php:1707
|
#: ../../mod/notes.php:44 ../../boot.php:1708
|
||||||
msgid "Personal Notes"
|
msgid "Personal Notes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2773,7 +2774,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
|
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
|
||||||
#: ../../mod/message.php:242 ../../mod/message.php:250
|
#: ../../mod/message.php:242 ../../mod/message.php:250
|
||||||
#: ../../include/conversation.php:846 ../../include/conversation.php:863
|
#: ../../include/conversation.php:893 ../../include/conversation.php:910
|
||||||
msgid "Please enter a link URL:"
|
msgid "Please enter a link URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2856,7 +2857,7 @@ msgstr ""
|
||||||
#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
|
#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
|
||||||
#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7
|
#: ../../view/theme/diabook/theme.php:128 ../../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:1683
|
#: ../../boot.php:1684
|
||||||
msgid "Profile"
|
msgid "Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3027,7 +3028,7 @@ msgstr ""
|
||||||
msgid "Group name changed."
|
msgid "Group name changed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:316
|
#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:318
|
||||||
msgid "Permission denied"
|
msgid "Permission denied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3167,7 +3168,7 @@ msgstr ""
|
||||||
msgid "Choose a nickname: "
|
msgid "Choose a nickname: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:897
|
#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:898
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3215,7 +3216,7 @@ msgid "Access denied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
|
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
|
||||||
#: ../../include/nav.php:51 ../../boot.php:1690
|
#: ../../include/nav.php:51 ../../boot.php:1691
|
||||||
msgid "Photos"
|
msgid "Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4092,15 +4093,15 @@ msgstr ""
|
||||||
msgid "FTP Password"
|
msgid "FTP Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile.php:22 ../../boot.php:1084
|
#: ../../mod/profile.php:21 ../../boot.php:1085
|
||||||
msgid "Requested profile is not available."
|
msgid "Requested profile is not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile.php:152 ../../mod/display.php:77
|
#: ../../mod/profile.php:155 ../../mod/display.php:77
|
||||||
msgid "Access to this profile has been restricted."
|
msgid "Access to this profile has been restricted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile.php:177
|
#: ../../mod/profile.php:180
|
||||||
msgid "Tips for New Members"
|
msgid "Tips for New Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4200,7 +4201,7 @@ msgstr ""
|
||||||
msgid "No installed applications."
|
msgid "No installed applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/search.php:98 ../../include/text.php:678
|
#: ../../mod/search.php:96 ../../include/text.php:678
|
||||||
#: ../../include/text.php:679 ../../include/nav.php:91
|
#: ../../include/text.php:679 ../../include/nav.php:91
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -4493,28 +4494,28 @@ msgstr ""
|
||||||
msgid "Edit/Manage Profiles"
|
msgid "Edit/Manage Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:689 ../../boot.php:1202
|
#: ../../mod/profiles.php:689 ../../boot.php:1203
|
||||||
msgid "Change profile photo"
|
msgid "Change profile photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:690 ../../boot.php:1203
|
#: ../../mod/profiles.php:690 ../../boot.php:1204
|
||||||
msgid "Create New Profile"
|
msgid "Create New Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:701 ../../boot.php:1213
|
#: ../../mod/profiles.php:701 ../../boot.php:1214
|
||||||
msgid "Profile Image"
|
msgid "Profile Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:703 ../../boot.php:1216
|
#: ../../mod/profiles.php:703 ../../boot.php:1217
|
||||||
msgid "visible to everybody"
|
msgid "visible to everybody"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:704 ../../boot.php:1217
|
#: ../../mod/profiles.php:704 ../../boot.php:1218
|
||||||
msgid "Edit visibility"
|
msgid "Edit visibility"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/filer.php:29 ../../include/conversation.php:850
|
#: ../../mod/filer.php:29 ../../include/conversation.php:897
|
||||||
#: ../../include/conversation.php:867
|
#: ../../include/conversation.php:914
|
||||||
msgid "Save to Folder:"
|
msgid "Save to Folder:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4638,17 +4639,17 @@ msgid "Gender: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17
|
#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17
|
||||||
#: ../../boot.php:1238
|
#: ../../boot.php:1239
|
||||||
msgid "Gender:"
|
msgid "Gender:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37
|
#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37
|
||||||
#: ../../boot.php:1241
|
#: ../../boot.php:1242
|
||||||
msgid "Status:"
|
msgid "Status:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48
|
#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48
|
||||||
#: ../../boot.php:1243
|
#: ../../boot.php:1244
|
||||||
msgid "Homepage:"
|
msgid "Homepage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -5519,7 +5520,7 @@ msgstr ""
|
||||||
#: ../../addon/communityhome/communityhome.php:34
|
#: ../../addon/communityhome/communityhome.php:34
|
||||||
#: ../../addon/communityhome/twillingham/communityhome.php:28
|
#: ../../addon/communityhome/twillingham/communityhome.php:28
|
||||||
#: ../../addon/communityhome/twillingham/communityhome.php:34
|
#: ../../addon/communityhome/twillingham/communityhome.php:34
|
||||||
#: ../../include/nav.php:64 ../../boot.php:922
|
#: ../../include/nav.php:64 ../../boot.php:923
|
||||||
#: ../../addon.old/communityhome/communityhome.php:28
|
#: ../../addon.old/communityhome/communityhome.php:28
|
||||||
#: ../../addon.old/communityhome/communityhome.php:34
|
#: ../../addon.old/communityhome/communityhome.php:34
|
||||||
#: ../../addon.old/communityhome/twillingham/communityhome.php:28
|
#: ../../addon.old/communityhome/twillingham/communityhome.php:28
|
||||||
|
|
@ -8436,7 +8437,7 @@ msgstr ""
|
||||||
msgid "Contacts not in any group"
|
msgid "Contacts not in any group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:46 ../../boot.php:921
|
#: ../../include/nav.php:46 ../../boot.php:922
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -8444,7 +8445,7 @@ msgstr ""
|
||||||
msgid "End this session"
|
msgid "End this session"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:49 ../../boot.php:1676
|
#: ../../include/nav.php:49 ../../boot.php:1677
|
||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -8524,11 +8525,11 @@ msgstr ""
|
||||||
msgid "Manage other pages"
|
msgid "Manage other pages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:138 ../../boot.php:1196
|
#: ../../include/nav.php:138 ../../boot.php:1197
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:138 ../../boot.php:1196
|
#: ../../include/nav.php:138 ../../boot.php:1197
|
||||||
msgid "Manage/edit profiles"
|
msgid "Manage/edit profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -9055,34 +9056,34 @@ msgstr ""
|
||||||
msgid "stopped following"
|
msgid "stopped following"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:220 ../../include/conversation.php:743
|
#: ../../include/Contact.php:220 ../../include/conversation.php:790
|
||||||
msgid "Poke"
|
msgid "Poke"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:221 ../../include/conversation.php:737
|
#: ../../include/Contact.php:221 ../../include/conversation.php:784
|
||||||
msgid "View Status"
|
msgid "View Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:222 ../../include/conversation.php:738
|
#: ../../include/Contact.php:222 ../../include/conversation.php:785
|
||||||
msgid "View Profile"
|
msgid "View Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:223 ../../include/conversation.php:739
|
#: ../../include/Contact.php:223 ../../include/conversation.php:786
|
||||||
msgid "View Photos"
|
msgid "View Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:224 ../../include/Contact.php:237
|
#: ../../include/Contact.php:224 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:740
|
#: ../../include/conversation.php:787
|
||||||
msgid "Network Posts"
|
msgid "Network Posts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:225 ../../include/Contact.php:237
|
#: ../../include/Contact.php:225 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:741
|
#: ../../include/conversation.php:788
|
||||||
msgid "Edit Contact"
|
msgid "Edit Contact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:226 ../../include/Contact.php:237
|
#: ../../include/Contact.php:226 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:742
|
#: ../../include/conversation.php:789
|
||||||
msgid "Send PM"
|
msgid "Send PM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -9100,86 +9101,86 @@ msgstr ""
|
||||||
msgid "%1$s marked %2$s's %3$s as favorite"
|
msgid "%1$s marked %2$s's %3$s as favorite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:548 ../../object/Item.php:218
|
#: ../../include/conversation.php:594 ../../object/Item.php:218
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:549 ../../object/Item.php:219
|
#: ../../include/conversation.php:595 ../../object/Item.php:219
|
||||||
msgid "Filed under:"
|
msgid "Filed under:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:633
|
#: ../../include/conversation.php:680
|
||||||
msgid "remove"
|
msgid "remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:637
|
#: ../../include/conversation.php:684
|
||||||
msgid "Delete Selected Items"
|
msgid "Delete Selected Items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:736
|
#: ../../include/conversation.php:783
|
||||||
msgid "Follow Thread"
|
msgid "Follow Thread"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:805
|
#: ../../include/conversation.php:852
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s likes this."
|
msgid "%s likes this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:805
|
#: ../../include/conversation.php:852
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s doesn't like this."
|
msgid "%s doesn't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:809
|
#: ../../include/conversation.php:856
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "<span %1$s>%2$d people</span> like this."
|
msgid "<span %1$s>%2$d people</span> like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:811
|
#: ../../include/conversation.php:858
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "<span %1$s>%2$d people</span> don't like this."
|
msgid "<span %1$s>%2$d people</span> don't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:817
|
#: ../../include/conversation.php:864
|
||||||
msgid "and"
|
msgid "and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:820
|
#: ../../include/conversation.php:867
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ", and %d other people"
|
msgid ", and %d other people"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:821
|
#: ../../include/conversation.php:868
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s like this."
|
msgid "%s like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:821
|
#: ../../include/conversation.php:868
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s don't like this."
|
msgid "%s don't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:845 ../../include/conversation.php:862
|
#: ../../include/conversation.php:892 ../../include/conversation.php:909
|
||||||
msgid "Visible to <strong>everybody</strong>"
|
msgid "Visible to <strong>everybody</strong>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:847 ../../include/conversation.php:864
|
#: ../../include/conversation.php:894 ../../include/conversation.php:911
|
||||||
msgid "Please enter a video link/URL:"
|
msgid "Please enter a video link/URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:848 ../../include/conversation.php:865
|
#: ../../include/conversation.php:895 ../../include/conversation.php:912
|
||||||
msgid "Please enter an audio link/URL:"
|
msgid "Please enter an audio link/URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:849 ../../include/conversation.php:866
|
#: ../../include/conversation.php:896 ../../include/conversation.php:913
|
||||||
msgid "Tag term:"
|
msgid "Tag term:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:851 ../../include/conversation.php:868
|
#: ../../include/conversation.php:898 ../../include/conversation.php:915
|
||||||
msgid "Where are you right now?"
|
msgid "Where are you right now?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:930
|
#: ../../include/conversation.php:977
|
||||||
msgid "permissions"
|
msgid "permissions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -9195,105 +9196,105 @@ msgstr ""
|
||||||
msgid "This action is not available under your subscription plan."
|
msgid "This action is not available under your subscription plan."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:583
|
#: ../../boot.php:584
|
||||||
msgid "Delete this item?"
|
msgid "Delete this item?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:586
|
#: ../../boot.php:587
|
||||||
msgid "show fewer"
|
msgid "show fewer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:793
|
#: ../../boot.php:794
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update %s failed. See error logs."
|
msgid "Update %s failed. See error logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:795
|
#: ../../boot.php:796
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update Error at %s"
|
msgid "Update Error at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:896
|
#: ../../boot.php:897
|
||||||
msgid "Create a New Account"
|
msgid "Create a New Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:924
|
#: ../../boot.php:925
|
||||||
msgid "Nickname or Email address: "
|
msgid "Nickname or Email address: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:925
|
#: ../../boot.php:926
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:928
|
#: ../../boot.php:929
|
||||||
msgid "Or login using OpenID: "
|
msgid "Or login using OpenID: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:934
|
#: ../../boot.php:935
|
||||||
msgid "Forgot your password?"
|
msgid "Forgot your password?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1045
|
#: ../../boot.php:1046
|
||||||
msgid "Requested account is not available."
|
msgid "Requested account is not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1122
|
#: ../../boot.php:1123
|
||||||
msgid "Edit profile"
|
msgid "Edit profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1188
|
#: ../../boot.php:1189
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1310 ../../boot.php:1396
|
#: ../../boot.php:1311 ../../boot.php:1397
|
||||||
msgid "g A l F d"
|
msgid "g A l F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1311 ../../boot.php:1397
|
#: ../../boot.php:1312 ../../boot.php:1398
|
||||||
msgid "F d"
|
msgid "F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1356 ../../boot.php:1437
|
#: ../../boot.php:1357 ../../boot.php:1438
|
||||||
msgid "[today]"
|
msgid "[today]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1368
|
#: ../../boot.php:1369
|
||||||
msgid "Birthday Reminders"
|
msgid "Birthday Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1369
|
#: ../../boot.php:1370
|
||||||
msgid "Birthdays this week:"
|
msgid "Birthdays this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1430
|
#: ../../boot.php:1431
|
||||||
msgid "[No description]"
|
msgid "[No description]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1448
|
#: ../../boot.php:1449
|
||||||
msgid "Event Reminders"
|
msgid "Event Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1449
|
#: ../../boot.php:1450
|
||||||
msgid "Events this week:"
|
msgid "Events this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1679
|
#: ../../boot.php:1680
|
||||||
msgid "Status Messages and Posts"
|
msgid "Status Messages and Posts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1686
|
#: ../../boot.php:1687
|
||||||
msgid "Profile Details"
|
msgid "Profile Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1703
|
#: ../../boot.php:1704
|
||||||
msgid "Events and Calendar"
|
msgid "Events and Calendar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1710
|
#: ../../boot.php:1711
|
||||||
msgid "Only You Can See This"
|
msgid "Only You Can See This"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../index.php:378
|
#: ../../index.php:380
|
||||||
msgid "toggle mobile"
|
msgid "toggle mobile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue