summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-12-17 19:15:21 +0100
committerLoui Chang <louipc.ist@gmail.com>2008-12-17 19:15:21 +0100
commit73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c (patch)
tree10cfb8eac15a5b1ff6e90513740aed32687aa262
parente94fdc7b42cc60f7aa562b920f796bb50dfa68f3 (diff)
downloadaur-73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c.tar.gz
aur-73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c.tar.xz
Remove obsolete 'hacker' page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--web/html/hacker.php17
-rw-r--r--web/lang/ca/hacker_po.inc12
-rw-r--r--web/lang/de/hacker_po.inc12
-rw-r--r--web/lang/es/hacker_po.inc12
-rw-r--r--web/lang/fr/hacker_po.inc12
-rw-r--r--web/lang/hacker_po.inc34
-rw-r--r--web/lang/it/hacker_po.inc11
-rw-r--r--web/lang/pl/hacker_po.inc11
-rw-r--r--web/lang/pt/hacker_po.inc18
-rw-r--r--web/lang/ru/hacker_po.inc11
-rw-r--r--web/lang/tr/hacker_po.inc17
-rw-r--r--web/lang/uk/hacker_po.inc11
12 files changed, 0 insertions, 178 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php
deleted file mode 100644
index 5087c292..00000000
--- a/web/html/hacker.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
-
-include("hacker_po.inc");
-include("aur.inc");
-set_lang();
-html_header();
-
-print __("Your session id is invalid.");
-print "<p>\n";
-print __("If this problem persists, please contact the site administrator.");
-print "</p>\n";
-
-html_footer(AUR_VERSION);
-
-?>
diff --git a/web/lang/ca/hacker_po.inc b/web/lang/ca/hacker_po.inc
deleted file mode 100644
index 9be6019b..00000000
--- a/web/lang/ca/hacker_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"]["Your session id is invalid."] = "El vostre identificador de sessió no és vàlid.";
-
-$_t["ca"]["If this problem persists, please contact the site administrator."] = "Si el problema persisteix, si u plau contacteu amb l'administrador del lloc.";
-
-?> \ No newline at end of file
diff --git a/web/lang/de/hacker_po.inc b/web/lang/de/hacker_po.inc
deleted file mode 100644
index e8298faf..00000000
--- a/web/lang/de/hacker_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"]["Your session id is invalid."] = "Deine Sitzungs-ID ist ungültig";
-
-$_t["de"]["If this problem persists, please contact the site administrator."] = "Sollte dieses Problem ständig auftreten, benachrichtige bitte den Administrator dieser Seite";
-
-?> \ No newline at end of file
diff --git a/web/lang/es/hacker_po.inc b/web/lang/es/hacker_po.inc
deleted file mode 100644
index 046cbf5c..00000000
--- a/web/lang/es/hacker_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"]["Your session id is invalid."] = "Su identificador de sesión no es válido.";
-
-$_t["es"]["If this problem persists, please contact the site administrator."] = "Si el problema persiste, por favor contacte con el administrador del sitio.";
-
-?> \ No newline at end of file
diff --git a/web/lang/fr/hacker_po.inc b/web/lang/fr/hacker_po.inc
deleted file mode 100644
index 8b4d0766..00000000
--- a/web/lang/fr/hacker_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"]["Your session id is invalid."] = "Votre identifiant de session n'est pas valide.";
-
-$_t["fr"]["If this problem persists, please contact the site administrator."] = "Si ce problème persiste, merci de contacter l'administrateur du site.";
-
diff --git a/web/lang/hacker_po.inc b/web/lang/hacker_po.inc
deleted file mode 100644
index aad4870c..00000000
--- a/web/lang/hacker_po.inc
+++ /dev/null
@@ -1,34 +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/hacker_po.inc");
-
-include_once("pl/hacker_po.inc");
-
-include_once("it/hacker_po.inc");
-
-include_once("ca/hacker_po.inc");
-
-include_once("pt/hacker_po.inc");
-
-include_once("es/hacker_po.inc");
-
-include_once("de/hacker_po.inc");
-
-include_once("ru/hacker_po.inc");
-
-include_once("fr/hacker_po.inc");
-include_once("tr/hacker_po.inc");
-
-include_once("uk/hacker_po.inc");
-
diff --git a/web/lang/it/hacker_po.inc b/web/lang/it/hacker_po.inc
deleted file mode 100644
index 8113458e..00000000
--- a/web/lang/it/hacker_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"]["Your session id is invalid."] = "L'id della sessione non è valido.";
-
-$_t["it"]["If this problem persists, please contact the site administrator."] = "Se questo problema dovesse persistere, contattare l'amministratore del sito.";
-
diff --git a/web/lang/pl/hacker_po.inc b/web/lang/pl/hacker_po.inc
deleted file mode 100644
index 3e4583ed..00000000
--- a/web/lang/pl/hacker_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"]["Your session id is invalid."] = "Twój identyfikator sesji jest nieprawidłowy.";
-$_t["pl"]["If this problem persists, please contact the site administrator."] = "Jeżeli ten problem się powtarza, skontaktuj się z administratorem strony.";
-
-?> \ No newline at end of file
diff --git a/web/lang/pt/hacker_po.inc b/web/lang/pt/hacker_po.inc
deleted file mode 100644
index 542b7854..00000000
--- a/web/lang/pt/hacker_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"]["Your session id is invalid."] = "Seu id de sessão é inválido.";
-
-$_t["pt"]["If this problem persists, please contact the site administrator."] = "Se o problema persistir, por favor, contacte o administrador do site.";
-
-?> \ No newline at end of file
diff --git a/web/lang/ru/hacker_po.inc b/web/lang/ru/hacker_po.inc
deleted file mode 100644
index 34173a8d..00000000
--- a/web/lang/ru/hacker_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"]["Your session id is invalid."] = "Неверный идентификатор сессии.";
-
-$_t["ru"]["If this problem persists, please contact the site administrator."] = "Если проблема не решена, обратитесь к администратору сайта.";
-
diff --git a/web/lang/tr/hacker_po.inc b/web/lang/tr/hacker_po.inc
deleted file mode 100644
index a0bdfd13..00000000
--- a/web/lang/tr/hacker_po.inc
+++ /dev/null
@@ -1,17 +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"]["Your session id is invalid."] = "Session kimliğiniz geçerli değil.";
-
-$_t["tr"]["If this problem persists, please contact the site administrator."] = "Bu sorun devam ederse, sistem yöneticisi ile iletişime geçin.";
-
diff --git a/web/lang/uk/hacker_po.inc b/web/lang/uk/hacker_po.inc
deleted file mode 100644
index ab1bf027..00000000
--- a/web/lang/uk/hacker_po.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-# Ukrainian (Українська) translation
-# Translator: sevenfourk <sevenfourk@gmail.com>
-
-include_once("translator.inc");
-global $_t;
-
-$_t["uk"]["Your session id is invalid."] = "Невірний ідентифікатор сесії.";
-
-$_t["uk"]["If this problem persists, please contact the site administrator."] = "Якщо проблема не розв'язана, будь-ласка, зв'яжіться з адміністратором сайту.";
-