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