X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22upgrade%22%2C%22reinstall=non%22%29%20.%20%22?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesQqq.php;h=8cf128b38260ef2918ea7b1821340eba0377fac4;hb=01f36b721f6fb60000b625fd681993d50ebd0e40;hp=42676c47b5fc2765a20c612c255bb43eb1f0b980;hpb=f34f7bfd56ac92a53b9d5687cf51293908272ed5;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 42676c47b5..8cf128b382 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -92,6 +92,7 @@ * @author Rancher * @author Raymond * @author Robby + * @author Rotemliss * @author Ryan Schmidt * @author SPQRobin * @author Sanbec @@ -555,7 +556,7 @@ The format is: "{{int:youhavenewmessagesmulti| [[MediaWiki:Newmessageslink/{{SUB {{Identical|View source}}', 'editsectionhint' => "Tool tip shown when hovering the mouse over the link to '[{{MediaWiki:Editsection}}]' a section. Example: Edit section: Heading name", -'toc' => 'Ini adalah judul "Daftar isi" yang terlihat pada halaman yang memiliki lebih dari 3 bagian +'toc' => 'This is the title of the table of contents displayed in pages with more than 3 sections {{Identical|Contents}}', 'showtoc' => 'This is the link used to show the table of contents @@ -1040,6 +1041,13 @@ When templates are expanded, there is a size limit for the number of bytes yield * $1 is the value of the depth limit * $2 is the value of the max depth limit', +'parser-unstrip-loop-warning' => 'This error is shown when a parser extension tag such as <pre> includes a reference to itself in its own output. +The reference must be to the exact same invocation of the tag at the same location in the source, merely writing <pre><pre></pre></pre> will not do it. +This is usually impossible and unlikely to happen by accident, so translation is not essential.', +'parser-unstrip-recursion-limit' => 'This message is shown when the recursion limit for nested parser extension tags is exceeded. +This warning may be encountered due to input text like <ref><ref><ref>...</ref></ref></ref>. + +* $1 is the depth limit', # "Undo" feature 'undo-success' => 'Text on special page to confirm edit revert. You arrive on this page by clicking on the "undo" link on a revision history special page. @@ -1247,7 +1255,8 @@ Please note that the parameters in a log entry will appear in the log only in th # Diffs 'history-title' => 'Displayed as page title when you click on the "history" tab. The parameter $1 is the normal page title.', -'difference' => 'Displayed under the title when viewing the difference between two or more edits.', +'difference-title' => 'Displayed as page title when viewing the difference between two edits of the same page. The parameter $1 is the page title of the two revisions.', +'difference-title-multipage' => 'Displayed as page title when viewing the difference between two edits of different pages. The parameter $1 is the page title of the old revision and $2 is the page title of the new revision.', 'difference-multipage' => 'Displayed under the title when viewing the difference between two or more pages. See also {{msg-mw|difference}}.', 'lineno' => 'Message used when comparing different versions of a page (diff). $1 is a line number.', @@ -2023,7 +2032,7 @@ Siebrand think this has to do with allowing MediaWiki to fetch remote URLs, and If \'scheme\' is difficult to translate, then you could use \'prefix\' instead.', 'http-bad-status' => '$1 is an HTTP error code (e.g. 404), $2 is the HTTP error message (e.g. File Not Found)', -'http-truncated-body' => 'Seems the connection closed prematurely. The HTTP response contained a Content-length greated than the received body.', +'http-truncated-body' => 'This is a standard HTTP error message. → Seems the connection closed prematurely. The HTTP response contained a content-length greater than the received body.', 'license' => 'This appears in the upload form for the license drop-down. The header in the file description page is now at {{msg-mw|License-header}}.', 'nolicense' => '{{Identical|None selected}}', @@ -4698,4 +4707,10 @@ $4 is the gender of the target user.', 'api-error-uploaddisabled' => 'API error message that can be used for client side localisation of API errors.', 'api-error-verification-error' => 'The word "extension" refers to the part behind the last dot in a file name, that by convention gives a hint about the kind of data format which a files contents are in.', +# Content model IDs for the ContentHandler facility; used by ContentHander::getContentModel() +'content-model-1' => 'Name for the wikitext content model, used when decribing what type of content a page contains.', +'content-model-2' => 'Name for the JavaScript content model, used when decribing what type of content a page contains.', +'content-model-3' => 'Name for the CSS content model, used when decribing what type of content a page contains.', +'content-model-4' => 'Name for the plain text content model, used when decribing what type of content a page contains.', + );