From d4b07f2b334dada626e4743951cdd6adab87f62e Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Sat, 12 Jan 2008 18:18:43 +0900 Subject: Tweaks of various page layouts and handling of data This is a patch that fixes a lot of little things: * We no longer have pkgsearch or pkgdetails link functions and all references to them are gone, that's what a back button is for and if we really need it we can come up with something better * No longer have do_Details variable, this means links on the package search are simply ?ID=foo * On the pkgdetails pages when there are either no deps, deps by, sources or comments for a package the list for each will display "None" instead of nothing at all (ruining the layout) * Fixed a bug where if a package had no sources or no deps pkgsubmit.php would submit an empty one * Translation of the word "Search'" has been changed to "Search" Most of these relate to each other. Signed-off-by: Callan Barrett --- web/lang/ca/acctfuncs_po.inc | 2 +- web/lang/de/acctfuncs_po.inc | 2 +- web/lang/en/acctfuncs_po.inc | 2 +- web/lang/es/acctfuncs_po.inc | 2 +- web/lang/fr/acctfuncs_po.inc | 2 +- web/lang/it/acctfuncs_po.inc | 2 +- web/lang/pl/acctfuncs_po.inc | 2 +- web/lang/pt/acctfuncs_po.inc | 2 +- web/lang/ru/acctfuncs_po.inc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'web/lang') diff --git a/web/lang/ca/acctfuncs_po.inc b/web/lang/ca/acctfuncs_po.inc index 6770506..59dee9c 100644 --- a/web/lang/ca/acctfuncs_po.inc +++ b/web/lang/ca/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["ca"]["Missing a required field."] = "Manca un camp requerit."; -$_t["ca"]["Search'"] = "Cerca'"; +$_t["ca"]["Search"] = "Cerca'"; $_t["ca"]["The account, %h%s%h, has been successfully created."] = "El compte, %h%s%h, s'ha creat satisfactòriament."; diff --git a/web/lang/de/acctfuncs_po.inc b/web/lang/de/acctfuncs_po.inc index e73fb74..248f669 100644 --- a/web/lang/de/acctfuncs_po.inc +++ b/web/lang/de/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["de"]["Missing a required field."] = "Ein benötigtes Feld fehlt."; -$_t["de"]["Search'"] = "Suche'"; +$_t["de"]["Search"] = "Suche'"; $_t["de"]["The account, %h%s%h, has been successfully created."] = "Das Konto %h%s%h wurde erfolgreich angelegt."; diff --git a/web/lang/en/acctfuncs_po.inc b/web/lang/en/acctfuncs_po.inc index 3c054c1..c19bfdb 100644 --- a/web/lang/en/acctfuncs_po.inc +++ b/web/lang/en/acctfuncs_po.inc @@ -13,7 +13,7 @@ global $_t; $_t["en"]["Missing a required field."] = "Missing a required field."; -$_t["en"]["Search'"] = "Search'"; +$_t["en"]["Search"] = "Search"; $_t["en"]["The account, %h%s%h, has been successfully created."] = "The account, %h%s%h, has been successfully created."; diff --git a/web/lang/es/acctfuncs_po.inc b/web/lang/es/acctfuncs_po.inc index 706740a..9f8f96e 100644 --- a/web/lang/es/acctfuncs_po.inc +++ b/web/lang/es/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["es"]["Missing a required field."] = "Falta un campo obligatorio."; -$_t["es"]["Search'"] = "Buscar'"; +$_t["es"]["Search"] = "Buscar'"; $_t["es"]["The account, %h%s%h, has been successfully created."] = "La cuenta, %h%s%h, se creó correctamente."; diff --git a/web/lang/fr/acctfuncs_po.inc b/web/lang/fr/acctfuncs_po.inc index 0c10757..61e4ffb 100644 --- a/web/lang/fr/acctfuncs_po.inc +++ b/web/lang/fr/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["fr"]["Missing a required field."] = "Il manque un champ requis."; -$_t["fr"]["Search'"] = "Rechercher'"; +$_t["fr"]["Search"] = "Rechercher'"; $_t["fr"]["The account, %h%s%h, has been successfully created."] = "Le compte, %h%s%h, a été créé avec succès."; diff --git a/web/lang/it/acctfuncs_po.inc b/web/lang/it/acctfuncs_po.inc index e08d342..e5b9316 100644 --- a/web/lang/it/acctfuncs_po.inc +++ b/web/lang/it/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["it"]["Missing a required field."] = "Manca un campo obbligatorio."; -$_t["it"]["Search'"] = "Cerca'"; +$_t["it"]["Search"] = "Cerca'"; $_t["it"]["The account, %h%s%h, has been successfully created."] = "L'account %h%s%h è stato creato con successo."; diff --git a/web/lang/pl/acctfuncs_po.inc b/web/lang/pl/acctfuncs_po.inc index 4b94e9d..b9d6459 100644 --- a/web/lang/pl/acctfuncs_po.inc +++ b/web/lang/pl/acctfuncs_po.inc @@ -27,7 +27,7 @@ $_t["pl"]["Re-type password"] = "Hasło (ponownie)"; $_t["pl"]["Language is not currently supported."] = "Język nie jest obecnie obsługiwany."; $_t["pl"]["Missing User ID"] = "Brakuje ID użytkownika"; $_t["pl"]["Developer"] = "Developer"; -$_t["pl"]["Search'"] = "Szukaj'"; +$_t["pl"]["Search"] = "Szukaj'"; $_t["pl"]["Status"] = "Status"; $_t["pl"]["No results matched your search criteria."] = "Wyszukiwanie nie przyniosło rezultatu."; $_t["pl"]["Never"] = "Nigdy"; diff --git a/web/lang/pt/acctfuncs_po.inc b/web/lang/pt/acctfuncs_po.inc index c7d158a..5a9a813 100644 --- a/web/lang/pt/acctfuncs_po.inc +++ b/web/lang/pt/acctfuncs_po.inc @@ -13,7 +13,7 @@ global $_t; $_t["pt"]["Missing a required field."] = "Um campo requerido não foi informado."; -$_t["pt"]["Search'"] = "Pesquisa'"; +$_t["pt"]["Search"] = "Pesquisa'"; $_t["pt"]["The account, %h%s%h, has been successfully created."] = "A conta, %h%s%h, foi criada com sucesso."; diff --git a/web/lang/ru/acctfuncs_po.inc b/web/lang/ru/acctfuncs_po.inc index 8e02a90..cc4cae3 100644 --- a/web/lang/ru/acctfuncs_po.inc +++ b/web/lang/ru/acctfuncs_po.inc @@ -7,7 +7,7 @@ global $_t; $_t["ru"]["Missing a required field."] = "Отсутствует обязательное значение."; -$_t["ru"]["Search'"] = "Поиск'"; +$_t["ru"]["Search"] = "Поиск'"; $_t["ru"]["The account, %h%s%h, has been successfully created."] = "Учетная запись %h%s%h успешно создана."; -- cgit v1.2.3-54-g00ecf