bug 175 - categories not updated when editing

This commit is contained in:
friendica 2013-10-11 20:44:13 -07:00
parent 09950745c1
commit 7cd1bd59b2
3 changed files with 252 additions and 177 deletions

View File

@ -605,6 +605,7 @@ function item_post(&$a) {
$datarray['item_flags'] = $item_flags; $datarray['item_flags'] = $item_flags;
$datarray['layout_mid'] = $layout_mid; $datarray['layout_mid'] = $layout_mid;
$datarray['comment_policy'] = map_scope($channel['channel_w_comment']); $datarray['comment_policy'] = map_scope($channel['channel_w_comment']);
$datarray['term'] = $post_tags;
// preview mode - prepare the body for display and send it via json // preview mode - prepare the body for display and send it via json
@ -685,21 +686,6 @@ function item_post(&$a) {
if($post_id) { if($post_id) {
logger('mod_item: saved item ' . $post_id); logger('mod_item: saved item ' . $post_id);
if(count($post_tags)) {
foreach($post_tags as $tag) {
if(strlen(trim($tag['term']))) {
q("insert into term (uid,oid,otype,type,term,url) values (%d,%d,%d,%d,'%s','%s')",
intval($tag['uid']),
intval($post_id),
intval($tag['otype']),
intval($tag['type']),
dbesc(trim($tag['term'])),
dbesc(trim($tag['url']))
);
}
}
}
if($parent) { if($parent) {
$r = q("UPDATE `item` SET `changed` = '%s' WHERE `parent` = %d ", $r = q("UPDATE `item` SET `changed` = '%s' WHERE `parent` = %d ",

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2013-10-04.456\n" "Project-Id-Version: 2013-10-11.463\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-04 00:01-0700\n" "POT-Creation-Date: 2013-10-11 00:02-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"
@ -384,8 +384,8 @@ msgstr ""
#: ../../mod/connections.php:428 ../../mod/profiles.php:529 #: ../../mod/connections.php:428 ../../mod/profiles.php:529
#: ../../mod/import.php:385 ../../mod/crepair.php:166 ../../mod/poke.php:166 #: ../../mod/import.php:385 ../../mod/crepair.php:166 ../../mod/poke.php:166
#: ../../mod/fsuggest.php:108 ../../mod/mood.php:137 #: ../../mod/fsuggest.php:108 ../../mod/mood.php:137
#: ../../view/theme/redbasic/php/config.php:46 #: ../../view/theme/redbasic/php/config.php:64
#: ../../view/theme/redstrap/php/config.php:131 #: ../../view/theme/apw/php/config.php:158
msgid "Submit" msgid "Submit"
msgstr "" msgstr ""
@ -430,7 +430,7 @@ msgstr ""
#: ../../include/Contact.php:87 ../../include/contact_widgets.php:23 #: ../../include/Contact.php:87 ../../include/contact_widgets.php:23
#: ../../mod/match.php:58 ../../mod/suggest.php:56 ../../mod/directory.php:183 #: ../../mod/match.php:58 ../../mod/suggest.php:56 ../../mod/directory.php:183
#: ../../boot.php:1710 #: ../../boot.php:1716
msgid "Connect" msgid "Connect"
msgstr "" msgstr ""
@ -533,7 +533,7 @@ msgid "RSS/Atom"
msgstr "" msgstr ""
#: ../../include/contact_selectors.php:77 ../../mod/admin.php:673 #: ../../include/contact_selectors.php:77 ../../mod/admin.php:673
#: ../../mod/admin.php:682 ../../boot.php:1438 #: ../../mod/admin.php:682 ../../boot.php:1444
msgid "Email" msgid "Email"
msgstr "" msgstr ""
@ -652,7 +652,7 @@ msgid "Finishes:"
msgstr "" msgstr ""
#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 #: ../../include/event.php:40 ../../include/bb2diaspora.php:455
#: ../../mod/events.php:450 ../../mod/directory.php:158 ../../boot.php:1760 #: ../../mod/events.php:450 ../../mod/directory.php:158 ../../boot.php:1766
msgid "Location:" msgid "Location:"
msgstr "" msgstr ""
@ -1025,7 +1025,7 @@ msgid "Full Name:"
msgstr "" msgstr ""
#: ../../include/profile_advanced.php:17 ../../mod/directory.php:160 #: ../../include/profile_advanced.php:17 ../../mod/directory.php:160
#: ../../boot.php:1762 #: ../../boot.php:1768
msgid "Gender:" msgid "Gender:"
msgstr "" msgstr ""
@ -1046,7 +1046,7 @@ msgid "Age:"
msgstr "" msgstr ""
#: ../../include/profile_advanced.php:37 ../../mod/directory.php:162 #: ../../include/profile_advanced.php:37 ../../mod/directory.php:162
#: ../../boot.php:1763 #: ../../boot.php:1769
msgid "Status:" msgid "Status:"
msgstr "" msgstr ""
@ -1060,7 +1060,7 @@ msgid "Sexual Preference:"
msgstr "" msgstr ""
#: ../../include/profile_advanced.php:48 ../../mod/directory.php:164 #: ../../include/profile_advanced.php:48 ../../mod/directory.php:164
#: ../../boot.php:1764 #: ../../boot.php:1770
msgid "Homepage:" msgid "Homepage:"
msgstr "" msgstr ""
@ -1167,8 +1167,8 @@ msgstr[1] ""
msgid "View Connections" msgid "View Connections"
msgstr "" msgstr ""
#: ../../include/text.php:729 ../../include/text.php:730 #: ../../include/text.php:730 ../../include/nav.php:134
#: ../../include/nav.php:130 ../../mod/search.php:96 #: ../../mod/search.php:96
msgid "Search" msgid "Search"
msgstr "" msgstr ""
@ -1473,7 +1473,7 @@ msgstr ""
msgid "Pages" msgid "Pages"
msgstr "" msgstr ""
#: ../../include/identity.php:14 ../../mod/item.php:1172 #: ../../include/identity.php:14 ../../mod/item.php:1141
msgid "Unable to obtain identity information from database" msgid "Unable to obtain identity information from database"
msgstr "" msgstr ""
@ -1550,7 +1550,7 @@ msgstr ""
#: ../../include/attach.php:133 ../../include/attach.php:189 #: ../../include/attach.php:133 ../../include/attach.php:189
#: ../../include/attach.php:204 ../../include/attach.php:237 #: ../../include/attach.php:204 ../../include/attach.php:237
#: ../../include/attach.php:251 ../../include/attach.php:272 #: ../../include/attach.php:251 ../../include/attach.php:272
#: ../../include/attach.php:464 ../../include/items.php:3513 #: ../../include/attach.php:464 ../../include/items.php:3523
#: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13 #: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13
#: ../../mod/invite.php:102 ../../mod/allfriends.php:10 #: ../../mod/invite.php:102 ../../mod/allfriends.php:10
#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
@ -1570,8 +1570,8 @@ msgstr ""
#: ../../mod/editwebpage.php:42 ../../mod/editwebpage.php:64 #: ../../mod/editwebpage.php:42 ../../mod/editwebpage.php:64
#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 #: ../../mod/notifications.php:66 ../../mod/blocks.php:29
#: ../../mod/blocks.php:44 ../../mod/editpost.php:13 ../../mod/poke.php:128 #: ../../mod/blocks.php:44 ../../mod/editpost.php:13 ../../mod/poke.php:128
#: ../../mod/channel.php:118 ../../mod/fsuggest.php:78 #: ../../mod/channel.php:123 ../../mod/fsuggest.php:78
#: ../../mod/editblock.php:48 ../../mod/item.php:171 ../../mod/item.php:179 #: ../../mod/editblock.php:48 ../../mod/item.php:174 ../../mod/item.php:182
#: ../../mod/suggest.php:32 ../../mod/register.php:60 ../../mod/regmod.php:18 #: ../../mod/suggest.php:32 ../../mod/register.php:60 ../../mod/regmod.php:18
#: ../../mod/mood.php:114 ../../index.php:178 ../../index.php:340 #: ../../mod/mood.php:114 ../../index.php:178 ../../index.php:340
msgid "Permission denied." msgid "Permission denied."
@ -1594,7 +1594,7 @@ msgstr ""
msgid "Photo storage failed." msgid "Photo storage failed."
msgstr "" msgstr ""
#: ../../include/photos.php:288 ../../boot.php:2211 #: ../../include/photos.php:288 ../../boot.php:2217
msgid "Photo Albums" msgid "Photo Albums"
msgstr "" msgstr ""
@ -1869,7 +1869,7 @@ msgstr ""
msgid "Path not available." msgid "Path not available."
msgstr "" msgstr ""
#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1435 #: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1441
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
@ -1877,12 +1877,11 @@ msgstr ""
msgid "End this session" msgid "End this session"
msgstr "" msgstr ""
#: ../../include/nav.php:74 ../../include/nav.php:116 #: ../../include/nav.php:74 ../../include/nav.php:120
#: ../../include/nav.php:148
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: ../../include/nav.php:74 ../../include/nav.php:148 #: ../../include/nav.php:74
msgid "Your posts and conversations" msgid "Your posts and conversations"
msgstr "" msgstr ""
@ -1898,7 +1897,7 @@ msgstr ""
msgid "Manage/Edit Profiles" msgid "Manage/Edit Profiles"
msgstr "" msgstr ""
#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2208 #: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2214
msgid "Photos" msgid "Photos"
msgstr "" msgstr ""
@ -1906,7 +1905,7 @@ msgstr ""
msgid "Your photos" msgid "Your photos"
msgstr "" msgstr ""
#: ../../include/nav.php:84 ../../boot.php:1436 #: ../../include/nav.php:84 ../../boot.php:1442
msgid "Login" msgid "Login"
msgstr "" msgstr ""
@ -1914,189 +1913,197 @@ msgstr ""
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr ""
#: ../../include/nav.php:100 #: ../../include/nav.php:101
#, php-format #, php-format
msgid "%s - click to logout" msgid "%s - click to logout"
msgstr "" msgstr ""
#: ../../include/nav.php:103 #: ../../include/nav.php:106
msgid "Click to authenticate to your home hub" msgid "Click to authenticate to your home hub"
msgstr "" msgstr ""
#: ../../include/nav.php:116 #: ../../include/nav.php:120
msgid "Home Page" msgid "Home Page"
msgstr "" msgstr ""
#: ../../include/nav.php:120 ../../mod/register.php:187 ../../boot.php:1411 #: ../../include/nav.php:124 ../../mod/register.php:187 ../../boot.php:1417
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: ../../include/nav.php:120 #: ../../include/nav.php:124
msgid "Create an account" msgid "Create an account"
msgstr "" msgstr ""
#: ../../include/nav.php:125 ../../mod/help.php:34 #: ../../include/nav.php:129 ../../mod/help.php:34
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: ../../include/nav.php:125 #: ../../include/nav.php:129
msgid "Help and documentation" msgid "Help and documentation"
msgstr "" msgstr ""
#: ../../include/nav.php:128 #: ../../include/nav.php:132
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: ../../include/nav.php:128 #: ../../include/nav.php:132
msgid "Addon applications, utilities, games" msgid "Addon applications, utilities, games"
msgstr "" msgstr ""
#: ../../include/nav.php:130 #: ../../include/nav.php:134
msgid "Search site content" msgid "Search site content"
msgstr "" msgstr ""
#: ../../include/nav.php:133 ../../mod/directory.php:210 #: ../../include/nav.php:137 ../../mod/directory.php:210
msgid "Directory" msgid "Directory"
msgstr "" msgstr ""
#: ../../include/nav.php:133 #: ../../include/nav.php:137
msgid "Channel Locator" msgid "Channel Locator"
msgstr "" msgstr ""
#: ../../include/nav.php:144 #: ../../include/nav.php:148
msgid "Matrix" msgid "Matrix"
msgstr "" msgstr ""
#: ../../include/nav.php:144 #: ../../include/nav.php:148
msgid "Conversations from your grid" msgid "Your matrix"
msgstr ""
#: ../../include/nav.php:145
msgid "See all matrix notifications"
msgstr ""
#: ../../include/nav.php:146
msgid "Mark all matrix notifications seen"
msgstr "" msgstr ""
#: ../../include/nav.php:149 #: ../../include/nav.php:149
msgid "See all channel notifications" msgid "See all matrix notifications"
msgstr "" msgstr ""
#: ../../include/nav.php:150 #: ../../include/nav.php:150
msgid "Mark all channel notifications seen" msgid "Mark all matrix notifications seen"
msgstr ""
#: ../../include/nav.php:152
msgid "Channel Home"
msgstr ""
#: ../../include/nav.php:152
msgid "Channel home"
msgstr "" msgstr ""
#: ../../include/nav.php:153 #: ../../include/nav.php:153
msgid "Intros" msgid "See all channel notifications"
msgstr ""
#: ../../include/nav.php:153 ../../mod/connections.php:561
msgid "New Connections"
msgstr "" msgstr ""
#: ../../include/nav.php:154 #: ../../include/nav.php:154
msgid "See all channel introductions" msgid "Mark all channel notifications seen"
msgstr "" msgstr ""
#: ../../include/nav.php:157 #: ../../include/nav.php:157
msgid "Notices" msgid "Intros"
msgstr "" msgstr ""
#: ../../include/nav.php:157 ../../mod/notifications.php:218 #: ../../include/nav.php:157 ../../mod/connections.php:561
msgid "Notifications" msgid "New Connections"
msgstr "" msgstr ""
#: ../../include/nav.php:158 #: ../../include/nav.php:158
msgid "See all notifications" msgid "See all channel introductions"
msgstr ""
#: ../../include/nav.php:159
msgid "Mark all system notifications seen"
msgstr "" msgstr ""
#: ../../include/nav.php:161 #: ../../include/nav.php:161
msgid "Mail" msgid "Notices"
msgstr "" msgstr ""
#: ../../include/nav.php:161 #: ../../include/nav.php:161 ../../mod/notifications.php:218
msgid "Private mail" msgid "Notifications"
msgstr "" msgstr ""
#: ../../include/nav.php:162 #: ../../include/nav.php:162
msgid "See all private messages" msgid "See all notifications"
msgstr "" msgstr ""
#: ../../include/nav.php:163 #: ../../include/nav.php:163
msgid "Mark all private messages seen" msgid "Mark all system notifications seen"
msgstr ""
#: ../../include/nav.php:164
msgid "Inbox"
msgstr "" msgstr ""
#: ../../include/nav.php:165 #: ../../include/nav.php:165
msgid "Outbox" msgid "Mail"
msgstr "" msgstr ""
#: ../../include/nav.php:166 ../../mod/message.php:21 #: ../../include/nav.php:165
msgid "New Message" msgid "Private mail"
msgstr "" msgstr ""
#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2219 #: ../../include/nav.php:166
msgid "Events" msgid "See all private messages"
msgstr ""
#: ../../include/nav.php:167
msgid "Mark all private messages seen"
msgstr ""
#: ../../include/nav.php:168
msgid "Inbox"
msgstr "" msgstr ""
#: ../../include/nav.php:169 #: ../../include/nav.php:169
msgid "Outbox"
msgstr ""
#: ../../include/nav.php:170 ../../mod/message.php:21
msgid "New Message"
msgstr ""
#: ../../include/nav.php:173 ../../mod/events.php:348 ../../boot.php:2225
msgid "Events"
msgstr ""
#: ../../include/nav.php:173
msgid "Event Calendar" msgid "Event Calendar"
msgstr "" msgstr ""
#: ../../include/nav.php:170 #: ../../include/nav.php:174
msgid "See all events" msgid "See all events"
msgstr "" msgstr ""
#: ../../include/nav.php:171 #: ../../include/nav.php:175
msgid "Mark all events seen" msgid "Mark all events seen"
msgstr "" msgstr ""
#: ../../include/nav.php:173 #: ../../include/nav.php:177
msgid "Channel Select" msgid "Channel Select"
msgstr "" msgstr ""
#: ../../include/nav.php:173 #: ../../include/nav.php:177
msgid "Manage Your Channels" msgid "Manage Your Channels"
msgstr "" msgstr ""
#: ../../include/nav.php:175 ../../mod/settings.php:129 #: ../../include/nav.php:179 ../../mod/settings.php:129
#: ../../mod/admin.php:769 ../../mod/admin.php:974 #: ../../mod/admin.php:769 ../../mod/admin.php:974
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: ../../include/nav.php:175 #: ../../include/nav.php:179
msgid "Account/Channel Settings" msgid "Account/Channel Settings"
msgstr "" msgstr ""
#: ../../include/nav.php:177 ../../mod/connections.php:667 #: ../../include/nav.php:181 ../../mod/connections.php:667
msgid "Connections" msgid "Connections"
msgstr "" msgstr ""
#: ../../include/nav.php:177 #: ../../include/nav.php:181
msgid "Manage/Edit Friends and Connections" msgid "Manage/Edit Friends and Connections"
msgstr "" msgstr ""
#: ../../include/nav.php:184 ../../mod/admin.php:111 #: ../../include/nav.php:188 ../../mod/admin.php:111
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: ../../include/nav.php:184 #: ../../include/nav.php:188
msgid "Site Setup and Configuration" msgid "Site Setup and Configuration"
msgstr "" msgstr ""
#: ../../include/nav.php:207 #: ../../include/nav.php:211
msgid "Nothing new here" msgid "Nothing new here"
msgstr "" msgstr ""
#: ../../include/nav.php:212 #: ../../include/nav.php:216
msgid "Please wait..." msgid "Please wait..."
msgstr "" msgstr ""
@ -2413,7 +2420,8 @@ msgstr ""
msgid "This action is not available under your subscription plan." msgid "This action is not available under your subscription plan."
msgstr "" msgstr ""
#: ../../include/comanche.php:33 #: ../../include/comanche.php:33 ../../view/theme/redbasic/php/config.php:41
#: ../../view/theme/apw/php/config.php:119
msgid "Default" msgid "Default"
msgstr "" msgstr ""
@ -2677,25 +2685,25 @@ msgstr ""
msgid "Permission denied" msgid "Permission denied"
msgstr "" msgstr ""
#: ../../include/items.php:3462 ../../mod/page.php:66 ../../mod/admin.php:150 #: ../../include/items.php:3472 ../../mod/page.php:66 ../../mod/admin.php:150
#: ../../mod/admin.php:714 ../../mod/admin.php:917 ../../mod/viewsrc.php:18 #: ../../mod/admin.php:714 ../../mod/admin.php:917 ../../mod/viewsrc.php:18
#: ../../mod/home.php:64 ../../mod/display.php:32 #: ../../mod/home.php:64 ../../mod/display.php:32
msgid "Item not found." msgid "Item not found."
msgstr "" msgstr ""
#: ../../include/items.php:3634 #: ../../include/items.php:3644
msgid "Archives" msgid "Archives"
msgstr "" msgstr ""
#: ../../include/items.php:3795 ../../mod/group.php:44 ../../mod/group.php:146 #: ../../include/items.php:3805 ../../mod/group.php:44 ../../mod/group.php:146
msgid "Collection not found." msgid "Collection not found."
msgstr "" msgstr ""
#: ../../include/items.php:3811 ../../mod/network.php:469 #: ../../include/items.php:3821 ../../mod/network.php:469
msgid "Group is empty" msgid "Group is empty"
msgstr "" msgstr ""
#: ../../include/items.php:3827 #: ../../include/items.php:3837
msgid "Connection not found." msgid "Connection not found."
msgstr "" msgstr ""
@ -2904,7 +2912,7 @@ msgstr ""
#: ../../mod/webpages.php:8 ../../mod/connect.php:13 ../../mod/layouts.php:8 #: ../../mod/webpages.php:8 ../../mod/connect.php:13 ../../mod/layouts.php:8
#: ../../mod/filestorage.php:8 ../../mod/blocks.php:10 ../../mod/profile.php:8 #: ../../mod/filestorage.php:8 ../../mod/blocks.php:10 ../../mod/profile.php:8
#: ../../boot.php:1609 #: ../../boot.php:1615
msgid "Requested profile is not available." msgid "Requested profile is not available."
msgstr "" msgstr ""
@ -4778,11 +4786,11 @@ msgstr ""
msgid "added your channel" msgid "added your channel"
msgstr "" msgstr ""
#: ../../mod/ping.php:230 ../../boot.php:1827 ../../boot.php:1907 #: ../../mod/ping.php:230 ../../boot.php:1833 ../../boot.php:1913
msgid "g A l F d" msgid "g A l F d"
msgstr "" msgstr ""
#: ../../mod/ping.php:252 ../../boot.php:1873 ../../boot.php:1948 #: ../../mod/ping.php:252 ../../boot.php:1879 ../../boot.php:1954
msgid "[today]" msgid "[today]"
msgstr "" msgstr ""
@ -5755,23 +5763,23 @@ msgstr ""
msgid "Edit/Manage Profiles" msgid "Edit/Manage Profiles"
msgstr "" msgstr ""
#: ../../mod/profiles.php:624 ../../boot.php:1724 #: ../../mod/profiles.php:624 ../../boot.php:1730
msgid "Change profile photo" msgid "Change profile photo"
msgstr "" msgstr ""
#: ../../mod/profiles.php:625 ../../boot.php:1731 #: ../../mod/profiles.php:625 ../../boot.php:1737
msgid "Create New Profile" msgid "Create New Profile"
msgstr "" msgstr ""
#: ../../mod/profiles.php:636 ../../boot.php:1745 #: ../../mod/profiles.php:636 ../../boot.php:1751
msgid "Profile Image" msgid "Profile Image"
msgstr "" msgstr ""
#: ../../mod/profiles.php:639 ../../boot.php:1748 #: ../../mod/profiles.php:639 ../../boot.php:1754
msgid "visible to everybody" msgid "visible to everybody"
msgstr "" msgstr ""
#: ../../mod/profiles.php:640 ../../boot.php:1749 #: ../../mod/profiles.php:640 ../../boot.php:1755
msgid "Edit visibility" msgid "Edit visibility"
msgstr "" msgstr ""
@ -5852,7 +5860,7 @@ msgid ""
"Password reset failed." "Password reset failed."
msgstr "" msgstr ""
#: ../../mod/lostpass.php:85 ../../boot.php:1446 #: ../../mod/lostpass.php:85 ../../boot.php:1452
msgid "Password Reset" msgid "Password Reset"
msgstr "" msgstr ""
@ -6390,10 +6398,14 @@ msgstr ""
msgid "Make this post private" msgid "Make this post private"
msgstr "" msgstr ""
#: ../../mod/wall_upload.php:41 ../../mod/item.php:1098 #: ../../mod/wall_upload.php:41 ../../mod/item.php:1067
msgid "Wall Photos" msgid "Wall Photos"
msgstr "" msgstr ""
#: ../../mod/channel.php:120
msgid "Insufficient permissions. Request redirected to profile page."
msgstr ""
#: ../../mod/community.php:23 #: ../../mod/community.php:23
msgid "Not available." msgid "Not available."
msgstr "" msgstr ""
@ -6451,28 +6463,28 @@ msgstr ""
msgid "All Contacts (with secure profile access)" msgid "All Contacts (with secure profile access)"
msgstr "" msgstr ""
#: ../../mod/item.php:133 #: ../../mod/item.php:136
msgid "Unable to locate original post." msgid "Unable to locate original post."
msgstr "" msgstr ""
#: ../../mod/item.php:317 #: ../../mod/item.php:322
msgid "Empty post discarded." msgid "Empty post discarded."
msgstr "" msgstr ""
#: ../../mod/item.php:361 #: ../../mod/item.php:366
msgid "Executable content type not permitted to this channel." msgid "Executable content type not permitted to this channel."
msgstr "" msgstr ""
#: ../../mod/item.php:813 #: ../../mod/item.php:782
msgid "System error. Post not saved." msgid "System error. Post not saved."
msgstr "" msgstr ""
#: ../../mod/item.php:1177 #: ../../mod/item.php:1146
#, php-format #, php-format
msgid "You have reached your limit of %1$.0f top level posts." msgid "You have reached your limit of %1$.0f top level posts."
msgstr "" msgstr ""
#: ../../mod/item.php:1183 #: ../../mod/item.php:1152
#, php-format #, php-format
msgid "You have reached your limit of %1$.0f webpages." msgid "You have reached your limit of %1$.0f webpages."
msgstr "" msgstr ""
@ -6669,175 +6681,252 @@ msgstr ""
msgid "Set your current mood and tell your friends" msgid "Set your current mood and tell your friends"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:48 #: ../../view/theme/redbasic/php/config.php:67
#: ../../view/theme/redstrap/php/config.php:133 #: ../../view/theme/apw/php/config.php:161
msgid "Theme settings" msgid "Theme settings"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:49 #: ../../view/theme/redbasic/php/config.php:68
#: ../../view/theme/redstrap/php/config.php:138 #: ../../view/theme/apw/php/config.php:162
msgid "Set scheme"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:69
msgid "Navigation bar colour" msgid "Navigation bar colour"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:50 #: ../../view/theme/redbasic/php/config.php:70
msgid "Set the background colour" msgid "Set the background colour"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:51 #: ../../view/theme/redbasic/php/config.php:71
msgid "Set the background image" msgid "Set the background image"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:52 #: ../../view/theme/redbasic/php/config.php:72
msgid "Set the background colour of items" msgid "Set the background colour of items"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:53 #: ../../view/theme/redbasic/php/config.php:73
msgid "Set the opacity of items" msgid "Set the opacity of items"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:54 #: ../../view/theme/redbasic/php/config.php:74
#: ../../view/theme/redstrap/php/config.php:134 #: ../../view/theme/apw/php/config.php:163
msgid "Set font-size for posts and comments" msgid "Set font-size for posts and comments"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:55 #: ../../view/theme/redbasic/php/config.php:75
msgid "Set font-colour for posts and comments" msgid "Set font-colour for posts and comments"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:56 #: ../../view/theme/redbasic/php/config.php:76
msgid "Set radius of corners" msgid "Set radius of corners"
msgstr "" msgstr ""
#: ../../view/theme/redbasic/php/config.php:57 #: ../../view/theme/redbasic/php/config.php:77
msgid "Set shadow depth of photos" msgid "Set shadow depth of photos"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:135 #: ../../view/theme/apw/php/config.php:130
#: ../../view/theme/apw/php/config.php:143
msgid "Schema Default"
msgstr ""
#: ../../view/theme/apw/php/config.php:131
msgid "Sans-Serif"
msgstr ""
#: ../../view/theme/apw/php/config.php:132
msgid "Monospace"
msgstr ""
#: ../../view/theme/apw/php/config.php:164
msgid "Set font face"
msgstr ""
#: ../../view/theme/apw/php/config.php:165
msgid "Set iconset"
msgstr ""
#: ../../view/theme/apw/php/config.php:166
msgid "Set line-height for posts and comments" msgid "Set line-height for posts and comments"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:136 #: ../../view/theme/apw/php/config.php:167
msgid "Set colour scheme" msgid "Set background image"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:137 #: ../../view/theme/apw/php/config.php:168
msgid "Draw shadows" msgid "Set background colour"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:139 #: ../../view/theme/apw/php/config.php:169
msgid "Display style" msgid "Set colour of items - use hex"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:140 #: ../../view/theme/apw/php/config.php:170
msgid "Display colour of links - hex value, do not include the #" msgid "Set colour of links - use hex"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:141 #: ../../view/theme/apw/php/config.php:171
msgid "Icons" msgid "Set max-width for items. Default 400px"
msgstr "" msgstr ""
#: ../../view/theme/redstrap/php/config.php:142 #: ../../view/theme/apw/php/config.php:172
msgid "Shiny style" msgid "Set min-width for items. Default 240px"
msgstr "" msgstr ""
#: ../../boot.php:1249 #: ../../view/theme/apw/php/config.php:173
msgid "Set the generic content wrapper width. Default 48%"
msgstr ""
#: ../../view/theme/apw/php/config.php:174
msgid "Set colour of fonts - use hex"
msgstr ""
#: ../../view/theme/apw/php/config.php:175
msgid "Set background-size element"
msgstr ""
#: ../../view/theme/apw/php/config.php:176
msgid "Item opacity"
msgstr ""
#: ../../view/theme/apw/php/config.php:177
msgid "Display post previews only"
msgstr ""
#: ../../view/theme/apw/php/config.php:178
msgid "Display side bar on channel page"
msgstr ""
#: ../../view/theme/apw/php/config.php:179
msgid "Colour of the navigation bar"
msgstr ""
#: ../../view/theme/apw/php/config.php:180
msgid "Item float"
msgstr ""
#: ../../view/theme/apw/php/config.php:181
msgid "Left offset of the section element"
msgstr ""
#: ../../view/theme/apw/php/config.php:182
msgid "Right offset of the section element"
msgstr ""
#: ../../view/theme/apw/php/config.php:183
msgid "Section width"
msgstr ""
#: ../../view/theme/apw/php/config.php:184
msgid "Left offset of the aside"
msgstr ""
#: ../../view/theme/apw/php/config.php:185
msgid "Right offset of the aside element"
msgstr ""
#: ../../boot.php:1255
#, php-format #, php-format
msgid "Update %s failed. See error logs." msgid "Update %s failed. See error logs."
msgstr "" msgstr ""
#: ../../boot.php:1252 #: ../../boot.php:1258
#, php-format #, php-format
msgid "Update Error at %s" msgid "Update Error at %s"
msgstr "" msgstr ""
#: ../../boot.php:1410 #: ../../boot.php:1416
msgid "Create a New Account" msgid "Create a New Account"
msgstr "" msgstr ""
#: ../../boot.php:1439 #: ../../boot.php:1445
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: ../../boot.php:1440 #: ../../boot.php:1446
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
#: ../../boot.php:1445 #: ../../boot.php:1451
msgid "Forgot your password?" msgid "Forgot your password?"
msgstr "" msgstr ""
#: ../../boot.php:1564 #: ../../boot.php:1570
msgid "Requested channel is not available." msgid "Requested channel is not available."
msgstr "" msgstr ""
#: ../../boot.php:1576 #: ../../boot.php:1582
msgid " Sorry, you don't have the permission to view this profile. " msgid " Sorry, you don't have the permission to view this profile. "
msgstr "" msgstr ""
#: ../../boot.php:1730 #: ../../boot.php:1736
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: ../../boot.php:1730 #: ../../boot.php:1736
msgid "Manage/edit profiles" msgid "Manage/edit profiles"
msgstr "" msgstr ""
#: ../../boot.php:1734 #: ../../boot.php:1740
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: ../../boot.php:1828 ../../boot.php:1908 #: ../../boot.php:1834 ../../boot.php:1914
msgid "F d" msgid "F d"
msgstr "" msgstr ""
#: ../../boot.php:1885 #: ../../boot.php:1891
msgid "Birthday Reminders" msgid "Birthday Reminders"
msgstr "" msgstr ""
#: ../../boot.php:1886 #: ../../boot.php:1892
msgid "Birthdays this week:" msgid "Birthdays this week:"
msgstr "" msgstr ""
#: ../../boot.php:1941 #: ../../boot.php:1947
msgid "[No description]" msgid "[No description]"
msgstr "" msgstr ""
#: ../../boot.php:1959 #: ../../boot.php:1965
msgid "Event Reminders" msgid "Event Reminders"
msgstr "" msgstr ""
#: ../../boot.php:1960 #: ../../boot.php:1966
msgid "Events this week:" msgid "Events this week:"
msgstr "" msgstr ""
#: ../../boot.php:2194 #: ../../boot.php:2200
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
#: ../../boot.php:2197 #: ../../boot.php:2203
msgid "Status Messages and Posts" msgid "Status Messages and Posts"
msgstr "" msgstr ""
#: ../../boot.php:2201 #: ../../boot.php:2207
msgid "About" msgid "About"
msgstr "" msgstr ""
#: ../../boot.php:2204 #: ../../boot.php:2210
msgid "Profile Details" msgid "Profile Details"
msgstr "" msgstr ""
#: ../../boot.php:2222 #: ../../boot.php:2228
msgid "Events and Calendar" msgid "Events and Calendar"
msgstr "" msgstr ""
#: ../../boot.php:2227 #: ../../boot.php:2233
msgid "Webpages" msgid "Webpages"
msgstr "" msgstr ""
#: ../../boot.php:2230 #: ../../boot.php:2236
msgid "Manage Webpages" msgid "Manage Webpages"
msgstr "" msgstr ""
#: ../../boot.php:2512 #: ../../boot.php:2518
msgid "toggle mobile" msgid "toggle mobile"
msgstr "" msgstr ""

View File

@ -1 +1 @@
2013-10-10.462 2013-10-11.463