mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Icc2a729c197ebb4a121975fda8dc463ed597eb27
This commit is contained in:
parent
100c543396
commit
6688c7ef16
|
@ -43,6 +43,11 @@ $specialPageAliases['eo'] = array(
|
|||
'Notifications' => array( 'Atentigoj' ),
|
||||
);
|
||||
|
||||
/** Spanish (español) */
|
||||
$specialPageAliases['es'] = array(
|
||||
'Notifications' => array( 'Notificaciones' ),
|
||||
);
|
||||
|
||||
/** Estonian (eesti) */
|
||||
$specialPageAliases['et'] = array(
|
||||
'Notifications' => array( 'Teavitused' ),
|
||||
|
|
|
@ -1115,8 +1115,8 @@ $messages['bs'] = array(
|
|||
'echo-dismiss-prefs-message' => 'Možete ih ponovo uključiti u Vašim [[Special:Preferences#mw-prefsection-echo|postavkama]].',
|
||||
'echo-new-messages' => 'Imate nove poruke',
|
||||
'echo-category-title-edit-user-talk' => '{{PLURAL:$1|Poruke}} na stranici za razgovor',
|
||||
'echo-category-title-article-linked' => 'Stranica {{PLURAL:$1|link|linkovi}}',
|
||||
'echo-category-title-reverted' => 'Uredi {{PLURAL:$1|vraćanje|vraćanja}}',
|
||||
'echo-category-title-article-linked' => '{{PLURAL:$1|Linkovi na stranicu}}',
|
||||
'echo-category-title-reverted' => '{{PLURAL:$1|Vraćanje izmjena}}',
|
||||
'echo-category-title-mention' => '{{PLURAL:$1|Spominjanje|Spominjanja}}',
|
||||
'echo-category-title-other' => '{{PLURAL:$1|Ostalo}}',
|
||||
'echo-category-title-system' => '{{PLURAL:$1|Sistem}}',
|
||||
|
|
Loading…
Reference in a new issue