diff options
Diffstat (limited to 'comm/chat/locales/en-US/matrix.properties')
-rw-r--r-- | comm/chat/locales/en-US/matrix.properties | 255 |
1 files changed, 255 insertions, 0 deletions
diff --git a/comm/chat/locales/en-US/matrix.properties b/comm/chat/locales/en-US/matrix.properties new file mode 100644 index 0000000000..ba0d85dc8b --- /dev/null +++ b/comm/chat/locales/en-US/matrix.properties @@ -0,0 +1,255 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (matrix.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Matrix account. +matrix.usernameHint=Matrix ID + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.saveToken=Store access token +options.deviceDisplayName=Device display name +options.homeserver=Server +options.backupPassphrase=Key Backup Passphrase + +# LOCALIZATION NOTE (options.encryption.*): +# These are strings used to build the status information of the encryption +# storage, shown in the account manager. %S is one of the statuses and the +# strings are combined with a pipe (|) between. +options.encryption.enabled=Cryptographic Functions: %S +options.encryption.secretStorage=Secret Storage: %S +options.encryption.keyBackup=Encryption Key Backup: %S +options.encryption.crossSigning=Cross Signing: %S +options.encryption.statusOk=ok +options.encryption.statusNotOk=not ready +options.encryption.needBackupPassphrase=Please enter your backup key passphrase in the protocol options. +options.encryption.setUpSecretStorage=To set up secret storage, please use another client and afterwards enter the generated backup key passphrase in the "General" tab. +options.encryption.setUpBackupAndCrossSigning=To activate encryption key backups and cross signing, enter your backup key passphrase in the "General" tab or verify the identity of one of the sessions below. +# %1$S is the session ID, %2$S is the session display name +options.encryption.session=%1$S (%2$S) + +# LOCALIZATION NOTE (connection.*): +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.requestAuth=Waiting for your authorization +connection.requestAccess=Finalizing authentication + +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.noSupportedFlow=Server offers no compatible login flow. +connection.error.authCancelled=You cancelled the authorization process. +connection.error.sessionEnded=Session was logged out. +connection.error.serverNotFound=Could not identify the Matrix server for the given Matrix account. + +# LOCALIZATION NOTE (chatRoomField.*): +# These are the name of fields displayed in the 'Join Chat' dialog +# for Matrix accounts. +# The _ character won't be displayed; it indicates the next +# character of the string should be used as the access key for this +# field. +chatRoomField.room=_Room + +# LOCALIZATION NOTE (tooltip.*): +# These are the descriptions given in a tooltip with information received +# from the "User" object. +# The human readable name of the user. +tooltip.displayName=Display name +# %S is the timespan elapsed since the last activity. +tooltip.timespan=%S ago +tooltip.lastActive=Last activity + +# LOCALIZATION NOTE (powerLevel.*): +# These are the string representations of different standard power levels and strings. +# %S are one of the power levels, Default/Moderator/Admin/Restricted/Custom. +powerLevel.default=Default +powerLevel.moderator=Moderator +powerLevel.admin=Admin +powerLevel.restricted=Restricted +powerLevel.custom=Custom +# %1$S is the power level name +# %2$S is the power level number +powerLevel.detailed=%1$S (%2$S) +powerLevel.defaultRole=Default role: %S +powerLevel.inviteUser=Invite users: %S +powerLevel.kickUsers=Kick users: %S +powerLevel.ban=Ban users: %S +powerLevel.roomAvatar=Change room avatar: %S +powerLevel.mainAddress=Change main address for the room: %S +powerLevel.history=Change history visibility: %S +powerLevel.roomName=Change room name: %S +powerLevel.changePermissions=Change permissions: %S +powerLevel.server_acl=Send m.room.server_acl events: %S +powerLevel.upgradeRoom=Upgrade the room: %S +powerLevel.remove=Remove messages: %S +powerLevel.events_default=Events default: %S +powerLevel.state_default=Change setting: %S +powerLevel.encryption=Enable Room encryption: %S +powerLevel.topic=Set room topic: %S + +# LOCALIZATION NOTE (detail.*): +# These are the string representations of different matrix properties. +# %S will typically be strings with the actual values. +# Example placeholder: "Foo bar" +detail.name=Name: %S +# Example placeholder: "My first room" +detail.topic=Topic: %S +# Example placeholder: "5" +detail.version=Room Version: %S +# Example placeholder: "#thunderbird:mozilla.org" +detail.roomId=RoomID: %S +# %S are all admin users. Example: "@foo:example.com, @bar:example.com" +detail.admin=Admin: %S +# %S are all moderators. Example: "@lorem:mozilla.org, @ipsum:mozilla.org" +detail.moderator=Moderator: %S +# Example placeholder: "#thunderbird:matrix.org" +detail.alias=Alias: %S +# Example placeholder: "can_join" +detail.guest=Guest Access: %S +# This is a heading, followed by the powerLevel.* strings +detail.power=Power Levels: + +# LOCALIZATION NOTE (command.*): +# These are the help messages for each command, the %S is the command name +# Each command first gives the parameter it accepts and then a description of +# the command. +command.ban=%S <userId> [<reason>]: Ban the user with the userId from the room with optional reason message. Requires permission to ban users. +command.invite=%S <userId>: Invite the user to the room. +command.kick=%S <userId> [<reason>]: Kick the user with the userId from the room with optional reason message. Requires permission to kick users. +command.nick=%S <display_name>: Change your display name. +command.op=%S <userId> [<power level>]: Define the power level of the user. Enter an integer value, User: 0, Moderator: 50 and Admin: 100. Default will be 50 if no argument is provided. Requires permission to change member's power levels. Does not work on admins other than yourself. +command.deop=%S <userId>: Reset the user to power level 0 (User). Requires permission to change member's power levels. Does not work on admins other than yourself. +command.leave=%S: Leave the current room. +command.topic=%S <topic>: Set the topic for the room. Requires permissions to change the room topic. +command.unban=%S <userId>: Unban a user who is banned from the room. Requires permission to ban users. +command.visibility=%S [<visibility>]: Set the visibility of the current room in the current Home Server's room directory. Enter an integer value, Private: 0 and Public: 1. Default will be Private (0) if no argument is provided. Requires permission to change room visibility. +command.guest=%S <guest access> <history visibility>: Set the access and history visibility of the current room for the guest users. Enter two integer values, the first for the guest access (not allowed: 0 and allowed: 1) and the second for the history visibility (not visible: 0 and visible: 1). Requires permission to change history visibility. +command.roomname=%S <name>: Set the name for the room. Requires permission to change the room name. +command.detail=%S: Display the details of the room. +command.addalias=%S <alias>: Create an alias for the room. Expected room alias of the form '#localname:domain'. Requires permission to add aliases. +command.removealias=%S <alias>: Remove the alias for the room. Expected room alias of the form '#localname:domain'. Requires permission to remove aliases. +command.upgraderoom=%S <newVersion>: Upgrade room to given version. Requires permission to upgrade the room. +command.me=%S <action>: Perform an action. +command.msg=%S <userId> <message>: Send a direct message to the given user. +command.join=%S <roomId>: Join the given room. + +# LOCALIZATION NOTE (message.*): +# These are shown as system messages in the conversation. +# %1$S is the name of the user who banned. +# %2$S is the name of the user who got banned. +message.banned=%1$S banned %2$S. +# Same as message.banned but with a reason. +# %3$S is the reason the user was banned. +message.bannedWithReason=%1$S banned %2$S. Reason: %3$S +# %1$S is the name of the user who accepted the invitation. +# %2$S is the name of the user who sent the invitation. +message.acceptedInviteFor=%1$S accepted the invitation for %2$S. +# %S is the name of the user who accepted an invitation. +message.acceptedInvite=$S accepted an invitation. +# %1$S is the name of the user who invited. +# %2$S is the name of the user who got invited. +message.invited=%1$S invited %2$S. +# %1$S is the name of the user who changed their display name. +# %2$S is the old display name. +# %3$S is the new display name. +message.displayName.changed=%1$S changed their display name from %2$S to %3$S. +# %1$S is the name of the user who set their display name. +# %2$S is the newly set display name. +message.displayName.set=%1$S set their display name to %2$S. +# %1$S is the name of the user who removed their display name. +# %2$S is the old display name which has been removed. +message.displayName.remove=%1$S removed their display name %2$S. +# %S is the name of the user who has joined the room. +message.joined=%S has joined the room. +# %S is the name of the user who has rejected the invitation. +message.rejectedInvite=%S has rejected the invitation. +# %S is the name of the user who has left the room. +message.left=%S has left the room. +# %1$S is the name of the user who unbanned. +# %2$S is the name of the user who got unbanned. +message.unbanned=%1$S unbanned %2$S. +# %1$S is the name of the user who kicked. +# %2$S is the name of the user who got kicked. +message.kicked=%1$S kicked %2$S. +# Same as message.kicked but with a third parameter for the reason. +# %3$S is the reason for the kick. +message.kickedWithReason=%1$S kicked %2$S. Reason: %3$S +# %1$S is the name of the user who withdrew invitation. +# %2$S is the name of the user whose invitation has been withdrawn. +message.withdrewInvite=%1$S withdrew %2$S's invitation. +# Same as message.withdrewInvite but with a third parameter for the reason. +# %3$S is the reason the invite was withdrawn. +message.withdrewInviteWithReason=%1$S withdrew %2$S's invitation. Reason: %3$S +# %S is the name of the user who has removed the room name. +message.roomName.remove=%S removed the room name. +# %1$S is the name of the user who changed the room name. +# %2$S is the new room name. +message.roomName.changed=%1$S changed the room name to %2$S. +# %1$S is the name of the user who changed the power level. +# %2$S is a list of "message.powerLevel.fromTo" strings representing power level changes separated by commas +# power level changes, separated by commas if there are multiple changes. +message.powerLevel.changed=%1$S changed the power level of %2$S. +# %1$S is the name of the target user whose power level has been changed. +# %2$S is the old power level. +# %2$S is the new power level. +message.powerLevel.fromTo=%1$S from %2$S to %3$S +# %S is the name of the user who has allowed guests to join the room. +message.guest.allowed=%S has allowed guests to join the room. +# %S is the name of the user who has prevented guests to join the room. +message.guest.prevented=%S has prevented guests from joining the room. +# %S is the name of the user who has made future room history visible to anyone. +message.history.anyone=%S made future room history visible to anyone. +# %S is the name of the user who has made future room history visible to all room members. +message.history.shared=%S made future room history visible to all room members. +# %S is the name of the user who has made future room history visible to all room members, from the point they are invited. +message.history.invited=%S made future room history visible to all room members, from the point they are invited. +# %S is the name of the user who has made future room history visible to all room members, from the point they joined. +message.history.joined=%S made future room history visible to all room members, from the point they joined. +# %1$S is the name of the user who changed the address. +# %2$S is the old address. +# %3$S is the new address. +message.alias.main=%1$S set the main address for this room from %2$S to %3$S. +# %1$S is the name of the user who added the address. +# %2$S is a comma delimited list of added addresses. +message.alias.added=%1$S added %2$S as alternative address for this room. +# %1$S is the name of the user who removed the address. +# %2$S is a comma delimited list of removed addresses. +message.alias.removed=%1$S removed %2$S as alternative address for this room. +# %1$S is the name of the user that edited the alias addresses. +# %2$S is a comma delimited list of removed addresses. +# %3$S is a comma delmited list of added addresses. +message.alias.removedAndAdded=%1$S removed %2$S and added %3$S as address for this room. +message.spaceNotSupported=This room is a space, which is not supported. +message.encryptionStart=Messages in this conversation are now end-to-end encrypted. +# %1$S is the name of the user who sent the verification request. +# %2$S is the name of the user that is receiving the verification request. +message.verification.request2=%1$S wants to verify %2$S. +# %1$S is the name of the user who cancelled the verification request. +# %2$S is the reason given why the verification was cancelled. +message.verification.cancel2=%1$S cancelled the verification with the reason: %2$S +message.verification.done=Verification completed. +message.decryptionError=Could not decrypt the contents of this message. To request encryption keys from your other devices, right click this message. +message.decrypting=Decrypting… +message.redacted=Message was redacted. +# %1$S is the username of the user that reacted. +# %2$S is the username of the user that sent the message the reaction was added to. +# %3$S is the content (typically an emoji) of the reaction. +message.reaction=%1$S reacted to %2$S with %3$S. + +# Label in the message context menu +message.action.requestKey=Re-request Keys +message.action.redact=Redact +message.action.report=Report Message +message.action.retry=Retry Sending +message.action.cancel=Cancel Message + +# LOCALIZATION NOTE (error.*) +# These are strings shown as system messages when an action the user took fails. +error.sendMessageFailed=An error occurred while sending your message "%1$S". |