diff options
author | dsa <dsa> | 2007-03-05 06:28:49 +0100 |
---|---|---|
committer | dsa <dsa> | 2007-03-05 06:28:49 +0100 |
commit | 7cd0cae5268e910e8239c9cfc8c98075c48c5fa9 (patch) | |
tree | d8cc81a6a5d5fc7abc1f4cf96fc6ed40d48ad169 /web/lang/pt/submit_po.inc | |
parent | 18cfe569e0368cee80c1eb5783be97d7446f55e0 (diff) | |
download | aur-7cd0cae5268e910e8239c9cfc8c98075c48c5fa9.tar.gz aur-7cd0cae5268e910e8239c9cfc8c98075c48c5fa9.tar.xz |
Added new strings that are needed for the new checks (arch,license fields).
Diffstat (limited to 'web/lang/pt/submit_po.inc')
-rw-r--r-- | web/lang/pt/submit_po.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/lang/pt/submit_po.inc b/web/lang/pt/submit_po.inc index 5166017f..c07b9503 100644 --- a/web/lang/pt/submit_po.inc +++ b/web/lang/pt/submit_po.inc @@ -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."; + + ?>
\ No newline at end of file |