PageRenderTime 31ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/localization/enUS.php

http://wowroster.googlecode.com/
PHP | 1239 lines | 932 code | 193 blank | 114 comment | 6 complexity | 121aec7c96c58af3887ff720c3964715 MD5 | raw file
Possible License(s): GPL-2.0

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /**
  3. * WoWRoster.net WoWRoster
  4. *
  5. * enUS Locale File
  6. *
  7. * Use this as a base for all translations
  8. *
  9. * @copyright 2002-2011 WoWRoster.net
  10. * @license http://www.gnu.org/licenses/gpl.html Licensed under the GNU General Public License v3.
  11. * @version SVN: $Id: enUS.php 2430 2012-03-26 21:25:26Z ulminia@gmail.com $
  12. * @link http://www.wowroster.net
  13. * @since File available since Release 1.5.0
  14. * @package WoWRoster
  15. * @subpackage Locale
  16. */
  17. $lang['langname'] = 'English';
  18. //Instructions how to upload, as seen on the mainpage
  19. $lang['update_link']='Click here for Updating Instructions';
  20. $lang['update_instructions']='Updating Instructions';
  21. $lang['lualocation']='Click browse and select your *.lua files to upload';
  22. $lang['filelocation']='is located at<br /><i>*WOWDIR*</i>\\\\WTF\\\\Account\\\\<i>*ACCOUNT_NAME*</i>\\\\SavedVariables';
  23. $lang['nodata']='Could not find guild: <b>\'%1$s\'</b> for server <b>\'%2$s\'</b><br />You need to <a href="%3$s">load your guild</a> first and make sure you <a href="%4$s">finished configuration</a><br /><br /><a href="http://www.wowroster.net/MediaWiki/Roster:Install" target="_blank">Click here for installation instructions</a>';
  24. $lang['no_char_in_db']='The member <b>\'%1$s\'</b> is not in the database';
  25. $lang['no_default_guild']='No default guild has been set yet. Please set one here.';
  26. $lang['not_valid_anchor']='The anchor(a=) parameter does not provide accurate enough data or is badly formatted.';
  27. $lang['nodefguild']='No default guild has been set yet. Please make sure you have <a href="%1$s">finished configuration</a><br /><br /><a href="http://www.wowroster.net/MediaWiki/Roster:Install" target="_blank">Click here for installation instructions</a>';
  28. $lang['nodata_title']='No Guild Data';
  29. $lang['update_page']='Update Profile';
  30. $lang['guild_addonNotFound']='Could not find Guild. WoWRoster-GuildProfiler Addon not installed correctly?';
  31. $lang['ignored']='Ignored';
  32. $lang['update_disabled']='Update access has been disabled';
  33. $lang['nofileUploaded']='UniUploader did not upload any file(s), or uploaded the wrong file(s).';
  34. $lang['roster_upd_pwLabel']='Roster Update Password';
  35. $lang['roster_upd_pw_help']='Some lua updates may require a password';
  36. $lang['roster_error'] = 'Roster Error';
  37. $lang['sql_queries'] = 'SQL Queries';
  38. $lang['invalid_char_module'] = 'Invalid characters in addon name';
  39. $lang['module_not_exist'] = 'The module [%1$s] does not exist';
  40. $lang['addon_error'] = 'Addon Error';
  41. $lang['specify_addon'] = 'You must specify an addon name!';
  42. $lang['addon_not_exist'] = '<b>The addon [%1$s] does not exist!</b>';
  43. $lang['addon_disabled'] = '<b>The addon [%1$s] has been disabled</b>';
  44. $lang['addon_no_access'] = '<b>Insufficient credentials to access [%1$s]</b>';
  45. $lang['addon_upgrade_notice'] = '<b>The addon [%1$s] has been disabled because it needs to be upgraded</b>';
  46. $lang['addon_not_installed'] = '<b>The addon [%1$s] has not been installed yet</b>';
  47. $lang['addon_no_config'] = '<b>The addon [%1$s] does not have a configuration</b>';
  48. $lang['char_error'] = 'Character Error';
  49. $lang['specify_char'] = 'Character was not specified';
  50. $lang['no_char_id'] = 'Sorry no character data for member_id [ %1$s ]';
  51. $lang['no_char_name'] = 'Sorry no character data for <strong>%1$s</strong> of <strong>%2$s</strong>';
  52. $lang['roster_cp'] = 'Roster Control Panel';
  53. $lang['roster_cp_ab'] = 'RosterCP';
  54. $lang['roster_cp_not_exist'] = 'Page [%1$s] does not exist';
  55. $lang['roster_cp_invalid'] = 'Invalid page specified or insufficient credentials to access this page';
  56. $lang['access_level'] = 'Access Level';
  57. $lang['parsing_files'] = 'Parsing files';
  58. $lang['parsed_time'] = 'Parsed %1$s in %2$s seconds';
  59. $lang['error_parsed_time'] = 'Error while parsing %1$s after %2$s seconds';
  60. $lang['upload_not_accept'] = '%1$s is not allowed for upload';
  61. $lang['processing_files'] = 'Processing Files';
  62. $lang['error_addon'] = 'There was an error in addon %1$s in method %2$s';
  63. $lang['addon_messages'] = 'Addon Messages:';
  64. $lang['not_accepted'] = '%1$s %2$s @ %3$s-%4$s not accepted. Data does not match upload rules.';
  65. $lang['not_updating'] = 'NOT Updating %1$s for [%2$s] - %3$s';
  66. $lang['not_update_guild'] = 'NOT Updating Guild List for %1$s@%3$s-%2$s';
  67. $lang['not_update_guild_time'] = 'Not updating Guild List for %1$s. Guild data uploaded was scanned on %2$s. Guild data stored was scanned on %3$s';
  68. $lang['not_update_char_time'] = 'Not updating Character %1$s. Profile data uploaded was scanned on %2$s Profile data stored was scanned on %3$s';
  69. $lang['no_members'] = 'Data does not contain any guild members';
  70. $lang['upload_data'] = 'Updating %1$s Data for [%2$s@%4$s-%3$s]';
  71. $lang['realm_ignored'] = 'Realm: %1$s Not Scanned';
  72. $lang['guild_realm_ignored'] = 'Guild: %1$s @ Realm: %2$s Not Scanned';
  73. $lang['update_members'] = 'Updating Members';
  74. $lang['update_errors'] = 'Update Errors';
  75. $lang['update_log'] = 'Update Log';
  76. $lang['select_files'] = 'Select Files';
  77. $lang['save_error_log'] = 'Save Error Log';
  78. $lang['save_update_log'] = 'Save Update Log';
  79. $lang['new_version_available'] = 'There is a new version of %1$s available v%2$s<br />Released: %3$s<br />Get it <a href="%4$s" target="_blank">HERE</a>';
  80. $lang['remove_install_files'] = 'Remove Install Files';
  81. $lang['remove_install_files_text'] = 'Please remove <span class="redB">install.php</span> in this directory';
  82. $lang['upgrade_wowroster'] = 'Upgrade WoWRoster';
  83. $lang['upgrade'] = 'Upgrade';
  84. $lang['select_version'] = 'Select Version';
  85. $lang['no_upgrade'] = 'You have already upgraded Roster<br />Or you have a newer version than this upgrader<br /><a class="input" href="%1$s">Back to WoWRoster</a>';
  86. $lang['upgrade_complete'] = 'Your WoWRoster installation has been successfully upgraded<br /><a class="input" href="%1$s">Back to WoWRoster</a>';
  87. // Menu buttons
  88. $lang['menu_header_scope_panel'] = '%s Panel';
  89. $lang['menu_totals'] = 'Total: %1$s (+%2$s Alts)';
  90. $lang['menu_totals_level'] = ' at least L%1$s';
  91. // Updating Instructions
  92. $lang['index_text_uniloader'] = '(You can download the program from the WoWRoster website, look for the UniUploader Installer for the latest version)';
  93. $lang['update_instruct']='
  94. <strong>Recommended automatic updaters:</strong>
  95. <ul>
  96. <li>Use <a href="%1$s" target="_blank">UniUploader</a><br />
  97. %2$s</li>
  98. </ul>
  99. <strong>Updating instructions:</strong>
  100. <ol>
  101. <li>Download <a href="%3$s" target="_blank">Character Profiler</a></li>
  102. <li>Extract zip into its own directory in C:\Program Files\World of Warcraft\Interface\Addons\</li>
  103. <li>Start WoW</li>
  104. <li>Open your bank, quests, and the profession windows which contain recipes</li>
  105. <li>Log out/Exit WoW (See above if you want to use the UniUploader to upload the data automatically for you.)</li>
  106. <li>Go to <a href="%4$s">the update page</a></li>
  107. <li>%5$s</li>
  108. </ol>';
  109. $lang['update_instructpvp']='
  110. <strong>Optional PvP Stats:</strong>
  111. <ol>
  112. <li>Download the <a href="%1$s" target="_blank">PvPLog</a></li>
  113. <li>Extract the PvPLog dir into your Addon dir.</li>
  114. <li>Duel or PvP</li>
  115. <li>Upload PvPLog.lua</li>
  116. </ol>';
  117. $lang['roster_credits']='WoWRoster Home - <a href="http://www.wowroster.net" target="_blank">www.wowroster.net</a>';
  118. $lang['bliz_notice']='World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. All other trademarks are the property of their respective owners.';
  119. $lang['timeformat'] = '%a %b %D, %l:%i %p'; // MySQL Time format (example - '%a %b %D, %l:%i %p' => 'Mon Jul 23rd, 2:19 PM') - http://dev.mysql.com/doc/refman/4.1/en/date-and-time-functions.html
  120. $lang['phptimeformat'] = 'D M jS, g:ia'; // PHP date() Time format (example - 'D M jS, g:ia' => 'Mon Jul 23rd, 2:19pm') - http://www.php.net/manual/en/function.date.php
  121. /**
  122. * Realmstatus Localizations
  123. */
  124. $lang['rs'] = array(
  125. 'ERROR' => 'Error',
  126. 'NOSTATUS' => 'No Status',
  127. 'UNKNOWN' => 'Unknown',
  128. 'RPPVP' => 'RP-PvP',
  129. 'PVE' => 'Normal',
  130. 'PVP' => 'PvP',
  131. 'RP' => 'RP',
  132. 'OFFLINE' => 'Offline',
  133. 'LOW' => 'Low',
  134. 'MEDIUM' => 'Medium',
  135. 'HIGH' => 'High',
  136. 'MAX' => 'Max',
  137. 'RECOMMENDED' => 'Recommended',
  138. 'FULL' => 'Full'
  139. );
  140. //single words used in menu and/or some of the functions, so if theres a wow eqivalent be correct
  141. $lang['guildless']='Guildless';
  142. $lang['util']='Utilities';
  143. $lang['char']='Character';
  144. $lang['equipment']='Equipment';
  145. $lang['upload']='Upload';
  146. $lang['required']='Required';
  147. $lang['optional']='Optional';
  148. $lang['attack']='Attack';
  149. $lang['defense']='Defense';
  150. $lang['class']='Class';
  151. $lang['race']='Race';
  152. $lang['level']='Level';
  153. $lang['lastzone']='Last Zone';
  154. $lang['note']='Note';
  155. $lang['officer_note']='Officer Note';
  156. $lang['title']='Title';
  157. $lang['name']='Name';
  158. $lang['health']='Health';
  159. $lang['mana']='Mana';
  160. $lang['gold']='Gold';
  161. $lang['armor']='Armor';
  162. $lang['lastonline']='Last Online';
  163. $lang['online']='Online';
  164. $lang['lastupdate']='Last Updated';
  165. $lang['currenthonor']='Current Honor Rank';
  166. $lang['rank']='Rank';
  167. $lang['sortby']='Sort by %';
  168. $lang['total']='Total';
  169. $lang['hearthed']='Hearthed';
  170. $lang['recipes']='Recipes';
  171. $lang['bags']='Bags';
  172. $lang['character']='Character';
  173. $lang['money']='Money';
  174. $lang['bank']='Bank';
  175. $lang['raid']='CT_Raid';
  176. $lang['quests']='Quests';
  177. $lang['roster']='Roster';
  178. $lang['alternate']='Alternate';
  179. $lang['byclass']='By Class';
  180. $lang['menustats']='Stats';
  181. $lang['menuhonor']='Honor';
  182. $lang['basename']='Basename';
  183. $lang['scope']='Scope';
  184. $lang['tag']='Tag';
  185. $lang['daily']='Daily';
  186. $lang['user'] = 'User';
  187. // Item Quality
  188. $lang['quality']='Quality';
  189. $lang['poor']='Poor';
  190. $lang['common']='Common';
  191. $lang['uncommon']='Uncommon';
  192. $lang['rare']='Rare';
  193. $lang['epic']='Epic';
  194. $lang['legendary']='Legendary';
  195. $lang['artifact']='Artifact';
  196. $lang['heirloom']='Heirloom';
  197. //start search engine
  198. $lang['search']='Search';
  199. $lang['search_roster']='Search Roster';
  200. $lang['search_onlyin']='Search Only These Addons';
  201. $lang['search_advancedoptionsfor']='Advanced Options For';
  202. $lang['search_results']='Search Results For';
  203. $lang['search_results_from']='Here are your Search Results for';
  204. $lang['search_nomatches']='Sorry there were No Matches for this Search';
  205. $lang['search_didnotfind']='Didn\'t find what you were looking for? Try here!';
  206. $lang['search_for']='Search Roster';
  207. $lang['search_next_matches'] = 'Next matches for';
  208. $lang['search_previous_matches'] = 'Previous matches for';
  209. $lang['search_results_count'] = 'Results';
  210. $lang['submited_author'] = 'Posted by:';
  211. $lang['submited_date'] = 'On';
  212. //end search engine
  213. $lang['update']='Update';
  214. $lang['credit']='Credits';
  215. $lang['who_made']='Who made WoWRoster';
  216. $lang['members']='Members';
  217. $lang['member_profiles']='Member Profiles';
  218. $lang['items']='Items';
  219. $lang['find']='Find item containing';
  220. $lang['upprofile']='Update Profile';
  221. $lang['backlink']='Back to the Roster';
  222. $lang['gender']='Gender';
  223. $lang['unusedtrainingpoints']='Unused Training Points';
  224. $lang['unusedtalentpoints']='Unused Talent Points';
  225. $lang['talentexport']='Export Talent Build';
  226. $lang['questlog']='Quest Log';
  227. $lang['recipelist']='Recipe List';
  228. $lang['reagents']='Reagents';
  229. $lang['item']='Item';
  230. $lang['type']='Type';
  231. $lang['date']='Date';
  232. $lang['complete'] = 'Complete';
  233. $lang['failed'] = 'Failed';
  234. $lang['completedsteps'] = 'Completed Steps';
  235. $lang['currentstep'] = 'Current Step';
  236. $lang['uncompletedsteps'] = 'Uncompleted Steps';
  237. $lang['key'] = 'Key';
  238. $lang['keyring'] = 'Keyring';
  239. $lang['timeplayed'] = 'Time Played';
  240. $lang['timelevelplayed'] = 'Time Level Played';
  241. $lang['Addon'] = 'Addons';
  242. $lang['advancedstats'] = 'Advanced Stats';
  243. $lang['crit'] = 'Crit';
  244. $lang['dodge'] = 'Dodge';
  245. $lang['parry'] = 'Parry';
  246. $lang['block'] = 'Block';
  247. $lang['realm'] = 'Realm';
  248. $lang['region'] = 'Region';
  249. $lang['server'] = 'Server';
  250. $lang['faction'] = 'Faction';
  251. $lang['page'] = 'Page';
  252. $lang['general'] = 'General';
  253. $lang['prev'] = 'Prev';
  254. $lang['next'] = 'Next';
  255. $lang['memberlog'] = 'Member Log';
  256. $lang['removed'] = 'Removed';
  257. $lang['added'] = 'Added';
  258. $lang['add'] = 'Add';
  259. $lang['delete'] = 'Delete';
  260. $lang['updated'] = 'Updated';
  261. $lang['no_info'] = 'No Information';
  262. $lang['info'] = 'Info';
  263. $lang['url'] = 'URL';
  264. $lang['none']='None';
  265. $lang['kills']='Kills';
  266. $lang['allow'] = 'Allow';
  267. $lang['disallow'] = 'Disallow';
  268. $lang['locale'] = 'Locale';
  269. $lang['language'] = 'Language';
  270. $lang['default'] = 'Default';
  271. $lang['proceed'] = 'Proceed';
  272. $lang['submit'] = 'Submit';
  273. $lang['strength']='Strength';
  274. $lang['agility']='Agility';
  275. $lang['stamina']='Stamina';
  276. $lang['intellect']='Intellect';
  277. $lang['spirit']='Spirit';
  278. $lang['rosterdiag'] = 'RosterDiag';
  279. $lang['updates_available'] = 'Updates Available!';
  280. $lang['updates_available_message'] = 'Log in as Admin to download update files';
  281. $lang['download_update_pkg'] = 'Download Update Package';
  282. $lang['download_update'] = 'Download Update';
  283. $lang['zip_archive'] = '.zip Archive';
  284. $lang['targz_archive'] = '.tar.gz Archive';
  285. $lang['difficulty'] = 'Difficulty';
  286. $lang['recipe_4'] = 'optimal';
  287. $lang['recipe_3'] = 'medium';
  288. $lang['recipe_2'] = 'easy';
  289. $lang['recipe_1'] = 'trivial';
  290. $lang['roster_config'] = 'Roster Config';
  291. $lang['search_names'] = 'Search Names';
  292. $lang['search_items'] = 'Search Items';
  293. $lang['search_tooltips'] = 'Search Tooltips';
  294. // Talent Builds
  295. $lang['talent_build_0'] = 'Active';
  296. $lang['talent_build_1'] = 'Inactive';
  297. // Char Scope
  298. $lang['char_level_race_class'] = 'Level %1$s %2$s %3$s';
  299. $lang['char_guildline'] = '%1$s of %2$s';
  300. // Login
  301. $lang['login'] = 'Login';
  302. $lang['logout'] = 'Logout';
  303. $lang['logged_in'] = 'Logged in';
  304. $lang['logged_out'] = 'Logged out';
  305. $lang['login_invalid'] = 'Invalid Password';
  306. $lang['login_fail'] = 'Failed to fetch password info';
  307. //this needs to be exact as it is the wording in the db
  308. $lang['professions']='Professions';
  309. $lang['secondary']='Secondary Skills';
  310. $lang['Blacksmithing']='Blacksmithing';
  311. $lang['Mining']='Mining';
  312. $lang['Herbalism']='Herbalism';
  313. $lang['Alchemy']='Alchemy';
  314. $lang['Archaeology']='Archaeology';
  315. $lang['Leatherworking']='Leatherworking';
  316. $lang['Jewelcrafting']='Jewelcrafting';
  317. $lang['Skinning']='Skinning';
  318. $lang['Tailoring']='Tailoring';
  319. $lang['Enchanting']='Enchanting';
  320. $lang['Engineering']='Engineering';
  321. $lang['Inscription']='Inscription';
  322. $lang['Runeforging']='Runeforging';
  323. $lang['Cooking']='Cooking';
  324. $lang['Fishing']='Fishing';
  325. $lang['First Aid']='First Aid';
  326. $lang['Poisons']='Poisons';
  327. $lang['backpack']='Backpack';
  328. $lang['PvPRankNone']='none';
  329. // Uses preg_match() to find required level in recipe tooltip
  330. $lang['requires_level'] = '/Requires Level ([\d]+)/';
  331. // Skills to EN id array
  332. $lang['skill_to_id'] = array(
  333. 'Class Skills' => 'classskills',
  334. 'Professions' => 'professions',
  335. 'Secondary Skills' => 'secondaryskills',
  336. 'Weapon Skills' => 'weaponskills',
  337. 'Armor Proficiencies' => 'armorproficiencies',
  338. 'Languages' => 'languages',
  339. );
  340. //Tradeskill-Array
  341. $lang['tsArray'] = array (
  342. $lang['Alchemy'],
  343. $lang['Archaeology'],
  344. $lang['Herbalism'],
  345. $lang['Blacksmithing'],
  346. $lang['Mining'],
  347. $lang['Leatherworking'],
  348. $lang['Jewelcrafting'],
  349. $lang['Skinning'],
  350. $lang['Tailoring'],
  351. $lang['Enchanting'],
  352. $lang['Engineering'],
  353. $lang['Inscription'],
  354. $lang['Runeforging'],
  355. $lang['Cooking'],
  356. $lang['Fishing'],
  357. $lang['First Aid'],
  358. $lang['Poisons'],
  359. );
  360. //Tradeskill Icons-Array
  361. $lang['ts_iconArray'] = array (
  362. $lang['Alchemy']=>'trade_alchemy',
  363. $lang['Archaeology']=>'trade_archaeology',
  364. $lang['Herbalism']=>'trade_herbalism',
  365. $lang['Blacksmithing']=>'trade_blacksmithing',
  366. $lang['Mining']=>'trade_mining',
  367. $lang['Leatherworking']=>'trade_leatherworking',
  368. $lang['Jewelcrafting']=>'inv_misc_gem_02',
  369. $lang['Skinning']=>'inv_misc_pelt_wolf_01',
  370. $lang['Tailoring']=>'trade_tailoring',
  371. $lang['Enchanting']=>'trade_engraving',
  372. $lang['Engineering']=>'trade_engineering',
  373. $lang['Inscription']=>'inv_inscription_tradeskill01',
  374. $lang['Runeforging']=>'spell_deathknight_frozenruneweapon',
  375. $lang['Cooking']=>'inv_misc_food_15',
  376. $lang['Fishing']=>'trade_fishing',
  377. $lang['First Aid']=>'spell_holy_sealofsacrifice',
  378. $lang['Poisons']=>'ability_poisons'
  379. );
  380. // Riding Skill Icons-Array
  381. $lang['riding'] = 'Riding';
  382. $lang['ts_ridingIcon'] = array(
  383. 'Night Elf'=>'ability_mount_whitetiger',
  384. 'Human'=>'ability_mount_ridinghorse',
  385. 'Dwarf'=>'ability_mount_mountainram',
  386. 'Gnome'=>'ability_mount_mechastrider',
  387. 'Undead'=>'ability_mount_undeadhorse',
  388. 'Troll'=>'ability_mount_raptor',
  389. 'Tauren'=>'ability_mount_kodo_03',
  390. 'Orc'=>'ability_mount_blackdirewolf',
  391. 'Blood Elf' => 'ability_mount_cockatricemount',
  392. 'Draenei' => 'ability_mount_ridingelekk',
  393. 'Paladin'=>'ability_mount_dreadsteed',
  394. 'Warlock'=>'ability_mount_nightmarehorse',
  395. 'Death Knight'=>'spell_deathknight_summondeathcharger'
  396. // Space so locale files are line synced
  397. );
  398. $lang['ts_flyingIcon'] = array(
  399. 'Horde'=>'ability_mount_wyvern_01',
  400. 'Alliance'=>'ability_mount_gryphon_01',
  401. 'Druid'=>'ability_druid_flightform',
  402. 'Death Knight'=>'ability_mount_dreadsteed'
  403. // Space so locale files are line synced
  404. );
  405. // Class Icons-Array
  406. $lang['class_iconArray'] = array (
  407. 'Death Knight'=>'deathknight_icon',
  408. 'Druid'=>'druid_icon',
  409. 'Hunter'=>'hunter_icon',
  410. 'Mage'=>'mage_icon',
  411. 'Paladin'=>'paladin_icon',
  412. 'Priest'=>'priest_icon',
  413. 'Rogue'=>'rogue_icon',
  414. 'Shaman'=>'shaman_icon',
  415. 'Warlock'=>'warlock_icon',
  416. 'Warrior'=>'warrior_icon'
  417. // Space so locale files are line synced
  418. );
  419. // Class Color-Array
  420. $lang['class_colorArray'] = array(
  421. 'Death Knight'=>'C41F3B',
  422. 'Druid' => 'FF7D0A',
  423. 'Hunter' => 'ABD473',
  424. 'Mage' => '69CCF0',
  425. 'Paladin' => 'F58CBA',
  426. 'Priest' => 'FFFFFF',
  427. 'Rogue' => 'FFF569',
  428. 'Shaman' => '2459FF',
  429. 'Warlock' => '9482C9',
  430. 'Warrior' => 'C79C6E'
  431. // Space so locale files are line synced
  432. );
  433. // Class To English Translation
  434. $lang['class_to_en'] = array(
  435. 'Death Knight'=>'Death Knight',
  436. 'Druid' => 'Druid',
  437. 'Hunter' => 'Hunter',
  438. 'Mage' => 'Mage',
  439. 'Paladin' => 'Paladin',
  440. 'Priest' => 'Priest',
  441. 'Rogue' => 'Rogue',
  442. 'Shaman' => 'Shaman',
  443. 'Warlock' => 'Warlock',
  444. 'Warrior' => 'Warrior'
  445. // Space so locale files are line synced
  446. );
  447. // Class to game-internal ID
  448. $lang['class_to_id'] = array(
  449. 'Warrior' => 1,
  450. 'Paladin' => 2,
  451. 'Hunter' => 3,
  452. 'Rogue' => 4,
  453. 'Priest' => 5,
  454. 'Death Knight'=>6,
  455. 'Shaman' => 7,
  456. 'Mage' => 8,
  457. 'Warlock' => 9,
  458. 'Druid' => 11
  459. // Space so locale files are line synced
  460. );
  461. // Game-internal ID to class
  462. $lang['id_to_class'] = array(
  463. 1 => 'Warrior',
  464. 2 => 'Paladin',
  465. 3 => 'Hunter',
  466. 4 => 'Rogue',
  467. 5 => 'Priest',
  468. 6 => 'Death Knight',
  469. 7 => 'Shaman',
  470. 8 => 'Mage',
  471. 9 => 'Warlock',
  472. 10 => 'Monk',
  473. 11 => 'Druid'
  474. );
  475. // Race to English Translation
  476. $lang['race_to_en'] = array(
  477. 'Blood Elf' => 'Blood Elf',
  478. 'Draenei' => 'Draenei',
  479. 'Night Elf' => 'Night Elf',
  480. 'Dwarf' => 'Dwarf',
  481. 'Gnome' => 'Gnome',
  482. 'Human' => 'Human',
  483. 'Orc' => 'Orc',
  484. 'Undead' => 'Undead',
  485. 'Troll' => 'Troll',
  486. 'Tauren' => 'Tauren',
  487. 'Worgen' => 'Worgen',
  488. 'Goblin' => 'Goblin',
  489. 'Pandaren' => 'Pandaren',
  490. // Space so locale files are line synced
  491. );
  492. $lang['race_to_id'] = array(
  493. 'Human' => 1,
  494. 'Orc' => 2,
  495. 'Dwarf' => 3,
  496. 'Night Elf' => 4,
  497. 'Undead' => 5,
  498. 'Tauren' => 6,
  499. 'Gnome' => 7,
  500. 'Troll' => 8,
  501. 'Blood Elf' => 10,
  502. 'Draenei' => 11,
  503. 'Worgen' => 22,
  504. 'Goblin' => 9,
  505. 'Pandaren' => 25,
  506. 'Pandaren' => 26,
  507. // Space so locale files are line synced
  508. );
  509. $lang['id_to_race'] = array(
  510. 1 => 'Human',
  511. 2 => 'Orc',
  512. 3 => 'Dwarf',
  513. 4 => 'Night Elf',
  514. 5 => 'Undead',
  515. 6 => 'Tauren',
  516. 7 => 'Gnome',
  517. 8 => 'Troll',
  518. 10 => 'Blood Elf',
  519. 11 => 'Draenei',
  520. 22 => 'Worgen',
  521. 9 => 'Goblin',
  522. );
  523. $lang['hslist']=' Honor System Stats';
  524. $lang['hslist1']='Highest Lifetime Rank';
  525. $lang['hslist2']='Highest Lifetime HKs';
  526. $lang['hslist3']='Most Honor Points';
  527. $lang['hslist4']='Most Arena Points';
  528. $lang['Death Knight']='Death Knight';
  529. $lang['Druid']='Druid';
  530. $lang['Hunter']='Hunter';
  531. $lang['Mage']='Mage';
  532. $lang['Paladin']='Paladin';
  533. $lang['Priest']='Priest';
  534. $lang['Rogue']='Rogue';
  535. $lang['Shaman']='Shaman';
  536. $lang['Warlock']='Warlock';
  537. $lang['Warrior']='Warrior';
  538. $lang['today']='Today';
  539. $lang['todayhk']='Today HK';
  540. $lang['todaycp']='Today CP';
  541. $lang['yesterday']='Yesterday';
  542. $lang['yesthk']='Yest HK';
  543. $lang['yestcp']='Yest CP';
  544. $lang['thisweek']='This Week';
  545. $lang['lastweek']='Last Week';
  546. $lang['lifetime']='Lifetime';
  547. $lang['lifehk']='Life HK';
  548. $lang['honorkills']='Honorable Kills';
  549. $lang['dishonorkills']='Dishonorable Kills';
  550. $lang['honor']='Honor';
  551. $lang['standing']='Standing';
  552. $lang['highestrank']='Highest Rank';
  553. $lang['arena']='Arena';
  554. $lang['when']='When';
  555. $lang['guild']='Guild';
  556. $lang['guilds']='Guilds';
  557. $lang['result']='Result';
  558. $lang['zone']='Zone';
  559. $lang['subzone']='Subzone';
  560. $lang['yes']='Yes';
  561. $lang['no']='No';
  562. $lang['win']='Win';
  563. $lang['loss']='Loss';
  564. $lang['unknown']='Unknown';
  565. //strings for Rep-tab
  566. $lang['exalted']='Exalted';
  567. $lang['revered']='Revered';
  568. $lang['honored']='Honored';
  569. $lang['friendly']='Friendly';
  570. $lang['neutral']='Neutral';
  571. $lang['unfriendly']='Unfriendly';
  572. $lang['hostile']='Hostile';
  573. $lang['hated']='Hated';
  574. $lang['atwar']='At War';
  575. $lang['notatwar']='Not at War';
  576. // Factions to EN id
  577. $lang['faction_to_id'] = array(
  578. 'Alliance' => 'alliance',
  579. 'Alliance Forces' => 'allianceforces',
  580. 'Alliance Vanguard' => 'alliancevanguard',
  581. 'Classic' => 'classic',
  582. 'Other' => 'other',
  583. 'Outland' => 'outland',
  584. 'Shattrath City' => 'shattrathcity',
  585. 'Steamwheedle Cartel' => 'steamwheedlecartel',
  586. 'The Burning Crusade' => 'theburningcrusade',
  587. 'Wrath of the Lich King' => 'wrathofthelitchking',
  588. 'Sholazar Basin' => 'sholazarbasin',
  589. 'Horde Expedition' => 'horde',
  590. 'Horde' => 'horde',
  591. 'Horde Forces' => 'horde',
  592. 'Cataclysm' => 'cataclysm',
  593. 'Guild' => 'guild',
  594. 'Reputation' => 'reputation',
  595. );
  596. // Quests page external links (on character quests page)
  597. // $lang['questlinks'][][] = array(
  598. // 'name'=> 'Name', // This is the name displayed on the quests page
  599. // 'url' => 'url', // This is the URL used for the quest lookup (must be sprintf() compatible)
  600. $lang['questlinks'][] = array(
  601. 'name'=>'WoWHead',
  602. 'url'=>'http://www.wowhead.com/?quest=%1$s'
  603. );
  604. $lang['questlinks'][] = array(
  605. 'name'=>'Thottbot',
  606. 'url'=>'http://thottbot.com/q%1$s'
  607. );
  608. /*$lang['questlinks'][] = array(
  609. 'name'=>'Allakhazam',
  610. 'url'=>'http://wow.allakhazam.com/db/quest.html?source=live;wquest=%1$s'
  611. );*/
  612. /*$lang['questlinks'][] = array(
  613. 'name'=>'',
  614. 'url'=>''
  615. );*/
  616. // Items external link
  617. // Add as many item links as you need
  618. // Just make sure their names are unique
  619. // uses the 'item_id' for data
  620. $lang['itemlink'] = 'Item Links';
  621. $lang['itemlinks']['WoWHead'] = 'http://www.wowhead.com/?item=';
  622. $lang['itemlinks']['Thottbot'] = 'http://www.thottbot.com/i';
  623. $lang['itemlinks']['Allakhazam'] = 'http://wow.allakhazam.com/db/item.html?witem=';
  624. //$lang['itemlinks'][''] = '';
  625. // WoW Data Site Search
  626. // Add as many item links as you need
  627. // Just make sure their names are unique
  628. // use these locales for data searches
  629. $lang['data_search'] = 'WoW Data Site Search';
  630. $lang['data_links']['WoWHead'] = 'http://www.wowhead.com/?search=';
  631. $lang['data_links']['Thottbot'] = 'http://www.thottbot.com/index.cgi?s=';
  632. $lang['data_links']['Allakhazam'] = 'http://wow.allakhazam.com/search.html?q=';
  633. $lang['data_links']['WoW Digger'] = 'http://wowdigger.com/?c=search&amp;keywords=';
  634. // Google Search
  635. // Add as many item links as you need
  636. // Just make sure their names are unique
  637. // use these locales for data searches
  638. $lang['google_search'] = 'Google';
  639. $lang['google_links']['Google'] = 'http://www.google.com/search?q=';
  640. $lang['google_links']['Google Groups'] = 'http://groups.google.com/groups?q=';
  641. $lang['google_links']['Google Images'] = 'http://images.google.com/images?q=';
  642. $lang['google_links']['Google News'] = 'http://news.google.com/news?q=';
  643. // Definition for item tooltip coloring
  644. $lang['tooltip_use']='Use:';
  645. $lang['tooltip_requires']='Requires';
  646. $lang['tooltip_reinforced']='Reinforced';
  647. $lang['tooltip_soulbound']='Soulbound';
  648. $lang['tooltip_accountbound']='Account Bound';
  649. $lang['tooltip_boe']='Binds when equipped';
  650. $lang['tooltip_equip']='Equip:';
  651. $lang['tooltip_equip_restores']='Equip: Restores';
  652. $lang['tooltip_equip_when']='Equip: When';
  653. $lang['tooltip_chance']='Chance';
  654. $lang['tooltip_enchant']='Enchant';
  655. $lang['tooltip_random_enchant']='Random enchantment';
  656. $lang['tooltip_set']='Set.';
  657. $lang['tooltip_rank']='Rank';
  658. $lang['tooltip_next_rank']='Next rank';
  659. $lang['tooltip_spell_damage']='Spell Damage';
  660. $lang['tooltip_school_damage']='\\+.*Spell Damage';
  661. $lang['tooltip_healing_power']='Healing Power';
  662. $lang['tooltip_reinforced_armor']='Reinforced Armor';
  663. $lang['tooltip_damage_reduction']='Damage Reduction';
  664. //--new
  665. $lang['tooltip_durability']='Durability';
  666. $lang['tooltip_unique']='Unique';
  667. $lang['tooltip_speed']='Speed';
  668. $lang['tooltip_poisoneffect']='^Each strike has';
  669. // php 5.3 changes
  670. $lang['tooltip_preg_soulbound']='/Soulbound/';
  671. $lang['tooltip_preg_dps']='/(\d+) damage per second/';
  672. $lang['tooltip_preg_item_equip']='/Equip: (.+)/';
  673. $lang['tooltip_preg_item_set']='/Set: (.+)/';
  674. $lang['tooltip_preg_use']='/Use: (.+)/';
  675. $lang['tooltip_preg_chance']='/Chance (.+)/';
  676. $lang['tooltip_preg_chance_hit']='/Chance ^(to|on) hit: (.+)/';
  677. $lang['tooltip_preg_heroic']='/Heroic/';
  678. $lang['tooltip_preg_lfr']='/Raid Finder/';
  679. $lang['tooltip_garbage1']='/\<Shift Right Click to Socket\>/';
  680. $lang['tooltip_garbage2']='/\<Right Click to Read\>/';
  681. $lang['tooltip_garbage3']='/Duration (.+)/';
  682. $lang['tooltip_garbage4']='/Cooldown remaining (.+)/';
  683. $lang['tooltip_garbage5']='/\<Right Click to Open\>/';
  684. $lang['tooltip_garbage6']='/Equipment Sets: (.+)/';
  685. $lang['tooltip_garbage7'] = '/You may sell this item to a vendor within (.+) for a full refund./';
  686. //^(Red|Yellow|Blue|Meta)
  687. $lang['tooltip_preg_weapon_types']='/^(Arrow|Axe|Bow|Bullet|Crossbow|Dagger|Fishing Pole|Fist Weapon|Gun|Idol|Mace|Main Hand|Off-hand|Polearm|Staff|Sword|Thrown|Wand|Ranged|One-Hand|Two-Hand|Relic)/';
  688. $lang['tooltip_preg_speed']='/Speed/';
  689. $lang['tooltip_preg_armor']='/^(\d+) Armor/';
  690. $lang['tooltip_preg_durability']='/Durability(|:) (\d+) \/ (\d+)/';
  691. $lang['tooltip_preg_madeby']='/\<Made by (.+)\>/';
  692. $lang['tooltip_preg_bags']='/^(\d+) Slot/';
  693. $lang['tooltip_preg_socketbonus']='/Socket Bonus: (.+)/';
  694. $lang['tooltip_preg_classes']='/^(Classes:) (.+)/';
  695. $lang['tooltip_preg_races']='/^(Races:) (.+)/';
  696. $lang['tooltip_preg_charges']='/(\d+) Charges?/';
  697. $lang['tooltip_preg_block']='/(\d+) (Block)/';
  698. $lang['tooltip_preg_emptysocket']='/^(Red|Yellow|Blue|Meta|Prismatic) Socket$/';
  699. $lang['tooltip_preg_reinforcedarmor']='/(Reinforced\s\(\+\d+\sArmor\))/';
  700. $lang['tooltip_preg_tempenchants']='/(.+\s\(\d+\s(min|sec)\))\n/i';
  701. $lang['tooltip_preg_meta_requires']='/Requires.*?gem?/';
  702. $lang['tooltip_preg_meta_requires_min']='/Requires at least (\d) (\S+) gem?/';
  703. $lang['tooltip_preg_meta_requires_more']='/Requires more (\S+) gems than (\S+) gems/';
  704. $lang['tooltip_preg_item_level']='/Item Level (\d+)/';
  705. $lang['tooltip_feral_ap']='Increases attack power by';
  706. $lang['tooltip_source']='Source';
  707. $lang['tooltip_boss']='Boss';
  708. $lang['tooltip_droprate']='Drop Rate';
  709. $lang['tooltip_reforged']='Reforged';
  710. $lang['tooltip_transmogc'] = '/Transmogrified to: (.+)/';
  711. $lang['tooltip_transmogb'] = 'Transmogrified to: ';
  712. $lang['tooltip_transmoga'] = "Transmogrified to:\n";
  713. $lang['tooltip_chance_hit']='Chance to|on hit:';
  714. $lang['tooltip_reg_requires']='Requires';
  715. $lang['tooltip_reg_onlyworksinside']='Only works inside';
  716. $lang['tooltip_reg_conjureditems']='Conjured Item';
  717. $lang['tooltip_reg_weaponorbulletdps']='^\(|^Adds ';
  718. $lang['tooltip_armor_types']='Cloth|Leather|Mail|Plate';
  719. $lang['tooltip_weapon_types']='Arrow|Axe|Bow|Bullet|Crossbow|Dagger|Fishing Pole|Fist Weapon|Gun|Idol|Mace|Main Hand|Off-hand|Polearm|Staff|Sword|Thrown|Wand|Ranged|One-Hand|Two-Hand|Relic';
  720. $lang['tooltip_bind_types']='Soulbound|Binds when equipped|Quest Item|Binds when used|Binds when picked up|This Item Begins a Quest|Binds to Account|Account Bound';
  721. $lang['tooltip_misc_types']='Finger|Neck|Back|Shirt|Trinket|Tabard|Head|Chest|Legs|Feet';
  722. $lang['tooltip_garbage']='<Shift Right Click to Socket>|<Right Click to Read>|Duration|Cooldown remaining|<Right Click to Open>';
  723. //CP v2.1.1+ Gems info
  724. //uses preg_match() to find the type and color of the gem
  725. $lang['gem_preg_singlecolor'] = '/Matches a (\w+) Socket/';
  726. $lang['gem_preg_multicolor'] = '/Matches a (\w+) or (\w+) Socket/';
  727. $lang['gem_preg_meta'] = '/Only fits in a meta gem slot/';
  728. $lang['gem_preg_prismatic'] = '/Matches a Red, Yellow or Blue Socket/';
  729. //Gems color Array
  730. $lang['gem_colors'] = array(
  731. 'red' => 'Red',
  732. 'blue' => 'Blue',
  733. 'yellow' => 'Yellow',
  734. 'green' => 'Green',
  735. 'orange' => 'Orange',
  736. 'purple' => 'Purple',
  737. 'prismatic' => 'Prismatic',
  738. 'meta' => 'Meta'
  739. );
  740. $lang['gem_colors_to_en'] = array(
  741. 'red' => 'red',
  742. 'blue' => 'blue',
  743. 'yellow' => 'yellow',
  744. 'green' => 'green',
  745. 'orange' => 'orange',
  746. 'purple' => 'purple',
  747. 'prismatic' => 'prismatic',//Prismatic Socket
  748. 'meta' => 'meta' //verify translation
  749. );
  750. $lang['socket_colors_to_en'] = array(
  751. 'red' => 'red',
  752. 'blue' => 'blue',
  753. 'yellow' => 'yellow',
  754. 'meta' => 'meta',
  755. 'prismatic' => 'prismatic',
  756. );
  757. // -- end tooltip parsing
  758. // Warlock pet names for icon displaying
  759. $lang['Imp']='Imp';
  760. $lang['Voidwalker']='Voidwalker';
  761. $lang['Succubus']='Succubus';
  762. $lang['Felhunter']='Felhunter';
  763. $lang['Infernal']='Infernal';
  764. $lang['Felguard']='Felguard';
  765. // Max experiance for exp bar on char page
  766. $lang['max_exp']='Max XP';
  767. // Error messages
  768. $lang['CPver_err']='The version of WoWRoster-Profiler used to capture data for this character is older than the minimum version allowed for upload.<br />Please ensure you are running at least v%1$s and have logged onto this character and saved data using this version.';
  769. $lang['GPver_err']='The version of WoWRoster-GuildProfiler used to capture data for this guild is older than the minimum version allowed for upload.<br />Please ensure you are running at least v%1$s';
  770. // Menu titles
  771. $lang['menu_upprofile']='Update Profile|Update your profile on this site';
  772. $lang['menu_search']='Search|Search items and recipes in the database';
  773. $lang['menu_roster_cp']='RosterCP|Roster Configuration Panel';
  774. $lang['menupanel_util'] = 'Utilities';
  775. $lang['menupanel_realm'] = 'Realm';
  776. $lang['menupanel_guild'] = 'Guild';
  777. $lang['menupanel_char'] = 'Character';
  778. $lang['menupanel_user'] = 'User CP';
  779. $lang['menuconf_sectionselect']='Select Panel';
  780. $lang['menuconf_section']='Section';
  781. $lang['menuconf_changes_saved']='Changes to %1$s saved';
  782. $lang['menuconf_no_changes_saved']='No changes saved';
  783. $lang['menuconf_add_button']='Add button';
  784. $lang['menuconf_drag_delete']='Drag here to delete';
  785. $lang['menuconf_addon_inactive']='Addon is inactive';
  786. $lang['menuconf_unused_buttons']='Unused Buttons';
  787. $lang['default_page_set']='The default page has been set to [%1$s]';
  788. $lang['installer_install_0']='Installation of %1$s successful';
  789. $lang['installer_install_1']='Installation of %1$s failed, but rollback successful';
  790. $lang['installer_install_2']='Installation of %1$s failed, and rollback also failed';
  791. $lang['installer_uninstall_0']='Uninstallation of %1$s successful';
  792. $lang['installer_uninstall_1']='Uninstallation of %1$s failed, but rollback successful';
  793. $lang['installer_uninstall_2']='Uninstallation of %1$s failed, and rollback also failed';
  794. $lang['installer_upgrade_0']='Upgrade of %1$s successful';
  795. $lang['installer_upgrade_1']='Upgrade of %1$s failed, but rollback successful';
  796. $lang['installer_upgrade_2']='Upgrade of %1$s failed, and rollback also failed';
  797. $lang['installer_purge_0']='Purge of %1$s successful';
  798. $lang['installer_icon'] = 'Icon';
  799. $lang['installer_addoninfo'] = 'Addon Info';
  800. $lang['installer_status'] = 'Status';
  801. $lang['installer_installation'] = 'Installation';
  802. $lang['installer_author'] = 'Author';
  803. $lang['installer_log'] = 'Addon Manager Log';
  804. $lang['installer_activate_0'] = 'Addon %1$s deactivated';
  805. $lang['installer_activate_1'] = 'Addon %1$s activated';
  806. $lang['installer_deactivated'] = 'Deactivated';
  807. $lang['installer_activated'] = 'Activated';
  808. $lang['installer_installed'] = 'Installed';
  809. $lang['installer_upgrade_avail'] = 'Upgrade Available';
  810. $lang['installer_not_installed'] = 'Not Installed';
  811. $lang['installer_install'] = 'Install';
  812. $lang['installer_uninstall'] = 'Uninstall';
  813. $lang['installer_activate'] = 'Activate';
  814. $lang['installer_deactivate'] = 'Deactivate';
  815. $lang['installer_upgrade'] = 'Upgrade';
  816. $lang['installer_purge'] = 'Purge';
  817. $lang['installer_turn_off'] = 'Click to Deactivate';
  818. $lang['installer_turn_on'] = 'Click to Activate';
  819. $lang['installer_click_uninstall'] = 'Click to Uninstall';
  820. $lang['installer_click_upgrade'] = 'Click to Upgrade %1$s to %2$s';
  821. $lang['installer_click_install'] = 'Click to Install';
  822. $lang['installer_overwrite'] = 'Old Version Overwrite';
  823. $lang['installer_replace_files'] = 'You have overwrote your current addon installation with an older version<br />Replace files with latest version<br /><br /><br />Or Click to Purge AddOn';
  824. $lang['installer_error'] = 'Install Errors';
  825. $lang['installer_invalid_type'] = 'Invalid install type';
  826. $lang['installer_no_success_sql'] = 'Queries were not successfully added to the installer';
  827. $lang['installer_no_class'] = 'The install definition file for %1$s did not contain a correct installation class';
  828. $lang['installer_no_installdef'] = 'inc/install.def.php for %1$s was not found';
  829. $lang['installer_no_empty'] = 'Cannot install with an empty addon name';
  830. $lang['installer_fetch_failed'] = 'Failed to fetch addon data for %1$s';
  831. $lang['installer_addon_exist'] = '%1$s already contains %2$s. You can go back and uninstall that addon first, or upgrade it, or install this addon with a different name';
  832. $lang['installer_no_upgrade'] = '%1$s doesn\`t contain data to upgrade from';
  833. $lang['installer_not_upgradable'] = '%1$s cannot upgrade %2$s since its basename %3$s isn\'t in the list of upgradable addons';
  834. $lang['installer_no_uninstall'] = '%1$s doesn\'t contain an addon to uninstall';
  835. $lang['installer_not_uninstallable'] = '%1$s contains an addon %2$s which must be uninstalled with that addons\' uninstaller';
  836. // After Install guide
  837. $lang['install'] = 'Install';
  838. $lang['setup_guide'] = 'After Install Guide';
  839. $lang['skip_setup'] = 'Skip Setup';
  840. $lang['default_data'] = 'Default Data';
  841. $lang['default_data_help'] = 'Set your default allowed guild here<br />A default guild is needed for many addons to function properly<br />You can add more allowed guilds in RosterCP-&gt;Upload Rules<br /><br />If this is a non-guilded Roster install:<br />Enter Guildless-F for guild name<br />Replace F with your Faction (A-Alliance, H-Horde)<br />Enter your realm and region<br />Set Upload Rules for characters in RosterCP-&gt;Upload Rules';
  842. $lang['guide_complete'] = 'The after install setup is complete';
  843. $lang['guide_next'] = 'Remember To';
  844. $lang['guide_next_text'] = '<ul><li><a href="%1$s" target="_blank">Install Roster AddOns</a></li><li><a href="%2$s" target="_blank">Set Upload Rules</a></li><li><a href="%3$s" target="_blank">Update Data from the Armory</a></li></ul>';
  845. $lang['guide_already_complete'] = 'The after install guide setup has already been completed<br />You cannot run it again';
  846. // Armory Data
  847. $lang['adata_update_talents'] = 'Talents';
  848. $lang['adata_update_class'] = 'Class %1$s updated';
  849. $lang['adata_update_row'] = '%1$s rows added to database.';
  850. // Password Stuff
  851. $lang['password'] = 'Password';
  852. $lang['changeadminpass'] = 'Change Admin Password';
  853. $lang['changeofficerpass'] = 'Change Officer Password';
  854. $lang['changeguildpass'] = 'Change Guild Password';
  855. $lang['old_pass'] = 'Old Password';
  856. $lang['new_pass'] = 'New Password';
  857. $lang['new_pass_confirm'] = 'New Password [ confirm ]';
  858. $lang['pass_old_error'] = 'Wrong password. Please enter the correct old password';
  859. $lang['pass_submit_error'] = 'Submit error. The old password, the new password, and the confirmed new password need to be submitted';
  860. $lang['pass_mismatch'] = 'Passwords do not match. Please type the exact same password in both new password fields';
  861. $lang['pass_blank'] = 'No blank passwords. Please enter a password in both fields. Blank passwords are not allowed';
  862. $lang['pass_isold'] = 'Password not changed. The new password was the same as the old one';
  863. $lang['pass_changed'] = '&quot;%1$s&quot; password changed. Your new password is [ %2$s ].<br /> Do not forget this password, it is stored encrypted only';
  864. $lang['auth_req'] = 'Authorization Required';
  865. // Upload Rules
  866. $lang['enforce_rules'] = 'Enforce Upload Rules';
  867. $lang['enforce_rules_never'] = 'Never';
  868. $lang['enforce_rules_all'] = 'All LUA Updates';
  869. $lang['enforce_rules_cp'] = 'CP Updates Only';
  870. $lang['enforce_rules_gp'] = 'Guild Updates Only';
  871. $lang['upload_rules_error'] = 'You cannot leave one of the fields empty when adding a rule';
  872. $lang['upload_rules_help'] = 'The rules are divided into two blocks.<ul><li>For each uploaded guild/char, first the top block is checked.<br />If the name@server matches one of these \'deny\' rules, it is instantly rejected.</li><li>After that the second block is checked.<br />If the name@server matches one of these \'accept\' rules, it is accepted.</li><li>If no rule is matched, it is rejected.</li></ul>You can use % for a wildcard.<br /><br />Remember to set a default guild here as well.';
  873. // Data Manager
  874. $lang['clean'] = 'Clean up entries based on upload rules';
  875. $lang['clean_help'] = 'This will run an update and enforce the rules as set by the \'Enforce Upload Rules\' setting';
  876. $lang['select_guild'] = 'Select Guild';
  877. $lang['delete_checked'] = 'Delete Checked';
  878. $lang['delete_guild'] = 'Delete Guild';
  879. $lang['delete_guild_confirm'] = 'This will remove this entire guild and all set all members guildless.\\n Are you sure you want to do this?\\n\\nNOTE: This cannot be un-done!';
  880. // Config Reset
  881. $lang['config_is_reset'] = 'Configuration has been reset. Please remember to re-configure ALL your settings before attempting to upload data';
  882. $lang['config_reset_confirm'] = 'This is irreversible. Do you really want to continue?';
  883. $lang['config_reset_help'] = 'This will completely reset your Roster configuration.<br />
  884. All data in the Roster configuration table will be permanently removed, and the default values will be restored.<br />
  885. Guild data, Character data, Addon config, Addon data, menu buttons, and upload rules will be saved.<br />
  886. The guild, officer, and admin passwords will also be saved.<br />
  887. <br />
  888. To continue, check the box and click on \'Proceed\'.';
  889. /******************************
  890. * Roster Admin Strings
  891. ******************************/
  892. $lang['pagebar_function'] = 'Function';
  893. $lang['pagebar_rosterconf'] = 'Main Settings';
  894. $lang['pagebar_uploadrules'] = 'Upload Rules';
  895. $lang['pagebar_dataman'] = 'Data Manager';
  896. $lang['pagebar_userman'] = 'User Manager';
  897. $lang['pagebar_armory_data'] = 'Armory Data';
  898. $lang['pagebar_changepass'] = 'Change Password';
  899. $lang['pagebar_addoninst'] = 'Addon Management';
  900. $lang['pagebar_plugin'] = 'Plugin Management';
  901. $lang['pagebar_update'] = 'Upload Profile';
  902. $lang['pagebar_rosterdiag'] = 'Roster Diag';
  903. $lang['pagebar_menuconf'] = 'Menu Configuration';
  904. $lang['pagebar_configreset'] = 'Config Reset';
  905. $lang['pagebar_addonconf'] = 'Addon Config';
  906. $lang['roster_config_menu'] = 'Config Menu';
  907. $lang['menu_config_help'] = 'Add Menu Button Help';
  908. $lang['menu_config_help_text'] = 'Use this to add a new menu button. Adding a new menu button here will add it to the current section.<ul class="ul-no-m"><li>Title - The name of the new button.</li><li>URL - The button\'s link. This can be a WoWRoster path or a full URL (add http:// in the link)</li><li>Icon - The button\'s image. This must be an image from the Interface Image Pack without the path or extension (ex. inv_misc_gear_01)</ul>';
  909. // Submit/Reset confirm questions
  910. $lang['config_submit_button'] = 'Save Settings';
  911. $lang['config_reset_button'] = 'Reset';
  912. $lang['confirm_config_submit'] = 'This will save the changes to the database. Are you sure?';
  913. $lang['confirm_config_reset'] = 'This will reset the form to how it was when you loaded it. Are you sure?';
  914. // All strings here
  915. // Each variable must be the same name as the config variable name
  916. // Example:
  917. // Assign description text and tooltip for $roster->config['sqldebug']
  918. // $lang['admin']['sqldebug'] = "Desc|Tooltip";
  919. // Each string is separated by a pipe ( | )
  920. // The first part is the short description, the next part is the tooltip
  921. // Use <br /> to make new lines!
  922. // Example:
  923. // "Controls Flux-Capacitor|Turning this on may cause serious temporal distortions<br />Use with care"
  924. // Main Menu words
  925. $lang['admin']['main_conf'] = 'Main Settings|WoWRoster main settings and core options';
  926. $lang['admin']['defaults_conf'] = 'Defaults|Set up your Roster defaults';
  927. $lang['admin']['index_conf'] = 'Index Page|Options for what shows on the Main Page';
  928. $lang['admin']['menu_conf'] = 'Menu|Control what is displayed in the Main Menu';
  929. $lang['admin']['display_conf'] = 'Display|Misc display settings: css, javascript, motd, etc...';
  930. $lang['admin']['realmstatus_conf'] = 'Realmstatus|Options for Realmstatus';
  931. $lang['admin']['data_links'] = 'Data Links|External links';
  932. $lang['admin']['update_access'] = 'Update Access|Set access levels for RosterCP components';
  933. $lang['admin']['documentation'] = 'Documentation|WoWRoster Documentation via the wowroster.net wiki';
  934. // main_conf
  935. $lang['admin']['roster_dbver'] = "Roster Database Version|The version of the database";
  936. $lang['admin']['version'] = "Roster Version|Current version of Roster";
  937. $lang['admin']['debug_mode'] = "Debug Mode|<ul class='ul-no-m'><li>off: No debug or error messages</li><li>on: Display error messages and simple debug</li><li>extended: Full debug mode and backtrace in error messages</li></ul>";
  938. $lang['admin']['sql_window'] = "SQL Window|<ul class='ul-no-m'><li>off: Do not show query window</li><li>on: Display query window in the footer</li><li>extended: Include DESCRIBE statements</li></ul>";
  939. $lang['admin']['minCPver'] = "Min CP Version|Minimum WoWRoster-Profiler version allowed to upload";
  940. $lang['admin']['minGPver'] = "Min GP version|Minimum WoWRoster-GuildProfiler version allowed to upload";
  941. $lang['admin']['locale'] = "Roster Main Language|The main language roster will be displayed in";
  942. $lang['admin']['default_page'] = "Default Page|Page to display if no page is specified in the url";
  943. $lang['admin']['external_auth'] = "Roster Auth|Here you can choose the auth file Roster will use<br />&quot;Roster&quot; is the default, built-in auth system";
  944. $lang['admin']['website_address'] = "Website Address|Used for url link for logo, and guildname link in the main menu<br />Some roster addons may also use this";
  945. $lang['admin']['interface_url'] = "Interface Directory URL|Directory that the Interface images are located<br />Default is &quot;img/&quot;<br /><br />You can use a relative path or a full URL";
  946. $lang['admin']['img_suffix'] = "Interface Image Extension|The image type of the Interface images";
  947. $lang['admin']['alt_img_suffix'] = "Alt Interface Image Extension|The alternate possible image type of the Interface images";
  948. $lang['admin']['img_url'] = "Roster Images Directory URL|Directory that Roster's images are located<br />Default is &quot;img/&quot;<br /><br />You can use a relative path or a full URL";
  949. $lang['admin']['timezone'] = "Timezone|Displayed after timestamps so people know what timezone the time references are in";
  950. $lang['admin']['localtimeoffset'] = "Time Offset|Your timezone offset from UTC/GMT<br />Times on roster will be displayed as a calculated value using this offset";
  951. $lang['admin']['use_update_triggers'] = "Addon Update Triggers|Addon Update Triggers are for addons that need to run during a character or guild update<br />Some addons my require that this is turned on for them to function properly";
  952. $lang['admin']['check_updates'] = "Check for Updates|This allows your copy of WoWRoster (and addons that use this feature) to<br />check if you have the newest version of the software";
  953. $lang['admin']['seo_url'] = "Friendly URLs|Enable SEO like URL links in Roster<ul class='ul-no-m'><li>on: /some/page/here/param=value.html</li><li>off: index.php?p=some-page-here&amp;param=value</li></ul>";
  954. $lang['admin']['local_cache']= "File System Cache|Use server local file system to cache some files to increase performance.";
  955. $lang['admin']['use_temp_tables'] = "Use Temporary Tables|Turn this setting off if your host does not allow you to create temporary database tables (CREATE TEMPORARY TABLE privilege).<br />Leaving this on is recommended for performance.";
  956. $lang['admin']['preprocess_js'] = "Aggregate JavaScript files|Certain JavaScript files will be optimized automatically, which can reduce both the size and number of requests made to your website.<br />Leaving this on is recommended for performance.";
  957. $lang['admin']['preprocess_css'] = "Aggregate and compress CSS files|Certain CSS files will be optimized automatically, which can reduce both the size and number of requests made to your website.<br />Leaving this on is recommended for performance.";
  958. $lang['admin']['enforce_rules'] = "Enforce Upload Rules|This setting will enforce the upload rules on every lua update<ul class='ul-no-m'><li>Never: Never enforce rules</li><li>All LUA Updates: Enforce rules on all lua updates</li><li>CP Updates: Enforce rules on any CP.lua update</li><li>Guild Updates: Enforce rules only on guild updates</li></ul>You can also toggle this setting on the &quot;Upload Rules&quot; page.";
  959. // defaults_conf
  960. $lang['admin']['default_name'] = "WoWRoster Name|Enter a name to be displayed when not in the guild or char scope";
  961. $lang['admin']['default_desc'] = "Description|Enter a short description to be displayed when not in the guild or char scope";
  962. $lang['admin']['alt_type'] = "Alt-Text Search|Text used to designate alts for display count in the main menu<br /><br /><span class=\"red\">The Memebers List AddOn DOES NOT use this for alt grouping</span>";
  963. $lang['admin']['alt_location'] = "Alt-Search Field|Search location, what field to search for Alt-Text<br /><br /><span class=\"red\">The Memebers List AddOn DOES NOT use this for alt grouping</span>";
  964. // display_conf
  965. $lang['admin']['theme'] = "Roster Theme|Choose the overall look of Roster<br /><span class=\"red\">NOTE:</span> Not all of Roster is currently templated<br />and using themes other than the default may have unexpected results";
  966. $lang['admin']['logo'] = "URL for header logo|The full URL to the image<br />Or by apending &quot;img/&quot; to the name, it will look in the roster's img/ directory";
  967. $lang['admin']['roster_bg'] = "URL for background image|The full URL to the image used for the main background<br />Or by apending &quot;img/&quot; to the name, it will look in the roster's img/ directory";
  968. $lang['admin']['motd_display_mode'] = "MOTD Display Mode|How the MOTD will be displayed<ul class='ul-no-m'><li>Text: Shows MOTD in red text</li><li>Image: Shows MOTD as an image (REQUIRES GD!)</li></ul>";
  969. $lang['admin']['header_locale'] = "Locale Selection|Controls display of the locale selection in the top pane of the main roster menu";
  970. $lang['admin']['header_login'] = "Login in header|Control the display of the login box in the header";
  971. $lang['admin']['header_search'] = "Search in header|Control the display of the search box in the header";
  972. $lang['admin']['signaturebackground'] = "img.php Background|Support for legacy signature creator";
  973. $lang['admin']['processtime'] = "Process time|Displays render time and query count in the footer<br />(<i>x.xx | xx</i>)";
  974. // data_links
  975. $lang['admin']['profiler'] = "WoWRoster-Profiler download link|URL to download WoWRoster-Profiler";
  976. $lang['admin']['uploadapp'] = "UniUploader download link|URL to download UniUploader";
  977. // realmstatus_conf
  978. $lang['admin']['rs_display'] = "Display Mode|Controls the display of the realm status block<ul class='ul-no-m'><li>off: Do not show realm status</li><li>Text: Shows Realmstatus in a DIV container with text and standard images</li><li>Image: Shows Realmstatus as an image (REQUIRES GD!)</li></ul>";
  979. $lang['admin']['rs_timer'] = "Refresh Timer|Set the timeout period for fetching new realmstatus data";
  980. $lang['admin']['rs_left'] = "Display|";
  981. $lang['admin']['rs_middle'] = "Realm Type|";
  982. $lang['admin']['rs_right'] = "Population|";
  983. $lang['admin']['rs_font_server'] = "Realm Font|Font for the realm name<br />(Image mode only!)";
  984. $lang['admin']['rs_size_server'] = "Realm Font Size|Font size for the realm name<br />(Image mode only!)";
  985. $lang['admin']['rs_color_server'] = "Realm|Color of realm name";
  986. $lang['admin']['rs_color_shadow'] = "Shadow|Color for text drop shadows<br />(Image mode only!)";
  987. $lang['admin']['rs_font_type'] = "Type Font|Font for the realm type<br />(Image mode only!)";
  988. $lang['admin']['rs_size_type'] = "Type Font Size|Font size for the realm type<br />(Image mode only!)";
  989. $lang['admin']['rs_color_rppvp'] = "RP-PvP|Color for RP-PvP";
  990. $lang['admin']['rs_color_pve'] = "Normal|Color for Normal";
  991. $lang['admin']['rs_color_pvp'] = "PvP|Color for PvP";
  992. $lang['admin']['rs_color_rp'] = "RP|Color for RP";
  993. $lang['admin']['rs_color_unknown'] = "Unknown|Color for unknown";
  994. $lang['admin']['rs_font_pop'] = "Pop Font|Font for the realm population<br />(Image mode only!)";
  995. $lang['admin']['rs_size_pop'] = "Pop Font Size|Font size for the realm population<br />(Image mode only!)";
  996. $lang['admin']['rs_color_low'] = "Low|Color for low population";
  997. $lang['admin']['rs_color_medium'] = "Medium|Color for medium population";
  998. $lang['admin']['rs_color_high'] = "High|Color for high population";
  999. $lang['admin']['rs_color_max'] = "Max|Color for max population";
  1000. $lang['admin']['rs_color_error'] = "Error|Color for realm error";
  1001. $lang['admin']['rs_color_offline'] = "Offline|Color for realm offline";
  1002. $lang['admin']['rs_color_full'] = "Full|Color for full realms (EU realms only)";
  1003. $lang['admin']['rs_color_recommended'] = "Recommended|Color for recommended realms (EU realms only)";
  1004. // update_access
  1005. $lang['admin']['authentica…

Large files files are truncated, but you can click here to view the full file