2016-01-11 20:19:22 +00:00
{
2016-06-30 01:12:20 +00:00
"lastSynced" : {
"message" : "Last import at" ,
"description" : "Label for date and time of last sync operation"
} ,
2016-01-11 20:19:22 +00:00
"unsupportedAttachment" : {
"message" : "Okänd filtyp på bilaga. Klicka för att spara." ,
"description" : "Displayed for incoming unsupported attachment"
} ,
2016-02-22 22:27:51 +00:00
"settings" : {
"message" : "Settings" ,
"description" : "Menu item and header for global settings"
} ,
2016-01-11 20:19:22 +00:00
"incomingKeyConflict" : {
"message" : "Meddelande mottaget med okänd identitetsnyckel. Klicka för att visa och verifiera." ,
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installComputerName" : {
2016-02-11 20:36:07 +00:00
"message" : "Datornamnet kommer att vara" ,
2016-01-20 20:23:12 +00:00
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
2016-08-11 19:22:17 +00:00
"timestamp_m" : {
2016-08-18 18:17:20 +00:00
"message" : "1 minute" ,
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-01-11 20:19:22 +00:00
"gotIt" : {
"message" : "Uppfattat!" ,
2016-03-17 22:05:27 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-01-11 20:19:22 +00:00
} ,
2016-04-03 21:33:07 +00:00
"showMore" : {
"message" : "Details" ,
"description" : "Displays the details of a key change"
} ,
2016-01-11 20:19:22 +00:00
"unsupportedFileType" : {
"message" : "Filtypen stöds ej" ,
"description" : "Displayed for outgoing unsupported attachment"
} ,
2016-01-20 20:23:12 +00:00
"installGeneratingKeys" : {
2016-02-11 20:36:07 +00:00
"message" : "Genererar nycklar" ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"resetSession" : {
"message" : "Återställ session" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-01-11 20:19:22 +00:00
} ,
"welcomeToSignal" : {
"message" : "Välkommen till Signal" ,
"description" : ""
} ,
2016-03-17 22:05:27 +00:00
"notificationSettingsDialog" : {
"message" : "When messages arrive, display notifications that reveal:" ,
"description" : "Explain the purpose of the notification settings"
} ,
2016-01-11 20:19:22 +00:00
"members" : {
"message" : "Medlemmar" ,
"description" : ""
} ,
2016-08-11 19:22:17 +00:00
"timestamp_h" : {
"message" : "1 hour" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncExplanation" : {
"message" : "Import all Signal groups and contacts from your mobile device." ,
"description" : "Explanatory text for sync settings"
} ,
2016-04-03 21:33:07 +00:00
"restartSignal" : {
"message" : "Restart Signal" ,
"description" : "Menu item for restarting the program."
} ,
2016-01-11 20:19:22 +00:00
"deleteMessages" : {
"message" : "Radera meddelanden" ,
2016-03-17 22:05:27 +00:00
"description" : "Menu item for deleting messages, title case."
2016-01-11 20:19:22 +00:00
} ,
2016-05-11 01:22:56 +00:00
"incomingError" : {
"message" : "Error handling incoming message." ,
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"selectAContact" : {
"message" : "Välj en kontakt eller grupp för att börja prata." ,
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installConnecting" : {
2016-02-11 20:36:07 +00:00
"message" : "Ansluter..." ,
2016-01-20 20:23:12 +00:00
"description" : "Displayed when waiting for the QR Code"
} ,
2016-01-11 20:19:22 +00:00
"verifyContact" : {
2016-03-17 22:05:27 +00:00
"message" : "You may wish to $tag_start$ verify $tag_end$ this contact." ,
"description" : "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code." ,
2016-03-03 11:09:55 +00:00
"placeholders" : {
"tag_start" : {
"content" : "<a class='verify' href='#'>"
} ,
"tag_end" : {
"content" : "</a>"
}
}
2016-01-11 20:19:22 +00:00
} ,
"sent" : {
"message" : "Skickat" ,
"description" : "Label for the time a message was sent"
} ,
2016-08-11 19:22:17 +00:00
"timestamp_s" : {
"message" : "now" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-04-28 18:15:45 +00:00
"reportIssue" : {
"message" : "Report an issue" ,
"description" : "Link to open the issue tracker"
} ,
2016-02-22 22:27:51 +00:00
"newMessage" : {
"message" : "New Message" ,
"description" : "Displayed in notifications for only 1 message"
} ,
"nameOnly" : {
2016-03-17 22:05:27 +00:00
"message" : "Only sender name" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display sender name only"
} ,
2016-01-11 20:19:22 +00:00
"verifyIdentity" : {
"message" : "Verifiera identitet" ,
"description" : ""
} ,
2016-01-15 01:40:51 +00:00
"from" : {
2016-02-11 20:36:07 +00:00
"message" : "Från" ,
2016-01-15 01:40:51 +00:00
"description" : "Label for the sender of a message"
} ,
2016-05-11 01:22:56 +00:00
"deleteConversationConfirmation" : {
"message" : "Permanently delete this conversation?" ,
"description" : "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
} ,
2016-01-11 20:19:22 +00:00
"debugLogExplanation" : {
"message" : "Den här loggen kommer att bli postad publikt på internet så att våra medarbetare kan kolla igenom den. Du kan gå igenom och editera den innan du skickar in den." ,
"description" : ""
} ,
"searchForPeopleOrGroups" : {
2016-04-03 21:33:07 +00:00
"message" : "Search..." ,
2016-01-11 20:19:22 +00:00
"description" : "Placeholder text in the search input"
} ,
2016-02-22 22:27:51 +00:00
"noNameOrMessage" : {
2016-03-17 22:05:27 +00:00
"message" : "Neither name nor message" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display no name and no message text"
} ,
2016-06-30 01:12:20 +00:00
"syncNow" : {
"message" : "Import now" ,
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
"syncFailed" : {
"message" : "Import failed. Make sure your computer and your phone are connected to the internet." ,
"description" : "Informational text displayed if a sync operation times out."
} ,
2016-01-20 20:23:12 +00:00
"installFollowUs" : {
2016-02-11 20:36:07 +00:00
"message" : "<a $a_params$>Följ oss</a> för uppdateringar om iOS stöd för fler enheter." ,
2016-01-21 23:28:58 +00:00
"description" : "" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
2016-01-20 20:23:12 +00:00
} ,
2016-04-03 21:33:07 +00:00
"learnMore" : {
"message" : "Learn more about verifying keys." ,
"description" : "Text that links to a support article on verifying identity keys"
} ,
2016-01-20 20:23:12 +00:00
"yourIdentity" : {
2016-04-03 21:33:07 +00:00
"message" : "Your identity" ,
"description" : "Label for the user's own identity key."
2016-01-20 20:23:12 +00:00
} ,
"installTooManyDevices" : {
2016-02-11 20:36:07 +00:00
"message" : "Tyvärr har du för många enheter redan länkade. Försök att ta bort några." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
"installSyncingGroupsAndContacts" : {
2016-02-11 20:36:07 +00:00
"message" : "Synkroniserar grupper och kontakter" ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2016-04-07 19:27:03 +00:00
"upgrade" : {
"message" : "Upgrade" ,
"description" : "Label text for button to upgrade the app to the latest version"
} ,
2016-04-03 21:33:07 +00:00
"showLess" : {
"message" : "Hide details" ,
"description" : "Hides the details of a key change"
} ,
2016-02-22 22:27:51 +00:00
"newIdentity" : {
"message" : "New Identity" ,
2016-04-03 21:33:07 +00:00
"description" : "Header for a key change dialog"
2016-02-22 22:27:51 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installTagline" : {
2016-02-11 20:36:07 +00:00
"message" : "Integritet är möjligt. Signal gör det lätt." ,
2016-01-20 20:23:12 +00:00
"description" : "Tagline displayed under installWelcome on the install page"
} ,
2016-01-11 20:19:22 +00:00
"disconnected" : {
"message" : "Frånkopplad" ,
"description" : ""
} ,
2016-06-30 01:12:20 +00:00
"syncing" : {
"message" : "Importing..." ,
"description" : "Label for a disabled sync button while sync is in progress."
} ,
2016-01-11 20:19:22 +00:00
"acceptNewKey" : {
2016-04-03 21:33:07 +00:00
"message" : "Accept" ,
"description" : "Label for a button to accept a new identity key"
2016-01-11 20:19:22 +00:00
} ,
2016-08-24 23:54:05 +00:00
"timestampFormat_M" : {
"message" : "MMM D" ,
"description" : "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
} ,
2016-06-30 01:12:20 +00:00
"unregisteredUser" : {
"message" : "Number is not registered" ,
"description" : "Error message displayed when sending to an unregistered user."
} ,
"sync" : {
"message" : "Contacts" ,
"description" : "Label for contact and group sync settings"
} ,
2016-01-11 20:19:22 +00:00
"received" : {
"message" : "Mottagit" ,
"description" : "Label for the time a message was received"
} ,
"sendMessage" : {
"message" : "Skicka ett meddelande" ,
"description" : "Placeholder text in the message entry field"
} ,
2016-04-28 18:15:45 +00:00
"mediaMessage" : {
"message" : "Media message" ,
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
"message" : "This version of Signal Desktop has expired. Please upgrade to the latest version to continue messaging." ,
"description" : "Warning notification that this version of the app has expired"
} ,
2016-01-11 20:19:22 +00:00
"outgoingKeyConflict" : {
"message" : "Identitetsnyckeln för den här kontakten har ändrats. Klicka för att visa och verifiera." ,
"description" : ""
} ,
"fileSizeWarning" : {
"message" : "Tyvärr, filen du har valt överstiger maximalt tillåten filstorlek." ,
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installAndroidInstructions" : {
2016-04-28 18:15:45 +00:00
"message" : "Open Signal on your phone and navigate to Settings > Linked devices. Tap the button to add a new device, then scan the code above." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
"installWelcome" : {
2016-02-11 20:36:07 +00:00
"message" : "Välkommen till Signal Desktop" ,
2016-01-20 20:23:12 +00:00
"description" : "Welcome title on the install page"
} ,
2016-02-11 20:36:07 +00:00
"installConnectionFailed" : {
"message" : "Failed to connect to server." ,
"description" : "Displayed when we can't connect to the server."
} ,
2016-04-03 21:33:07 +00:00
"messageNotSent" : {
"message" : "Message not sent." ,
"description" : "Informational label, appears on messages that failed to send"
} ,
2016-03-17 22:05:27 +00:00
"disableNotifications" : {
"message" : "Disable notifications" ,
"description" : "Label for disabling notifications"
} ,
2016-01-11 20:19:22 +00:00
"cancel" : {
"message" : "Avbryt" ,
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installIHaveSignalButton" : {
2016-02-11 20:36:07 +00:00
"message" : "Jag har Signal för Android" ,
2016-01-20 20:23:12 +00:00
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
2016-01-11 20:19:22 +00:00
"sessionEnded" : {
2016-02-11 20:36:07 +00:00
"message" : "Återställning av säkerhetssession" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
2016-01-11 20:19:22 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installGetStartedButton" : {
2016-02-11 20:36:07 +00:00
"message" : "Komma igång" ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
"installSignalLink" : {
2016-02-11 20:36:07 +00:00
"message" : "Börja med att installera <a $a_params$>Signal</a> på din Android telefon.<br /> Vi kommer att länka dina enheter och hålla dina meddelanden synkroniserade." ,
2016-01-21 23:28:58 +00:00
"description" : "Prompt the user to install Signal on Android before linking" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
2016-01-20 20:23:12 +00:00
} ,
"installLinkingWithNumber" : {
2016-02-11 20:36:07 +00:00
"message" : "Länkar till" ,
2016-01-20 20:23:12 +00:00
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
"theirIdentity" : {
2016-04-03 21:33:07 +00:00
"message" : "Their identity" ,
"description" : "Label for someone else's identity key. They is used here as a gender-neutral third-person singular."
2016-01-20 20:23:12 +00:00
} ,
2016-02-22 22:27:51 +00:00
"newMessages" : {
"message" : "New Messages" ,
"description" : "Displayed in notifications for multiple messages"
} ,
2016-01-20 20:23:12 +00:00
"theirIdentityUnknown" : {
2016-02-11 20:36:07 +00:00
"message" : "Du har inte utbytt något meddelande med den här kontakten ännu. Hens identitet kommer att finnas tillgänglig efter det första meddelandet." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"submit" : {
"message" : "Skicka" ,
"description" : ""
} ,
2016-01-15 01:40:51 +00:00
"to" : {
2016-02-11 20:36:07 +00:00
"message" : "Till" ,
2016-01-15 01:40:51 +00:00
"description" : "Label for the receiver of a message"
} ,
2016-01-20 20:23:12 +00:00
"installFinalButton" : {
2016-02-11 20:36:07 +00:00
"message" : "Ser bra ut" ,
2016-01-20 20:23:12 +00:00
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
2016-01-11 20:19:22 +00:00
"messageDetail" : {
"message" : "Meddelandedetaljer" ,
"description" : ""
} ,
"verify" : {
"message" : "Verifiera" ,
"description" : ""
} ,
2016-02-22 22:27:51 +00:00
"nameAndMessage" : {
2016-03-17 22:05:27 +00:00
"message" : "Both sender name and message" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display name and message text"
} ,
2016-01-11 20:19:22 +00:00
"failedToSend" : {
2016-03-17 22:05:27 +00:00
"message" : "Failed to send to some recipients. Check your network connection." ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
"ok" : {
"message" : "OK" ,
"description" : ""
} ,
2016-02-22 22:27:51 +00:00
"identityChanged" : {
2016-04-03 21:33:07 +00:00
"message" : "This contact is using a new Signal identity. This could either mean that someone is trying to intercept your communication, or this contact simply re-installed Signal. You may wish to verify their new identity key below." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"submitDebugLog" : {
2016-03-17 22:05:27 +00:00
"message" : "Submit Debug Log" ,
"description" : "Menu item and header text for debug log modal, title case."
2016-01-11 20:19:22 +00:00
} ,
"error" : {
"message" : "Fel" ,
"description" : ""
} ,
2016-03-17 22:05:27 +00:00
"notifications" : {
"message" : "Notifications" ,
"description" : "Header for notification settings"
} ,
2016-01-11 20:19:22 +00:00
"resend" : {
"message" : "Skicka igen" ,
"description" : ""
}
2016-01-21 23:28:58 +00:00
}