Guest User

Untitled

a guest
Oct 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. _username = "Username: ";
  2. _password = "Password: ";
  3. _username_enter = "Enter your username: ";
  4. _password_enter = "Enter your password: ";
  5. _password_enter_re = "Re-enter your password: ";
  6. _email_enter = "Enter your e-mail: ";
  7. _user = "User: ";
  8. _notes = "Notes: ";
  9. _notes_online = "Online notes: ";
  10. _notes_local = "Local notes: ";
  11. _word = "Word count: ";
  12. _character = "Character count: ";
  13. _line = "Line count: ";
  14. _save = "Save";
  15. _yes = "Yes";
  16. _no = "No";
  17. _register = "Register";
  18. _login = "Login";
  19. _exit = "Exit";
  20. _cancel = "Cancel";
  21. _note_rename = "Rename";
  22. _color = "Color";
  23. _typeface = "Typeface";
  24. _clear = "Clear formatting";
  25. _fontsize = "Font size";
  26. _others = "Others";
  27. _note_new = "New note";
  28. _note_save = "Save note";
  29. _note_open = "Open note";
  30. _synch = "Synchronization";
  31. _email_entered = "Entered e-mail: ";
  32. _username_short = "Username must be at least 3 characters long.";
  33. _password_short = "Password must be at least 3 characters long.";
  34. _email_short = "E-mail must be at least 6 characters long.";
  35. _password_notesame = "Entered passwords is not the same.";
  36. _email_notvalid = "E-mail adress is not valid.";
  37. _registration_success = "Registration was successful.";
  38. _login_failed = "Login was not successful.";
  39. _registration_failed = "Registration was not successful.\nThis username might already be used by another user. Please choose a different username.";
  40. _note_rename_failed = "Renaming the note failed.";
  41. _note_remove_failed = "Deleting the note failed.";
  42. _note_create_failed = "Creating the note failed.";
  43. _note_update_fail = "Updating the note failed.";
  44. _note_load_failed = "Loading the note failed.";
  45. _server_to_local = "Copy selected notes from server to local place.";
  46. _local_to_server = "Copy selected notes from local place to server.";
  47. _notes_remove = "Remove selected notes.";
  48. _note_name_q = "Enter new note's name:";
  49. _note_remove_q = "Do you want to remove this note?";
  50. _note_title_q = "This is a new note. Enter note title:";
  51. _note_save_q = "Do you want to save the actual note?";
  52. _connecting = "Connecting to database...";
  53. _connection = "Problem with connection occurred, please check you internet connection.";
  54. _locale = "Language: ";
  55. _changes = "Changes will take effect after restarting application.";
  56. _item_title = "Title";
  57. _item_datetime = "Creation time";
  58. _item_size = "Size";
Add Comment
Please, Sign In to add comment