From: garvinhicking Date: Mon, 6 Aug 2007 10:18:26 +0000 (+0000) Subject: HTML and images by Don X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b96bd716f8d91ab32c4f3bdbcebdc4f551b60e20;p=s9y.git HTML and images by Don --- diff --git a/include/admin/category.inc.php b/include/admin/category.inc.php index 878e7d5..39307f0 100644 --- a/include/admin/category.inc.php +++ b/include/admin/category.inc.php @@ -40,11 +40,11 @@ if (isset($_POST['SAVE']) && serendipity_checkFormToken()) { serendipity_ACLGrant($catid, 'category', 'read', $serendipity['POST']['cat']['read_authors']); serendipity_ACLGrant($catid, 'category', 'write', $serendipity['POST']['cat']['write_authors']); - echo '
'. CATEGORY_SAVED .'
'; + echo '
' . CATEGORY_SAVED .'
'; } elseif ($serendipity['GET']['adminAction'] == 'edit') { if (!serendipity_checkPermission('adminCategoriesMaintainOthers') && !serendipity_ACLCheck($serendipity['authorid'], $serendipity['GET']['cid'], 'category', 'write')) { - echo '
'. PERM_DENIED .'
'; + echo '
'. PERM_DENIED .'
'; } else { /* Check to make sure parent is not a child of self */ $r = serendipity_db_query("SELECT categoryid FROM {$serendipity['dbPrefix']}category c @@ -58,7 +58,7 @@ if (isset($_POST['SAVE']) && serendipity_checkFormToken()) { serendipity_updateCategory($serendipity['GET']['cid'], $name, $desc, $authorid, $icon, $parentid, $serendipity['POST']['cat']['sort_order'], $serendipity['POST']['cat']['hide_sub']); serendipity_ACLGrant($serendipity['GET']['cid'], 'category', 'read', $serendipity['POST']['cat']['read_authors']); serendipity_ACLGrant($serendipity['GET']['cid'], 'category', 'write', $serendipity['POST']['cat']['write_authors']); - echo '
'. CATEGORY_SAVED .'
'; + echo '
' . CATEGORY_SAVED .'
'; } } } @@ -103,12 +103,12 @@ if ($serendipity['GET']['adminAction'] == 'doDelete' && serendipity_checkFormTok } } - echo '
'. ($remaining_cat ? sprintf(CATEGORY_DELETED_ARTICLES_MOVED, (int)$serendipity['GET']['cid'], $remaining_cat) : sprintf(CATEGORY_DELETED,(int)$serendipity['GET']['cid'])) .'
'; + echo '
' . ($remaining_cat ? sprintf(CATEGORY_DELETED_ARTICLES_MOVED, (int)$serendipity['GET']['cid'], $remaining_cat) : sprintf(CATEGORY_DELETED,(int)$serendipity['GET']['cid'])) .'
'; $serendipity['GET']['adminAction'] = 'view'; } } } else { - echo '
'. INVALID_CATEGORY .'
'; + echo '
'. INVALID_CATEGORY .'
'; } } ?> diff --git a/include/admin/comments.inc.php b/include/admin/comments.inc.php index 64f38e0..8cae996 100644 --- a/include/admin/comments.inc.php +++ b/include/admin/comments.inc.php @@ -391,7 +391,11 @@ foreach ($sql as $rs) { $header_class = ($comment['status'] == 'pending' ? 'serendipityAdminMsgNote' : ''); ?> - + + + + + '. $comment['title'] .', '. ON . ' ' . serendipity_mb('ucfirst', serendipity_strftime('%b %e %Y, %H:%M', $comment['timestamp']))?> diff --git a/include/admin/configuration.inc.php b/include/admin/configuration.inc.php index 4ecb2cf..29c97fe 100644 --- a/include/admin/configuration.inc.php +++ b/include/admin/configuration.inc.php @@ -24,7 +24,7 @@ switch ($_POST['installAction'] && serendipity_checkFormToken()) { $res = serendipity_updateConfiguration(); if (is_array($res)) { echo DIAGNOSTIC_ERROR; - echo '- ' . implode('
', $res) . '


'; + echo '
- ' . implode('
', $res) . '


'; } else { /* If we have new rewrite rules, then install them */ $permalinkOld = array( @@ -65,7 +65,7 @@ switch ($_POST['installAction'] && serendipity_checkFormToken()) { serendipity_buildPermalinks(); } - echo '
'. WRITTEN_N_SAVED .'
'; + echo '
' . WRITTEN_N_SAVED .'
'; } break; diff --git a/include/admin/entries.inc.php b/include/admin/entries.inc.php index 433e448..c502c50 100644 --- a/include/admin/entries.inc.php +++ b/include/admin/entries.inc.php @@ -409,11 +409,11 @@ switch($serendipity['GET']['adminAction']) { if ($serendipity['POST']['preview'] != 'true') { /* We don't need an iframe to save a draft */ if ( $serendipity['POST']['isdraft'] == 'true' ) { - echo '
' . IFRAME_SAVE_DRAFT . '

'; + echo '
' . IFRAME_SAVE_DRAFT . '

'; serendipity_updertEntry($entry); } else { if ($serendipity['use_iframe']) { - echo '
' . IFRAME_SAVE . '

'; + echo '
' . IFRAME_SAVE . '

'; serendipity_iframe_create('save', $entry); } else { serendipity_iframe($entry, 'save'); @@ -465,7 +465,7 @@ switch($serendipity['GET']['adminAction']) { } if ($serendipity['use_iframe']) { - echo '
' . IFRAME_PREVIEW . '

'; + echo '
' . IFRAME_PREVIEW . '

'; serendipity_iframe_create('preview', $entry); } else { serendipity_iframe($entry, 'preview'); diff --git a/include/admin/groups.inc.php b/include/admin/groups.inc.php index ef6b505..a85435f 100644 --- a/include/admin/groups.inc.php +++ b/include/admin/groups.inc.php @@ -14,7 +14,7 @@ if (!serendipity_checkPermission('adminUsersGroups')) { if (isset($_POST['DELETE_YES']) && serendipity_checkFormToken()) { $group = serendipity_fetchGroup($serendipity['POST']['group']); serendipity_deleteGroup($serendipity['POST']['group']); - printf('
' . DELETED_GROUP . '
', $serendipity['POST']['group'], $group['name']); + printf('
' . DELETED_GROUP . '
', $serendipity['POST']['group'], $group['name']); } /* Save new group */ @@ -22,7 +22,7 @@ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { $serendipity['POST']['group'] = serendipity_addGroup($serendipity['POST']['name']); $perms = serendipity_getAllPermissionNames(); serendipity_updateGroupConfig($serendipity['POST']['group'], $perms, $serendipity['POST'], false, $serendipity['POST']['forbidden_plugins'], $serendipity['POST']['forbidden_hooks']); - printf('
' . CREATED_GROUP . '
', '#' . $serendipity['POST']['group'] . ', ' . $serendipity['POST']['name']); + printf('
' . CREATED_GROUP . '
', '#' . $serendipity['POST']['group'] . ', ' . $serendipity['POST']['name']); } @@ -30,7 +30,7 @@ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) { $perms = serendipity_getAllPermissionNames(); serendipity_updateGroupConfig($serendipity['POST']['group'], $perms, $serendipity['POST'], false, $serendipity['POST']['forbidden_plugins'], $serendipity['POST']['forbidden_hooks']); - printf('
' . MODIFIED_GROUP . '
', $serendipity['POST']['name']); + printf('
' . MODIFIED_GROUP . '
', $serendipity['POST']['name']); } if ( $serendipity['GET']['adminAction'] != 'delete' ) { diff --git a/include/admin/importers/movabletype.inc.php b/include/admin/importers/movabletype.inc.php index b33c918..6215de7 100644 --- a/include/admin/importers/movabletype.inc.php +++ b/include/admin/importers/movabletype.inc.php @@ -101,7 +101,7 @@ class Serendipity_Import_MovableType extends Serendipity_Import { // Post mediam, add 12 hours. $match[4] = $match[4] + 12; } - + $ts = mktime($match[4], $match[5], $match[6], $match[1], $match[2], $match[3]); $this->debug('Matched string date format: ' . $ts); } @@ -110,7 +110,7 @@ class Serendipity_Import_MovableType extends Serendipity_Import { if ($ts <= 1) { $ts = time(); } - + return $ts; } @@ -176,24 +176,30 @@ class Serendipity_Import_MovableType extends Serendipity_Import { case 'PRIMARY CATEGORY': case 'CATEGORY': - $cat_found = false; - if ( is_array($this->categories) ) { - for ( $y=0 ; $ycategories) ; $y++ ) { - if ( $this->categories[$y]['category_name'] == $data ) { - $cat_found = true; - break; - } - } - if ( $cat_found){ - if (!in_array($this->categories[$y]['categoryid'], $entry['categories']) ) { - //$entries[$n]['categories'][] = $categories[$y]['categoryid']; - $entry['categories'][] = $this->categories[$y]['categoryid']; - } - }else { - $tasks[] = sprintf(CREATE_CATEGORY, htmlspecialchars($data)); - } - } - break; + $categories = explode("\0", $data); + #echo '
' . print_r($this->categories, true) . '
'; + foreach($categories AS $data) { + $data = trim($data); + $cat_found = false; + if (is_array($this->categories)) { + for ( $y=0 ; $ycategories) ; $y++ ) { + echo '"' . $this->categories[$y]['category_name'] . '" == "' . $data . '"
'; + if ( $this->categories[$y]['category_name'] == $data ) { + $cat_found = true; + break; + } + } + if ($cat_found) { + if (!in_array($this->categories[$y]['categoryid'], $entry['categories']) ) { + //$entries[$n]['categories'][] = $categories[$y]['categoryid']; + $entry['categories'][] = $this->categories[$y]['categoryid']; + } + } else { + $tasks[] = sprintf(CREATE_CATEGORY, htmlspecialchars($data)); + } + } + } + break; } } $entry['props'] = $entryprops; @@ -399,7 +405,11 @@ class Serendipity_Import_MovableType extends Serendipity_Import { $comment[$c_el] = $content; } else { $this->debug("Appending to entry: $line"); - $entry[$c_el] = $content; + if (isset($entry[$c_el])) { + $entry[$c_el] .= "\0" . $content; + } else { + $entry[$c_el] = $content; + } } } } elseif ($is_comment || $is_trackback) { @@ -415,11 +425,13 @@ class Serendipity_Import_MovableType extends Serendipity_Import { if ( !sizeof($tasks) || $force == true ) { serendipity_db_begin_transaction(); foreach ($entries as $entry) { + #echo '
' . printR_($entry, true) . '

'; + #continue; if (empty($entry['authorid'])) { $entry['authorid'] = $serendipity['authorid']; $entry['author'] = $serendipity['realname']; } - + if (!isset($entry['isdraft'])) { $entry['isdraft'] = 'false'; } @@ -434,7 +446,7 @@ class Serendipity_Import_MovableType extends Serendipity_Import { unset($entry['s9y_comments']); if ( !is_int($r = serendipity_updertEntry($entry)) ) { - echo '
' . $r . '
'; + echo '
' . $r . '
'; } else { $this->debug('Saved entry ' . $r . ' (' . $entry['title'] . ')'); $entry['id'] = $r; @@ -444,7 +456,7 @@ class Serendipity_Import_MovableType extends Serendipity_Import { $cid = serendipity_db_insert_id('comments', 'id'); serendipity_approveComment($cid, $entry['id'], true); } else { - echo '
' . $rc . '
'; + echo '
' . $rc . '
'; } } // Let the plugins do some additional stuff. Here it's used with diff --git a/include/admin/installer.inc.php b/include/admin/installer.inc.php index 54935ed..90702a7 100644 --- a/include/admin/installer.inc.php +++ b/include/admin/installer.inc.php @@ -71,7 +71,7 @@ if ( sizeof($_POST) > 1 && $serendipity['GET']['step'] == 3 ) { if ( is_array($errors = serendipity_checkInstallation()) ) { foreach ( $errors as $error ) { - echo '
'. $error .'
'; + echo '
'. $error .'
'; } $from = $_POST; @@ -423,12 +423,12 @@ if ( (int)$serendipity['GET']['step'] == 0 ) { -
+
0 ) { ?> -
+

: @@ -508,16 +508,16 @@ if ( (int)$serendipity['GET']['step'] == 0 ) { } else { echo ' ' . FAILED . '
'; foreach ( $errors as $error ) { - echo '
'. $error .'
'; + echo '
' . $error .'
'; } } if ( serendipity_updateConfiguration() ) { - echo '
'. SERENDIPITY_INSTALLED .'
'; + echo '
' . SERENDIPITY_INSTALLED .'
'; echo '
'. VISIT_BLOG_HERE .'
'; echo '
'. THANK_YOU_FOR_CHOOSING .'
'; } else { - echo '
'. ERROR_DETECTED_IN_INSTALL .'
'; + echo '
'. ERROR_DETECTED_IN_INSTALL .'
'; } } diff --git a/include/admin/overview.inc.php b/include/admin/overview.inc.php index 6374b7e..558a779 100644 --- a/include/admin/overview.inc.php +++ b/include/admin/overview.inc.php @@ -39,5 +39,5 @@ if ($output['show_links']) { echo '' . "\n"; echo '
' . "\n"; } -echo '' . $output['welcome'] . ''; +echo '

' . $output['welcome'] . '

'; echo $output['more']; \ No newline at end of file diff --git a/include/admin/personal.inc.php b/include/admin/personal.inc.php index 143b4ea..ed970a1 100644 --- a/include/admin/personal.inc.php +++ b/include/admin/personal.inc.php @@ -16,11 +16,11 @@ if ($serendipity['GET']['adminAction'] == 'save' && serendipity_checkFormToken() $config = serendipity_parseTemplate(S9Y_CONFIG_USERTEMPLATE); if ( (!serendipity_checkPermission('adminUsersEditUserlevel') || !serendipity_checkPermission('adminUsersMaintainOthers') ) && (int)$_POST['userlevel'] > $serendipity['serendipityUserlevel']) { - echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; + echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; } elseif (empty($_POST['username'])) { - echo '
' . USERCONF_CHECK_USERNAME_ERROR . '
'; + echo '
' . USERCONF_CHECK_USERNAME_ERROR . '
'; } elseif (!empty($_POST['password']) && $_POST['check_password'] != $_SESSION['serendipityPassword'] && md5($_POST['check_password']) != $_SESSION['serendipityPassword']) { - echo '
' . USERCONF_CHECK_PASSWORD_ERROR . '
'; + echo '
' . USERCONF_CHECK_PASSWORD_ERROR . '
'; } else { $valid_groups = serendipity_getGroups($serendipity['authorid'], true); @@ -53,7 +53,7 @@ if ($serendipity['GET']['adminAction'] == 'save' && serendipity_checkFormToken() } /* if (count($_POST[$item['var']]) < 1) { - echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; + echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; } else { serendipity_updateGroups($_POST[$item['var']], $serendipity['authorid'], false); } @@ -91,7 +91,7 @@ if ($serendipity['GET']['adminAction'] == 'save' && serendipity_checkFormToken() } $from = $_POST; ?> -
+
diff --git a/include/admin/plugins.inc.php b/include/admin/plugins.inc.php index 53e7e17..b894beb 100644 --- a/include/admin/plugins.inc.php +++ b/include/admin/plugins.inc.php @@ -102,6 +102,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) { 0 ) { ?>
+ \n"; echo "
    \n"; @@ -112,7 +113,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) { ?>
-
+
@@ -466,7 +467,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) { ?> -
+
diff --git a/include/admin/templates.inc.php b/include/admin/templates.inc.php index bc773ce..f30b8d0 100644 --- a/include/admin/templates.inc.php +++ b/include/admin/templates.inc.php @@ -46,18 +46,18 @@ class template_option { if ($serendipity['GET']['adminAction'] == 'install' ) { serendipity_plugin_api::hook_event('backend_templates_fetchtemplate', $serendipity); - $themeInfo = serendipity_fetchTemplateInfo($serendipity['GET']['theme']); + $themeInfo = serendipity_fetchTemplateInfo(htmlspecialchars($serendipity['GET']['theme'])); - serendipity_set_config_var('template', $serendipity['GET']['theme']); + serendipity_set_config_var('template', htmlspecialchars($serendipity['GET']['theme'])); serendipity_set_config_var('template_engine', isset($themeInfo['engine']) ? $themeInfo['engine'] : 'default'); - echo '
'. sprintf(TEMPLATE_SET, $serendipity['GET']['theme']) .'
'; + echo '
' . sprintf(TEMPLATE_SET, htmlspecialchars($serendipity['GET']['theme'])) .'
'; } ?> '. WARNING_TEMPLATE_DEPRECATED .''; + echo '
'. WARNING_TEMPLATE_DEPRECATED .'
'; } echo '

' . STYLE_OPTIONS . '

'; @@ -73,7 +73,7 @@ if (is_array($template_config)) { foreach($serendipity['POST']['template'] AS $option => $value) { template_option::set_config($option, $value); } - echo '
' . DONE .': '. sprintf(SETTINGS_SAVED_AT, serendipity_strftime('%H:%M:%S')) . '
'; + echo '
' . DONE .': '. sprintf(SETTINGS_SAVED_AT, serendipity_strftime('%H:%M:%S')) . '
'; } echo ''; diff --git a/include/admin/upgrader.inc.php b/include/admin/upgrader.inc.php index bbf6bc7..fec7b05 100644 --- a/include/admin/upgrader.inc.php +++ b/include/admin/upgrader.inc.php @@ -215,7 +215,7 @@ if ($serendipity['GET']['action'] == 'ignore') { if (sizeof($errors)) { echo DIAGNOSTIC_ERROR . '

'; - echo '- ' . implode('
', $errors) . '


'; + echo '
- ' . implode('
', $errors) . '


'; } /* I don't care what you told me, I will always nuke Smarty cache */ @@ -243,7 +243,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G if ($serendipity['GET']['action'] == 'ignore') { echo SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED; } elseif ($serendipity['GET']['action'] == 'upgrade') { - printf('
'. SERENDIPITY_UPGRADER_NOW_UPGRADED .'
', $serendipity['version']); + printf('
' . SERENDIPITY_UPGRADER_NOW_UPGRADED .'
', $serendipity['version']); } echo '
'; printf('
'. SERENDIPITY_UPGRADER_RETURN_HERE .'
', '', ''); @@ -323,12 +323,13 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G -
+
0) { ?>
-
+
+

= $serendipity['serendipityUserlevel']) || !serendipity_checkPermission('adminUsersDelete')) { - echo '
' . CREATE_NOT_AUTHORIZED . '
'; + echo '
' . CREATE_NOT_AUTHORIZED . '
'; } elseif ($_POST['userlevel'] > $serendipity['serendipityUserlevel']) { - echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; + echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; } else { $group_intersect = serendipity_intersectGroup($user[0]['authorid']); if (serendipity_checkPermission('adminUsersMaintainOthers') || (serendipity_checkPermission('adminUsersMaintainSame') && $group_intersect)) { serendipity_deleteAuthor($user[0]['authorid']); - printf('
' . DELETED_USER . '
', $serendipity['POST']['user'], $user[0]['realname']); + printf('
' . DELETED_USER . '
', $serendipity['POST']['user'], $user[0]['realname']); serendipity_plugin_api::hook_event('backend_users_delete', $user[0]); } else { - echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; + echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; } } } @@ -37,7 +37,7 @@ if (isset($_POST['DELETE_YES']) && serendipity_checkFormToken()) { /* Save new user */ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { if (($serendipity['serendipityUserlevel'] < USERLEVEL_ADMIN && $_POST['userlevel'] >= $serendipity['serendipityUserlevel']) || !serendipity_checkPermission('adminUsersCreateNew')) { - echo '
' . CREATE_NOT_AUTHORIZED . '
'; + echo '
' . CREATE_NOT_AUTHORIZED . '
'; } else { $serendipity['POST']['user'] = serendipity_addAuthor($_POST['username'], $_POST['pass'], $_POST['realname'], $_POST['email'], $_POST['userlevel']); @@ -72,7 +72,7 @@ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { } if (count($_POST[$item['var']]) < 1) { - echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; + echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; } else { serendipity_updateGroups($_POST[$item['var']], $serendipity['POST']['user'], false); } @@ -90,7 +90,7 @@ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { } serendipity_plugin_api::hook_event('backend_users_add', $serendipity['POST']['user']); - printf('
' . CREATED_USER . '
', '#' . $serendipity['POST']['user'] . ', ' . $_POST['realname']); + printf('
' . CREATED_USER . '
', '#' . $serendipity['POST']['user'] . ', ' . $_POST['realname']); } } @@ -99,9 +99,9 @@ if (isset($_POST['SAVE_NEW']) && serendipity_checkFormToken()) { if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) { $user = serendipity_fetchUsers($serendipity['POST']['user']); if (!serendipity_checkPermission('adminUsersMaintainOthers') && $user[0]['userlevel'] >= $serendipity['serendipityUserlevel']) { - echo '
' . CREATE_NOT_AUTHORIZED . '
'; + echo '
' . CREATE_NOT_AUTHORIZED . '
'; } elseif ($_POST['userlevel'] > $serendipity['serendipityUserlevel']) { - echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; + echo '
' . CREATE_NOT_AUTHORIZED_USERLEVEL . '
'; } else { $valid_groups = serendipity_getGroups($serendipity['authorid'], true); $config = serendipity_parseTemplate(S9Y_CONFIG_USERTEMPLATE); @@ -134,7 +134,7 @@ if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) { } if (count($_POST[$item['var']]) < 1) { - echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; + echo '
' . WARNING_NO_GROUPS_SELECTED . '
'; } else { serendipity_updateGroups($_POST[$item['var']], $serendipity['POST']['user'], false); } @@ -161,7 +161,7 @@ if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) { serendipity_updatePermalink($pl_data, 'author'); serendipity_plugin_api::hook_event('backend_users_edit', $pl_data); - printf('
' . MODIFIED_USER . '
', $_POST['realname']); + printf('
' . MODIFIED_USER . '
', $_POST['realname']); } } diff --git a/include/functions_config.inc.php b/include/functions_config.inc.php index fe72811..6daf18d 100644 --- a/include/functions_config.inc.php +++ b/include/functions_config.inc.php @@ -724,7 +724,7 @@ function serendipity_iframe(&$entry, $mode = null, $use_smarty = true) { echo ''; } $entrylink = serendipity_archiveURL($res, $entry['title'], 'serendipityHTTPPath', true, array('timestamp' => $entry['timestamp'])); - echo '
' . ENTRY_SAVED . ' (' . VIEW . ')
'; + echo '
' . ENTRY_SAVED . ' (' . VIEW . ')>
'; } echo '
'; @@ -1885,7 +1885,7 @@ function serendipity_reportXSRF($type = 0, $reset = true, $use_config = false) { // Set this in your serendipity_config_local.inc.php if you want HTTP Referrer blocking: // $serendipity['referrerXSRF'] = true; - $string = '
' . ERROR_XSRF . '
'; + $string = '
' . ERROR_XSRF . '
'; if ($reset) { // Config key "referrerXSRF" can be set to enable blocking based on HTTP Referrer. Recommended for Paranoia. if (($use_config && isset($serendipity['referrerXSRF']) && $serendipity['referrerXSRF']) || $use_config === false) { diff --git a/include/functions_entries_admin.inc.php b/include/functions_entries_admin.inc.php index ed98782..fb9cf84 100644 --- a/include/functions_entries_admin.inc.php +++ b/include/functions_entries_admin.inc.php @@ -187,7 +187,7 @@ function serendipity_printEntryForm($targetURL, $hiddens = array(), $entry = arr /* HTML CODE BELOW IS FOR FALLBACK PORTABILITY ONLY - MODIFY CODE IN TEMPLATE ADMIN/ENTRIES.TPL INSTEAD! */ if (!empty($errMsg)) { ?> -
+
action="" method="post" id="serendipityEntry" style="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px"> diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 932f1e9..9a43c9a 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -652,7 +652,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb } exec($cmd, $output, $result); if ($result != 0) { - echo '
'. sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; + echo '
' . sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; $r = false; // return failure } else { touch($outfile); @@ -696,7 +696,7 @@ function serendipity_scaleImg($id, $width, $height) { $cmd = escapeshellcmd($serendipity['convert']) . ' -scale ' . serendipity_escapeshellarg($width . 'x' . $height) . ' ' . serendipity_escapeshellarg($infile) . ' ' . serendipity_escapeshellarg($outfile); exec($cmd, $output, $result); if ( $result != 0 ) { - echo '
'. sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; + echo '
' . sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; } unset($output, $result); } @@ -743,7 +743,7 @@ function serendipity_rotateImg($id, $degrees) { $cmd = escapeshellcmd($serendipity['convert']) . ' -rotate ' . serendipity_escapeshellarg($degrees) . ' ' . serendipity_escapeshellarg($infile) . ' ' . serendipity_escapeshellarg($outfile); exec($cmd, $output, $result); if ( $result != 0 ) { - echo '
'. sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; + echo '
' . sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; } unset($output, $result); @@ -751,7 +751,7 @@ function serendipity_rotateImg($id, $degrees) { $cmd = escapeshellcmd($serendipity['convert']) . ' -rotate ' . serendipity_escapeshellarg($degrees) . ' ' . serendipity_escapeshellarg($infileThumb) . ' ' . serendipity_escapeshellarg($outfileThumb); exec($cmd, $output, $result); if ( $result != 0 ) { - echo '
'. sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; + echo '
'. sprintf(IMAGICK_EXEC_ERROR, $cmd, $output[0], $result) .'
'; } unset($output, $result); @@ -803,7 +803,7 @@ function serendipity_generateThumbs() { if ($returnsize !== false ) { printf(RESIZE_BLAHBLAH, $filename . ': ' . $returnsize[0] . 'x' . $returnsize[1]); if (!file_exists($newThumb)) { - printf('' . THUMBNAIL_FAILED_COPY . '
', $filename); + printf('
' . THUMBNAIL_FAILED_COPY . '

', $filename); } else { $update = true; } @@ -814,7 +814,7 @@ function serendipity_generateThumbs() { printf(THUMBNAIL_USING_OWN . '
', $filename); $update = true; } else { - printf('' . THUMBNAIL_FAILED_COPY . '
', $filename); + printf('
' . THUMBNAIL_FAILED_COPY . '

', $filename); } } @@ -1025,7 +1025,7 @@ function serendipity_guessMime($extension) { case 'jar': $mime = 'application/java-archive'; break; - + case 'ico': $mime = 'image/x-icon'; break; diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index 7860adb..ca7465c 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -835,7 +835,7 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('MEDIA_PROPERTY_DATE', 'Асоциирана дата'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Продължителност (за аудио и видео файлове)'); @define('SYNDICATION_RFC2616', 'Активиране на стриктна съвместимост с RFC2616 RSS-емисии'); -@define('SYNDICATION_RFC2616_DESC', 'Неактивирането на RFC2616 значи, че всички условни GET заявки към Serendipity ще връщат статиите, променени след времето на последната заявка. С установяването на \'Не\' вашите посетители ще получат всички статии след тяхната последна заявка, което може да се разглежда като добър начин на действие. Обаче някои агенти като Planet например, реагират странно. Ако това се случва, също не се спазва и RFC2616. Така че, ако установите тази опция на \'Да\', ще бъдете съвместими с RFC2616, но читателите на вашата RSS емисия може да пропуснат статии по време на техните отпуски (отсъствия). Следователно и в двата случая или може да има проблеми с агрегатори като Planet, или действителните читатели на вашия блог може да пропуснат статии. Ако срещате оплаквания от някоя от страните, можете да превключите опцията. За подробности: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Неактивирането на RFC2616 значи, че всички условни GET заявки към Serendipity ще връщат статиите, променени след времето на последната заявка. С установяването на \'Не\' вашите посетители ще получат всички статии след тяхната последна заявка, което може да се разглежда като добър начин на действие. Обаче някои агенти като Planet например, реагират странно. Ако това се случва, също не се спазва и RFC2616. Така че, ако установите тази опция на \'Да\', ще бъдете съвместими с RFC2616, но читателите на вашата RSS емисия може да пропуснат статии по време на техните отпуски (отсъствия). Следователно и в двата случая или може да има проблеми с агрегатори като Planet, или действителните читатели на вашия блог може да пропуснат статии. Ако срещате оплаквания от някоя от страните, можете да превключите опцията. За подробности: SourceForge'); @define('FILENAME_REASSIGNED', 'Автоматично установено ново име на файла: %s'); @define('MEDIA_UPLOAD_SIZE', 'Максимална големина на файловете за качване'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Въведете максималната големина на качените файлове в байтове. Тази стойност може да не бъде зачетена от сървъра. В PHP.ini: upload_max_filesize, post_max_size, max_input_time имат приоритет над тази опция. Празен стринг тук означава да се използват само ограниченията на сървъра.'); diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index 347a55e..e946e05 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -847,7 +847,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '总共: %d 个外挂'); @define('SYNDICATION_RFC2616', '开启依照严格的 RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:SourceForge'); @define('MEDIA_PROPERTY_DATE', '相关日期'); @define('MEDIA_PROPERTY_RUN_LENGTH', '长度'); @define('FILENAME_REASSIGNED', '自动指定新文件名称: %s'); diff --git a/lang/UTF-8/serendipity_lang_cs.inc.php b/lang/UTF-8/serendipity_lang_cs.inc.php index 7ed2594..ad8476b 100644 --- a/lang/UTF-8/serendipity_lang_cs.inc.php +++ b/lang/UTF-8/serendipity_lang_cs.inc.php @@ -856,7 +856,7 @@ $i18n_filename_to = array ( @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginů.'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že vÅ¡echny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaÅ¡i návÅ¡těvníci dostanou vÅ¡echny články od svého posledního požadavku, což se považuje za dobrou věc. AvÅ¡ak někteří agenti jako Planet fungují divně, když tohle nastane a taky to poruÅ¡uje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návÅ¡těvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návÅ¡těvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že vÅ¡echny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaÅ¡i návÅ¡těvníci dostanou vÅ¡echny články od svého posledního požadavku, což se považuje za dobrou věc. AvÅ¡ak někteří agenti jako Planet fungují divně, když tohle nastane a taky to poruÅ¡uje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návÅ¡těvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návÅ¡těvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky přidělené nové jméno souboru: %s'); diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index 2b14558..5702719 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -856,7 +856,7 @@ $i18n_filename_to = array ( @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginů.'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že vÅ¡echny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaÅ¡i návÅ¡těvníci dostanou vÅ¡echny články od svého posledního požadavku, což se považuje za dobrou věc. AvÅ¡ak někteří agenti jako Planet fungují divně, když tohle nastane a taky to poruÅ¡uje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návÅ¡těvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návÅ¡těvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že vÅ¡echny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaÅ¡i návÅ¡těvníci dostanou vÅ¡echny články od svého posledního požadavku, což se považuje za dobrou věc. AvÅ¡ak někteří agenti jako Planet fungují divně, když tohle nastane a taky to poruÅ¡uje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návÅ¡těvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návÅ¡těvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky přidělené nové jméno souboru: %s'); diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index e168257..3e07fa3 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Aktiver RSS-feeds der overholder RFC2616'); -@define('SYNDICATION_RFC2616_DESC', 'Hvis IKKE RFC2616 overholdes vil alle forespørgsler til Serendipity returnere artikler ændret siden tidspunktet for sidste forespørgsel. Dvs \'nej\' medfører at dine besøgende fÃ¥r alle artikler siden sidst. PÃ¥ den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfører sig underligt med denne indstilling da den jo ikke overholder RFC2616. Læs eventuelt mere om problemet her https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Hvis IKKE RFC2616 overholdes vil alle forespørgsler til Serendipity returnere artikler ændret siden tidspunktet for sidste forespørgsel. Dvs \'nej\' medfører at dine besøgende fÃ¥r alle artikler siden sidst. PÃ¥ den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfører sig underligt med denne indstilling da den jo ikke overholder RFC2616. Læs eventuelt mere om problemet her SourceForge">SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Tilhørende dato'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Spilletid'); @define('FILENAME_REASSIGNED', 'Nyt filnavn automagisk tildelt: %s'); diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 7188c06..c0b0825 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Gesamt: %d Plugins.'); @define('SYNDICATION_RFC2616', 'Strikte RFC2616 RSS-Feed Kompatibilität'); -@define('SYNDICATION_RFC2616_DESC', 'Falls RFC2616 NICHT strikt ausgelegt wird, können alle Conditional GET Anfragen zu Serendipity die letzten Einträge seit dem letzten Client-Abruf zurückliefern - für Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch können dadurch einige spezielle Clients wie z.B. Planet aus dem Tritt gebracht werden, und neue Artikel ihres RSS-Feeds falsch interpretieren. Wenn diese Option also auf JA gesetzt wird, wird zwar die RFC befolgt, aber ihre RSS-Leser könnten Einträge verpassen wenn Sie länger nicht auf ihrer Seite waren. Wie auch immer sie sich entscheiden, entweder ärgern Sie damit Clients wie Planet oder Ihre Benutzer. Referenz: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Falls RFC2616 NICHT strikt ausgelegt wird, können alle Conditional GET Anfragen zu Serendipity die letzten Einträge seit dem letzten Client-Abruf zurückliefern - für Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch können dadurch einige spezielle Clients wie z.B. Planet aus dem Tritt gebracht werden, und neue Artikel ihres RSS-Feeds falsch interpretieren. Wenn diese Option also auf JA gesetzt wird, wird zwar die RFC befolgt, aber ihre RSS-Leser könnten Einträge verpassen wenn Sie länger nicht auf ihrer Seite waren. Wie auch immer sie sich entscheiden, entweder ärgern Sie damit Clients wie Planet oder Ihre Benutzer. Referenz: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Verknüpftes Datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Laufzeit'); @define('FILENAME_REASSIGNED', 'Automagisch zugewiesener Dateiname: %s'); diff --git a/lang/UTF-8/serendipity_lang_en.inc.php b/lang/UTF-8/serendipity_lang_en.inc.php index 96c5251..f73a9f2 100644 --- a/lang/UTF-8/serendipity_lang_en.inc.php +++ b/lang/UTF-8/serendipity_lang_en.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_es.inc.php b/lang/UTF-8/serendipity_lang_es.inc.php index a397c53..0eea96c 100644 --- a/lang/UTF-8/serendipity_lang_es.inc.php +++ b/lang/UTF-8/serendipity_lang_es.inc.php @@ -860,7 +860,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('STYLE_OPTIONS', 'Opciones de Tema/estilo'); @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d extensiones.'); @define('SYNDICATION_RFC2616', 'Activar seguimiento estricto de la norma RFC2616 para sindicaciones RSS'); -@define('SYNDICATION_RFC2616_DESC', 'NO forzar el seguimiento de RFC2616 significa que todos los GETs condicionales a Serendipity regresarán entradas modificadas desde la fecha de la última solicitud. Con esa característica definida a "false", tus visitantes obtendrán todos los artículos desde su última solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extraño, dado viola la norma RFC2616. De esta manera, si defines esta opción como "TRUE" estarás cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizás pierdan algunas entradas en sus días de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o dañas a tus lectores reales. Si estás enfrentando quejas de cualquiera de los dos, puedes cambiar esta opción. Rerefencia: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NO forzar el seguimiento de RFC2616 significa que todos los GETs condicionales a Serendipity regresarán entradas modificadas desde la fecha de la última solicitud. Con esa característica definida a "false", tus visitantes obtendrán todos los artículos desde su última solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extraño, dado viola la norma RFC2616. De esta manera, si defines esta opción como "TRUE" estarás cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizás pierdan algunas entradas en sus días de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o dañas a tus lectores reales. Si estás enfrentando quejas de cualquiera de los dos, puedes cambiar esta opción. Rerefencia: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Fecha Asociada'); /*Translate*/ diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index 36de540..f0cfbde 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'تعداد کل: %d افزونه.'); @define('SYNDICATION_RFC2616', 'فعال کردن RSS-Feed طبق استاندارد RFC2616'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'تاریخ صعودی'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'طول اجرا'); @define('FILENAME_REASSIGNED', 'نامگذاری خودکار: %s'); diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index 880a84b..e2e95c7 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index caca4c1..06b7fd7 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -849,7 +849,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index 70f8c3e..2b0ae26 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index 8c99b5c..a72eb06 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index ef094eb..e5a90f7 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index a240402..a56777e 100644 --- a/lang/UTF-8/serendipity_lang_ja.inc.php +++ b/lang/UTF-8/serendipity_lang_ja.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '合計: %d プラグインです。'); @define('SYNDICATION_RFC2616', '厳密に RFC2616 に準拠した RSS フィードを動作させる'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. リファレンス: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. リファレンス: SourceForge'); @define('MEDIA_PROPERTY_DATE', '関連した日付'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', '次の新規ファイル名が自動割当されました: %s'); diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index 178735f..7c8eac0 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -845,7 +845,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index 3d13858..4dc13fc 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Totaal: %d plugins.'); @define('SYNDICATION_RFC2616', 'Verzamelpublicatie moet aan RFC2616 voldoen'); -@define('SYNDICATION_RFC2616_DESC', 'RFC2616 NIET afdwingen heeft tot gevolg dat na ontvangst van een Conditional GET Serendipity de artikelen teruggeeft die gewijzigd werden sinds de laatste opvraging. Als deze optie niet actief is, zullen bezoekers alle artikelen krijgen die gewijzigd zijn sinds hun laatste opvraging, wat als positief wordt ervaren. Maar sommige programma\'s, zoals Planet, kunnen zich dan vreemd gedragen omdat ze wel strikt werken volgens RFC2616. Dus als deze optie aan staat, zal je de RFC wel afdwingen, maar dan kunnen lezers van je verzamelpublicatietoevoer artikelen mislopen tijdens hun vakantie. Dus ofwel ondervinden verzamelprogramma\'s zoals Planet er last van, ofwel de mensen die je weblog lezen. Als u klachten krijgt van een van beide partijen kunt u deze optie omschakelen. Referentie: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'RFC2616 NIET afdwingen heeft tot gevolg dat na ontvangst van een Conditional GET Serendipity de artikelen teruggeeft die gewijzigd werden sinds de laatste opvraging. Als deze optie niet actief is, zullen bezoekers alle artikelen krijgen die gewijzigd zijn sinds hun laatste opvraging, wat als positief wordt ervaren. Maar sommige programma\'s, zoals Planet, kunnen zich dan vreemd gedragen omdat ze wel strikt werken volgens RFC2616. Dus als deze optie aan staat, zal je de RFC wel afdwingen, maar dan kunnen lezers van je verzamelpublicatietoevoer artikelen mislopen tijdens hun vakantie. Dus ofwel ondervinden verzamelprogramma\'s zoals Planet er last van, ofwel de mensen die je weblog lezen. Als u klachten krijgt van een van beide partijen kunt u deze optie omschakelen. Referentie: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Geassocieerde datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automatisch toegewezen nieuwe bestandsnaam: %s'); diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index f029fc5..1b329b7 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -845,7 +845,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_pl.inc.php b/lang/UTF-8/serendipity_lang_pl.inc.php index b032058..4971f7d 100644 --- a/lang/UTF-8/serendipity_lang_pl.inc.php +++ b/lang/UTF-8/serendipity_lang_pl.inc.php @@ -844,7 +844,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C @define('PLUGIN_AVAILABLE_COUNT', 'Razem: %d wtyczek'); @define('SYNDICATION_RFC2616', 'Aktywuj ścisłe przestrzeganie standardu RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie ścisłe standardu RFC2616 oznacza, że wszelkie wywołania kanałów RSS zwrócą wpisy, które uległy zmianie od ostatniego takiego wywołania (np. przez czytnik RSS). Jeśli ustawisz tę opcję na Nie, subskrybenci Twoich kanałów RSS otrzymają wszystkie artykuły od czasu ostatniego pobrania. To zasadniczo jest dobre i prawidłowe zachowanie kanału RSS. Jednak niektórzy Agenci RSS, jak na przykład Planet, zachowują się w takich sytuacjach dziwnie (np. co jakiś czas pojawiają się stare wpisy na stronach obsługiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelników Twoich kanałów RSS mogą ominąć pewne wpisy, które po prostu nie będą już pokazywane tym czytelnikom, nawet jeśli jeszcze ich nie przeczytali. Ustawienie tej opcji może być więc problemem albo dla Agregatorów typu Planet, albo dla Twoich czytelników. Więcej informacji: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie ścisłe standardu RFC2616 oznacza, że wszelkie wywołania kanałów RSS zwrócą wpisy, które uległy zmianie od ostatniego takiego wywołania (np. przez czytnik RSS). Jeśli ustawisz tę opcję na Nie, subskrybenci Twoich kanałów RSS otrzymają wszystkie artykuły od czasu ostatniego pobrania. To zasadniczo jest dobre i prawidłowe zachowanie kanału RSS. Jednak niektórzy Agenci RSS, jak na przykład Planet, zachowują się w takich sytuacjach dziwnie (np. co jakiś czas pojawiają się stare wpisy na stronach obsługiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelników Twoich kanałów RSS mogą ominąć pewne wpisy, które po prostu nie będą już pokazywane tym czytelnikom, nawet jeśli jeszcze ich nie przeczytali. Ustawienie tej opcji może być więc problemem albo dla Agregatorów typu Planet, albo dla Twoich czytelników. Więcej informacji: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Data'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Czas trwania'); @define('FILENAME_REASSIGNED', 'Automatycznie przydzielona nowa nazwa pliku: %s'); diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index 722e425..75c8bfb 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -847,7 +847,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index 059c660..cddab05 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -854,7 +854,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activar obediência estrita ao RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NÃO forçar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity irão devolver as últimas entradas modificadas deste o seu último pedido. Uma vez colocada a configuração como "false", os seus visitantes irão obter todos os artigos no seu último pedido, o que é um bom resultado. No entanto, alguns Agentes tal como Planet irão agir de forma estranha, se tal acontecer, violando também o RFC2616. Se colocar esta opção como "TRUE", você irá cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as férias. De qualquer forma, ou adora Agredadores como o Planet, ou fere os leitores actuais do seu Blogue. Se você está a enfrentar queixas de ambos os lados, poderá alterar esta opção. Referência: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NÃO forçar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity irão devolver as últimas entradas modificadas deste o seu último pedido. Uma vez colocada a configuração como "false", os seus visitantes irão obter todos os artigos no seu último pedido, o que é um bom resultado. No entanto, alguns Agentes tal como Planet irão agir de forma estranha, se tal acontecer, violando também o RFC2616. Se colocar esta opção como "TRUE", você irá cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as férias. De qualquer forma, ou adora Agredadores como o Planet, ou fere os leitores actuais do seu Blogue. Se você está a enfrentar queixas de ambos os lados, poderá alterar esta opção. Referência: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Data Associada'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Comprimento'); @define('FILENAME_REASSIGNED', 'Associa um novo ficheiro automaticamente: %s'); diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index 7486fe8..1fe9593 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index 52ebe2a..55af1e1 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -846,7 +846,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index 9263c60..5e041ac 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index 96f0789..5f01b9d 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -24,7 +24,7 @@ @define('BACK_TO_BLOG', 'வலைக்குறிப்பின் முதற்பக்கம்'); @define('LOGIN', 'வலைக்குறிப்பு நிர்வாகத்திற்கு நல்வரவு'); @define('LOGOUT', 'விடைபெறுங்கள்'); -@define('LOGGEDOUT', 'நன்றி'); +@define('LOGGEDOUT', 'நன்றி'); @define('CREATE', 'உருவாக்குக'); @define('SAVE', 'சேமிக்க'); @define('NAME', 'பெயர்'); @@ -792,7 +792,7 @@ @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); -@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); +@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.'); @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index 202bf53..eca7ee6 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -846,7 +846,7 @@ $i18n_unknown = 'tw'; @define('PLUGIN_AVAILABLE_COUNT', '總共: %d 個外掛。'); @define('SYNDICATION_RFC2616', '開啟依照嚴格的 RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '不強制 RFC2616 表示全部有條件的 GETs 到 Serendipity 只會傳回最後修改的文章。如果設定為 "false" 表示訪客會接收全部的文章。不過,一些網誌的蒐集軟體像 Planet 會出現奇怪現象。如果出現奇怪現象表示它違反了 RFC2616 的標準。所以設定為 "TRUE" 表示你遵從 RFC 的標準,但是訪客可能會讀取不到全部的文章。整體來說,不管怎樣都無法顧到兩方。相關資訊:https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '不強制 RFC2616 表示全部有條件的 GETs 到 Serendipity 只會傳回最後修改的文章。如果設定為 "false" 表示訪客會接收全部的文章。不過,一些網誌的蒐集軟體像 Planet 會出現奇怪現象。如果出現奇怪現象表示它違反了 RFC2616 的標準。所以設定為 "TRUE" 表示你遵從 RFC 的標準,但是訪客可能會讀取不到全部的文章。整體來說,不管怎樣都無法顧到兩方。相關資訊:SourceForge'); @define('MEDIA_PROPERTY_DATE', '相關日期'); @define('MEDIA_PROPERTY_RUN_LENGTH', '長度'); @define('FILENAME_REASSIGNED', '自動指定新檔案的名稱: %s'); diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index f712f49..51365aa 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index 7c75afc..3de70a3 100644 --- a/lang/UTF-8/serendipity_lang_zh.inc.php +++ b/lang/UTF-8/serendipity_lang_zh.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '总共: %d 个外挂'); @define('SYNDICATION_RFC2616', '开启依照严格的 RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:SourceForge'); @define('MEDIA_PROPERTY_DATE', '相关日期'); @define('MEDIA_PROPERTY_RUN_LENGTH', '长度'); @define('FILENAME_REASSIGNED', '自动指定新文件名称: %s'); diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index e62261b..ed70c02 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -835,7 +835,7 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('MEDIA_PROPERTY_DATE', 'Àñîöèèðàíà äàòà'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Ïðîäúëæèòåëíîñò (çà àóäèî è âèäåî ôàéëîâå)'); @define('SYNDICATION_RFC2616', 'Àêòèâèðàíå íà ñòðèêòíà ñúâìåñòèìîñò ñ RFC2616 RSS-åìèñèè'); -@define('SYNDICATION_RFC2616_DESC', 'Íåàêòèâèðàíåòî íà RFC2616 çíà÷è, ÷å âñè÷êè óñëîâíè GET çàÿâêè êúì Serendipity ùå âðúùàò ñòàòèèòå, ïðîìåíåíè ñëåä âðåìåòî íà ïîñëåäíàòà çàÿâêà. Ñ óñòàíîâÿâàíåòî íà \'Íå\' âàøèòå ïîñåòèòåëè ùå ïîëó÷àò âñè÷êè ñòàòèè ñëåä òÿõíàòà ïîñëåäíà çàÿâêà, êîåòî ìîæå äà ñå ðàçãëåæäà êàòî äîáúð íà÷èí íà äåéñòâèå. Îáà÷å íÿêîè àãåíòè êàòî Planet íàïðèìåð, ðåàãèðàò ñòðàííî. Àêî òîâà ñå ñëó÷âà, ñúùî íå ñå ñïàçâà è RFC2616. Òàêà ÷å, àêî óñòàíîâèòå òàçè îïöèÿ íà \'Äà\', ùå áúäåòå ñúâìåñòèìè ñ RFC2616, íî ÷èòàòåëèòå íà âàøàòà RSS åìèñèÿ ìîæå äà ïðîïóñíàò ñòàòèè ïî âðåìå íà òåõíèòå îòïóñêè (îòñúñòâèÿ). Ñëåäîâàòåëíî è â äâàòà ñëó÷àÿ èëè ìîæå äà èìà ïðîáëåìè ñ àãðåãàòîðè êàòî Planet, èëè äåéñòâèòåëíèòå ÷èòàòåëè íà âàøèÿ áëîã ìîæå äà ïðîïóñíàò ñòàòèè. Àêî ñðåùàòå îïëàêâàíèÿ îò íÿêîÿ îò ñòðàíèòå, ìîæåòå äà ïðåâêëþ÷èòå îïöèÿòà. Çà ïîäðîáíîñòè: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Íåàêòèâèðàíåòî íà RFC2616 çíà÷è, ÷å âñè÷êè óñëîâíè GET çàÿâêè êúì Serendipity ùå âðúùàò ñòàòèèòå, ïðîìåíåíè ñëåä âðåìåòî íà ïîñëåäíàòà çàÿâêà. Ñ óñòàíîâÿâàíåòî íà \'Íå\' âàøèòå ïîñåòèòåëè ùå ïîëó÷àò âñè÷êè ñòàòèè ñëåä òÿõíàòà ïîñëåäíà çàÿâêà, êîåòî ìîæå äà ñå ðàçãëåæäà êàòî äîáúð íà÷èí íà äåéñòâèå. Îáà÷å íÿêîè àãåíòè êàòî Planet íàïðèìåð, ðåàãèðàò ñòðàííî. Àêî òîâà ñå ñëó÷âà, ñúùî íå ñå ñïàçâà è RFC2616. Òàêà ÷å, àêî óñòàíîâèòå òàçè îïöèÿ íà \'Äà\', ùå áúäåòå ñúâìåñòèìè ñ RFC2616, íî ÷èòàòåëèòå íà âàøàòà RSS åìèñèÿ ìîæå äà ïðîïóñíàò ñòàòèè ïî âðåìå íà òåõíèòå îòïóñêè (îòñúñòâèÿ). Ñëåäîâàòåëíî è â äâàòà ñëó÷àÿ èëè ìîæå äà èìà ïðîáëåìè ñ àãðåãàòîðè êàòî Planet, èëè äåéñòâèòåëíèòå ÷èòàòåëè íà âàøèÿ áëîã ìîæå äà ïðîïóñíàò ñòàòèè. Àêî ñðåùàòå îïëàêâàíèÿ îò íÿêîÿ îò ñòðàíèòå, ìîæåòå äà ïðåâêëþ÷èòå îïöèÿòà. Çà ïîäðîáíîñòè: SourceForge'); @define('FILENAME_REASSIGNED', 'Àâòîìàòè÷íî óñòàíîâåíî íîâî èìå íà ôàéëà: %s'); @define('MEDIA_UPLOAD_SIZE', 'Ìàêñèìàëíà ãîëåìèíà íà ôàéëîâåòå çà êà÷âàíå'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Âúâåäåòå ìàêñèìàëíàòà ãîëåìèíà íà êà÷åíèòå ôàéëîâå â áàéòîâå. Òàçè ñòîéíîñò ìîæå äà íå áúäå çà÷åòåíà îò ñúðâúðà.  PHP.ini: upload_max_filesize, post_max_size, max_input_time èìàò ïðèîðèòåò íàä òàçè îïöèÿ. Ïðàçåí ñòðèíã òóê îçíà÷àâà äà ñå èçïîëçâàò ñàìî îãðàíè÷åíèÿòà íà ñúðâúðà.'); diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index 2dfe3e7..3767c03 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -847,7 +847,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '总共: %d 个外挂'); @define('SYNDICATION_RFC2616', '开启依照严格的 RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '不强制 RFC2616 表示全部有条件的 GETs 到 Serendipity Blog 只会传回最后修改的文章。如果设定为 "false" 表示访客接受全部的文章。不过,一些日志的程序像 Planet 会出现奇怪现象。如果出现奇怪现象表示它违反了 RFC2616 的标准。所以设定为 "TRUE" 表示你遵从 RFC 的标准,但访客可能读取不到全部文章。整体来说,不管怎样都无法照顾到两方。详情请参阅:SourceForge'); @define('MEDIA_PROPERTY_DATE', '相关日期'); @define('MEDIA_PROPERTY_RUN_LENGTH', '长度'); @define('FILENAME_REASSIGNED', '自动指定新文件名称: %s'); diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index 4e6c5b4..6dbc500 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -856,7 +856,7 @@ $i18n_filename_to = array ( @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginù.'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že všechny podmínìné GETy na Serendipity vrátí pøíspìvky, které byly modifikovány od èasu posledního požadavku. Když tohle nastavíte na "false", vaši návštìvníci dostanou všechny èlánky od svého posledního požadavku, což se považuje za dobrou vìc. Avšak nìkteøí agenti jako Planet fungují divnì, když tohle nastane a taky to porušuje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návštìvníkùm mohou ve èteèkách bìhem prázdnin zmizet pøíspìvky. V každém pøípadì, buï to vadí agregátorùm jako je Planet, nebo to vadí návštìvníkùm blogu. Když se vyskytnou stížnosti z kterékoli strany, mùžete tuhle volbu pøepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že všechny podmínìné GETy na Serendipity vrátí pøíspìvky, které byly modifikovány od èasu posledního požadavku. Když tohle nastavíte na "false", vaši návštìvníci dostanou všechny èlánky od svého posledního požadavku, což se považuje za dobrou vìc. Avšak nìkteøí agenti jako Planet fungují divnì, když tohle nastane a taky to porušuje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návštìvníkùm mohou ve èteèkách bìhem prázdnin zmizet pøíspìvky. V každém pøípadì, buï to vadí agregátorùm jako je Planet, nebo to vadí návštìvníkùm blogu. Když se vyskytnou stížnosti z kterékoli strany, mùžete tuhle volbu pøepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky pøidìlené nové jméno souboru: %s'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index 048b1d0..636650c 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -856,7 +856,7 @@ $i18n_filename_to = array ( @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginù.'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'Kdy¾ neaktivujete RFC2616, znamená to, ¾e v¹echny podmínìné GETy na Serendipity vrátí pøíspìvky, které byly modifikovány od èasu posledního po¾adavku. Kdy¾ tohle nastavíte na "false", va¹i náv¹tìvníci dostanou v¹echny èlánky od svého posledního po¾adavku, co¾ se pova¾uje za dobrou vìc. Av¹ak nìkteøí agenti jako Planet fungují divnì, kdy¾ tohle nastane a taky to poru¹uje RFC2616. Tak¾e kdy¾ nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale náv¹tìvníkùm mohou ve èteèkách bìhem prázdnin zmizet pøíspìvky. V ka¾dém pøípadì, buï to vadí agregátorùm jako je Planet, nebo to vadí náv¹tìvníkùm blogu. Kdy¾ se vyskytnou stí¾nosti z kterékoli strany, mù¾ete tuhle volbu pøepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Kdy¾ neaktivujete RFC2616, znamená to, ¾e v¹echny podmínìné GETy na Serendipity vrátí pøíspìvky, které byly modifikovány od èasu posledního po¾adavku. Kdy¾ tohle nastavíte na "false", va¹i náv¹tìvníci dostanou v¹echny èlánky od svého posledního po¾adavku, co¾ se pova¾uje za dobrou vìc. Av¹ak nìkteøí agenti jako Planet fungují divnì, kdy¾ tohle nastane a taky to poru¹uje RFC2616. Tak¾e kdy¾ nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale náv¹tìvníkùm mohou ve èteèkách bìhem prázdnin zmizet pøíspìvky. V ka¾dém pøípadì, buï to vadí agregátorùm jako je Planet, nebo to vadí náv¹tìvníkùm blogu. Kdy¾ se vyskytnou stí¾nosti z kterékoli strany, mù¾ete tuhle volbu pøepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky pøidìlené nové jméno souboru: %s'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index 7f8c715..52c7c73 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Aktiver RSS-feeds der overholder RFC2616'); -@define('SYNDICATION_RFC2616_DESC', 'Hvis IKKE RFC2616 overholdes vil alle forespørgsler til Serendipity returnere artikler ændret siden tidspunktet for sidste forespørgsel. Dvs \'nej\' medfører at dine besøgende får alle artikler siden sidst. På den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfører sig underligt med denne indstilling da den jo ikke overholder RFC2616. Læs eventuelt mere om problemet her https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Hvis IKKE RFC2616 overholdes vil alle forespørgsler til Serendipity returnere artikler ændret siden tidspunktet for sidste forespørgsel. Dvs \'nej\' medfører at dine besøgende får alle artikler siden sidst. På den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfører sig underligt med denne indstilling da den jo ikke overholder RFC2616. Læs eventuelt mere om problemet her SourceForge">SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Tilhørende dato'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Spilletid'); @define('FILENAME_REASSIGNED', 'Nyt filnavn automagisk tildelt: %s'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 8ce91ff..9150fd7 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Gesamt: %d Plugins.'); @define('SYNDICATION_RFC2616', 'Strikte RFC2616 RSS-Feed Kompatibilität'); -@define('SYNDICATION_RFC2616_DESC', 'Falls RFC2616 NICHT strikt ausgelegt wird, können alle Conditional GET Anfragen zu Serendipity die letzten Einträge seit dem letzten Client-Abruf zurückliefern - für Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch können dadurch einige spezielle Clients wie z.B. Planet aus dem Tritt gebracht werden, und neue Artikel ihres RSS-Feeds falsch interpretieren. Wenn diese Option also auf JA gesetzt wird, wird zwar die RFC befolgt, aber ihre RSS-Leser könnten Einträge verpassen wenn Sie länger nicht auf ihrer Seite waren. Wie auch immer sie sich entscheiden, entweder ärgern Sie damit Clients wie Planet oder Ihre Benutzer. Referenz: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'Falls RFC2616 NICHT strikt ausgelegt wird, können alle Conditional GET Anfragen zu Serendipity die letzten Einträge seit dem letzten Client-Abruf zurückliefern - für Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch können dadurch einige spezielle Clients wie z.B. Planet aus dem Tritt gebracht werden, und neue Artikel ihres RSS-Feeds falsch interpretieren. Wenn diese Option also auf JA gesetzt wird, wird zwar die RFC befolgt, aber ihre RSS-Leser könnten Einträge verpassen wenn Sie länger nicht auf ihrer Seite waren. Wie auch immer sie sich entscheiden, entweder ärgern Sie damit Clients wie Planet oder Ihre Benutzer. Referenz: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Verknüpftes Datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Laufzeit'); @define('FILENAME_REASSIGNED', 'Automagisch zugewiesener Dateiname: %s'); diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index 650527f..387b9ae 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index b19b6dc..b64f936 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -860,7 +860,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('STYLE_OPTIONS', 'Opciones de Tema/estilo'); @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d extensiones.'); @define('SYNDICATION_RFC2616', 'Activar seguimiento estricto de la norma RFC2616 para sindicaciones RSS'); -@define('SYNDICATION_RFC2616_DESC', 'NO forzar el seguimiento de RFC2616 significa que todos los GETs condicionales a Serendipity regresarán entradas modificadas desde la fecha de la última solicitud. Con esa característica definida a "false", tus visitantes obtendrán todos los artículos desde su última solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extraño, dado viola la norma RFC2616. De esta manera, si defines esta opción como "TRUE" estarás cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizás pierdan algunas entradas en sus días de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o dañas a tus lectores reales. Si estás enfrentando quejas de cualquiera de los dos, puedes cambiar esta opción. Rerefencia: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NO forzar el seguimiento de RFC2616 significa que todos los GETs condicionales a Serendipity regresarán entradas modificadas desde la fecha de la última solicitud. Con esa característica definida a "false", tus visitantes obtendrán todos los artículos desde su última solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extraño, dado viola la norma RFC2616. De esta manera, si defines esta opción como "TRUE" estarás cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizás pierdan algunas entradas en sus días de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o dañas a tus lectores reales. Si estás enfrentando quejas de cualquiera de los dos, puedes cambiar esta opción. Rerefencia: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Fecha Asociada'); /*Translate*/ diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index afcbb70..3bdef1e 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'تعداد کل: %d افزونه.'); @define('SYNDICATION_RFC2616', 'فعال کردن RSS-Feed طبق استاندارد RFC2616'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'تاریخ صعودی'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'طول اجرا'); @define('FILENAME_REASSIGNED', 'نامگذاری خودکار: %s'); diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index f588b72..6cf2701 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index ef76377..90177a1 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -849,7 +849,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index bd2ca02..0d029bd 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index 6591e13..df7b954 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index bb02e8c..ddb9fd5 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 5a1f382..43d7d08 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '合計: %d プラグインです。'); @define('SYNDICATION_RFC2616', '厳密に RFC2616 に準拠した RSS フィードを動作させる'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. リファレンス: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. リファレンス: SourceForge'); @define('MEDIA_PROPERTY_DATE', '関連した日付'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', '次の新規ファイル名が自動割当されました: %s'); diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 8e412a7..3865e03 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -845,7 +845,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index 8d2ecce..ed024fa 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -844,7 +844,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Totaal: %d plugins.'); @define('SYNDICATION_RFC2616', 'Verzamelpublicatie moet aan RFC2616 voldoen'); -@define('SYNDICATION_RFC2616_DESC', 'RFC2616 NIET afdwingen heeft tot gevolg dat na ontvangst van een Conditional GET Serendipity de artikelen teruggeeft die gewijzigd werden sinds de laatste opvraging. Als deze optie niet actief is, zullen bezoekers alle artikelen krijgen die gewijzigd zijn sinds hun laatste opvraging, wat als positief wordt ervaren. Maar sommige programma\'s, zoals Planet, kunnen zich dan vreemd gedragen omdat ze wel strikt werken volgens RFC2616. Dus als deze optie aan staat, zal je de RFC wel afdwingen, maar dan kunnen lezers van je verzamelpublicatietoevoer artikelen mislopen tijdens hun vakantie. Dus ofwel ondervinden verzamelprogramma\'s zoals Planet er last van, ofwel de mensen die je weblog lezen. Als u klachten krijgt van een van beide partijen kunt u deze optie omschakelen. Referentie: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'RFC2616 NIET afdwingen heeft tot gevolg dat na ontvangst van een Conditional GET Serendipity de artikelen teruggeeft die gewijzigd werden sinds de laatste opvraging. Als deze optie niet actief is, zullen bezoekers alle artikelen krijgen die gewijzigd zijn sinds hun laatste opvraging, wat als positief wordt ervaren. Maar sommige programma\'s, zoals Planet, kunnen zich dan vreemd gedragen omdat ze wel strikt werken volgens RFC2616. Dus als deze optie aan staat, zal je de RFC wel afdwingen, maar dan kunnen lezers van je verzamelpublicatietoevoer artikelen mislopen tijdens hun vakantie. Dus ofwel ondervinden verzamelprogramma\'s zoals Planet er last van, ofwel de mensen die je weblog lezen. Als u klachten krijgt van een van beide partijen kunt u deze optie omschakelen. Referentie: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Geassocieerde datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automatisch toegewezen nieuwe bestandsnaam: %s'); diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index 69abf9c..1be5c9d 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -845,7 +845,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_pl.inc.php b/lang/serendipity_lang_pl.inc.php index 8b8050c..b8046df 100644 --- a/lang/serendipity_lang_pl.inc.php +++ b/lang/serendipity_lang_pl.inc.php @@ -844,7 +844,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C @define('PLUGIN_AVAILABLE_COUNT', 'Razem: %d wtyczek'); @define('SYNDICATION_RFC2616', 'Aktywuj ¶cis³e przestrzeganie standardu RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie ¶cis³e standardu RFC2616 oznacza, ¿e wszelkie wywo³ania kana³ów RSS zwróc± wpisy, które uleg³y zmianie od ostatniego takiego wywo³ania (np. przez czytnik RSS). Je¶li ustawisz tê opcjê na Nie, subskrybenci Twoich kana³ów RSS otrzymaj± wszystkie artyku³y od czasu ostatniego pobrania. To zasadniczo jest dobre i prawid³owe zachowanie kana³u RSS. Jednak niektórzy Agenci RSS, jak na przyk³ad Planet, zachowuj± siê w takich sytuacjach dziwnie (np. co jaki¶ czas pojawiaj± siê stare wpisy na stronach obs³ugiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelników Twoich kana³ów RSS mog± omin±æ pewne wpisy, które po prostu nie bêd± ju¿ pokazywane tym czytelnikom, nawet je¶li jeszcze ich nie przeczytali. Ustawienie tej opcji mo¿e byæ wiêc problemem albo dla Agregatorów typu Planet, albo dla Twoich czytelników. Wiêcej informacji: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie ¶cis³e standardu RFC2616 oznacza, ¿e wszelkie wywo³ania kana³ów RSS zwróc± wpisy, które uleg³y zmianie od ostatniego takiego wywo³ania (np. przez czytnik RSS). Je¶li ustawisz tê opcjê na Nie, subskrybenci Twoich kana³ów RSS otrzymaj± wszystkie artyku³y od czasu ostatniego pobrania. To zasadniczo jest dobre i prawid³owe zachowanie kana³u RSS. Jednak niektórzy Agenci RSS, jak na przyk³ad Planet, zachowuj± siê w takich sytuacjach dziwnie (np. co jaki¶ czas pojawiaj± siê stare wpisy na stronach obs³ugiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelników Twoich kana³ów RSS mog± omin±æ pewne wpisy, które po prostu nie bêd± ju¿ pokazywane tym czytelnikom, nawet je¶li jeszcze ich nie przeczytali. Ustawienie tej opcji mo¿e byæ wiêc problemem albo dla Agregatorów typu Planet, albo dla Twoich czytelników. Wiêcej informacji: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Data'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Czas trwania'); @define('FILENAME_REASSIGNED', 'Automatycznie przydzielona nowa nazwa pliku: %s'); diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index da84ac7..6bf1398 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -847,7 +847,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index 4de3a67..cc12371 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -854,7 +854,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activar obediência estrita ao RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NÃO forçar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity irão devolver as últimas entradas modificadas deste o seu último pedido. Uma vez colocada a configuração como "false", os seus visitantes irão obter todos os artigos no seu último pedido, o que é um bom resultado. No entanto, alguns Agentes tal como Planet irão agir de forma estranha, se tal acontecer, violando também o RFC2616. Se colocar esta opção como "TRUE", você irá cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as férias. De qualquer forma, ou adora Agredadores como o Planet, ou fere os leitores actuais do seu Blogue. Se você está a enfrentar queixas de ambos os lados, poderá alterar esta opção. Referência: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NÃO forçar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity irão devolver as últimas entradas modificadas deste o seu último pedido. Uma vez colocada a configuração como "false", os seus visitantes irão obter todos os artigos no seu último pedido, o que é um bom resultado. No entanto, alguns Agentes tal como Planet irão agir de forma estranha, se tal acontecer, violando também o RFC2616. Se colocar esta opção como "TRUE", você irá cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as férias. De qualquer forma, ou adora Agredadores como o Planet, ou fere os leitores actuais do seu Blogue. Se você está a enfrentar queixas de ambos os lados, poderá alterar esta opção. Referência: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Data Associada'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Comprimento'); @define('FILENAME_REASSIGNED', 'Associa um novo ficheiro automaticamente: %s'); diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index 7486fe8..1fe9593 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -843,7 +843,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index d31b73a..0b620b0 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -846,7 +846,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index 2d58f83..7a81e5b 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index 96f0789..5f01b9d 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -24,7 +24,7 @@ @define('BACK_TO_BLOG', 'வலைக்குறிப்பின் முதற்பக்கம்'); @define('LOGIN', 'வலைக்குறிப்பு நிர்வாகத்திற்கு நல்வரவு'); @define('LOGOUT', 'விடைபெறுங்கள்'); -@define('LOGGEDOUT', 'நன்றி'); +@define('LOGGEDOUT', 'நன்றி'); @define('CREATE', 'உருவாக்குக'); @define('SAVE', 'சேமிக்க'); @define('NAME', 'பெயர்'); @@ -792,7 +792,7 @@ @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); -@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); +@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.'); @@ -842,7 +842,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index 7acee9d..ba059d8 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -846,7 +846,7 @@ $i18n_unknown = 'tw'; @define('PLUGIN_AVAILABLE_COUNT', '總共: %d 個外掛。'); @define('SYNDICATION_RFC2616', '開啟依照嚴格的 RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '不強制 RFC2616 表示全部有條件的 GETs 到 Serendipity 只會傳回最後修改的文章。如果設定為 "false" 表示訪客會接收全部的文章。不過,一些網誌的蒐集軟體像 Planet 會出現奇怪現象。如果出現奇怪現象表示它違反了 RFC2616 的標準。所以設定為 "TRUE" 表示你遵從 RFC 的標準,但是訪客可能會讀取不到全部的文章。整體來說,不管怎樣都無法顧到兩方。相關資訊:https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '不強制 RFC2616 表示全部有條件的 GETs 到 Serendipity 只會傳回最後修改的文章。如果設定為 "false" 表示訪客會接收全部的文章。不過,一些網誌的蒐集軟體像 Planet 會出現奇怪現象。如果出現奇怪現象表示它違反了 RFC2616 的標準。所以設定為 "TRUE" 表示你遵從 RFC 的標準,但是訪客可能會讀取不到全部的文章。整體來說,不管怎樣都無法顧到兩方。相關資訊:SourceForge'); @define('MEDIA_PROPERTY_DATE', '相關日期'); @define('MEDIA_PROPERTY_RUN_LENGTH', '長度'); @define('FILENAME_REASSIGNED', '自動指定新檔案的名稱: %s'); diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index f712f49..51365aa 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); -@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index ea714f9..700a734 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -847,7 +847,7 @@ $i18n_unknown = 'tw'; @define('PLUGIN_AVAILABLE_COUNT', 'Á`¦@¡G %d ­Ó¥~±¾¡C'); @define('SYNDICATION_RFC2616', '¶}±Ò¨Ì·ÓÄY®æªº RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '¤£±j¨î RFC2616 ªí¥Ü¥þ³¡¦³±ø¥óªº GETs ¨ì Serendipity ¥u·|¶Ç¦^³Ì«á­×§ïªº¤å³¹¡C¦pªG³]©w¬° "false" ªí¥Ü³X«È·|±µ¦¬¥þ³¡ªº¤å³¹¡C¤£¹L¡A¤@¨Çºô»xªº»`¶°³nÅé¹³ Planet ·|¥X²{©_©Ç²{¶H¡C¦pªG¥X²{©_©Ç²{¶Hªí¥Ü¥¦¹H¤Ï¤F RFC2616 ªº¼Ð·Ç¡C©Ò¥H³]©w¬° "TRUE" ªí¥Ü§A¿í±q RFC ªº¼Ð·Ç¡A¦ý¬O³X«È¥i¯à·|Ū¨ú¤£¨ì¥þ³¡ªº¤å³¹¡C¾ãÅé¨Ó»¡¡A¤£ºÞ«ç¼Ë³£µLªkÅU¨ì¨â¤è¡C¬ÛÃö¸ê°T¡Ghttps://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '¤£±j¨î RFC2616 ªí¥Ü¥þ³¡¦³±ø¥óªº GETs ¨ì Serendipity ¥u·|¶Ç¦^³Ì«á­×§ïªº¤å³¹¡C¦pªG³]©w¬° "false" ªí¥Ü³X«È·|±µ¦¬¥þ³¡ªº¤å³¹¡C¤£¹L¡A¤@¨Çºô»xªº»`¶°³nÅé¹³ Planet ·|¥X²{©_©Ç²{¶H¡C¦pªG¥X²{©_©Ç²{¶Hªí¥Ü¥¦¹H¤Ï¤F RFC2616 ªº¼Ð·Ç¡C©Ò¥H³]©w¬° "TRUE" ªí¥Ü§A¿í±q RFC ªº¼Ð·Ç¡A¦ý¬O³X«È¥i¯à·|Ū¨ú¤£¨ì¥þ³¡ªº¤å³¹¡C¾ãÅé¨Ó»¡¡A¤£ºÞ«ç¼Ë³£µLªkÅU¨ì¨â¤è¡C¬ÛÃö¸ê°T¡GSourceForge'); @define('MEDIA_PROPERTY_DATE', '¬ÛÃö¤é´Á'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'ªø«×'); @define('FILENAME_REASSIGNED', '¦Û°Ê«ü©w·sÀɮתº¦WºÙ¡G %s'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index 21a1f2a..a923648 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -846,7 +846,7 @@ @define('PLUGIN_AVAILABLE_COUNT', '×ܹ²£º %d ¸öÍâ¹Ò'); @define('SYNDICATION_RFC2616', '¿ªÆôÒÀÕÕÑϸñµÄ RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', '²»Ç¿ÖÆ RFC2616 ±íʾȫ²¿ÓÐÌõ¼þµÄ GETs µ½ Serendipity Blog Ö»»á´«»Ø×îºóÐ޸ĵÄÎÄÕ¡£Èç¹ûÉ趨Ϊ "false" ±íʾ·Ã¿Í½ÓÊÜÈ«²¿µÄÎÄÕ¡£²»¹ý£¬Ò»Ð©ÈÕÖ¾µÄ³ÌÐòÏñ Planet »á³öÏÖÆæ¹ÖÏÖÏó¡£Èç¹û³öÏÖÆæ¹ÖÏÖÏó±íʾËüÎ¥·´ÁË RFC2616 µÄ±ê×¼¡£ËùÒÔÉ趨Ϊ "TRUE" ±íʾÄã×ñ´Ó RFC µÄ±ê×¼£¬µ«·Ã¿Í¿ÉÄܶÁÈ¡²»µ½È«²¿ÎÄÕ¡£ÕûÌåÀ´Ëµ£¬²»¹ÜÔõÑù¶¼ÎÞ·¨Õչ˵½Á½·½¡£ÏêÇéÇë²ÎÔÄ£ºhttps://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', '²»Ç¿ÖÆ RFC2616 ±íʾȫ²¿ÓÐÌõ¼þµÄ GETs µ½ Serendipity Blog Ö»»á´«»Ø×îºóÐ޸ĵÄÎÄÕ¡£Èç¹ûÉ趨Ϊ "false" ±íʾ·Ã¿Í½ÓÊÜÈ«²¿µÄÎÄÕ¡£²»¹ý£¬Ò»Ð©ÈÕÖ¾µÄ³ÌÐòÏñ Planet »á³öÏÖÆæ¹ÖÏÖÏó¡£Èç¹û³öÏÖÆæ¹ÖÏÖÏó±íʾËüÎ¥·´ÁË RFC2616 µÄ±ê×¼¡£ËùÒÔÉ趨Ϊ "TRUE" ±íʾÄã×ñ´Ó RFC µÄ±ê×¼£¬µ«·Ã¿Í¿ÉÄܶÁÈ¡²»µ½È«²¿ÎÄÕ¡£ÕûÌåÀ´Ëµ£¬²»¹ÜÔõÑù¶¼ÎÞ·¨Õչ˵½Á½·½¡£ÏêÇéÇë²ÎÔÄ£ºSourceForge'); @define('MEDIA_PROPERTY_DATE', 'Ïà¹ØÈÕÆÚ'); @define('MEDIA_PROPERTY_RUN_LENGTH', '³¤¶È'); @define('FILENAME_REASSIGNED', '×Ô¶¯Ö¸¶¨ÐÂÎļþÃû³Æ£º %s'); diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php index 1f79d8e..28ef49c 100644 --- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php @@ -1287,16 +1287,16 @@ var $filter_defaults; $clink1 = 'clink1' . $eventData['id']; $clink2 = 'clink2' . $eventData['id']; - $eventData['action_author'] .= ' '; + $eventData['action_author'] .= ' '; if (!empty($eventData['url'])) { $url_is_filtered = $this->checkFilter('urls', $eventData['url']); - $eventData['action_url'] .= ' '; + $eventData['action_url'] .= ' '; } if (!empty($eventData['email'])) { $email_is_filtered = $this->checkFilter('emails', $eventData['email']); - $eventData['action_email'] .= ' '; + $eventData['action_email'] .= ' '; } return true; diff --git a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php index e9287ff..208e037 100644 --- a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php +++ b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php @@ -274,16 +274,16 @@ class serendipity_event_spartacus extends serendipity_event function outputMSG($status, $msg) { switch($status) { case 'notice': - echo '
' . $msg . '
' . "\n"; + echo '
' . $msg . '
' . "\n"; break; case 'error': - echo '
' . $msg . '
' . "\n"; + echo '
' . $msg . '
' . "\n"; break; default: case 'success': - echo '
' . $msg . '
' . "\n"; + echo '
' . $msg . '
' . "\n"; break; } } diff --git a/serendipity_admin.php b/serendipity_admin.php index fe45eec..ee08861 100644 --- a/serendipity_admin.php +++ b/serendipity_admin.php @@ -308,7 +308,7 @@ if (!$use_installer && !$_SESSION['no_smarty'] && serendipity_smarty_init()) { - + @@ -331,7 +331,7 @@ if ($use_installer) {

-
+
@@ -360,9 +360,9 @@ if ($use_installer) { if (!$no_sidebar) { ?>
    - + - +

@@ -438,8 +438,8 @@ if ($use_installer) {
    - - + +
@@ -456,6 +456,7 @@ if ($use_installer) {
+ +
diff --git a/templates/default/admin/entries.tpl b/templates/default/admin/entries.tpl index ef08c31..d76753c 100644 --- a/templates/default/admin/entries.tpl +++ b/templates/default/admin/entries.tpl @@ -1,7 +1,7 @@ {*** POSSIBLE ERROR MESSAGES START ***} {if $entry_vars.errMsg} -
{$entry_vars.errMsg}
+
{$entry_vars.errMsg}
{/if} {*** POSSIBLE ERROR MESSAGES END ***} diff --git a/templates/default/admin/img/admin_msg_error.png b/templates/default/admin/img/admin_msg_error.png new file mode 100644 index 0000000..82d3fc7 Binary files /dev/null and b/templates/default/admin/img/admin_msg_error.png differ diff --git a/templates/default/admin/img/admin_msg_note.png b/templates/default/admin/img/admin_msg_note.png new file mode 100644 index 0000000..eb37d9a Binary files /dev/null and b/templates/default/admin/img/admin_msg_note.png differ diff --git a/templates/default/admin/img/admin_msg_success.png b/templates/default/admin/img/admin_msg_success.png new file mode 100644 index 0000000..9291821 Binary files /dev/null and b/templates/default/admin/img/admin_msg_success.png differ diff --git a/templates/default/admin/index.tpl b/templates/default/admin/index.tpl index b3b02b3..a3bde23 100644 --- a/templates/default/admin/index.tpl +++ b/templates/default/admin/index.tpl @@ -66,7 +66,7 @@ {if $admin_vars.is_logged_in} - {$admin_vars.self_info} + {$admin_vars.self_info} {/if} @@ -85,7 +85,7 @@ {$admin_vars.out.header} {if $admin_vars.post_action != '' AND NOT $admin_vars.is_logged_in} -
{$CONST.WRONG_USERNAME_OR_PASSWORD}
+
{$CONST.WRONG_USERNAME_OR_PASSWORD}
{/if} @@ -117,9 +117,9 @@ {*** MAIN LINKS START ***}
@@ -210,8 +210,8 @@ {*** LOGOUT START ***}
{*** LOGOUT END ***} @@ -232,7 +232,7 @@
- {$admin_vars.version_info} + {$admin_vars.version_info}