mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-28 01:00:02 +00:00
Gadgets.namespaces localisation for aragonese
Bug: T131025 Change-Id: Ie0d13c6e772b51e90fb944d7c70693cd73702647
This commit is contained in:
parent
e67b638bb6
commit
0c8d8a553e
|
@ -9,6 +9,13 @@ if ( !defined( 'NS_GADGET' ) ) {
|
|||
define( 'NS_GADGET_DEFINITION_TALK', 2303 );
|
||||
}
|
||||
|
||||
$namespaceNames['an'] = array(
|
||||
NS_GADGET => 'Accesorio',
|
||||
NS_GADGET_TALK => 'Descusión_accesorio',
|
||||
NS_GADGET_DEFINITION => 'Accesorio_definición',
|
||||
NS_GADGET_DEFINITION_TALK => 'Descusión_definición_accesorio',
|
||||
);
|
||||
|
||||
$namespaceNames['ar'] = array(
|
||||
NS_GADGET => 'إضافة',
|
||||
NS_GADGET_TALK => 'نقاش_الإضافة',
|
||||
|
|
Loading…
Reference in a new issue