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