]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/lang/is.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / is.js
1 /**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Icelandic language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'is' ] = {
21 // ARIA description.
22 editor: 'Rich Text Editor', // MISSING
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Press ALT 0 for help', // MISSING
30
31 browseServer: 'Fletta í skjalasafni',
32 url: 'Vefslóð',
33 protocol: 'Samskiptastaðall',
34 upload: 'Senda upp',
35 uploadSubmit: 'Hlaða upp',
36 image: 'Setja inn mynd',
37 flash: 'Flash',
38 form: 'Setja inn innsláttarform',
39 checkbox: 'Setja inn hökunarreit',
40 radio: 'Setja inn valhnapp',
41 textField: 'Setja inn textareit',
42 textarea: 'Setja inn textasvæði',
43 hiddenField: 'Setja inn falið svæði',
44 button: 'Setja inn hnapp',
45 select: 'Setja inn lista',
46 imageButton: 'Setja inn myndahnapp',
47 notSet: '<ekkert valið>',
48 id: 'Auðkenni',
49 name: 'Nafn',
50 langDir: 'Lesstefna',
51 langDirLtr: 'Frá vinstri til hægri (LTR)',
52 langDirRtl: 'Frá hægri til vinstri (RTL)',
53 langCode: 'Tungumálakóði',
54 longDescr: 'Nánari lýsing',
55 cssClass: 'Stílsniðsflokkur',
56 advisoryTitle: 'Titill',
57 cssStyle: 'Stíll',
58 ok: 'Í lagi',
59 cancel: 'Hætta við',
60 close: 'Close', // MISSING
61 preview: 'Forskoða',
62 resize: 'Resize', // MISSING
63 generalTab: 'Almennt',
64 advancedTab: 'Tæknilegt',
65 validateNumberFailed: 'This value is not a number.', // MISSING
66 confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
67 confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
68 options: 'Options', // MISSING
69 target: 'Mark',
70 targetNew: 'New Window (_blank)', // MISSING
71 targetTop: 'Topmost Window (_top)', // MISSING
72 targetSelf: 'Same Window (_self)', // MISSING
73 targetParent: 'Parent Window (_parent)', // MISSING
74 langDirLTR: 'Frá vinstri til hægri (LTR)',
75 langDirRTL: 'Frá hægri til vinstri (RTL)',
76 styles: 'Stíll',
77 cssClasses: 'Stílsniðsflokkur',
78 width: 'Breidd',
79 height: 'Hæð',
80 align: 'Jöfnun',
81 alignLeft: 'Vinstri',
82 alignRight: 'Hægri',
83 alignCenter: 'Miðjað',
84 alignJustify: 'Jafna báðum megin',
85 alignTop: 'Efst',
86 alignMiddle: 'Miðjuð',
87 alignBottom: 'Neðst',
88 alignNone: 'None', // MISSING
89 invalidValue : 'Invalid value.', // MISSING
90 invalidHeight: 'Height must be a number.', // MISSING
91 invalidWidth: 'Width must be a number.', // MISSING
92 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
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 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
95 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
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
99 }
100 };