Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
c41a86 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
5  | localization/sr_CS/labels.inc                                         |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
12  | Author: Saša Zejnilović <zejnils@gmail.com>                         |
13  +-----------------------------------------------------------------------+
14 */
15
16 $labels = array();
17 $labels['test'] = 'Испробај';
18 $labels['title'] = 'Нови маил!';
19 $labels['body'] = 'Примили сте нову поруку.';
20 $labels['testbody'] = 'Ово је тест обавештење.';
21