83 lines
4.2 KiB
XML
Raw Normal View History

2023-02-06 13:44:27 -06:00
<resources>
<string name="app_name">Isolaatti</string>
<string name="searchbar_hint">Search the whole network</string>
<string name="email">Email</string>
<string name="password">Password</string>
<string name="sign_in">Sign in</string>
<string name="forgot_password">Forgot password</string>
<string name="or_you_can_sign_up">Or you can sign up</string>
<string name="sign_up">Sign up</string>
2023-02-11 23:41:23 -06:00
<string name="discussions">Discussions</string>
<string name="audios">Audios</string>
<string name="images">Images</string>
<string name="account">Account</string>
2023-07-08 02:17:19 -06:00
<string name="settings">Settings</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="new_comment">New comment</string>
<string name="report">Report</string>
2023-07-08 17:11:55 -06:00
<string name="close">Close</string>
2023-07-08 02:17:19 -06:00
2023-07-15 20:58:57 -06:00
<!-- Common -->
<string name="accept">Accept</string>
<string name="no">No</string>
<!-- error messages-->
<string name="need_reauth_message">Your session is not valid, please enter your credentials.</string>
<string name="network_error">Network error occurred, it maybe is on our side. Please try again later</string>
<string name="server_error">An error on our side has occurred.</string>
2023-07-08 02:17:19 -06:00
<!--Post options -->
<string name="post_options_title">Discussion options</string>
2023-07-08 17:11:55 -06:00
<string name="home">Home</string>
<string name="notifications">Notifications</string>
<string name="search">Search</string>
2023-08-27 23:03:40 -06:00
<string name="comment_options">Comment options</string>
2023-07-15 20:58:57 -06:00
<!-- Audio recorder -->
<string name="audio_recorder">Record audio</string>
<string name="account_not_found">Could not find any account that matches %s</string>
<string name="dismiss">Dismiss</string>
<string name="wrong_password">Could not sign in, password does not match</string>
<string name="new_post">New</string>
<string name="discussion">Discussion</string>
<string name="add_audio">New audio</string>
2023-07-17 00:08:36 -06:00
<string name="load_more">Load more</string>
<string name="there_is_no_more_content_to_show">There is no more content to show</string>
<string name="post">Post</string>
<string name="add_image">Add image</string>
<string name="what_do_you_want_to_talk_about_markdown_is_compatible_you_can_record_an_audio_if_you_want">What do you want to talk about? Markdown is compatible. You can record an audio if you want.</string>
<string name="posted_successfully">Posted!</string>
<string name="drafts">Drafts</string>
2023-07-31 00:25:25 -06:00
<string name="report_profile">Report profile</string>
<string name="block_profile">Block profile</string>
<string name="sort">Sort</string>
2023-08-12 00:59:02 -06:00
2023-07-31 00:25:25 -06:00
<string name="followers">Followers</string>
<string name="followings">Following</string>
<string name="following_user">Following</string>
<string name="mutually_following">Mutually following</string>
<string name="following_you">Following you</string>
<string name="user_link">User link</string>
2023-08-10 23:32:47 -06:00
<string name="follow">Follow</string>
<string name="unfollow">Unfollow</string>
2023-08-12 00:59:02 -06:00
<string name="go_to_followers_btn_text">Followers: %s Following: %s</string>
<string name="thousand_suffix">K</string>
<string name="million_suffix">M</string>
2023-08-15 00:02:29 -06:00
<string name="people">People</string>
2023-08-19 20:52:22 -06:00
<string name="about">About</string>
2023-08-24 20:56:08 -06:00
<string name="post_will_dropped">This discussion and all related content will be dropped. Continue?</string>
2023-09-02 18:08:05 -06:00
<string name="comment_will_be_dropped">This comment will be removed. Continue?</string>
2023-08-24 20:56:08 -06:00
<string name="yes_continue">Yes, delete</string>
<string name="cancel">Cancel</string>
2023-08-27 23:03:40 -06:00
<string name="save">Save</string>
<string name="save_snapshot">Save snapshot</string>
2023-09-02 18:08:05 -06:00
<string name="comment_posted">Comment posted!</string>
<string name="comment_failed_to_post">Comment failed to post</string>
2023-09-02 23:33:32 -06:00
<string name="edit_comment">Edit comment</string>
2023-09-09 16:09:22 -06:00
<string name="network_conn_lost">Network connection lost</string>
<string name="network_conn_restored">Network connection restored</string>
2023-09-10 13:17:50 -06:00
<string name="retry">Retry</string>
<string name="not_found">The resource you are trying to load could not be found</string>
<string name="unknown_error">An unkwnow error occurred</string>
2023-02-06 13:44:27 -06:00
</resources>