mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
21 lines
875 B
PHP
21 lines
875 B
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/sr_CS/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Saša Zejnilović <zejnils@gmail.com> |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['help'] = 'Помоћ';
|
|
$labels['about'] = 'Info';
|
|
$labels['license'] = 'Licenca';
|
|
|