View Single Post
04/15/16, 10:58 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Little request for Germans

Hello,

I wouldn't google translate this, so if a kind german could help me for those strings, I'll be very thankfull
The "Thanks" are at your discretion, you can change them if you want.

Lua Code:
  1. SafeAddString(LBOOKS_LOST,                      "Book has been lost", 1)
  2.  
  3. SafeAddString(LBOOKS_SPECIAL_ZONE1,         "Solo Dungeon", 1)
  4. SafeAddString(LBOOKS_SPECIAL_ZONE2,         "Group Dungeon", 1)
  5. SafeAddString(LBOOKS_SPECIAL_ZONE3,         "Trial", 1)
  6. SafeAddString(LBOOKS_SPECIAL_ZONE4,         "Main Storyline", 1)
  7. SafeAddString(LBOOKS_SPECIAL_ZONE5,         "Mages Guild Storyline", 1)
  8. SafeAddString(LBOOKS_SPECIAL_ZONE6,         "Fighters Guild Storyline", 1)
  9. SafeAddString(LBOOKS_SPECIAL_ZONE7,         "Thieves Heist", 1)
  10.  
  11. SafeAddString(LBOOKS_THANK_YOU1,            "Thank you", 1)
  12. SafeAddString(LBOOKS_THANK_YOU_LONG1,           "You're the first to find this lost book", 1)
  13.    
  14. SafeAddString(LBOOKS_THANK_YOU10,           "Keep it up!", 1)
  15. SafeAddString(LBOOKS_THANK_YOU_LONG10,          "And we'll get all those old books recorded", 1)
  16.    
  17. SafeAddString(LBOOKS_THANK_YOU20,               "Librarian", 1)
  18. SafeAddString(LBOOKS_THANK_YOU_LONG20,          "Did you read those books by the way ? You should", 1)
  19.    
  20. SafeAddString(LBOOKS_THANK_YOU30,                   "Keeper of the Elders Scrolls", 1)
  21. SafeAddString(LBOOKS_THANK_YOU_LONG30,              "It could be a nice title for you", 1)
  22.  
  23. SafeAddString(LBOOKS_SHARE_DATA,                    "Share your discoveries with LoreBooks author", 1)
  24. SafeAddString(LBOOKS_SHARE_DATA_DESC,           "Enabling this option will share your discoveries with LoreBooks author by sending automatically an ingame mail with data collected.\nThis option is only available for EU Users, even if data collected is shared with NA ones\nPlease note that you may encounter a small lag with your skills when the mail is sent. Mail is silently sent every 30 books read.", 1)
  25.  
  26. SafeAddString(LBOOKS_EIDETIC,                       "Show unknown Eidetic Memory", 1)
  27. SafeAddString(LBOOKS_EIDETIC_DESC,              "Show/Hide unknown Eidetic Memory scrolls on map. Those scrolls are lore-related scrolls not involved into Mages Guild Progression, but only informative about Tamriel", 1)
  28. SafeAddString(LBOOKS_COMPASS_EIDETIC,           "Show unknown Eidetic Memory on compass", 1)
  29. SafeAddString(LBOOKS_COMPASS_EIDETIC_DESC,  "Show/Hide unknown Eidetic Memory scrolls on compass. Those scrolls are lore-related scrolls not involved into Mages Guild Progression, but only informative about Tamriel", 1)
  Reply With Quote