dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a warning message when websites get deleted.
tbrehm
2010-09-26
4b72c51b4cfef36cf2e84f0791e0e85eb899a7f2
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
pt_language_complete.lng
1
2
3
4
5
6
7
<?php
$wb['list_head_txt'] = 'Mesclar Idioma';
$wb['list_desc_txt'] = 'Mesclar o ficheiro de idioma seleccionado com o ficheiro de idioma principal (em inglês). <br />Isto permite completar qualquer falha de tradução, com o ficheiro principal original em inglês.';
$wb['language_select_txt'] = 'Seleccionar Idioma';
$wb['btn_save_txt'] = 'Mesclar ficheiros agora';
$wb['btn_cancel_txt'] = 'Voltar';
?>