2015-12-14 23:10:49 +00:00
{
2015-12-26 07:01:22 +00:00
"debugLogExplanation" : {
"message" : "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting."
} ,
"gotIt" : {
"message" : "Got it!"
} ,
"submit" : {
"message" : "Submit"
} ,
2015-12-26 06:47:09 +00:00
"verifyContact" : {
2016-02-19 19:00:38 +00:00
"message" : "You may wish to $tag_start$ verify $tag_end$ this contact." ,
2016-02-15 06:41:52 +00:00
"placeholders" : {
"tag_start" : {
"content" : "<a class='verify' href='#'>"
} ,
"tag_end" : {
"content" : "</a>"
}
}
2015-12-26 06:47:09 +00:00
} ,
"acceptNewKey" : {
"message" : "Accept new key"
} ,
2015-12-26 06:00:54 +00:00
"verify" : {
"message" : "Verify"
} ,
2016-02-15 00:46:28 +00:00
"newIdentity" : {
"message" : "New Identity"
} ,
2016-02-15 06:41:52 +00:00
"identityChanged" : {
"message" : "This contact's identity key has changed. This could either mean that someone is trying to intercept your communication, or this contact simply re-installed Signal and now has a new identity key."
} ,
2015-12-26 05:42:47 +00:00
"outgoingKeyConflict" : {
"message" : "This contact's identity key has changed. Click to process and display."
} ,
"incomingKeyConflict" : {
"message" : "Received message with unknown identity key. Click to process and display."
} ,
2015-12-26 05:12:17 +00:00
"unsupportedAttachment" : {
"message" : "Unsupported attachment type. Click to save." ,
"description" : "Displayed for incoming unsupported attachment"
} ,
2015-12-26 04:38:40 +00:00
"unsupportedFileType" : {
2015-12-26 05:12:17 +00:00
"message" : "Unsupported file type" ,
"description" : "Displayed for outgoing unsupported attachment"
2015-12-26 04:38:40 +00:00
} ,
2015-12-26 04:38:16 +00:00
"fileSizeWarning" : {
"message" : "Sorry, the selected file exceeds message size restrictions."
} ,
2015-12-26 02:16:38 +00:00
"disconnected" : {
"message" : "Disconnected"
} ,
2015-12-26 02:15:04 +00:00
"submitDebugLog" : {
"message" : "Submit debug log"
} ,
"searchForPeopleOrGroups" : {
"message" : "Search for people or groups" ,
"description" : "Placeholder text in the search input"
} ,
"welcomeToSignal" : {
"message" : "Welcome to Signal"
} ,
"selectAContact" : {
"message" : "Select a contact or group to start chatting."
} ,
2015-12-26 00:52:04 +00:00
"ok" : {
"message" : "OK"
} ,
"cancel" : {
"message" : "Cancel"
} ,
2015-12-25 06:55:53 +00:00
"failedToSend" : {
2016-02-12 23:16:57 +00:00
"message" : "Failed to send to some recipients. Check your network connection."
2015-12-25 06:55:53 +00:00
} ,
"error" : {
"message" : "Error"
} ,
"resend" : {
"message" : "Resend"
} ,
"messageDetail" : {
"message" : "Message Detail"
} ,
2016-01-08 18:36:34 +00:00
"from" : {
"message" : "From" ,
"description" : "Label for the sender of a message"
} ,
"to" : {
"message" : "To" ,
"description" : "Label for the receiver of a message"
} ,
2015-12-25 06:55:53 +00:00
"sent" : {
"message" : "Sent" ,
"description" : "Label for the time a message was sent"
} ,
"received" : {
"message" : "Received" ,
"description" : "Label for the time a message was received"
} ,
2015-12-25 06:50:27 +00:00
"sendMessage" : {
"message" : "Send a message" ,
"description" : "Placeholder text in the message entry field"
} ,
"members" : {
"message" : "Members"
} ,
"resetSession" : {
"message" : "Reset Session"
} ,
"verifyIdentity" : {
"message" : "Verify Identity"
} ,
2016-01-17 21:41:45 +00:00
"theirIdentity" : {
"message" : "Their identity (they read):" ,
"description" : "They is used here as a gender-neutral third-person singular"
} ,
"yourIdentity" : {
"message" : "Your identity (you read):"
} ,
2016-01-18 00:18:55 +00:00
"theirIdentityUnknown" : {
2016-01-20 03:19:33 +00:00
"message" : "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message."
2016-01-18 00:18:55 +00:00
} ,
2015-12-25 06:50:27 +00:00
"deleteMessages" : {
"message" : "Delete messages"
2015-12-25 06:52:50 +00:00
} ,
"sessionEnded" : {
2016-01-22 02:18:53 +00:00
"message" : "Secure session reset"
2016-01-16 12:59:01 +00:00
} ,
"installWelcome" : {
"message" : "Welcome to Signal Desktop" ,
"description" : "Welcome title on the install page"
} ,
"installTagline" : {
"message" : "Privacy is possible. Signal makes it easy." ,
"description" : "Tagline displayed under installWelcome on the install page"
} ,
"installGetStartedButton" : {
"message" : "Get started"
} ,
"installSignalLink" : {
2016-01-17 10:54:34 +00:00
"message" : "First, install <a $a_params$>Signal</a> on your Android phone.<br /> We'll link your devices and keep your messages in sync." ,
2016-01-19 13:20:30 +00:00
"description" : "Prompt the user to install Signal on Android before linking" ,
2016-01-17 10:54:34 +00:00
"placeholders" : {
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
}
2016-01-16 12:59:01 +00:00
} ,
"installIHaveSignalButton" : {
"message" : "I have Signal for Android" ,
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
"installFollowUs" : {
2016-01-17 10:54:34 +00:00
"message" : "<a $a_params$>Follow us</a> for updates about multi-device support for iOS." ,
"placeholders" : {
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
}
2016-01-16 12:59:01 +00:00
} ,
"installAndroidInstructions" : {
"message" : "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above."
} ,
"installConnecting" : {
"message" : "Connecting..." ,
"description" : "Displayed when waiting for the QR Code"
} ,
2016-02-10 00:21:42 +00:00
"installConnectionFailed" : {
"message" : "Failed to connect to server." ,
"description" : "Displayed when we can't connect to the server."
} ,
2016-01-16 12:59:01 +00:00
"installGeneratingKeys" : {
"message" : "Generating Keys"
} ,
"installSyncingGroupsAndContacts" : {
"message" : "Syncing groups and contacts"
} ,
"installComputerName" : {
"message" : "This computer's name will be" ,
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
"installLinkingWithNumber" : {
"message" : "Linking with" ,
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
"installFinalButton" : {
"message" : "Looking good" ,
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
"installTooManyDevices" : {
2016-01-19 13:20:30 +00:00
"message" : "Sorry, you have too many devices linked already. Try removing some."
2016-02-18 00:08:17 +00:00
} ,
"settings" : {
"message" : "Settings" ,
"description" : "Menu item and header for global settings"
} ,
"off" : {
"message" : "Off" ,
"description" : "Label for disabling notifications"
} ,
"nameAndMessage" : {
"message" : "Name and message" ,
"description" : "Label for setting notifications to display name and message text"
} ,
"noNameOrMessage" : {
"message" : "No name or message" ,
"description" : "Label for setting notifications to display no name and no message text"
} ,
"nameOnly" : {
"message" : "Name only" ,
"description" : "Label for setting notifications to display sender name only"
} ,
"newMessage" : {
"message" : "New Message" ,
"description" : "Displayed in notifications for only 1 message"
} ,
"newMessages" : {
"message" : "New Messages" ,
"description" : "Displayed in notifications for multiple messages"
2015-12-25 06:50:27 +00:00
}
2015-12-14 23:10:49 +00:00
}