mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added new strings that are needed for the new checks (arch,license fields).
This commit is contained in:
parent
18cfe569e0
commit
7cd0cae526
4 changed files with 19 additions and 0 deletions
|
@ -67,6 +67,10 @@ $_t["en"]["Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Sta
|
|||
|
||||
$_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"]["Registered Users"] = "Registered Users";
|
||||
|
|
|
@ -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"]["Missing arch variable in PKGBUILD."] = "Missing arch variable in PKGBUILD.";
|
||||
|
||||
$_t["en"]["Missing license variable in PKGBUILD."] = "Missing license variable in PKGBUILD.";
|
||||
|
||||
|
||||
|
||||
?>
|
|
@ -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"]["My Statistics"] = "Minhas Estatísticas";
|
||||
|
||||
$_t["pt"]["Flagged as safe by me"] = "Pacotes que marquei como seguros";
|
||||
|
||||
?>
|
|
@ -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.";
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue