mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 01:56:48 +01:00
21 lines
955 B
PHP
21 lines
955 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['hide'] = 'Сакриј';
|
||
$labels['show'] = 'Прикажи';
|
||
$labels['quotelimit'] = 'Сакриј цитат када је број редова већи од';
|
||
|