Added new strings that are needed for the new checks (arch,license fields).

This commit is contained in:
dsa 2007-03-05 05:28:49 +00:00
parent 18cfe569e0
commit 7cd0cae526
4 changed files with 19 additions and 0 deletions

View file

@ -91,4 +91,9 @@ $_t["pt"]["Could not re-tar"] = "Não foi possível recompactar";
$_t["pt"]["Binary packages and filelists are not allowed for upload."] = "Pacotes binários e filelists não são permitidos para envio.";
$_t["pt"]["Missing arch variable in PKGBUILD."] = "Variável arch não encontrada no arquivo PKGBUILD.";
$_t["pt"]["Missing license variable in PKGBUILD."] = "Variável license não encontrada no arquivo PKGBUILD.";
?>