blob: d24fc5a20c27555ff8d22942947dd6936ea4d88a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/fa_IR/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Hamid <abbaszadeh.h@gmail.com> |
+-----------------------------------------------------------------------+
@version $Id$
*/
$labels = array();
$labels['basic'] = 'نمایش تذکرهای مرورگر برای پیغام جدید';
$labels['desktop'] = 'نمایش تذکرهای رومیزی برای پیغام جدید';
$labels['sound'] = 'پخش صدا برای پیغام جدید';
$labels['test'] = 'آزمایش';
$labels['title'] = 'پست الکترونیکی جدید!';
$labels['body'] = 'شما یک پیغام جدید دریافت کردهاید.';
$labels['testbody'] = 'این یک تذکر آزمایشی است.';
$labels['desktopdisabled'] = 'تذکرهای رومیزی در مرورگر شما غیرفعال شدهاند.';
$labels['desktopunsupported'] = 'مرورگر شما تذکرهای رومیزی را پشتیبانی نمیکند.';
|