dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a bug in directory creation code of the backup function.
tbrehm
2010-09-19
e1cdaebca2addd940a8b8447e8db8baf96238a91
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
pt_software_package_list.lng
1
2
3
4
5
6
7
<?php
$wb['list_head_txt'] = 'Pacotes de Software';
$wb['installed_txt'] = 'Status';
$wb['package_title_txt'] = 'Pacote';
$wb['package_description_txt'] = 'Descrição';
$wb['action_txt'] = 'Acção';
?>