PRIVACY: item_private seems to have been removed from permissions_sql checking with an observer.
This commit is contained in:
parent
f7d9523c7d
commit
1b09c64856
@ -260,7 +260,7 @@ function item_permissions_sql($owner_id, $remote_observer = null) {
|
|||||||
$regexop = db_getfunc('REGEXP');
|
$regexop = db_getfunc('REGEXP');
|
||||||
$sql = sprintf(
|
$sql = sprintf(
|
||||||
" AND ( NOT (deny_cid like '%s' OR deny_gid $regexop '%s')
|
" AND ( NOT (deny_cid like '%s' OR deny_gid $regexop '%s')
|
||||||
AND ( allow_cid like '%s' OR allow_gid $regexop '%s' OR ( allow_cid = '' AND allow_gid = '') )
|
AND ( allow_cid like '%s' OR allow_gid $regexop '%s' OR ( allow_cid = '' AND allow_gid = '' AND item_private = 0 ) )
|
||||||
)
|
)
|
||||||
",
|
",
|
||||||
dbesc(protect_sprintf( '%<' . $observer . '>%')),
|
dbesc(protect_sprintf( '%<' . $observer . '>%')),
|
||||||
@ -295,7 +295,7 @@ function public_permissions_sql($observer_hash) {
|
|||||||
$regexop = db_getfunc('REGEXP');
|
$regexop = db_getfunc('REGEXP');
|
||||||
$sql = sprintf(
|
$sql = sprintf(
|
||||||
" OR (( NOT (deny_cid like '%s' OR deny_gid $regexop '%s')
|
" OR (( NOT (deny_cid like '%s' OR deny_gid $regexop '%s')
|
||||||
AND ( allow_cid like '%s' OR allow_gid $regexop '%s' OR ( allow_cid = '' AND allow_gid = '') )
|
AND ( allow_cid like '%s' OR allow_gid $regexop '%s' OR ( allow_cid = '' AND allow_gid = '' AND item_private = 0 ) )
|
||||||
))
|
))
|
||||||
",
|
",
|
||||||
dbesc(protect_sprintf( '%<' . $observer_hash . '>%')),
|
dbesc(protect_sprintf( '%<' . $observer_hash . '>%')),
|
||||||
|
358
util/messages.po
358
util/messages.po
@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2015-08-28.1138\n"
|
"Project-Id-Version: 2015-09-04.1145\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-08-28 00:04-0700\n"
|
"POT-Creation-Date: 2015-09-04 00:04-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"
|
||||||
@ -31,7 +31,7 @@ msgstr ""
|
|||||||
#: ../../include/menu.php:107 ../../include/page_widgets.php:8
|
#: ../../include/menu.php:107 ../../include/page_widgets.php:8
|
||||||
#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:266
|
#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:266
|
||||||
#: ../../include/ItemObject.php:100 ../../include/apps.php:254
|
#: ../../include/ItemObject.php:100 ../../include/apps.php:254
|
||||||
#: ../../mod/webpages.php:181 ../../mod/thing.php:227
|
#: ../../mod/webpages.php:181 ../../mod/thing.php:255
|
||||||
#: ../../mod/connections.php:242 ../../mod/connections.php:255
|
#: ../../mod/connections.php:242 ../../mod/connections.php:255
|
||||||
#: ../../mod/connections.php:274 ../../mod/blocks.php:153
|
#: ../../mod/connections.php:274 ../../mod/blocks.php:153
|
||||||
#: ../../mod/editpost.php:106 ../../mod/editlayout.php:133
|
#: ../../mod/editpost.php:106 ../../mod/editlayout.php:133
|
||||||
@ -78,7 +78,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../include/contact_selectors.php:79 ../../mod/admin.php:822
|
#: ../../include/contact_selectors.php:79 ../../mod/admin.php:822
|
||||||
#: ../../mod/admin.php:831 ../../mod/id.php:15 ../../mod/id.php:16
|
#: ../../mod/admin.php:831 ../../mod/id.php:15 ../../mod/id.php:16
|
||||||
#: ../../boot.php:1553
|
#: ../../boot.php:1552
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -256,7 +256,7 @@ msgstr ""
|
|||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/datetime.php:262 ../../boot.php:2354
|
#: ../../include/datetime.php:262 ../../boot.php:2353
|
||||||
msgid "never"
|
msgid "never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -353,7 +353,7 @@ msgstr ""
|
|||||||
#: ../../mod/settings.php:579 ../../mod/removeme.php:60
|
#: ../../mod/settings.php:579 ../../mod/removeme.php:60
|
||||||
#: ../../mod/connedit.php:647 ../../mod/connedit.php:675
|
#: ../../mod/connedit.php:647 ../../mod/connedit.php:675
|
||||||
#: ../../view/theme/redbasic/php/config.php:104
|
#: ../../view/theme/redbasic/php/config.php:104
|
||||||
#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
|
#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1554
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -365,7 +365,7 @@ msgstr ""
|
|||||||
#: ../../mod/filestorage.php:159 ../../mod/admin.php:430
|
#: ../../mod/filestorage.php:159 ../../mod/admin.php:430
|
||||||
#: ../../mod/settings.php:579 ../../mod/removeme.php:60
|
#: ../../mod/settings.php:579 ../../mod/removeme.php:60
|
||||||
#: ../../view/theme/redbasic/php/config.php:104
|
#: ../../view/theme/redbasic/php/config.php:104
|
||||||
#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1555
|
#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1554
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -496,8 +496,8 @@ msgid "Describe (optional)"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668
|
#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668
|
||||||
#: ../../mod/xchan.php:11 ../../mod/connect.php:93 ../../mod/thing.php:275
|
#: ../../mod/xchan.php:11 ../../mod/connect.php:93 ../../mod/thing.php:303
|
||||||
#: ../../mod/thing.php:318 ../../mod/events.php:494 ../../mod/events.php:670
|
#: ../../mod/thing.php:346 ../../mod/events.php:494 ../../mod/events.php:670
|
||||||
#: ../../mod/group.php:81 ../../mod/photos.php:577 ../../mod/photos.php:654
|
#: ../../mod/group.php:81 ../../mod/photos.php:577 ../../mod/photos.php:654
|
||||||
#: ../../mod/photos.php:941 ../../mod/photos.php:981 ../../mod/photos.php:1099
|
#: ../../mod/photos.php:941 ../../mod/photos.php:981 ../../mod/photos.php:1099
|
||||||
#: ../../mod/pdledit.php:58 ../../mod/import.php:592 ../../mod/chat.php:177
|
#: ../../mod/pdledit.php:58 ../../mod/import.php:592 ../../mod/chat.php:177
|
||||||
@ -600,358 +600,358 @@ msgstr ""
|
|||||||
msgid "timeago.numbers"
|
msgid "timeago.numbers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:395
|
#: ../../include/text.php:391
|
||||||
msgid "prev"
|
msgid "prev"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:397
|
#: ../../include/text.php:393
|
||||||
msgid "first"
|
msgid "first"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:426
|
#: ../../include/text.php:422
|
||||||
msgid "last"
|
msgid "last"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:429
|
#: ../../include/text.php:425
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:439
|
#: ../../include/text.php:435
|
||||||
msgid "older"
|
msgid "older"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:441
|
#: ../../include/text.php:437
|
||||||
msgid "newer"
|
msgid "newer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:834
|
#: ../../include/text.php:830
|
||||||
msgid "No connections"
|
msgid "No connections"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:848
|
#: ../../include/text.php:844
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d Connection"
|
msgid "%d Connection"
|
||||||
msgid_plural "%d Connections"
|
msgid_plural "%d Connections"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../include/text.php:861 ../../mod/viewconnections.php:104
|
#: ../../include/text.php:857 ../../mod/viewconnections.php:104
|
||||||
msgid "View Connections"
|
msgid "View Connections"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:918 ../../include/text.php:930
|
#: ../../include/text.php:914 ../../include/text.php:926
|
||||||
#: ../../include/nav.php:165 ../../include/apps.php:147
|
#: ../../include/nav.php:165 ../../include/apps.php:147
|
||||||
#: ../../mod/search.php:38
|
#: ../../mod/search.php:38
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:919 ../../include/text.php:931
|
#: ../../include/text.php:915 ../../include/text.php:927
|
||||||
#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
|
#: ../../include/widgets.php:192 ../../mod/rbmark.php:28
|
||||||
#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1457
|
#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1457
|
||||||
#: ../../mod/admin.php:1477
|
#: ../../mod/admin.php:1477
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:994
|
#: ../../include/text.php:990
|
||||||
msgid "poke"
|
msgid "poke"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:994 ../../include/conversation.php:243
|
#: ../../include/text.php:990 ../../include/conversation.php:243
|
||||||
msgid "poked"
|
msgid "poked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:995
|
#: ../../include/text.php:991
|
||||||
msgid "ping"
|
msgid "ping"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:995
|
#: ../../include/text.php:991
|
||||||
msgid "pinged"
|
msgid "pinged"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:996
|
#: ../../include/text.php:992
|
||||||
msgid "prod"
|
msgid "prod"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:996
|
#: ../../include/text.php:992
|
||||||
msgid "prodded"
|
msgid "prodded"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:997
|
#: ../../include/text.php:993
|
||||||
msgid "slap"
|
msgid "slap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:997
|
#: ../../include/text.php:993
|
||||||
msgid "slapped"
|
msgid "slapped"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:998
|
#: ../../include/text.php:994
|
||||||
msgid "finger"
|
msgid "finger"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:998
|
#: ../../include/text.php:994
|
||||||
msgid "fingered"
|
msgid "fingered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:999
|
#: ../../include/text.php:995
|
||||||
msgid "rebuff"
|
msgid "rebuff"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:999
|
#: ../../include/text.php:995
|
||||||
msgid "rebuffed"
|
msgid "rebuffed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1009
|
#: ../../include/text.php:1005
|
||||||
msgid "happy"
|
msgid "happy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1010
|
#: ../../include/text.php:1006
|
||||||
msgid "sad"
|
msgid "sad"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1011
|
#: ../../include/text.php:1007
|
||||||
msgid "mellow"
|
msgid "mellow"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1012
|
#: ../../include/text.php:1008
|
||||||
msgid "tired"
|
msgid "tired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1013
|
#: ../../include/text.php:1009
|
||||||
msgid "perky"
|
msgid "perky"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1014
|
#: ../../include/text.php:1010
|
||||||
msgid "angry"
|
msgid "angry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1015
|
#: ../../include/text.php:1011
|
||||||
msgid "stupified"
|
msgid "stupified"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1016
|
#: ../../include/text.php:1012
|
||||||
msgid "puzzled"
|
msgid "puzzled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1017
|
#: ../../include/text.php:1013
|
||||||
msgid "interested"
|
msgid "interested"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1018
|
#: ../../include/text.php:1014
|
||||||
msgid "bitter"
|
msgid "bitter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1019
|
#: ../../include/text.php:1015
|
||||||
msgid "cheerful"
|
msgid "cheerful"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1020
|
#: ../../include/text.php:1016
|
||||||
msgid "alive"
|
msgid "alive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1021
|
#: ../../include/text.php:1017
|
||||||
msgid "annoyed"
|
msgid "annoyed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1022
|
#: ../../include/text.php:1018
|
||||||
msgid "anxious"
|
msgid "anxious"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1023
|
#: ../../include/text.php:1019
|
||||||
msgid "cranky"
|
msgid "cranky"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1024
|
#: ../../include/text.php:1020
|
||||||
msgid "disturbed"
|
msgid "disturbed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1025
|
#: ../../include/text.php:1021
|
||||||
msgid "frustrated"
|
msgid "frustrated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1026
|
#: ../../include/text.php:1022
|
||||||
msgid "depressed"
|
msgid "depressed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1027
|
#: ../../include/text.php:1023
|
||||||
msgid "motivated"
|
msgid "motivated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1028
|
#: ../../include/text.php:1024
|
||||||
msgid "relaxed"
|
msgid "relaxed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1029
|
#: ../../include/text.php:1025
|
||||||
msgid "surprised"
|
msgid "surprised"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1201
|
#: ../../include/text.php:1197
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1205
|
#: ../../include/text.php:1201
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1310
|
#: ../../include/text.php:1306
|
||||||
msgid "unknown.???"
|
msgid "unknown.???"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1311
|
#: ../../include/text.php:1307
|
||||||
msgid "bytes"
|
msgid "bytes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1347
|
#: ../../include/text.php:1343
|
||||||
msgid "remove category"
|
msgid "remove category"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1422
|
#: ../../include/text.php:1418
|
||||||
msgid "remove from file"
|
msgid "remove from file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1498 ../../include/text.php:1509
|
#: ../../include/text.php:1494 ../../include/text.php:1505
|
||||||
msgid "Click to open/close"
|
msgid "Click to open/close"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1665 ../../mod/events.php:457
|
#: ../../include/text.php:1661 ../../mod/events.php:457
|
||||||
msgid "Link to Source"
|
msgid "Link to Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1686 ../../include/text.php:1757
|
#: ../../include/text.php:1682 ../../include/text.php:1753
|
||||||
msgid "default"
|
msgid "default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1694
|
#: ../../include/text.php:1690
|
||||||
msgid "Page layout"
|
msgid "Page layout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1694
|
#: ../../include/text.php:1690
|
||||||
msgid "You can create your own with the layouts tool"
|
msgid "You can create your own with the layouts tool"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1735
|
#: ../../include/text.php:1731
|
||||||
msgid "Page content type"
|
msgid "Page content type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1769
|
#: ../../include/text.php:1765
|
||||||
msgid "Select an alternate language"
|
msgid "Select an alternate language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1888 ../../include/diaspora.php:2119
|
#: ../../include/text.php:1884 ../../include/diaspora.php:2119
|
||||||
#: ../../include/conversation.php:120 ../../mod/like.php:346
|
#: ../../include/conversation.php:120 ../../mod/like.php:346
|
||||||
#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
|
#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
|
||||||
#: ../../mod/tagger.php:43
|
#: ../../mod/tagger.php:43
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1891 ../../include/conversation.php:123
|
#: ../../include/text.php:1887 ../../include/conversation.php:123
|
||||||
#: ../../mod/like.php:348 ../../mod/tagger.php:47
|
#: ../../mod/like.php:348 ../../mod/tagger.php:47
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1894 ../../include/diaspora.php:2119
|
#: ../../include/text.php:1890 ../../include/diaspora.php:2119
|
||||||
#: ../../include/conversation.php:148 ../../mod/like.php:346
|
#: ../../include/conversation.php:148 ../../mod/like.php:346
|
||||||
#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
|
#: ../../mod/subthread.php:72 ../../mod/subthread.php:174
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1896 ../../include/conversation.php:150
|
#: ../../include/text.php:1892 ../../include/conversation.php:150
|
||||||
#: ../../mod/tagger.php:53
|
#: ../../mod/tagger.php:53
|
||||||
msgid "comment"
|
msgid "comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:1901
|
#: ../../include/text.php:1897
|
||||||
msgid "activity"
|
msgid "activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2196
|
#: ../../include/text.php:2192
|
||||||
msgid "Design Tools"
|
msgid "Design Tools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2199 ../../mod/blocks.php:147
|
#: ../../include/text.php:2195 ../../mod/blocks.php:147
|
||||||
msgid "Blocks"
|
msgid "Blocks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2200 ../../mod/menu.php:98
|
#: ../../include/text.php:2196 ../../mod/menu.php:98
|
||||||
msgid "Menus"
|
msgid "Menus"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2201 ../../mod/layouts.php:174
|
#: ../../include/text.php:2197 ../../mod/layouts.php:174
|
||||||
msgid "Layouts"
|
msgid "Layouts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2202
|
#: ../../include/text.php:2198
|
||||||
msgid "Pages"
|
msgid "Pages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:2553 ../../include/RedDAV/RedBrowser.php:131
|
#: ../../include/text.php:2549 ../../include/RedDAV/RedBrowser.php:131
|
||||||
msgid "Collection"
|
msgid "Collection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1043,7 +1043,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../include/RedDAV/RedBrowser.php:267 ../../include/ItemObject.php:120
|
#: ../../include/RedDAV/RedBrowser.php:267 ../../include/ItemObject.php:120
|
||||||
#: ../../include/conversation.php:671 ../../include/apps.php:255
|
#: ../../include/conversation.php:671 ../../include/apps.php:255
|
||||||
#: ../../mod/webpages.php:183 ../../mod/thing.php:228 ../../mod/group.php:176
|
#: ../../mod/webpages.php:183 ../../mod/thing.php:256 ../../mod/group.php:176
|
||||||
#: ../../mod/blocks.php:155 ../../mod/photos.php:1062
|
#: ../../mod/blocks.php:155 ../../mod/photos.php:1062
|
||||||
#: ../../mod/editlayout.php:178 ../../mod/editwebpage.php:225
|
#: ../../mod/editlayout.php:178 ../../mod/editwebpage.php:225
|
||||||
#: ../../mod/editblock.php:180 ../../mod/admin.php:826 ../../mod/admin.php:988
|
#: ../../mod/editblock.php:180 ../../mod/admin.php:826 ../../mod/admin.php:988
|
||||||
@ -1374,7 +1374,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../include/widgets.php:136 ../../include/widgets.php:175
|
#: ../../include/widgets.php:136 ../../include/widgets.php:175
|
||||||
#: ../../include/Contact.php:107 ../../include/conversation.php:956
|
#: ../../include/Contact.php:107 ../../include/conversation.php:956
|
||||||
#: ../../include/identity.php:880 ../../mod/directory.php:316
|
#: ../../include/identity.php:903 ../../mod/directory.php:316
|
||||||
#: ../../mod/match.php:64 ../../mod/suggest.php:52
|
#: ../../mod/match.php:64 ../../mod/suggest.php:52
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1551,7 +1551,7 @@ msgid "Finishes:"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/event.php:50 ../../include/bb2diaspora.php:481
|
#: ../../include/event.php:50 ../../include/bb2diaspora.php:481
|
||||||
#: ../../include/identity.php:931 ../../mod/directory.php:302
|
#: ../../include/identity.php:954 ../../mod/directory.php:302
|
||||||
#: ../../mod/events.php:661
|
#: ../../mod/events.php:661
|
||||||
msgid "Location:"
|
msgid "Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1855,7 +1855,7 @@ msgid "View all"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396
|
#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396
|
||||||
#: ../../include/conversation.php:1712 ../../include/identity.php:1190
|
#: ../../include/conversation.php:1712 ../../include/identity.php:1213
|
||||||
#: ../../mod/photos.php:1019
|
#: ../../mod/photos.php:1019
|
||||||
msgctxt "noun"
|
msgctxt "noun"
|
||||||
msgid "Like"
|
msgid "Like"
|
||||||
@ -2074,7 +2074,7 @@ msgstr ""
|
|||||||
msgid "$Projectname event notification:"
|
msgid "$Projectname event notification:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1550
|
#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1549
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2107,7 +2107,7 @@ msgstr ""
|
|||||||
msgid "Manage/Edit profiles"
|
msgid "Manage/Edit profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:95 ../../include/identity.php:903
|
#: ../../include/nav.php:95 ../../include/identity.php:926
|
||||||
msgid "Edit Profile"
|
msgid "Edit Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2154,7 +2154,7 @@ msgstr ""
|
|||||||
msgid "Your webpages"
|
msgid "Your webpages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1551
|
#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1550
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2179,7 +2179,7 @@ msgstr ""
|
|||||||
msgid "Home Page"
|
msgid "Home Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1527
|
#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1526
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3052,8 +3052,8 @@ msgstr ""
|
|||||||
#: ../../include/chat.php:131 ../../include/photos.php:26
|
#: ../../include/chat.php:131 ../../include/photos.php:26
|
||||||
#: ../../mod/profile.php:64 ../../mod/profile.php:72
|
#: ../../mod/profile.php:64 ../../mod/profile.php:72
|
||||||
#: ../../mod/achievements.php:30 ../../mod/manage.php:6 ../../mod/api.php:26
|
#: ../../mod/achievements.php:30 ../../mod/manage.php:6 ../../mod/api.php:26
|
||||||
#: ../../mod/api.php:31 ../../mod/webpages.php:69 ../../mod/thing.php:241
|
#: ../../mod/api.php:31 ../../mod/webpages.php:69 ../../mod/thing.php:269
|
||||||
#: ../../mod/thing.php:256 ../../mod/thing.php:290
|
#: ../../mod/thing.php:284 ../../mod/thing.php:318
|
||||||
#: ../../mod/profile_photo.php:264 ../../mod/profile_photo.php:277
|
#: ../../mod/profile_photo.php:264 ../../mod/profile_photo.php:277
|
||||||
#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/like.php:178
|
#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/like.php:178
|
||||||
#: ../../mod/events.php:232 ../../mod/group.php:9 ../../mod/item.php:206
|
#: ../../mod/events.php:232 ../../mod/group.php:9 ../../mod/item.php:206
|
||||||
@ -3316,11 +3316,11 @@ msgstr ""
|
|||||||
msgid "Default Profile"
|
msgid "Default Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:683
|
#: ../../include/identity.php:706
|
||||||
msgid "Requested channel is not available."
|
msgid "Requested channel is not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:730 ../../mod/profile.php:16
|
#: ../../include/identity.php:753 ../../mod/profile.php:16
|
||||||
#: ../../mod/achievements.php:11 ../../mod/webpages.php:29
|
#: ../../mod/achievements.php:11 ../../mod/webpages.php:29
|
||||||
#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29
|
#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29
|
||||||
#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
|
#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28
|
||||||
@ -3329,193 +3329,193 @@ msgstr ""
|
|||||||
msgid "Requested profile is not available."
|
msgid "Requested profile is not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:893 ../../mod/profiles.php:774
|
#: ../../include/identity.php:916 ../../mod/profiles.php:774
|
||||||
msgid "Change profile photo"
|
msgid "Change profile photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:899
|
#: ../../include/identity.php:922
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:899
|
#: ../../include/identity.php:922
|
||||||
msgid "Manage/edit profiles"
|
msgid "Manage/edit profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:900 ../../mod/profiles.php:775
|
#: ../../include/identity.php:923 ../../mod/profiles.php:775
|
||||||
msgid "Create New Profile"
|
msgid "Create New Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:915 ../../mod/profiles.php:786
|
#: ../../include/identity.php:938 ../../mod/profiles.php:786
|
||||||
msgid "Profile Image"
|
msgid "Profile Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:918
|
#: ../../include/identity.php:941
|
||||||
msgid "visible to everybody"
|
msgid "visible to everybody"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:919 ../../mod/profiles.php:669
|
#: ../../include/identity.php:942 ../../mod/profiles.php:669
|
||||||
#: ../../mod/profiles.php:790
|
#: ../../mod/profiles.php:790
|
||||||
msgid "Edit visibility"
|
msgid "Edit visibility"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:935 ../../include/identity.php:1174
|
#: ../../include/identity.php:958 ../../include/identity.php:1197
|
||||||
msgid "Gender:"
|
msgid "Gender:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:936 ../../include/identity.php:1218
|
#: ../../include/identity.php:959 ../../include/identity.php:1241
|
||||||
msgid "Status:"
|
msgid "Status:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:937 ../../include/identity.php:1229
|
#: ../../include/identity.php:960 ../../include/identity.php:1252
|
||||||
msgid "Homepage:"
|
msgid "Homepage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:938
|
#: ../../include/identity.php:961
|
||||||
msgid "Online Now"
|
msgid "Online Now"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1021 ../../include/identity.php:1099
|
#: ../../include/identity.php:1044 ../../include/identity.php:1122
|
||||||
#: ../../mod/ping.php:324
|
#: ../../mod/ping.php:324
|
||||||
msgid "g A l F d"
|
msgid "g A l F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1022 ../../include/identity.php:1100
|
#: ../../include/identity.php:1045 ../../include/identity.php:1123
|
||||||
msgid "F d"
|
msgid "F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1067 ../../include/identity.php:1139
|
#: ../../include/identity.php:1090 ../../include/identity.php:1162
|
||||||
#: ../../mod/ping.php:346
|
#: ../../mod/ping.php:346
|
||||||
msgid "[today]"
|
msgid "[today]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1078
|
#: ../../include/identity.php:1101
|
||||||
msgid "Birthday Reminders"
|
msgid "Birthday Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1079
|
#: ../../include/identity.php:1102
|
||||||
msgid "Birthdays this week:"
|
msgid "Birthdays this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1132
|
#: ../../include/identity.php:1155
|
||||||
msgid "[No description]"
|
msgid "[No description]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1150
|
#: ../../include/identity.php:1173
|
||||||
msgid "Event Reminders"
|
msgid "Event Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1151
|
#: ../../include/identity.php:1174
|
||||||
msgid "Events this week:"
|
msgid "Events this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1164 ../../include/identity.php:1281
|
#: ../../include/identity.php:1187 ../../include/identity.php:1304
|
||||||
#: ../../include/apps.php:138 ../../mod/profperm.php:112
|
#: ../../include/apps.php:138 ../../mod/profperm.php:112
|
||||||
msgid "Profile"
|
msgid "Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1172 ../../mod/settings.php:1056
|
#: ../../include/identity.php:1195 ../../mod/settings.php:1056
|
||||||
msgid "Full Name:"
|
msgid "Full Name:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1179
|
#: ../../include/identity.php:1202
|
||||||
msgid "Like this channel"
|
msgid "Like this channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1203
|
#: ../../include/identity.php:1226
|
||||||
msgid "j F, Y"
|
msgid "j F, Y"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1204
|
#: ../../include/identity.php:1227
|
||||||
msgid "j F"
|
msgid "j F"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1211
|
#: ../../include/identity.php:1234
|
||||||
msgid "Birthday:"
|
msgid "Birthday:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1215 ../../mod/directory.php:297
|
#: ../../include/identity.php:1238 ../../mod/directory.php:297
|
||||||
msgid "Age:"
|
msgid "Age:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1224
|
#: ../../include/identity.php:1247
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "for %1$d %2$s"
|
msgid "for %1$d %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1227 ../../mod/profiles.php:691
|
#: ../../include/identity.php:1250 ../../mod/profiles.php:691
|
||||||
msgid "Sexual Preference:"
|
msgid "Sexual Preference:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1231 ../../mod/directory.php:313
|
#: ../../include/identity.php:1254 ../../mod/directory.php:313
|
||||||
#: ../../mod/profiles.php:693
|
#: ../../mod/profiles.php:693
|
||||||
msgid "Hometown:"
|
msgid "Hometown:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1233
|
#: ../../include/identity.php:1256
|
||||||
msgid "Tags:"
|
msgid "Tags:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1235 ../../mod/profiles.php:694
|
#: ../../include/identity.php:1258 ../../mod/profiles.php:694
|
||||||
msgid "Political Views:"
|
msgid "Political Views:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1237
|
#: ../../include/identity.php:1260
|
||||||
msgid "Religion:"
|
msgid "Religion:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1239 ../../mod/directory.php:315
|
#: ../../include/identity.php:1262 ../../mod/directory.php:315
|
||||||
msgid "About:"
|
msgid "About:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1241
|
#: ../../include/identity.php:1264
|
||||||
msgid "Hobbies/Interests:"
|
msgid "Hobbies/Interests:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1243 ../../mod/profiles.php:697
|
#: ../../include/identity.php:1266 ../../mod/profiles.php:697
|
||||||
msgid "Likes:"
|
msgid "Likes:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1245 ../../mod/profiles.php:698
|
#: ../../include/identity.php:1268 ../../mod/profiles.php:698
|
||||||
msgid "Dislikes:"
|
msgid "Dislikes:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1247
|
#: ../../include/identity.php:1270
|
||||||
msgid "Contact information and Social Networks:"
|
msgid "Contact information and Social Networks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1249
|
#: ../../include/identity.php:1272
|
||||||
msgid "My other channels:"
|
msgid "My other channels:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1251
|
#: ../../include/identity.php:1274
|
||||||
msgid "Musical interests:"
|
msgid "Musical interests:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1253
|
#: ../../include/identity.php:1276
|
||||||
msgid "Books, literature:"
|
msgid "Books, literature:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1255
|
#: ../../include/identity.php:1278
|
||||||
msgid "Television:"
|
msgid "Television:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1257
|
#: ../../include/identity.php:1280
|
||||||
msgid "Film/dance/culture/entertainment:"
|
msgid "Film/dance/culture/entertainment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1259
|
#: ../../include/identity.php:1282
|
||||||
msgid "Love/Romance:"
|
msgid "Love/Romance:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1261
|
#: ../../include/identity.php:1284
|
||||||
msgid "Work/employment:"
|
msgid "Work/employment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1263
|
#: ../../include/identity.php:1286
|
||||||
msgid "School/education:"
|
msgid "School/education:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/identity.php:1283
|
#: ../../include/identity.php:1306
|
||||||
msgid "Like this thing"
|
msgid "Like this thing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -4154,56 +4154,56 @@ msgstr ""
|
|||||||
msgid "Thing updated"
|
msgid "Thing updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:153
|
#: ../../mod/thing.php:167
|
||||||
msgid "Object store: failed"
|
msgid "Object store: failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:157
|
#: ../../mod/thing.php:171
|
||||||
msgid "Thing added"
|
msgid "Thing added"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:175
|
#: ../../mod/thing.php:203
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "OBJ: %1$s %2$s %3$s"
|
msgid "OBJ: %1$s %2$s %3$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:226
|
#: ../../mod/thing.php:254
|
||||||
msgid "Show Thing"
|
msgid "Show Thing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:233
|
#: ../../mod/thing.php:261
|
||||||
msgid "item not found."
|
msgid "item not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:261
|
#: ../../mod/thing.php:289
|
||||||
msgid "Edit Thing"
|
msgid "Edit Thing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:263 ../../mod/thing.php:310
|
#: ../../mod/thing.php:291 ../../mod/thing.php:338
|
||||||
msgid "Select a profile"
|
msgid "Select a profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:267 ../../mod/thing.php:313
|
#: ../../mod/thing.php:295 ../../mod/thing.php:341
|
||||||
msgid "Post an activity"
|
msgid "Post an activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:267 ../../mod/thing.php:313
|
#: ../../mod/thing.php:295 ../../mod/thing.php:341
|
||||||
msgid "Only sends to viewers of the applicable profile"
|
msgid "Only sends to viewers of the applicable profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:269 ../../mod/thing.php:315
|
#: ../../mod/thing.php:297 ../../mod/thing.php:343
|
||||||
msgid "Name of thing e.g. something"
|
msgid "Name of thing e.g. something"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:271 ../../mod/thing.php:316
|
#: ../../mod/thing.php:299 ../../mod/thing.php:344
|
||||||
msgid "URL of thing (optional)"
|
msgid "URL of thing (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:273 ../../mod/thing.php:317
|
#: ../../mod/thing.php:301 ../../mod/thing.php:345
|
||||||
msgid "URL for photo of thing (optional)"
|
msgid "URL for photo of thing (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/thing.php:308
|
#: ../../mod/thing.php:336
|
||||||
msgid "Add Thing to your Profile"
|
msgid "Add Thing to your Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -4365,11 +4365,11 @@ msgstr ""
|
|||||||
msgid "%1$s may attend %2$s's %3$s"
|
msgid "%1$s may attend %2$s's %3$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/like.php:492
|
#: ../../mod/like.php:493
|
||||||
msgid "Action completed."
|
msgid "Action completed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/like.php:493
|
#: ../../mod/like.php:494
|
||||||
msgid "Thank you."
|
msgid "Thank you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -5387,7 +5387,7 @@ msgid ""
|
|||||||
"Password reset failed."
|
"Password reset failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:86 ../../boot.php:1559
|
#: ../../mod/lostpass.php:86 ../../boot.php:1558
|
||||||
msgid "Password Reset"
|
msgid "Password Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -9017,51 +9017,51 @@ msgstr ""
|
|||||||
msgid "Set size of followup author photos"
|
msgid "Set size of followup author photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1356
|
#: ../../boot.php:1355
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update %s failed. See error logs."
|
msgid "Update %s failed. See error logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1359
|
#: ../../boot.php:1358
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update Error at %s"
|
msgid "Update Error at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1526
|
#: ../../boot.php:1525
|
||||||
msgid ""
|
msgid ""
|
||||||
"Create an account to access services and applications within the Red Matrix"
|
"Create an account to access services and applications within the Red Matrix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1554
|
#: ../../boot.php:1553
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1555
|
#: ../../boot.php:1554
|
||||||
msgid "Remember me"
|
msgid "Remember me"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1558
|
#: ../../boot.php:1557
|
||||||
msgid "Forgot your password?"
|
msgid "Forgot your password?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2178
|
#: ../../boot.php:2177
|
||||||
msgid "toggle mobile"
|
msgid "toggle mobile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2313
|
#: ../../boot.php:2312
|
||||||
msgid "Website SSL certificate is not valid. Please correct."
|
msgid "Website SSL certificate is not valid. Please correct."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2316
|
#: ../../boot.php:2315
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "[red] Website SSL error for %s"
|
msgid "[red] Website SSL error for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2353
|
#: ../../boot.php:2352
|
||||||
msgid "Cron/Scheduled tasks not running."
|
msgid "Cron/Scheduled tasks not running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2357
|
#: ../../boot.php:2356
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "[red] Cron tasks not running on %s"
|
msgid "[red] Cron tasks not running on %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-09-03.1144
|
2015-09-07.1148
|
||||||
|
Reference in New Issue
Block a user