25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

220 satır
8.5 KiB

  1. <?php
  2. /**
  3. * RockMongo english translation
  4. *
  5. * @package rockmongo
  6. * @author iwind.liu <iwind.liu@gmail.com>
  7. * @version 1.1
  8. */
  9. $message["TRANSLATION_NAME"] = "English";
  10. $message["TRANSLATION_ID"] = 1;
  11. /** Login interface **/
  12. $message["admin"] = "Admin";
  13. $message["password"] = "Password";
  14. $message["language"] = "Language";
  15. $message["hour"] = "Hour";
  16. $message["hours"] = "Hours";
  17. $message["month"] = "Month";
  18. $message["alive"] = "Alive";
  19. $message["authenticate"] = "Authenticate";
  20. /** Connection **/
  21. $message["can_not_connect"] = "MongoDB connection exception: %s. Please check your configuration.";
  22. $message["can_not_auth"] = "MongoDB authenticate failed. Please check your username and password from your mongo administrator.";
  23. /** Buttons and titles **/
  24. $message["default"] = "Default";
  25. $message["overview"] = "Overview";
  26. $message["server"] = "Server";
  27. $message["status"] = "Status";
  28. $message["databases"] = "Databases";
  29. $message["processlist"] = "Processlist";
  30. $message["command"] = "Command";
  31. $message["execute"] = "Execute";
  32. $message["master"] = "Master";
  33. $message["masters"] = "Masters";
  34. $message["slave"] = "Slave";
  35. $message["slaves"] = "Slaves";
  36. $message["master_slave"] = "Master/Slave";
  37. $message["query"] = "Query";
  38. $message["refresh"] = "Refresh";
  39. $message["insert"] = "Insert";
  40. $message["add"] = "Add";
  41. $message["clear"] = "Clear";
  42. $message["delete"] = "Delete";
  43. $message["remove"] = "Remove";
  44. $message["argument"] = "Argument";
  45. $message["update"] = "Update";
  46. $message["duplicate"] = "Duplicate";
  47. $message["text"] = "Text";
  48. $message["yes"] = "Yes";
  49. $message["no"] = "No";
  50. $message["statistics"] = "Statistics";
  51. $message["export"] = "Export";
  52. $message["import"] = "Import";
  53. $message["transfer"] = "Transfer";
  54. $message["sock"] = "Socket";
  55. $message["drop"] = "Drop";
  56. $message["more"] = "More";
  57. $message["rename"] = "Rename";
  58. $message["indexes"] = "Indexes";
  59. $message["properties"] = "Properties";
  60. $message["validate"] = "Validate";
  61. $message["repair"] = "Repair";
  62. $message["all"] = "All";
  63. $message["authentication"] = "Authentication";
  64. $message["profile"] = "Profile";
  65. $message["create_collection"] = "New Collection";
  66. $message["create_collection_full"] = "Create new Collection";
  67. $message["create_database"] = "Create new Database";
  68. $message["save"] = "Save";
  69. $message["back"] = "Back";
  70. $message["server_status"] = "Server Status";
  71. $message["command_line"] = "Command Line";
  72. $message["connection"] = "Connection";
  73. $message["web"] = "Web";
  74. $message["directives"] = "Directives";
  75. $message["directive"] = "Directive";
  76. $message["global_value"] = "Global Value";
  77. $message["local_value"] = "Local Value";
  78. $message["build_info"] = "Build Information";
  79. $message["kill"] = "Kill";
  80. $message["killop"] = "Are you sure to kill the op";
  81. $message["killoperation"] = "Kill Operation";
  82. $message["create"] = "Create";
  83. $message["name"] = "Name";
  84. $message["newname"] = "New Name";
  85. $message["oldname"] = "Old Name";
  86. $message["iscapped"] = "Is Capped";
  87. $message["size"] = "Size";
  88. $message["max"] = "Max";
  89. $message["modifyrow"] = "Modify Row";
  90. $message["data"] = "Data";
  91. $message["validarray"] = "Data must be a valid PHP array, just like:";
  92. $message["responseserver"] = "Response from server:";
  93. $message["db"] = "DB";
  94. $message["gotodbs"] = "Go to databases";
  95. $message["dropdatabase"] = "Drop Database";
  96. $message["dropwarning"] = "Warning: are you sure you want to drop the database";
  97. $message["dropwarning2"] = "All data in the database will be lost!";
  98. $message["createrow"] = "Create Row";
  99. $message["storagesize"] = "Storage Size";
  100. $message["datasize"] = "Data Size";
  101. $message["indexsize"] = "Index Size";
  102. $message["collections"] = "Collections";
  103. $message["objects"] = "Objects";
  104. $message["repairdbmsg"] = "Are you sure to repair database";
  105. $message["nocollections"] = "There is no collections here, you can not transfer.";
  106. $message["nocollections2"] = "No collections yet";
  107. $message["download"] = "Download?";
  108. $message["compressed"] = "Compressed";
  109. $message["rowsexported"] = "rows exported";
  110. $message["createnewcollection"] = "Create new collection in db";
  111. $message["target"] = "Target";
  112. $message["host"] = "Host";
  113. $message["port"] = "Port";
  114. $message["copyindexes"] = "Copy Indexes?";
  115. $message["confirm"] = "Confirm";
  116. $message["fields"] = "Fields";
  117. $message["other_fields"] = "Other Fields";
  118. $message["unique"] = "Unique";
  119. $message["key"] = "Key";
  120. $message["operation"] = "Operation";
  121. $message["removeduplicates"] = "Remove duplicates?";
  122. $message["listdbcommands"] = "List of database commands";
  123. $message["format"] = "Format";
  124. $message["execute_command"] = "Execute Command";
  125. $message["validate"] = "Validate";
  126. $message["dropifexists"] = "Drop if exists?";
  127. $message["warningprops"] = "<strong>Notice</strong>: To change collection options, we will create a new collection, copy all data from old one, then drop old one. This will spend a long time to complete when you have a large collection.";
  128. $message["copycollection"] = "Copy Collection";
  129. $message["to"] = "To";
  130. $message["removeifexists"] = "Remove target if exists?";
  131. $message["selectdb"] = "Select Db";
  132. /** Add user **/
  133. $message["users"] = "Users";
  134. $message["adduser"] = "Add User";
  135. $message["username"] = "UserName";
  136. $message["confirm_pass"] = "Confirm Password";
  137. $message["readonly"] = "Read Only?";
  138. $message["addreplace"] = "Add or Replace";
  139. /** Manual links **/
  140. $message["querying"] = "Querying";
  141. $message["updating"] = "Updating";
  142. $message["commands"] = "Commands";
  143. $message["jsapi"] = "JS API";
  144. $message["phpmongo"] = "PHP Mongo";
  145. /** Replication **/
  146. $message["repstatus"] = "Replication Status";
  147. $message["me"] = "Me";
  148. $message["repair_database"] = "Repair Database";
  149. $message["response_from_server"] = "Response from Server";
  150. $message["dropped_from_database"] = "is dropped from database";
  151. $message["noqueryhistory"] = "No query history yet.";
  152. $message["requery"] = "Re-query";
  153. $message["date"] = "Date";
  154. $message["change_level"] = "Change level";
  155. $message["clear_profile"] = "Are you sure to clear profile on db";
  156. $message["choose_profiling_level"] = "Choose current profiling level";
  157. $message["profiling_level1"] = "0 - off";
  158. $message["profiling_level2"] = "1 - log slow operations (>N ms)";
  159. $message["profiling_level3"] = "2 - log all operations";
  160. $message["timecost"] = "Time cost";
  161. /** Collection operations **/
  162. $message["submit_query"] = "Submit Query";
  163. $message["explain"] = "Explain";
  164. $message["clear_conditions"] = "Clear Conditions";
  165. $message["rows_per_page"] = "Rows per Page";
  166. $message["action"] = "Action";
  167. $message["limit"] = "Limit";
  168. $message["new_field"] = "New Field";
  169. /** Index Creation **/
  170. $message["warningindex"] = "Are you sure to drop the index";
  171. $message["createindex"] = "Create normal Index";
  172. $message["create_2d_index"] = "Create 2D Index";
  173. $message["2d_index_location_field"] = "Location Field";
  174. $message["2d_index_min_bound"] = "Min Bound";
  175. $message["2d_index_max_bound"] = "Max Bound";
  176. $message["2d_index_bit_precision"] = "Bit Precision";
  177. /** Top bar **/
  178. $message["tools"] = "Tools";
  179. $message["manuals"] = "Manuals";
  180. $message["logout"] = "Logout";
  181. $message["switch_hosts"] = "Switch Hosts";
  182. /** About **/
  183. $message["about_content"] = '<strong class="big">RockMongo</strong> is a MongoDB administration tool, written in PHP 5.
  184. <p>See <a href="http://rockmongo.com" target="_blank">http://rockmongo.com</a> for more details.</p>
  185. <p>If you have any questions, please send email to me: <a href="mailto:iwind.liu@gmail.com">iwind.liu@gmail.com</a> .</p>
  186. <p>Documents:<ul>
  187. <li><a href="http://rockmongo.com/wiki/changeLog" target="_blank">Changelog</a></li>
  188. <li><a href="http://rockmongo.com/wiki/configuration" target="_blank">Configuration</a></li>
  189. <li><a href="http://rockmongo.com/wiki/plugin" target="_blank">Plug-in</a></li>
  190. <li><a href="http://rockmongo.com/wiki/faq" target="_blank">FAQ</a></li>
  191. <li><a href="http://rockmongo.com/donation" target="_blank">Donation<br/><img src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"/></a></li>
  192. <li><a href="https://github.com/iwind/rockmongo/issues" target="_blank">Report an Issue</li>
  193. </ul></p>
  194. ';
  195. /** Login **/
  196. $message["loginandrock"] = "Login and Rock";
  197. $message["changeconfig"] = "You may change your username and password in config.php.";
  198. $message["rockmongocredits"] = "Powered by <a href=\"http://rockmongo.com\" target=\"_blank\">RockMongo</a> v" . (ROCK_MONGO_VERSION) . ", <a href=\"http://rockmongo.com/downloads\" target=\"_blank\">check out new version here.</a> &nbsp; [<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=iwind%2eliu%40gmail%2ecom&lc=US&amount=10&item_name=RockMongo%20Project%20Donation&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest\">Donate 10 dollars</a>]";
  199. ?>