Add missing contexts for the rest of the settings header and page titles
This commit is contained in:
@@ -17,7 +17,7 @@ import org.kde.neochat
|
||||
FormCard.FormCardPage {
|
||||
id: root
|
||||
|
||||
title: i18n("Edit Account")
|
||||
title: i18nc("@title:window", "Edit Account")
|
||||
property NeoChatConnection connection
|
||||
|
||||
KirigamiComponents.AvatarButton {
|
||||
@@ -99,7 +99,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("User Information")
|
||||
title: i18nc("@title:group", "User Information")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.FormTextFieldDelegate {
|
||||
@@ -151,7 +151,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Password")
|
||||
title: i18nc("@title:group", "Password")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.FormTextDelegate {
|
||||
@@ -204,18 +204,18 @@ FormCard.FormCardPage {
|
||||
}
|
||||
ThreePIdCard {
|
||||
connection: root.connection
|
||||
title: i18n("Email Addresses")
|
||||
title: i18nc("@title:group", "Email Addresses")
|
||||
medium: "email"
|
||||
}
|
||||
ThreePIdCard {
|
||||
visible: NeoChatConfig.phone3PId
|
||||
connection: root.connection
|
||||
title: i18n("Phone Numbers")
|
||||
title: i18nc("@title:group", "Phone Numbers")
|
||||
medium: "msisdn"
|
||||
}
|
||||
FormCard.FormHeader {
|
||||
Layout.fillWidth: true
|
||||
title: i18n("Identity Server")
|
||||
title: i18nc("@title:group", "Identity Server")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
IdentityServerDelegate {
|
||||
@@ -224,7 +224,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
FormCard.FormHeader {
|
||||
Layout.fillWidth: true
|
||||
title: i18n("Server Information")
|
||||
title: i18nc("@title:group", "Server Information")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.FormTextDelegate {
|
||||
@@ -249,7 +249,7 @@ FormCard.FormCardPage {
|
||||
}*/
|
||||
}
|
||||
FormCard.FormHeader {
|
||||
title: i18nc("@title", "Account Management")
|
||||
title: i18nc("@title:group", "Account Management")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.FormButtonDelegate {
|
||||
|
||||
@@ -17,7 +17,7 @@ FormCard.FormCardPage {
|
||||
|
||||
property NeoChatConnection initialAccount
|
||||
|
||||
title: i18n("Accounts")
|
||||
title: i18nc("@title:window", "Accounts")
|
||||
|
||||
Component.onCompleted: if (initialAccount) {
|
||||
intialAccountTimer.restart()
|
||||
@@ -35,7 +35,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Accounts")
|
||||
title: i18nc("@title:group", "Accounts")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.kde.neochat
|
||||
FormCard.FormCardPage {
|
||||
id: root
|
||||
|
||||
title: i18n("Devices")
|
||||
title: i18nc("@title:window", "Devices")
|
||||
|
||||
background: Kirigami.PlaceholderMessage {
|
||||
text: i18n("Loading…")
|
||||
@@ -30,22 +30,22 @@ FormCard.FormCardPage {
|
||||
|
||||
DevicesCard {
|
||||
id: thisDeviceCard
|
||||
title: i18n("This Device")
|
||||
title: i18nc("@info:group", "This Device")
|
||||
type: DevicesModel.This
|
||||
showVerifyButton: false
|
||||
}
|
||||
DevicesCard {
|
||||
title: i18n("Verified Devices")
|
||||
title: i18nc("@info:group", "Verified Devices")
|
||||
type: DevicesModel.Verified
|
||||
showVerifyButton: true
|
||||
}
|
||||
DevicesCard {
|
||||
title: i18n("Unverified Devices")
|
||||
title: i18nc("@info:group", "Unverified Devices")
|
||||
type: DevicesModel.Unverified
|
||||
showVerifyButton: true
|
||||
}
|
||||
DevicesCard {
|
||||
title: i18n("Devices without Encryption Support")
|
||||
title: i18nc("@info:group", "Devices without Encryption Support")
|
||||
type: DevicesModel.Unencrypted
|
||||
showVerifyButton: false
|
||||
}
|
||||
|
||||
@@ -24,10 +24,10 @@ FormCard.FormCardPage {
|
||||
property bool newEmoticon: false
|
||||
required property var emoticonType
|
||||
|
||||
title: emoticonType === EmoticonFormCard.Stickers ? (newEmoticon ? i18nc("@title", "Add Sticker") : i18nc("@title", "Edit Sticker")) : (newEmoticon ? i18nc("@title", "Add Emoji") : i18nc("@title", "Edit Emoji"))
|
||||
title: emoticonType === EmoticonFormCard.Stickers ? (newEmoticon ? i18nc("@title:window", "Add Sticker") : i18nc("@title:window", "Edit Sticker")) : (newEmoticon ? i18nc("@title:window", "Add Emoji") : i18nc("@title:window", "Edit Emoji"))
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: emoticonType === EmoticonFormCard.Stickers ? i18n("Sticker") : i18n("Emoji")
|
||||
title: emoticonType === EmoticonFormCard.Stickers ? i18nc("@info:group", "Sticker") : i18nc("@info:group", "Emoji")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.AbstractFormDelegate {
|
||||
|
||||
@@ -13,10 +13,10 @@ FormCard.FormCardPage {
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
title: i18nc("@title", "Stickers & Emojis")
|
||||
title: i18nc("@title:window", "Stickers & Emojis")
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Emojis")
|
||||
title: i18nc("@title:group", "Emojis")
|
||||
}
|
||||
EmoticonFormCard {
|
||||
emoticonType: EmoticonFormCard.Emojis
|
||||
@@ -24,7 +24,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Stickers")
|
||||
title: i18nc("@title:group", "Stickers")
|
||||
}
|
||||
EmoticonFormCard {
|
||||
emoticonType: EmoticonFormCard.Stickers
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.kde.neochat
|
||||
FormCard.FormCardPage {
|
||||
id: root
|
||||
|
||||
title: i18nc("@title", "Export Keys")
|
||||
title: i18nc("@title:window", "Export Keys")
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Room Notifications")
|
||||
title: i18nc("@title:group", "Room Notifications")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
@@ -53,7 +53,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("@Mentions")
|
||||
title: i18nc("@title:group", "@Mentions")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
@@ -70,7 +70,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Keywords")
|
||||
title: i18nc("@title:group", "Keywords")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
@@ -134,7 +134,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Invites")
|
||||
title: i18nc("@title:group", "Invites")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
@@ -151,7 +151,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Unknown")
|
||||
title: i18nc("@title:group", "Unknown")
|
||||
visible: unknownModel.rowCount() > 0
|
||||
}
|
||||
FormCard.FormCard {
|
||||
|
||||
@@ -15,7 +15,7 @@ FormCard.FormCardPage {
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
title: i18nc("@title", "Ignored Users")
|
||||
title: i18nc("@title:window", "Ignored Users")
|
||||
|
||||
width: Kirigami.Units.gridUnit * 16
|
||||
height: Kirigami.Units.gridUnit * 32
|
||||
|
||||
@@ -18,7 +18,7 @@ FormCard.FormCardPage {
|
||||
|
||||
signal success
|
||||
|
||||
title: i18nc("@title", "Import Keys")
|
||||
title: i18nc("@title:window", "Import Keys")
|
||||
|
||||
header: Kirigami.InlineMessage {
|
||||
id: banner
|
||||
|
||||
@@ -15,7 +15,7 @@ FormCard.FormCardPage {
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
title: i18nc("@title", "Security & Safety")
|
||||
title: i18nc("@title:window", "Security & Safety")
|
||||
|
||||
header: Kirigami.InlineMessage {
|
||||
id: banner
|
||||
@@ -67,7 +67,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
}
|
||||
FormCard.FormHeader {
|
||||
title: i18nc("@title", "Encryption")
|
||||
title: i18nc("@title:group", "Encryption")
|
||||
visible: Controller.csSupported
|
||||
}
|
||||
FormCard.FormCard {
|
||||
|
||||
@@ -23,7 +23,7 @@ FormCard.FormCardPage {
|
||||
title: i18nc('@title:window', 'Notifications')
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Room notifications setting")
|
||||
title: i18nc("@title:group", "Room notifications setting")
|
||||
}
|
||||
|
||||
FormCard.FormCard {
|
||||
@@ -62,7 +62,7 @@ FormCard.FormCardPage {
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("Keywords")
|
||||
title: i18nc("@title:group", "Keywords")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
Repeater {
|
||||
|
||||
Reference in New Issue
Block a user