mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-13 19:46:49 +01:00
21 lines
876 B
PHP
21 lines
876 B
PHP
<?php
|
||
|
||
/*
|
||
+-----------------------------------------------------------------------+
|
||
| localization/tr_TR/labels.inc |
|
||
| |
|
||
| Language file of the Roundcube Webmail client |
|
||
| Copyright (C) 2012, The Roundcube Dev Team |
|
||
| Licensed under the GNU General Public License |
|
||
| |
|
||
+-----------------------------------------------------------------------+
|
||
| Author: ismail yenigul |
|
||
+-----------------------------------------------------------------------+
|
||
*/
|
||
|
||
$labels = array();
|
||
$labels['help'] = 'Yardım';
|
||
$labels['about'] = 'Hakkında';
|
||
$labels['license'] = 'Lisans';
|
||
|