Project

General

Profile

« Previous | Next » 

Revision 1515

Added by Dietmar over 12 years ago

typofix and changes in languages

View differences:

EN.php
350 350
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
351 351
$TEXT['URL'] = 'URL';
352 352
$TEXT['USER'] = 'User';
353
$TEXT['USERNAME'] = 'Username';
353
$TEXT['USERNAME'] = 'Loginname';
354 354
$TEXT['USERS_ACTIVE'] = 'User is set active';
355 355
$TEXT['USERS_CAN_SELFDELETE'] = 'User can delete himself';
356 356
$TEXT['USERS_CHANGE_SETTINGS'] = 'User can change his own settings';
......
374 374
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
375 375
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
376 376
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
377
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
377
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname';
378 378
$TEXT['WEBSITE'] = 'Website';
379 379
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
380 380
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
......
456 456
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
457 457
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
458 458
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below';
459
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
459
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your loginname and password have been sent to your email address';
460 460
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
461 461
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
462 462
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
......
507 507
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
508 508
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found';
509 509
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully';
510
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Username or password incorrect';
511
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your username and password below';
510
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Loginname or password incorrect';
512 511
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password';
513 512
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long';
514 513
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short';
515
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a username';
516
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied username to long';
517
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied username to short';
514
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a loginname';
515
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied loginname to long';
516
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied loginname to short';
518 517
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension';
519 518
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name';
520 519
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
......
540 539
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
541 540
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
542 541
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
543
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: SERVER_EMAIL';
542
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL;
544 543
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
545 544
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
546 545
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
......
582 581
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
583 582
A new user was registered.
584 583

  
585
Username: {LOGIN_NAME}
584
Loginname: {LOGIN_NAME}
586 585
UserId: {LOGIN_ID}
587 586
E-Mail: {LOGIN_EMAIL}
588 587
IP-Adress: {LOGIN_IP}
......
598 597

  
599 598
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
600 599

  
601
Username: {LOGIN_NAME}
600
Loginname: {LOGIN_NAME}
602 601
Password: {LOGIN_PASSWORD}
603 602

  
604 603
Your password has been reset to the one above.
......
618 617
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
619 618

  
620 619
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
621
Username: {LOGIN_NAME}
620
Loginname: {LOGIN_NAME}
622 621
Password: {LOGIN_PASSWORD}
623 622

  
624 623
Regards
......
642 641
$MESSAGE['USERS_DELETED'] = 'User deleted successfully';
643 642
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use';
644 643
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid';
645
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for username found';
644
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for loginname found';
646 645
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected';
647 646
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
648 647
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
649 648
$MESSAGE['USERS_SAVED'] = 'User saved successfully';
650
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The username you entered is already taken';
651
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The username you entered was too short';
649
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
650
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
652 651

  
653 652
/* OVERVIEW */
654 653
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';

Also available in: Unified diff