Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. language = Bulgarian
  2. toolName = Управление на акаунти
  3. translator = Slackware xD
  4.  
  5. yesChar = y
  6. noChar = n
  7. trueString = True
  8. falseString = False
  9.  
  10. functChooser = Моля изберете опция:
  11. functCreateAccount = 1 - Създаване или промяна на акаунт (смяна на парола и access level)
  12. functAccessLevel = 2 - Промяна на access level
  13. functDeleteAccount = 3 - Изтриване на акаунт
  14. functListAccount = 4 - Списък с акаунти и access levels
  15. functExit = 5 - Изход
  16.  
  17. inputChoice = Вашият избор:
  18. inputUsername = Потребителско име:
  19. inputPassword = Парола:
  20. inputAccessLevel = Access level:
  21.  
  22. functListAccountChooser = Покажи само акаунтите, които са:
  23. functListAccountBanned = 1 - Баннати (accessLevel < 0).
  24. functListAccountPrivileged = 2 - GM/Привилигировани (accessLevel > 0).
  25. functListAccountRegular = 3 - Нормални (accessLevel = 0).
  26. functListAccountAll = 4 - Всички.
  27. functListAccountDisplayed = Показани акаунти: %d
  28.  
  29. functAccessLevelUpdated = Акаунтът %s беше променен.
  30. functAccessLevelNotExist = Акаунтът %s не съществува.
  31.  
  32. functDeleteAccountConfirm = Желаете ли да изтриете този акаунт [Y/N]:
  33. functDeleteAccountAbort = Изтриването беше отменено.
  34. functDeleteAccountCancel = Изтриването беше отказано.
  35. functDeleteAccountChar = Изтриване на герой %s
  36. functDeleteAccountClan = Изтриване на клан %s
  37. functDeleteAccountComplete = Акаунтът %s беше изтрит.
  38. functDeleteAccountNotExist = Акаунътъ %s не съществува.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement