dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
The monitor now shows the date of the data (to determine how old they are) ...
vogelor
2008-12-02
fb4c27e329659f7ebfb72855297549ac01a54f02
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
bg_groups.lng
1
2
3
4
5
6
7
<?php
$wb['description_txt'] = 'Описание';
$wb['name_txt'] = 'Група';
$wb['name_err'] = 'Името на групата трябва да е между 1 и 30 символа.';
$wb['btn_save_txt'] = 'Запис';
$wb['btn_cancel_txt'] = 'Отказ';
?>