summaryrefslogtreecommitdiff
path: root/plugins/password/localization/sr_CS.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/password/localization/sr_CS.inc')
-rw-r--r--plugins/password/localization/sr_CS.inc31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/password/localization/sr_CS.inc b/plugins/password/localization/sr_CS.inc
deleted file mode 100644
index 77e2d1251..000000000
--- a/plugins/password/localization/sr_CS.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
-/*
- +-----------------------------------------------------------------------+
- | plugins/password/localization/<lang>.inc |
- | |
- | Localization file of the Roundcube Webmail Password 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. |
- | |
- +-----------------------------------------------------------------------+
-
- For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
-*/
-$labels['curpasswd'] = 'Тренутна лозинка:';
-$labels['newpasswd'] = 'Нова лозинка:';
-$labels['confpasswd'] = 'Поновите лозинку:';
-$messages['nopassword'] = 'Молимо унесите нову лозинку.';
-$messages['nocurpassword'] = 'Молимо унесите тренутну лозинку.';
-$messages['passwordincorrect'] = 'Тренутна лозинка је нетачна.';
-$messages['passwordinconsistency'] = 'Лозинке се не поклапају, молимо покушајте поново.';
-$messages['crypterror'] = 'Није могуће сачувати нову лозинку. Недостаје функција за кодирање.';
-$messages['connecterror'] = 'Није могуће сачувати нову лозинку. Грешка у Вези.';
-$messages['internalerror'] = 'Није могуће сачувати нову лозинку.';
-$messages['passwordshort'] = 'Лозинка мора имати најмање $lenght знакова.';
-$messages['passwordweak'] = 'Лозинка мора да садржи најмање један број и један интерпункцијски знак.';
-$messages['passwordforbidden'] = 'Лозинка садржи недозвољене знакове.';
-?>