ISPConfig module for simplify the creation of websites and DNS zones in a only step
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

26 lines
1.5 KiB

  1. <?php
  2. $wb["database_user_txt"] = 'Database user';
  3. $wb["database_password_txt"] = 'Database password';
  4. $wb["password_strength_txt"] = 'Password strength';
  5. $wb["client_txt"] = 'Client';
  6. $wb["active_txt"] = 'Active';
  7. $wb["database_user_error_empty"] = 'Database user is empty.';
  8. $wb["database_user_error_unique"] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.';
  9. $wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.';
  10. $wb["database_user_error_len"] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.';
  11. $wb["btn_save_txt"] = 'Save';
  12. $wb["btn_cancel_txt"] = 'Cancel';
  13. $wb['generate_password_txt'] = 'Generate Password';
  14. $wb['repeat_password_txt'] = 'Repeat Password';
  15. $wb['password_mismatch_txt'] = 'The passwords do not match.';
  16. $wb['password_match_txt'] = 'The passwords do match.';
  17. $wb['globalsearch_resultslimit_of_txt'] = "of";
  18. $wb['globalsearch_resultslimit_results_txt'] = "results";
  19. $wb['globalsearch_noresults_text_txt'] = "No results.";
  20. $wb['globalsearch_noresults_limit_txt'] = "0 results";
  21. $wb['globalsearch_searchfield_watermark_txt'] = "Search";
  22. $wb['globalsearch_suggestions_text_txt'] = "Suggestions";
  23. $wb['limit_database_user_txt'] = "The max. number of database users is reached.";
  24. $wb['database_password_error_empty'] = 'Database password is empty.';
  25. ?>