diff --git a/include/admin/category.inc.php b/include/admin/category.inc.php index 878e7d5a..39307f0c 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 64f38e04..8cae9962 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 4ecb2cfd..29c97fe4 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 433e4484..c502c50e 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 ef6b5057..a85435fa 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 649cbcb1..6215de77 100644 --- a/include/admin/importers/movabletype.inc.php +++ b/include/admin/importers/movabletype.inc.php @@ -446,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; @@ -456,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 54935ed1..90702a7f 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 6374b7eb..558a7793 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 143b4eaa..ed970a1b 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 53e7e17d..b894beb2 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 "
-
+
@@ -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 bc773cee..f30b8d0d 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 bbf6bc78..fec7b055 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 fe728114..6daf18d8 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 ed987826..fb9cf84f 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 932f1e91..9a43c9a7 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 7860adbc..ca7465c2 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 347a55e2..e946e05f 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 7ed2594c..ad8476be 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 2b14558e..5702719d 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 e1682572..3e07fa3d 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 7188c060..c0b08255 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 96c52515..f73a9f2a 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 a397c536..0eea96cb 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 36de540d..f0cfbde8 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 880a84b9..e2e95c70 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 caca4c1b..06b7fd79 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 70f8c3e6..2b0ae268 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 8c99b5c3..a72eb068 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 ef094eb5..e5a90f7c 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 a240402e..a56777e7 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 178735fb..7c8eac0d 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 3d138586..4dc13fc6 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 f029fc5e..1b329b71 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 b0320582..4971f7da 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 722e425d..75c8bfb0 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 059c6606..cddab052 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 7486fe8f..1fe95939 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 52ebe2aa..55af1e13 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 9263c60f..5e041ac4 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 96f0789a..5f01b9db 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 202bf53f..eca7ee6b 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 f712f49f..51365aa7 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 7c75afc0..3de70a3d 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 e62261b3..ed70c02a 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 2dfe3e78..3767c03f 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 4e6c5b46..6dbc5002 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 vechny podmnn GETy na Serendipity vrt pspvky, kter byly modifikovny od asu poslednho poadavku. Kdy tohle nastavte na "false", vai nvtvnci dostanou vechny lnky od svho poslednho poadavku, co se povauje za dobrou vc. Avak nkte agenti jako Planet funguj divn, kdy tohle nastane a taky to poruuje RFC2616. Take kdy nastavte tuto volbu na "TRUE", budete vyhovovat RFC ale nvtvnkm mohou ve tekch bhem przdnin zmizet pspvky. V kadm ppad, bu to vad agregtorm jako je Planet, nebo to vad nvtvnkm blogu. Kdy se vyskytnou stnosti z kterkoli strany, mete tuhle volbu pepnout. 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 vechny podmnn GETy na Serendipity vrt pspvky, kter byly modifikovny od asu poslednho poadavku. Kdy tohle nastavte na "false", vai nvtvnci dostanou vechny lnky od svho poslednho poadavku, co se povauje za dobrou vc. Avak nkte agenti jako Planet funguj divn, kdy tohle nastane a taky to poruuje RFC2616. Take kdy nastavte tuto volbu na "TRUE", budete vyhovovat RFC ale nvtvnkm mohou ve tekch bhem przdnin zmizet pspvky. V kadm ppad, bu to vad agregtorm jako je Planet, nebo to vad nvtvnkm blogu. Kdy se vyskytnou stnosti z kterkoli strany, mete tuhle volbu pepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociovan datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky pidlen nov jmno souboru: %s'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index 048b1d0b..636650cd 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 vechny podmnn GETy na Serendipity vrt pspvky, kter byly modifikovny od asu poslednho poadavku. Kdy tohle nastavte na "false", vai nvtvnci dostanou vechny lnky od svho poslednho poadavku, co se povauje za dobrou vc. Avak nkte agenti jako Planet funguj divn, kdy tohle nastane a taky to poruuje RFC2616. Take kdy nastavte tuto volbu na "TRUE", budete vyhovovat RFC ale nvtvnkm mohou ve tekch bhem przdnin zmizet pspvky. V kadm ppad, bu to vad agregtorm jako je Planet, nebo to vad nvtvnkm blogu. Kdy se vyskytnou stnosti z kterkoli strany, mete tuhle volbu pepnout. 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 vechny podmnn GETy na Serendipity vrt pspvky, kter byly modifikovny od asu poslednho poadavku. Kdy tohle nastavte na "false", vai nvtvnci dostanou vechny lnky od svho poslednho poadavku, co se povauje za dobrou vc. Avak nkte agenti jako Planet funguj divn, kdy tohle nastane a taky to poruuje RFC2616. Take kdy nastavte tuto volbu na "TRUE", budete vyhovovat RFC ale nvtvnkm mohou ve tekch bhem przdnin zmizet pspvky. V kadm ppad, bu to vad agregtorm jako je Planet, nebo to vad nvtvnkm blogu. Kdy se vyskytnou stnosti z kterkoli strany, mete tuhle volbu pepnout. Reference: SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Asociovan datum'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('FILENAME_REASSIGNED', 'Automaticky pidlen nov jmno souboru: %s'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index 7f8c715a..52c7c734 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 foresprgsler til Serendipity returnere artikler ndret siden tidspunktet for sidste foresprgsel. Dvs \'nej\' medfrer at dine besgende fr alle artikler siden sidst. P den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfrer sig underligt med denne indstilling da den jo ikke overholder RFC2616. Ls 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 foresprgsler til Serendipity returnere artikler ndret siden tidspunktet for sidste foresprgsel. Dvs \'nej\' medfrer at dine besgende fr alle artikler siden sidst. P den anden side, nogle RSS aggregatorer som f.eks. \'Planet\' opfrer sig underligt med denne indstilling da den jo ikke overholder RFC2616. Ls eventuelt mere om problemet her SourceForge">SourceForge'); @define('MEDIA_PROPERTY_DATE', 'Tilhrende 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 8ce91ff6..9150fd71 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 Kompatibilitt'); -@define('SYNDICATION_RFC2616_DESC', 'Falls RFC2616 NICHT strikt ausgelegt wird, knnen alle Conditional GET Anfragen zu Serendipity die letzten Eintrge seit dem letzten Client-Abruf zurckliefern - fr Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch knnen 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 knnten Eintrge verpassen wenn Sie lnger 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, knnen alle Conditional GET Anfragen zu Serendipity die letzten Eintrge seit dem letzten Client-Abruf zurckliefern - fr Benutzer, die auch nach ihrem Urlaub alle Artikel lesen wollen, ist dies eine tolle Sache. Jedoch knnen 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 knnten Eintrge verpassen wenn Sie lnger 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', 'Verknpftes 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 650527f0..387b9ae4 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 b19b6dc1..b64f936d 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 regresarn entradas modificadas desde la fecha de la ltima solicitud. Con esa caracterstica definida a "false", tus visitantes obtendrn todos los artculos desde su ltima solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extrao, dado viola la norma RFC2616. De esta manera, si defines esta opcin como "TRUE" estars cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizs pierdan algunas entradas en sus das de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o daas a tus lectores reales. Si ests enfrentando quejas de cualquiera de los dos, puedes cambiar esta opcin. 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 regresarn entradas modificadas desde la fecha de la ltima solicitud. Con esa caracterstica definida a "false", tus visitantes obtendrn todos los artculos desde su ltima solicitud, lo cual es considerado algo bueno. Sin embargo, algunos agentes como Planet tienen un comportamiento extrao, dado viola la norma RFC2616. De esta manera, si defines esta opcin como "TRUE" estars cumpliendo con la norma, pero los lectores de tus sindicaciones RSS quizs pierdan algunas entradas en sus das de ausencia. De cualquier forma, o evitas un funcionamiento adecuado de agregadores como Planet, o daas a tus lectores reales. Si ests enfrentando quejas de cualquiera de los dos, puedes cambiar esta opcin. 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 afcbb70e..3bdef1e9 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 f588b720..6cf27011 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 ef763778..90177a17 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 bd2ca020..0d029bde 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 6591e139..df7b954f 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 bb02e8c6..ddb9fd5d 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 5a1f382f..43d7d081 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 8e412a76..3865e03a 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 8d2ecce5..ed024fa2 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 69abf9ce..1be5c9d5 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 8b8050cd..b8046df4 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 cise przestrzeganie standardu RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie cise standardu RFC2616 oznacza, e wszelkie wywoania kanaw RSS zwrc wpisy, ktre ulegy zmianie od ostatniego takiego wywoania (np. przez czytnik RSS). Jeli ustawisz t opcj na Nie, subskrybenci Twoich kanaw RSS otrzymaj wszystkie artykuy od czasu ostatniego pobrania. To zasadniczo jest dobre i prawidowe zachowanie kanau RSS. Jednak niektrzy Agenci RSS, jak na przykad Planet, zachowuj si w takich sytuacjach dziwnie (np. co jaki czas pojawiaj si stare wpisy na stronach obsugiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelnikw Twoich kanaw RSS mog omin pewne wpisy, ktre po prostu nie bd ju pokazywane tym czytelnikom, nawet jeli jeszcze ich nie przeczytali. Ustawienie tej opcji moe by wic problemem albo dla Agregatorw typu Planet, albo dla Twoich czytelnikw. Wicej informacji: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NIE przestrzeganie cise standardu RFC2616 oznacza, e wszelkie wywoania kanaw RSS zwrc wpisy, ktre ulegy zmianie od ostatniego takiego wywoania (np. przez czytnik RSS). Jeli ustawisz t opcj na Nie, subskrybenci Twoich kanaw RSS otrzymaj wszystkie artykuy od czasu ostatniego pobrania. To zasadniczo jest dobre i prawidowe zachowanie kanau RSS. Jednak niektrzy Agenci RSS, jak na przykad Planet, zachowuj si w takich sytuacjach dziwnie (np. co jaki czas pojawiaj si stare wpisy na stronach obsugiwanych przez Planet). Ustawenie tej opcji na Tak zaspokoi wymagania standardu, jednak czytelnikw Twoich kanaw RSS mog omin pewne wpisy, ktre po prostu nie bd ju pokazywane tym czytelnikom, nawet jeli jeszcze ich nie przeczytali. Ustawienie tej opcji moe by wic problemem albo dla Agregatorw typu Planet, albo dla Twoich czytelnikw. Wicej 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 da84ac71..6bf13988 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 4de3a673..cc123718 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 obedincia estrita ao RFC2616 RSS-Feed'); -@define('SYNDICATION_RFC2616_DESC', 'NO forar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity iro devolver as ltimas entradas modificadas deste o seu ltimo pedido. Uma vez colocada a configurao como "false", os seus visitantes iro obter todos os artigos no seu ltimo pedido, o que um bom resultado. No entanto, alguns Agentes tal como Planet iro agir de forma estranha, se tal acontecer, violando tambm o RFC2616. Se colocar esta opo como "TRUE", voc ir cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as frias. 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 opo. Referncia: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'NO forar o RFC2616 significa que todos os "Conditional GETs" pelo Serendipity iro devolver as ltimas entradas modificadas deste o seu ltimo pedido. Uma vez colocada a configurao como "false", os seus visitantes iro obter todos os artigos no seu ltimo pedido, o que um bom resultado. No entanto, alguns Agentes tal como Planet iro agir de forma estranha, se tal acontecer, violando tambm o RFC2616. Se colocar esta opo como "TRUE", voc ir cumprir aquele RFC, mas os leitores do seu RSS Feed talvez percam alguns itens durante as frias. 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 opo. Referncia: 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 7486fe8f..1fe95939 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 d31b73a0..0b620b0f 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 2d58f83b..7a81e5bd 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 96f0789a..5f01b9db 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 7acee9df..ba059d88 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 f712f49f..51365aa7 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 ea714f94..700a734c 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|Ǧ^̫ק諸峹CpG]w "false" ܳXȷ|峹CLA@Ǻx`n鹳 Planet |X{_Dz{HCpGX{_Dz{HܥHϤF RFC2616 зǡCҥH]w "TRUE" ܧAq RFC зǡAOXȥi|Ū峹CӻAޫ˳LkUCTGhttps://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); +@define('SYNDICATION_RFC2616_DESC', 'j RFC2616 ܥ GETs Serendipity u|Ǧ^̫ק諸峹CpG]w "false" ܳXȷ|峹CLA@Ǻx`n鹳 Planet |X{_Dz{HCpGX{_Dz{HܥHϤF RFC2616 зǡCҥH]w "TRUE" ܧAq RFC зǡAOXȥi|Ū峹CӻAޫ˳LkUCTGSourceForge'); @define('MEDIA_PROPERTY_DATE', ''); @define('MEDIA_PROPERTY_RUN_LENGTH', ''); @define('FILENAME_REASSIGNED', '۰ʫwsɮתW١G %s'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index 21a1f2a4..a9236481 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" ʾÿͽȫ¡һЩ־ij 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" ʾÿͽȫ¡һЩ־ij 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 1f79d8e8..28ef49c2 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 e9287ff6..208e0370 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 fe45eec5..ee088616 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 ef08c31e..d76753cf 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 00000000..82d3fc79 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 00000000..eb37d9a0 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 00000000..92918210 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 b3b02b37..a3bde233 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}