Initial commit
This commit is contained in:
14
content/lib/plugins/usermanager/lang/af/lang.php
Normal file
14
content/lib/plugins/usermanager/lang/af/lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Afrikaans language file
|
||||
*
|
||||
*/
|
||||
$lang['user_pass'] = 'Wagwoord';
|
||||
$lang['user_name'] = 'Regte Naam';
|
||||
$lang['user_mail'] = 'E-pos';
|
||||
$lang['edit'] = 'Verander';
|
||||
$lang['search'] = 'Soek';
|
||||
$lang['start'] = 'begin';
|
||||
$lang['prev'] = 'voorigste';
|
||||
$lang['next'] = 'volgende';
|
||||
$lang['last'] = 'einde';
|
1
content/lib/plugins/usermanager/lang/ar/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/ar/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
==== إضافة حساب ====
|
1
content/lib/plugins/usermanager/lang/ar/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/ar/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
==== حذف الحساب ====
|
1
content/lib/plugins/usermanager/lang/ar/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/ar/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
==== تعديل المستخدم ====
|
1
content/lib/plugins/usermanager/lang/ar/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/ar/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== مدير المستخدمين ======
|
49
content/lib/plugins/usermanager/lang/ar/lang.php
Normal file
49
content/lib/plugins/usermanager/lang/ar/lang.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Yaman Hokan <always.smile.yh@hotmail.com>
|
||||
* @author Usama Akkad <uahello@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'مدير المستخدمين';
|
||||
$lang['noauth'] = '(مصادقة المستخدمين غير متوفرة)';
|
||||
$lang['nosupport'] = '(إدارة المستخدمين غير متوفرة)';
|
||||
$lang['badauth'] = 'آلية مصادقة غير صالحة';
|
||||
$lang['user_id'] = 'اسم المستخدم';
|
||||
$lang['user_pass'] = 'كلمة السر';
|
||||
$lang['user_name'] = 'الاسم الحقيقي';
|
||||
$lang['user_mail'] = 'البريد الالكتروني';
|
||||
$lang['user_groups'] = 'المجموعات';
|
||||
$lang['field'] = 'حقل';
|
||||
$lang['value'] = 'القيمة';
|
||||
$lang['add'] = 'إضافة';
|
||||
$lang['delete'] = 'حذف';
|
||||
$lang['delete_selected'] = 'حذف المختار';
|
||||
$lang['edit'] = 'تحرير';
|
||||
$lang['edit_prompt'] = 'حرر هذا المستخدم';
|
||||
$lang['modify'] = 'حفظ التعديلات';
|
||||
$lang['search'] = 'بحث';
|
||||
$lang['search_prompt'] = 'ابدأ البحث';
|
||||
$lang['clear'] = 'صفّر مرشح البحث';
|
||||
$lang['filter'] = 'المرشّح';
|
||||
$lang['summary'] = 'عرض المستخدمين %1$d-%2$d of %3$d وجد. %4$d مستخدم كلي.';
|
||||
$lang['nonefound'] = 'لم يوجد مستخدمين. %d مستخدم كليا.';
|
||||
$lang['delete_ok'] = '%d مستخدم حذفوا';
|
||||
$lang['delete_fail'] = '%d فشل حذفهم.';
|
||||
$lang['update_ok'] = 'حُدث المستخدم بنجاح';
|
||||
$lang['update_fail'] = 'فشل تحديث المستخدم';
|
||||
$lang['update_exists'] = 'لقد فشل تغيير اسم المستخدم , اسم المستخدم المحدد (%s) غير متاح . ( سيتم تطبيق أي تغييرات أخرى )';
|
||||
$lang['start'] = 'ابدأ';
|
||||
$lang['prev'] = 'السابق';
|
||||
$lang['next'] = 'التالي';
|
||||
$lang['last'] = 'الأخير';
|
||||
$lang['edit_usermissing'] = 'لم يعثر على المستخدم المحدد، يحتمل أن اسم المستخدم قد حذف أو غُير في مكان آخر.';
|
||||
$lang['user_notify'] = 'أشعر المستخدم';
|
||||
$lang['note_notify'] = 'بريد الاشعار يرسل فقط إن اعطي المستخدم كلمة سر جديدة.';
|
||||
$lang['note_group'] = 'المستخدمون الجدد سيضافون للمجموعة الافتراضية (%s) إن لم تُحدد لهم مجموعة.';
|
||||
$lang['note_pass'] = 'ستولد كلمة المرور تلقائيا إن تُرك الحقل فارغا مع تمكين إشعار المستخدم.';
|
||||
$lang['add_ok'] = 'اضيف المستخدم بنجاح';
|
||||
$lang['add_fail'] = 'فشلت إضافة المستخدم';
|
||||
$lang['notify_ok'] = 'ارسلت رسالة الاشعار';
|
||||
$lang['notify_fail'] = 'تعذر ارسال بريد الاشعار';
|
1
content/lib/plugins/usermanager/lang/ar/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/ar/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== قائمة المستخدمين =====
|
1
content/lib/plugins/usermanager/lang/bg/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/bg/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Добавяне на потребител =====
|
1
content/lib/plugins/usermanager/lang/bg/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/bg/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Изтриване на потребител =====
|
1
content/lib/plugins/usermanager/lang/bg/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/bg/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Редактиране на потребител =====
|
1
content/lib/plugins/usermanager/lang/bg/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/bg/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Управление на потребителите ======
|
59
content/lib/plugins/usermanager/lang/bg/lang.php
Normal file
59
content/lib/plugins/usermanager/lang/bg/lang.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Nikolay Vladimirov <nikolay@vladimiroff.com>
|
||||
* @author Viktor Usunov <usun0v@mail.bg>
|
||||
* @author Kiril <neohidra@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Диспечер на потребителите';
|
||||
$lang['noauth'] = '(удостоверяването на потребители не е налично)';
|
||||
$lang['nosupport'] = '(управлението на потребители не се поддържа)';
|
||||
$lang['badauth'] = 'невалиден механизъм за удостоверяване';
|
||||
$lang['user_id'] = 'Потребител';
|
||||
$lang['user_pass'] = 'Парола';
|
||||
$lang['user_name'] = 'Истинско име';
|
||||
$lang['user_mail'] = 'Електронна поща';
|
||||
$lang['user_groups'] = 'Групи';
|
||||
$lang['field'] = 'Поле';
|
||||
$lang['value'] = 'Стойност';
|
||||
$lang['add'] = 'Добави';
|
||||
$lang['delete'] = 'Изтрий';
|
||||
$lang['delete_selected'] = 'Изтрий избраните';
|
||||
$lang['edit'] = 'Редактирай';
|
||||
$lang['edit_prompt'] = 'Редактиране на потребителя';
|
||||
$lang['modify'] = 'Запиши промените';
|
||||
$lang['search'] = 'Търсене';
|
||||
$lang['search_prompt'] = 'Търси';
|
||||
$lang['clear'] = 'Обновяване на търсенето';
|
||||
$lang['filter'] = 'Филтър';
|
||||
$lang['export_all'] = 'Износ на всички потребители (CSV)';
|
||||
$lang['import'] = 'Импорт на нови потребители';
|
||||
$lang['line'] = 'Ред №';
|
||||
$lang['error'] = 'Съобщение за грешка';
|
||||
$lang['summary'] = 'Показване на потребители %1$d-%2$d от %3$d намерени. Общо %4$d потребителя.';
|
||||
$lang['nonefound'] = 'Не са намерени потребители. Общо %d потребителя.';
|
||||
$lang['delete_ok'] = '%d изтрити потребителя';
|
||||
$lang['delete_fail'] = 'изтриването на %d се провали.';
|
||||
$lang['update_ok'] = 'Обновяването на потребителя е успешно';
|
||||
$lang['update_fail'] = 'Обновяването на потребителя се провали';
|
||||
$lang['update_exists'] = 'Смяната на потребителското име се провали, въведеното потребителско име (%s) вече съществува (всички други промени ще бъдат приложени).';
|
||||
$lang['start'] = 'начало';
|
||||
$lang['prev'] = 'назад';
|
||||
$lang['next'] = 'напред';
|
||||
$lang['last'] = 'край';
|
||||
$lang['edit_usermissing'] = 'Избраният потребител не е намерен, въведеното потребителско име може да е изтрито или променено другаде.';
|
||||
$lang['user_notify'] = 'Уведомяване на потребителя';
|
||||
$lang['note_notify'] = 'Имейл се изпраща само ако бъде променена паролата на потребителя.';
|
||||
$lang['note_group'] = 'Новите потребители биват добавяни към стандартната групата (%s) ако не е посочена друга.';
|
||||
$lang['note_pass'] = 'Паролата ще бъде генерирана автоматично, ако оставите полето празно и функцията за уведомяване на потребителя е включена.';
|
||||
$lang['add_ok'] = 'Добавянето на потребителя е успешно';
|
||||
$lang['add_fail'] = 'Добавянето на потребителя се провали';
|
||||
$lang['notify_ok'] = 'Изпратено е осведомителен имейл';
|
||||
$lang['notify_fail'] = 'Изпращането на осведомителен имейл не е възможно';
|
||||
$lang['import_error_badname'] = 'Грешно потребителско име';
|
||||
$lang['import_error_badmail'] = 'Грешен имейл адрес';
|
||||
$lang['import_error_upload'] = 'Внасянето се провали. CSV файлът не може да бъде качен или е празен.';
|
||||
$lang['import_error_readfail'] = 'Внасянето се провали. Каченият файл не може да бъде прочетен.';
|
||||
$lang['import_error_create'] = 'Потребителят не може да бъде съдаден';
|
1
content/lib/plugins/usermanager/lang/bg/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/bg/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Списък на потребителите =====
|
1
content/lib/plugins/usermanager/lang/ca-valencia/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca-valencia/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Afegir usuari =====
|
@@ -0,0 +1 @@
|
||||
===== Borrar usuari =====
|
@@ -0,0 +1 @@
|
||||
===== Editar usuari =====
|
@@ -0,0 +1 @@
|
||||
====== Gestor d'usuaris ======
|
49
content/lib/plugins/usermanager/lang/ca-valencia/lang.php
Normal file
49
content/lib/plugins/usermanager/lang/ca-valencia/lang.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
/**
|
||||
* Valencian language file
|
||||
*
|
||||
* @author Bernat Arlandis i Mañó <berarma@ya.com>
|
||||
* @author Bernat Arlandis <berarma@ya.com>
|
||||
* @author Bernat Arlandis <berarma@llenguaitecnologia.com>
|
||||
*/
|
||||
$lang['menu'] = 'Gestor d\'usuaris';
|
||||
$lang['noauth'] = '(autenticació d\'usuaris no disponible)';
|
||||
$lang['nosupport'] = '(gestió d\'usuaris no admesa)';
|
||||
$lang['badauth'] = 'mecanisme d\'autenticació no vàlit';
|
||||
$lang['user_id'] = 'Usuari';
|
||||
$lang['user_pass'] = 'Contrasenya';
|
||||
$lang['user_name'] = 'Nom real';
|
||||
$lang['user_mail'] = 'Correu electrònic';
|
||||
$lang['user_groups'] = 'Grups';
|
||||
$lang['field'] = 'Camp';
|
||||
$lang['value'] = 'Valor';
|
||||
$lang['add'] = 'Afegir';
|
||||
$lang['delete'] = 'Borrar';
|
||||
$lang['delete_selected'] = 'Borrar seleccionats';
|
||||
$lang['edit'] = 'Editar';
|
||||
$lang['edit_prompt'] = 'Editar est usuari';
|
||||
$lang['modify'] = 'Guardar canvis';
|
||||
$lang['search'] = 'Buscar';
|
||||
$lang['search_prompt'] = 'Començar busca';
|
||||
$lang['clear'] = 'Reiniciar filtre de busques';
|
||||
$lang['filter'] = 'Filtre';
|
||||
$lang['summary'] = 'Mostrant usuaris %1$d-%2$d de %3$d trobats. %4$d usuaris totals.';
|
||||
$lang['nonefound'] = 'No s\'han trobat usuaris. %d usuaris totals.';
|
||||
$lang['delete_ok'] = '%d usuaris borrats';
|
||||
$lang['delete_fail'] = 'Erro borrant %d.';
|
||||
$lang['update_ok'] = 'Usuari actualisat correctament';
|
||||
$lang['update_fail'] = 'Erro actualisant usuari';
|
||||
$lang['update_exists'] = 'Erro canviant el nom de l\'usuari (%s), el nom d\'usuari que ha donat ya existix (els demés canvis s\'aplicaran).';
|
||||
$lang['start'] = 'primera';
|
||||
$lang['prev'] = 'anterior';
|
||||
$lang['next'] = 'següent';
|
||||
$lang['last'] = 'última';
|
||||
$lang['edit_usermissing'] = 'L\'usuari seleccionat no existix, pot haver segut borrat o modificat des d\'un atre lloc.';
|
||||
$lang['user_notify'] = 'Notificar a l\'usuari';
|
||||
$lang['note_notify'] = 'Els correus de notificació només s\'envien si a l\'usuari se li assigna una contrasenya nova.';
|
||||
$lang['note_group'] = 'Els usuaris nous s\'afegiran al grup predeterminat (%s) si no se n\'especifica atre.';
|
||||
$lang['note_pass'] = 'Si es deixa el camp buit i la notificació a l\'usuari està desactivada s\'autogenerarà la contrasenya.';
|
||||
$lang['add_ok'] = 'Usuari afegit correctament';
|
||||
$lang['add_fail'] = 'Erro afegint usuari';
|
||||
$lang['notify_ok'] = 'Correu de notificació enviat';
|
||||
$lang['notify_fail'] = 'Erro enviant el correu de notificació';
|
@@ -0,0 +1 @@
|
||||
===== Llista d'usuaris =====
|
1
content/lib/plugins/usermanager/lang/ca/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Nou usuari =====
|
1
content/lib/plugins/usermanager/lang/ca/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Supressió d'usuari =====
|
1
content/lib/plugins/usermanager/lang/ca/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Edició d'usuari =====
|
1
content/lib/plugins/usermanager/lang/ca/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
======= Gestió d'usuaris ======
|
62
content/lib/plugins/usermanager/lang/ca/lang.php
Normal file
62
content/lib/plugins/usermanager/lang/ca/lang.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Adolfo Jayme Barrientos <fito@libreoffice.org>
|
||||
* @author Carles Bellver <carles.bellver@gmail.com>
|
||||
* @author carles.bellver <carles.bellver@cent.uji.es>
|
||||
* @author daniel <daniel@6temes.cat>
|
||||
*/
|
||||
$lang['menu'] = 'Gestió d\'usuaris';
|
||||
$lang['noauth'] = '(l\'autenticació d\'usuaris no està disponible)';
|
||||
$lang['nosupport'] = '(la gestió d\'usuaris no funciona)';
|
||||
$lang['badauth'] = 'el mecanisme d\'autenticació no és vàlid';
|
||||
$lang['user_id'] = 'Usuari';
|
||||
$lang['user_pass'] = 'Contrasenya';
|
||||
$lang['user_name'] = 'Nom real';
|
||||
$lang['user_mail'] = 'Correu electrònic';
|
||||
$lang['user_groups'] = 'Grups';
|
||||
$lang['field'] = 'Camp';
|
||||
$lang['value'] = 'Valor';
|
||||
$lang['add'] = 'Afegeix';
|
||||
$lang['delete'] = 'Suprimeix';
|
||||
$lang['delete_selected'] = 'Suprimeix els seleccionats';
|
||||
$lang['edit'] = 'Edita';
|
||||
$lang['edit_prompt'] = 'Edita aquest usuari';
|
||||
$lang['modify'] = 'Desa els canvis';
|
||||
$lang['search'] = 'Cerca';
|
||||
$lang['search_prompt'] = 'Fes la cerca';
|
||||
$lang['clear'] = 'Reinicia el filtre de cerca';
|
||||
$lang['filter'] = 'Filtre';
|
||||
$lang['export_all'] = 'Exporta tots els usuaris (CSV)';
|
||||
$lang['export_filtered'] = 'Exporta la llista filtrada d’usuaris (CSV)';
|
||||
$lang['import'] = 'Importa usuaris nous';
|
||||
$lang['line'] = 'Línia nro.';
|
||||
$lang['error'] = 'Missatge d’error';
|
||||
$lang['summary'] = 'Visualització d\'usuaris %1$d-%2$d de %3$d trobats. %4$d usuaris en total.';
|
||||
$lang['nonefound'] = 'No s\'han trobat usuaris. %d usuaris en total.';
|
||||
$lang['delete_ok'] = 'S\'han suprimit %d usuaris';
|
||||
$lang['delete_fail'] = 'No s\'han pogut suprimir %d.';
|
||||
$lang['update_ok'] = 'L\'usuari ha estat actualitzat amb èxit';
|
||||
$lang['update_fail'] = 'Ha fallat l\'actualització de l\'usuari';
|
||||
$lang['update_exists'] = 'No s\'ha pogut canviar el nom de l\'usuari. El nom d\'usuari especificat (%s) ja existeix (qualsevol altre canvi sí que serà efectiu).';
|
||||
$lang['start'] = 'inici';
|
||||
$lang['prev'] = 'anterior';
|
||||
$lang['next'] = 'següent';
|
||||
$lang['last'] = 'final';
|
||||
$lang['edit_usermissing'] = 'L\'usuari seleccionat no s\'ha pogut trobar. Potser el nom d\'usuari especificat s\'ha suprimit o modificat des d\'un altre lloc.';
|
||||
$lang['user_notify'] = 'Notificació a l\'usuari';
|
||||
$lang['note_notify'] = 'Els correus de notificació només s\'envien si es canvia la contrasenya de l\'usuari.';
|
||||
$lang['note_group'] = 'Els nous usuaris s\'afegeixen al grup per defecte (%s) si no s\'especifica un altre grup.';
|
||||
$lang['note_pass'] = 'La contrasenya es generarà automàticament si el camp es deixa en blanc i les notificacions estan habilitades per a aquest usuari.';
|
||||
$lang['add_ok'] = 'L\'usuari s\'ha afegit amb èxit';
|
||||
$lang['add_fail'] = 'No s\'ha pogut afegir l\'usuari';
|
||||
$lang['notify_ok'] = 'S\'ha enviat el correu de notificació';
|
||||
$lang['notify_fail'] = 'No s\'ha pogut enviar el correu de notificació';
|
||||
$lang['import_userlistcsv'] = 'Fitxer de llista d’usuaris (CSV):';
|
||||
$lang['import_error_badname'] = 'Nom incorrecte';
|
||||
$lang['import_error_badmail'] = 'Adreça electrònica incorrecta';
|
||||
$lang['import_error_create'] = 'No es pot crear l’usuari';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Les contrasenyes introduïdes no són idèntiques.';
|
||||
$lang['addUser_error_name_missing'] = 'Introduïu un nom per a l’usuari nou.';
|
1
content/lib/plugins/usermanager/lang/ca/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/ca/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Llista d'usuaris =====
|
1
content/lib/plugins/usermanager/lang/cs/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/cs/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Přidat uživatele =====
|
1
content/lib/plugins/usermanager/lang/cs/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/cs/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Smazat uživatele =====
|
1
content/lib/plugins/usermanager/lang/cs/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/cs/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Upravit uživatele =====
|
9
content/lib/plugins/usermanager/lang/cs/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/cs/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Hromadný import uživatelů =====
|
||||
|
||||
Vyžaduje CSV soubor s uživateli obsahující alespoň 4 sloupce.
|
||||
Sloupce obsahují (v daném pořadí): user-id, celé jméno, emailovou adresu, seznam skupin.
|
||||
Položky CSV musí být odděleny čárkou (,) a řetězce umístěny v uvozovkách (%%""%%). Zpětné lomítko (\) lze použít pro escapování.
|
||||
Pro získání příkladu takového souboru využijte funkci "Exportovat uživatele" výše.
|
||||
Záznamy s duplicitním user-id budou ignorovány.
|
||||
|
||||
Hesla budou vygenerována a zaslána e-mailem všem úspěšně importovaným uživatelům.
|
1
content/lib/plugins/usermanager/lang/cs/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/cs/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Správa uživatelů ======
|
87
content/lib/plugins/usermanager/lang/cs/lang.php
Normal file
87
content/lib/plugins/usermanager/lang/cs/lang.php
Normal file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Petr Kajzar <petr.kajzar@lf1.cuni.cz>
|
||||
* @author Tomas Valenta <t.valenta@sh.cvut.cz>
|
||||
* @author Zbynek Krivka <zbynek.krivka@seznam.cz>
|
||||
* @author Bohumir Zamecnik <bohumir@zamecnik.org>
|
||||
* @author tomas <tomas@valenta.cz>
|
||||
* @author Marek Sacha <sachamar@fel.cvut.cz>
|
||||
* @author Lefty <lefty@multihost.cz>
|
||||
* @author Vojta Beran <xmamut@email.cz>
|
||||
* @author Jakub A. Těšínský (j@kub.cz)
|
||||
* @author mkucera66 <mkucera66@seznam.cz>
|
||||
* @author Zbyněk Křivka <krivka@fit.vutbr.cz>
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
* @author Daniel Slováček <danslo@danslo.cz>
|
||||
* @author Martin Růžička <martinr@post.cz>
|
||||
*/
|
||||
$lang['menu'] = 'Správa uživatelů';
|
||||
$lang['noauth'] = '(autentizace uživatelů není k dispozici)';
|
||||
$lang['nosupport'] = '(správa uživatelů není podporována)';
|
||||
$lang['badauth'] = 'chybná metoda autentizace';
|
||||
$lang['user_id'] = 'Uživatel';
|
||||
$lang['user_pass'] = 'Heslo';
|
||||
$lang['user_name'] = 'Celé jméno';
|
||||
$lang['user_mail'] = 'E-mail';
|
||||
$lang['user_groups'] = 'Skupiny';
|
||||
$lang['field'] = 'Položka';
|
||||
$lang['value'] = 'Hodnota';
|
||||
$lang['add'] = 'Přidat';
|
||||
$lang['delete'] = 'Smazat';
|
||||
$lang['delete_selected'] = 'Smazat vybrané';
|
||||
$lang['edit'] = 'Upravit';
|
||||
$lang['edit_prompt'] = 'Upravit uživatele';
|
||||
$lang['modify'] = 'Uložit změny';
|
||||
$lang['search'] = 'Hledání';
|
||||
$lang['search_prompt'] = 'Prohledat';
|
||||
$lang['clear'] = 'Zrušit vyhledávací filtr';
|
||||
$lang['filter'] = 'Filtr';
|
||||
$lang['export_all'] = 'Exportovat všechny uživatele (CSV)';
|
||||
$lang['export_filtered'] = 'Exportovat filtrovaný seznam uživatelů (CSV)';
|
||||
$lang['import'] = 'Importovat nové uživatele';
|
||||
$lang['line'] = 'Řádek č.';
|
||||
$lang['error'] = 'Chybová zpráva';
|
||||
$lang['summary'] = 'Zobrazuji uživatele %1$d-%2$d z %3$d nalezených. Celkem %4$d uživatelů.';
|
||||
$lang['nonefound'] = 'Žádný uživatel nebyl nalezen. Celkem %d uživatelů.';
|
||||
$lang['delete_ok'] = '%d uživatelů smazáno';
|
||||
$lang['delete_fail'] = '%d uživatelů nelze smazat.';
|
||||
$lang['update_ok'] = 'Uživatel upraven';
|
||||
$lang['update_fail'] = 'Úprava uživatele selhala';
|
||||
$lang['update_exists'] = 'Jméno nelze změnit, jelikož zadané uživatelské jméno (%s) již existuje (ostatní změny ale budou provedeny).';
|
||||
$lang['start'] = 'první';
|
||||
$lang['prev'] = 'předchozí';
|
||||
$lang['next'] = 'další';
|
||||
$lang['last'] = 'poslední';
|
||||
$lang['edit_usermissing'] = 'Vybraný uživatel nebyl nalezen, zadané uživatelského mohlo být smazáno nebo změněno.';
|
||||
$lang['user_notify'] = 'Upozornit uživatele';
|
||||
$lang['note_notify'] = 'E-maily s upozorněním se budou posílat pouze, když uživatel dostává nové heslo.';
|
||||
$lang['note_group'] = 'Noví uživatelé budou přidáváni do této výchozí skupiny (%s), pokud pro ně není uvedena žádná skupina.';
|
||||
$lang['note_pass'] = 'Heslo bude automaticky vygenerováno, pokud je pole ponecháno prázdné a je zapnuto upozornění uživatele.';
|
||||
$lang['add_ok'] = 'Uživatel úspěšně vytvořen';
|
||||
$lang['add_fail'] = 'Vytvoření uživatele selhalo';
|
||||
$lang['notify_ok'] = 'Odeslán e-mail s upozorněním';
|
||||
$lang['notify_fail'] = 'E-mail s upozorněním nebylo možno odeslat';
|
||||
$lang['import_userlistcsv'] = 'Seznam uživatelů (CSV):';
|
||||
$lang['import_header'] = 'Poslední selhání importu';
|
||||
$lang['import_success_count'] = 'Import uživatelů: nalezeno %d uživatelů, %d úspěšně importováno.';
|
||||
$lang['import_failure_count'] = 'Import uživatelů: %d selhalo. Seznam chybných je níže.';
|
||||
$lang['import_error_fields'] = 'Nedostatek položek, nalezena/y %d, požadovány 4.';
|
||||
$lang['import_error_baduserid'] = 'Chybí User-id';
|
||||
$lang['import_error_badname'] = 'Špatné jméno';
|
||||
$lang['import_error_badmail'] = 'Špatná e-mailová adresa';
|
||||
$lang['import_error_upload'] = 'Import selhal. CSV soubor nemohl být nahrán nebo je prázdný.';
|
||||
$lang['import_error_readfail'] = 'Import selhal. Nelze číst nahraný soubor.';
|
||||
$lang['import_error_create'] = 'Nelze vytvořit uživatele';
|
||||
$lang['import_notify_fail'] = 'Importovanému uživateli %s s e-mailem %s nemohlo být zasláno upozornění.';
|
||||
$lang['import_downloadfailures'] = 'Stáhnout chyby pro nápravu jako CSV';
|
||||
$lang['addUser_error_missing_pass'] = 'Buď prosím nastavte heslo nebo aktivujte upozorňování uživatel aby fungovalo vytváření hesel.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Zadaná hesla nebyla shodná.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Změna hesel je momentálně zakázána.';
|
||||
$lang['addUser_error_name_missing'] = 'Zadejte prosím jméno nového uživatele.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Změna jmen je momentálně zakázána.';
|
||||
$lang['addUser_error_mail_missing'] = 'Zadejte prosím emailovou adresu nového uživatele.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Změna e-mailové adresy je momentálně zakázána.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Zásuvný modul zabránil přidání nového uživatele. Pro více informací si prohlédněte další možné zprávy.';
|
1
content/lib/plugins/usermanager/lang/cs/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/cs/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Seznam uživatelů =====
|
1
content/lib/plugins/usermanager/lang/cy/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/cy/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Ychwanegu defnyddiwr =====
|
1
content/lib/plugins/usermanager/lang/cy/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/cy/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Dileu defnyddiwr =====
|
1
content/lib/plugins/usermanager/lang/cy/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/cy/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Golygu defnyddiwr =====
|
9
content/lib/plugins/usermanager/lang/cy/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/cy/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Swmp Mewnforio Defnyddwyr =====
|
||||
|
||||
Mae hwn angen ffeil CSV o ddefnyddwyr gydag o leiaf pedair colofn.
|
||||
Mae'n rhaid i'r colofnau gynnwys, mewn trefn: id-defnyddiwr, enw llawn, cyfeiriad ebost a grwpiau.
|
||||
Dylai'r meysydd CSV gael eu gwahanu gan goma (,) a llinynnau eu hamffinio gan ddyfynodau (%%""%%). Gall ôl-slaes (\) ei ddefnyddio ar gyfer glanhau (escaping).
|
||||
Am enghraifft o ffeil addas, ceisiwch y swyddogaeth "Allforio Defnyddwyr" uchod.
|
||||
Caiff id-defnyddiwr dyblygiedig eu hanwybyddu.
|
||||
|
||||
Generadwyd cyfrinair a'i ebostio i bob defnyddiwr sydd wedi'i fewnforio'n llwyddiannus.
|
1
content/lib/plugins/usermanager/lang/cy/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/cy/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Rheolwr Defnyddwyr ======
|
87
content/lib/plugins/usermanager/lang/cy/lang.php
Normal file
87
content/lib/plugins/usermanager/lang/cy/lang.php
Normal file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
/**
|
||||
* Welsh language file
|
||||
*
|
||||
* @author Chris Smith <chris@jalakai.co.uk>
|
||||
* @author Alan Davies <ben.brynsadler@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'Rheolwr Defnyddwyr';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['noauth'] = '(dilysiad defnddwyr ddim ar gael)';
|
||||
$lang['nosupport'] = '(rheolaeth defnyddwyr heb ei chynnal)';
|
||||
|
||||
$lang['badauth'] = 'mecanwaith dilysu annilys'; // should never be displayed!
|
||||
|
||||
$lang['user_id'] = 'Defnyddiwr';
|
||||
$lang['user_pass'] = 'Cyfrinair';
|
||||
$lang['user_name'] = 'Enw Cywir';
|
||||
$lang['user_mail'] = 'Ebost';
|
||||
$lang['user_groups'] = 'Grwpiau';
|
||||
|
||||
$lang['field'] = 'Maes';
|
||||
$lang['value'] = 'Gwerth';
|
||||
$lang['add'] = 'Ychwanegu';
|
||||
$lang['delete'] = 'Dileu';
|
||||
$lang['delete_selected'] = 'Dileu\'r Dewisiadau';
|
||||
$lang['edit'] = 'Golygu';
|
||||
$lang['edit_prompt'] = 'Golygu\'r defnyddiwr hwn';
|
||||
$lang['modify'] = 'Cadw Newidiadau';
|
||||
$lang['search'] = 'Chwilio';
|
||||
$lang['search_prompt'] = 'Perfformio chwiliad';
|
||||
$lang['clear'] = 'Ailosod Hidlydd Chwilio';
|
||||
$lang['filter'] = 'Hidlo';
|
||||
$lang['export_all'] = 'Allforio Pob Defnyddiwr (CSV)';
|
||||
$lang['export_filtered'] = 'Allforio Rhestr Defnyddwyr wedi\'u Hidlo (CSV)';
|
||||
$lang['import'] = 'Mewnforio Defnyddwyr Newydd';
|
||||
$lang['line'] = 'Llinell rhif';
|
||||
$lang['error'] = 'Gwallneges';
|
||||
|
||||
$lang['summary'] = 'Yn dangos %1$d-%2$d defnyddiwr allan o %3$d wedi\'u darganfod. %4$d defnyddiwr yn gyfan gwbl.';
|
||||
$lang['nonefound'] = 'Dim defnyddwyr wedi\'u darganfod. %d defnyddiwr yn gyfan gwbl.';
|
||||
$lang['delete_ok'] = 'Dilëwyd %d defnyddiwr';
|
||||
$lang['delete_fail'] = 'Dileu %d wedi methu.';
|
||||
$lang['update_ok'] = 'Diweddarwyd y defnyddiwr yn llwyddiannus';
|
||||
$lang['update_fail'] = 'Methodd diweddariad y defnyddiwr';
|
||||
$lang['update_exists'] = 'Methodd newid y defnyddair, mae\'r defnyddair hwnnw (%s) yn bodoli eisoes (caiff pob newid arall ei gyflwyno).';
|
||||
|
||||
$lang['start'] = 'dechrau';
|
||||
$lang['prev'] = 'blaenorol';
|
||||
$lang['next'] = 'nesaf';
|
||||
$lang['last'] = 'diwethaf';
|
||||
|
||||
// added after 2006-03-09 release
|
||||
$lang['edit_usermissing'] = 'Methu darganfod y defnyddiwr hwn. Efallai bod y defnyddair hwn wedi\'i ddileu neu wedi\'i newid mewn man arall.';
|
||||
$lang['user_notify'] = 'Hysbysu defnyddiwr';
|
||||
$lang['note_notify'] = 'Bydd ebyst hysbysu eu hanfon dim ond os ydy defnyddiwr yn derbyn cyfrinair newydd.';
|
||||
$lang['note_group'] = 'Bydd defnyddwyr newydd yn cael eu hychwanegu i\'r grŵp diofyn (%s) os na chaiff grŵp ei enwi.';
|
||||
$lang['note_pass'] = 'Caiff y cyfrinair ei generadu\'n awtomatig os caiff y maes ei adael yn wag a bod hysbysu\'r defnyddiwr wedi\'i alluogi.';
|
||||
$lang['add_ok'] = 'Ychwanegwyd y defnyddiwr yn llwyddiannus';
|
||||
$lang['add_fail'] = 'Methodd ychwanegu defnyddiwr';
|
||||
$lang['notify_ok'] = 'Anfonwyd yr ebost hysbysu';
|
||||
$lang['notify_fail'] = 'Doedd dim modd anfon yr ebost hysbysu';
|
||||
|
||||
// import & errors
|
||||
$lang['import_userlistcsv'] = 'Ffeil rhestr defnyddwyr (CSV): ';
|
||||
$lang['import_header'] = 'Mewnforiad Diweddaraf - Methiannau';
|
||||
$lang['import_success_count'] = 'Mewnforio Defnyddwyr: darganfuwyd %d defnyddiwr, mewnforiwyd %d yn llwyddiannus.';
|
||||
$lang['import_failure_count'] = 'Mewnforio Defnyddwyr: methodd %d. Rhestrwyd y methiannau isod.';
|
||||
$lang['import_error_fields'] = "Meysydd annigonol, darganfuwyd %d, angen 4.";
|
||||
$lang['import_error_baduserid'] = "Id-defnyddiwr ar goll";
|
||||
$lang['import_error_badname'] = 'Enw gwael';
|
||||
$lang['import_error_badmail'] = 'Cyfeiriad ebost gwael';
|
||||
$lang['import_error_upload'] = 'Methodd y Mewnforiad. Doedd dim modd lanlwytho\'r ffeil neu roedd yn wag.';
|
||||
$lang['import_error_readfail'] = 'Methodd y Mewnforiad. Methu â darllen y ffeil a lanlwythwyd.';
|
||||
$lang['import_error_create'] = 'Methu â chreu\'r defnyddiwr';
|
||||
$lang['import_notify_fail'] = 'Doedd dim modd anfon neges hysbysu i\'r defyddiwr a fewnforiwyd, %s gydag ebost %s.';
|
||||
$lang['import_downloadfailures'] = 'Lawlwytho Methiannau fel CSV er mwyn cywiro';
|
||||
|
||||
$lang['addUser_error_missing_pass'] = 'Gosodwch gyfrinair neu trowch hysbysu defnyddwyr ymlaen i alluogi generadu cyfrineiriau.';
|
||||
$lang['addUser_error_pass_not_identical'] = '\'Dyw\'r cyfrineiriau hyn ddim yn cydweddu.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Mae newid cyfrineiriau wedi\'i analluogi\'n bresennol.';
|
||||
$lang['addUser_error_name_missing'] = 'Rhowch enw ar gyfer y defnyddiwr newydd.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Mae newid enwau wedi\'i analluogi\'n bresennol.';
|
||||
$lang['addUser_error_mail_missing'] = 'Rhowch gyfeiriad ebost ar gyfer y defnyddiwr newydd.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Mae newid cyfeiriadau ebost wedi\'i analluogi\'n bresennol.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Mae ategyn wedi atal ychwanegu\'r defnyddiwr newydd. Adolygwch negeseuon ychwanegol bosib am wybodaeth bellach.';
|
1
content/lib/plugins/usermanager/lang/cy/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/cy/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Rhestr Defnyddwyr =====
|
1
content/lib/plugins/usermanager/lang/da/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/da/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Tilføj bruger =====
|
1
content/lib/plugins/usermanager/lang/da/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/da/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Slet bruger =====
|
1
content/lib/plugins/usermanager/lang/da/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/da/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Rediger bruger =====
|
9
content/lib/plugins/usermanager/lang/da/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/da/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Import af brugere =====
|
||||
|
||||
Kræver en CSV-fil med brugere, med mindst fire kolonner.
|
||||
Kolonnerne skal indeholde, i denne orden: brugernavn, fulde navn, e-mail adresse og grupper.
|
||||
CSV-felterne skal separeres af kommaer (,) og tekststrenge afgrænses med anførelsestegn (%%""%%). Omvent skråstreg (\) kan benyttes som "escape character".
|
||||
For et eksempel på filformat, kan du prøve "Eksportér Brugere"-funktionen herover.
|
||||
Bruger-id'er som allerede eksisterer importeres ikke.
|
||||
|
||||
En adgangskode vil blive genereret og sendt til hver importeret bruger.
|
1
content/lib/plugins/usermanager/lang/da/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/da/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Brugerstyring ======
|
83
content/lib/plugins/usermanager/lang/da/lang.php
Normal file
83
content/lib/plugins/usermanager/lang/da/lang.php
Normal file
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jacob Palm <mail@jacobpalm.dk>
|
||||
* @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
|
||||
* @author Kalle Sommer Nielsen <kalle@php.net>
|
||||
* @author Esben Laursen <hyber@hyber.dk>
|
||||
* @author Harith <haj@berlingske.dk>
|
||||
* @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
|
||||
* @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
|
||||
* @author rasmus <rasmus@kinnerup.com>
|
||||
* @author Mikael Lyngvig <mikael@lyngvig.org>
|
||||
* @author soer9648 <soer9648@eucl.dk>
|
||||
*/
|
||||
$lang['menu'] = 'Brugerstyring';
|
||||
$lang['noauth'] = '(Brugervalidering er ikke tilgængelig)';
|
||||
$lang['nosupport'] = '(Brugerstyring er ikke understøttet)';
|
||||
$lang['badauth'] = 'Ugyldig brugerbekræftelsesmetode';
|
||||
$lang['user_id'] = 'Brugernavn';
|
||||
$lang['user_pass'] = 'Adgangskode';
|
||||
$lang['user_name'] = 'Navn';
|
||||
$lang['user_mail'] = 'E-mail adresse';
|
||||
$lang['user_groups'] = 'Grupper';
|
||||
$lang['field'] = 'Felt';
|
||||
$lang['value'] = 'Værdi';
|
||||
$lang['add'] = 'Tilføj';
|
||||
$lang['delete'] = 'Slet';
|
||||
$lang['delete_selected'] = 'Slet valgte';
|
||||
$lang['edit'] = 'Rediger';
|
||||
$lang['edit_prompt'] = 'Rediger denne bruger';
|
||||
$lang['modify'] = 'Gem ændringer';
|
||||
$lang['search'] = 'Søg';
|
||||
$lang['search_prompt'] = 'Udfør søgning';
|
||||
$lang['clear'] = 'Nulstil søgefilter';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['export_all'] = 'Eksporter alle brugere (CSV)';
|
||||
$lang['export_filtered'] = 'Eksporter filteret brugerliste (CSV)';
|
||||
$lang['import'] = 'Importér nye brugere';
|
||||
$lang['line'] = 'Linje nr.';
|
||||
$lang['error'] = 'Fejlmeddelelse';
|
||||
$lang['summary'] = 'Viser brugerne %1$d-%2$d ud af %3$d fundne. %4$d brugere totalt.';
|
||||
$lang['nonefound'] = 'Ingen brugere fundet. %d brugere totalt.';
|
||||
$lang['delete_ok'] = '%d brugere slettet';
|
||||
$lang['delete_fail'] = '%d kunne ikke slettes.';
|
||||
$lang['update_ok'] = 'Bruger opdateret korrekt';
|
||||
$lang['update_fail'] = 'Opdatering af bruger mislykkedes';
|
||||
$lang['update_exists'] = 'Ændring af brugernavn mislykkedes, det valgte brugernavn (%s) er allerede benyttet (øvrige ændringer vil blive udført).';
|
||||
$lang['start'] = 'begynde';
|
||||
$lang['prev'] = 'forrige';
|
||||
$lang['next'] = 'næste';
|
||||
$lang['last'] = 'sidste';
|
||||
$lang['edit_usermissing'] = 'Den valgte bruger blev ikke fundet. Brugernavnet kan være slettet eller ændret andetsteds.';
|
||||
$lang['user_notify'] = 'Notificer bruger';
|
||||
$lang['note_notify'] = 'Notifikationsmails bliver kun sendt, hvis brugeren får tildelt en nyt adgangskode.';
|
||||
$lang['note_group'] = 'Nye brugere vil blive tilføjet til standardgruppen (%s), hvis ingen gruppe er opgivet.';
|
||||
$lang['note_pass'] = 'Adgangskoden vil blive dannet automatisk hvis feltet er tomt og underretning af brugeren er aktiveret.';
|
||||
$lang['add_ok'] = 'Bruger tilføjet uden fejl.';
|
||||
$lang['add_fail'] = 'Tilføjelse af bruger mislykkedes';
|
||||
$lang['notify_ok'] = 'Notifikationsmail sendt';
|
||||
$lang['notify_fail'] = 'Notifikationsmail kunne ikke sendes';
|
||||
$lang['import_userlistcsv'] = 'Fil med brugerliste (CSV):';
|
||||
$lang['import_header'] = 'Nyeste import - fejl';
|
||||
$lang['import_success_count'] = 'Bruger import: %d brugere fundet, %d importeret med succes.';
|
||||
$lang['import_failure_count'] = 'Bruger import: %d fejlet. Fejl er listet nedenfor.';
|
||||
$lang['import_error_fields'] = 'Utilstrækkelige felter - fandt %d, påkrævet 4.';
|
||||
$lang['import_error_baduserid'] = 'Bruger-id mangler';
|
||||
$lang['import_error_badname'] = 'Ugyldigt navn';
|
||||
$lang['import_error_badmail'] = 'Ugyldig email-adresse';
|
||||
$lang['import_error_upload'] = 'Import fejlet. CSV-filen kunne ikke uploades, eller er tom.';
|
||||
$lang['import_error_readfail'] = 'Import fejlet. Ikke muligt at læse uploadede fil.';
|
||||
$lang['import_error_create'] = 'Ikke muligt at oprette brugeren';
|
||||
$lang['import_notify_fail'] = 'Notifikationsmeddelelse kunne ikke sendes for importerede bruger %s, med e-mail adressen %s.';
|
||||
$lang['import_downloadfailures'] = 'Download fejlliste som CSV, til rettelse';
|
||||
$lang['addUser_error_missing_pass'] = 'Angiv venligst en adgangskode, eller aktiver brugernotifikation for at tillade dannelse af adgangskoder.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'De indtastede adgangskoder var ikke ens.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Skift af adgangskode er i øjeblikket deaktiveret';
|
||||
$lang['addUser_error_name_missing'] = 'Indtast venligst et navn til den nye bruger.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Ændring af navne er i øjeblikket deaktiveret.';
|
||||
$lang['addUser_error_mail_missing'] = 'Indtast venligst en e-mail adresse til den nye bruger';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Ændring af e-mail adresser er i øjeblikket deaktiveret.';
|
||||
$lang['addUser_error_create_event_failed'] = 'En udvidelse forhindrede den nye bruger i at blive tilføjet. For yderligere information, kontroller om der er øvrige fejlmeddelelser.';
|
1
content/lib/plugins/usermanager/lang/da/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/da/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Brugerliste =====
|
1
content/lib/plugins/usermanager/lang/de-informal/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/de-informal/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Benutzer hinzufügen =====
|
@@ -0,0 +1 @@
|
||||
===== Benutzer gelöscht =====
|
@@ -0,0 +1 @@
|
||||
===== Benutzer bearbeiten =====
|
@@ -0,0 +1,7 @@
|
||||
===== Massenimport von Benutzern =====
|
||||
|
||||
Dieser Import benötigt eine CSV-Datei mit mindestens vier Spalten. Diese Spalten müssen die folgenden Daten (in dieser Reihenfolge) enthalten: Benutzername, Name, E-Mailadresse und Gruppenzugehörigkeit.
|
||||
Die CSV-Felder müssen durch ein Komma (,) getrennt sein. Die Zeichenfolgen müssen von Anführungszeichen (%%""%%) umgeben sein. Ein Backslash (\) kann zum Maskieren benutzt werden.
|
||||
Für eine Beispieldatei kannst Du die "Benutzer exportieren"-Funktion oben benutzen. Doppelte Benutzername werden ignoriert.
|
||||
|
||||
Ein Passwort wird generiert und den einzelnen, erfolgreich importierten Benutzern zugemailt.
|
@@ -0,0 +1 @@
|
||||
===== Benutzerverwaltung =====
|
83
content/lib/plugins/usermanager/lang/de-informal/lang.php
Normal file
83
content/lib/plugins/usermanager/lang/de-informal/lang.php
Normal file
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Alexander Fischer <tbanus@os-forge.net>
|
||||
* @author Juergen Schwarzer <jschwarzer@freenet.de>
|
||||
* @author Marcel Metz <marcel_metz@gmx.de>
|
||||
* @author Matthias Schulte <dokuwiki@lupo49.de>
|
||||
* @author Christian Wichmann <nospam@zone0.de>
|
||||
* @author Pierre Corell <info@joomla-praxis.de>
|
||||
* @author Frank Loizzi <contact@software.bacal.de>
|
||||
* @author Volker Bödker <volker@boedker.de>
|
||||
* @author Dennis Plöger <develop@dieploegers.de>
|
||||
* @author F. Mueller-Donath <j.felix@mueller-donath.de>
|
||||
*/
|
||||
$lang['menu'] = 'Benutzerverwaltung';
|
||||
$lang['noauth'] = '(Benutzeranmeldung ist nicht verfügbar)';
|
||||
$lang['nosupport'] = '(Benutzerverwaltung wird nicht unterstützt)';
|
||||
$lang['badauth'] = 'Ungültige Authentifizierung';
|
||||
$lang['user_id'] = 'Benutzer';
|
||||
$lang['user_pass'] = 'Passwort';
|
||||
$lang['user_name'] = 'Echter Name';
|
||||
$lang['user_mail'] = 'E-Mail';
|
||||
$lang['user_groups'] = 'Gruppen';
|
||||
$lang['field'] = 'Feld';
|
||||
$lang['value'] = 'Wert';
|
||||
$lang['add'] = 'Zufügen';
|
||||
$lang['delete'] = 'Löschen';
|
||||
$lang['delete_selected'] = 'Lösche Ausgewähltes';
|
||||
$lang['edit'] = 'Bearbeiten';
|
||||
$lang['edit_prompt'] = 'Bearbeite diesen Benutzer';
|
||||
$lang['modify'] = 'Änderungen speichern';
|
||||
$lang['search'] = 'Suchen';
|
||||
$lang['search_prompt'] = 'Suche ausführen';
|
||||
$lang['clear'] = 'Suchfilter zurücksetzen';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['export_all'] = 'Alle Benutzer exportieren (CSV)';
|
||||
$lang['export_filtered'] = 'Gefilterte Benutzerliste exportieren (CSV)';
|
||||
$lang['import'] = 'Neue Benutzer importieren';
|
||||
$lang['line'] = 'Zeile Nr.';
|
||||
$lang['error'] = 'Fehlermeldung';
|
||||
$lang['summary'] = 'Zeige Benutzer %1$d-%2$d von %3$d gefundenen. %4$d Benutzer insgesamt.';
|
||||
$lang['nonefound'] = 'Keinen Benutzer gefunden. Insgesamt %d Benutzer.';
|
||||
$lang['delete_ok'] = '%d Benutzer wurden gelöscht';
|
||||
$lang['delete_fail'] = '%d konnte nicht gelöscht werden';
|
||||
$lang['update_ok'] = 'Benutzer wurde erfolgreich aktualisiert';
|
||||
$lang['update_fail'] = 'Aktualisierung des Benutzers ist fehlgeschlagen';
|
||||
$lang['update_exists'] = 'Benutzername konnte nicht geändert werden, der angegebene Benutzername (%s) existiert bereits (alle anderen Änderungen werden angewandt).';
|
||||
$lang['start'] = 'Start';
|
||||
$lang['prev'] = 'vorige';
|
||||
$lang['next'] = 'nächste';
|
||||
$lang['last'] = 'letzte';
|
||||
$lang['edit_usermissing'] = 'Der gewählte Benutzer wurde nicht gefunden. Der angegebene Benutzername könnte gelöscht oder an anderer Stelle geändert worden sein.';
|
||||
$lang['user_notify'] = 'Benutzer benachrichtigen';
|
||||
$lang['note_notify'] = 'Benachrichtigungsmails werden nur versandt, wenn der Benutzer ein neues Kennwort erhält.';
|
||||
$lang['note_group'] = 'Neue Benutzer werden zur Standardgruppe (%s) hinzugefügt, wenn keine Gruppe angegeben wird.';
|
||||
$lang['note_pass'] = 'Das Passwort wird automatisch erzeugt, wenn das Feld freigelassen wird und der Benutzer Benachrichtigungen aktiviert hat.';
|
||||
$lang['add_ok'] = 'Benutzer erfolgreich hinzugefügt';
|
||||
$lang['add_fail'] = 'Hinzufügen des Benutzers fehlgeschlagen';
|
||||
$lang['notify_ok'] = 'Benachrichtigungsmail wurde versendet';
|
||||
$lang['notify_fail'] = 'Benachrichtigungsemail konnte nicht gesendet werden';
|
||||
$lang['import_userlistcsv'] = 'Benutzerliste (CSV-Datei):';
|
||||
$lang['import_header'] = 'Letzte Fehler bei Import';
|
||||
$lang['import_success_count'] = 'Benutzerimport: %d Benutzer gefunden, %d erfolgreich importiert.';
|
||||
$lang['import_failure_count'] = 'Benutzerimport: %d Benutzerimporte fehlgeschalten. Alle Fehler werden unten angezeigt.';
|
||||
$lang['import_error_fields'] = 'Falsche Anzahl Felder. Gefunden: %d. Benötigt: 4.';
|
||||
$lang['import_error_baduserid'] = 'Benutzername fehlt';
|
||||
$lang['import_error_badname'] = 'Ungültiger Name';
|
||||
$lang['import_error_badmail'] = 'Ungültige E-Mailadresse';
|
||||
$lang['import_error_upload'] = 'Import fehlgeschlagen. Die CSV-Datei konnte nicht hochgeladen werden oder ist leer.';
|
||||
$lang['import_error_readfail'] = 'Import fehlgeschlagen. Konnte die hochgeladene Datei nicht lesen.';
|
||||
$lang['import_error_create'] = 'Konnte den Benutzer nicht erzeugen';
|
||||
$lang['import_notify_fail'] = 'Benachrichtigung konnte an Benutzer %s (%s) nicht geschickt werden.';
|
||||
$lang['import_downloadfailures'] = 'Fehler als CSV-Datei zur Korrektur herunterladen';
|
||||
$lang['addUser_error_missing_pass'] = 'Bitte setze entweder ein Passwort oder aktiviere die Benutzerbenachrichtigung, um die Passwortgenerierung zu ermöglichen.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Die eingegebenen Passwörter stimmen nicht überein.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Das Bearbeiten von Passwörtern ist momentan deaktiviert';
|
||||
$lang['addUser_error_name_missing'] = 'Bitte gib den Namen des neuen Benutzer ein.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Das Bearbeiten von Namen ist momentan deaktiviert.';
|
||||
$lang['addUser_error_mail_missing'] = 'Bitte gib die E-Mail-Adresse des neuen Benutzer ein.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Das Bearbeiten von E-Mailadressen ist momentan deaktiviert.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Ein Plug-in hat das Hinzufügen des neuen Benutzers verhindert. Für weitere Informationen sieh dir mögliche andere Meldungen an.';
|
@@ -0,0 +1 @@
|
||||
===== Benutzerliste =====
|
1
content/lib/plugins/usermanager/lang/de/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/de/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Benutzer hinzufügen =====
|
1
content/lib/plugins/usermanager/lang/de/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/de/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Benutzer löschen =====
|
1
content/lib/plugins/usermanager/lang/de/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/de/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Benutzer ändern =====
|
8
content/lib/plugins/usermanager/lang/de/import.txt
Normal file
8
content/lib/plugins/usermanager/lang/de/import.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
===== Benutzer-Massenimport =====
|
||||
|
||||
Um mehrere Benutzer gleichzeitig zu importieren, wird eine CSV-Datei mit den folgenden vier Spalten benötigt (In dieser Reihenfolge): Benutzer-ID, Voller Name, E-Mail-Adresse und Gruppen.
|
||||
Die CSV-Felder sind Kommata-separiert (,) und mit Anführungszeichen eingefasst (%%"%%). Mit Backslashes (\) können Sonderzeichen maskiert werden.
|
||||
Ein Beispiel für eine gültige Datei kann mit der Benutzer-Export-Funktion oben generiert werden.
|
||||
Doppelte Benutzer-IDs werden ignoriert.
|
||||
|
||||
Für jeden importierten Benutzer wird ein Passwort generiert und dem Benutzer per Mail zugestellt.
|
1
content/lib/plugins/usermanager/lang/de/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/de/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Benutzer-Manager ======
|
95
content/lib/plugins/usermanager/lang/de/lang.php
Normal file
95
content/lib/plugins/usermanager/lang/de/lang.php
Normal file
@@ -0,0 +1,95 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
|
||||
* @author Andreas Gohr <andi@splitbrain.org>
|
||||
* @author Michael Klier <chi@chimeric.de>
|
||||
* @author Leo Moll <leo@yeasoft.com>
|
||||
* @author Florian Anderiasch <fa@art-core.org>
|
||||
* @author Robin Kluth <commi1993@gmail.com>
|
||||
* @author Arne Pelka <mail@arnepelka.de>
|
||||
* @author Dirk Einecke <dirk@dirkeinecke.de>
|
||||
* @author Blitzi94 <Blitzi94@gmx.de>
|
||||
* @author Robert Bogenschneider <robog@GMX.de>
|
||||
* @author Niels Lange <niels@boldencursief.nl>
|
||||
* @author Christian Wichmann <nospam@zone0.de>
|
||||
* @author Paul Lachewsky <kaeptn.haddock@gmail.com>
|
||||
* @author Pierre Corell <info@joomla-praxis.de>
|
||||
* @author Matthias Schulte <dokuwiki@lupo49.de>
|
||||
* @author Sven <Svenluecke48@gmx.d>
|
||||
* @author christian studer <cstuder@existenz.ch>
|
||||
* @author Ben Fey <benedikt.fey@beck-heun.de>
|
||||
* @author Jonas Gröger <jonas.groeger@gmail.com>
|
||||
* @author Uwe Benzelrath <uwebenzelrath@gmail.com>
|
||||
* @author ms <msocial@posteo.de>
|
||||
* @author Carsten Perthel <carsten@cpesoft.com>
|
||||
*/
|
||||
$lang['menu'] = 'Benutzerverwaltung';
|
||||
$lang['noauth'] = '(Authentifizierungssystem nicht verfügbar)';
|
||||
$lang['nosupport'] = '(Benutzerverwaltung nicht unterstützt)';
|
||||
$lang['badauth'] = 'Ungültige Methode zur Authentifizierung';
|
||||
$lang['user_id'] = 'Benutzername';
|
||||
$lang['user_pass'] = 'Passwort';
|
||||
$lang['user_name'] = 'Voller Name';
|
||||
$lang['user_mail'] = 'E-Mail';
|
||||
$lang['user_groups'] = 'Gruppen';
|
||||
$lang['field'] = 'Feld';
|
||||
$lang['value'] = 'Wert';
|
||||
$lang['add'] = 'Hinzufügen';
|
||||
$lang['delete'] = 'Löschen';
|
||||
$lang['delete_selected'] = 'Ausgewählte löschen';
|
||||
$lang['edit'] = 'Ändern';
|
||||
$lang['edit_prompt'] = 'Benutzerdaten ändern';
|
||||
$lang['modify'] = 'Speichern';
|
||||
$lang['search'] = 'Suchen';
|
||||
$lang['search_prompt'] = 'Benutzerdaten filtern';
|
||||
$lang['clear'] = 'Filter zurücksetzen';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['export_all'] = 'Alle User exportieren (CSV)';
|
||||
$lang['export_filtered'] = 'Exportiere gefilterte Userliste (CSV)';
|
||||
$lang['import'] = 'Importiere neue User';
|
||||
$lang['line'] = 'Zeilennr.';
|
||||
$lang['error'] = 'Fehlermeldung';
|
||||
$lang['summary'] = 'Zeige Benutzer %1$d-%2$d von %3$d gefundenen. %4$d Benutzer insgesamt.';
|
||||
$lang['nonefound'] = 'Keine Benutzer gefunden. %d Benutzer insgesamt.';
|
||||
$lang['delete_ok'] = '%d Benutzer gelöscht';
|
||||
$lang['delete_fail'] = '%d konnten nicht gelöscht werden.';
|
||||
$lang['update_ok'] = 'Benutzerdaten erfolgreich geändert.';
|
||||
$lang['update_fail'] = 'Änderung der Benutzerdaten fehlgeschlagen.';
|
||||
$lang['update_exists'] = 'Benutzername konnte nicht geändert werden, weil der angegebene Benutzer (%s) bereits existiert (alle anderen Änderungen wurden durchgeführt).';
|
||||
$lang['start'] = 'Anfang';
|
||||
$lang['prev'] = 'Vorherige';
|
||||
$lang['next'] = 'Nächste';
|
||||
$lang['last'] = 'Ende';
|
||||
$lang['edit_usermissing'] = 'Der ausgewählte Benutzer wurde nicht gefunden. Möglicherweise wurde er gelöscht oder der Benutzer wurde anderswo geändert.';
|
||||
$lang['user_notify'] = 'Nutzer benachrichtigen';
|
||||
$lang['note_notify'] = 'Benachrichtigungs-E-Mails werden nur versandt, wenn ein neues Passwort vergeben wurde.';
|
||||
$lang['note_group'] = 'Neue Benutzer werden der Standard-Gruppe (%s) hinzugefügt, wenn keine Gruppe angegeben wurde.';
|
||||
$lang['note_pass'] = 'Das Passwort wird automatisch generiert, wenn das entsprechende Feld leergelassen wird und die Benachrichtigung des Benutzers aktiviert ist.';
|
||||
$lang['add_ok'] = 'Nutzer erfolgreich angelegt';
|
||||
$lang['add_fail'] = 'Nutzer konnte nicht angelegt werden';
|
||||
$lang['notify_ok'] = 'Benachrichtigungsmail wurde versandt';
|
||||
$lang['notify_fail'] = 'Benachrichtigungsmail konnte nicht versandt werden';
|
||||
$lang['import_userlistcsv'] = 'Benutzerliste (CSV-Datei):';
|
||||
$lang['import_header'] = 'Letzte Fehler bei Import';
|
||||
$lang['import_success_count'] = 'User-Import: %d User gefunden, %d erfolgreich importiert.';
|
||||
$lang['import_failure_count'] = 'User-Import: %d fehlgeschlagen. Fehlgeschlagene User sind nachfolgend aufgelistet.';
|
||||
$lang['import_error_fields'] = 'Unzureichende Anzahl an Feldern: %d gefunden, benötigt sind 4.';
|
||||
$lang['import_error_baduserid'] = 'User-Id fehlt';
|
||||
$lang['import_error_badname'] = 'Ungültiger Name';
|
||||
$lang['import_error_badmail'] = 'Ungültige E-Mail';
|
||||
$lang['import_error_upload'] = 'Import fehlgeschlagen. Die CSV-Datei konnte nicht hochgeladen werden, oder ist leer.';
|
||||
$lang['import_error_readfail'] = 'Import fehlgeschlagen. Die hochgeladene Datei konnte nicht gelesen werden.';
|
||||
$lang['import_error_create'] = 'User konnte nicht angelegt werden';
|
||||
$lang['import_notify_fail'] = 'Benachrichtigung konnte nicht an den importierten Benutzer %s (E-Mail: %s) gesendet werden.';
|
||||
$lang['import_downloadfailures'] = 'Fehler als CSV-Datei zur Korrektur herunterladen';
|
||||
$lang['addUser_error_missing_pass'] = 'Bitte vergeben Sie entweder ein Passwort oder Sie aktivieren die Benutzerbenachrichtigung, um die Passwortgenerierung zu ermöglichen.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Die eingegebenen Passwörter stimmen nicht überein.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Das Bearbeiten von Passwörtern ist momentan deaktiviert';
|
||||
$lang['addUser_error_name_missing'] = 'Bitte geben Sie den Namen des neuen Benutzer ein.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Das Bearbeiten von Namen ist momentan deaktiviert.';
|
||||
$lang['addUser_error_mail_missing'] = 'Bitte geben Sie die E-Mail-Adresse des neuen Benutzer ein.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Das Bearbeiten von E-Mailadressen ist momentan deaktiviert.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Ein Plug-in hat das Hinzufügen des neuen Benutzers verhindert. Für weitere Informationen sehen Sie sich mögliche andere Meldungen an.';
|
1
content/lib/plugins/usermanager/lang/de/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/de/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Benutzerliste =====
|
1
content/lib/plugins/usermanager/lang/el/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/el/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Προσθήκη Χρήστη =====
|
1
content/lib/plugins/usermanager/lang/el/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/el/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Διαγραφή Χρήστη =====
|
1
content/lib/plugins/usermanager/lang/el/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/el/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Τροποποίηση Χρήστη =====
|
1
content/lib/plugins/usermanager/lang/el/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/el/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Διαχείριση Χρηστών ======
|
81
content/lib/plugins/usermanager/lang/el/lang.php
Normal file
81
content/lib/plugins/usermanager/lang/el/lang.php
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Katerina Katapodi <extragold1234@hotmail.com>
|
||||
* @author Chris Smith <chris@jalakai.co.uk>
|
||||
* @author Thanos Massias <tm@thriasio.gr>
|
||||
* @author Αθανάσιος Νταής <homunculus@wana.gr>
|
||||
* @author Konstantinos Koryllos <koryllos@gmail.com>
|
||||
* @author George Petsagourakis <petsagouris@gmail.com>
|
||||
* @author Petros Vidalis <pvidalis@gmail.com>
|
||||
* @author Vasileios Karavasilis <vasileioskaravasilis@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Διαχείριση Χρηστών';
|
||||
$lang['noauth'] = '(η είσοδος χρηστών δεν είναι δυνατή)';
|
||||
$lang['nosupport'] = '(δεν υποστηρίζεται η διαχείριση χρηστών)';
|
||||
$lang['badauth'] = 'μη επιτρεπτός μηχανισμός πιστοποίησης';
|
||||
$lang['user_id'] = 'Χρήστης';
|
||||
$lang['user_pass'] = 'Κωδικός';
|
||||
$lang['user_name'] = 'Πλήρες όνομα';
|
||||
$lang['user_mail'] = 'e-mail';
|
||||
$lang['user_groups'] = 'Ομάδες';
|
||||
$lang['field'] = 'Πεδίο';
|
||||
$lang['value'] = 'Τιμή';
|
||||
$lang['add'] = 'Προσθήκη';
|
||||
$lang['delete'] = 'Διαγραφή';
|
||||
$lang['delete_selected'] = 'Διαγραφή επιλεγμένων χρηστών';
|
||||
$lang['edit'] = 'Τροποποίηση';
|
||||
$lang['edit_prompt'] = 'Τροποποίηση χρήστη';
|
||||
$lang['modify'] = 'Αποθήκευση αλλαγών';
|
||||
$lang['search'] = 'Αναζήτηση';
|
||||
$lang['search_prompt'] = 'Εκκίνηση αναζήτησης';
|
||||
$lang['clear'] = 'Καθαρισμός φίλτρων';
|
||||
$lang['filter'] = 'Φίλτρο';
|
||||
$lang['export_all'] = 'Εξάγετε Όλους τους Χρήστες (CSV)';
|
||||
$lang['export_filtered'] = 'Επεξεργασία Λίστας Εξαγωγής Χρήστη (CSV)';
|
||||
$lang['import'] = 'Εισάγετε Νέους Χρήστες';
|
||||
$lang['line'] = 'Αριθμός Σειράς';
|
||||
$lang['error'] = 'Μήνυμα λάθους';
|
||||
$lang['summary'] = 'Εμφάνιση χρηστών %1$d-%2$d από %3$d σχετικούς. %4$d χρήστες συνολικά.';
|
||||
$lang['nonefound'] = 'Δεν βρέθηκαν σχετικοί χρήστες. %d χρήστες συνολικά.';
|
||||
$lang['delete_ok'] = '%d χρήστες διεγράφησαν';
|
||||
$lang['delete_fail'] = '%d χρήστες δεν διεγράφησαν.';
|
||||
$lang['update_ok'] = 'Επιτυχημένη τροποποίηση προφίλ χρήστη';
|
||||
$lang['update_fail'] = 'Αποτυχημένη τροποποίηση προφίλ χρήστη';
|
||||
$lang['update_exists'] = 'Η αλλαγή ονόματος χρήστη απέτυχε -- το νέο όνομα χρήστη (%s) ήδη υπάρχει (τυχόν άλλες αλλαγές θα εφαρμοστούν).';
|
||||
$lang['start'] = 'αρχή';
|
||||
$lang['prev'] = 'προηγούμενα';
|
||||
$lang['next'] = 'επόμενα';
|
||||
$lang['last'] = 'τέλος';
|
||||
$lang['edit_usermissing'] = 'Ο επιλεγμένος χρήστης δεν βρέθηκε. Πιθανόν να διαγράφηκε στο μεταξύ.';
|
||||
$lang['user_notify'] = 'Ειδοποίηση χρήστη';
|
||||
$lang['note_notify'] = 'Τα ενημερωτικά e-mails στέλνονται μόνο όταν δίνεται νέος κωδικός στον χρήστη.';
|
||||
$lang['note_group'] = 'Οι νέοι χρήστες θα ανήκουν στην ομάδα (%s) αν δεν οριστεί άλλη ομάδα.';
|
||||
$lang['note_pass'] = 'Ο κωδικός θα δημιουργηθεί αυτόματα εάν το πεδίο μείνει κενό και έχει επιλεγεί η αποστολή ειδοποίησης χρήστη.';
|
||||
$lang['add_ok'] = 'Επιτυχημένη εγγραφή χρήστη';
|
||||
$lang['add_fail'] = 'Η εγγραφή του χρήστη απέτυχε';
|
||||
$lang['notify_ok'] = 'Εστάλη ενημερωτικό e-mail';
|
||||
$lang['notify_fail'] = 'Δεν ήταν δυνατή η αποστολή του ενημερωτικού e-mail';
|
||||
$lang['import_userlistcsv'] = 'Αρχείο λίστας Χρήστη';
|
||||
$lang['import_header'] = 'Η Τελευταία Εισαγωγή-Λάθη';
|
||||
$lang['import_success_count'] = 'Εισαγωγή χρήστη: %d χρήστες βρέθηκαν%d εισήχθηκε με επιτυχία.. ';
|
||||
$lang['import_failure_count'] = 'Εισαγωγή χρήστη: %d απέτυχαν. Τα λάθη παρατίθενται πιο κάτω.. ';
|
||||
$lang['import_error_fields'] = 'Δεν υπάρχουν αρκετά πεδία, βρέθηκε %d, χρειάζονται 4.';
|
||||
$lang['import_error_baduserid'] = 'Το id του χρήστη λείπει';
|
||||
$lang['import_error_badname'] = 'Λάθος όνομα';
|
||||
$lang['import_error_badmail'] = 'Λάθος διεύθυνση ηλεκτρονικού ταχυδρομείου';
|
||||
$lang['import_error_upload'] = 'Η εισαγωγή απέτυχε. Ο φάκελλος csv δεν μπόρεσε να φορτωθεί ή είναι άδειος.';
|
||||
$lang['import_error_readfail'] = 'Η εισαγωγή Απέτυχε. Δεν μπόρεσε να διαβάσει τον φάκελλο που φορτώθηκε. ';
|
||||
$lang['import_error_create'] = 'Δεν μπόρεσε να δημιουργήσει τον χρήστη';
|
||||
$lang['import_notify_fail'] = 'Το μήνυμα ειδοποίησης δεν μπόρεσε να αποσταλεί για τον χρήστη που εισήχθηκε, %s με email %s.';
|
||||
$lang['import_downloadfailures'] = 'Αποτυχίες στο κατέβασμα ως CSV για διόρθωση';
|
||||
$lang['addUser_error_missing_pass'] = 'Παρακαλώ είτε βάλετε έναν κωδικό πρόσβασης ή ενεργοποιείστε την ειδοποίηση χρήστη για την αναπαραγωγή κωδικού πάλι.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Οι κωδικοί πρόσβασης που εισήχθηκαν δεν ήταν οι ίδιοι.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Η τροποποίηση των κωδικών πρόσβασης είναι προς το παρόν απενεργοποιημένη';
|
||||
$lang['addUser_error_name_missing'] = 'Παρακαλώ εισάγετε όνομα για τον νέο χρήστη.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Δεν μπορεί προς το παρόν να γίνει αλλαγή ονομάτων γιατί η λειτουργία αυτή είναι απενεργοποιημένη.';
|
||||
$lang['addUser_error_mail_missing'] = 'Παρακαλώ εισάγετε Διεύθυνση Ηλεκτρονικού Ταχυδρομείου για τον νέο χρήστη.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Η αλλαγή Διευθύνσεων Email είναι προς το παρόν απενεργοποιημένη.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Ένα επιπρόσθετο εμπόδισε την πρόσθεση νέου χρήστη. Είναι πιθανόν να ελέγξουμε άλλα μηνύματα για περισσότερες πληροφορίες.';
|
1
content/lib/plugins/usermanager/lang/el/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/el/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Κατάλογος Χρηστών =====
|
1
content/lib/plugins/usermanager/lang/en/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/en/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Add user =====
|
1
content/lib/plugins/usermanager/lang/en/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/en/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Delete user =====
|
1
content/lib/plugins/usermanager/lang/en/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/en/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Edit user =====
|
9
content/lib/plugins/usermanager/lang/en/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/en/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Bulk User Import =====
|
||||
|
||||
Requires a CSV file of users with at least four columns.
|
||||
The columns must contain, in order: user-id, full name, email address and groups.
|
||||
The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%). Backslash (\) can be used for escaping.
|
||||
For an example of a suitable file, try the "Export Users" function above.
|
||||
Duplicate user-ids will be ignored.
|
||||
|
||||
A password will be generated and emailed to each successfully imported user.
|
1
content/lib/plugins/usermanager/lang/en/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/en/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== User Manager ======
|
86
content/lib/plugins/usermanager/lang/en/lang.php
Normal file
86
content/lib/plugins/usermanager/lang/en/lang.php
Normal file
@@ -0,0 +1,86 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file
|
||||
*
|
||||
* @author Chris Smith <chris@jalakai.co.uk>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'User Manager';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['noauth'] = '(user authentication not available)';
|
||||
$lang['nosupport'] = '(user management not supported)';
|
||||
|
||||
$lang['badauth'] = 'invalid auth mechanism'; // should never be displayed!
|
||||
|
||||
$lang['user_id'] = 'User';
|
||||
$lang['user_pass'] = 'Password';
|
||||
$lang['user_name'] = 'Real Name';
|
||||
$lang['user_mail'] = 'Email';
|
||||
$lang['user_groups'] = 'Groups';
|
||||
|
||||
$lang['field'] = 'Field';
|
||||
$lang['value'] = 'Value';
|
||||
$lang['add'] = 'Add';
|
||||
$lang['delete'] = 'Delete';
|
||||
$lang['delete_selected'] = 'Delete Selected';
|
||||
$lang['edit'] = 'Edit';
|
||||
$lang['edit_prompt'] = 'Edit this user';
|
||||
$lang['modify'] = 'Save Changes';
|
||||
$lang['search'] = 'Search';
|
||||
$lang['search_prompt'] = 'Perform search';
|
||||
$lang['clear'] = 'Reset Search Filter';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['export_all'] = 'Export All Users (CSV)';
|
||||
$lang['export_filtered'] = 'Export Filtered User list (CSV)';
|
||||
$lang['import'] = 'Import New Users';
|
||||
$lang['line'] = 'Line no.';
|
||||
$lang['error'] = 'Error message';
|
||||
|
||||
$lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
|
||||
$lang['nonefound'] = 'No users found. %d users total.';
|
||||
$lang['delete_ok'] = '%d users deleted';
|
||||
$lang['delete_fail'] = '%d failed deleting.';
|
||||
$lang['update_ok'] = 'User updated successfully';
|
||||
$lang['update_fail'] = 'User update failed';
|
||||
$lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any other changes will be applied).';
|
||||
|
||||
$lang['start'] = 'start';
|
||||
$lang['prev'] = 'previous';
|
||||
$lang['next'] = 'next';
|
||||
$lang['last'] = 'last';
|
||||
|
||||
// added after 2006-03-09 release
|
||||
$lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been deleted or changed elsewhere.';
|
||||
$lang['user_notify'] = 'Notify user';
|
||||
$lang['note_notify'] = 'Notification emails are only sent if the user is given a new password.';
|
||||
$lang['note_group'] = 'New users will be added to the default group (%s) if no group is specified.';
|
||||
$lang['note_pass'] = 'The password will be autogenerated if the field is left empty and notification of the user is enabled.';
|
||||
$lang['add_ok'] = 'User added successfully';
|
||||
$lang['add_fail'] = 'User addition failed';
|
||||
$lang['notify_ok'] = 'Notification email sent';
|
||||
$lang['notify_fail'] = 'Notification email could not be sent';
|
||||
|
||||
// import & errors
|
||||
$lang['import_userlistcsv'] = 'User list file (CSV): ';
|
||||
$lang['import_header'] = 'Most Recent Import - Failures';
|
||||
$lang['import_success_count'] = 'User Import: %d users found, %d imported successfully.';
|
||||
$lang['import_failure_count'] = 'User Import: %d failed. Failures are listed below.';
|
||||
$lang['import_error_fields'] = "Insufficient fields, found %d, require 4.";
|
||||
$lang['import_error_baduserid'] = "User-id missing";
|
||||
$lang['import_error_badname'] = 'Bad name';
|
||||
$lang['import_error_badmail'] = 'Bad email address';
|
||||
$lang['import_error_upload'] = 'Import Failed. The csv file could not be uploaded or is empty.';
|
||||
$lang['import_error_readfail'] = 'Import Failed. Unable to read uploaded file.';
|
||||
$lang['import_error_create'] = 'Unable to create the user';
|
||||
$lang['import_notify_fail'] = 'Notification message could not be sent for imported user, %s with email %s.';
|
||||
$lang['import_downloadfailures'] = 'Download Failures as CSV for correction';
|
||||
|
||||
$lang['addUser_error_missing_pass'] = 'Please either set a password or activate user notification to enable password generation.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'The entered passwords were not identical.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Modifing passwords is currently disabled';
|
||||
$lang['addUser_error_name_missing'] = 'Please enter a name for the new user.';
|
||||
$lang['addUser_error_modName_disabled'] = 'Modifing names is currently disabled.';
|
||||
$lang['addUser_error_mail_missing'] = 'Please enter an Email-Adress for the new user.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'Modifing Email-Adresses is currently disabled.';
|
||||
$lang['addUser_error_create_event_failed'] = 'A plugin prevented the new user being added. Review possible other messages for more information.';
|
1
content/lib/plugins/usermanager/lang/en/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/en/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== User List =====
|
1
content/lib/plugins/usermanager/lang/eo/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/eo/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Aldoni uzanton =====
|
1
content/lib/plugins/usermanager/lang/eo/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/eo/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Forigi uzanton =====
|
1
content/lib/plugins/usermanager/lang/eo/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/eo/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Modifi uzanton =====
|
9
content/lib/plugins/usermanager/lang/eo/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/eo/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Amasa importo de uzantoj =====
|
||||
|
||||
Tio ĉi postulas CSV-dosiero de uzantoj kun minimume kvar kolumnoj.
|
||||
La kolumnoj devas enhavi, laŭorde: uzant-id, kompleta nomo, retadreso kaj grupoj.
|
||||
La CSV-kampoj devos esti apartitaj per komoj (,) kaj ĉenoj devas esti limigitaj per citiloj (%%""%%). Retroklino (\) povas esti uzata por eskapo.
|
||||
Por ekzemplo de taŭga dosiero, provu la funkcion "Eksporti uzantojn" supre.
|
||||
Duobligitaj uzant-id estos preteratentataj.
|
||||
|
||||
Pasvorto estos generata kaj retsendata al ĉiu sukecse importita uzanto.
|
1
content/lib/plugins/usermanager/lang/eo/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/eo/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Administrado de uzantoj ======
|
69
content/lib/plugins/usermanager/lang/eo/lang.php
Normal file
69
content/lib/plugins/usermanager/lang/eo/lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Felipe Castro <fefcas@uol.com.br>
|
||||
* @author Felipo Kastro <fefcas@gmail.com>
|
||||
* @author Robert Bogenschneider <robog@gmx.de>
|
||||
* @author Erik Pedersen <erik pedersen@shaw.ca>
|
||||
*/
|
||||
$lang['menu'] = 'Administrado de uzantoj';
|
||||
$lang['noauth'] = '(identiĝo de uzantoj ne disponeblas)';
|
||||
$lang['nosupport'] = '(administro de uzantoj ne estas subtenata)';
|
||||
$lang['badauth'] = 'tiu identiĝa procezo ne validas';
|
||||
$lang['user_id'] = 'Uzanto';
|
||||
$lang['user_pass'] = 'Pasvorto';
|
||||
$lang['user_name'] = 'Vera nomo';
|
||||
$lang['user_mail'] = 'Retpoŝtadreso';
|
||||
$lang['user_groups'] = 'Grupoj';
|
||||
$lang['field'] = 'Kampo';
|
||||
$lang['value'] = 'Valoro';
|
||||
$lang['add'] = 'Aldoni';
|
||||
$lang['delete'] = 'Forigi';
|
||||
$lang['delete_selected'] = 'Forigi elektitan';
|
||||
$lang['edit'] = 'Modifi';
|
||||
$lang['edit_prompt'] = 'Modifi tiun ĉi uzanton';
|
||||
$lang['modify'] = 'Registri modifojn';
|
||||
$lang['search'] = 'Serĉi';
|
||||
$lang['search_prompt'] = 'Fari serĉon';
|
||||
$lang['clear'] = 'Refari serĉan filtron';
|
||||
$lang['filter'] = 'Filtro';
|
||||
$lang['export_all'] = 'Eksporti ĉiujn uzantojn (CSV)';
|
||||
$lang['export_filtered'] = 'Eksporti filtritan uzant-liston (CSV)';
|
||||
$lang['import'] = 'Importi novajn uzantojn';
|
||||
$lang['line'] = 'Lini-num.';
|
||||
$lang['error'] = 'Erar-mesaĝo';
|
||||
$lang['summary'] = 'Montriĝas uzantoj %1$d-%2$d el %3$d trovitaj. %4$d uzantoj entute.';
|
||||
$lang['nonefound'] = 'Neniuj uzantoj troviĝas. %d uzantoj entute.';
|
||||
$lang['delete_ok'] = '%d uzantoj forigiĝis';
|
||||
$lang['delete_fail'] = '%d malsukcesis esti forigitaj.';
|
||||
$lang['update_ok'] = 'Tiu uzanto sukcese ĝisdatiĝis';
|
||||
$lang['update_fail'] = 'Malsukceso okazis por ĝisdatigi tiun uzanton';
|
||||
$lang['update_exists'] = 'Malsukceso okazis por ŝanĝi la nomon de tiu uzanto: la enmetita nomo (%s) jam ekzistas (ĉiuj aliaj ŝanĝoj estos aplikitaj)';
|
||||
$lang['start'] = 'Ekigi';
|
||||
$lang['prev'] = 'antaŭe';
|
||||
$lang['next'] = 'sekve';
|
||||
$lang['last'] = 'laste';
|
||||
$lang['edit_usermissing'] = 'La elektita uzanto ne troviĝis: tiu nomo povis esti forigita aŭ ŝanĝita aliloke.';
|
||||
$lang['user_notify'] = 'Avizi uzanton';
|
||||
$lang['note_notify'] = 'Avizantaj mesaĝoj estos sendataj nur se la uzanto ekhavos novan pasvorton.';
|
||||
$lang['note_group'] = 'Novaj uzantoj estos aldonitaj al la komuna grupo (%s) se neniu alia estos specifita.';
|
||||
$lang['note_pass'] = 'La pasvorto estos aŭtomate kreita se la kampo estos lasita malplena kaj \'avizo al uzantoj\' estos ebligita.';
|
||||
$lang['add_ok'] = 'La uzanto sukcese aldoniĝis';
|
||||
$lang['add_fail'] = 'Ne eblis aldoni uzanton';
|
||||
$lang['notify_ok'] = 'Avizanta mesaĝo sendiĝis';
|
||||
$lang['notify_fail'] = 'La avizanta mesaĝo ne povis esti sendita';
|
||||
$lang['import_userlistcsv'] = 'Dosiero kun listo de uzantoj (CSV):';
|
||||
$lang['import_header'] = 'Plej lastaj Import-eraroj';
|
||||
$lang['import_success_count'] = 'Uzant-importo: %d uzantoj trovataj, %d sukcese importitaj.';
|
||||
$lang['import_failure_count'] = 'Uzant-importo: %d fiaskis. Fiaskoj estas sube listitaj.';
|
||||
$lang['import_error_fields'] = 'Nesufiĉe da kampoj, ni trovis %d, necesas 4.';
|
||||
$lang['import_error_baduserid'] = 'Mankas uzant-id';
|
||||
$lang['import_error_badname'] = 'Malĝusta nomo';
|
||||
$lang['import_error_badmail'] = 'Malĝusta retadreso';
|
||||
$lang['import_error_upload'] = 'Importo fiaskis. La csv-dosiero ne povis esti alŝutata aŭ ĝi estas malplena.';
|
||||
$lang['import_error_readfail'] = 'Importo fiaskis. Ne eblas legi alŝutitan dosieron.';
|
||||
$lang['import_error_create'] = 'Ne eblas krei la uzanton';
|
||||
$lang['import_notify_fail'] = 'Averta mesaĝo ne povis esti sendata al la importita uzanto %s, kun retdreso %s.';
|
||||
$lang['import_downloadfailures'] = 'Elŝut-eraroj por korektado (CSV)';
|
1
content/lib/plugins/usermanager/lang/eo/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/eo/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Listo de uzantoj =====
|
1
content/lib/plugins/usermanager/lang/es/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/es/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Agregar un usuario =====
|
1
content/lib/plugins/usermanager/lang/es/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/es/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Eliminar un usuario =====
|
1
content/lib/plugins/usermanager/lang/es/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/es/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Editar datos del usuario =====
|
9
content/lib/plugins/usermanager/lang/es/import.txt
Normal file
9
content/lib/plugins/usermanager/lang/es/import.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
===== Importación y carga de usuarios =====
|
||||
|
||||
Se requiere un archivo CSV de usuarios con al menos cuatro columnas.
|
||||
Las columnas deben contener, en este orden: Identificador de usuario, nombre completo, dirección de correo electrónico y grupos.
|
||||
Los campos CSV deben estar separados por comas (,) y las cadenas delimitadas por comillas dobles (%%""%%). Barra inversa (\\) se puede utilizar para escapar caracteres.
|
||||
Para un ejemplo de un archivo adecuado, probar la función "Exportar usuarios" de arriba.
|
||||
Valores de identificador de usuario duplicados serán ignorados.
|
||||
|
||||
Una contraseña será generada y enviada por correo electrónico a cada usuario importado correctamente.
|
1
content/lib/plugins/usermanager/lang/es/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/es/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Administración de usuarios ======
|
100
content/lib/plugins/usermanager/lang/es/lang.php
Normal file
100
content/lib/plugins/usermanager/lang/es/lang.php
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Miguel Pagano <miguel.pagano>
|
||||
* @author Oscar M. Lage <r0sk10@gmail.com>
|
||||
* @author Gabriel Castillo <gch@pumas.ii.unam.mx>
|
||||
* @author oliver <oliver@samera.com.py>
|
||||
* @author Enrico Nicoletto <liverig@gmail.com>
|
||||
* @author Manuel Meco <manuel.meco@gmail.com>
|
||||
* @author VictorCastelan <victorcastelan@gmail.com>
|
||||
* @author Jordan Mero <hack.jord@gmail.com>
|
||||
* @author Felipe Martinez <metalmartinez@gmail.com>
|
||||
* @author Javier Aranda <internet@javierav.com>
|
||||
* @author Zerial <fernando@zerial.org>
|
||||
* @author Marvin Ortega <maty1206@maryanlinux.com>
|
||||
* @author Daniel Castro Alvarado <dancas2@gmail.com>
|
||||
* @author Fernando J. Gómez <fjgomez@gmail.com>
|
||||
* @author Mauro Javier Giamberardino <mgiamberardino@gmail.com>
|
||||
* @author emezeta <emezeta@infoprimo.com>
|
||||
* @author Oscar Ciudad <oscar@jacho.net>
|
||||
* @author Ruben Figols <ruben.figols@gmail.com>
|
||||
* @author Gerardo Zamudio <gerardo@gerardozamudio.net>
|
||||
* @author Mercè López <mercelz@gmail.com>
|
||||
* @author Antonio Bueno <atnbueno@gmail.com>
|
||||
* @author Antonio Castilla <antoniocastilla@trazoide.com>
|
||||
* @author Jonathan Hernández <me@jhalicea.com>
|
||||
* @author Domingo Redal <docxml@gmail.com>
|
||||
* @author solohazlo <solohhazlo@gmail.com>
|
||||
* @author David Roy <davidroyapp@gmail.com>
|
||||
* @author Enny Rodriguez <aquilez.4@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Administración de usuarios';
|
||||
$lang['noauth'] = '(la autenticación de usuarios no está disponible)';
|
||||
$lang['nosupport'] = '(la administración de usuarios no está habilitada)';
|
||||
$lang['badauth'] = 'Mecanismo de autenticación inválido';
|
||||
$lang['user_id'] = 'Usuario';
|
||||
$lang['user_pass'] = 'Contraseña';
|
||||
$lang['user_name'] = 'Nombre';
|
||||
$lang['user_mail'] = 'Correo electrónico';
|
||||
$lang['user_groups'] = 'Grupos';
|
||||
$lang['field'] = 'Campo';
|
||||
$lang['value'] = 'Valor';
|
||||
$lang['add'] = 'Agregar';
|
||||
$lang['delete'] = 'Eliminar';
|
||||
$lang['delete_selected'] = 'Eliminar seleccionados';
|
||||
$lang['edit'] = 'Editar';
|
||||
$lang['edit_prompt'] = 'Editar datos de este usuario';
|
||||
$lang['modify'] = 'Guardar los cambios';
|
||||
$lang['search'] = 'Buscar';
|
||||
$lang['search_prompt'] = 'Realizar la búsqueda';
|
||||
$lang['clear'] = 'Limpiar los filtros de la búsqueda';
|
||||
$lang['filter'] = 'Filtrar';
|
||||
$lang['export_all'] = 'Exportar Todos los Usuarios (CSV)';
|
||||
$lang['export_filtered'] = 'Exportar Lista de Usuarios Filtrada (CSV)';
|
||||
$lang['import'] = 'Importar Nuevos Usuarios';
|
||||
$lang['line'] = 'Línea nº';
|
||||
$lang['error'] = 'Mensaje de error';
|
||||
$lang['summary'] = 'Mostrando los usuarios %1$d-%2$d de %3$d encontrados. Cantidad total de usuarios %4$d.';
|
||||
$lang['nonefound'] = 'No se encontraron usuarios que coincidan con los párametros de la búsqueda. Cantidad total de usuarios %d.';
|
||||
$lang['delete_ok'] = '%d usuarios eliminados';
|
||||
$lang['delete_fail'] = '%d no se pudieron eliminar.';
|
||||
$lang['update_ok'] = 'Los datos del usuario se actualizaron exitosamente ';
|
||||
$lang['update_fail'] = 'Los datos del usuario no se actualizaron';
|
||||
$lang['update_exists'] = 'El cambio de nombre de usuario falló, el nombre especificado (%s) ya está en uso (los otros cambios se aplicaron).';
|
||||
$lang['start'] = 'primera';
|
||||
$lang['prev'] = 'anterior';
|
||||
$lang['next'] = 'siguiente';
|
||||
$lang['last'] = 'última';
|
||||
$lang['edit_usermissing'] = 'El usuario seleccionado no ha sido encontrado; el usuario especificado puede haber sido eliminado o cambiado en algún otro lugar.';
|
||||
$lang['user_notify'] = 'Notificar al usuario';
|
||||
$lang['note_notify'] = 'El correo electrónico de notificación sólo será enviado si se actualizo la contraseña del usuario.';
|
||||
$lang['note_group'] = 'Si no se especifica ningún grupo, los nuevos usuarios serán agregados al grupo por defecto (%s).';
|
||||
$lang['note_pass'] = 'Se generará una clave automáticamente si el campo izquierdo es vacío y se esta activo la notificación de usuario. ';
|
||||
$lang['add_ok'] = 'El usuario fue creado exitosamente';
|
||||
$lang['add_fail'] = 'Falló la creación del usuario';
|
||||
$lang['notify_ok'] = 'Se envió la notificación por correo electrónico';
|
||||
$lang['notify_fail'] = 'No se pudo enviar la notificación por correo electrónico';
|
||||
$lang['import_userlistcsv'] = 'Lista de usuarios (CSV): ';
|
||||
$lang['import_header'] = 'Importaciones Más Recientes - Fallos';
|
||||
$lang['import_success_count'] = 'Importación de usuarios: %d usuarios encontrados, %d importados correctamente.';
|
||||
$lang['import_failure_count'] = 'Importación de usuarios: %d fallaron. Los fallos se enumeran a continuación.';
|
||||
$lang['import_error_fields'] = 'Campos insuficientes, encontrados %d, se requieren 4.';
|
||||
$lang['import_error_baduserid'] = 'Identificador de usuario no encontrado';
|
||||
$lang['import_error_badname'] = 'Nombre erróneo';
|
||||
$lang['import_error_badmail'] = 'Dirección de correo electrónico incorrecta';
|
||||
$lang['import_error_upload'] = 'Error al importar. El archivo csv no se pudo cargar o está vacío.';
|
||||
$lang['import_error_readfail'] = 'Error al importar. No se puede leer el archivo subido.';
|
||||
$lang['import_error_create'] = 'No se puede crear el usuario';
|
||||
$lang['import_notify_fail'] = 'Mensaje de notificación no se ha podido enviar por el usuario importado,%s con el email %s.';
|
||||
$lang['import_downloadfailures'] = 'Descarga errores en archivo CSV para la corrección';
|
||||
$lang['addUser_error_missing_pass'] = 'Por favor, establezca una contraseña o active las notificaciónes de usuario para permitir la generación de contraseñas.';
|
||||
$lang['addUser_error_pass_not_identical'] = 'Las contraseñas no coinciden';
|
||||
$lang['addUser_error_modPass_disabled'] = 'Está desactivado por ahora modificar contraseñas.';
|
||||
$lang['addUser_error_name_missing'] = 'Por favor teclea el nombre del nuevo usuario.';
|
||||
$lang['addUser_error_modName_disabled'] = 'La modificación de nombres está desactivada.';
|
||||
$lang['addUser_error_mail_missing'] = 'Por favor indica el email del nuevo usuario.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'La modificación de email está desactivada.';
|
||||
$lang['addUser_error_create_event_failed'] = 'Un plugin impidió que se añadiera el nuevo usuario. Revisa los otros mensajes para obtener más detalles.';
|
1
content/lib/plugins/usermanager/lang/es/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/es/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Lista de usuarios =====
|
33
content/lib/plugins/usermanager/lang/et/lang.php
Normal file
33
content/lib/plugins/usermanager/lang/et/lang.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author kristian.kankainen@kuu.la
|
||||
* @author Rivo Zängov <eraser@eraser.ee>
|
||||
* @author Janar Leas <janar.leas@eesti.ee>
|
||||
*/
|
||||
$lang['menu'] = 'Kasutajate haldamine';
|
||||
$lang['user_id'] = 'Kasutaja';
|
||||
$lang['user_pass'] = 'Parool';
|
||||
$lang['user_name'] = 'Tegelik nimi';
|
||||
$lang['user_mail'] = 'E-post';
|
||||
$lang['user_groups'] = 'Rühmad';
|
||||
$lang['field'] = 'Väli';
|
||||
$lang['value'] = 'Väärtus';
|
||||
$lang['add'] = 'Lisa';
|
||||
$lang['delete'] = 'Kustuta';
|
||||
$lang['delete_selected'] = 'Kustuta valitud';
|
||||
$lang['edit'] = 'Muuda';
|
||||
$lang['edit_prompt'] = 'Muuda seda kasutajat';
|
||||
$lang['modify'] = 'Salvesta muudatused';
|
||||
$lang['search'] = 'Otsi';
|
||||
$lang['search_prompt'] = 'Soorita otsing';
|
||||
$lang['filter'] = 'Filtreeri';
|
||||
$lang['update_fail'] = 'Kasutaja uuendamine ebaõnnestus';
|
||||
$lang['start'] = 'esimesed';
|
||||
$lang['prev'] = 'eelmine';
|
||||
$lang['next'] = 'järgmine';
|
||||
$lang['last'] = 'viimased';
|
||||
$lang['user_notify'] = 'Teavita kasutajat';
|
||||
$lang['note_group'] = 'Kui rühma pole määratletud, siis lisatakse uued kasutajad vaikimisi rühma (%s).';
|
1
content/lib/plugins/usermanager/lang/eu/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/eu/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Gehitu erabiltzailea =====
|
1
content/lib/plugins/usermanager/lang/eu/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/eu/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== Ezabatu erabiltzailea =====
|
1
content/lib/plugins/usermanager/lang/eu/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/eu/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Editatu erabiltzailea ======
|
1
content/lib/plugins/usermanager/lang/eu/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/eu/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Erabiltzaile-kudeatzailea ======
|
50
content/lib/plugins/usermanager/lang/eu/lang.php
Normal file
50
content/lib/plugins/usermanager/lang/eu/lang.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Inko Illarramendi <inko.i.a@gmail.com>
|
||||
* @author Zigor Astarbe <astarbe@gmail.com>
|
||||
* @author Osoitz <oelkoro@gmail.com>
|
||||
*/
|
||||
$lang['menu'] = 'Erabiltzaile-kudeatzailea';
|
||||
$lang['noauth'] = '(erabiltzaile kautotzea ez dago erabilgarri)';
|
||||
$lang['nosupport'] = '(erabiltzaile kudeaketa ez dago erabilgarri)';
|
||||
$lang['badauth'] = 'kautotze mekanismo baliogabea';
|
||||
$lang['user_id'] = 'Erabiltzailea';
|
||||
$lang['user_pass'] = 'Pasahitza';
|
||||
$lang['user_name'] = 'Benetako Izena';
|
||||
$lang['user_mail'] = 'Posta-e';
|
||||
$lang['user_groups'] = 'Taldeak';
|
||||
$lang['field'] = 'Eremu';
|
||||
$lang['value'] = 'Balioa';
|
||||
$lang['add'] = 'Gehitu';
|
||||
$lang['delete'] = 'Ezabatu';
|
||||
$lang['delete_selected'] = 'Ezabatu Hautatutakoak';
|
||||
$lang['edit'] = 'Editatu';
|
||||
$lang['edit_prompt'] = 'Editatu erabiltzaile hau';
|
||||
$lang['modify'] = 'Gorde Aldaketak';
|
||||
$lang['search'] = 'Bilatu';
|
||||
$lang['search_prompt'] = 'Egin bilaketa';
|
||||
$lang['clear'] = 'Berrasieratu Bilaketa Iragazkia';
|
||||
$lang['filter'] = 'Iragazi';
|
||||
$lang['summary'] = 'Erakusten diren erabiltzaileak %1$d-%2$d bilatutako %3$d erabiltzailetatik. %4$d erabiltzaile guztira.';
|
||||
$lang['nonefound'] = 'Ez da erabiltzailerik aurkitu. %d erabiltzaile guztira.';
|
||||
$lang['delete_ok'] = '%d erabiltzaile ezabatuak';
|
||||
$lang['delete_fail'] = '%d huts ezabatzean.';
|
||||
$lang['update_ok'] = 'Erabiltzailea arrakastaz eguneratuak';
|
||||
$lang['update_fail'] = 'Erabiltzaile eguneratzeak huts egin du ';
|
||||
$lang['update_exists'] = 'Erabiltzaile izen aldaketak huts egin du, zehaztutako erabiltzaile izena (%s) lehendik existitzen zen (beste edozein aldaketa ezarri egingo da).';
|
||||
$lang['start'] = 'hasi';
|
||||
$lang['prev'] = 'aurrekoa';
|
||||
$lang['next'] = 'hurrengoa';
|
||||
$lang['last'] = 'azkena';
|
||||
$lang['edit_usermissing'] = 'Aukeratutako erabiltzailea ez da aurkitu, zehaztutako erabiltzaile izena beste nonbait ezabatua edo aldatua izana gerta zitekeen.';
|
||||
$lang['user_notify'] = 'Erabiltzailea jakinarazi';
|
||||
$lang['note_notify'] = 'Jakinarazpen postak erabiltzaileari pasahitz berria ematen bazaio bakarrik bidaltzen dira.';
|
||||
$lang['note_group'] = 'Erabiltzaile berriak (%s) talde lehenetsira gehituko dira ez bada talderik zehazten.';
|
||||
$lang['note_pass'] = 'Pasahitza automatikoki sortuko da eremua hutsik uzten bada eta erabiltzailearen jakinarazpena gaitua badago.';
|
||||
$lang['add_ok'] = 'Erabiltzailea arrakastaz gehitua';
|
||||
$lang['add_fail'] = 'Erabiltzaile gehitzeak huts egin du';
|
||||
$lang['notify_ok'] = 'Jakinarazpen posta-e bidalia';
|
||||
$lang['notify_fail'] = 'Jakinarazpen posta-e ezin izan da bidali';
|
1
content/lib/plugins/usermanager/lang/eu/list.txt
Normal file
1
content/lib/plugins/usermanager/lang/eu/list.txt
Normal file
@@ -0,0 +1 @@
|
||||
====== Erabiltzaile zerrenda ======
|
1
content/lib/plugins/usermanager/lang/fa/add.txt
Normal file
1
content/lib/plugins/usermanager/lang/fa/add.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== افزودن کاربر =====
|
1
content/lib/plugins/usermanager/lang/fa/delete.txt
Normal file
1
content/lib/plugins/usermanager/lang/fa/delete.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== حذف کاربر =====
|
1
content/lib/plugins/usermanager/lang/fa/edit.txt
Normal file
1
content/lib/plugins/usermanager/lang/fa/edit.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== ویرایش کاربر =====
|
6
content/lib/plugins/usermanager/lang/fa/import.txt
Normal file
6
content/lib/plugins/usermanager/lang/fa/import.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
===== اضافه کردن کاربر =====
|
||||
|
||||
برای اینکار یک فایل CSV با حداقل چهار ستون لازم است. ستونها به ترتیب باید شامل id کاربر، نام کامل کاربر، آدرس ایمیل و گروههای کاربری او باشند.
|
||||
خانههای جدول CSV باید به وسیلهٔ کاما (,) و رشتهها با علامت نقل قول (%%""%%) از هم جدا شوند. علامت واکجخط (\) میتواند برای غیرفعال کردن معنای کاراکترها استفاده شود. برای دیدن یک نمونه از فایل مناسب، از گزینهٔ "خروجی کاربران" در بالا استفاده کنید. id های تکراری در جدول در نظر گرفته نمیشوند.
|
||||
|
||||
به ازای هر کاربری که با موفقیت اضافه شود یک رمز تولید و ایمیل میشود.
|
1
content/lib/plugins/usermanager/lang/fa/intro.txt
Normal file
1
content/lib/plugins/usermanager/lang/fa/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
===== مدیریت کاربران =====
|
82
content/lib/plugins/usermanager/lang/fa/lang.php
Normal file
82
content/lib/plugins/usermanager/lang/fa/lang.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author behrad eslamifar <behrad_es@yahoo.com)
|
||||
* @author Mohsen Firoozmandan <info@mambolearn.com>
|
||||
* @author omidmr <omidmr@gmail.com>
|
||||
* @author Mohammad Reza Shoaei <shoaei@gmail.com>
|
||||
* @author Milad DZand <M.DastanZand@gmail.com>
|
||||
* @author AmirH Hassaneini <mytechmix@gmail.com>
|
||||
* @author Hamid <zarrabi@sharif.edu>
|
||||
* @author Mohamad Mehdi Habibi <habibi.esf@gmail.com>
|
||||
* @author Masoud Sadrnezhaad <masoud@sadrnezhaad.ir>
|
||||
*/
|
||||
$lang['menu'] = 'مدیریت کاربر';
|
||||
$lang['noauth'] = '(معتبرسازی کاربر ممکن نیست)';
|
||||
$lang['nosupport'] = '(مدیریت کاربر پشتیبانی نمیشود)';
|
||||
$lang['badauth'] = 'روش معتبرسازی اشتباه است';
|
||||
$lang['user_id'] = 'کاربر';
|
||||
$lang['user_pass'] = 'گذرواژه';
|
||||
$lang['user_name'] = 'نام حقیقی';
|
||||
$lang['user_mail'] = 'ایمیل';
|
||||
$lang['user_groups'] = 'گروهها';
|
||||
$lang['field'] = 'فیلد';
|
||||
$lang['value'] = 'ارزش';
|
||||
$lang['add'] = 'اضافه کردن';
|
||||
$lang['delete'] = 'حذف';
|
||||
$lang['delete_selected'] = 'حذف انتخاب شدهها';
|
||||
$lang['edit'] = 'ویرایش';
|
||||
$lang['edit_prompt'] = 'ویرایش این کاربر';
|
||||
$lang['modify'] = 'ذخیره تغییرات';
|
||||
$lang['search'] = 'جستجو';
|
||||
$lang['search_prompt'] = 'انجام جستجو';
|
||||
$lang['clear'] = 'بازنویسی فیلترهای جستجو';
|
||||
$lang['filter'] = 'فیلتر';
|
||||
$lang['export_all'] = 'خروجی گرفتن از تمام کاربران (CSV):';
|
||||
$lang['export_filtered'] = 'خروجی لیست فیلتر شده کاربران (CSV):';
|
||||
$lang['import'] = 'ورود کاربران جدید';
|
||||
$lang['line'] = 'شماره خط.';
|
||||
$lang['error'] = 'متن خطا';
|
||||
$lang['summary'] = 'نمایش کاربر %1$d-%2$d از %3$d. در کل %4$d کاربر.';
|
||||
$lang['nonefound'] = 'هیچ کاربری یافت نشد. در کل %d کاربر.';
|
||||
$lang['delete_ok'] = '%d کاربر حذف شد';
|
||||
$lang['delete_fail'] = 'حذف %d کاربر با مشکل مواجه شد.';
|
||||
$lang['update_ok'] = 'کاربر با موفقیت بهروز شد.';
|
||||
$lang['update_fail'] = 'بهروزرسانی کاربر با مشکل مواجه شد';
|
||||
$lang['update_exists'] = 'تغییر نام کاربری ممکن نیست، نام کاربری مورد نظر (%s) از قبل وجود داشته است (مابقی تغییرات اعمال خواهد شد).';
|
||||
$lang['start'] = 'شروع';
|
||||
$lang['prev'] = 'قبلی';
|
||||
$lang['next'] = 'بعدی';
|
||||
$lang['last'] = 'آخرین';
|
||||
$lang['edit_usermissing'] = 'کاربر انتخاب شده یافت نشد، نام کاربری موردنظر در جایی دیگر حذف شده یا تغییر کرده است.';
|
||||
$lang['user_notify'] = 'آگاه کردن کاربر';
|
||||
$lang['note_notify'] = 'ایمیلی برای آگاهی، فقط در زمان تغییر گذرواژه ارسال میشود.';
|
||||
$lang['note_group'] = 'اگر گروهی انتخاب نشود، کاربران جدید به گروه پیشفرض (%s) افزوده خواهند شد.';
|
||||
$lang['note_pass'] = 'اگر فیلد گذرواژه خالی گذاشته شود، گذرواژه به طور خودکار تولید و ایمیلی برای کاربر ارسال خواهد شد.';
|
||||
$lang['add_ok'] = 'کاربر با موفقیت افزوده شد';
|
||||
$lang['add_fail'] = 'افزودن کاربر با مشکل مواجه شد';
|
||||
$lang['notify_ok'] = 'ایمیل آگاهیدهنده ارسال شد';
|
||||
$lang['notify_fail'] = 'ارسال ایمیل آگاهیدهنده با مشکل مواجه شد';
|
||||
$lang['import_userlistcsv'] = 'فایل لیست کاربران (CSV):';
|
||||
$lang['import_header'] = 'آخرین ایمپورت - خطا';
|
||||
$lang['import_success_count'] = 'ایمپورت کاربران: %d کاربر پیدا شد، %d با موفقیت وارد شد.';
|
||||
$lang['import_failure_count'] = 'ایمپورت کاربران: %d ناموفق. موارد ناموفق در پایین فهرست شده.';
|
||||
$lang['import_error_fields'] = 'فیلدهای ناکافی. %d تا پیدا شد ولی ۴ تا لازم است.';
|
||||
$lang['import_error_baduserid'] = 'id کاربر وارد نشده';
|
||||
$lang['import_error_badname'] = 'نام نامناسب';
|
||||
$lang['import_error_badmail'] = 'ایمیل نامناسب';
|
||||
$lang['import_error_upload'] = 'ایمپورت ناموفق. امکان ایمپورت فایل csv وجود ندارد یا خالی است.';
|
||||
$lang['import_error_readfail'] = 'ایمپورت ناموفق. امکان خواندن فایل آپلود شده وجود ندارد.';
|
||||
$lang['import_error_create'] = 'امکان ساخت کاربر وجود ندارد.';
|
||||
$lang['import_notify_fail'] = 'امکان ارسال پیغام آگاهیرسان برای کاربر ایمپورت شده وجود ندارد، %s با ایمیل %s.';
|
||||
$lang['import_downloadfailures'] = 'دانلود خطاها به صورت CSV برای اصلاح';
|
||||
$lang['addUser_error_missing_pass'] = 'لطفا یک پسورد وارد کنید یا آگاهیرسان کاربر را فعال کنید تا امکان تولید پسورد ایجاد شود';
|
||||
$lang['addUser_error_pass_not_identical'] = 'پسورد وارد شده معتبر نیست.';
|
||||
$lang['addUser_error_modPass_disabled'] = 'پسوردهای تغییریافتنی غیرفعال است.';
|
||||
$lang['addUser_error_name_missing'] = 'لطفا یک نام برای کاربر جدید وارد کنید.';
|
||||
$lang['addUser_error_modName_disabled'] = 'نامهای تغییریافتنی غیر فعال است.';
|
||||
$lang['addUser_error_mail_missing'] = 'لطفا یک نشانی ایمیل برای کاربر جدید وارد نمایید.';
|
||||
$lang['addUser_error_modMail_disabled'] = 'ایمیلهای تغییریافتنی غیر فعال است.';
|
||||
$lang['addUser_error_create_event_failed'] = 'افزونه از اضافه شدن کاربر جدید جلوگیری کرد. برای اطلاعات بیشتر پیغامهای احتمالی دیگر را مطالعه کنید.';
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user