rev update + don't tag anything in [] brackets

This commit is contained in:
friendica 2012-08-06 19:50:57 -07:00
parent f9f45fa957
commit 558fbcc69e
3 changed files with 59 additions and 55 deletions

View File

@ -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.1426' ); define ( 'FRIENDICA_VERSION', '3.0.1427' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1154 ); define ( 'DB_UPDATE_VERSION', 1154 );

View File

@ -504,6 +504,10 @@ function get_tags($s) {
$s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s); $s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s);
// ignore anything in a bbtag
$s = preg_replace('/\[(.*?)\]/sm','',$s);
// Match full names against @tags including the space between first and last // Match full names against @tags including the space between first and last
// We will look these up afterward to see if they are full names or not recognisable. // We will look these up afterward to see if they are full names or not recognisable.

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1426\n" "Project-Id-Version: 3.0.1427\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-05 10:00-0700\n" "POT-Creation-Date: 2012-08-06 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"
@ -227,7 +227,7 @@ msgstr ""
msgid "Edit event" msgid "Edit event"
msgstr "" msgstr ""
#: ../../mod/events.php:307 ../../include/text.php:1110 #: ../../mod/events.php:307 ../../include/text.php:1114
msgid "link to source" msgid "link to source"
msgstr "" msgstr ""
@ -423,7 +423,7 @@ msgstr ""
#: ../../mod/photos.php:572 ../../mod/like.php:145 ../../mod/tagger.php:70 #: ../../mod/photos.php:572 ../../mod/like.php:145 ../../mod/tagger.php:70
#: ../../addon/communityhome/communityhome.php:163 #: ../../addon/communityhome/communityhome.php:163
#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1362 #: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1366
#: ../../include/diaspora.php:1793 ../../include/conversation.php:114 #: ../../include/diaspora.php:1793 ../../include/conversation.php:114
#: ../../include/conversation.php:230 #: ../../include/conversation.php:230
msgid "photo" msgid "photo"
@ -2600,7 +2600,7 @@ msgstr ""
#: ../../addon/facebook/facebook.php:770 #: ../../addon/facebook/facebook.php:770
#: ../../addon/privacy_image_cache/privacy_image_cache.php:263 #: ../../addon/privacy_image_cache/privacy_image_cache.php:263
#: ../../addon/dav/layout.fnk.php:441 ../../addon/dav/layout.fnk.php:488 #: ../../addon/dav/layout.fnk.php:441 ../../addon/dav/layout.fnk.php:488
#: ../../include/text.php:677 #: ../../include/text.php:681
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@ -2861,7 +2861,7 @@ msgstr ""
msgid "No contacts." msgid "No contacts."
msgstr "" msgstr ""
#: ../../mod/viewcontacts.php:76 ../../include/text.php:614 #: ../../mod/viewcontacts.php:76 ../../include/text.php:618
msgid "View Contacts" msgid "View Contacts"
msgstr "" msgstr ""
@ -3906,8 +3906,8 @@ msgstr ""
msgid "No installed applications." msgid "No installed applications."
msgstr "" msgstr ""
#: ../../mod/search.php:83 ../../include/text.php:674 #: ../../mod/search.php:83 ../../include/text.php:678
#: ../../include/text.php:675 ../../include/nav.php:91 #: ../../include/text.php:679 ../../include/nav.php:91
msgid "Search" msgid "Search"
msgstr "" msgstr ""
@ -5139,7 +5139,7 @@ msgid "Latest likes"
msgstr "" msgstr ""
#: ../../addon/communityhome/communityhome.php:155 #: ../../addon/communityhome/communityhome.php:155
#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1360 #: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1364
#: ../../include/conversation.php:106 ../../include/conversation.php:222 #: ../../include/conversation.php:106 ../../include/conversation.php:222
msgid "event" msgid "event"
msgstr "" msgstr ""
@ -5260,38 +5260,38 @@ msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:254 #: ../../addon/dav/common/wdcal_edit.inc.php:254
#: ../../addon/dav/common/wdcal_edit.inc.php:270 #: ../../addon/dav/common/wdcal_edit.inc.php:270
#: ../../addon/dav/common/wdcal_edit.inc.php:293 #: ../../addon/dav/common/wdcal_edit.inc.php:293
#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:884
msgid "Sunday" msgid "Sunday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:235 #: ../../addon/dav/common/wdcal_edit.inc.php:235
#: ../../addon/dav/common/wdcal_edit.inc.php:274 #: ../../addon/dav/common/wdcal_edit.inc.php:274
#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:884
msgid "Monday" msgid "Monday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:238 #: ../../addon/dav/common/wdcal_edit.inc.php:238
#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:884
msgid "Tuesday" msgid "Tuesday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:241 #: ../../addon/dav/common/wdcal_edit.inc.php:241
#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:884
msgid "Wednesday" msgid "Wednesday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:244 #: ../../addon/dav/common/wdcal_edit.inc.php:244
#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:884
msgid "Thursday" msgid "Thursday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:247 #: ../../addon/dav/common/wdcal_edit.inc.php:247
#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:884
msgid "Friday" msgid "Friday"
msgstr "" msgstr ""
#: ../../addon/dav/common/wdcal_edit.inc.php:250 #: ../../addon/dav/common/wdcal_edit.inc.php:250
#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:880 #: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:884
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
@ -7337,158 +7337,158 @@ msgstr ""
msgid "older" msgid "older"
msgstr "" msgstr ""
#: ../../include/text.php:593 #: ../../include/text.php:597
msgid "No contacts" msgid "No contacts"
msgstr "" msgstr ""
#: ../../include/text.php:602 #: ../../include/text.php:606
#, php-format #, php-format
msgid "%d Contact" msgid "%d Contact"
msgid_plural "%d Contacts" msgid_plural "%d Contacts"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../../include/text.php:715 #: ../../include/text.php:719
msgid "poke" msgid "poke"
msgstr "" msgstr ""
#: ../../include/text.php:715 ../../include/conversation.php:201 #: ../../include/text.php:719 ../../include/conversation.php:201
msgid "poked" msgid "poked"
msgstr "" msgstr ""
#: ../../include/text.php:716 #: ../../include/text.php:720
msgid "ping" msgid "ping"
msgstr "" msgstr ""
#: ../../include/text.php:716 #: ../../include/text.php:720
msgid "pinged" msgid "pinged"
msgstr "" msgstr ""
#: ../../include/text.php:717 #: ../../include/text.php:721
msgid "prod" msgid "prod"
msgstr "" msgstr ""
#: ../../include/text.php:717 #: ../../include/text.php:721
msgid "prodded" msgid "prodded"
msgstr "" msgstr ""
#: ../../include/text.php:718 #: ../../include/text.php:722
msgid "slap" msgid "slap"
msgstr "" msgstr ""
#: ../../include/text.php:718 #: ../../include/text.php:722
msgid "slapped" msgid "slapped"
msgstr "" msgstr ""
#: ../../include/text.php:719 #: ../../include/text.php:723
msgid "finger" msgid "finger"
msgstr "" msgstr ""
#: ../../include/text.php:719 #: ../../include/text.php:723
msgid "fingered" msgid "fingered"
msgstr "" msgstr ""
#: ../../include/text.php:720 #: ../../include/text.php:724
msgid "rebuff" msgid "rebuff"
msgstr "" msgstr ""
#: ../../include/text.php:720 #: ../../include/text.php:724
msgid "rebuffed" msgid "rebuffed"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "January" msgid "January"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "February" msgid "February"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "March" msgid "March"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "April" msgid "April"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "May" msgid "May"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "June" msgid "June"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "July" msgid "July"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "August" msgid "August"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "September" msgid "September"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "October" msgid "October"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "November" msgid "November"
msgstr "" msgstr ""
#: ../../include/text.php:884 #: ../../include/text.php:888
msgid "December" msgid "December"
msgstr "" msgstr ""
#: ../../include/text.php:970 #: ../../include/text.php:974
msgid "bytes" msgid "bytes"
msgstr "" msgstr ""
#: ../../include/text.php:990 ../../include/text.php:1005 #: ../../include/text.php:994 ../../include/text.php:1009
msgid "remove" msgid "remove"
msgstr "" msgstr ""
#: ../../include/text.php:990 ../../include/text.php:1005 #: ../../include/text.php:994 ../../include/text.php:1009
msgid "[remove]" msgid "[remove]"
msgstr "" msgstr ""
#: ../../include/text.php:993 #: ../../include/text.php:997
msgid "Categories:" msgid "Categories:"
msgstr "" msgstr ""
#: ../../include/text.php:1008 #: ../../include/text.php:1012
msgid "Filed under:" msgid "Filed under:"
msgstr "" msgstr ""
#: ../../include/text.php:1024 ../../include/text.php:1036 #: ../../include/text.php:1028 ../../include/text.php:1040
msgid "Click to open/close" msgid "Click to open/close"
msgstr "" msgstr ""
#: ../../include/text.php:1142 ../../include/user.php:236 #: ../../include/text.php:1146 ../../include/user.php:236
msgid "default" msgid "default"
msgstr "" msgstr ""
#: ../../include/text.php:1154 #: ../../include/text.php:1158
msgid "Select an alternate language" msgid "Select an alternate language"
msgstr "" msgstr ""
#: ../../include/text.php:1364 #: ../../include/text.php:1368
msgid "activity" msgid "activity"
msgstr "" msgstr ""
#: ../../include/text.php:1366 #: ../../include/text.php:1370
msgid "comment" msgid "comment"
msgstr "" msgstr ""
#: ../../include/text.php:1367 #: ../../include/text.php:1371
msgid "post" msgid "post"
msgstr "" msgstr ""
#: ../../include/text.php:1522 #: ../../include/text.php:1526
msgid "Item filed" msgid "Item filed"
msgstr "" msgstr ""