strings.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <resources>
  2. <string name="app_name">Trilium Sender</string>
  3. <string name="prompt_trilium_address">https://trilium_host:8080</string>
  4. <string name="prompt_username">User name</string>
  5. <string name="prompt_password">Password</string>
  6. <string name="prompt_label">Label for sent notes</string>
  7. <string name="action_login">Login</string>
  8. <string name="action_login_short">Login</string>
  9. <string name="error_network_error">Network error</string>
  10. <string name="error_unexpected_response">Unexpected response from server</string>
  11. <string name="error_incorrect_credentials">Entered credentials are incorrect</string>
  12. <string name="error_field_required">This field is required</string>
  13. <string name="trilium_connection_settings">Settings</string>
  14. <string name="note_title">Note title</string>
  15. <string name="note_text">Note text</string>
  16. <string name="setup_not_complete">Trilium connection setup isn\'t finished yet.</string>
  17. <string name="setup_is_complete">Trilium connection has been set up for address: %s. You can still change it by tapping the button below.</string>
  18. <string name="please_use_other_shortcut">Please note that this view is used only for setup. For new notes, use the second \'Add note\' app shortcut installed with Trilium Sender. To add images, you need to share it to \'Trilium Sender\' from gallery app.</string>
  19. <string name="url_invalid">URL is invalid.</string>
  20. <string name="connection_configured_correctly">Trilium connection settings have been successfully configured.</string>
  21. <string name="sender_not_configured_image">Trilium Sender is not configured. Can\'t send the image.</string>
  22. <string name="sending_failed">Sending to Trilium failed.</string>
  23. <string name="sending_image_complete_size">Image sent to Trilium. (%d KB)</string>
  24. <string name="sender_not_configured_note">Trilium Sender is not configured. Can\'t compose note.</string>
  25. <string name="sending_note_complete">Note sent to Trilium.</string>
  26. <string name="sending_note_failed">Sending note to Trilium failed.</string>
  27. <string name="share_note_title">Shared from %s</string>
  28. <string name="login_settings_header">Login Settings</string>
  29. <string name="note_settings_header">Note Settings</string>
  30. <string name="label_preview_template">#%s</string>
  31. <string name="logged_in_successfully">Login credentials are saved! ✅</string>
  32. <string name="send_fab_content_desc">Send.</string>
  33. <string name="trilium_sender_settings">Trilium Sender Settings</string>
  34. </resources>