mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I7c52991a193fc7e6d0451c61ff430f468e92a9e4
This commit is contained in:
parent
cd1810d0bb
commit
e6d3702434
|
@ -204,6 +204,11 @@ $specialPageAliases['uk'] = array(
|
|||
'Notifications' => array( 'Сповіщення' ),
|
||||
);
|
||||
|
||||
/** Urdu (اردو) */
|
||||
$specialPageAliases['ur'] = array(
|
||||
'Notifications' => array( 'اطلاعات' ),
|
||||
);
|
||||
|
||||
/** Venetian (vèneto) */
|
||||
$specialPageAliases['vec'] = array(
|
||||
'Notifications' => array( 'Notifiche' ),
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
"Verdy p",
|
||||
"Wyz",
|
||||
"Y-M D",
|
||||
"Kvardek du"
|
||||
"Kvardek du",
|
||||
"NemesisIII"
|
||||
]
|
||||
},
|
||||
"echo-desc": "Système de notifications",
|
||||
|
@ -63,7 +64,7 @@
|
|||
"echo-specialpage": "Notifications",
|
||||
"echo-anon": "Pour recevoir des notifications, [$1 créez un compte] ou [$2 connectez-vous].",
|
||||
"echo-none": "Vous n'avez reçu aucune notification.",
|
||||
"echo-more-info": "Plus d'information",
|
||||
"echo-more-info": "Plus d’informations",
|
||||
"echo-feedback": "Avis",
|
||||
"echo-quotation-marks": "« $1 »",
|
||||
"notification-link-text-view-message": "Afficher le message",
|
||||
|
|
Loading…
Reference in a new issue