mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I754cd2cd2fe7c980c4c1e7eea6193d85455e27cc
This commit is contained in:
parent
da3257dc61
commit
10629cb062
|
@ -28,26 +28,15 @@ $messages['en'] = array(
|
|||
*/
|
||||
$messages['qqq'] = array(
|
||||
'asirra-desc' => '{{desc|name=Asirra|url=http://www.mediawiki.org/wiki/Extension:Asirra}}',
|
||||
'asirra-edit' => 'See also
|
||||
*{{msg-mw|Captcha-edit}}
|
||||
*{{msg-mw|Questycaptcha-edit}}
|
||||
*{{msg-mw|Fancycaptcha-edit}}
|
||||
*{{msg-mw|Recaptcha-edit}}',
|
||||
'asirra-addurl' => 'See also
|
||||
*{{msg-mw|Captcha-addurl}}
|
||||
*{{msg-mw|Questycaptcha-addurl}}
|
||||
*{{msg-mw|Fancycaptcha-addurl}}
|
||||
*{{msg-mw|Recaptcha-addurl}}',
|
||||
'asirra-badpass' => 'See also
|
||||
*{{msg-mw|Captcha-badlogin}}
|
||||
*{{msg-mw|Questycaptcha-badlogin}}
|
||||
*{{msg-mw|Fancycaptcha-badlogin}}
|
||||
*{{msg-mw|Recaptcha-badpass}}',
|
||||
'asirra-createaccount' => 'See also
|
||||
*{{msg-mw|Captcha-createaccount}}
|
||||
*{{msg-mw|Questycaptcha-createaccount}}
|
||||
*{{msg-mw|Fancycaptcha-createaccount}}
|
||||
*{{msg-mw|Recaptcha-createaccount}}',
|
||||
'asirra-edit' => '{{Related|ConfirmEdit-edit}}',
|
||||
'asirra-addurl' => '{{Related|ConfirmEdit-addurl}}',
|
||||
'asirra-badpass' => '{{Related|ConfirmEdit-badlogin}}',
|
||||
'asirra-createaccount' => '{{Related|ConfirmEdit-createaccount}}',
|
||||
'asirra-createaccount-fail' => 'Used as failure message in JavaScript code.
|
||||
{{Related|ConfirmEdit-createaccount-fail}}',
|
||||
'asirra-create' => '{{Related|ConfirmEdit-create}}',
|
||||
'asirra-nojs' => 'Used in HTML <code><nowiki><noscript></nowiki></code> tag.',
|
||||
'asirra-failed' => 'Used as alert message in JavaScript code.',
|
||||
);
|
||||
|
||||
/** Belarusian (Taraškievica orthography) (беларуская (тарашкевіца))
|
||||
|
|
|
@ -58,28 +58,31 @@ Hit the \"back\" button in your browser to return to the page editor.",
|
|||
*/
|
||||
$messages['qqq'] = array(
|
||||
'captcha-edit' => 'This message will be shown when editing if the wiki requires solving a captcha for editing.
|
||||
See also
|
||||
*{{msg-mw|Questycaptcha-edit}}
|
||||
*{{msg-mw|Fancycaptcha-edit}}',
|
||||
{{Related|ConfirmEdit-edit}}',
|
||||
'captcha-desc' => '{{desc|name=Confirm Edit|url=http://www.mediawiki.org/wiki/Extension:ConfirmEdit}}',
|
||||
'captcha-label' => 'Label field for input field shown in forms',
|
||||
'captcha-addurl' => 'The explanation of CAPTCHA shown to users trying to add new external links.
|
||||
See also
|
||||
*{{msg-mw|Questycaptcha-addurl}}
|
||||
*{{msg-mw|Fancycaptcha-addurl}}',
|
||||
{{Related|ConfirmEdit-addurl}}',
|
||||
'captcha-badlogin' => 'The explanation of CAPTCHA shown to users failed three times to type in correct password.
|
||||
See also
|
||||
*{{msg-mw|Questycaptcha-badlogin}}
|
||||
*{{msg-mw|Fancycaptcha-badlogin}}',
|
||||
{{Related|ConfirmEdit-badlogin}}',
|
||||
'captcha-createaccount' => 'The explanation of CAPTCHA shown to users trying to create a new account.
|
||||
See also
|
||||
*{{msg-mw|Questycaptcha-createaccount}}
|
||||
*{{msg-mw|Fancycaptcha-createaccount}}',
|
||||
{{Related|ConfirmEdit-createaccount}}',
|
||||
'captcha-createaccount-fail' => 'Used as failure message.
|
||||
{{Related|ConfirmEdit-createaccount-fail}}',
|
||||
'captcha-create' => 'This message will be shown when creating a page if the wiki requires solving a captcha for that.
|
||||
See also
|
||||
*{{msg-mw|Questycaptcha-create}}
|
||||
*{{msg-mw|Fancycaptcha-create}}',
|
||||
{{Related|ConfirmEdit-create}}',
|
||||
'captcha-sendemail' => 'Used as footer text.
|
||||
{{Related|ConfirmEdit-sendemail}}',
|
||||
'captcha-sendemail-fail' => 'Used as failure message.
|
||||
|
||||
See also:
|
||||
* {{msg-mw|Captcha-createaccount-fail}}',
|
||||
'captcha-disabledinapi' => 'Used as error message when in the API mode.',
|
||||
'captchahelp-title' => 'The page title of [[Special:Captcha/help]]',
|
||||
'captchahelp-cookies-needed' => 'The page title for this message is {{msg-mw|Captchahelp-title}}.
|
||||
|
||||
This message follows the following help message:
|
||||
* {{msg-mw|Captchahelp-text}}.',
|
||||
'captchahelp-text' => 'This is the help text shown on [[Special:Captcha/help]].',
|
||||
'captcha-addurl-whitelist' => "See also: [[MediaWiki:Spam-blacklist]] and [[MediaWiki:Spam-whitelist]]. Leave all the wiki markup, including the spaces, as is. You can translate the text, including 'Leave this line exactly as it is'. The first line of this messages has one (1) leading space.",
|
||||
'right-skipcaptcha' => '{{doc-right|skipcaptcha}}',
|
||||
|
@ -1922,7 +1925,7 @@ Fare clic sul pulsante \"indietro\" del browser per tornare alla pagina di modif
|
|||
* @author Whym
|
||||
*/
|
||||
$messages['ja'] = array(
|
||||
'captcha-edit' => 'このページを編集するには、下記の簡単な数式を計算してその答えを欄に入力してください([[Special:Captcha/help|ヘルプ]]):',
|
||||
'captcha-edit' => 'このページを編集するには、下記の簡単な数式を計算してその答えを欄に入力してください ([[Special:Captcha/help|ヘルプ]]):',
|
||||
'captcha-desc' => 'スパム攻撃やパスワード推定攻撃を防ぐための CAPTCHA 技術を提供する',
|
||||
'captcha-label' => 'CAPTCHA',
|
||||
'captcha-addurl' => 'あなたは新しい外部リンクを追加しようとしています。
|
||||
|
|
|
@ -30,21 +30,12 @@ To help protect against automated spam, please enter the words that appear below
|
|||
$messages['qqq'] = array(
|
||||
'fancycaptcha-desc' => '{{Optional}}
|
||||
{{desc}}',
|
||||
'fancycaptcha-addurl' => 'See also
|
||||
*{{msg-mw|captcha-addurl}}
|
||||
*{{msg-mw|Questycaptcha-addurl}}',
|
||||
'fancycaptcha-badlogin' => 'See also
|
||||
*{{msg-mw|captcha-badlogin}}
|
||||
*{{msg-mw|Questycaptcha-badlogin}}',
|
||||
'fancycaptcha-createaccount' => 'See also
|
||||
*{{msg-mw|captcha-createaccount}}
|
||||
*{{msg-mw|Questycaptcha-createaccount}}',
|
||||
'fancycaptcha-create' => 'See also
|
||||
*{{msg-mw|Captcha-create}}
|
||||
*{{msg-mw|Questycaptcha-create}}',
|
||||
'fancycaptcha-edit' => 'See also
|
||||
*{{msg-mw|Captcha-edit}}
|
||||
*{{msg-mw|Questycaptcha-edit}}',
|
||||
'fancycaptcha-addurl' => '{{Related|ConfirmEdit-addurl}}',
|
||||
'fancycaptcha-badlogin' => '{{Related|ConfirmEdit-badlogin}}',
|
||||
'fancycaptcha-createaccount' => '{{Related|ConfirmEdit-createaccount}}',
|
||||
'fancycaptcha-create' => '{{Related|ConfirmEdit-create}}',
|
||||
'fancycaptcha-edit' => '{{Related|ConfirmEdit-edit}}',
|
||||
'fancycaptcha-sendemail' => '{{Related|ConfirmEdit-sendemail}}',
|
||||
);
|
||||
|
||||
/** Gheg Albanian (Gegë)
|
||||
|
|
|
@ -38,21 +38,12 @@ Click the "back" button in your browser to return to the page editor.',
|
|||
$messages['qqq'] = array(
|
||||
'questycaptcha-desc' => '{{Optional}}
|
||||
{{desc}}',
|
||||
'questycaptcha-addurl' => 'See also
|
||||
*{{msg-mw|captcha-addurl}}
|
||||
*{{msg-mw|Fancycaptcha-addurl}}',
|
||||
'questycaptcha-badlogin' => 'See also
|
||||
*{{msg-mw|captcha-badlogin}}
|
||||
*{{msg-mw|Fancycaptcha-badlogin}}',
|
||||
'questycaptcha-createaccount' => 'See also
|
||||
*{{msg-mw|captcha-createaccount}}
|
||||
*{{msg-mw|Fancycaptcha-createaccount}}',
|
||||
'questycaptcha-create' => 'See also
|
||||
*{{msg-mw|Captcha-create}}
|
||||
*{{msg-mw|Fancycaptcha-create}}',
|
||||
'questycaptcha-edit' => 'See also
|
||||
*{{msg-mw|Captcha-edit}}
|
||||
*{{msg-mw|Fancycaptcha-edit}}',
|
||||
'questycaptcha-addurl' => '{{Related|ConfirmEdit-addurl}}',
|
||||
'questycaptcha-badlogin' => '{{Related|ConfirmEdit-badlogin}}',
|
||||
'questycaptcha-createaccount' => '{{Related|ConfirmEdit-createaccount}}',
|
||||
'questycaptcha-create' => '{{Related|ConfirmEdit-create}}',
|
||||
'questycaptcha-edit' => '{{Related|ConfirmEdit-edit}}',
|
||||
'questycaptcha-sendemail' => '{{Related|ConfirmEdit-sendemail}}',
|
||||
'questycaptchahelp-text' => 'See also {{msg-mw|Captchahelp-text}}.',
|
||||
);
|
||||
|
||||
|
|
|
@ -25,6 +25,12 @@ $messages['en'] = array(
|
|||
$messages['qqq'] = array(
|
||||
'recaptcha-desc' => '{{Optional}}
|
||||
{{desc}}',
|
||||
'recaptcha-edit' => '{{Related|ConfirmEdit-edit}}',
|
||||
'recaptcha-addurl' => '{{Related|ConfirmEdit-addurl}}',
|
||||
'recaptcha-badpass' => '{{Related|ConfirmEdit-badlogin}}',
|
||||
'recaptcha-createaccount' => '{{Related|ConfirmEdit-createaccount}}',
|
||||
'recaptcha-createaccount-fail' => '{{Related|ConfirmEdit-createaccount-fail}}',
|
||||
'recaptcha-create' => '{{Related|ConfirmEdit-create}}',
|
||||
);
|
||||
|
||||
/** Arabic (العربية)
|
||||
|
|
Loading…
Reference in a new issue