0
|
1 <?php
|
|
2
|
|
3 /*
|
|
4 +-----------------------------------------------------------------------+
|
|
5 | plugins/newmail_notifier/localization/<lang>.inc |
|
|
6 | |
|
|
7 | Localization file of the Roundcube Webmail New Mail Notifier plugin |
|
|
8 | Copyright (C) 2012-2013, The Roundcube Dev Team |
|
|
9 | |
|
|
10 | Licensed under the GNU General Public License version 3 or |
|
|
11 | any later version with exceptions for skins & plugins. |
|
|
12 | See the README file for a full license statement. |
|
|
13 | |
|
|
14 +-----------------------------------------------------------------------+
|
|
15
|
|
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
|
|
17 */
|
|
18 $labels['basic'] = 'نمایش تذکرهای مرورگر برای پیام جدید';
|
|
19 $labels['desktop'] = 'نمایش تذکرهای رومیزی برای پیام جدید';
|
|
20 $labels['sound'] = 'پخش صدا برای پیام جدید';
|
|
21 $labels['test'] = 'آزمایش';
|
|
22 $labels['title'] = 'رایانامهی جدید!';
|
|
23 $labels['body'] = 'شما یک پیام جدید دریافت کردهاید.';
|
|
24 $labels['testbody'] = 'این یک تذکر آزمایشی است.';
|
|
25 $labels['desktopdisabled'] = 'تذکرهای رومیزی در مرورگر شما غیرفعال شدهاند.';
|
|
26 $labels['desktopunsupported'] = 'مرورگر شما تذکرهای رومیزی را پشتیبانی نمیکند.';
|
|
27 $labels['desktoptimeout'] = 'بستن تذکر دسکتاپ';
|
|
28 ?>
|