Commit 1903e74c authored by Anders Jonsson's avatar Anders Jonsson Committed by Alexandre Julliard

notepad: Update Swedish translation.

parent 90586893
......@@ -94,6 +94,14 @@ PUSHBUTTON "Avbryt", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&Hjlp", IDHELP, 180, 39, 40, 15, WS_TABSTOP
}
IDD_OFN_TEMPLATE DIALOG DISCARDABLE 50,50,300,15
STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Kodning:", -1, 5,0, 50,12
COMBOBOX IDC_OFN_ENCCOMBO, 53,0, 156,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
END
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&f"
......@@ -122,4 +130,13 @@ STRING_OUT_OF_MEMORY, "Det finns inte tillrckligt med minne f
den hr uppgiften.\nAvsluta ett eller flera program fr att ka mngden\nledigt \
minne."
STRING_UNICODE_LE, "Unicode (UTF-16)"
STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)"
STRING_LOSS_OF_UNICODE_CHARACTERS, "%s\n\
Denna fil innehller Unicode-tecken vilka kommer att g \n\
frlorade om du sparar filen under kodningen %s. \n\
Klicka Avbryt och vlj sedan ett av Unicode-alternativen \n\
i teckenkodningslistan fr att behlla dessa tecken. \n\
Vill du fortstta?"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment