comparison localization/enUS.lua @ 59:ee701ce45354 v22

Couple minor bug fixes, added french localization.
author yellowfive
date Sun, 07 Jun 2015 14:28:59 -0700
parents 01b63b8ed811
children cf2b6b9a8337
comparison
equal deleted inserted replaced
58:3e395402ac52 59:ee701ce45354
125 125
126 --[[---------------------------------------------------------------------- 126 --[[----------------------------------------------------------------------
127 Export Tab 127 Export Tab
128 ------------------------------------------------------------------------]] 128 ------------------------------------------------------------------------]]
129 L.ExportTitle = "Export Instructions" 129 L.ExportTitle = "Export Instructions"
130 L.ExportHelp1 = "1. Copy the text below by pressing Ctrl+C (or Apple+C on a Mac)" 130 L.ExportHelp1 = "1. Copy the text below by pressing Ctrl+C (or Cmd+C on a Mac)"
131 L.ExportHelp2 = "2. Go to http://www.askmrrobot.com/wow/player and load your character" 131 L.ExportHelp2 = "2. Go to http://www.askmrrobot.com/wow/player and load your character"
132 L.ExportHelp3 = "3. Press the green IMPORT (from addon) link just above your character name" 132 L.ExportHelp3 = "3. Press the green IMPORT (from addon) link just above your character name"
133 L.ExportHelp4 = "4. Paste into the textbox on the website and press Import!" 133 L.ExportHelp4 = "4. Paste into the textbox on the website and press Import!"
134 134
135 L.ExportSplashTitle = "Getting Started" 135 L.ExportSplashTitle = "Getting Started"
158 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec." 158 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec."
159 L.GearEquipErrorNotFound = "An item in your saved gear set could not be equipped." 159 L.GearEquipErrorNotFound = "An item in your saved gear set could not be equipped."
160 L.GearEquipErrorNotFound2 = "Try opening your bank and running this command again, or check your void storage." 160 L.GearEquipErrorNotFound2 = "Try opening your bank and running this command again, or check your void storage."
161 L.GearEquipErrorBagFull = "There is not enough room in your bags to equip your saved gear set." 161 L.GearEquipErrorBagFull = "There is not enough room in your bags to equip your saved gear set."
162 L.GearEquipErrorSoulbound = function(itemLink) 162 L.GearEquipErrorSoulbound = function(itemLink)
163 return itemLink .. " could not be equipped because it is not soulbound." 163 return itemLink .. " could not be equipped because it is not bound to you."
164 end 164 end
165 165
166 L.GearButtonImportText = "Import" 166 L.GearButtonImportText = "Import"
167 L.GearButtonCleanText = "Clean Bags" 167 L.GearButtonCleanText = "Clean Bags"
168 168
183 183
184 184
185 --[[---------------------------------------------------------------------- 185 --[[----------------------------------------------------------------------
186 Import Dialog on Gear Tab 186 Import Dialog on Gear Tab
187 ------------------------------------------------------------------------]] 187 ------------------------------------------------------------------------]]
188 L.ImportHeader = "Press Ctrl+V to paste data from the website into the box below." 188 L.ImportHeader = "Press Ctrl+V (Cmd+V on a Mac) to paste data from the website into the box below."
189 L.ImportButtonOk = "Import" 189 L.ImportButtonOk = "Import"
190 L.ImportButtonCancel = "Cancel" 190 L.ImportButtonCancel = "Cancel"
191 191
192 L.ImportErrorEmpty = "The data string is empty." 192 L.ImportErrorEmpty = "The data string is empty."
193 L.ImportErrorFormat = "The data string is not in the correct format." 193 L.ImportErrorFormat = "The data string is not in the correct format."
304 L.TeamExportRosterLoading = "Gathering player data, please wait..." 304 L.TeamExportRosterLoading = "Gathering player data, please wait..."
305 305
306 L.TeamAlertNoGroup = "You are not in a group!" 306 L.TeamAlertNoGroup = "You are not in a group!"
307 L.TeamAlertNoLoot = "Nothing has been master-looted recently in your party or raid!" 307 L.TeamAlertNoLoot = "Nothing has been master-looted recently in your party or raid!"
308 308
309 L.TeamExportHelp = "Press Ctrl+C (or Apple+C on a Mac) to copy the text below." 309 L.TeamExportHelp = "Press Ctrl+C (or Cmd+C on a Mac) to copy the text below."
310 L.TeamExportRosterText = "Then go to the Team Optimizer on the website and paste into the roster import box." 310 L.TeamExportRosterText = "Then go to the Team Optimizer on the website and paste into the roster import box."
311 L.TeamExportLootText = "Then go to the Team Optimizer on the website and paste into the loot import box." 311 L.TeamExportLootText = "Then go to the Team Optimizer on the website and paste into the loot import box."
312 -- note to translators: leave "Team Optimizer" in english in the above two texts because our website is not localized yet 312 -- note to translators: leave "Team Optimizer" in english in the above two texts because our website is not localized yet
313 313
314 L.TeamImportRankingsHeader = "Press Ctrl+V to paste data from the website into the box below." 314 L.TeamImportRankingsHeader = "Press Ctrl+V (Cmd+V on a Mac) to paste data from the website into the box below."
315 315
316 L.TeamLootOptionNeed = "Need" 316 L.TeamLootOptionNeed = "Need"
317 L.TeamLootOptionOff = "Off Spec" 317 L.TeamLootOptionOff = "Off Spec"
318 L.TeamLootOptionGreed = "Greed" 318 L.TeamLootOptionGreed = "Greed"
319 L.TeamLootOptionPass = "Pass" 319 L.TeamLootOptionPass = "Pass"