mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
password reset language
This commit is contained in:
@@ -5,6 +5,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
$lang['admin_user_line1'] = 'Cloudlog potřebuje alespoň jednoho uživatele nastaveného pro svůj provoz.';
|
||||
$lang['admin_user_line2'] = 'Uživatelům mohou být přiděleny role, které jim udělují různá oprávnění, jako je přidávání QSO do logu a přístup k Cloudlog API.';
|
||||
$lang['admin_user_line3'] = 'Nyní přihlášený uživatel je zobrazen v pravém horním rohu každé stránky.';
|
||||
$lang['admin_user_line4'] = "With the password reset button, you can send a user an email containing a link to reset their password. To achieve this, ensure that the email settings in the global options are configured correctly.";
|
||||
|
||||
$lang['admin_user_list'] = 'Seznam uživatelů';
|
||||
|
||||
@@ -25,7 +26,10 @@ $lang['admin_close'] = 'Close';
|
||||
$lang['admin_user_accounts'] = 'User Accounts';
|
||||
$lang['admin_danger'] = 'DANGER!';
|
||||
$lang['admin_experimental'] = "Experimental";
|
||||
$lang['admin_password_reset'] = "Password Reset";
|
||||
|
||||
$lang['admin_email_settings_incorrect'] = "Email settings are incorrect.";
|
||||
$lang['admin_password_reset_processed'] = "Password Reset E-Mail sent.";
|
||||
|
||||
|
||||
// Contest Menu
|
||||
|
||||
Reference in New Issue
Block a user