mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove obsolete 'hacker' page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
e94fdc7b42
commit
73cd7667d4
12 changed files with 0 additions and 178 deletions
|
@ -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);
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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.";
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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";
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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.";
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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.";
|
|
||||||
|
|
|
@ -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");
|
|
||||||
|
|
|
@ -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.";
|
|
||||||
|
|
|
@ -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.";
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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.";
|
|
||||||
|
|
||||||
?>
|
|
|
@ -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."] = "Если проблема не решена, обратитесь к администратору сайта.";
|
|
||||||
|
|
|
@ -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.";
|
|
||||||
|
|
|
@ -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."] = "Якщо проблема не розв'язана, будь-ласка, зв'яжіться з адміністратором сайту.";
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue