diff options
Diffstat (limited to 'l10n-bg/chat/matrix.properties')
-rw-r--r-- | l10n-bg/chat/matrix.properties | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/l10n-bg/chat/matrix.properties b/l10n-bg/chat/matrix.properties new file mode 100644 index 0000000000..7d521a8575 --- /dev/null +++ b/l10n-bg/chat/matrix.properties @@ -0,0 +1,130 @@ +# 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 (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.connectServer=Сървър +options.connectPort=Порт + + + +# 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=В очакване на упълномощаване +connection.requestAccess=Завършване на удостоверяването + +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.noSupportedFlow=Сървърът не предлага съвместим поток за вход. +connection.error.authCancelled=Отменихте процеса на упълномощаване. +connection.error.sessionEnded=Вие излязохте. + +# 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=_Стая + +# 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=Показвано име +# %S is the timespan elapsed since the last activity. +tooltip.timespan=Преди %S +tooltip.lastActive=Последна активност + +# 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=Стандартно +powerLevel.moderator=Модератор +powerLevel.admin=Администратор +powerLevel.restricted=Ограничено +powerLevel.custom=Потребителско +# %1$S is the power level name +# %2$S is the power level number +powerLevel.kickUsers=Изритване на потребители: %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" +# Example placeholder: "My first room" +# Example placeholder: "5" +# Example placeholder: "#thunderbird:mozilla.org" +# %S are all admin users. Example: "@foo:example.com, @bar:example.com" +# %S are all moderators. Example: "@lorem:mozilla.org, @ipsum:mozilla.org" +# Example placeholder: "#thunderbird:matrix.org" +# Example placeholder: "can_join" +# This is a heading, followed by the powerLevel.* strings + +# 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. + +# LOCALIZATION NOTE (message.*): +# These are shown as system messages in the conversation. +# %S is the reason string for the particular action. +# Used within context of ban, kick and withdrew invite. +# Gets message.reason appended, if a reason was specified. +# %1$S is the name of the user who banned. +# %2$S is the name of the user who got banned. +# %1$S is the name of the user who accepted the invitation. +# %2$S is the name of the user who sent the invitation. +# %S is the name of the user who accepted an invitation. +# %1$S is the name of the user who invited. +# %2$S is the name of the user who got invited. +# %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. +# %1$S is the name of the user who set their display name. +# %2$S is the newly set display name. +# %1$S is the name of the user who removed their display name. +# %2$S is the old display name which has been removed. +# %S is the name of the user who has joined the room. +# %S is the name of the user who has rejected the invitation. +# %S is the name of the user who 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. +# Gets message.reason appended, if a reason was specified. +# %1$S is the name of the user who kicked. +# %2$S is the name of the user who got kicked. +# Gets message.reason appended, if a reason was specified. +# %1$S is the name of the user who withdrew invitation. +# %2$S is the name of the user whose invitation has been withdrawn. +# %S is the name of the user who has removed the room name. +# %1$S is the name of the user who changed the room name. +# %2$S is the new room name. +# %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. +# %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. +# %S is the name of the user who has allowed guests to join the room. +# %S is the name of the user who has prevented guests to join the room. +# %S is the name of the user who has 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. +# %S is the name of the user who has 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. +# %1$S is the name of the user who changed the address. +# %2$S is the old address. +# %3$S is the new address. +# %1$S is the name of the user who added the address. +# %2$S is a comma delimited list of added addresses. +# %1$S is the name of the user who removed the address. +# %2$S is a comma delimited list of removed addresses. +# %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. |