User:Cm/AddArticleToCategoryi18n

From MediaWiki.org
Jump to: navigation, search
<?php
/**
 * Internationalisation file for extension AddArticleToCategory.
 *
 * @addtogroup Extensions
*/
 
$messages = array();
 
/** English
 */
$messages['en'] = array(
        'createarticleundercategory_text' => 'Add an article to this category',
        'createarticleundercategory_button' => 'Create',
        'createcategoryundercategory_text' => 'Add a category to this category',
        'createcategoryundercategory_button' => 'Create',
 
);
 
/** German 
 */
$messages['de'] = array(
        'createarticleundercategory_text' => 'Ein Artikel zu dieser Kategorie hinzufügen',
        'createarticleundercategory_button' => 'Erstellen',
        'createcategoryundercategory_text' => 'Eine Kategorie zu dieser Kategorie hinzufügen',
        'createcategoryundercategory_button' => 'Erstellen',
 
);
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox