JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.4
[ckeditor.git] / _source / lang / sv.js
index c71744f..2956480 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -13,7 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */\r
 \r
 /**\r
- * Constains the dictionary of language entries.\r
+ * Contains the dictionary of language entries.\r
  * @namespace\r
  */\r
 CKEDITOR.lang['sv'] =\r
@@ -30,7 +30,8 @@ CKEDITOR.lang['sv'] =
         * Screenreader titles. Please note that screenreaders are not always capable\r
         * of reading non-English words. So be careful while translating it.\r
         */\r
-       editorTitle : 'Rich text editor, %1, tryck ALT 0 för hjälp.',\r
+       editorTitle : 'Rich text editor, %1', // MISSING\r
+       editorHelp : 'Press ALT 0 for help', // MISSING\r
 \r
        // ARIA descriptions.\r
        toolbars        : 'Editor toolbars', // MISSING\r
@@ -122,6 +123,8 @@ CKEDITOR.lang['sv'] =
                invalidWidth    : 'Bredd måste vara ett nummer.',\r
                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\r
                invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
+               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\r
+               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\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, Ej tillgänglig</span>'\r
@@ -239,6 +242,7 @@ CKEDITOR.lang['sv'] =
                findWhat                        : 'Sök efter:',\r
                replaceWith                     : 'Ersätt med:',\r
                notFoundMsg                     : 'Angiven text kunde ej hittas.',\r
+               findOptions                     : 'Find Options', // MISSING\r
                matchCase                       : 'Skiftläge',\r
                matchWord                       : 'Inkludera hela ord',\r
                matchCyclic                     : 'Matcha cykliska',\r