added: to misc:
bool IsWhite(const wchar_t * str, bool treat_new_line_as_white) bool IsWhite(const std::wstring & str, bool treat_new_line_as_white) return true if the whole string is white (or an empty string) added: global variable in admin environment for an user: "display_name" if defined it is used to display an user's name instead of its login it is used in: void print_user_name(Info & i, User & user); (tickets, threads, cat function etc) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@895 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -7,6 +7,9 @@ charset = UTF-8
|
||||
logged_as = logged as
|
||||
logged_as_long = You are logged as
|
||||
|
||||
display_guest_name = guest
|
||||
|
||||
|
||||
account_not_activated = This account is not activated yet.
|
||||
account_suspended = This account is temporarily suspended
|
||||
account_banned = This account has been banned
|
||||
|
@@ -8,6 +8,8 @@ charset = UTF-8
|
||||
logged_as = zalogowany jako
|
||||
logged_as_long = Aktualnie jesteś zalogowany jako
|
||||
|
||||
display_guest_name = gość
|
||||
|
||||
account_not_activated = To konto nie jest jeszcze aktywowane
|
||||
account_suspended = To konto jest tymczasowo zablokowane
|
||||
account_banned = To konto zostało wyłączone
|
||||
|
Reference in New Issue
Block a user