diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
commit | 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 (patch) | |
tree | b0151e286bf05b1a2703c5c05527323c029736d0 /plugins/managesieve/localization/az_AZ.inc | |
parent | 15eb32eee59c8a37160645320365f956caf15c95 (diff) |
Updated localization files from launchpad
Diffstat (limited to 'plugins/managesieve/localization/az_AZ.inc')
-rw-r--r-- | plugins/managesieve/localization/az_AZ.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/az_AZ.inc b/plugins/managesieve/localization/az_AZ.inc new file mode 100644 index 000000000..9d1a2766b --- /dev/null +++ b/plugins/managesieve/localization/az_AZ.inc @@ -0,0 +1,27 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/az_AZ/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Orkhan Guliyev <proger@box.az> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['filters'] = 'Süzgəclər'; +$labels['managefilters'] = 'Gələn məktub üçün süzgəclərin idarəsi'; +$labels['filtername'] = 'Süzgəcin adı'; +$labels['newfilter'] = 'Yeni süzgəc'; +$labels['filteradd'] = 'Süzgəc əlavə et'; +$labels['filterdel'] = 'Süzgəci sil'; +$labels['moveup'] = 'Yuxarı apar'; +$labels['movedown'] = 'Aşağı apar'; +$labels['filterallof'] = 'göstərilən bütün qaydalara uyur'; +$labels['filteranyof'] = 'verilmiş istənilən qaydaya uyur'; + |