wp-config.php phải ghi được':
return 'Make sure your wp-config.php file must be writable';break;
case 'Và cơ sở dữ liệu phải có quyền ALTER':
return 'And check the database must have ALTER rights';break;
case 'Lưu ý trước khi sử dụng chức năng này':
return 'Before execute this action';break;
case 'Tiền tố hiện tại':
return 'Existing Prefix';break;
case 'Tiền tố mới':
return 'New Prefix';break;
case 'Ví dụ: example_':
return 'Ex: example_';break;
case 'Các kí tự cho phép: tất cả chữ latin, chữ số cũng như _ (gạch dưới), không dùng ký tự đặc biệt và tiếng việt có dấu':
return 'Allowed characters: all latin alphanumeric as well as the _ (underscore), not special character';break;
case 'Lưu thay đổi':
return 'Save Changes';break;
case 'Tất cả các bảng đã được cập nhật thành công với tiền tố':
return 'All tables have been successfully updated with prefix';break;
case 'Tệp wp-config đã được cập nhật thành công với tiền tố':
return 'The wp-config file has been successfully updated with prefix';break;
case 'Không thể cập nhật tập tin wp-config! Bạn phải sửa lại biến $table_prefix trong wp-config với tiền tố mới bạn thay đổi':
return 'The wp-config file could not be updated! You have to manually update the table_prefix variable to the one you have specified';break;
case 'Đã xảy ra lỗi và không thể cập nhật bảng cơ sở dữ liệu':
return 'An error has occurred and the tables could not be updated';break;
case 'Vui lòng cung cấp tiền tố chính xác':
return 'Please provide a proper table prefix';break;
case 'Không thay đổi! Vui lòng nhập tiền tố mới khác tiền tố cũ':
return 'No change! Please provide a new table prefix';break;
case 'Bạn đã sử dụng một số ký tự không được phép cho tiền tố của bảng. Vui lòng sử dụng ký tự cho phép không phải':
return 'You have used some characters disallowed for the table prefix. Please use allowed characters instead of';break;
case 'Cảnh báo: file wp-config không có quyền chỉnh sửa. Sau khi đổi tiền tố bạn phải sửa lại biến $table_prefix trong file wp-config một cách thủ công.':
return 'Warning: wp-config file does not have edit permission. After changing the prefix, you must manually edit the $ table_prefix variable in your wp-config file.';break;
// End change prefix
case 'Thay đổi KEY SALT, khóa bảo mật của wordpress':
return 'Change KEY SALT, wordpress security key';break;
case 'Bạn đã chọn thay đổi lại Keys and Salts. Chọn lưu thay đổi ở chân trang để hoàn tất':
return 'You have chosen to change Keys and Salts again. Select save changes in the completed footer';break;
case 'Khóa bảo mật rất quan trọng, bạn nên thay đổi thường xuyên hoặc ngay lập tức khi website bị tấn công':
return 'Your key salt security passwords are important, you should change the regular or or immediately when website was hacked';break;
case 'Cảnh báo: file wp-config không có quyền chỉnh sửa. Do đó bạn không sử dụng được chức năng này, nếu muốn thay đổi khóa bảo mật bạn phải sửa file wp-config một cách thủ công, lấy khóa mới tại':
return 'Warning: wp-config file does not have edit permission. So you can not use this function, if you want to change the security key you have to edit the wp-config file manually, get the new key at';break;
case 'Không cho phép chỉnh sửa file trong themes,plugins trên wp-admin':
return 'Disallow edit files on themes,plugins in wp-admin';break;
case 'Nhằm nâng cao tính bảo mật nếu bạn muốn tắt tính năng này mở file wp-config.php và loại bỏ dòng':
return 'For enhanced security, if you want to disable this feature open the wp-config.php file and remove the line';break;
case 'Không cho phép thêm mới plugins,themes trên wp-admin':
return 'Disallow add new plugins, themes on wp-admin';break;
default:
return $text;
}
}
else
return $text;
}
?>