diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-20 00:55:51 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-20 00:55:51 +0100 |
commit | c63493c899de714b05b0521bb38aab60d19030ef (patch) | |
tree | fcb2b261afa0f3c2bd6b48929b64724c71192bae /sources/lang/bs.js | |
download | ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.gz ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.zst ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.zip |
Validation initiale4.6.2.1
Diffstat (limited to 'sources/lang/bs.js')
-rw-r--r-- | sources/lang/bs.js | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/sources/lang/bs.js b/sources/lang/bs.js new file mode 100644 index 0000000..f214df8 --- /dev/null +++ b/sources/lang/bs.js | |||
@@ -0,0 +1,117 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, 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 | * Bosnian 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[ 'bs' ] = { | ||
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: 'Browse Server', // MISSING | ||
32 | url: 'URL', | ||
33 | protocol: 'Protokol', | ||
34 | upload: 'Šalji', | ||
35 | uploadSubmit: 'Šalji na server', | ||
36 | image: 'Slika', | ||
37 | flash: 'Flash', // MISSING | ||
38 | form: 'Form', // MISSING | ||
39 | checkbox: 'Checkbox', // MISSING | ||
40 | radio: 'Radio Button', // MISSING | ||
41 | textField: 'Text Field', // MISSING | ||
42 | textarea: 'Textarea', // MISSING | ||
43 | hiddenField: 'Hidden Field', // MISSING | ||
44 | button: 'Button', | ||
45 | select: 'Selection Field', // MISSING | ||
46 | imageButton: 'Image Button', // MISSING | ||
47 | notSet: '<nije podešeno>', | ||
48 | id: 'Id', | ||
49 | name: 'Naziv', | ||
50 | langDir: 'Smjer pisanja', | ||
51 | langDirLtr: 'S lijeva na desno (LTR)', | ||
52 | langDirRtl: 'S desna na lijevo (RTL)', | ||
53 | langCode: 'Jezièni kôd', | ||
54 | longDescr: 'Dugaèki opis URL-a', | ||
55 | cssClass: 'Klase CSS stilova', | ||
56 | advisoryTitle: 'Advisory title', | ||
57 | cssStyle: 'Stil', | ||
58 | ok: 'OK', | ||
59 | cancel: 'Odustani', | ||
60 | close: 'Close', // MISSING | ||
61 | preview: 'Prikaži', | ||
62 | resize: 'Resize', // MISSING | ||
63 | generalTab: 'General', // MISSING | ||
64 | advancedTab: 'Naprednije', | ||
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: 'Prozor', | ||
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: 'S lijeva na desno (LTR)', | ||
75 | langDirRTL: 'S desna na lijevo (RTL)', | ||
76 | styles: 'Stil', | ||
77 | cssClasses: 'Klase CSS stilova', | ||
78 | width: 'Širina', | ||
79 | height: 'Visina', | ||
80 | align: 'Poravnanje', | ||
81 | alignLeft: 'Lijevo', | ||
82 | alignRight: 'Desno', | ||
83 | alignCenter: 'Centar', | ||
84 | alignJustify: 'Puno poravnanje', | ||
85 | alignTop: 'Vrh', | ||
86 | alignMiddle: 'Sredina', | ||
87 | alignBottom: 'Dno', | ||
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 | // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. | ||
101 | keyboard: { | ||
102 | 8: 'Backspace', // MISSING | ||
103 | 13: 'Enter', // MISSING | ||
104 | 16: 'Shift', // MISSING | ||
105 | 17: 'Ctrl', // MISSING | ||
106 | 18: 'Alt', // MISSING | ||
107 | 32: 'Space', // MISSING | ||
108 | 35: 'End', // MISSING | ||
109 | 36: 'Home', // MISSING | ||
110 | 46: 'Delete', // MISSING | ||
111 | 224: 'Command' // MISSING | ||
112 | }, | ||
113 | |||
114 | // Prepended to ARIA labels with shortcuts. | ||
115 | keyboardShortcut: 'Keyboard shortcut' // MISSING | ||
116 | } | ||
117 | }; | ||