Updated strings.

pull/138/head
Mikunj 6 years ago
parent b8aa60b95d
commit 1f10a73e4f

@ -50,9 +50,9 @@ You can drag and drop images into this text box.
### Platform info
Signal version:
Loki Messenger version:
<!-- You can see Signal's version number at Help -> About or File -> About Signal Desktop -->
<!-- You can see Signal's version number at Help -> About or File -> About Loki Messenger -->
Operating System:

@ -47,7 +47,7 @@
"description": "Application menu command to show all application windows"
},
"appMenuQuit": {
"message": "Quit Signal",
"message": "Quit Loki Messenger",
"description": "Application menu command to close the application"
},
"editMenuUndo": {
@ -216,7 +216,7 @@
"Header shown on the screen at the end of a successful import process"
},
"importCompleteStartButton": {
"message": "Start using Signal Desktop",
"message": "Start using Loki Messenger",
"description":
"Button shown at end of successful import process, nothing left but a restart"
},
@ -614,12 +614,12 @@
"Item under the Help menu, takes you to GitHub new issue form (title case)"
},
"signalDesktopPreferences": {
"message": "Signal Desktop Preferences",
"message": "Loki Messenger Preferences",
"description":
"Title of the window that pops up with Signal Desktop preferences in it"
},
"aboutSignalDesktop": {
"message": "About Signal Desktop",
"message": "About Loki Messenger",
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
@ -640,7 +640,7 @@
"description": "Command in the tray icon menu, to quit the application"
},
"trayTooltip": {
"message": "Signal Desktop",
"message": "Loki Messenger",
"description": "Tooltip for the tray icon"
},
"searchForPeopleOrGroups": {
@ -750,7 +750,7 @@
},
"audioPermissionNeeded": {
"message":
"To send audio messages, allow Signal Desktop to access your microphone.",
"To send audio messages, allow Loki Messenger to access your microphone.",
"description":
"Shown if the user attempts to send an audio message without audio permssions turned on"
},
@ -952,7 +952,7 @@
}
},
"installWelcome": {
"message": "Welcome to Signal Desktop",
"message": "Welcome to Loki Messenger",
"description": "Welcome title on the install page"
},
"installTagline": {
@ -961,12 +961,12 @@
"Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Link your phone to Signal Desktop",
"message": "Link your phone to Loki Messenger",
"description":
"Shown on the front page when the application first starst, above the QR code"
},
"signalSettings": {
"message": "Signal Settings",
"message": "Loki Messenger Settings",
"description":
"Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
@ -1143,7 +1143,7 @@
},
"expiredWarning": {
"message":
"This version of Signal Desktop has expired. Please upgrade to the latest version to continue messaging.",
"This version of Loki Messenger has expired. Please upgrade to the latest version to continue messaging.",
"description":
"Warning notification that this version of the app has expired"
},

@ -6,7 +6,7 @@ const got = require('got');
const BASE_URL = 'https://debuglogs.org';
const VERSION = window.getVersion();
const USER_AGENT = `Signal Desktop ${VERSION}`;
const USER_AGENT = `Loki Messenger ${VERSION}`;
// Workaround: Submitting `FormData` using native `FormData::submit` procedure
// as integration with `got` results in S3 error saying we havent set the

@ -2,7 +2,7 @@
{
"submenu": [
{
"label": "About Signal Desktop",
"label": "About Loki Messenger",
"click": null
},
{

@ -2,7 +2,7 @@
{
"submenu": [
{
"label": "About Signal Desktop",
"label": "About Loki Messenger",
"click": null
},
{

@ -141,7 +141,7 @@
"type": "separator"
},
{
"label": "About Signal Desktop",
"label": "About Loki Messenger",
"click": null
}
]

@ -130,7 +130,7 @@
"type": "separator"
},
{
"label": "About Signal Desktop",
"label": "About Loki Messenger",
"click": null
}
]

Loading…
Cancel
Save