Converted all short tags to full tags
[aur-xilon.git] / web / lang / en / submit_po.inc
blob9f21b72780ce10dbf46744be3f11758c8a85f790
1 <?php
2 # INSTRUCTIONS TO TRANSLATORS
4 # This file contains the i18n translations for a subset of the
5 # Arch Linux User-community Repository (AUR).  This is a PHP
6 # script, and as such, you MUST pay great attention to the syntax.
7 # If your text contains any double-quotes ("), you MUST escape
8 # them with the backslash character (\).
11 include_once("translator.inc");
12 global $_t;
14 $_t["en"]["Missing build function in PKGBUILD."] = "Missing build function in PKGBUILD.";
16 $_t["en"]["Could not change directory to %s."] = "Could not change directory to %s.";
18 $_t["en"]["No"] = "No";
20 $_t["en"]["Missing pkgdesc variable in PKGBUILD."] = "Missing pkgdesc variable in PKGBUILD.";
22 $_t["en"]["Error trying to upload file - please try again."] = "Error trying to upload file - please try again.";
24 $_t["en"]["Error exec'ing the mv command."] = "Error exec'ing the mv command.";
26 $_t["en"]["You must create an account before you can upload packages."] = "You must create an account before you can upload packages.";
28 $_t["en"]["Package upload successful."] = "Package upload successful.";
30 $_t["en"]["Overwrite existing package?"] = "Overwrite existing package?";
32 $_t["en"]["You did not specify a package name."] = "You did not specify a package name.";
34 $_t["en"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Error trying to unpack upload - PKGBUILD does not exist.";
36 $_t["en"]["Could not create incoming directory: %s."] = "Could not create incoming directory: %s.";
38 $_t["en"]["Upload package file"] = "Upload package file";
40 $_t["en"]["Package Location"] = "Package Location";
42 $_t["en"]["Missing url variable in PKGBUILD."] = "Missing url variable in PKGBUILD.";
44 $_t["en"]["Package names do not match."] = "Package names do not match.";
46 $_t["en"]["Package Category"] = "Package Category";
48 $_t["en"]["Could not change to directory %s."] = "Could not change to directory %s.";
50 $_t["en"]["You did not tag the 'overwrite' checkbox."] = "You did not tag the 'overwrite' checkbox.";
52 $_t["en"]["Invalid name: only lowercase letters are allowed."] = "Invalid name: only lowercase letters are allowed.";
54 $_t["en"]["Missing pkgver variable in PKGBUILD."] = "Missing pkgver variable in PKGBUILD.";
56 $_t["en"]["Package name"] = "Package name";
58 $_t["en"]["Upload"] = "Upload";
60 $_t["en"]["Missing md5sums variable in PKGBUILD."] = "Missing md5sums variable in PKGBUILD.";
62 $_t["en"]["Missing pkgrel variable in PKGBUILD."] = "Missing pkgrel variable in PKGBUILD.";
64 $_t["en"]["Missing pkgname variable in PKGBUILD."] = "Missing pkgname variable in PKGBUILD.";
66 $_t["en"]["Error - No file uploaded"] = "Error - No file uploaded";
68 $_t["en"]["You are not allowed to overwrite the %h%s%h package."] = "You are not allowed to overwrite the %h%s%h package.";
70 $_t["en"]["Select Location"] = "Select Location";
72 $_t["en"]["Select Category"] = "Select Category";
74 $_t["en"]["Comment"] = "Comment";
76 $_t["en"]["Could not create directory %s."] = "Could not create directory %s.";
78 $_t["en"]["Unknown file format for uploaded file."] = "Unknown file format for uploaded file.";
80 $_t["en"]["Missing source variable in PKGBUILD."] = "Missing source variable in PKGBUILD.";
82 $_t["en"]["Sorry, uploads are not permitted by this server."] = "Sorry, uploads are not permitted by this server.";
84 $_t["en"]["You must supply a comment for this upload/change."] = "You must supply a comment for this upload/change.";
86 $_t["en"]["Yes"] = "Yes";
88 $_t["en"]["Package URL is missing a protocol (ie. http:// ,ftp://)"] = "Package URL is missing a protocol (ie. http:// ,ftp://)";
90 $_t["en"]["Could not re-tar"] = "Could not re-tar";
92 $_t["en"]["Binary packages and filelists are not allowed for upload."] = "Binary packages and filelists are not allowed for upload.";
94 $_t["en"]["Missing arch variable in PKGBUILD."] = "Missing arch variable in PKGBUILD.";
96 $_t["en"]["Missing license variable in PKGBUILD."] = "Missing license variable in PKGBUILD.";