システムメッセージの一覧

提供:pkki鯖公式wiki
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズtranslatewiki.net をご覧ください。
システムメッセージの一覧
最初のページ前のページ次のページ最後のページ
名前 既定のメッセージ文
現在のメッセージ文
tux-sst-solr-offline-body (トーク) (翻訳) 検索サービスは一時的に利用できません。
tux-sst-solr-offline-title (トーク) (翻訳) 検索は利用できません
tux-sst-translated (トーク) (翻訳) $1 から翻訳済
tux-sst-untranslated (トーク) (翻訳) $1 から未翻訳
tux-sst-view-foreign (トーク) (翻訳) $1 で閲覧
tux-status-fuzzy (トーク) (翻訳) 要更新
tux-status-optional (トーク) (翻訳) 省略可能
tux-status-proofread (トーク) (翻訳) 査読済
tux-status-saving (トーク) (翻訳) 公開中...
tux-status-translated (トーク) (翻訳) 翻訳済
tux-status-unsaved (トーク) (翻訳) 未公開
tux-tab-all (トーク) (翻訳) すべて
tux-tab-outdated (トーク) (翻訳) 要更新
tux-tab-translated (トーク) (翻訳) 翻訳済
tux-tab-unproofread (トーク) (翻訳) 未査読
tux-tab-untranslated (トーク) (翻訳) 未翻訳
tux-translate-page-no-such-group (トーク) (翻訳) <strong>指定したメッセージ群は存在しません。</strong>別のメッセージ群を選択してください。
tweeki-config-additionalbodyclasses (トーク) (翻訳) Add your custom body classes. You can use the <code><nowiki>{{#tweekibodyclasses}}</nowiki></code> parser function to add classes per page or via a template call. And you can also use the <code>SkinTweekiAdditionalBodyClasses</code> hook.
tweeki-config-customcss (トーク) (翻訳) Add Resource Modules to this array.
tweeki-config-customeditsectionlink (トーク) (翻訳) Whether or not to use customized edit section links. If true you can specify an icon, the text and css classes for the edit links placed next to section headings.
tweeki-config-customscriptmodule (トーク) (翻訳)  
tweeki-config-customstylemodule (トーク) (翻訳)  
tweeki-config-footericons (トーク) (翻訳) If set to false, the icons in the footer will be replaced by text aquivalents.
tweeki-config-gridboth (トーク) (翻訳) Offsets and widths for the left sidebar, the main content and the right sidebar.
tweeki-config-gridleft (トーク) (翻訳) Offsets and widths for the left sidebar and the main content.
tweeki-config-gridnone (トーク) (翻訳) Offset and width for the main content if no sidebars are shown.
tweeki-config-gridright (トーク) (翻訳) Offsets and widths for the main content and the right sidebar.
tweeki-config-hideable (トーク) (翻訳) In order to prevent abuse, only elements listed in this array are allowed to be hidden by the <code>{{#tweekihide}}</code> parser function. Add new elements with <code>$wgTweekiSkinHideable[] = 'subnav';</code>.
tweeki-config-hideall (トーク) (翻訳) This variable can be used to hide elements from everybody. The <code><nowiki>{{#tweekihide}}</nowiki></code> parser function will add to this array. Attention: Only hiding of elements that are also listed in <code>$wgTweekiSkinHideable</code> will actually be put into effect.
tweeki-config-hideanon (トーク) (翻訳) Elements in this array will be hidden for users who are NOT logged in.
tweeki-config-hideexcept (トーク) (翻訳) Use this to hide an element for everybody except those belonging to any of the groups specified. Usage: <code>$wgTweekiSkinHideExcept[ELEMENT] = [GROUPS];</code>, e.g. <code>$wgTweekiSkinHideExcept['sidebar-right'] = ['sysop'];</code> to show the right sidebar only to sysops (i.e. administrators).
tweeki-config-hideloggedin (トーク) (翻訳) Elements in this array will be hidden for users who ARE logged in.
tweeki-config-hidenonadvanced (トーク) (翻訳) Elements in this array will only be shown to users who have chosen in their preferences to show “advanced features”.
tweeki-config-imagepagetoctabs (トーク) (翻訳) Set to true, if you want file pages to be rendered as togglable tabs.
tweeki-config-navbarrenderer (トーク) (翻訳) Use this variable to change the layout of the navbar. Replace the value with the name of a custom function - use <code>TweekiTemplate::renderNavbar()</code> in <code>includes/TweekiTemplate.php</code> as a template to build your own navbar layout.
tweeki-config-navigationalelements (トーク) (翻訳) Add to this array to create customized buttons, the array's key is the keyword for the navigational element to be used in navbars, subnav, sidebar, or footer, the value is the name of a callback function. This function will be called with the skin object as argument and should return either an array of buttons or a string that can be parsed as buttons.
tweeki-config-pagerenderer (トーク) (翻訳) Use this variable to change the default page layout. Replace the value with the name of a custom function - use <code>TweekiTemplate::renderPage()</code> in <code>includes/TweekiTemplate.php</code> as a template to build your own layout.
tweeki-config-specialelements (トーク) (翻訳) Use this array to add completely arbitrary code into navbars, subnav, sidebar, or footer. The value again is a callback function you need to create. It will be called with two arguments, the skin object and the context as a string (navbar-left, navbar-right, subnav, sidebar, footer). The function should directly print the html you want to have.
tweeki-config-usebtnparser (トーク) (翻訳) Whether or not to parse the <code><nowiki><btn></nowiki></code>-Tag.
tweeki-config-usecustomfiles (トーク) (翻訳)  
tweeki-config-useexternallinkstyles (トーク) (翻訳)  
tweeki-config-useiconwatch (トーク) (翻訳) Watch and unwatch as an icon rather than a link.
tweeki-config-userealnames (トーク) (翻訳) When displaying links to user pages, use their real name if they provide one instead of the user name.
tweeki-config-userimageproperty (トーク) (翻訳) Set this to the name of a semantic property linking to the page of a user's image
tweeki-config-usescrollspy (トーク) (翻訳)  
tweeki-config-usetooltips (トーク) (翻訳) Whether or not to use Bootstrap's tooltips for buttons using the <code>data-toggle="tooltip"</code> attribute.
tweeki-container-class (トーク) (翻訳) container
tweeki-edit (トーク) (翻訳) Edit
tweeki-edit-ext (トーク) (翻訳) Edit $1
tweeki-edit-ext-icon (トーク) (翻訳) pen
最初のページ前のページ次のページ最後のページ