User:Willtron/LanguageAn.php
Appearance
→ contact person: an:user:Willtron · Talk
namespaces for the Aragonese projects
[edit]17 May 2006
[edit]<?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)
names of the sitenames and project namespaces
[edit]- Halló Willtron! an:Wikipedia redirects to an:Biquipedia.
- At wikt:an:Portalada you mention "Wikzionario". The spelling is quite different.
- 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)