add contents
This commit is contained in:
3
lib/plugins/loglog/lang/ar/intro.txt
Normal file
3
lib/plugins/loglog/lang/ar/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
======سجل الدخول و الهروج الاسبوعي للمستخدم======
|
||||
|
||||
هذا التقرير يعرض كل تسجيلات الدخول و الخروج للمستخدم خلال الـ 7 ايام الماضيه.تستطيع استخدام زر التحديد في اسفل الصحفه لعرض الاسابيع الماضيه.
|
16
lib/plugins/loglog/lang/ar/lang.php
Normal file
16
lib/plugins/loglog/lang/ar/lang.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Ali Almlfy <Almlfy@hotmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'سجل الدخول و الخروج الاسبوعي للمستخدم ';
|
||||
$lang['date'] = 'التاريخ';
|
||||
$lang['ip'] = 'عنوان الايبي';
|
||||
$lang['action'] = 'نفذ';
|
||||
$lang['range'] = 'اظهر سجل التاريخ';
|
||||
$lang['off'] = 'سجل خروج';
|
||||
$lang['in'] = 'سجل دخول متواصل ';
|
||||
$lang['tin'] = 'سجل دخول موقته';
|
||||
$lang['fail'] = 'محاولت دخول فاشلة';
|
3
lib/plugins/loglog/lang/cs/intro.txt
Normal file
3
lib/plugins/loglog/lang/cs/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Týdenní uživatelská přihlášení/odhlášení ======
|
||||
|
||||
Tato obrazovka zobrazuje všechna přihlášení a odhlášení uživatelů z posledních 7 dnů. Pro zobrazení starších týdnů lze použít navigační tlačítka na konci této stránky.
|
17
lib/plugins/loglog/lang/cs/lang.php
Normal file
17
lib/plugins/loglog/lang/cs/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
*/
|
||||
$lang['menu'] = 'Týdenní uživatelská přihlášení/odhlášení';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['ip'] = 'IP adresa';
|
||||
$lang['action'] = 'Akce';
|
||||
$lang['range'] = 'Zobrazené časové období:';
|
||||
$lang['off'] = 'odhlášení';
|
||||
$lang['autologoff'] = 'automaticky odhlášen(a)';
|
||||
$lang['in'] = 'trvalé přihlášení';
|
||||
$lang['tin'] = 'dočasné přihlášení';
|
||||
$lang['fail'] = 'chybné přihlášení';
|
3
lib/plugins/loglog/lang/da/intro.txt
Normal file
3
lib/plugins/loglog/lang/da/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Ugentlige Brugerlogin/log ud ======
|
||||
|
||||
Denne skærm viser alle brugernes login og log ud fra de sidste 7 dage. Du kan benytte navigationsknapperne i bunden af skærmen til at vise tidligere uger.
|
18
lib/plugins/loglog/lang/da/lang.php
Normal file
18
lib/plugins/loglog/lang/da/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Søren Birk <soer9648@eucl.dk>
|
||||
* @author Jacob Palm <mail@jacobpalm.dk>
|
||||
*/
|
||||
$lang['menu'] = 'Ugentlige Brugerlogin/log ud';
|
||||
$lang['date'] = 'Dato';
|
||||
$lang['ip'] = 'IP-Adresse';
|
||||
$lang['action'] = 'Handling';
|
||||
$lang['range'] = 'Vist datorækkevidde';
|
||||
$lang['off'] = 'logget ud';
|
||||
$lang['autologoff'] = 'er blevet logget ud automatisk';
|
||||
$lang['in'] = 'permanent logget ind';
|
||||
$lang['tin'] = 'midlertidigt logget ind';
|
||||
$lang['fail'] = 'fejlet login-forsøg';
|
9
lib/plugins/loglog/lang/de/auth_failed.txt
Normal file
9
lib/plugins/loglog/lang/de/auth_failed.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Achtung!
|
||||
|
||||
Der konfigurierte Schwellwert für fehlgeschlagene Anmeldeveruche (@THRESHOLD@ in @INTERVAL@ Minuten) wurde überschritten!
|
||||
|
||||
Das ist die @SEQUENCE@. Warnung von @NOW@.
|
||||
|
||||
Sollte sich das Problem kontinuierlich fortsetzen, erhalten Sie die nächste Warnung am @NEXT_ALERT@.
|
||||
|
||||
Sie können das Problem untersuchen, indem Sie sich ins Wiki einloggen und die Logs im Adminbereich überprüfen.
|
9
lib/plugins/loglog/lang/de/auth_success.txt
Normal file
9
lib/plugins/loglog/lang/de/auth_success.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Achtung!
|
||||
|
||||
Der konfigurierte Schwellwert für Anmeldungen (@THRESHOLD@ in @INTERVAL@ Minuten) wurde überschritten!
|
||||
|
||||
Das ist die @SEQUENCE@. Warnung von @NOW@.
|
||||
|
||||
Sollte sich das Problem kontinuierlich fortsetzen, erhalten Sie die nächste Warnung am @NEXT_ALERT@.
|
||||
|
||||
Sie können das Problem untersuchen, indem Sie sich ins Wiki einloggen und die Logs im Adminbereich überprüfen.
|
3
lib/plugins/loglog/lang/de/intro.txt
Normal file
3
lib/plugins/loglog/lang/de/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Wöchentliche Benutzer- und Adminaktionen ======
|
||||
|
||||
Diese Übersicht zeigt die folgenden Nutzeraktionen innerhalb der letzten 7 Tage: An- und Abmeldungen von Benutzern, sowie alle Aktionen im Admin-Bereich. Mit den Navigations-Schaltflächen am unteren Bilschirm können sie die Aktivitäten vergangener Wochen einsehen.
|
25
lib/plugins/loglog/lang/de/lang.php
Normal file
25
lib/plugins/loglog/lang/de/lang.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
$lang['menu'] = 'Wöchentliche Benutzer- und Adminaktionen';
|
||||
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['ip'] = 'IP Adresse';
|
||||
$lang['action'] = 'Aktion';
|
||||
$lang['range'] = 'Angezeigter Zeitraum:';
|
||||
|
||||
$lang['off'] = 'abgemeldet';
|
||||
$lang['autologoff'] = 'wurde automatisch abgemeldet';
|
||||
$lang['in'] = 'dauerhaft angemeldet';
|
||||
$lang['tin'] = 'temporär angemeldet';
|
||||
$lang['fail'] = 'gescheiterter Anmeldeversuch';
|
||||
|
||||
$lang['data'] = 'Zusatzdaten';
|
||||
$lang['submit'] = 'Filtern';
|
||||
$lang['filter_auth_ok'] = 'An- und Abmeldungen';
|
||||
$lang['filter_auth_error'] = 'Fehlgeschlagene Anmeldeversuche';
|
||||
$lang['filter_admin'] = 'Admin';
|
||||
$lang['filter_other'] = 'Andere';
|
||||
|
||||
$lang['email_max_success_logins_subject'] = 'Warnung: Zu viele Anmeldungen';
|
||||
$lang['email_max_failed_logins_subject'] = 'Warnung: Zu viele fehlgeschlagene Anmeldeveruche';
|
||||
$lang['email_report_subject'] = 'Monatlicher Log-Bericht';
|
13
lib/plugins/loglog/lang/de/report.txt
Normal file
13
lib/plugins/loglog/lang/de/report.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Aktivitäten im vergangenen Monat
|
||||
|
||||
Logins
|
||||
|
||||
* Anzahl der erfolgreichen Logins: @@auth_ok@@
|
||||
* Anzahl der fehlgeschlagenen Loginversuche: @@auth_fail@@
|
||||
* Anzahl der Nutzer, die sich eingeloggt haben: @@users@@
|
||||
|
||||
Admin Tools
|
||||
|
||||
Aufrufe der verschiedenen Admin-Plugins
|
||||
|
||||
@@admin_pages@@
|
10
lib/plugins/loglog/lang/de/settings.php
Normal file
10
lib/plugins/loglog/lang/de/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang['login_success_max'] = 'Wenn die Anzahl von Anmeldungen im definierten Zeitraum (login_success_interval) diesen Wert überschreitet, soll ein Administrator benachrichtigt werden';
|
||||
$lang['login_success_interval'] = 'Alle X Minuten prüfen, ob der konfigurierte Schwellenwert für Anmeldungen überschritten wurde';
|
||||
$lang['login_success_email'] = 'E-Mail für Benachrichtigungen über zu viele Anmeldungen';
|
||||
$lang['login_failed_max'] = 'Wenn die Anzahl von gescheiterten Anmeldeveruchen im definierten Zeitraum (login_failed_interval) diesen Wert überschreitet, soll ein Administrator benachrichtigt werden';
|
||||
$lang['login_failed_interval'] = 'Alle X Minuten prüfen, ob der konfigurierte Schwellenwert für fehlgeschlagene Anmeldeversuche überschritten wurde';
|
||||
$lang['login_failed_email'] = 'E-Mail für Benachrichtigungen über zu viele fehlgeschlagene Anmeldeversuche';
|
||||
$lang['report_email'] = 'E-Mail für monatliche Berichte (Monatsanfang)';
|
||||
$lang['admin_date_format'] = 'Datumsformat in der Admin-Übersicht, falls abweichend von der Vorgabe in der Hauptkonfiguration (Siehe PHP <a href="http://php.net/strftime">strftime</a> Funktion)';
|
9
lib/plugins/loglog/lang/en/auth_failed.txt
Normal file
9
lib/plugins/loglog/lang/en/auth_failed.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Attention!
|
||||
|
||||
The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
|
||||
|
||||
This is the @SEQUENCE@. warning issued at @NOW@.
|
||||
|
||||
In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_ALERT@.
|
||||
|
||||
You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
9
lib/plugins/loglog/lang/en/auth_success.txt
Normal file
9
lib/plugins/loglog/lang/en/auth_success.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Attention!
|
||||
|
||||
The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
|
||||
|
||||
This is the @SEQUENCE@. warning issued at @NOW@.
|
||||
|
||||
In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_ALERT@.
|
||||
|
||||
You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
3
lib/plugins/loglog/lang/en/intro.txt
Normal file
3
lib/plugins/loglog/lang/en/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Weekly User and Admin Activity ======
|
||||
|
||||
This screen displays the following activities during the last 7 days: user logins and logouts, as well as usage of admin tools. You can use the navigation buttons at the bottom of the screen to display earlier weeks.
|
25
lib/plugins/loglog/lang/en/lang.php
Normal file
25
lib/plugins/loglog/lang/en/lang.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
$lang['menu'] = 'Weekly user and admin activity';
|
||||
|
||||
$lang['date'] = 'Date';
|
||||
$lang['ip'] = 'IP Address';
|
||||
$lang['action'] = 'Action';
|
||||
$lang['range'] = 'Displayed date range:';
|
||||
|
||||
$lang['off'] = 'logged off';
|
||||
$lang['autologoff'] = 'has been logged out automatically';
|
||||
$lang['in'] = 'logged in permanently';
|
||||
$lang['tin'] = 'logged in temporarily';
|
||||
$lang['fail'] = 'failed login attempt';
|
||||
|
||||
$lang['data'] = 'Data';
|
||||
$lang['submit'] = 'Apply filter';
|
||||
$lang['filter_auth_ok'] = 'User logins and logoffs';
|
||||
$lang['filter_auth_error'] = 'Failed login attempts';
|
||||
$lang['filter_admin'] = 'Admin';
|
||||
$lang['filter_other'] = 'Other';
|
||||
|
||||
$lang['email_max_success_logins_subject'] = 'Alert: Too many logins';
|
||||
$lang['email_max_failed_logins_subject'] = 'Alert: Too many failed login attempts';
|
||||
$lang['email_report_subject'] = 'Monthly log report';
|
11
lib/plugins/loglog/lang/en/report.txt
Normal file
11
lib/plugins/loglog/lang/en/report.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Usage Report for Last Month
|
||||
|
||||
Logins
|
||||
|
||||
* successful logins: @@auth_ok@@
|
||||
* failed login attempts: @@auth_fail@@
|
||||
* number of logged in users: @@users@@
|
||||
|
||||
Admin Tools
|
||||
|
||||
@@admin_pages@@
|
10
lib/plugins/loglog/lang/en/settings.php
Normal file
10
lib/plugins/loglog/lang/en/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang['login_success_max'] = 'When the number of logins per configured interval (login_success_interval) exceeds this number, an admin should be notified';
|
||||
$lang['login_success_interval'] = 'Interval to check the number of recent successful logins, in minutes';
|
||||
$lang['login_success_email'] = 'Email to send notifications about too many recent logins';
|
||||
$lang['login_failed_max'] = 'When the number of failed logins attempt per configured interval (login_failed_interval) exceeds this number, an admin should be notified';
|
||||
$lang['login_failed_interval'] = 'Interval to check the number of recent failed login attempts, in minutes';
|
||||
$lang['login_failed_email'] = 'Email to send notifications about too many failed logins';
|
||||
$lang['report_email'] = 'Email to send monthly reports to (beginning of every month)';
|
||||
$lang['admin_date_format'] = 'Date format to use in admin list instead of the global configuration (see PHP <a href="http://php.net/strftime">strftime</a> function)';
|
3
lib/plugins/loglog/lang/eo/intro.txt
Normal file
3
lib/plugins/loglog/lang/eo/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Semajnaj en/elsalutoj de uzantoj ======
|
||||
|
||||
Tiu ĉi paĝo montras ĉiujn en- kaj elsalutojn de uzantoj dum la pasintaj 7 tagoj. Vi povas uzi la navigbutonojn sube por montri pli fruajn semajnojn.
|
18
lib/plugins/loglog/lang/eo/lang.php
Normal file
18
lib/plugins/loglog/lang/eo/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Robert Bogenschneider <bogi@uea.org>
|
||||
* @author Moisés Braga Ribeiro <moisesbr@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Semajnaj en/elsalutoj de uzantoj';
|
||||
$lang['date'] = 'Dato';
|
||||
$lang['ip'] = 'IP-adreso';
|
||||
$lang['action'] = 'Ago';
|
||||
$lang['range'] = 'Montrata dat-amplekso:';
|
||||
$lang['off'] = 'elsalutinta';
|
||||
$lang['autologoff'] = 'elsalutinta aŭtomate';
|
||||
$lang['in'] = 'ensalutinta konstante';
|
||||
$lang['tin'] = 'ensalutinta portempe';
|
||||
$lang['fail'] = 'malsukcesa provo ensaluti';
|
3
lib/plugins/loglog/lang/fr/intro.txt
Normal file
3
lib/plugins/loglog/lang/fr/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Journal hebdomadaire des Connexions/Déconnexions Utilisateurs ======
|
||||
|
||||
Cette page affiche les connexions et déconnexions de tous les utilisateurs au cours de 7 derniers jours. Vous pouvez utiliser les boutons de navigation au bas de la page pour afficher les semaines précédentes.
|
18
lib/plugins/loglog/lang/fr/lang.php
Normal file
18
lib/plugins/loglog/lang/fr/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author NicolasFriedli <nicolas@theologique.ch>
|
||||
* @author Nicolas Friedli <nicolas@theologique.ch>
|
||||
*/
|
||||
$lang['menu'] = 'Journal hebdomadaire des Connexions/Déconnexions Utilisateurs';
|
||||
$lang['date'] = 'Date';
|
||||
$lang['ip'] = 'Adresse IP';
|
||||
$lang['action'] = 'Action';
|
||||
$lang['range'] = 'Période affichée :';
|
||||
$lang['off'] = 'déconnecté';
|
||||
$lang['autologoff'] = 'a été connecté automatiquement';
|
||||
$lang['in'] = 'connecté de façon permanente';
|
||||
$lang['tin'] = 'connecté temporairement';
|
||||
$lang['fail'] = 'connextion ratée';
|
3
lib/plugins/loglog/lang/hr/intro.txt
Normal file
3
lib/plugins/loglog/lang/hr/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Tjedne prijave/odjave korisnika ======
|
||||
|
||||
Ovdje su prikazane sve prijave i odjave korisnika u zadnjih 7 dana. Možete koristiti tipke za navigaciju na dnu stranice da prikažete prethodne tjedne.
|
17
lib/plugins/loglog/lang/hr/lang.php
Normal file
17
lib/plugins/loglog/lang/hr/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Davor Turkalj <turki.bsc@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Tjedne prijave/odjave korisnika';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['ip'] = 'IP adresa';
|
||||
$lang['action'] = 'Aktivnost';
|
||||
$lang['range'] = 'Prikazani opseg datuma:';
|
||||
$lang['off'] = 'odjavljen';
|
||||
$lang['autologoff'] = 'bio je odjavljen od strane sustava';
|
||||
$lang['in'] = 'prijavljen trajno';
|
||||
$lang['tin'] = 'prijavljen trenutno';
|
||||
$lang['fail'] = 'neuspio pokušaj prijave';
|
3
lib/plugins/loglog/lang/hu/intro.txt
Normal file
3
lib/plugins/loglog/lang/hu/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Heti felhasználói be-/kijelentkezések ======
|
||||
|
||||
A képernyőn az elmúlt 7 napban történt összes felhasználói be- és kijelentkezést láthatjuk. A képernyő alján található navigációs gombokkal a korábbi heteket is megtekinthetjük.
|
18
lib/plugins/loglog/lang/hu/lang.php
Normal file
18
lib/plugins/loglog/lang/hu/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author DelDadam <deldadam@gmail.com>
|
||||
* @author DelD <deldadam@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Heti felhasználói be-/kijelentkezések';
|
||||
$lang['date'] = 'Dátum';
|
||||
$lang['ip'] = 'IP-cím';
|
||||
$lang['action'] = 'Művelet';
|
||||
$lang['range'] = 'Kijelzett dátumtartomány:';
|
||||
$lang['off'] = 'kijelentkezés';
|
||||
$lang['autologoff'] = 'automatikusan kijelentkezett.';
|
||||
$lang['in'] = 'bejelentkezés (tartós)';
|
||||
$lang['tin'] = 'bejelentkezés (ideiglenes)';
|
||||
$lang['fail'] = 'sikertelen bejelentkezési kísérlet';
|
4
lib/plugins/loglog/lang/ja/intro.txt
Normal file
4
lib/plugins/loglog/lang/ja/intro.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
====== 週間ユーザーログイン/ログアウト ======
|
||||
|
||||
この画面は、直近7日間の全ユーザーのログイン・ログアウトを表示します。
|
||||
画面下部の移動ボタンを使用して、前の週を表示できます。
|
17
lib/plugins/loglog/lang/ja/lang.php
Normal file
17
lib/plugins/loglog/lang/ja/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['menu'] = '週間ユーザーログイン/ログアウト';
|
||||
$lang['date'] = '日付';
|
||||
$lang['ip'] = 'IPアドレス';
|
||||
$lang['action'] = '動作';
|
||||
$lang['range'] = '表示中の日付範囲:';
|
||||
$lang['off'] = 'ログアウト';
|
||||
$lang['autologoff'] = '自動的なログアウト';
|
||||
$lang['in'] = '恒久的なログイン';
|
||||
$lang['tin'] = '一時的なログイン';
|
||||
$lang['fail'] = 'ログイン失敗';
|
3
lib/plugins/loglog/lang/ko/intro.txt
Normal file
3
lib/plugins/loglog/lang/ko/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== 주간 사용자 로그인/로그아웃 ======
|
||||
|
||||
이 화면은 지난 7일 동안 모든 사용자의 로그인과 로그아웃을 표시합니다. 이전 주를 표시하려면 하면의 아래에 있는 둘러보기 버튼을 사용할 수 있습니다.
|
17
lib/plugins/loglog/lang/ko/lang.php
Normal file
17
lib/plugins/loglog/lang/ko/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = '주간 사용자 로그인/로그아웃';
|
||||
$lang['date'] = '날짜';
|
||||
$lang['ip'] = 'IP 주소';
|
||||
$lang['action'] = '동작';
|
||||
$lang['range'] = '표시할 날짜 범위:';
|
||||
$lang['off'] = '로그아웃됨';
|
||||
$lang['autologoff'] = '사용자가 자동으로 로그아웃되었습니다';
|
||||
$lang['in'] = '영구적으로 로그인됨';
|
||||
$lang['tin'] = '일시적으로 로그인됨';
|
||||
$lang['fail'] = '실패한 로그인 시도';
|
3
lib/plugins/loglog/lang/nl/intro.txt
Normal file
3
lib/plugins/loglog/lang/nl/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Weekoverzicht gebruikers Logins/Logouts ======
|
||||
|
||||
Dit scherm geeft alle gebruikers logins en logouts weer van de laatste 7 dagen. Onderaan het scherm kan je vorige weken selecteren om op het scherm te tonen.
|
18
lib/plugins/loglog/lang/nl/lang.php
Normal file
18
lib/plugins/loglog/lang/nl/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hugo Smet <hugo.smet@scarlet.be>
|
||||
* @author hugo smet <hugo.smet@scarlet.be>
|
||||
*/
|
||||
$lang['menu'] = 'Wekelijks gebruikers Logins/Logouts overzicht';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['ip'] = 'IP adres';
|
||||
$lang['action'] = 'Actie';
|
||||
$lang['range'] = 'Datumvork van de getoonde info';
|
||||
$lang['off'] = 'afgelogd';
|
||||
$lang['autologoff'] = 'is automatisch afgemeld';
|
||||
$lang['in'] = 'permanent ingelogd';
|
||||
$lang['tin'] = 'tijdelijk ingelogd';
|
||||
$lang['fail'] = 'mislukte login';
|
2
lib/plugins/loglog/lang/oc/intro.txt
Normal file
2
lib/plugins/loglog/lang/oc/intro.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
====== Connexions/Desconnexions dels utilizaires per setmana ======
|
||||
Aqueste ecran fa veire totes los utilizaires que se son connectat o desconnexion pendent los darrièrs 7 jorns. Utilizatz lo boton de navigacion aval de l'ecran per mostrar las setmanas mai anterioras.
|
17
lib/plugins/loglog/lang/oc/lang.php
Normal file
17
lib/plugins/loglog/lang/oc/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author En Matt <heartattack@free.fr>
|
||||
*/
|
||||
$lang['menu'] = 'Connexions/Desconnexions dels utilizaires per setmana';
|
||||
$lang['date'] = 'Data';
|
||||
$lang['ip'] = 'Adreça IP';
|
||||
$lang['action'] = 'Accion';
|
||||
$lang['range'] = 'Mostrar lo periòde :';
|
||||
$lang['off'] = 'desconnectat';
|
||||
$lang['autologoff'] = 'es estat desconnectat automaticament';
|
||||
$lang['in'] = 'connectat d\'un biais permanent';
|
||||
$lang['tin'] = 'connectat temporàriament';
|
||||
$lang['fail'] = 'ensag mancat de connexion';
|
3
lib/plugins/loglog/lang/pt-br/intro.txt
Normal file
3
lib/plugins/loglog/lang/pt-br/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Relatório Semanal de Entradas e Saídas de Usuários ======
|
||||
|
||||
Esta tela mostra todas as entradas e saídas de usuários durante os últimos 7 dias. Você pode usar os botões de navegação no final da tela para mostrar semanas mais antigas.
|
17
lib/plugins/loglog/lang/pt-br/lang.php
Normal file
17
lib/plugins/loglog/lang/pt-br/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Moisés Braga Ribeiro <moisesbr@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Relatório Semanal de Entradas e Saídas de Usuários';
|
||||
$lang['date'] = 'Data';
|
||||
$lang['ip'] = 'Endereço IP';
|
||||
$lang['action'] = 'Ação';
|
||||
$lang['range'] = 'Faixa de datas mostrada:';
|
||||
$lang['off'] = 'saiu';
|
||||
$lang['autologoff'] = 'saiu automaticamente';
|
||||
$lang['in'] = 'entrou permanentemente';
|
||||
$lang['tin'] = 'entrou temporariamente';
|
||||
$lang['fail'] = 'tentativa de entrada fracassada';
|
3
lib/plugins/loglog/lang/ru/intro.txt
Normal file
3
lib/plugins/loglog/lang/ru/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Журнал авторизации пользователей ======
|
||||
|
||||
Данная страница отображает все входы и выходы зарегистрированных пользователей за последние семь дней. Вы можете использовать кнопки навигации в нижней части экрана для отображения записей за предыдущие недели.
|
18
lib/plugins/loglog/lang/ru/lang.php
Normal file
18
lib/plugins/loglog/lang/ru/lang.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
* @author Takumo <9206984@mail.ru>
|
||||
*/
|
||||
$lang['menu'] = 'Журнал авторизации пользователей';
|
||||
$lang['date'] = 'Дата';
|
||||
$lang['ip'] = 'IP-адрес';
|
||||
$lang['action'] = 'Действие';
|
||||
$lang['range'] = 'Отображаемый период:';
|
||||
$lang['off'] = 'Выход';
|
||||
$lang['autologoff'] = 'был автоматически отключен от системы';
|
||||
$lang['in'] = 'Постоянный вход в систему';
|
||||
$lang['tin'] = 'Временный вход в систему';
|
||||
$lang['fail'] = 'Неудачная попытка входа';
|
3
lib/plugins/loglog/lang/sv/intro.txt
Normal file
3
lib/plugins/loglog/lang/sv/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Veckovis användarinloggningar/-utloggningar ======
|
||||
|
||||
Här visas alla användarinloggningar och -utloggningar de senaste sju dagarna. Du kan använda knapparna längst ner på sidan för att visa tidigare veckor.
|
17
lib/plugins/loglog/lang/sv/lang.php
Normal file
17
lib/plugins/loglog/lang/sv/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Tor Härnqvist <tor@harnqvist.se>
|
||||
*/
|
||||
$lang['menu'] = 'Veckovis användarinloggningar/-utloggningar';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['ip'] = 'IP-adress';
|
||||
$lang['action'] = 'Händelse';
|
||||
$lang['range'] = 'Visat datumspann:';
|
||||
$lang['off'] = 'utloggad';
|
||||
$lang['autologoff'] = 'har blivit automatiskt utloggad';
|
||||
$lang['in'] = 'inloggad permanent';
|
||||
$lang['tin'] = 'inloggad temporärt';
|
||||
$lang['fail'] = 'misslyckat inloggningsförsök';
|
15
lib/plugins/loglog/lang/zh-tw/lang.php
Normal file
15
lib/plugins/loglog/lang/zh-tw/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HL <tohelong@gmail.com>
|
||||
*/
|
||||
$lang['date'] = '日期';
|
||||
$lang['ip'] = 'IP';
|
||||
$lang['action'] = '動作';
|
||||
$lang['range'] = '日期範圍';
|
||||
$lang['off'] = '登出';
|
||||
$lang['in'] = '記住登錄';
|
||||
$lang['tin'] = '登錄';
|
||||
$lang['fail'] = '登錄失敗';
|
3
lib/plugins/loglog/lang/zh/intro.txt
Normal file
3
lib/plugins/loglog/lang/zh/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
======每周用户登录/注销======
|
||||
|
||||
该屏幕显示在过去7天的所有的登录和注销用户。可以使用导航按钮在屏幕的底部显示更多。
|
16
lib/plugins/loglog/lang/zh/lang.php
Normal file
16
lib/plugins/loglog/lang/zh/lang.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HL <tohelong@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = '本周登录/注销的用户';
|
||||
$lang['date'] = '日期';
|
||||
$lang['ip'] = 'IP';
|
||||
$lang['action'] = '动作';
|
||||
$lang['range'] = '日期范围';
|
||||
$lang['off'] = '登出';
|
||||
$lang['in'] = '记住我';
|
||||
$lang['tin'] = '登录';
|
||||
$lang['fail'] = '登录失败';
|
Reference in New Issue
Block a user