Αυτή είναι μια λίστα με όλα τα μηνύματα συστήματος που βρίσκονται στην περιοχή MediaWiki.
Παρακαλούμε επισκεφθείτε τα MediaWiki Localisation και translatewiki.net αν επιθυμείτε να συνεισφέρετε σε μια γενική μετάφραση του MediaWiki.
Όνομα | Προεπιλεγμένο κείμενο μηνύματος |
---|---|
Παρόν κείμενο | |
apihelp-compare-paramvalue-prop-rel (συζήτηση) (Μετάφραση) | The revision IDs of the revision previous to 'from' and after 'to', if any. |
apihelp-compare-paramvalue-prop-size (συζήτηση) (Μετάφραση) | The size of the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-title (συζήτηση) (Μετάφραση) | The page titles of the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-user (συζήτηση) (Μετάφραση) | The username and ID of the 'from' and 'to' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned. |
apihelp-compare-summary (συζήτηση) (Μετάφραση) | Get the difference between two pages. |
apihelp-createaccount-example-create (συζήτηση) (Μετάφραση) | Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>. |
apihelp-createaccount-param-preservestate (συζήτηση) (Μετάφραση) | If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter. |
apihelp-createaccount-summary (συζήτηση) (Μετάφραση) | Δημιουργήστε νέο λογαριασμό χρήστη. |
apihelp-cspreport-param-reportonly (συζήτηση) (Μετάφραση) | Mark as being a report from a monitoring policy, not an enforced policy |
apihelp-cspreport-param-source (συζήτηση) (Μετάφραση) | What generated the CSP header that triggered this report |
apihelp-cspreport-summary (συζήτηση) (Μετάφραση) | Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser. |
apihelp-delete-example-reason (συζήτηση) (Μετάφραση) | Delete the <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (συζήτηση) (Μετάφραση) | Διαγραφή <kbd>Main Page</kbd>. |
apihelp-delete-param-deletetalk (συζήτηση) (Μετάφραση) | Delete the talk page, if it exists. |
apihelp-delete-param-oldimage (συζήτηση) (Μετάφραση) | 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 (συζήτηση) (Μετάφραση) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (συζήτηση) (Μετάφραση) | Reason for the deletion. If not set, an automatically generated reason will be used. |
apihelp-delete-param-tags (συζήτηση) (Μετάφραση) | Change tags to apply to the entry in the deletion log. |
apihelp-delete-param-title (συζήτηση) (Μετάφραση) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
apihelp-delete-param-unwatch (συζήτηση) (Μετάφραση) | Remove the page from the current user's watchlist. |
apihelp-delete-param-watch (συζήτηση) (Μετάφραση) | Add the page to the current user's watchlist. |
apihelp-delete-param-watchlist (συζήτηση) (Μετάφραση) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-delete-param-watchlistexpiry (συζήτηση) (Μετάφραση) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-delete-summary (συζήτηση) (Μετάφραση) | Διαγραφή σελίδας. |
apihelp-disabled-summary (συζήτηση) (Μετάφραση) | Αυτό το δομοστοιχείο έχει απενεργοποιηθεί. |
apihelp-discussiontoolscompare-summary (συζήτηση) (Μετάφραση) | Get information about comment changes between two page revisions. |
apihelp-discussiontoolsedit-param-commentid (συζήτηση) (Μετάφραση) | ID of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>. Overrides <var>commentname</var>. |
apihelp-discussiontoolsedit-param-commentname (συζήτηση) (Μετάφραση) | Name of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>. |
apihelp-discussiontoolsedit-param-formtoken (συζήτηση) (Μετάφραση) | An optional unique ID generated in the client to prevent double-posting. |
apihelp-discussiontoolsedit-param-html (συζήτηση) (Μετάφραση) | Content to post, as HTML. Cannot be used together with <var>wikitext</var>. |
apihelp-discussiontoolsedit-param-sectiontitle (συζήτηση) (Μετάφραση) | {{int:apihelp-edit-param-sectiontitle}} Only used when <var>paction</var> is <var>addtopic</var>. |
apihelp-discussiontoolsedit-param-wikitext (συζήτηση) (Μετάφραση) | Content to post, as wikitext. Cannot be used together with <var>html</var>. |
apihelp-discussiontoolsedit-paramvalue-paction-addcomment (συζήτηση) (Μετάφραση) | Add a new comment as a reply to an existing comment. |
apihelp-discussiontoolsedit-paramvalue-paction-addtopic (συζήτηση) (Μετάφραση) | Add a new discussion section and the first comment in it. |
apihelp-discussiontoolsedit-summary (συζήτηση) (Μετάφραση) | Post a message on a discussion page. |
apihelp-discussiontoolsgetsubscriptions-param-commentname (συζήτηση) (Μετάφραση) | Names of the topics to check |
apihelp-discussiontoolsgetsubscriptions-summary (συζήτηση) (Μετάφραση) | Get the subscription statuses of given topics. |
apihelp-discussiontoolspageinfo-param-oldid (συζήτηση) (Μετάφραση) | The revision number to use (defaults to latest revision). |
apihelp-discussiontoolspageinfo-param-prop (συζήτηση) (Μετάφραση) | Which properties to get: |
apihelp-discussiontoolspageinfo-paramvalue-prop-threaditemshtml (συζήτηση) (Μετάφραση) | Representation of the comment threads parsed from the page |
apihelp-discussiontoolspageinfo-paramvalue-prop-transcludedfrom (συζήτηση) (Μετάφραση) | Which other pages comments have been transcluded from |
apihelp-discussiontoolspageinfo-summary (συζήτηση) (Μετάφραση) | Returns metadata required to initialize the discussion tools. |
apihelp-discussiontoolspreview-param-type (συζήτηση) (Μετάφραση) | Type of message to preview |
apihelp-discussiontoolspreview-param-wikitext (συζήτηση) (Μετάφραση) | Content to preview, as wikitext. |
apihelp-discussiontoolspreview-summary (συζήτηση) (Μετάφραση) | Preview a message on a discussion page. |
apihelp-discussiontoolssubscribe-param-commentname (συζήτηση) (Μετάφραση) | Name of the topic to subscribe to (or unsubscribe from) |
apihelp-discussiontoolssubscribe-param-page (συζήτηση) (Μετάφραση) | A page on which the topic appears |
apihelp-discussiontoolssubscribe-param-subscribe (συζήτηση) (Μετάφραση) | True to subscribe, false to unsubscribe |
apihelp-discussiontoolssubscribe-summary (συζήτηση) (Μετάφραση) | Subscribe (or unsubscribe) to receive notifications about a topic. |
apihelp-echoarticlereminder-example-1 (συζήτηση) (Μετάφραση) | Create an article reminder notification for tomorrow with comment |