summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/is.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/is.js')
-rw-r--r--plugins/forms/lang/is.js68
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/is.js b/plugins/forms/lang/is.js
new file mode 100644
index 0000000..f7801ef
--- /dev/null
+++ b/plugins/forms/lang/is.js
@@ -0,0 +1,68 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'is', {
+ button: {
+ title: 'Eigindi hnapps',
+ text: 'Texti',
+ type: 'Gerð',
+ typeBtn: 'Hnappur',
+ typeSbm: 'Staðfesta',
+ typeRst: 'Hreinsa'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Eigindi markreits',
+ radioTitle: 'Eigindi valhnapps',
+ value: 'Gildi',
+ selected: 'Valið'
+ },
+ form: {
+ title: 'Eigindi innsláttarforms',
+ menu: 'Eigindi innsláttarforms',
+ action: 'Aðgerð',
+ method: 'Aðferð',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Eigindi falins svæðis',
+ name: 'Nafn',
+ value: 'Gildi'
+ },
+ select: {
+ title: 'Eigindi lista',
+ selectInfo: 'Upplýsingar',
+ opAvail: 'Kostir',
+ value: 'Gildi',
+ size: 'Stærð',
+ lines: 'línur',
+ chkMulti: 'Leyfa fleiri kosti',
+ opText: 'Texti',
+ opValue: 'Gildi',
+ btnAdd: 'Bæta við',
+ btnModify: 'Breyta',
+ btnUp: 'Upp',
+ btnDown: 'Niður',
+ btnSetValue: 'Merkja sem valið',
+ btnDelete: 'Eyða'
+ },
+ textarea: {
+ title: 'Eigindi textasvæðis',
+ cols: 'Dálkar',
+ rows: 'Línur'
+ },
+ textfield: {
+ title: 'Eigindi textareits',
+ name: 'Nafn',
+ value: 'Gildi',
+ charWidth: 'Breidd (leturtákn)',
+ maxChars: 'Hámarksfjöldi leturtákna',
+ type: 'Gerð',
+ typeText: 'Texti',
+ typePass: 'Lykilorð',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'Vefslóð'
+ }
+});