strings.xml 2.1 KB

123456789101112131415161718192021222324252627
  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="action_login">Login</string>
  7. <string name="action_login_short">Login</string>
  8. <string name="error_network_error">Network error</string>
  9. <string name="error_unexpected_response">Unexpected response from server</string>
  10. <string name="error_incorrect_credentials">Entered credentials are incorrect</string>
  11. <string name="error_field_required">This field is required</string>
  12. <string name="trilium_connection_settings">Trilium connection settings</string>
  13. <string name="note_title">Note title</string>
  14. <string name="note_text">Note text</string>
  15. <string name="setup_not_complete">Trilium connection setup isn\'t finished yet.</string>
  16. <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>
  17. <string name="please_use_other_shortcut">Please note that this view is used only for setup. For adding notes, use another shortcut called \'Add note\'. To add images, you need to share it to \'Trilium Sender\' from gallery app.</string>
  18. <string name="url_invalid">URL is invalid.</string>
  19. <string name="connection_configured_correctly">Trilium connection settings have been successfully configured.</string>
  20. <string name="sender_not_configured_image">Trilium Sender is not configured. Can\'t send the image.</string>
  21. <string name="sending_failed">Sending to Trilium failed.</string>
  22. <string name="sending_image_complete_size">Image sent to Trilium. (%d KB)</string>
  23. <string name="sender_not_configured_note">Trilium Sender is not configured. Can\'t compose note.</string>
  24. <string name="sending_note_complete">Note sent to Trilium.</string>
  25. <string name="sending_note_failed">Sending note to Trilium failed.</string>
  26. <string name="share_note_title">Shared from %s</string>
  27. </resources>