mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 09:36:50 +01:00
22 lines
1021 B
PHP
22 lines
1021 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['userinfo'] = 'Подаци о кориснику';
|
||
$labels['created'] = 'Направљено';
|
||
$labels['lastlogin'] = 'Последњи Логин';
|
||
$labels['defaultidentity'] = 'подразумевани идентитет';
|
||
|