User:Willtron/LanguageAn.php

From Meta, a Wikimedia project coordination wiki
Jump to: navigation, search

Contents

→ contact person: an:user:Willtron · Talk

[edit] namespaces for the Aragonese projects

[edit] 17 May 2006

<?php
/** Aragonese (Aragonés)
  *
  * @package MediaWiki
  * @subpackage Language
  */

require_once( "LanguageUtf8.php" );

/* private */ $wgNamespaceNamesAn = array(
        NS_MEDIA          => 'Media',
        NS_SPECIAL        => 'Espezial',
        NS_MAIN           => '',
        NS_TALK           => 'Descusión',
        NS_USER           => 'Usuario',
        NS_USER_TALK      => 'Descusión_usuario',
        NS_PROJECT            => $wgMetaNamespace,
        NS_PROJECT_TALK   => "Descusión_{$wgMetaNamespace}",
        NS_IMAGE          => 'Imachen',
        NS_IMAGE_TALK     => 'Descusión_imachen',
        NS_MEDIAWIKI      => 'MediaWiki',
        NS_MEDIAWIKI_TALK => 'Descusión_MediaWiki',
        NS_TEMPLATE       => 'Plantilla',
        NS_TEMPLATE_TALK  => 'Descusión_plantilla',
        NS_HELP           => 'Aduya',
        NS_HELP_TALK      => 'Descusión_aduya',
        NS_CATEGORY       => 'Categoría',
        NS_CATEGORY_TALK  => 'Descusión_categoría',
) + $wgNamespaceNamesEn;


/** @package MediaWiki */
class LanguageAn extends LanguageUtf8 {

        function getNamespaces() {
                global $wgNamespaceNamesAn;
                return $wgNamespaceNamesAn;
        }

}

?>

note: I added the underscores as they are mandatory in namespace names. Gangleri · Th · T 12:34, 18 May 2006 (UTC)

[edit] names of the sitenames and project namespaces

  • It is common praxis that the project namespace names should follow sitenames.
  • What should the sitename and project namespace be at an:? If you know the answer already I suggest to request the change of the name of the sitename together with the change of the namespaces.
  • Do you know already what the sitename and project namespace at wikt:an:Portalada should be, if not you can postpone this. Then the Aragonese Wiktionary would keep for some time the sitename and project namespace name "Wiktionary".
  • Please log in when you aswer the questions. Best regards user:Gangleri Gangleri · Th · T 12:34, 18 May 2006 (UTC)
Personal tools
Namespaces

Variants
Actions
Navigation
Community
Beyond the Web
Print/export
Toolbox