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

@ -67,6 +67,10 @@ $_t["en"]["Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Sta
$_t["en"]["Statistics"] = "Statistics"; $_t["en"]["Statistics"] = "Statistics";
$_t["en"]["My Statistics"] = "My Statistics";
$_t["en"]["Flagged as safe by me"] = "Flagged as safe by me";
$_t["en"]["User Statistics"] = "User Statistics"; $_t["en"]["User Statistics"] = "User Statistics";
$_t["en"]["Registered Users"] = "Registered Users"; $_t["en"]["Registered Users"] = "Registered Users";

View file

@ -91,4 +91,10 @@ $_t["en"]["Could not re-tar"] = "Could not re-tar";
$_t["en"]["Binary packages and filelists are not allowed for upload."] = "Binary packages and filelists are not allowed for upload."; $_t["en"]["Binary packages and filelists are not allowed for upload."] = "Binary packages and filelists are not allowed for upload.";
$_t["en"]["Missing arch variable in PKGBUILD."] = "Missing arch variable in PKGBUILD.";
$_t["en"]["Missing license variable in PKGBUILD."] = "Missing license variable in PKGBUILD.";
?> ?>

View file

@ -89,4 +89,8 @@ $_t["pt"]["Packages added or updated in the past 7 days"] = "Pacotes adicionados
$_t["pt"]["Out-of-date"] = "Desatualizados"; $_t["pt"]["Out-of-date"] = "Desatualizados";
$_t["pt"]["My Statistics"] = "Minhas Estatísticas";
$_t["pt"]["Flagged as safe by me"] = "Pacotes que marquei como seguros";
?> ?>

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"]["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.";
?> ?>