mediawiki-extensions-Popups/Popups.i18n.php
Translation updater bot 6d600734bf Localisation updates from https://translatewiki.net.
Change-Id: Ife915bb04c36477ed120f1e77464e8a348a234e4
2014-02-12 21:35:48 +00:00

133 lines
4.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* This file is part of the MediaWiki extension Popups..
*
* Popups is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* Popups is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Popups. If not, see <http://www.gnu.org/licenses/>.
*
* @file
* @ingroup extensions
*/
$messages = array();
/**
* English
*/
$messages['en'] = array(
'popups-message' => 'Popups',
'popups-desc' => 'Displays popups with summaries of page contents when the user hovers over an page link',
);
/** Message documentation (Message documentation)
*/
$messages['qqq'] = array(
'popups-message' => 'Name shown in user preference for this extension',
'popups-desc' => '{{desc|name=Popups|url=https://www.mediawiki.org/wiki/Extension:Popups}}',
);
/** Arabic (العربية)
* @author Asaifm
*/
$messages['ar'] = array(
'popups-message' => 'المنبثقات',
'popups-desc' => 'يقوم بعرض منبثقات بملخصات عن محتوى الصفحة عندما يقوم المستخدم بحوم المؤشر على رابط الصفحة',
);
/** German (Deutsch)
* @author Metalhead64
*/
$messages['de'] = array(
'popups-message' => 'Popups',
'popups-desc' => 'Ermöglicht beim Überfahren mit der Maus über einen Seitenlink die Anzeige von Popups mit Seiteninhaltszusammenfassungen',
);
/** French (français)
* @author Gomoko
*/
$messages['fr'] = array(
'popups-message' => 'Fenêtres popup',
'popups-desc' => 'Afficher des fenêtres popup avec les résumés des contenus des pages quand lutilisateur survole le lien dune page',
);
/** Hebrew (עברית)
* @author Amire80
*/
$messages['he'] = array(
'popups-message' => 'חלונות קופצים',
'popups-desc' => 'הצגת חלונות קופצים עם סיכומים של תוכן הדף כאשר משתמש עובר מעל קישור לדף',
);
/** Italian (italiano)
* @author Beta16
*/
$messages['it'] = array(
'popups-message' => 'Popup',
'popups-desc' => "Mostra un popup con un estratto del contenuto quando l'utente passa sopra al collegamento ad una pagina",
);
/** Japanese (日本語)
* @author Shirayuki
*/
$messages['ja'] = array(
'popups-message' => 'ポップアップ',
);
/** Macedonian (македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'popups-message' => 'Скокачки прозорчиња',
'popups-desc' => 'Прикажува скокачки прозорчиња со резиме на содржината на страницата кога ќе отидете со стрелката врз дадената врска',
);
/** Pashto (پښتو)
* @author Ahmed-Najib-Biabani-Ibrahimkhel
*/
$messages['ps'] = array(
'popups-message' => 'بربوکيزې',
'popups-desc' => 'بربوکيزې د يو مخ د مېنځپانگې لنډيزونه هغه وخت ښکاره کوي کله چې کارن د موږک غشی د يوه مخ پر تړنې راولي',
);
/** Portuguese (português)
* @author Imperadeiro98
*/
$messages['pt'] = array(
'popups-message' => 'Pop-ups',
'popups-desc' => 'Exibe pop-ups com resumos do conteúdo de páginas quando o usuário passa o rato por cima do link de uma página',
);
/** Russian (русский)
* @author Okras
*/
$messages['ru'] = array(
'popups-message' => 'Всплывающие окна',
'popups-desc' => 'Отображает всплывающие окна с описанием содержания страницы, когда пользователь наводит курсор на ссылку, ведущую на страницу',
);
/** Simplified Chinese (中文(简体)‎)
* @author Liuxinyu970226
*/
$messages['zh-hans'] = array(
'popups-message' => '弹窗',
'popups-desc' => '当用户悬停页面链接时显示对应页面内容摘要的弹窗',
);
/** Traditional Chinese (中文(繁體)‎)
* @author Liuxinyu970226
*/
$messages['zh-hant'] = array(
'popups-message' => '快顯視窗',
'popups-desc' => '黨用戶懸停頁面鏈接時顯示頁面內容摘要的快顯視窗',
);