User:Cm/ImagePlusi18n

From MediaWiki.org
Jump to: navigation, search
<?php
/**
 * Internationalisation file for extension ImagePlus.
 *
 * @addtogroup Extensions
*/
 
$messages = array();
 
/** English
 */
$messages['en'] = array(
        'extension_name' => 'Files Plus',
        'add_file' => 'Add file',
        'edit_image_options' => 'Edit Image Options',
        'last_uploaded' => 'Last Uploaded',
        'position' => 'Position',
        'left' => 'left',
        'center' => 'center',
        'right' => 'right',
        'none' => 'none',
        'autocomplete' => 'Filename Autocomplete',
        'type' => 'Type',
        'border' => 'border',
        'thumb' => 'thumb',
        'frame' => 'frame',
        'none' => 'none',
        'caption' => 'Caption',
        'size' => 'Size',
        'dimension_clue' => 'width x height',
        'wiki_code' => 'Wiki Markup',
        'insert_code_close_editor' => 'Insert Markup + Close',
);
 
/** German 
 */
$messages['de'] = array(
        'extension_name' => 'Dateioptionen',
        'add_file' => 'Datei inkludieren',
        'edit_image_options' => 'Bildoptionen editieren',
        'last_uploaded' => 'Zuletzt hochgeladen',
        'position' => 'Position',
        'left' => 'links',
        'center' => 'zentriert',
        'right' => 'rechts',
        'none' => 'kein',
        'autocomplete' => 'Dateiname Autocomplete',
        'type' => 'Sondereinstellung',
        'border' => 'border',
        'thumb' => 'thumb',
        'frame' => 'frame',
        'none' => 'kein',
        'caption' => 'Betreff',
        'size' => 'Größe',
        'dimension_clue' => 'Breite x Höhe',
        'wiki_code' => 'Wiki Quelltext',
        'insert_code_close_editor' => 'Quelltext hinzufügen',
);
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox