]> git.mxchange.org Git - friendica.git/commitdiff
rev update
authorfriendica <info@friendica.com>
Sat, 21 Jul 2012 23:44:15 +0000 (16:44 -0700)
committerfriendica <info@friendica.com>
Sat, 21 Jul 2012 23:44:15 +0000 (16:44 -0700)
boot.php
mod/register.php
util/messages.po

index cc5bb22fb5722a6e0c86bf776f8c15496a08f027..f54d02d95132a869bfe1b277027b7b11fd87cd83 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.0.1410' );
+define ( 'FRIENDICA_VERSION',      '3.0.1411' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1153      );
 
index d52b5a6e10945cf296d14904c6e58b69b620d118..de86808cb45670d4a3bcc5a6b87a906623a44dee 100644 (file)
@@ -12,7 +12,7 @@ function register_post(&$a) {
        call_hooks('register_post', $arr);
 
        $max_dailies = intval(get_config('system','max_daily_registrations'));
-       if($max_dailes) {
+       if($max_dailies) {
                $r = q("select count(*) as total from user where register_date > UTC_TIMESTAMP - INTERVAL 1 day");
                if($r && $r[0]['total'] >= $max_dailies) {
                        return;
@@ -182,7 +182,7 @@ function register_content(&$a) {
        }
 
        $max_dailies = intval(get_config('system','max_daily_registrations'));
-       if($max_dailes) {
+       if($max_dailies) {
                $r = q("select count(*) as total from user where register_date > UTC_TIMESTAMP - INTERVAL 1 day");
                if($r && $r[0]['total'] >= $max_dailies) {
                        logger('max daily registrations exceeded.');
index fc19fc7f9abe5d3f1ff1fbf028b4d846332e2316..8144401b7c3d1be39f837a208023ddf3e841dddb 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 3.0.1410\n"
+"Project-Id-Version: 3.0.1411\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-07-20 10:00-0700\n"
+"POT-Creation-Date: 2012-07-21 10:00-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -144,6 +144,7 @@ msgstr ""
 #: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93
 #: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92
 #: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41
+#: ../../addon/forumlist/forumlist.php:169
 #: ../../addon/impressum/impressum.php:82
 #: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57
 #: ../../addon/qcomment/qcomment.php:61
@@ -4914,10 +4915,11 @@ msgid "%s - Click to open/close"
 msgstr ""
 
 #: ../../addon/page/page.php:61 ../../addon/page/page.php:91
+#: ../../addon/forumlist/forumlist.php:54
 msgid "Forums"
 msgstr ""
 
-#: ../../addon/page/page.php:129
+#: ../../addon/page/page.php:129 ../../addon/forumlist/forumlist.php:88
 msgid "Forums:"
 msgstr ""
 
@@ -4929,7 +4931,7 @@ msgstr ""
 msgid "Page Settings"
 msgstr ""
 
-#: ../../addon/page/page.php:196
+#: ../../addon/page/page.php:196 ../../addon/forumlist/forumlist.php:155
 msgid "How many forums to display on sidebar without paging"
 msgstr ""
 
@@ -5417,6 +5419,30 @@ msgstr ""
 msgid "URL to embed:"
 msgstr ""
 
+#: ../../addon/forumlist/forumlist.php:57
+msgid "show/hide"
+msgstr ""
+
+#: ../../addon/forumlist/forumlist.php:72
+msgid "No forum subscriptions"
+msgstr ""
+
+#: ../../addon/forumlist/forumlist.php:124
+msgid "Forumlist settings updated."
+msgstr ""
+
+#: ../../addon/forumlist/forumlist.php:153
+msgid "Forumlist Settings"
+msgstr ""
+
+#: ../../addon/forumlist/forumlist.php:158
+msgid "Randomise Forumlist/Forum list"
+msgstr ""
+
+#: ../../addon/forumlist/forumlist.php:161
+msgid "Show forumlists/forums on profile forumlist"
+msgstr ""
+
 #: ../../addon/impressum/impressum.php:36
 msgid "Impressum"
 msgstr ""