diff options
author | eric <eric> | 2005-03-20 19:54:20 +0100 |
---|---|---|
committer | eric <eric> | 2005-03-20 19:54:20 +0100 |
commit | 7fccb8b634118a2f4f92220b194dc74273b15957 (patch) | |
tree | 4b55e81a25f3005abaf3cd7cdc5b0de8316a541f /web/lang/pkgfuncs_po.inc | |
parent | 9d69979bb9e8498ac1ac6b4d08fb6b3ba9042cdc (diff) | |
download | aur-7fccb8b634118a2f4f92220b194dc74273b15957.tar.gz aur-7fccb8b634118a2f4f92220b194dc74273b15957.tar.xz |
added comments/category editing, and closed #2280
Diffstat (limited to 'web/lang/pkgfuncs_po.inc')
-rw-r--r-- | web/lang/pkgfuncs_po.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/lang/pkgfuncs_po.inc b/web/lang/pkgfuncs_po.inc index 2d0b0693..29100098 100644 --- a/web/lang/pkgfuncs_po.inc +++ b/web/lang/pkgfuncs_po.inc @@ -11,6 +11,26 @@ include_once("translator.inc"); global $_t; +$_t["en"]["Go back to %hpackage details view%h."] = "Go back to %hpackage details view%h."; +# $_t["es"]["Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["None"] = "None"; +# $_t["es"]["Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["change category"] = "change category"; +# $_t["es"]["Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["Delete comment"] = "Delete comment"; +# $_t["es"]["Category"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Category"] = "--> Traduction française ici. <--"; +# $_t["de"]["Category"] = "--> Deutsche Übersetzung hier. <--"; + $_t["en"]["Comment by: %h%s%h on %h%s%h"] = "Comment by: %h%s%h on %h%s%h"; # $_t["es"]["Category"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Category"] = "--> Traduction française ici. <--"; |