Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Bluedevil
Commits
7f48d1c8
Commit
7f48d1c8
authored
Dec 26, 2021
by
Nicolas Fella
Committed by
Nate Graham
Dec 26, 2021
Browse files
[sendfile] Improve display name
bluedevil is jargon, not something we want to show to the user
parent
883183fb
Pipeline
#114548
passed with stage
in 53 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/sendfile/main.cpp
View file @
7f48d1c8
...
...
@@ -21,9 +21,9 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
KAboutData
aboutData
(
QStringLiteral
(
"bluedevilsendfile"
),
i18n
(
"Bluetooth
Send File Wizard
"
),
i18n
(
"Bluetooth
File Transfer
"
),
QStringLiteral
(
BLUEDEVIL_VERSION_STRING
),
i18n
(
"Bluetooth
Send File Wizard
"
),
i18n
(
"Bluetooth
File Transfer
"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 2010, UFO Coders"
));
...
...
src/sendfile/org.kde.bluedevilsendfile.desktop
View file @
7f48d1c8
[Desktop Entry]
Name=Blue
Devil Send File
Name=Blue
tooth File Transfer
Name[ar]=إرسال ملف بلودف
Name[az]=BlueDevil vasitəsi ilə fayl göndərilməsi
Name[bs]=Bludevilovo slanje datoteke
...
...
@@ -46,7 +46,7 @@ Name[uk]=Надсилання файла BlueDevil
Name[x-test]=xxBlueDevil Send Filexx
Name[zh_CN]=BlueDevil 文件发送
Name[zh_TW]=BlueDevil 傳送檔案
GenericName=Blue
Devil Send File
GenericName=Blue
tooth File Transfer
GenericName[ar]=إرسال ملف بلودف
GenericName[az]=BlueDevil vasitəsi ilə fayl göndərilməsi
GenericName[bs]=Bludevilovo slanje datoteke
...
...
@@ -93,7 +93,7 @@ GenericName[uk]=Надсилання файла BlueDevil
GenericName[x-test]=xxBlueDevil Send Filexx
GenericName[zh_CN]=BlueDevil 文件发送
GenericName[zh_TW]=BlueDevil 傳送檔案
Comment=
BlueDevil Send File
Comment=
Send files via Bluetooth
Comment[ar]=إرسال ملف بلودف
Comment[az]=BlueDevil vasitəsi ilə fayl göndərilməsi
Comment[bs]=Bludevilovo slanje datoteke
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment