Sistem iletileri
Bu liste MediaWiki ad alanında mevcut olan sistem mesajlarının listesidir. Genel MediaWiki yerelleştirmesine katkıda bulunmak isterseniz, lütfen MediaWiki Yerelleştirmesi ve translatewiki.net sayfalarını ziyaret edin.
İlk |
Önceki sayfa |
Sonraki sayfa |
Son |
Ad | Varsayılan mesaj metni |
---|---|
Kullanımdaki metin | |
apihelp-createaccount-param-password (Mesaj) (Çevir) | Parola (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-realname (Mesaj) (Çevir) | Kullanıcının gerçek adı (isteğe bağlı). |
apihelp-createaccount-param-reason (Mesaj) (Çevir) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (Mesaj) (Çevir) | Account creation token obtained in first request. |
apihelp-dbg-description (Mesaj) (Çevir) | Output data in PHP's <code>var_export()</code> format. |
apihelp-dbgfm-description (Mesaj) (Çevir) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
apihelp-delete-description (Mesaj) (Çevir) | Sayfayı sil. |
apihelp-delete-example-reason (Mesaj) (Çevir) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (Mesaj) (Çevir) | Delete <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (Mesaj) (Çevir) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (Mesaj) (Çevir) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (Mesaj) (Çevir) | Reason for the deletion. If not set, an automatically generated reason will be used. |
apihelp-delete-param-title (Mesaj) (Çevir) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
apihelp-delete-param-unwatch (Mesaj) (Çevir) | Remove the page from the current user's watchlist. |
apihelp-delete-param-watch (Mesaj) (Çevir) | Add the page to the current user's watchlist. |
apihelp-delete-param-watchlist (Mesaj) (Çevir) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-disabled-description (Mesaj) (Çevir) | This module has been disabled. |
apihelp-edit-description (Mesaj) (Çevir) | Sayfa oluştur ve düzenle. |
apihelp-edit-example-edit (Mesaj) (Çevir) | Edit a page. |
apihelp-edit-example-prepend (Mesaj) (Çevir) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (Mesaj) (Çevir) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (Mesaj) (Çevir) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-basetimestamp (Mesaj) (Çevir) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
apihelp-edit-param-bot (Mesaj) (Çevir) | Mark this edit as bot. |
apihelp-edit-param-contentformat (Mesaj) (Çevir) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (Mesaj) (Çevir) | Content model of the new content. |
apihelp-edit-param-createonly (Mesaj) (Çevir) | Don't edit the page if it exists already. |
apihelp-edit-param-md5 (Mesaj) (Çevir) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (Mesaj) (Çevir) | Küçük değişiklik. |
apihelp-edit-param-nocreate (Mesaj) (Çevir) | Sayfa mevcut değilse hata oluştur. |
apihelp-edit-param-notminor (Mesaj) (Çevir) | Non-minor edit. |
apihelp-edit-param-pageid (Mesaj) (Çevir) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (Mesaj) (Çevir) | Add this text to the beginning of the page. Overrides $1text. |
apihelp-edit-param-recreate (Mesaj) (Çevir) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (Mesaj) (Çevir) | Yönlendirmeleri otomatik olarak çöz. |
apihelp-edit-param-section (Mesaj) (Çevir) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-edit-param-sectiontitle (Mesaj) (Çevir) | The title for a new section. |
apihelp-edit-param-starttimestamp (Mesaj) (Çevir) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (Mesaj) (Çevir) | Edit summary. Also section title when $1section=new and $1sectiontitle is not set. |
apihelp-edit-param-tags (Mesaj) (Çevir) | Change tags to apply to the revision. |
apihelp-edit-param-text (Mesaj) (Çevir) | Sayfa içeriği. |
apihelp-edit-param-title (Mesaj) (Çevir) | Title of the page to edit. Cannot be used together with <var>$1pageid</var>. |
apihelp-edit-param-token (Mesaj) (Çevir) | The token should always be sent as the last parameter, or at least after the $1text parameter. |
apihelp-edit-param-undo (Mesaj) (Çevir) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (Mesaj) (Çevir) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (Mesaj) (Çevir) | Sayfayı izleme listenizden çıkarın. |
apihelp-edit-param-watch (Mesaj) (Çevir) | Sayfayı izleme listenize ekleyin. |
apihelp-edit-param-watchlist (Mesaj) (Çevir) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-emailuser-description (Mesaj) (Çevir) | Bir kullanıcıya e-posta gönder. |
apihelp-emailuser-example-email (Mesaj) (Çevir) | Send an email to user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>. |
İlk |
Önceki sayfa |
Sonraki sayfa |
Son |