mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I81c283e2d124cecb3d4231f0c16a6f7a5fe4ec72
This commit is contained in:
parent
e45c9336da
commit
b7f11771dc
|
@ -250,7 +250,8 @@ Used as <code>$1</code> in {{msg-mw|Echo-dismiss-message}} and <code>$2</code> i
|
|||
'echo-anon' => 'Error message shown to users who try to visit Special:Notifications as an anon.',
|
||||
'echo-none' => 'Message shown to users who have no notifications. Also shown in the overlay.',
|
||||
'echo-more-info' => 'This is used for the title (mouseover text) of an icon that links to a page with more information about the Echo extension.',
|
||||
'echo-feedback' => 'Text for a link that goes to a feedback survey',
|
||||
'echo-feedback' => 'Text for a link that goes to a feedback survey.
|
||||
{{Identical|Feedback}}',
|
||||
'echo-quotation-marks' => 'Puts the edit summary in quotation marks. Only translate if different than English.',
|
||||
'notification-edit-talk-page2' => "Format for displaying notifications of a user talk page being edited
|
||||
* $1 is the username of the person who edited, plain text. Can be used for GENDER.
|
||||
|
@ -957,6 +958,7 @@ $messages['de'] = array(
|
|||
'echo-anon' => 'Um Benachrichtigungen erhalten zu können, muss man ein [[Special:Userlogin/signup|Benutzerkonto anlegen]] oder sich [[Special:UserLogin|anmelden]].',
|
||||
'echo-none' => 'Du hast keine Benachrichtigungen.',
|
||||
'echo-more-info' => 'Mehr Informationen',
|
||||
'echo-feedback' => 'Rückmeldung',
|
||||
'notification-edit-talk-page2' => '[[User:$1|$1]] {{GENDER:$1|hinterließ}} eine Nachricht auf deiner [[User talk:$2|Diskussionsseite]].',
|
||||
'notification-edit-talk-page-flyout2' => '$1 {{GENDER:$1|hinterließ}} eine Nachricht auf deiner [[User talk:$2|Diskussionsseite]].',
|
||||
'notification-page-linked' => '[[$2|$2]] wurde von der Seite [[$3|$3]] {{GENDER:$1|verlinkt}}: [[Special:WhatLinksHere/$2|Alle Links auf diese Seite ansehen]]',
|
||||
|
@ -1387,6 +1389,7 @@ $messages['fr'] = array(
|
|||
'echo-anon' => 'Pour recevoir des notifications, [[Special:Userlogin/signup|créez un compte]] ou [[Special:UserLogin|connectez-vous]].',
|
||||
'echo-none' => "Vous n'avez reçu aucune notification.",
|
||||
'echo-more-info' => "Plus d'information",
|
||||
'echo-feedback' => 'Avis',
|
||||
'notification-edit-talk-page2' => '[[User:$1|$1]] {{GENDER:$1|a publié}} sur votre [[User talk:$2|page de discussion]].',
|
||||
'notification-edit-talk-page-flyout2' => '$1 {{GENDER:$1|a publié}} sur votre [[User talk:$2|page de discussion]].',
|
||||
'notification-page-linked' => '[[$2|$2]] a été {{GENDER:$1|référencé}} depuis [[$3|$3]]: [[Special:WhatLinksHere/$2|Voir tous les liens vers cette page]]',
|
||||
|
@ -2151,6 +2154,7 @@ $messages['ja'] = array(
|
|||
'echo-anon' => '通知を受け取るには、[[Special:Userlogin/signup|アカウント作成]]または[[Special:UserLogin|ログイン]]をしてください。',
|
||||
'echo-none' => '通知はありません。',
|
||||
'echo-more-info' => '詳細情報',
|
||||
'echo-feedback' => 'フィードバック',
|
||||
'echo-quotation-marks' => '「$1」',
|
||||
'notification-edit-talk-page2' => '[[User:$1|$1]] があなたの[[User talk:$2|トークページ]]に{{GENDER:$1|投稿しました}}。',
|
||||
'notification-edit-talk-page-flyout2' => '$1 があなたの[[User talk:$2|トークページ]]に{{GENDER:$1|投稿しました}}。',
|
||||
|
@ -3955,6 +3959,7 @@ $messages['ur'] = array(
|
|||
'echo-category-title-other' => 'دیگر',
|
||||
'notifications' => 'اطلاعات',
|
||||
'echo-specialpage' => 'میری اطلاعات', # Fuzzy
|
||||
'echo-feedback' => 'آپ کی رائے',
|
||||
'echo-link' => 'میری اطلاعات', # Fuzzy
|
||||
'echo-overlay-link' => 'سب اطلاعات...', # Fuzzy
|
||||
'echo-overlay-title' => 'میری اطلاعات', # Fuzzy
|
||||
|
|
Loading…
Reference in a new issue