Added dsa's sorting improvement patch (closes #3370, #4091, #4097 and #4098).

This commit is contained in:
swiergot 2006-08-22 13:58:36 +00:00
parent d0da4199ae
commit 18dc7c783e
3 changed files with 105 additions and 33 deletions

View file

@ -141,4 +141,10 @@ $_t["en"]["Search by"] = "Search by";
$_t["en"]["Submitter"] = "Submitter";
$_t["en"]["All"] = "All";
$_t["en"]["Unsafe"] = "Unsafe";
$_t["en"]["Status"] = "Status";
?>

View file

@ -81,7 +81,7 @@ $_t["pt"]["Manage"] = "Gerenciar";
$_t["pt"]["Sort by"] = "Ordenar por";
$_t["pt"]["Sort order"] = "Ordem de Ordenação";
$_t["pt"]["Sort order"] = "Ordem";
$_t["pt"]["Ascending"] = "Ascendente";
@ -139,4 +139,12 @@ $_t["pt"]["Last Updated"] = "Últimos Pacotes Atualizados";
$_t["pt"]["Search by"] = "Pesquisar por";
?>
$_t["pt"]["Submitter"] = "Colaborador";
$_t["pt"]["All"] = "Todos";
$_t["pt"]["Unsafe"] = "Não Seguro";
$_t["pt"]["Status"] = "Status";
?>