1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-04-15 01:20:54 +00:00
2018-04-07 18:18:46 +02:00

141 lines
10 KiB
XML

<resources>
<string name="app_name">Comunic</string>
<string name="activity_login_header">Login</string>
<string name="activity_login_email_hint">Email address</string>
<string name="activity_login_password_hint">Password</string>
<string name="activity_login_submit_form">Login</string>
<string name="activity_login_err_invalid_password">The password is invalid!</string>
<string name="activity_login_err_invalid_email">The email specified is invalid !</string>
<string name="activity_login_err_invalid_credentials">The connexion couldn\'t be etablished. Please check your credentials !</string>
<string name="err_no_internet_connection">No Internet connexion !</string>
<string name="activity_login_err_server_response">The server sent an unexcepted response…</string>
<string name="main_menu_logout">Sign out</string>
<string name="popup_signout_title">Sign out</string>
<string name="popup_signout_message">Are you sure do you want to sign out ?</string>
<string name="popup_signout_confirm_button">Sign out</string>
<string name="popup_signout_cancel_button">Cancel</string>
<string name="navigation_bottom_friends_item">Friends</string>
<string name="navigation_bottom_me_item">Me</string>
<string name="fragment_friendslist_err_refresh">Couldn\'t refresh friends list !</string>
<string name="fragment_friendslist_err_get_userinfos">Couldn\'t get information about your friends!</string>
<string name="user_status_online">Online</string>
<string name="user_status_offline">Offline</string>
<string name="action_friends_delete">Delete friend</string>
<string name="popup_deletefriend_title">Remove friend</string>
<string name="popup_deletefriend_message">Are you sure do you want to remove this friend from your friend list ? You will have to make a new friendship request to get this friend back !</string>
<string name="popup_deletefriend_button_confirm">Delete</string>
<string name="popup_deletefriend_button_cancel">Cancel</string>
<string name="action_friends_accept_request">Accept</string>
<string name="user_image_description">User Image Account</string>
<string name="navigation_bottom_conversations_item">Conversations</string>
<string name="fragment_conversationslist_create_button">Create a new conversation</string>
<string name="action_friends_respond_request">Respond request</string>
<string name="action_friends_deny_request">Deny</string>
<string name="popup_respond_friendship_request_title">Respond to the request</string>
<string name="popup_respond_friendship_request_message">Do you want to accept or deny this friendship request ?</string>
<string name="fragment_conversationslist_err_get_list">An error occurred while retrieving conversations list !</string>
<string name="conversations_members_number">%d members</string>
<string name="date_now">now</string>
<string name="date_seconds">seconds</string>
<string name="date_minutes">minutes</string>
<string name="date_min">min</string>
<string name="date_sec">sec</string>
<string name="date_day">day</string>
<string name="date_days">days</string>
<string name="date_month">month</string>
<string name="date_months">months</string>
<string name="date_year">year</string>
<string name="date_years">years</string>
<string name="date_h">h</string>
<string name="date_m">m</string>
<string name="date_s">s</string>
<string name="date_hours">date_hours</string>
<string name="err_get_user_info">Couldn\'t get user information !</string>
<string name="fragment_conversation_err_load_message">Could not load messages!</string>
<string name="fragment_conversation_message_image">Conversation message image</string>
<string name="conversation_message_send">Send</string>
<string name="conversation_message_err_too_short">The message is too short !</string>
<string name="conversation_message_err_send">The message could not be sent! Please check your message and try again…</string>
<string name="fragment_conversation_new_message_placeholder">New message…</string>
<string name="conversation_message_add_image">Add an image</string>
<string name="conversation_message_remove_image_popup_title">Remove image</string>
<string name="conversation_message_remove_image_popup_message">Do you want to remove selected image ?</string>
<string name="conversation_message_remove_image_popup_confirm">Yes</string>
<string name="conversation_message_remove_image_popup_cancel">No</string>
<string name="fragment_friendslist_title">Friends</string>
<string name="fragment_conversationslist_title">Conversations</string>
<string name="fragment_userinfos_title">About me</string>
<string name="fragment_conversation_title">Title</string>
<string name="fragment_conversation_err_getconvinfos">Could not get information about the conversation !</string>
<string name="action_conversation_delete">Delete</string>
<string name="action_conversation_update">Update</string>
<string name="popup_deleteconversation_title">Remove conversation</string>
<string name="popup_deleteconversation_messsage">Are you sure do you want to remove this conversation ? All the messages you posted will be deleted. If you are the owner of the conversation, all the messages will be removed.</string>
<string name="popup_deleteconversation_confirm">Delete</string>
<string name="popup_deleteconversation_cancel">Cancel</string>
<string name="fragment_conversationslist_err_del_conversation">Could not delete conversation !</string>
<string name="fragment_conversation_no_msg">No message yet.</string>
<string name="fragment_update_conversation_title_create">Create a conversation</string>
<string name="fragment_update_conversation_title_update">Update a conversation</string>
<string name="fragment_update_conversation_name_placeholder">Conversation name</string>
<string name="fragment_update_conversation_button_create">Create</string>
<string name="fragment_update_conversation_button_update">Update</string>
<string name="fragment_update_conversation_follow">Follow the conversation</string>
<string name="fragment_update_conversation_addmember">Add a member</string>
<string name="activity_searchuser_title">Search user</string>
<string name="activity_searchuser_text_placeholder">User name</string>
<string name="err_search_user">Could not search user !</string>
<string name="err_add_member_double">This user is already a member of the conversation!</string>
<string name="err_get_users_info">Could not get information about users !</string>
<string name="err_conversation_need_members">Please add at least one member to the conversation !</string>
<string name="err_conversation_create">Could not create conversation !</string>
<string name="fragment_update_conversation_members_menu_delete">Remove</string>
<string name="err_get_conversation_info">Could not get information about the conversation !</string>
<string name="err_conversation_update">Could not update conversation !</string>
<string name="action_friends_start_private_conversation">Private conversation</string>
<string name="err_get_private_conversation">Could not get a private conversation !</string>
<string name="dialog_loading_msg">Loading…</string>
<string name="navigation_bottom_user_item">User</string>
<string name="err_get_user_posts">Couldn\'t get user posts !</string>
<string name="post_visibility_public">public</string>
<string name="post_visibility_friends">friends</string>
<string name="post_visibility_private">private</string>
<string name="post_image_description">Post image (if any)</string>
<string name="new_comment_hint">New comment</string>
<string name="err_invalid_comment_content">Specified comment content seems to be invalid…</string>
<string name="err_create_comment">An error occurred while trying to create comment!</string>
<string name="action_send">Send</string>
<string name="action_delete_comment">Delete</string>
<string name="popup_deletecomment_title">Delete comment</string>
<string name="popup_deletecomment_message">Are you sure do you want to delete this comment? The operation is unrecoverable !</string>
<string name="popup_deletecomment_cancel">No</string>
<string name="popup_deletecomment_confirm">Yes</string>
<string name="err_delete_comment">An error occurred while trying to delete the comment !</string>
<string name="comment_action_btn_description">Actions on comment</string>
<string name="post_action_btn_description">Actions on post</string>
<string name="action_delete_post">Delete</string>
<string name="popup_deletepost_title">Delete post</string>
<string name="popup_deletepost_message">Are you sure do you want to delete this post! Will will not be able to undo this operation !</string>
<string name="popup_deletepost_cancel">No</string>
<string name="popup_deletepost_confirm">Yes</string>
<string name="err_delete_post">An error occurred while trying to delete post! Please try again later…</string>
<string name="new_post_hint">New post…</string>
<string name="post_action_send">Send</string>
<string name="btn_show_create_form_description">Show / Hide create post form.</string>
<string name="err_post_content_too_short">The content of the post is too short!</string>
<string name="err_submit_post">An error occurred while trying to create the post!</string>
<string name="navigation_bottom_notif_item">Notifications</string>
<string name="main_menu_friends_list">Friends list</string>
<string name="fragment_notifications_title">Notifications</string>
<string name="like_button_img">Like</string>
<string name="like_view_like">Like</string>
<string name="like_view_liking">Liking</string>
<string name="action_edit_comment">Edit</string>
<string name="popup_editcomment_title">Edit the content of the comment</string>
<string name="popup_editcomment_cancel">Cancel</string>
<string name="popup_editcomment_confirm">Edit</string>
<string name="popup_editcomment_edit_placeholder">New content for the comment</string>
<string name="err_update_comment_content">An error occurred while trying to update comment content !</string>
<string name="comment_image_description">Comment image</string>
</resources>