X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fis.js;h=de065a754b7045b6e4c60932c531a2abb983875f;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=5fb4fecd51c531093dc7d9e608cf3745284c79c8;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/lang/is.js b/_source/lang/is.js index 5fb4fec..de065a7 100644 --- a/_source/lang/is.js +++ b/_source/lang/is.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -34,8 +34,8 @@ CKEDITOR.lang['is'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kóði', @@ -175,18 +175,19 @@ CKEDITOR.lang['is'] = langDirRTL : 'Frá hægri til vinstri (RTL)', acccessKey : 'Skammvalshnappur', name : 'Nafn', - langCode : 'Lesstefna', - tabIndex : 'Raðnúmer innsláttarreits', - advisoryTitle : 'Titill', + langCode : 'Lesstefna', + tabIndex : 'Raðnúmer innsláttarreits', + advisoryTitle : 'Titill', advisoryContentType : 'Tegund innihalds', cssClasses : 'Stílsniðsflokkur', charset : 'Táknróf', styles : 'Stíll', - selectAnchor : 'Veldu akkeri', + rel : 'Relationship', // MISSING + selectAnchor : 'Veldu akkeri', anchorName : 'Eftir akkerisnafni', - anchorId : 'Eftir auðkenni einingar', - emailAddress : 'Netfang', - emailSubject : 'Efni', + anchorId : 'Eftir auðkenni einingar', + emailAddress : 'Netfang', + emailSubject : 'Efni', emailBody : 'Meginmál', noAnchors : '', noUrl : 'Sláðu inn veffang stiklunnar!', @@ -601,9 +602,9 @@ CKEDITOR.lang['is'] = iframe : { - title : 'iFrame Properties', // MISSING - toolbar : 'iFrame', // MISSING - noUrl : 'Please type the iFrame URL', // MISSING + title : 'IFrame Properties', // MISSING + toolbar : 'IFrame', // MISSING + noUrl : 'Please type the iframe URL', // MISSING scrolling : 'Enable scrollbars', // MISSING border : 'Show frame border' // MISSING }, @@ -714,6 +715,8 @@ CKEDITOR.lang['is'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -725,7 +728,7 @@ CKEDITOR.lang['is'] = { anchor : 'Anchor', // MISSING flash : 'Flash Animation', // MISSING - iframe : 'iFrame', // MISSING + iframe : 'IFrame', // MISSING hiddenfield : 'Hidden Field', // MISSING unknown : 'Unknown Object' // MISSING }, @@ -744,9 +747,64 @@ CKEDITOR.lang['is'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + 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 direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Document Properties', // MISSING + title : 'Document Properties', // MISSING + design : 'Design', // MISSING + meta : 'Meta Tags', // MISSING + chooseColor : 'Choose', // MISSING + other : 'Other...', // MISSING + docTitle : 'Page Title', // MISSING + charset : 'Character Set Encoding', // MISSING + charsetOther : 'Other Character Set Encoding', // MISSING + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central European', // MISSING + charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCR : 'Cyrillic', // MISSING + charsetGR : 'Greek', // MISSING + charsetJP : 'Japanese', // MISSING + charsetKR : 'Korean', // MISSING + charsetTR : 'Turkish', // MISSING + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Western European', // MISSING + docType : 'Document Type Heading', // MISSING + docTypeOther : 'Other Document Type Heading', // MISSING + xhtmlDec : 'Include XHTML Declarations', // MISSING + bgColor : 'Background Color', // MISSING + bgImage : 'Background Image URL', // MISSING + bgFixed : 'Non-scrolling (Fixed) Background', // MISSING + txtColor : 'Text Color', // MISSING + margin : 'Page Margins', // MISSING + marginTop : 'Top', // MISSING + marginLeft : 'Left', // MISSING + marginRight : 'Right', // MISSING + marginBottom : 'Bottom', // MISSING + metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING + metaDescription : 'Document Description', // MISSING + metaAuthor : 'Author', // MISSING + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };