mediawiki-extensions-Popups/Popups.i18n.php
Prateek Saxena ce59f92489 Add time ago in words at the bottom of the popup
Change-Id: I53f77a0c802ae3b9582c51a07fc56ad56e3fd53b
2014-02-13 18:45:02 +05:30

143 lines
5.2 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 article contents when the user hovers over an article link.',
'popups-edited-seconds' => 'Last edited {{PLURAL:$1|1 second|$1 seconds}} ago.',
'popups-edited-minutes' => 'Last edited {{PLURAL:$1|1 minute|$1 minutes}} ago.',
'popups-edited-hours' => 'Last edited {{PLURAL:$1|1 hour|$1 hours}} ago.',
'popups-edited-days' => 'Last edited {{PLURAL:$1|yesterday|$1 days ago}}.',
'popups-edited-years' => 'Last edited {{PLURAL:$1|1 year|$1 years}} ago.',
);
/** 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}}',
'popups-edited-seconds' => 'Message to show time span if page was edited less than a minute ago',
'popups-edited-minutes' => 'Message to show time span if page was edited less than an hour ago',
'popups-edited-hours' => 'Message to show time span if page was edited less than a day ago',
'popups-edited-days' => 'Message to show time span if page was edited less than a year ago',
'popups-edited-years' => 'Message to show time span if page was edited more than a year ago',
);
/** 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' => '黨用戶懸停頁面鏈接時顯示頁面內容摘要的快顯視窗',
);