summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--accounts/gmail/package/contents/ui/GmailSettings.qml8
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml8
-rw-r--r--accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml8
-rw-r--r--accounts/maildir/package/contents/ui/MaildirAccountSettings.qml2
-rw-r--r--components/kube/contents/ui/ComposerView.qml2
5 files changed, 14 insertions, 14 deletions
diff --git a/accounts/gmail/package/contents/ui/GmailSettings.qml b/accounts/gmail/package/contents/ui/GmailSettings.qml
index b0eb1415..40a6e1e7 100644
--- a/accounts/gmail/package/contents/ui/GmailSettings.qml
+++ b/accounts/gmail/package/contents/ui/GmailSettings.qml
@@ -78,7 +78,7 @@ Item {
78 } 78 }
79 Kube.TextField { 79 Kube.TextField {
80 Layout.fillWidth: true 80 Layout.fillWidth: true
81 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" 81 placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name")
82 text: gmailSettings.accountName 82 text: gmailSettings.accountName
83 onTextChanged: { 83 onTextChanged: {
84 gmailSettings.accountName = text 84 gmailSettings.accountName = text
@@ -91,7 +91,7 @@ Item {
91 } 91 }
92 Kube.TextField { 92 Kube.TextField {
93 Layout.fillWidth: true 93 Layout.fillWidth: true
94 placeholderText: "Your name" 94 placeholderText: qsTr("Your name")
95 text: gmailSettings.userName 95 text: gmailSettings.userName
96 onTextChanged: { 96 onTextChanged: {
97 gmailSettings.userName = text 97 gmailSettings.userName = text
@@ -109,7 +109,7 @@ Item {
109 onTextChanged: { 109 onTextChanged: {
110 gmailSettings.emailAddress = text 110 gmailSettings.emailAddress = text
111 } 111 }
112 placeholderText: "Your email address" 112 placeholderText: qsTr("Your email address")
113 } 113 }
114 114
115 Kube.Label { 115 Kube.Label {
@@ -123,7 +123,7 @@ Item {
123 id: pwField 123 id: pwField
124 Layout.fillWidth: true 124 Layout.fillWidth: true
125 125
126 placeholderText: "Password of your email account" 126 placeholderText: qsTr("Password of your email account")
127 text: gmailSettings.imapPassword 127 text: gmailSettings.imapPassword
128 onTextChanged: { 128 onTextChanged: {
129 gmailSettings.imapPassword = text 129 gmailSettings.imapPassword = text
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
index 170c3e0e..332b2bbe 100644
--- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml
+++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
@@ -62,7 +62,7 @@ Item {
62 } 62 }
63 Kube.TextField { 63 Kube.TextField {
64 Layout.fillWidth: true 64 Layout.fillWidth: true
65 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" 65 placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name")
66 text: imapSettings.accountName 66 text: imapSettings.accountName
67 onTextChanged: { 67 onTextChanged: {
68 imapSettings.accountName = text 68 imapSettings.accountName = text
@@ -75,7 +75,7 @@ Item {
75 } 75 }
76 Kube.TextField { 76 Kube.TextField {
77 Layout.fillWidth: true 77 Layout.fillWidth: true
78 placeholderText: "Your name" 78 placeholderText: qsTr("Your name")
79 text: imapSettings.userName 79 text: imapSettings.userName
80 onTextChanged: { 80 onTextChanged: {
81 imapSettings.userName = text 81 imapSettings.userName = text
@@ -95,7 +95,7 @@ Item {
95 imapSettings.imapUsername = text 95 imapSettings.imapUsername = text
96 imapSettings.smtpUsername = text 96 imapSettings.smtpUsername = text
97 } 97 }
98 placeholderText: "Your email address" 98 placeholderText: qsTr("Your email address")
99 } 99 }
100 100
101 Kube.Label { 101 Kube.Label {
@@ -109,7 +109,7 @@ Item {
109 id: pwField 109 id: pwField
110 Layout.fillWidth: true 110 Layout.fillWidth: true
111 111
112 placeholderText: "Password of your email account" 112 placeholderText: qsTr("Password of your email account")
113 text: imapSettings.imapPassword 113 text: imapSettings.imapPassword
114 onTextChanged: { 114 onTextChanged: {
115 imapSettings.imapPassword = text 115 imapSettings.imapPassword = text
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
index bd006c4c..4dcc23ee 100644
--- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
+++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
@@ -62,7 +62,7 @@ Item {
62 } 62 }
63 Kube.TextField { 63 Kube.TextField {
64 Layout.fillWidth: true 64 Layout.fillWidth: true
65 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" 65 placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name")
66 text: kolabnowSettings.accountName 66 text: kolabnowSettings.accountName
67 onTextChanged: { 67 onTextChanged: {
68 kolabnowSettings.accountName = text 68 kolabnowSettings.accountName = text
@@ -75,7 +75,7 @@ Item {
75 } 75 }
76 Kube.TextField { 76 Kube.TextField {
77 Layout.fillWidth: true 77 Layout.fillWidth: true
78 placeholderText: "Your name" 78 placeholderText: qsTr("Your name")
79 text: kolabnowSettings.userName 79 text: kolabnowSettings.userName
80 onTextChanged: { 80 onTextChanged: {
81 kolabnowSettings.userName = text 81 kolabnowSettings.userName = text
@@ -93,7 +93,7 @@ Item {
93 onTextChanged: { 93 onTextChanged: {
94 kolabnowSettings.emailAddress = text 94 kolabnowSettings.emailAddress = text
95 } 95 }
96 placeholderText: "Your email address" 96 placeholderText: qsTr("Your email address")
97 } 97 }
98 98
99 Kube.Label { 99 Kube.Label {
@@ -107,7 +107,7 @@ Item {
107 id: pwField 107 id: pwField
108 Layout.fillWidth: true 108 Layout.fillWidth: true
109 109
110 placeholderText: "Password of your email account" 110 placeholderText: qsTr("Password of your email account")
111 text: kolabnowSettings.imapPassword 111 text: kolabnowSettings.imapPassword
112 onTextChanged: { 112 onTextChanged: {
113 kolabnowSettings.imapPassword = text 113 kolabnowSettings.imapPassword = text
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
index 925bddb4..83f6d381 100644
--- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
+++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
@@ -62,7 +62,7 @@ Item {
62 } 62 }
63 Kube.TextField { 63 Kube.TextField {
64 Layout.fillWidth: true 64 Layout.fillWidth: true
65 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" 65 placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name")
66 text: maildirSettings.accountName 66 text: maildirSettings.accountName
67 onTextChanged: { 67 onTextChanged: {
68 maildirSettings.accountName = text 68 maildirSettings.accountName = text
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index b747014e..1bf1406b 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -233,7 +233,7 @@ Kube.View {
233 Layout.fillWidth: true 233 Layout.fillWidth: true
234 activeFocusOnTab: true 234 activeFocusOnTab: true
235 235
236 placeholderText: "Enter Subject..." 236 placeholderText: qsTr("Enter Subject...")
237 text: composerController.subject 237 text: composerController.subject
238 onTextChanged: composerController.subject = text; 238 onTextChanged: composerController.subject = text;
239 onActiveFocusChanged: closeFirstSplitIfNecessary() 239 onActiveFocusChanged: closeFirstSplitIfNecessary()