Guest User

Untitled

a guest
Feb 24th, 2021
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. local lang = {}
  2. lang['category_cats'] = 'Categories'
  3. lang['category_create'] = 'Add a comment'
  4. lang['category_control'] = 'My comments'
  5. lang['category_logs'] = 'Comment logs'
  6.  
  7. lang['text_self'] = 'TEXT'
  8. lang['text_type'] = 'TYPE'
  9. lang['text_unknown'] = 'unknown'
  10. lang['text_removing'] = 'Will be removed in %s'
  11. lang['text_submit'] = 'Confirm'
  12. lang['text_creator'] = 'Creator'
  13. lang['text_anon'] = 'Anonymous'
  14. lang['text_datecreation'] = 'Creation date'
  15. lang['text_timetoremove'] = 'Time left'
  16. lang['text_comm'] = 'Text'
  17. lang['text_remove'] = 'Remove comment'
  18. lang['text_cancel'] = 'Cancel'
  19. lang['text_moveto'] = 'Teleport to comment'
  20. lang['text_copysid'] = 'Copy SteamID'
  21. lang['text_days'] = 'days'
  22. lang['text_hours'] = 'hours'
  23. lang['text_minutes'] = 'minutes'
  24. lang['text_infinite'] = 'infinite'
  25. lang['text_yes'] = 'Yes'
  26. lang['text_no'] = 'No'
  27. lang['text_duration'] = 'DURATION'
  28. lang['text_permanent'] = 'Set permanent'
  29. lang['text_buttonlike'] = 'Press [%s] to like this comment'
  30. lang['text_likes'] = 'Likes'
  31.  
  32. lang['check_anon'] = 'Stay anonymous'
  33. lang['check_perm'] = 'Permanent comment'
  34.  
  35. lang['notify_changedtype'] = 'You successfully changed comment type!'
  36. lang['notify_fieldempty'] = "You can't leave text field empty!"
  37. lang['notify_niltype'] = "You didn't specify a comment type"
  38. lang['notify_copysid'] = "You successfully copied author's SteamID"
  39. lang['notify_serverlimit'] = 'Server limit of commentaries has been reached!'
  40. lang['notify_accountlimit'] = 'You reached the limit of maximum commentaries on your account!'
  41. lang['notify_nearcomm'] = 'There is a comment nearby!'
  42. lang['notify_ground'] = 'You can leave comments only on ground!'
  43. lang['notify_moveto'] = 'You teleported to the comment #%s'
  44. lang['notify_remove'] = 'You have removed comment #%s'
  45. lang['notify_undefined'] = "Comment #%s doesn't exist anymore!"
  46. lang['notify_cantafford'] = "You can't afford to create a comment"
  47. lang['notify_commcreation'] = 'You successfully created a comment!'
  48. lang['notify_fieldsmall'] = 'Your text is too short!'
  49. lang['notify_fieldlarge'] = 'Your text is too large!'
  50. lang['notify_permanent'] = 'You successfully changed duration of comment #%s to permanent!'
  51. lang['notify_errorlike'] = 'You have already liked this comment!'
  52. lang['notify_likecomm'] = 'You liked this comment!'
  53. lang['notify_likelimit'] = 'This comment has reached like limit!'
  54.  
  55. comms.language = lang
Add Comment
Please, Sign In to add comment