diff options
author | jchu <jchu> | 2004-12-15 03:46:04 +0100 |
---|---|---|
committer | jchu <jchu> | 2004-12-15 03:46:04 +0100 |
commit | c8a97026203995f2c9123a01142074a8ffc2eeba (patch) | |
tree | fb843dd151e48f776b1034c110934ad3fb8f28a4 /web/lang/submit_po.inc | |
parent | bcf1c50b77cde57a695ace977beab705ab4f1ed4 (diff) | |
download | aur-c8a97026203995f2c9123a01142074a8ffc2eeba.tar.gz aur-c8a97026203995f2c9123a01142074a8ffc2eeba.tar.xz |
everything except package contents done
Diffstat (limited to 'web/lang/submit_po.inc')
-rw-r--r-- | web/lang/submit_po.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/web/lang/submit_po.inc b/web/lang/submit_po.inc index dcc79b07..fd1c02ce 100644 --- a/web/lang/submit_po.inc +++ b/web/lang/submit_po.inc @@ -171,4 +171,29 @@ $_t["en"]["Missing source variable in PKGBUILD."] = "Missing source variable in # $_t["fr"]["Missing source variable in PKGBUILD."] = "--> Traduction française ici. <--"; # $_t["de"]["Missing source variable in PKGBUILD."] = "--> Deutsche Übersetzung hier. <--"; +$_t["en"]["Package Location"] = "Package Location"; +# $_t["es"]["Package Location"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Package Location"] = "--> Traduction française ici. <--"; +# $_t["de"]["Package Location"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["Package Category"] = "Package Category"; +# $_t["es"]["Package Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Package Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Package Category"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["Select Location"] = "Select Location"; +# $_t["es"]["Select Location"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Select Location"] = "--> Traduction française ici. <--"; +# $_t["de"]["Select Location"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["Select Category"] = "Select Category"; +# $_t["es"]["Select Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Select Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Select Category"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["You must supply a comment for this upload/change."] = "You must supply a comment for this upload/change."; +# $_t["es"]["You must supply a comment for this upload/change."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["You must supply a comment for this upload/change."] = "--> Traduction française ici. <--"; +# $_t["de"]["You must supply a comment for this upload/change."] = "--> Deutsche Übersetzung hier. <--"; + ?>
\ No newline at end of file |