diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authpdo/lang | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authpdo/lang')
21 files changed, 0 insertions, 230 deletions
diff --git a/wiki/lib/plugins/authpdo/lang/bg/lang.php b/wiki/lib/plugins/authpdo/lang/bg/lang.php deleted file mode 100644 index f6532c4..0000000 --- a/wiki/lib/plugins/authpdo/lang/bg/lang.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Kiril <neohidra@gmail.com> - */ -$lang['connectfail'] = 'Свързването с базата данни се провали.'; -$lang['userexists'] = 'За съжаление вече съществува потребител с това име.'; diff --git a/wiki/lib/plugins/authpdo/lang/cs/lang.php b/wiki/lib/plugins/authpdo/lang/cs/lang.php deleted file mode 100644 index cf52a18..0000000 --- a/wiki/lib/plugins/authpdo/lang/cs/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> - */ -$lang['connectfail'] = 'Selhalo připojení k databázi.'; -$lang['userexists'] = 'Omlouváme se, ale uživatel s tímto jménem již existuje.'; -$lang['writefail'] = 'Nelze změnit údaje uživatele. Informujte prosím správce wiki'; diff --git a/wiki/lib/plugins/authpdo/lang/cy/lang.php b/wiki/lib/plugins/authpdo/lang/cy/lang.php deleted file mode 100644 index 449e3ef..0000000 --- a/wiki/lib/plugins/authpdo/lang/cy/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Welsh language file for authmysql plugin - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - */ - -$lang['connectfail'] = 'Method y cysylltiad i\'r databas.'; -$lang['userexists'] = 'Sori, mae defnyddiwr gyda\'r enw mewngofnodi hwn eisoes yn bodoli.'; -$lang['writefail'] = 'Methu â newid data defnyddiwr. Rhowch wybod i Weinyddwr y Wici'; - -//Setup VIM: ex: et ts=4 : diff --git a/wiki/lib/plugins/authpdo/lang/de/lang.php b/wiki/lib/plugins/authpdo/lang/de/lang.php deleted file mode 100644 index 7ae13dd..0000000 --- a/wiki/lib/plugins/authpdo/lang/de/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Noel Tilliot <noeltilliot@byom.de> - * @author Hendrik Diel <diel.hendrik@gmail.com> - * @author Philip Knack <p.knack@stollfuss.de> - */ -$lang['connectfail'] = 'Verbindung zur Datenbank fehlgeschlagen.'; -$lang['userexists'] = 'Entschuldigung, aber dieser Benutzername ist bereits vergeben.'; -$lang['writefail'] = 'Die Benutzerdaten konnten nicht geändert werden. Bitte wenden Sie sich an den Wiki-Admin.'; diff --git a/wiki/lib/plugins/authpdo/lang/en/lang.php b/wiki/lib/plugins/authpdo/lang/en/lang.php deleted file mode 100644 index 3e1482e..0000000 --- a/wiki/lib/plugins/authpdo/lang/en/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * English language file for authpdo plugin - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - */ - -$lang['connectfail'] = 'Failed to connect to database.'; -$lang['userexists'] = 'Sorry, a user with this login already exists.'; -$lang['writefail'] = 'Unable to modify user data. Please inform the Wiki-Admin'; - -//Setup VIM: ex: et ts=4 : diff --git a/wiki/lib/plugins/authpdo/lang/en/settings.php b/wiki/lib/plugins/authpdo/lang/en/settings.php deleted file mode 100644 index 1aaaec0..0000000 --- a/wiki/lib/plugins/authpdo/lang/en/settings.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -/** - * english language file for authpdo plugin - * - * @author Andreas Gohr <andi@splitbrain.org> - */ - -$lang['debug'] = 'Print out detailed error messages. Should be disabled after setup.'; -$lang['dsn'] = 'The DSN to connect to the database.'; -$lang['user'] = 'The user for the above database connection (empty for sqlite)'; -$lang['pass'] = 'The password for the above database connection (empty for sqlite)'; -$lang['select-user'] = 'SQL Statement to select the data of a single user'; -$lang['select-user-groups'] = 'SQL Statement to select all groups of a single user'; -$lang['select-groups'] = 'SQL Statement to select all available groups'; -$lang['insert-user'] = 'SQL Statement to insert a new user into the database'; -$lang['delete-user'] = 'SQL Statement to remove a single user from the database'; -$lang['list-users'] = 'SQL Statement to list users matching a filter'; -$lang['count-users'] = 'SQL Statement to count users matching a filter'; -$lang['update-user-info'] = 'SQL Statement to update the full name and email address of a single user'; -$lang['update-user-login'] = 'SQL Statement to update the login name of a single user'; -$lang['update-user-pass'] = 'SQL Statement to update the password of a single user'; -$lang['insert-group'] = 'SQL Statement to insert a new group into the database'; -$lang['join-group'] = 'SQL Statement to add a user to an existing group'; -$lang['leave-group'] = 'SQL Statement to remove a user from a group'; -$lang['check-pass'] = 'SQL Statement to check the password for a user. Can be left empty if password info is fetched in select-user.'; diff --git a/wiki/lib/plugins/authpdo/lang/es/lang.php b/wiki/lib/plugins/authpdo/lang/es/lang.php deleted file mode 100644 index 9bd9211..0000000 --- a/wiki/lib/plugins/authpdo/lang/es/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Domingo Redal <docxml@gmail.com> - */ -$lang['connectfail'] = 'Error al conectar con la base de datos.'; -$lang['userexists'] = 'Lo sentimos, ya existe un usuario con ese inicio de sesión.'; -$lang['writefail'] = 'No es posible modificar los datos del usuario. Por favor, informa al Administrador del Wiki'; diff --git a/wiki/lib/plugins/authpdo/lang/fa/lang.php b/wiki/lib/plugins/authpdo/lang/fa/lang.php deleted file mode 100644 index b26e836..0000000 --- a/wiki/lib/plugins/authpdo/lang/fa/lang.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Mohmmad Razavi <sepent@gmail.com> - * @author Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> - */ -$lang['connectfail'] = 'خطا در اتصال به دیتابیس'; -$lang['userexists'] = 'با عرض پوزش، یک کاربر با این نام از قبل وجود دارد.'; -$lang['writefail'] = 'امکان تغییر داده کاربر وجود نداشت. لطفا مسئول Wiki را آگاه کنید.'; diff --git a/wiki/lib/plugins/authpdo/lang/fr/lang.php b/wiki/lib/plugins/authpdo/lang/fr/lang.php deleted file mode 100644 index ee87b0d..0000000 --- a/wiki/lib/plugins/authpdo/lang/fr/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr> - */ -$lang['connectfail'] = 'Impossible de se connecter à la base de données.'; -$lang['userexists'] = 'Désolé, un utilisateur avec cet identifiant existe déjà.'; -$lang['writefail'] = 'Impossible de modifier les données utilisateur. Veuillez en informer l\'administrateur du Wiki.'; diff --git a/wiki/lib/plugins/authpdo/lang/hr/lang.php b/wiki/lib/plugins/authpdo/lang/hr/lang.php deleted file mode 100644 index 3acdbf4..0000000 --- a/wiki/lib/plugins/authpdo/lang/hr/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Davor Turkalj <turki.bsc@gmail.com> - */ -$lang['connectfail'] = 'Ne mogu se spojiti na bazu.'; -$lang['userexists'] = 'Oprostite ali korisnik s ovom prijavom već postoji.'; -$lang['writefail'] = 'Ne mogu izmijeniti podatke. Molim obavijestite Wiki administratora'; diff --git a/wiki/lib/plugins/authpdo/lang/hu/lang.php b/wiki/lib/plugins/authpdo/lang/hu/lang.php deleted file mode 100644 index 1a2098e..0000000 --- a/wiki/lib/plugins/authpdo/lang/hu/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Marton Sebok <sebokmarton@gmail.com> - */ -$lang['connectfail'] = 'Az adatbázishoz való csatlakozás sikertelen.'; -$lang['userexists'] = 'Sajnos már létezik ilyen azonosítójú felhasználó.'; -$lang['writefail'] = 'A felhasználói adatok módosítása sikertelen. Kérlek, fordulj a wiki rendszergazdájához!'; diff --git a/wiki/lib/plugins/authpdo/lang/it/lang.php b/wiki/lib/plugins/authpdo/lang/it/lang.php deleted file mode 100644 index 5c0a3f1..0000000 --- a/wiki/lib/plugins/authpdo/lang/it/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Torpedo <dgtorpedo@gmail.com> - */ -$lang['connectfail'] = 'Connessione fallita al database.'; -$lang['userexists'] = 'Spiacente, esiste già un utente con queste credenziali.'; -$lang['writefail'] = 'Non è possibile cambiare le informazioni utente. Si prega di informare l\'Amministratore del wiki'; diff --git a/wiki/lib/plugins/authpdo/lang/ja/lang.php b/wiki/lib/plugins/authpdo/lang/ja/lang.php deleted file mode 100644 index 1cd441b..0000000 --- a/wiki/lib/plugins/authpdo/lang/ja/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Hideaki SAWADA <chuno@live.jp> - */ -$lang['connectfail'] = 'データベースへの接続に失敗しました。'; -$lang['userexists'] = 'このログイン名のユーザーが既に存在しています。'; -$lang['writefail'] = 'ユーザーデータを変更できません。Wiki の管理者に連絡してください。'; diff --git a/wiki/lib/plugins/authpdo/lang/ko/lang.php b/wiki/lib/plugins/authpdo/lang/ko/lang.php deleted file mode 100644 index 0b14197..0000000 --- a/wiki/lib/plugins/authpdo/lang/ko/lang.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author hyeonsoft <hyeonsoft@live.co.kr> - * @author Myeongjin <aranet100@gmail.com> - */ -$lang['connectfail'] = '데이터베이스에 연결하는 데 실패했습니다.'; -$lang['userexists'] = '죄송하지만 이 계정으로 이미 로그인한 사용자가 있습니다.'; -$lang['writefail'] = '사용자 데이터를 수정할 수 없습니다. 위키 관리자에게 문의하시기 바랍니다'; diff --git a/wiki/lib/plugins/authpdo/lang/nl/lang.php b/wiki/lib/plugins/authpdo/lang/nl/lang.php deleted file mode 100644 index b426f6b..0000000 --- a/wiki/lib/plugins/authpdo/lang/nl/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Hugo Smet <hugo.smet@scarlet.be> - */ -$lang['connectfail'] = 'Connectie met de database mislukt.'; -$lang['userexists'] = 'Sorry, een gebruiker met deze login bestaat reeds.'; -$lang['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.'; diff --git a/wiki/lib/plugins/authpdo/lang/pt-br/lang.php b/wiki/lib/plugins/authpdo/lang/pt-br/lang.php deleted file mode 100644 index 2008ae6..0000000 --- a/wiki/lib/plugins/authpdo/lang/pt-br/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br> - */ -$lang['connectfail'] = 'Não foi possível conectar ao banco de dados.'; -$lang['userexists'] = 'Desculpe, mas já existe esse nome de usuário.'; -$lang['writefail'] = 'Não foi possível modificar os dados do usuário. Por favor, informe ao administrador do Wiki.'; diff --git a/wiki/lib/plugins/authpdo/lang/pt/lang.php b/wiki/lib/plugins/authpdo/lang/pt/lang.php deleted file mode 100644 index f2eca8f..0000000 --- a/wiki/lib/plugins/authpdo/lang/pt/lang.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Paulo Carmino <contato@paulocarmino.com> - */ -$lang['connectfail'] = 'Falha ao conectar com o banco de dados.'; -$lang['userexists'] = 'Desculpe, esse login já está sendo usado.'; diff --git a/wiki/lib/plugins/authpdo/lang/ru/lang.php b/wiki/lib/plugins/authpdo/lang/ru/lang.php deleted file mode 100644 index 9f75d17..0000000 --- a/wiki/lib/plugins/authpdo/lang/ru/lang.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Takumo <9206984@mail.ru> - * @author Aleksandr Selivanov <alexgearbox@yandex.ru> - */ -$lang['connectfail'] = 'Ошибка соединения с базой данных.'; -$lang['userexists'] = 'Извините, пользователь с таким логином уже существует.'; -$lang['writefail'] = 'Невозможно изменить данные пользователя. Сообщите об этом администратору вики.'; diff --git a/wiki/lib/plugins/authpdo/lang/sk/lang.php b/wiki/lib/plugins/authpdo/lang/sk/lang.php deleted file mode 100644 index d143bbf..0000000 --- a/wiki/lib/plugins/authpdo/lang/sk/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Martin Michalek <michalek.dev@gmail.com> - */ -$lang['connectfail'] = 'Nepodarilo sa pripojiť k databáze.'; -$lang['userexists'] = 'Ľutujem, ale používateľ s týmto prihlasovacím menom už existuje.'; -$lang['writefail'] = 'Nie je možné zmeniť údaje používateľa, informujte prosím administrátora Wiki.'; diff --git a/wiki/lib/plugins/authpdo/lang/tr/lang.php b/wiki/lib/plugins/authpdo/lang/tr/lang.php deleted file mode 100644 index 30576c0..0000000 --- a/wiki/lib/plugins/authpdo/lang/tr/lang.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Mete Cuma <mcumax@gmail.com> - */ -$lang['connectfail'] = 'Veritabanına bağlantı kurulamadı.'; diff --git a/wiki/lib/plugins/authpdo/lang/zh/lang.php b/wiki/lib/plugins/authpdo/lang/zh/lang.php deleted file mode 100644 index 06c258f..0000000 --- a/wiki/lib/plugins/authpdo/lang/zh/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Errol <errol@hotmail.com> - */ -$lang['connectfail'] = '连接数据库失败'; -$lang['userexists'] = '抱歉,用户名已被使用。'; -$lang['writefail'] = '无法修改用户数据。请通知管理员'; |