user_admin.php 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_your_profile', "ملفك الشخصي");
  25. define('OGP_LANG_new_password', "كلمة السر الجديدة");
  26. define('OGP_LANG_retype_new_password', "أعد كتابة كلمة السر الجديدة");
  27. define('OGP_LANG_login_name', "اسم الدخول");
  28. define('OGP_LANG_language', "اللغة");
  29. define('OGP_LANG_first_name', "الاسم الاول");
  30. define('OGP_LANG_page_limit', "مواد لكل صفحة");
  31. define('OGP_LANG_page_limit_info', "عدد العناصر المعروضة في الصفحة. لا يمكن أن يكون عدد العناصر أقل من 10.");
  32. define('OGP_LANG_last_name', "الاسم الاخير");
  33. define('OGP_LANG_phone_number', "رقم الهاتف");
  34. define('OGP_LANG_email_address', "عنوان البريد الإلكتروني");
  35. define('OGP_LANG_city', "المدينة");
  36. define('OGP_LANG_province', "Province");
  37. define('OGP_LANG_country', "البلد");
  38. define('OGP_LANG_comment', "التعليقات");
  39. define('OGP_LANG_expires', "تنتهي في");
  40. define('OGP_LANG_save_profile', "Save profile");
  41. define('OGP_LANG_new_password_info', "When password field is empty the password will not be updated.");
  42. define('OGP_LANG_theme', "القالب");
  43. define('OGP_LANG_theme_info', "If theme is empty the global value is used.");
  44. define('OGP_LANG_expires_info', "Date when the user account expires. The account is not deleted, but user can not login anymore.");
  45. define('OGP_LANG_password_mismatch', "Passwords did not match.");
  46. define('OGP_LANG_current_password', "Current password");
  47. define('OGP_LANG_current_password_info', "Your current password.");
  48. define('OGP_LANG_current_password_mismatch', "Your current password did not match to the one in database.");
  49. define('OGP_LANG_add_new_user', "Add a new user");
  50. define('OGP_LANG_edit_user_groups', "Edit User Groups");
  51. define('OGP_LANG_users', "Users");
  52. define('OGP_LANG_user_role', "دور المستخدم");
  53. define('OGP_LANG_full_name', "Full Name");
  54. define('OGP_LANG_edit_games', "Edit Games");
  55. define('OGP_LANG_edit_profile', "Edit Profile");
  56. define('OGP_LANG_confirm_password', "Confirm password");
  57. define('OGP_LANG_you_need_to_enter_both_passwords', "You need to enter both passwords.");
  58. define('OGP_LANG_passwords_did_not_match', "Passwords did not match.");
  59. define('OGP_LANG_could_not_add_user_because_user_already_exists', "Could not add user, because user <em>%s</em> already exists.");
  60. define('OGP_LANG_successfully_added_user', "Successfully added user <em>%s</em>.");
  61. define('OGP_LANG_add_a_new_user', "Add a new user");
  62. define('OGP_LANG_admin', "Admin");
  63. define('OGP_LANG_user', "User");
  64. define('OGP_LANG_user_with_id_does_not_exist', "User with ID %s does not exist.");
  65. define('OGP_LANG_are_you_sure_you_want_to_delete_user', "Are you sure you want to delete user <em>%s</em>?");
  66. define('OGP_LANG_unable_to_delete_user', "Unable to delete user %s.");
  67. define('OGP_LANG_successfully_deleted_user', "Successfully deleted user <b>%s</b>.");
  68. define('OGP_LANG_failed_to_update_user_profile_error', "Failed to update user profile. Error: %s");
  69. define('OGP_LANG_profile_of_user_modified_successfully', "Profile of user <b>%s</b> was modified successfully.");
  70. define('OGP_LANG_no_subusers', "No subusers are available to be assigned to a group. Please create subuser accounts.");
  71. define('OGP_LANG_ownedby', "Parent Owner");
  72. define('OGP_LANG_andSubUsers', " And all of his subusers?");
  73. define('OGP_LANG_subusers', "Subusers");
  74. define('OGP_LANG_show_subusers', "Show Subusers");
  75. define('OGP_LANG_hide_subusers', "Hide Subusers");
  76. define('OGP_LANG_info_group', "From this page it is possible to determine user groups. You can assign servers to group so that they are availble for all of the group users.");
  77. define('OGP_LANG_add_new_group', "Add new group");
  78. define('OGP_LANG_group_name', "Group Name");
  79. define('OGP_LANG_add_group', "Add Group");
  80. define('OGP_LANG_no_groups_available', "No groups available.");
  81. define('OGP_LANG_delete_group', "Delete Group");
  82. define('OGP_LANG_add_user_to_group', "Add user to group");
  83. define('OGP_LANG_add_user', "Add User");
  84. define('OGP_LANG_remove_from_group', "Remove from group");
  85. define('OGP_LANG_add_server_to_group', "Add server to group");
  86. define('OGP_LANG_add_server', "Add Server");
  87. define('OGP_LANG_servers_in_group', "Servers in group");
  88. define('OGP_LANG_no_servers_in_group', "No servers in group %s.");
  89. define('OGP_LANG_available_groups', "Available Groups");
  90. define('OGP_LANG_assign_homes', "Assign Homes");
  91. define('OGP_LANG_successfully_added_group', "Successfully added group %s.");
  92. define('OGP_LANG_group_name_empty', "Group name can not be empty.");
  93. define('OGP_LANG_failed_to_add_group', "Failed to add group %s.");
  94. define('OGP_LANG_could_not_add_user_to_group', "Could not add user %s to group %s, because already belongs.");
  95. define('OGP_LANG_successfully_added_to_group', ">Successfully added %s to group <em>%s</em>.");
  96. define('OGP_LANG_could_not_add_server_to_group', "Could not add server to group %s, because already belongs.");
  97. define('OGP_LANG_successfully_added_server_to_group', "Successfully added server to group <em>%s</em>.");
  98. define('OGP_LANG_successfully_removed_from_group', "Successfully removed %s from group <em>%s</em>.");
  99. define('OGP_LANG_could_not_delete_server_from_group', "Could not delete server %s from group <em>%s</em>.");
  100. define('OGP_LANG_successfully_removed_server_from_group', "Successfully removed server %s from group <em>%s</em>.");
  101. define('OGP_LANG_group_with_id_does_not_exist', "%s group does not exist.");
  102. define('OGP_LANG_are_you_sure_you_want_to_delete_group', "Are you sure you want to delete group <em>%s</em>?");
  103. define('OGP_LANG_unable_to_delete_group', "Unable to delete %s group.");
  104. define('OGP_LANG_successfully_deleted_group', "Successfully deleted group <b>%s</b>.");
  105. define('OGP_LANG_editing_profile', "Editing Profile: %s");
  106. define('OGP_LANG_valid_user', "Please specify a valid user.");
  107. define('OGP_LANG_enter_valid_username', "Please enter a valid username.");
  108. define('OGP_LANG_unexpected_role', "Unexpected user role received.");
  109. define('OGP_LANG_search', "Search");
  110. define('OGP_LANG_api_token', "API token");
  111. define('OGP_LANG_user_receives_emails', "Receive emails");
  112. ?>