I need some translations to show the labels in special-page for translations in your own language.
Please add them here in a reply, i will add them to the extension.
Copy the code below, change TLD and translate them.
Display All
Explanation of the items:
Display All
Please add them here in a reply, i will add them to the extension.
Copy the code below, change TLD and translate them.
Source Code
- $message['TLD'] = array(
- 'translation' => 'Translations',
- 'translation-desc' => 'Enables getting and setting of data for translations in articles',
- 'translation-title' => 'View translations',
- 'translation-legend' => 'Translations',
- 'translation-select' => 'Show translation for:',
- 'translation-choose' => 'Choose a language',
- 'translation-purge' => 'Purge the translations for this language',
- 'translation-button' => 'Go',
- 'translation-for' => 'Translations for',
- 'translation-key' => 'Key',
- 'translation-translation' => 'Translation',
- 'translation-abbr' => 'Abbr.',
- 'translation-aliases' => 'Aliases',
- );
Explanation of the items:
Source Code
- 'translation' => 'Name of the extension, shown in [[Special:SpecialPages]].',
- 'translation-desc' => 'Part of the "Translation" extension. This is a description of this extension shown on [[Special:Version]].',
- 'translation-title' => 'Part of the "Translation" extension. Title for the Specialpage.',
- 'translation-legend' => 'Part of the "Translation" extension. Label on the fieldset on the Specialpage.',
- 'translation-select' => 'Part of the "Translation" extension. Label for the selectbox on the Specialpage.',
- 'translation-choose' => 'Part of the "Translation" extension. First "empty" item in the selectbox on the Specialpage.',
- 'translation-purge' => 'Part of the "Translation" extension. Label for the checkbox for purging the translation on the Specialpage',
- 'translation-button' => 'Part of the "Translation" extension. Label for the button on the Specialpage',
- 'translation-for' => 'Part of the "Translation" extension. Title for the table, the language will be added.',
- 'translation-key' => 'Part of the "Translation" extension. Columnheader of the table on the Specialpage.',
- 'translation-translation' => 'Part of the "Translation" extension. Columnheader of the table on the Specialpage.',
- 'translation-abbr' => 'Part of the "Translation" extension. Columnheader of the table on the Specialpage.',
- 'translation-aliases' => 'Part of the "Translation" extension. Columnheader of the table on the Specialpage.',