Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. locale['matchmaking-drop-match'] = 'Cancel Request'; //Cancel request (ary you sure)
  2. locale['matchmaking-drop-match-desc'] = 'Are you sure you want to cancel your request?';
  3. locale['matchmaking-drop-match-do'] = 'Leave';
  4.  
  5. locale['matchmaking-drop-action'] = 'Cancel Pending Request'; //button
  6. locale['matchmaking-drop-fine'] = 'Request Canceled'; //Cancel request (done)
  7. locale['matchmaking-drop-fine-desc'] = 'Describe why cancelation is so great'; //todo
  8.  
  9. //Gather Friends New Modal
  10. locale['gather_friends_share-chat-title-regular'] = 'Your request is sent'; //title - regular request
  11. locale['gather_friends_share-chat-subtitle-regular'] = 'pending organizer review';
  12.  
  13. locale['gather_friends_share-chat-title-auto'] = 'You\'re in!'; //title - auto accept case
  14.  
  15. locale['gather_friends_share-chat-title-private'] = ''; //title - private game request
  16. locale['gather_friends_share-chat-subtitle-private'] = '';
  17.  
  18. locale['gather_friends_share-chat-title-share'] = 'TODO'; //title - invoked by pressing share icon
  19.  
  20.  
  21. locale['gather_friends_share-chat-note'] = 'Share with friends'; //3 - lines
  22. locale['gather_friends_share-chat-note-1'] = 'It is more fun';
  23. locale['gather_friends_share-chat-note-2'] = 'It gets bigger';
  24. locale['gather_friends_share-chat-note-3'] = 'It gets better';
  25.  
  26. //buttons
  27. locale['gather_friends_share-chat'] = 'Share via chat';
  28. locale['gather_friends_share-all'] = 'Share via social networks';
  29. locale['gather_friends_share-dismiss'] = 'Dismiss';
  30.  
  31.  
  32. //locale share langlines
  33. locale['chat-sharer-instruction'] = 'Click on room to share';
  34. locale['chat-share-list-notification'] = 'Shared an ...'; //this will be a message in a list of chats.
  35. locale['chat-share-boxes-view_user_match'] = 'Sharing a match todo match in {1} on {2} at {3}! With arabic fallback just in case يشس {3} {2} {1} شيسيسشيشسيشس'; //ignore in ar, combine both languages in en version
  36.  
  37. locale['chat-share-success-popoup-title'] = 'Share with...';
  38. locale['chat-share-success-chat'] = 'Enter the convo'; //todo
  39. locale['chat-share-success-stay'] = 'Continue Sharing'; //todo
  40. locale['chat-share-success-back'] = 'Back';
  41.  
  42. locale['matchmaking-create-tip'] = 'Hey why wouldnt you try to create your own match'; //tip (10 sec on inactivity or on empty match list)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement