diff options
-rw-r--r-- | web/html/timeout.php | 17 | ||||
-rw-r--r-- | web/lang/ca/timeout_po.inc | 12 | ||||
-rw-r--r-- | web/lang/de/timeout_po.inc | 12 | ||||
-rw-r--r-- | web/lang/es/timeout_po.inc | 12 | ||||
-rw-r--r-- | web/lang/fr/timeout_po.inc | 12 | ||||
-rw-r--r-- | web/lang/it/timeout_po.inc | 11 | ||||
-rw-r--r-- | web/lang/pl/timeout_po.inc | 11 | ||||
-rw-r--r-- | web/lang/pt/timeout_po.inc | 18 | ||||
-rw-r--r-- | web/lang/ru/timeout_po.inc | 11 | ||||
-rw-r--r-- | web/lang/timeout_po.inc | 33 | ||||
-rw-r--r-- | web/lang/tr/timeout_po.inc | 16 | ||||
-rw-r--r-- | web/lang/uk/timeout_po.inc | 11 |
12 files changed, 0 insertions, 176 deletions
diff --git a/web/html/timeout.php b/web/html/timeout.php deleted file mode 100644 index f6df8eab..00000000 --- a/web/html/timeout.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); - -include("timeout_po.inc"); -include("aur.inc"); -set_lang(); -html_header(); - -print __("Your session has timed out. You must log in again."); -print "<p>\n"; -print __("Click on the Home link above to log in."); -print "</p>\n"; - -html_footer(AUR_VERSION); - -?> diff --git a/web/lang/ca/timeout_po.inc b/web/lang/ca/timeout_po.inc deleted file mode 100644 index b5ea0b9b..00000000 --- a/web/lang/ca/timeout_po.inc +++ /dev/null @@ -1,12 +0,0 @@ -<?php -# Catalan (Català) translation -# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["ca"]["Click on the Home link above to log in."] = "Feu clic a l'enllaç Inici de dalt per a identificar-vos."; - -$_t["ca"]["Your session has timed out. You must log in again."] = "La vostra sessió a expirat. Heu d'identificar-vos de nou."; - -?>
\ No newline at end of file diff --git a/web/lang/de/timeout_po.inc b/web/lang/de/timeout_po.inc deleted file mode 100644 index 49cb9bda..00000000 --- a/web/lang/de/timeout_po.inc +++ /dev/null @@ -1,12 +0,0 @@ -<?php -# German (Deutsch) translation -# Translators: Pierre Schmitz <pierre@archlinux.de>, Matthias Gorissen <siquame@web.de>, Lukas Kropatschek, Niclas Pfeifer - -include_once("translator.inc"); -global $_t; - -$_t["de"]["Click on the Home link above to log in."] = "Klicke auf den obenstehenden Startknopf, um dich anzumelden."; - -$_t["de"]["Your session has timed out. You must log in again."] = "Deine Sitzung ist abgelaufen. Du mußt dich erneut einloggen."; - -?>
\ No newline at end of file diff --git a/web/lang/es/timeout_po.inc b/web/lang/es/timeout_po.inc deleted file mode 100644 index 3ed6d218..00000000 --- a/web/lang/es/timeout_po.inc +++ /dev/null @@ -1,12 +0,0 @@ -<?php -# Spanish (Español) translation -# Translator: Víctor Martínez Romanos <vmromanos@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["es"]["Click on the Home link above to log in."] = "Pulse en el enlace de Inicio situado en la parte superior para identificarse."; - -$_t["es"]["Your session has timed out. You must log in again."] = "Su sesión ha expirado. Debe identificarse de nuevo."; - -?>
\ No newline at end of file diff --git a/web/lang/fr/timeout_po.inc b/web/lang/fr/timeout_po.inc deleted file mode 100644 index 9d8182b9..00000000 --- a/web/lang/fr/timeout_po.inc +++ /dev/null @@ -1,12 +0,0 @@ -<?php -# French (Français) translation -# Translator: Morgan LEFIEUX <comete@archlinuxfr.org> -# Translator: Cilyan Olowen <gaknar@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["fr"]["Click on the Home link above to log in."] = "Cliquez sur le lien ci-dessus pour vous authentifier."; - -$_t["fr"]["Your session has timed out. You must log in again."] = "Votre session a expiré. Vous devez vous authentifier à nouveau."; - diff --git a/web/lang/it/timeout_po.inc b/web/lang/it/timeout_po.inc deleted file mode 100644 index a6f7112c..00000000 --- a/web/lang/it/timeout_po.inc +++ /dev/null @@ -1,11 +0,0 @@ -<?php -# Italian (Italiano) translation -# Translators: Giovanni Scafora <giovanni@archlinux.org> and Pierluigi Picciau <pierluigi88@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["it"]["Click on the Home link above to log in."] = "Clicca su Inizio per autenticarti."; - -$_t["it"]["Your session has timed out. You must log in again."] = "La sessione è scaduta. Devi autenticarti di nuovo."; - diff --git a/web/lang/pl/timeout_po.inc b/web/lang/pl/timeout_po.inc deleted file mode 100644 index 3870325d..00000000 --- a/web/lang/pl/timeout_po.inc +++ /dev/null @@ -1,11 +0,0 @@ -<?php -# Polish (Polski) translation -# Translator: Jaroslaw Swierczynski <swiergot@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["pl"]["Click on the Home link above to log in."] = "Kliknij na linku Start powyżej aby się zalogować."; -$_t["pl"]["Your session has timed out. You must log in again."] = "Twoja sesja wygasła. Musisz zalogować się ponownie."; - -?>
\ No newline at end of file diff --git a/web/lang/pt/timeout_po.inc b/web/lang/pt/timeout_po.inc deleted file mode 100644 index 7e6c6675..00000000 --- a/web/lang/pt/timeout_po.inc +++ /dev/null @@ -1,18 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Click on the Home link above to log in."] = "Clique no link Inicial acima para efetuar o login."; - -$_t["pt"]["Your session has timed out. You must log in again."] = "Sua sessão expirou. Você deve efetuar o login novamente."; - -?>
\ No newline at end of file diff --git a/web/lang/ru/timeout_po.inc b/web/lang/ru/timeout_po.inc deleted file mode 100644 index d962dddd..00000000 --- a/web/lang/ru/timeout_po.inc +++ /dev/null @@ -1,11 +0,0 @@ -<?php -# Russian (Русский) translation -# Translator: Sergej Pupykin <ps@lx-ltd.ru> - -include_once("translator.inc"); -global $_t; - -$_t["ru"]["Click on the Home link above to log in."] = "Щелкните по ссылке Домой вверху, чтобы представиться."; - -$_t["ru"]["Your session has timed out. You must log in again."] = "Время вашей сессии истекло. Вам нужно представиться снова."; - diff --git a/web/lang/timeout_po.inc b/web/lang/timeout_po.inc deleted file mode 100644 index 32c35552..00000000 --- a/web/lang/timeout_po.inc +++ /dev/null @@ -1,33 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -include_once("en/timeout_po.inc"); - -include_once("pl/timeout_po.inc"); - -include_once("it/timeout_po.inc"); - -include_once("ca/timeout_po.inc"); - -include_once("pt/timeout_po.inc"); - -include_once("es/timeout_po.inc"); - -include_once("de/timeout_po.inc"); - -include_once("ru/timeout_po.inc"); - -include_once("fr/timeout_po.inc"); - -include_once("uk/timeout_po.inc"); - diff --git a/web/lang/tr/timeout_po.inc b/web/lang/tr/timeout_po.inc deleted file mode 100644 index c4b524c0..00000000 --- a/web/lang/tr/timeout_po.inc +++ /dev/null @@ -1,16 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["tr"]["Click on the Home link above to log in."] = "Giriş yapmak için yukarıdaki Ev bağlantısını tıklayın."; - -$_t["tr"]["Your session has timed out. You must log in again."] = "Oturumunuz zaman aşımına uğradı. Tekrar giriş yapmalısınız."; diff --git a/web/lang/uk/timeout_po.inc b/web/lang/uk/timeout_po.inc deleted file mode 100644 index 4620c368..00000000 --- a/web/lang/uk/timeout_po.inc +++ /dev/null @@ -1,11 +0,0 @@ -<?php -# Ukrainian (Українська) translation -# Translator: sevenfourk <sevenfourk@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["uk"]["Click on the Home link above to log in."] = "Клікніть на посилання Home щоб увійти."; - -$_t["uk"]["Your session has timed out. You must log in again."] = "Ваша сесія вичерпалася. Ви повинні зайти знову."; - |