NinjonikSVK

Untitled

Jul 9th, 2020
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 KB | None | 0 0
  1. <?php
  2.  
  3. $l = array();
  4.  
  5. $l['login'] = 'Log in';
  6. $l['register'] = 'Register a new membership';
  7. $l['registerpage'] = 'Register';
  8. $l['terms'] = 'With registration you agree ';
  9. $l['username'] = 'Username';
  10. $l['email'] = 'Email';
  11. $l["email-adress"] = "E-mail adress";
  12. $l['password'] = 'Password';
  13. $l['passwordc'] = 'Retype password';
  14. $l['submit'] = 'Submit';
  15. $l['alreadyhaveam'] = 'Already have an account?';
  16. $l['pleasefillalla'] = 'Please fill out all fields!';
  17. $l['pass'] = $l['password'];
  18. $l["GDPR"] = "Terms of Service and GDPR";
  19. $l['3chara'] = 'Username must have more than 3 characters.';
  20. $l['3charapass'] = 'Password must have more than 3 characters.';
  21. $l['usernameused'] = 'This username is already used by somebody.';
  22. $l["numeric3"] = "Usernames must be at least 3 Alphanumeric characters";
  23. $l['emailused'] = 'This e-mail is already used by somebody.';
  24. $l['passesnotsame'] = 'Password and password which you retyped are not same.';
  25. $l['notvalidemail'] = 'Please type valid e-mail adress.';
  26. $l['regcompl'] = 'Registration completed!';
  27. $l["regcomple"] = 'You have successfully registered on';
  28. $l["youmustactivate"] = 'But before you can log in you must verify your email-adress. Click on the button down below:';
  29. $l["verifyaccount"] = 'Verify account';
  30. $l["buttonnotworking"] = 'If the button is not working click on the link down below / copy it:';
  31. $l["regards"] = 'Regards';
  32. $l["team"] = 'Team';
  33. $l["resetpass"] = 'Reset password';
  34. $l["signin"] = 'Sign in to start your session.';
  35. #$l['resetpass'] = 'Forgot your password?';
  36. $l['registernewmem'] = 'Register new membership.';
  37. $l['accountact'] = 'Your account is now active, you may log in.';
  38. $l['checkyouremailforreset'] = 'Please check your e-mail to continue in reset proccess.';
  39. $l["register_done"] = "Register completed, please check your e-mail adress";
  40. $l['passchanged'] = 'Password changed, you now can log in with your new password.';
  41. $l['badpass'] = 'You have entered wrong password / username, or your account is not yet activated.';
  42. $l['badusername'] = 'Usernames are required to be Alphanumeric, and between 3-16 characters long.';
  43. $l['passwordreset'] = 'Password reset';
  44. $l['startedpassr'] = 'Someone has started reseting password process on';
  45. $l['verifypassr'] = 'But before you can start reseting process, you need to click on the button below.';
  46. $l['verifypassrc'] = 'Confirm password reset';
  47. $l['dontaskedforpr'] = 'If you dont asked for reseting your password, then just ignore it.';
  48. $l['resetpasspa'] = 'You forgot your password? Here you can easily retrieve a new password.';
  49. $l['add_new_ticket'] = 'Add new ticket';
  50. $l['home'] = 'Home';
  51. $l["administration"] = "Administration";
  52. $l["log_out"] = "Logout";
  53. $l["my_profile"] = "My profile";
  54. $l["profile"] = "Profile";
  55. $l["edit_profile"] = "Edit profile";
  56. $l["me"] = "Me";
  57. $l["support"] = "SUPPORT";
  58. $l["my_tickets"] = "My tickets";
  59. $l["sites"] = "Pages";
  60. $l["news"] = "News";
  61. $l["to_download"] = "To download";
  62. $l["chat"] = "Chat";
  63. $l["player_id"] = "USER ID: ";
  64. $l["rank"] = "RANK: ";
  65. $l["or_classic"] = "Or classic";
  66. $l["lang"] = "Languages";
  67. $l["user"] = "User";
  68. $l["register_benefits"] = "Register benefits";
  69. $l["ben_1"] = "You can get where non-registered users can't! (for example. igupload)";
  70. $l["skills"] = "Skills";
  71. $l["warning_edit"] = "Warning: After editing your profile you will be automatically logged out.";
  72. $l["if_you_bla"] = "If you have not registered account with this email, just ignore it.";
  73. $l["if_you_dont_asked"] = "If you dont asked for reseting your password, then just ignore it.";
  74. $l["someone_has_started"] = "Someone has started reseting password process on";
  75. $l["but_before"] = "But before you can start reseting process, you need to click on the button below.";
  76. $l["confirm_reset"] = "Confirm Reset";
  77.  
  78. #dbd = Dashboard
  79. $dbd = array();
  80. $dbd["main"] = "Dashboard";
  81. $dbd["sites"] = "Pages";
  82. $dbd["create_site"] = "Add page";
  83. $dbd["add_post"] = "Add post";
  84. $dbd["files"] = "Files";
  85. $dbd["add_file"] = "Add file";
  86. $dbd["add_page"] = "Add page";
  87. $dbd["users"] = "Users";
  88. $dbd["tickets"] = "Tickets";
  89. $dbd["site_settings"] = "Site settings";
  90. $dbd["welcome"] = "Welcome";
  91. $dbd["total_active_users"] = "Total active users:";
  92. $dbd["tickets_opened"] = "Tickets opened";
  93. $dbd["total_files"] = "Files";
  94. $dbd["total_forums"] = "Forums & Categories";
  95. $dbd["total_groups"] = "Groups";
  96. $dbd["total_version"] = "Current version";
  97. $dbd["newest_version"] = "Newest version";
  98. $dbd["total_tickets_count"] = "Total tickets count:";
  99. $dbd["site_count"] = "Pages count:";
  100. $dbd["total_posts"] = "Total posts:";
  101. $dbd["notes"] = "Notes";
  102. $dbd["my_notes"] = "My notes:";
  103. $dbd["id"] = "ID";
  104. $dbd["page_name"] = "Page name";
  105. $dbd["actions"] = "Actions";
  106. $dbd["autor"] = "Autor";
  107. $dbd["time"] = "Time";
  108. $dbd["rubrika"] = "neviem co to znamena";
  109. $dbd["page_index"] = "Page index";
  110. $dbd["image_within_page"] = "Image within page, 800x534, only .png .jpg .gif";
  111. $dbd["file_name"] = "File name";
  112. $dbd["description"] = "Description";
  113. $dbd["file"] = "File";
  114. $dbd["downloads"] = "Downloads";
  115. $dbd["file_description"] = "File description..";
  116. $dbd["user_name"] = "Username";
  117. $dbd["email"] = "Email";
  118. $dbd["is_account_activated"] = "Is account activated?";
  119. $dbd["is_reset_done"] = "Is reset done?";
  120. $dbd["level"] = "Level";
  121. $dbd["created"] = "Created";
  122. $dbd["location"] = "Location";
  123. $dbd["title"] = "Title";
  124. $dbd["preferated_administrator"] = "Preferred administrator";
  125. $dbd["status"] = "Status";
  126. $dbd["type_you_message_here"] = "Type your message here.";
  127. $dbd["messages"] = "Messages";
  128. $dbd["edit_site"] = "Edit site";
  129. $dbd["site_name"] = "Site name";
  130. $dbd["slogan"] = "Slogan";
  131. $dbd["ip_address"] = "Ip address";
  132. $dbd["groups"] = "Groups";
  133. $dbd["forums"] = "Forums";
  134. $dbd["group"] = "Group";
  135. $dbd["group_add"] = "Group Editor";
  136. $dbd["group_name"] = "Group's name";
  137. $dbd["group_color"] = "Group's color";
  138.  
  139. $dbd["type"] = "Type";
  140.  
  141. $dbd["forum_forum"] = "Forum";
  142. $dbd["forum_forums"] = "Forums";
  143. $dbd["forum_category"] = "Category";
  144. $dbd["forum_add"] = "Create forum";
  145. $dbd["forum_name"] = "Name of the forum";
  146. $dbd["forum_desc"] = "Forum's description";
  147. $dbd["forum_order"] = "Order";
  148. $dbd["forum_icon"] = "Icon";
  149. $dbd["forum_parent"] = "Parent of the forum";
  150. $dbd["forum_no_parent"] = "No parent";
  151. $dbd["forum_choose"] = "Do you want to create category or forum?";
  152.  
  153. $dbd["port"] = "Port";
  154. $dbd["times_downloaded"] = "Times downloaded";
  155. $dbd["to_download"] = "To download";
  156. $dbd["delete_all_chat"] = "Delete whole chat";
  157.  
  158. $perl["permissions"] = "Permissions";
  159. $perl["show_dashboard"] = "Show dashboard";
  160. $perl["manage_tickets"] = "Manage tickets";
  161. $perl["manage_pages"] = "Manage pages";
  162. $perl["manage_news"] = "Manage news";
  163. $perl["manage_files"] = "Manage files";
  164. $perl["manage_users"] = "Manage users";
  165. $perl["manage_site"] = "Manage site";
  166. $perl["manage_groups"] = "Manage groups";
  167. $perl["moderate_chat"] = "Moderate chat";
  168. $perl["manage_forum"] = "Manage forum";
  169. $perl["moderate_forum"] = "Moderate forum";
  170.  
  171.  
  172. $actions = array();
  173. $actions["jump"] = "Jump";
  174. $actions["show"] = "Show";
  175. $actions["delete"] = "Delete";
  176. $actions["edit"] = "Edit";
  177. $actions["send"] = "Send";
  178. $actions["submit"] = "Submit";
  179. $actions["jump_on_profile"] = "Jump to profile";
  180. $actions["verify"] = "Verify";
  181. $actions["add_answer"] = "Add answer";
  182. $actions["reply"] = "Reply";
  183. $actions["upload_file"] = "Upload file";
  184. $actions["upload"] = "Upload";
  185. $actions["save"] = "Save";
  186. $actions["change"] = "Change";
  187. $actions["confirm_password"] = "Confirm password";
  188.  
  189. $statuses = array();
  190. $statuses["opened"] = "Opened";
  191. $statuses["working_on"] = "Working on";
  192. $statuses["closed"] = "Closed";
  193. $statuses["stored"] = "Stored";
  194. $statuses["error"] = "Error!";
  195. $statuses["close"] = "Close";
  196.  
  197. #mk = materialkit
  198. $mk = array();
  199. $mk["404"] = "Site has not been found!";
  200. $mk["account_cant_activate"] = "Your account can't be activated..";
  201. $mk["support-tickets"] = "Support - Tickets";
  202. $mk["support-create-ticket"] = "Support - Create Ticket";
  203. $mk["ticket_name"] = "Ticket name";
  204. $mk["ticket_index"] = "Ticket index";
  205. $mk["if_not_preferred"] = "* If you dont have preferred administrator then skip this field.";
  206. $mk["news_found_here"] = "Here you will find news from whole";
  207. $mk["server_is_currently_offline"] = "Server is currently offline!";
  208. $mk["people_on_server_currently"] = "Current number of players playing on server";
  209. $mk["of"] = "out of";
  210. $mk["players"] = "players";
  211. $mk["forum"] = $dbd["forum_forum"];
  212. $mk["forum_create_topic"] = "Create topic";
  213. $mk["said_on"] = "said on";
  214. $mk["forum_views"] = "Views";
  215. $mk["forum_topics"] = "Topics";
  216. $mk["forum_posts"] = "Posts";
  217. $mk["add_photo"] = "Add photo";
  218. $mk["alert_success"] = "Success";
  219. $mk["alert_error"] = "Error";
  220. $mk["alert_registration"] = "You have successfully registered! Check your email for activation link.";
  221. $mk["alert_image"] = "Your image does not have canvas 1:1, canvas now:";
  222. $mk["alert_image2"] = "Your file is not an image, type of file now:";
  223. $mk["logged_off"] = "You have successfully logged out!";
  224. $mk["readmore"] = "Read more";
  225. $mk["wrote"] = "Wrote";
  226. $mk["commments"] = "Comments";
  227. $mk["logged_in"] = "You have succesfully logged in!";
  228. $mk["profile_alert"] = "
  229. Alert: After changing avatar to 'Upload file'<br /> you must upload photo that is not forbidden by ToS.<br />
  230. Profile photo must have atleast 100 x 100 px and must be in 1:1.
  231. ";
  232.  
  233. ?>
Add Comment
Please, Sign In to add comment