Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-b+hu+HU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<string name="anonymous">Névtelen</string>
<string name="appIcon">Alkalmazásikon</string>
<string name="appIconAndNameChange">Az alkalmazás ikonjának és nevének módosítása</string>
<string name="appIconAndNameChangeConfirmation">Az alkalmazás ikonjának és nevének módosításához be kell zárni a Session alkalmazást. Az értesítések továbbra is az alapértelmezett Session ikont és nevet fogják használni.</string>
<string name="appIconAndNameChangeConfirmation">Az alkalmazás ikonjának és nevének módosításához be kell zárni a {app_name} alkalmazást. Az értesítések továbbra is az alapértelmezett {app_name} ikont és nevet fogják használni.</string>
<string name="appIconAndNameDescription">Az alternatív alkalmazásikon és név megjelenik a kezdőképernyőn és az alkalmazásfiókban.</string>
<string name="appIconAndNameSelectionDescription">A kiválasztott alkalmazás ikonja és neve megjelenik a kezdőképernyőn és az alkalmazásfiókban.</string>
<string name="appIconAndNameSelectionTitle">Ikon és név</string>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
<item quantity="other">Invite Members</item>
</plurals>
<string name="inviteNewMemberGroupLink">Invite a new member to the group by entering your friend\'s Account ID, ONS or scanning their QR code {icon}</string>
<string name="inviteNewMemberGroupNoLink">Invite a new member to the group by entering your friend\'s Account ID, ONS or scanning their QR code</string>
<string name="join">Join</string>
<string name="later">Later</string>
<string name="launchOnStartDescriptionDesktop">Launch {app_name} automatically when your computer starts up.</string>
Expand Down Expand Up @@ -1214,7 +1215,7 @@
</plurals>
<plurals name="removeMemberMessages">
<item quantity="one">Remove member and their messages</item>
<item quantity="other">Remove member and their messages</item>
<item quantity="other">Remove members and their messages</item>
</plurals>
<string name="removePasswordFail">Failed to remove password</string>
<string name="removePasswordModalDescription">Remove your current password for {app_name}. Locally stored data will be re-encrypted with a randomly generated key, stored on your device.</string>
Expand Down