From bd6d7645d7115f313ce6c49c863658eedeb58d53 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 02 May 2016 08:33:55 -0400 Subject: [PATCH] Update localization --- plugins/acl/localization/sr_CS.inc | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 40 insertions(+), 9 deletions(-) diff --git a/plugins/acl/localization/sr_CS.inc b/plugins/acl/localization/sr_CS.inc index c76e9c0..38e335a 100644 --- a/plugins/acl/localization/sr_CS.inc +++ b/plugins/acl/localization/sr_CS.inc @@ -2,20 +2,51 @@ /* +-----------------------------------------------------------------------+ - | localization/sr_CS/labels.inc | + | plugins/acl/localization/<lang>.inc | | | - | Language file of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | - | Licensed under the GNU General Public License | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+ - | Author: Данило Шеган | - +-----------------------------------------------------------------------+ -*/ -$labels = array(); + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ +*/ $labels['sharing'] = 'Дељење'; $labels['myrights'] = 'Права приступа'; $labels['username'] = 'Корисник:'; +$labels['advanced'] = 'Напредни режим'; $labels['newuser'] = 'Додај унос'; - +$labels['editperms'] = 'Уреди дозволе'; +$labels['actions'] = 'Радње права приступа...'; +$labels['anyone'] = 'Сви корисници (било ко)'; +$labels['anonymous'] = 'Гости (анонимно)'; +$labels['identifier'] = 'Идентификатор'; +$labels['acll'] = 'Потражи'; +$labels['aclr'] = 'Прочитане поруке'; +$labels['acls'] = 'Очувај стање прегледаности'; +$labels['acli'] = 'Убаци (копирај у)'; +$labels['aclc'] = 'Направи потфасцикле'; +$labels['aclk'] = 'Направи потфасцикле'; +$labels['acld'] = 'Обриши поруке'; +$labels['aclt'] = 'Обриши поруке'; +$labels['aclx'] = 'Обриши фасциклу'; +$labels['acla'] = 'Администрирај'; +$labels['aclfull'] = 'Пуна контрола'; +$labels['aclother'] = 'Друго'; +$labels['aclread'] = 'Читање'; +$labels['aclwrite'] = 'Упис'; +$labels['acldelete'] = 'Обриши'; +$labels['shortacll'] = 'Потражи'; +$labels['shortaclr'] = 'Прочитана'; +$labels['shortacls'] = 'Задржи'; +$labels['shortaclw'] = 'Пиши'; +$labels['shortacli'] = 'Убаци'; +$labels['shortaclother'] = 'Друго'; +$labels['shortaclread'] = 'Читање'; +$labels['shortaclwrite'] = 'Упис'; +$labels['shortacldelete'] = 'Брисање'; +?> -- Gitblit v1.9.1