本文整理汇总了PHP中set_plugin_messages函数的典型用法代码示例。如果您正苦于以下问题:PHP set_plugin_messages函数的具体用法?PHP set_plugin_messages怎么用?PHP set_plugin_messages使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了set_plugin_messages函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。
示例1: plugin_new_init
function plugin_new_init()
{
// Elapsed time => New! message with CSS
$messages['_plugin_new_elapses'] = array(60 * 60 * 24 * 1 => ' <span class="new1" title="%s">New!</span>', 60 * 60 * 24 * 5 => ' <span class="new5" title="%s">New</span>');
// 5days
set_plugin_messages($messages);
}
开发者ID:nsmr0604,项目名称:pukiwiki,代码行数:7,代码来源:new.inc.php
示例2: weblog_msg_init
function weblog_msg_init()
{
if (LANG == 'ja') {
$messages = array('_weblog_msgs' => array('lbl_author' => 'お名前:', 'lbl_category' => 'カテゴリ:', 'lbl_subject' => 'タイトル:', 'lbl_comment' => 'コメント', 'send_trackback_ping' => 'トラックバック先:', 'allow_comment' => 'コメントを許可する:', 'auto_br' => '自動改行を行う:', 'update_stamp' => 'タイムスタンプを更新する:', 'lbl_yes' => 'はい', 'lbl_no' => 'いいえ', 'lbl_by' => '投稿者:', 'lbl_at' => '投稿日時:', 'lbl_daily_header' => '日付別', 'lbl_new_title' => '%sへの投稿', 'btn_post' => 'write:', 'btn_submit' => '投稿する', 'btn_edit' => '記事編集', 'no_name' => '匿名希望', 'no_subject' => '(無題)', 'fmt_day' => 'm月d日', 'fmt_month' => 'Y年m月', 'fmt_fullday' => 'Y年m月d日', 'fmt_time' => 'H時i分', 'fmt_fulltime' => 'H時i分s秒', 'message_sent' => '投稿記事の保存中です。', 'message_sent_complete' => '投稿記事の保存中が完了しました。', 'message_ping' => 'TrackBack Pingを送信中です。', 'message_disable_comment' => 'コメントの投稿は許可されてません。', 'err_msg_nomsg' => '記事が空です。', 'err_msg_noauth' => '記事を投稿する権限がありません。', 'err_msg_notemplate' => 'テンプレートが見つかりません。(%s)', 'err_msg_noconf' => 'コンフィグファイルが見つかりません。(%s)', 'err_msg_arg2' => '第二引数が変です。', 'err_msg_noargs' => '引数を指定してください。', 'err_nopages' => '<p>\'$1\' には、下位層のページがありません。</p>', 'msg_title' => '\'$1\'で始まるページの一覧', 'msg_go' => '<span class="small">...</span>', 'msg_daily' => '%s%sの投稿(%d件)'));
} else {
$messages = array('_weblog_msgs' => array('lbl_author' => 'Name:', 'lbl_category' => 'Category:', 'lbl_subject' => 'Title:', 'lbl_comment' => 'Comment', 'send_trackback_ping' => 'Send Trackback Ping:', 'allow_comment' => 'Allow Comment:', 'auto_br' => 'Auto BR:', 'update_stamp' => 'Update Timestamp:', 'lbl_yes' => 'Yes', 'lbl_no' => 'No', 'lbl_by' => 'by', 'lbl_at' => 'at', 'lbl_daily_header' => 'Daily Archieve', 'lbl_new_title' => 'New Posting to %s', 'btn_post' => 'write:', 'btn_submit' => 'Post Aritcle', 'btn_edit' => 'Edit', 'no_name' => 'No Name', 'no_subject' => 'No Subject', 'fmt_day' => 'm/d', 'fmt_month' => 'Y/m', 'fmt_fullday' => 'Y/m/d', 'fmt_time' => 'H:i', 'fmt_fulltime' => 'H:i:s', 'message_sent' => 'Saving Message.', 'message_ping' => 'Sending TrackBack Ping.', 'err_msg_nomsg' => 'Posted message is empty.', 'err_msg_noauth' => 'You can\'t post article.', 'err_msg_arg2' => '2nd parameter isn\'t valid.', 'err_msg_noargs' => 'Please specify parameters.', 'err_nopages' => '<p>\'$1\' has no child page.</p>', 'msg_title' => 'Page Listing begining from \'$1\'', 'msg_go' => '<span class="small">...</span>'));
}
set_plugin_messages($messages);
}
开发者ID:BackupTheBerlios,项目名称:nobunobuxoops-svn,代码行数:9,代码来源:weblog_common.inc.php
示例3: plugin_stationary_init
function plugin_stationary_init()
{
if (PKWK_SAFE_MODE || PKWK_READONLY) {
return;
}
// Do nothing
$messages = array('_plugin_stationary_A' => 'a', '_plugin_stationary_B' => array('C' => 'c', 'D' => 'd'));
set_plugin_messages($messages);
}
开发者ID:geoemon2k,项目名称:source_wiki,代码行数:9,代码来源:stationary.inc.php
示例4: plugin_movieviewer_set_global_settings
function plugin_movieviewer_set_global_settings()
{
$settings = plugin_movieviewer_load_settings();
$cfg = array("movieviewer_settings" => $settings);
// $GLOBALSに値が保存される
set_plugin_messages($cfg);
// CSRF対策用トークンを生成し、セッションに登録する
plugin_movieviewer_set_csrf_token();
}
开发者ID:montenshi,项目名称:pukiwiki-movieviewer,代码行数:9,代码来源:functions.php
示例5: plugin_attachref_init
function plugin_attachref_init()
{
global $_string;
$messages = array('_attachref_messages' => array('msg_upload' => T_("Upload to \$1"), 'msg_maxsize' => T_("Maximum file size is <var>%s</var>."), 'msg_adminpass' => T_("Administrator password"), 'msg_password' => T_("password"), 'msg_file' => T_("Attach file"), 'btn_upload' => T_("Upload"), 'btn_submit' => T_("[Upload]"), 'msg_title' => T_("Attach and Ref to \$1"), 'msg_title_collided' => $_string['title_collided'], 'msg_collided' => $_string['msg_collided']));
PluginRenderer::getPluginInfo('attach', true);
if (!exist_plugin('attach') or !function_exists('attach_upload')) {
return array('msg' => 'attach.inc.php not found or not correct version.');
}
set_plugin_messages($messages);
}
开发者ID:logue,项目名称:pukiwiki_adv,代码行数:10,代码来源:attachref.inc.php
示例6: plugin_stationary_init
function plugin_stationary_init()
{
// if (PKWK_SAFE_MODE || PKWK_READONLY) return; // Do nothing
if (Auth::check_role('safemode') || Auth::check_role('readonly')) {
return;
}
// Do nothing
$messages = array('_plugin_stationary_A' => 'a', '_plugin_stationary_B' => array('C' => 'c', 'D' => 'd'));
set_plugin_messages($messages);
}
开发者ID:logue,项目名称:pukiwiki_adv,代码行数:10,代码来源:stationary.inc.php
示例7: plugin_amazon_init
function plugin_amazon_init()
{
global $amazon_body, $stat, $keys, $genre;
$stat = 0;
$keys = array();
$genre = array("books", "videogames", "dvd", "music");
$amazon_body = sprintf("-" . _("Author") . ": [[" . _("THIS EDIT") . "]]\n" . "-" . _("Critic") . ": " . _("MY_NAME") . "\n" . "-" . _("Date") . ": &date;\n" . "**" . _("RECOMMENDATION") . "\n" . "[[" . _("THIS EDIT") . "]]\n" . "\n" . "#amazon(,clear)\n" . "**" . _("Impression") . "\n" . "[[" . _("THIS EDIT") . "]]\n" . "\n" . _("// First of all, please delete the full text when you stop this review, and push the [update] button on the page.\n") . _("// (It has already been registered in PukiWiki.)\n") . _("// Please delete the [[THIS EDIT]] part on including parentheses, and rewrite it if you continue.\n") . _("// Please change the MY_NAME part to my name.\n") . _("// **RECOMMENDATION Above, please do not add a new line. Because it uses it for the contents making.\n") . _("// Please cut all the comment lines that start in // finally.\n") . _("// There is a possibility that contents cannot be normally made.\n") . "#comment\n");
$msg = array('_amazon_msg' => array('msg_ReviewEdit' => _("Review edit"), 'msg_Code' => _("(ISBN(10) or ASIN(12))"), 'msg_Cargo' => _("To the shopping basket"), 'msg_Price' => _("Price"), 'msg_FixedPrice' => _("Fixed price"), 'msg_Tax' => _("(Including tax)"), 'msg_BookReviewEdit' => _("Book review edit"), 'msg_amazon' => _("Amazon.co.jp associate"), 'msg_Relation' => _("Relation")));
set_plugin_messages($msg);
}
开发者ID:aterai,项目名称:pukiwiki-plus-i18n,代码行数:10,代码来源:amazon.inc.php
示例8: plugin_update_entities_init
function plugin_update_entities_init()
{
$messages = array('_entities_messages' => array('title_update' => 'キャッシュ更新', 'msg_adminpass' => '管理者パスワード', 'btn_submit' => '実行', 'msg_done' => 'キャッシュの更新が完了しました。', 'msg_usage' => '
* 処理内容
:文字実体参照にマッチする正規表現パターンのキャッシュを更新|
PHPの持つテーブルおよびW3CのDTDをスキャンして、キャッシュに記録します。
* 処理対象
「COLOR(red){not found.}」と表示されたファイルは処理されません。
-%s
* 実行
管理者パスワードを入力して、[実行]ボタンをクリックしてください。
'));
set_plugin_messages($messages);
}
开发者ID:lolo3-sight,项目名称:wiki,代码行数:17,代码来源:update_entities.inc.php
示例9: plugin_update_entities_init
function plugin_update_entities_init()
{
$messages = array('_entities_messages' => array('title_update' => 'キャッシュ更新', 'msg_adminpass' => '管理者パスワード', 'btn_submit' => '実行', 'msg_done' => 'キャッシュの更新が完了しました。', 'msg_usage' => '
&size(16){&color(red){【お知らせ】};};
&size(16){&color(red){ページを開いただけでは、作業は行われていません};};
&size(16){&color(red){ページ末尾で、管理者パスワードを入力し、「実行ボタン」を押して下さい};};
* 処理内容
:文字実体参照にマッチする正規表現パターンのキャッシュを更新|
PHPの持つテーブルおよびW3CのDTDをスキャンして、キャッシュに記録します。
* 処理対象
「COLOR(red){not found.}」と表示されたファイルは処理されません。
-%s
* 実行
管理者パスワードを入力して、[実行]ボタンをクリックしてください。
'));
set_plugin_messages($messages);
}
开发者ID:big2men,项目名称:qhm,代码行数:21,代码来源:update_entities.inc.php
示例10: plugin_auth_mixi_init
function plugin_auth_mixi_init()
{
$msg = array('_auth_mixi_msg' => array('msg_agreement' => _("It is necessary to agree to the guideline that mixi provides to use this plugin."), 'msg_invalid' => _("The function of opeind is invalid.")));
set_plugin_messages($msg);
}
开发者ID:aterai,项目名称:pukiwiki-plus-i18n,代码行数:5,代码来源:auth_mixi.inc.php
示例11: plugin_links_init
function plugin_links_init()
{
$messages = array('_links_messages' => array('title_update' => 'キャッシュ更新', 'msg_adminpass' => '管理者パスワード', 'btn_submit' => '実行', 'msg_done' => 'キャッシュの更新が完了しました。', 'msg_usage' => "\n* 処理内容\n\n:キャッシュを更新|\n全てのページをスキャンし、あるページがどのページからリンクされているかを調査して、キャッシュに記録します。\n\n* 注意\n実行には数分かかる場合もあります。実行ボタンを押したあと、しばらくお待ちください。\n\n* 実行\n管理者パスワードを入力して、[実行]ボタンをクリックしてください。\n"));
set_plugin_messages($messages);
}
开发者ID:nsmr0604,项目名称:pukiwiki,代码行数:5,代码来源:links.inc.php
示例12: plugin_contents2_1_init
function plugin_contents2_1_init()
{
$messages['_contents2_1_msg_err'] = '<div>\'%s\' does not exist.</div>';
set_plugin_messages($messages);
}
开发者ID:orangeal2o3,项目名称:pukiwiki-plugin,代码行数:5,代码来源:contents2_1.inc.php
示例13: plugin_login_init
function plugin_login_init()
{
$messages = array('_login_msg' => array('msg_username' => _('UserName'), 'msg_auth_guide' => _('Please attest it with %s to write the comment.'), 'btn_login' => _('Login')));
set_plugin_messages($messages);
}
开发者ID:aterai,项目名称:pukiwiki-plus-i18n,代码行数:5,代码来源:login.inc.php
示例14: plugin_ls2_1_init
function plugin_ls2_1_init()
{
// できるだけ new プラグインの設定を用いる (new オプション用)
if (is_file(PLUGIN_DIR . 'new.inc.php')) {
require_once PLUGIN_DIR . 'new.inc.php';
plugin_new_init();
} else {
$messages['_plugin_new_elapses'] = array(60 * 60 * 24 * 1 => ' <span class="new1" title="%s">New!</span>', 60 * 60 * 24 * 5 => ' <span class="new5" title="%s">New</span>');
// 5days
set_plugin_messages($messages);
}
}
开发者ID:orangeal2o3,项目名称:pukiwiki-plugin,代码行数:12,代码来源:ls2_1.inc.php
示例15: plugin_log_guess_user_init
/**
* 初期処理
*/
function plugin_log_guess_user_init()
{
$messages = array('_log_guess_user_msg' => array('msg_put' => _('<div>PUT: %s</div>')));
set_plugin_messages($messages);
}
开发者ID:aterai,项目名称:pukiwiki-plus-i18n,代码行数:8,代码来源:log_guess_user.inc.php
示例16: plugin_paint_init
function plugin_paint_init()
{
$messages = array('_paint_messages' => array('field_name' => _('Name'), 'field_filename' => _('Filename'), 'field_comment' => _('Comment'), 'btn_submit' => _('paint'), 'msg_max' => _('(Max %d x %d)'), 'msg_title' => _('Paint and Attach to $1'), 'msg_title_collided' => _('On updating $1, there was a collision.'), 'msg_collided' => _('It seems that someone has already updated this page while you were editing it.<br />
The picture and the comment were added to this page, but there may be a problem.<br />')));
set_plugin_messages($messages);
}
开发者ID:aterai,项目名称:pukiwiki-plus-i18n,代码行数:6,代码来源:paint.inc.php
示例17: plugin_csv2newpage_init
function plugin_csv2newpage_init()
{
$messages = array('_csv2newpage_messages' => array('btn_submit' => T_('Exec'), 'title_text' => T_('New page generation:'), 'btn_upload' => T_('Attache & Exec'), 'msg_file' => T_('CSV File:'), 'msg_maxsize' => T_('Maximum file size is %s.'), 'msg_password' => T_('password'), 'msg_adminpass' => T_('Administrator password')));
set_plugin_messages($messages);
}
开发者ID:logue,项目名称:pukiwiki_adv,代码行数:5,代码来源:csv2newpage.inc.php
示例18: plugin_listbox_init
function plugin_listbox_init()
{
$cfg = array('_listbox_cfg' => array('imgEdit' => 'paraedit.png', 'imgRefer' => 'close-mini.png'));
set_plugin_messages($cfg);
}
开发者ID:big2men,项目名称:qhm,代码行数:5,代码来源:listbox.inc.php
示例19: plugin_htdigest_init
function plugin_htdigest_init()
{
$msg = array('_htdigest_msg' => array('realm' => T_("realm"), 'UserName' => T_("UserName"), 'Passwd' => T_("Passwd"), 'Calculate' => T_("Calculate"), 'CALC' => T_("CALC"), 'Update' => T_("Update"), 'Result' => T_("Result"), 'Crypt' => T_("Encryption key"), 'msg_pass_admin' => T_("Please input Administrator password."), 'msg_pass_old' => T_("Please input the password being used now."), 'msg_pass_new' => T_("Please input a new password."), 'msg_iis' => T_("It doesn't correspond to IIS of Microsoft Corporation."), 'err_not_use' => T_("The writing function is limited."), 'err_role' => T_("The authority more than Webmaster for World Wide Web Site is necessary to update it."), 'err_key' => T_("The encryption key is not corresponding."), 'err_md5' => T_("In this version, the Administrator password is supported only with {x-php-md5}."), 'msg_realm' => T_("Realm is not corresponding."), 'msg_1st' => T_("It newly made .htdigest."), 'msg_not_update' => T_("Because the password was the same, it did not update it."), 'msg_update' => T_("It updated .htdigest."), 'msg_add' => T_("One was added."), 'msg_err' => T_("ERROR.")));
set_plugin_messages($msg);
}
开发者ID:logue,项目名称:pukiwiki_adv,代码行数:5,代码来源:htdigest.inc.php
示例20: plugin_ajaxtree_init
function plugin_ajaxtree_init()
{
$messages['_ajaxtree_messages'] = array('title' => 'サイトナビ', 'toppage' => 'ホーム');
set_plugin_messages($messages);
}
开发者ID:lolo3-sight,项目名称:wiki,代码行数:5,代码来源:ajaxtree.inc.php
注:本文中的set_plugin_messages函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论