/* Label for 'send' button in the 'attachment approval' dialog. */
"ATTACHMENT_APPROVAL_SEND_BUTTON" = "Küldés";
/* Generic filename for an attachment with no known name */
"ATTACHMENT_DEFAULT_FILENAME" = "Csatolmány";
/* The title of the 'attachment error' alert. */
"ATTACHMENT_ERROR_ALERT_TITLE" = "Hiba a melléklet küldésekor";
/* Attachment error message for image attachments which could not be converted to JPEG */
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_JPEG" = "Nem lehet a képet konvertálni.";
/* Attachment error message for video attachments which could not be converted to MP4 */
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_MP4" = "Nem sikerült feldogozni a videó fájlt.";
/* Attachment error message for image attachments which cannot be parsed */
"ATTACHMENT_ERROR_COULD_NOT_PARSE_IMAGE" = "Nem lehet a képet konvertálni.";
/* Attachment error message for image attachments in which metadata could not be removed */
"ATTACHMENT_ERROR_COULD_NOT_REMOVE_METADATA" = "Nem sikerült eltávolítani a metaadatokat a képről.";
/* Attachment error message for image attachments which could not be resized */
"ATTACHMENT_ERROR_COULD_NOT_RESIZE_IMAGE" = "Nem lehet átméretezni a képet.";
/* Attachment error message for attachments whose data exceed file size limits */
"ATTACHMENT_ERROR_FILE_SIZE_TOO_LARGE" = "A csatolmány túl nagy.";
/* Attachment error message for attachments with invalid data */
"ATTACHMENT_ERROR_INVALID_DATA" = "A csatolmány érvénytelen tartalommal rendelkezik.";
/* Attachment error message for attachments with an invalid file format */
"ATTACHMENT_ERROR_INVALID_FILE_FORMAT" = "A csatolmány fájlformátuma érvénytelen.";
/* Attachment error message for attachments without any data */
"ATTACHMENT_ERROR_MISSING_DATA" = "A melléklet üres.";
/* Alert title when picking a document fails for an unknown reason */
"ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Nem sikerült kiválasztani a dokumentumot.";
/* Alert body when picking a document fails because user picked a directory/bundle */
"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Kérjük, hozzon létre egy tömörített archívumot erről a fájlról vagy könyvtárról, és próbálja meg azt elküldeni.";
/* Alert title when picking a document fails because user picked a directory/bundle */
/* keyboard toolbar label when exactly 1 message matches the search string */
"CONVERSATION_SEARCH_ONE_RESULT" = "1 találat";
/* keyboard toolbar label when more than 1 message matches the search string. Embeds {{number/position of the 'currently viewed' result}} and the {{total number of results}} */
"CONVERSATION_SEARCH_RESULTS_FORMAT" = "%d a %d találatból";
/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */
"SOUNDS_NONE" = "Nincs";
/* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_DAYS" = "%@ nap";
/* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_DAYS_SHORT_FORMAT" = "%@d";
/* {{number of hours}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 hours}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_HOURS" = "%@ óra";
/* Label text below navbar button, embeds {{number of hours}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5h' not '5 h'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_HOURS_SHORT_FORMAT" = "%@h";
/* {{number of minutes}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 minutes}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_MINUTES" = "%@ perc";
/* Label text below navbar button, embeds {{number of minutes}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5m' not '5 m'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_MINUTES_SHORT_FORMAT" = "%@ m";
/* {{number of seconds}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 seconds}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SECONDS" = "%@ másodperc";
/* Label text below navbar button, embeds {{number of seconds}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5s' not '5 s'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SECONDS_SHORT_FORMAT" = "%@s";
/* {{1 day}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 day}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_DAY" = "%@ nap";
/* {{1 hour}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 hour}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_HOUR" = "%@ óra";
/* {{1 minute}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 minute}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_MINUTE" = "%@ perc";
/* {{1 week}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 week}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_WEEK" = "%@ hét";
/* {{number of weeks}}, embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 weeks}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_WEEKS" = "%@ hetek";
/* Label text below navbar button, embeds {{number of weeks}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5w' not '5 w'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_WEEKS_SHORT_FORMAT" = "%@hét";
/* Label for the cancel button in an alert or action sheet. */
"TXT_CANCEL_TITLE" = "Mégse";
/* No comment provided by engineer. */
"TXT_DELETE_TITLE" = "Törlés";
/* Filename for voice messages. */
"VOICE_MESSAGE_FILE_NAME" = "Hangüzenet";
/* Message for the alert indicating the 'voice message' needs to be held to be held down to record. */
"VOICE_MESSAGE_TOO_SHORT_ALERT_MESSAGE" = "Hangüzenet küldéséhez érintsd meg és tartsd nyomva.";
/* Title for the alert indicating the 'voice message' needs to be held to be held down to record. */
"view_fake_chat_bubble_5" = "A barátok nem engedik, hogy a barátok kompromittált hírnököket használjanak. Szívesen.";
"vc_register_title" = "Ismerd meg a Session ID-d";
"vc_register_explanation" = "Az üles azonosító az az egyedi cím, amelyet az emberek használhatnak, hogy kapcsolatba lépjenek Önnel az Ülés során. Mivel nincs kapcsolat a valódi személyazonosságával, az Ülés azonosító teljesen névtelen, és privát.";
"vc_restore_title" = "Fiók visszaállítása";
"vc_restore_explanation" = "Írja be azt a helyreállítási kifejezést, amelyet a fiók visszaállításához regisztrálásakor kapott.";
"vc_restore_seed_text_field_hint" = "Írd be a helyreállítási szavakat";
"vc_link_device_title" = "Eszköz társítása";
"vc_link_device_scan_qr_code_tab_title" = "QR kód beolvasása";
"vc_display_name_title_2" = "Válassza ki a megjelenítendő nevet";
"vc_display_name_explanation" = "Ez lesz az ön neve, amikor használja a Session alkalmazást. Ez lehet a valódi neve, álneve, vagy bármi más, ami önnek tetszik.";
"vc_display_name_text_field_hint" = "Írja be a megjelenítendő nevet";
"vc_seed_title_2" = "Írja be a helyreállítási kifejezést";
"vc_seed_explanation" = "A helyreállítási kifejezés a Session azonosító főkulcsa - használhatja a Session azonosító visszaállítására, ha elveszíti a hozzáférését eszközéhez. Tárolja helyreállítási mondatát biztonságos helyen, és ne adja át senkinek.";
"vc_seed_reveal_button_title" = "Tartsa lenyomva a felfedéshez";
"view_seed_reminder_subtitle_1" = "Biztosítsa fiókját a helyreállítási szavak elmentésével";
"view_seed_reminder_subtitle_2" = "Érintse meg és tartsa lenyomva a szerkesztett szavakat, hogy felfedje a helyreállítási kifejezést, majd tárolja biztonságosan Session-azonosítója biztonsága érdekében.";
"view_seed_reminder_subtitle_3" = "Ügyeljen arra, hogy a helyreállítási szöveget biztonságos helyen tárolja";
"vc_path_title" = "Elérési útvonal";
"vc_path_explanation" = "A Session elrejti IP címét azzal, hogy az üzeneteket a Session decentralizált hálózatának több szolgáltatási csomópontján vezeti keresztül. Ezek azok az országok, ahol a kapcsolat jelenleg átmegy:";
"modal_link_previews_title" = "Engedélyezi a linkelőnézeteket?";
"modal_link_previews_explanation" = "A linkelőnézetek engedélyezése megjeleníti az Ön által küldött és kapott linkek előnézetét. Ez hasznos lehet, de a Session így kapcsolatba fog lépni a linkelt webhelyekkel az előnézetek létrehozásához. A link előnézetét bármikor letilthatja a Session beállításaiban.";
"vc_share_link_previews_disabled_explanation" = "A linkelőnézetek engedélyezése megjeleníti az Ön által küldött és kapott linkek előnézetét. Ez hasznos lehet, de a Session így kapcsolatba fog lépni a linkelt webhelyekkel az előnézetek létrehozásához. A link előnézetét bármikor letilthatja a Session beállításaiban.";
"view_open_group_invitation_description" = "Nyilvános csoport meghívó";
"modal_call_missed_tips_explanation" = "Nem fogadott hívás '%@' -től, mert előbb engedélyezned kell a 'Hang és videó hívásokat' a Biztonsági beállításokban.";
"media_saved" = "%@ lementett egy médiaelemet.";
"screenshot_taken" = "%@ készített egy képernyőképet.";
"SEARCH_SECTION_CONTACTS" = "Névjegyek és csoportok";
"SEARCH_SECTION_MESSAGES" = "Üzenetek";
"MESSAGE_REQUESTS_TITLE" = "Üzenet kérések";
"MESSAGE_REQUESTS_EMPTY_TEXT" = "Nincsenek függőben lévő üzenetkérelmek";
"DATABASE_MIGRATION_FAILED" = "Hiba történt az adatbázis optimalizálása közben\n\nExportálhatod az alkalmazás naplóüzeneteit, hogy megoszthasd hibafelderítésre vagy visszaállíthatod a készüléked\n\nFigyelem: Az eszköz visszaállítása minden 2 hétnél régebbi adat elvesztését eredményezi!";
"RECOVERY_PHASE_ERROR_GENERIC" = "Hiba történt. Ellenőrizd a helyreállítási kifejezésedet és próbáld újra!";
"RECOVERY_PHASE_ERROR_LENGTH" = "Úgy tűnik nem adtál meg elég szót. Ellenőrizd a helyreállítási kifejezésedet és próbáld újra!";
"RECOVERY_PHASE_ERROR_LAST_WORD" = "Úgy tűnik nem adtad meg az utolsó szavát a helyreállítási kifejezésednek. Ellenőrizd amit megadtál és próbáld újra!";
"RECOVERY_PHASE_ERROR_INVALID_WORD" = "Úgy tűnik van egy érvénytelen szó a helyreállítási kifejezésedben. Ellenőrizd amit megadtál és próbáld újra!";
"RECOVERY_PHASE_ERROR_FAILED" = "A helyreállítási kifejezésed nem hitelesíthető. Ellenőrizd amit megadtál és próbáld újra!";
/* Indicates that an unknown error occurred while using Touch ID/Face ID/Phone Passcode. */
"SCREEN_LOCK_ENABLE_UNKNOWN_ERROR" = "A hitelesítés nem elérhető.";
/* Indicates that Touch ID/Face ID/Phone Passcode authentication failed. */
/* Indicates that Touch ID/Face ID/Phone Passcode is 'locked out' on this device due to authentication failures. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_LOCKOUT" = "Túl sok sikertelen próbálkozás. Kérlek, próbáld újra később!";
/* Indicates that Touch ID/Face ID/Phone Passcode are not available on this device. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_NOT_AVAILABLE" = "Be kell állítania jelszót az iOS Beállításokban, hogy használni tudja a Képernyő Zárolása funkciót.";
/* Indicates that Touch ID/Face ID/Phone Passcode is not configured on this device. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_NOT_ENROLLED" = "Be kell állítania jelszót az iOS Beállításokban, hogy használni tudja a Képernyő Zárolása funkciót.";
/* Indicates that Touch ID/Face ID/Phone Passcode passcode is not set. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_PASSCODE_NOT_SET" = "Be kell állítania jelszót az iOS Beállításokban, hogy használni tudja a Képernyő Zárolása funkciót.";
/* Label for the button to send a message */
"SEND_BUTTON_TITLE" = "Küldés";
/* Generic text for button that retries whatever the last action was. */
"PRIVACY_CALLS_DESCRIPTION" = "Hang és videó hívások engedélyezése más felhasználók felé és felől.";
"PRIVACY_CALLS_WARNING_TITLE" = "Hang és videó hívások (Beta)";
"PRIVACY_CALLS_WARNING_DESCRIPTION" = "Az Ön IP címe látható lesz a hívott fél, valamint egy Oxen Alapítvány szerver számára miközben a béta hívásokat használja. Biztos benne hogy engedélyezni akarja a Hang és Videó Hívásokat?";
"NOTIFICATIONS_STRATEGY_FAST_MODE_DESCRIPTION" = "Az Apple értesítési szerverein keresztül megbízhatóan és azonnal értesítést kapsz az új üzenetekről.";
"NOTIFICATIONS_STRATEGY_FAST_MODE_ACTION" = "Menj a rendszer értesítési beállításaihoz!";
"modal_clear_all_data_title" = "Az összes adat törlése";
"modal_clear_all_data_explanation" = "Ezáltal az összes üzenete és kontaktja törölve lesz. Csak erről az eszközről, vagy az internetről is törölni kívánja adatait?";
"modal_clear_all_data_explanation_2" = "Biztosan törölni akarod a fiókod a hálózatról? Ha folytatod nem tudod majd újra visszaállítani az üzeneteket és névjegyeket.";
"modal_clear_all_data_device_only_button_title" = "Törlés csak az eszközről";
"modal_clear_all_data_entire_account_button_title" = "Törlés az eszközről és a hálózatról";
"dialog_clear_all_data_deletion_failed_1" = "Az adatokat a következő szolgáltatási csomópontok nem törölték: %@.";
"dialog_clear_all_data_deletion_failed_2" = "Az adatokat a következő szolgáltatási csomópontok nem törölték: %@.";
"modal_clear_all_data_confirm" = "Törlés";
"modal_seed_title" = "Helyreállítási szavak";
"modal_seed_explanation" = "Helyreállítási kódmondat segítségével visszaállíthatod a fiókod vagy új eszközt kapcsolhatsz hozzá.";
"modal_permission_explanation" = "A Session-nek szüksége van a %@ engedélyre a folytatáshoz. Ezt a hozzáférést engedélyezheti az iOS Beállításokban.";
"DISAPPERING_MESSAGES_GROUP_WARNING" = "Ez a beállítás mindenkire érvényes a beszélgetésben.";
"DISAPPERING_MESSAGES_GROUP_WARNING_ADMIN_ONLY" = "Ez a beállítás mindenkire érvényes a beszélgetésben. Csak adminisztrátorok módosíthatjá ezt a beállítást.";
/* Informational message shown when a conversation participant enables disappearing messages. The first '%@' will be the participants name, the second '%@' will be the duration and the third '%@' will indicate whether the countdown should start after the messages are sent or after they are read. */
"DISAPPERING_MESSAGES_INFO_DISABLE" = "%@ kikapcsolta az eltűnő üzeneteket";
/* context_menu_info */
"context_menu_info" = "Info";
/* An error that is displayed when the application fails for create it's initial connection to the database */
"DATABASE_STARTUP_FAILED" = "An error occurred when opening the database\n\nYou can export your application logs to share for troubleshooting or you can try to restore your device\n\nWarning: Restoring your device will result in loss of any data older than two weeks";
/* A warning displayed to the user when the application takes too long to launch */
"APP_STARTUP_TIMEOUT" = "The app is taking a long time to start\n\nYou can continue to wait for the app to start, export your application logs to share for troubleshooting or you can try to open the app again";
/* The title of a button on a modal shown when the application fails to start, pressing the button closes the application */
"APP_STARTUP_EXIT" = "Exit";
/* An error which occurs if the user tries to restore the database after an initial failure and it fails to restore */
"DATABASE_RESTORE_FAILED" = "An error occurred when opening the restored database\n\nYou can export your application logs to share for troubleshooting but to continue to use Session you may need to reinstall";
/* Text displayed in place of a quoted message when the original message is not on the device */
"QUOTED_MESSAGE_NOT_FOUND" = "Original message not found.";
"PRIVACY_SCREEN_MESSAGE_REQUESTS_COMMUNITY_DESCRIPTION" = "Allow message requests from Community conversations.";
/* Information displayed above the input when sending a message to a new user for the first time explaining limitations around the types of messages which can be sent before being approved */
"MESSAGE_REQUEST_PENDING_APPROVAL_INFO" = "You will be able to send voice messages and attachments once the recipient has approved this message request";
/* State of a message while it's still in the process of being sent */
"MESSAGE_DELIVERY_STATUS_SENDING" = "Sending";
/* State of a message once it has been sent */
"MESSAGE_DELIVERY_STATUS_SENT" = "Sent";
/* State of a message after the recipient has read the message */
"MESSAGE_DELIVERY_STATUS_READ" = "Read";
/* State of a message if it failed to be sent */
"MESSAGE_DELIVERY_STATUS_FAILED" = "Failed to send";
/* Title of the message information screen describing the date/time a message was sent */
"MESSAGE_INFO_SENT" = "Sent";
/* Title of the message information screen describing the date/time a message was received on a specific device */
"MESSAGE_INFO_RECEIVED" = "Received";
/* Title of the message information screen describing the sender of the message */
"MESSAGE_INFO_FROM" = "From";
/* Title of the message information screen describing the identifier of the attachment */
"ATTACHMENT_INFO_FILE_ID" = "File ID";
/* Title of the message information screen describing the file type of the attachment */
"ATTACHMENT_INFO_FILE_TYPE" = "File Type";
/* Title of the message information screen describing the size of the attachment */
"ATTACHMENT_INFO_FILE_SIZE" = "File Size";
/* Title on the message information screen describing the resolution of a media attachment */
"ATTACHMENT_INFO_RESOLUTION" = "Resolution";
/* Title on the message information screen describing the duration of a media attachment */
"ATTACHMENT_INFO_DURATION" = "Duration";
/* State of a message after it failed to sync to the current users other devices */
"MESSAGE_DELIVERY_STATUS_FAILED_SYNC" = "Failed to sync";
/* State of a message while it's in the process of being synced to the users other devices */
"MESSAGE_DELIVERY_STATUS_SYNCING" = "Syncing";
/* Title of the modal that appears after a user taps on the state of a message which failed to send */
"MESSAGE_DELIVERY_FAILED_TITLE" = "Failed to send message";
/* Title of the modal that appears after a user taps on the state of a message which failed to sync to the users other devices */
"MESSAGE_DELIVERY_FAILED_SYNC_TITLE" = "Failed to sync message to your other devices";
/* Action for the modal shown when asking the user whether they want to delete from all of their devices */
"delete_message_for_me_and_my_devices" = "Delete from all of my devices";
/* Action in the long-press menu to trigger a message to be sent again after it has failed */
"context_menu_resend" = "Resend";
/* Action in the long-press menu to trigger a message to be synced again after it has failed */
"context_menu_resync" = "Resync";
/* Title of a modal show the first time a user tries to search for GIFs */
"GIPHY_PERMISSION_TITLE" = "Search GIFs?";
/* Message of a modal show the first time a user tries to search for GIFs */
"GIPHY_PERMISSION_MESSAGE" = "Session will connect to Giphy to provide search results. You will not have full metadata protection when sending GIFs.";
/* Action in the long-press menu to view more information about a specific message */
"message_info_title" = "Message Info";
/* Action to mute a conversation in the swipe menu */
"mute_button_text" = "Mute";
/* Action in the swipe menu to unmute a conversation */
"unmute_button_text" = "Unmute";
/* Action in the swipe menu to mark a conversation as read */
"MARK_AS_READ" = "Mark read";
/* Action in the swipe menu to mark a conversation as unread */
"MARK_AS_UNREAD" = "Mark unread";
/* Title of the confirmation modal show when attempting to leave a group conversation */
/* Message for the error when the user fails to update their profile display picture */
"update_profile_modal_error_message" = "Please check your internet connection and try again";
/* Placeholder when entering a nickname for a contact */
"CONTACT_NICKNAME_PLACEHOLDER" = "Enter a name";
/* The separator within a conversation indicating that following messages are unread */
"UNREAD_MESSAGES" = "Unread Messages";
/* Empty state for a conversation */
"CONVERSATION_EMPTY_STATE" = "You have no messages from %@. Send a message to start the conversation!";
/* Empty state for a read-only conversation */
"CONVERSATION_EMPTY_STATE_READ_ONLY" = "There are no messages in %@.";
/* Empty state for the 'Note to Self' conversation */
"CONVERSATION_EMPTY_STATE_NOTE_TO_SELF" = "You have no messages in %@.";
/* Message to indicate a user has Community Message Requests disabled */
"COMMUNITY_MESSAGE_REQUEST_DISABLED_EMPTY_STATE" = "%@ has message requests from Community conversations turned off, so you cannot send them a message.";
/* Warning to indicate one of the users devices is running an old version of Session */
"USER_CONFIG_OUTDATED_WARNING" = "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.";
/* Ann error displayed if the device is unable to retrieve the users recovery password */
"LOAD_RECOVERY_PASSWORD_ERROR" = "An error occurred when trying to load your recovery password.\n\nPlease export your logs, then upload the file though Session's Help Desk to help resolve this issue.";
/* An error displayed when trying to send a message if the device is unable to save it to the database */
"FAILED_TO_STORE_OUTGOING_MESSAGE" = "An error occurred when trying to store the outgoing message for sending, you may need to restart the app before you can send messages.";
/* An error indicating that the device was unable to access the database for some reason */
"database_inaccessible_error" = "There is an issue opening the database. Please restart the app and try again.";
/* The description for the legacy type of disappearing messages on the disappearing messages configuration screen */
"DISAPPEARING_MESSAGES_TYPE_LEGACY_DESCRIPTION" = "Original version of disappearing messages.";
/* A warning shown at the top of a conversation to indicate a participant is using an old version of Session which may not support the updated disappearing messages functionality */
"DISAPPEARING_MESSAGES_OUTDATED_CLIENT_BANNER" = "%@ is using an outdated client. Disappearing messages may not work as expected.";
/* An error which can occur when a user tries to update from a version that Session no longer supports updating from */
"DATABASE_UNSUPPORTED_MIGRATION" = "You are trying to updated from a version which no longer supports upgrading\n\nIn order to continue to use session you need to restore your device\n\nWarning: Restoring your device will result in loss of any data older than two weeks";
/* An informational message displayed when multiple members joined the group, the first '%@' will be the first members name and the second '%@' will be the number of additional members added. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_ADDED" = "%@ and %@ others were invited to join the group.";
/* An informational message displayed when a single member was removed from the group, the '%@' will be the members. */
"GROUP_MESSAGE_INFO_MEMBER_REMOVED" = "%@ was removed from the group.";
/* An informational message displayed when two members were removed from the group, the '%@' will be the members names. */
"GROUP_MESSAGE_INFO_TWO_MEMBERS_REMOVED" = "%@ and %@ were removed from the group.";
/* An informational message displayed when multiple members were removed from the group, the first '%@' will be the first members name and the second '%@' will be the number of additional members removed. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_REMOVED" = "%@ and %@ others were removed from the group.";
/* An informational message displayed when a member leaves the group. */
"GROUP_MESSAGE_INFO_MEMBER_LEFT" = "%@ left the group.";
/* An informational message displayed when a member of the group was promoted to admin, the '%@' will be the members name. */
"GROUP_MESSAGE_INFO_MEMBER_PROMOTED" = "%@ was promoted to Admin.";
/* An informational message displayed when two members of the group were promoted to admin, the '%@' will be the members names. */
"GROUP_MESSAGE_INFO_TWO_MEMBERS_PROMOTED" = "%@ and %@ were promoted to Admin.";
/* An informational message displayed when multiple members of the group were promoted to admin, the first '%@' will be the first members name and the second '%@' will be the number of additional members promoted. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_PROMOTED" = "%@ and %@ others were promoted to Admin.";
/* An informational message displayed the current user was removed from a group, the '%@' will be the name of the group. */
"GROUP_MESSAGE_INFO_REMOVED" = "You were removed from %@.";
/* Description of a warning prompt when deleting an invitation to join a group conversation. */
"MESSAGE_REQUESTS_GROUP_DELETE_CONFIRMATION_ACTON" = "Are you sure you want to delete this group invite?";
/* Description of a confirmation prompt when blocking an invitation to join a group conversation. The '%@' will be replaced with the name of the user that sent the invitation. */
"MESSAGE_REQUESTS_GROUP_BLOCK_CONFIRMATION_ACTON" = "Are you sure you want to block %@? Blocked users cannot send you message requests, group invites or call you.";
/* An informational message displayed when the user has been invited to join a group, the first '%@' will be the name of the user that sent the invitation and the second '%@' will be the name of the group. */
"GROUP_MESSAGE_INFO_INVITED" = "%@ invited you to join %@.";
/* Message within a conversation indicating the device was unable to delete a group conversation */
"group_unable_to_delete" = "Unable to delete the Group, please try again.";
/* Information displayed above the input when opening an invitation to join a group. */
"GROUP_MESSAGE_REQUEST_INFO" = "Sending a message to this group will automatically accept the group invite.";
/* An error indicating we were unable to retrieve the required data for some reason. */
"ERROR_UNABLE_TO_FIND_DATA" = "There is an issue retrieving the required data. Please try again later.";
/* A title for the list of group members. */
"GROUP_MEMBERS" = "Group Members";
/* The status for a group member while their invite is being sent. */
"GROUP_MEMBER_STATUS_SENDING" = "Sending invite";
/* The status for a group member while their invite is pending. */
"GROUP_MEMBER_STATUS_SENT" = "Invite sent";
/* The status for a group member if their invitation failed to send. */
"GROUP_MEMBER_STATUS_FAILED" = "Invite failed";
/* The status for a group admin while their invite is being sent. */
/* A toast which indicates that a single invitation to join a group failed to send, the first '%@' will be the name of the member that couldn't be invited and the second '%@' will be the name of the group. */
"GROUP_ACTION_INVITE_FAILED_ONE" = "Failed to invite %@ to %@";
/* A toast which indicates that two invitation to join a group failed to send, the first '%@' will be the name of the first member that couldn't be invited, the second '%@' will be the name of the second member that couldn't be invited, and the third '%@' will be the name of the group. */
"GROUP_ACTION_INVITE_FAILED_TWO" = "Failed to invite %@ and %@ to %@";
/* A toast which indicates multiple invitations to join a group failed to send, the first '%@' will be the name of the first member that couldn't be invited, the second '%@' will be the number of other members that couldn't be invited, and the third '%@' will be the name of the group. */
"GROUP_ACTION_INVITE_FAILED_MULTIPLE" = "Failed to invite %@ and %@ others to %@";
/* A title for the screen to select which group members should receive promotions to admin. */
"GROUP_ACTION_PROMOTE_ADMINS" = "Promote Admins";
/* A title for the button to send promotions to members of a group. */
"GROUP_ACTION_PROMOTE" = "Promote";
/* Text which appears when all of the members of a group are already admins. */
"GROUP_ACTION_PROMOTE_EMPTY_STATE" = "There are no more members in this group.";
/* A toast which indicates that a single promotion to admin within a group is being sent. */
/* A toast which indicates that a single promotion to admin within a group failed to send, the first '%@' will be the name of the member that couldn't be promoted and the second '%@' will be the name of the group. */
"GROUP_ACTION_PROMOTE_FAILED_ONE" = "Failed to promote %@ in %@";
/* A toast which indicates that two promotions to admin within a group failed to send, the first '%@' will be the name of the first member that couldn't be promoted, the second '%@' will be the name of the second member that couldn't be promoted, and the third '%@' will be the name of the group. */
"GROUP_ACTION_PROMOTE_FAILED_TWO" = "Failed to promote %@ and %@ in %@";
/* A toast which indicates multiple promotions to admin within a group failed to send, the first '%@' will be the name of the first member that couldn't be promoted, the second '%@' will be the number of other members that couldn't be promoted, and the third '%@' will be the name of the group. */
"GROUP_ACTION_PROMOTE_FAILED_MULTIPLE" = "Failed to promote %@ and %@ others in %@";
/* A warning shown at the top of a conversation to indicate that the conversation is a legacy group conversation which will stop functioning correctly on a certain date, the '%@' will be replaced with the date it will stop working. */
"LEGACY_GROUPS_DEPRECATED_BANNER" = "Groups have been upgraded, create a new group to upgrade. Old group functionality will be degraded from %@.";
/* Title for the prompt which appears when editing the group name and description. */
"EDIT_GROUP_INFO_TITLE" = "Update Group Information";
/* Message for the prompt which appears when editing the group name and description. */
"EDIT_GROUP_INFO_MESSAGE" = "Group name and description is visible to all group members.";
/* Title for the prompt which appears when editing a legacy group name. */
"EDIT_LEGACY_GROUP_INFO_TITLE" = "Update Group Name";
/* Message for the prompt which appears when editing a legacy group name. */
"EDIT_LEGACY_GROUP_INFO_MESSAGE" = "Group name is visible to all group members.";
/* An informational message displayed when the user has been invited to join a group, the '%@' will be the name of the group. */
"GROUP_MESSAGE_INFO_INVITED_FALLBACK" = "You were invited to join %@.";
/* An informational message displayed when the current user joined the group, the '%@' will be replaced with 'You'. */
"GROUP_MESSAGE_INFO_MEMBER_ADDED_YOU" = "%@ were invited to join the group.";
/* An informational message displayed when a single member joined the group with access to chat history, the '%@' will be the members name. */
"GROUP_MESSAGE_INFO_MEMBER_ADDED_WITH_HISTORY" = "%@ was invited to join the group. Chat history was shared.";
/* An informational message displayed when the current user joined the group, the '%@' will be replaced with 'You'. */
"GROUP_MESSAGE_INFO_MEMBER_ADDED_YOU_WITH_HISTORY" = "%@ were invited to join the group. Chat history was shared.";
/* An informational message displayed when two members joined the group with access to chat history, the '%@' will be the names of both members. */
"GROUP_MESSAGE_INFO_TWO_MEMBERS_ADDED_WITH_HISTORY" = "%@ and %@ were invited to join the group. Chat history was shared.";
/* An informational message displayed when the current user and one other user joined the group, the first '%@' will be 'You' and the second will be the name of the other member. */
"GROUP_MESSAGE_INFO_TWO_MEMBERS_ADDED_YOU" = "%@ and %@ were invited to join the group.";
/* An informational message displayed when the current user and one other user joined the group with access to chat history, the first '%@' will be 'You' and the second will be the name of the other member. */
"GROUP_MESSAGE_INFO_TWO_MEMBERS_ADDED_YOU_WITH_HISTORY" = "%@ and %@ were invited to join the group. Chat history was shared.";
/* An informational message displayed when multiple members joined the group with access to chat history, the first '%@' will be the first members name and the second '%@' will be the number of additional members added. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_ADDED_WITH_HISTORY" = "%@ and %@ were invited to join the group. Chat history was shared.";
/* An informational message displayed when the current user and multiple other users joined the group, the first '%@' will be the first members name and the second '%@' will be the number of additional members added. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_ADDED_YOU" = "%@ and %@ others were invited to join the group.";
/* An informational message displayed when the current user and multiple other users joined the group with access to chat history, the first '%@' will be the first members name and the second '%@' will be the number of additional members added. */
"GROUP_MESSAGE_INFO_MULTIPLE_MEMBERS_ADDED_YOU_WITH_HISTORY" = "%@ and %@ others were invited to join the group. Chat history was shared.";
/* Message for the error modal shown when a voice message fails to start recording. */
"VOICE_MESSAGE_FAILED_TO_START_MESSAGE" = "An error occurred when trying to start recording for the voice message.";
/* Shortcut to copy the disappearing messages setting from another conversation participant. */
"FOLLOW_SETTING_TITLE" = "Follow Setting";
/* Explanation when following the disappearing messages setting from another conversation participant will turn disappearing messages on. The first '%@' will be the duration messages will remain and the second '%@' will be whether the countdown starts after the messages are sent or after they are read. */
"FOLLOW_SETTING_EXPLAINATION_TURNING_ON" = "Set your messages to disappear %@ after they have been %@?";
/* Explanation when following the disappearing messages setting from another conversation participant will turn disappearing messages off. */
"FOLLOW_SETTING_EXPLAINATION_TURNING_OFF" = "Messages you send will no longer disappear. Are you sure you want to turn off disappearing messages?";