Advertisement
Guest User

Lessn translation file

a guest
Mar 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.06 KB | None | 0 0
  1. app.main.description : The fastest way to shrink links
  2. app.main.what : URL & Links shortener
  3. app.main.form.placeholer.link : Paste link here
  4. app.main.signin: Sign-in
  5. app.main.signup: Sign-up
  6. app.main.signout: Sign-out
  7. app.main.cou: Conditions of use
  8. app.main.linkchecker: LinkChecker
  9. app.main.linkmanager: LinkManager
  10.  
  11. app.signin.form.placeholer.username : Username
  12. app.signin.form.placeholer.password : Password
  13.  
  14. app.signup.form.placeholer.username : Username
  15. app.signup.form.placeholer.email : Email
  16. app.signup.form.placeholer.password : Password
  17. app.signup.form.placeholer.repeatpassword : Repeat password
  18.  
  19. app.linkchecker.description: You want to know where a link will redirect you ? Paste it below.
  20. app.linkchecker.form.placeholder.link: Paste LESSn link here
  21.  
  22. app.cou.license: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
  23. # Full sentence : The source code is available on GitHub
  24. app.cou.sourcegithub: The source code is available on
  25. app.cou.github: GitHub
  26. app.cou.law: Links you provide MUST NOT lead to any website that infringe any european law.
  27. app.cou.cookietitle: Cookie policy and confidentiality
  28. app.cou.cookie: This site uses essential cookies to store your session and to secure the forms (CSRF). Our cookies last one session and include no tracking.
  29. app.cou.gdpr: This website is GDPR complient.
  30. app.cou.track: We also store hashed IP and hashed user-agent to avoid misuses and count the number of views for each link.
  31.  
  32. app.linkmanager.table.uuid: Unique ID
  33. app.linkmanager.table.url: URL
  34. app.linkmanager.createdon: Created on
  35. app.linkmanager.visited: Visited
  36.  
  37. app.linkmanager.error.notvalid: Please enter a valid url
  38. app.linkmanager.error.uuidletters: Unique ID should contain only
  39. app.linkmanager.error.forbidden: This value is forbidden
  40. app.linkmanager.error.length: This value is too long
  41. app.linkmanager.error.taken: This value is already taken
  42. app.linkmanager.error.confirm: Are you sure ?
  43. app.linkmanager.delete.confirm: Confirm
  44. app.linkmanager.delete.cancel: Cancel
  45.  
  46. # v1.0.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement