X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fsv.js;h=7c1608ebad030fd3116d5e0284cbd7ba8958b9f9;hb=refs%2Ftags%2Fv3.6.2;hp=1fb218dfef4cd5278ba3de3daad31824d4350373;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/sv.js b/_source/lang/sv.js index 1fb218d..7c1608e 100644 --- a/_source/lang/sv.js +++ b/_source/lang/sv.js @@ -13,7 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['sv'] = @@ -33,8 +33,8 @@ CKEDITOR.lang['sv'] = editorTitle : 'Rich text editor, %1, tryck ALT 0 för hjälp.', // ARIA descriptions. - toolbar : 'Verktygsfält', - editor : 'Rich Text Editor', + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // Toolbar buttons without dialogs. source : 'Källa', @@ -120,6 +120,10 @@ CKEDITOR.lang['sv'] = alignBottom : 'Nederkant', invalidHeight : 'Höjd mÃ¥ste vara ett nummer.', invalidWidth : 'Bredd mÃ¥ste vara ett nummer.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, Ej tillgänglig' @@ -200,7 +204,8 @@ CKEDITOR.lang['sv'] = menu : 'Egenskaper för ankarlänk', title : 'Egenskaper för ankarlänk', name : 'Ankarnamn', - errorName : 'Var god ange ett ankarnamn' + errorName : 'Var god ange ett ankarnamn', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -236,6 +241,7 @@ CKEDITOR.lang['sv'] = findWhat : 'Sök efter:', replaceWith : 'Ersätt med:', notFoundMsg : 'Angiven text kunde ej hittas.', + findOptions : 'Find Options', // MISSING matchCase : 'Skiftläge', matchWord : 'Inkludera hela ord', matchCyclic : 'Matcha cykliska', @@ -412,7 +418,6 @@ CKEDITOR.lang['sv'] = upload : 'Ladda upp', alt : 'Alternativ text', lockRatio : 'LÃ¥s höjd/bredd förhÃ¥llanden', - unlockRatio : 'LÃ¥s upp förhÃ¥llanden', resetSize : 'Återställ storlek', border : 'Kant', hSpace : 'Horis. marginal', @@ -714,6 +719,8 @@ CKEDITOR.lang['sv'] = { title : 'Om CKEditor', dlgTitle : 'Om CKEditor', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'För information av licenciering besök vÃ¥r hemsida:', copy : 'Copyright © $1. Alla rättigheter reserverade.' }, @@ -744,9 +751,64 @@ CKEDITOR.lang['sv'] = toolbarCollapse : 'Dölj verktygsfält', toolbarExpand : 'Visa verktygsfält', + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text riktning frÃ¥n vänster till höger', rtl : 'Text riktning frÃ¥n höger till vänster' + }, + + docprops : + { + label : 'Dokumentegenskaper', + title : 'Dokumentegenskaper', + design : 'Design', // MISSING + meta : 'Metadata', + chooseColor : 'Välj', + other : '', + docTitle : 'Sidtitel', + charset : 'Teckenuppsättningar', + charsetOther : 'Övriga teckenuppsättningar', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central Europa', + charsetCT : 'Traditionell Kinesisk (Big5)', + charsetCR : 'Kyrillisk', + charsetGR : 'Grekiska', + charsetJP : 'Japanska', + charsetKR : 'Koreanska', + charsetTR : 'Turkiska', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Väst Europa', + docType : 'Sidhuvud', + docTypeOther : 'Övriga sidhuvuden', + xhtmlDec : 'Inkludera XHTML deklaration', + bgColor : 'Bakgrundsfärg', + bgImage : 'Bakgrundsbildens URL', + bgFixed : 'Fast bakgrund', + txtColor : 'Textfärg', + margin : 'Sidmarginal', + marginTop : 'Topp', + marginLeft : 'Vänster', + marginRight : 'Höger', + marginBottom : 'Botten', + metaKeywords : 'Sidans nyckelord', + metaDescription : 'Sidans beskrivning', + metaAuthor : 'Författare', + metaCopyright : 'Upphovsrätt', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };