@ckeditor/ckeditor5-link 0.0.0-internal-20241017.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +21 -0
- package/README.md +26 -0
- package/build/link.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/en-gb.js +1 -0
- package/build/translations/eo.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/hy.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nb.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +78 -0
- package/dist/augmentation.d.ts +34 -0
- package/dist/autolink.d.ts +83 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +98 -0
- package/dist/index.css +148 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.js +2567 -0
- package/dist/index.js.map +1 -0
- package/dist/link.d.ts +35 -0
- package/dist/linkcommand.d.ts +136 -0
- package/dist/linkconfig.d.ts +294 -0
- package/dist/linkediting.d.ts +78 -0
- package/dist/linkimage.d.ts +35 -0
- package/dist/linkimageediting.d.ts +47 -0
- package/dist/linkimageui.d.ts +48 -0
- package/dist/linkui.d.ts +177 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +5 -0
- package/dist/translations/ast.umd.js +11 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +5 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +5 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +5 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +5 -0
- package/dist/translations/eo.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +5 -0
- package/dist/translations/eu.umd.js +11 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +5 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +5 -0
- package/dist/translations/km.umd.js +11 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +5 -0
- package/dist/translations/kn.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +5 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +5 -0
- package/dist/translations/nb.umd.js +11 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +5 -0
- package/dist/translations/ne.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +5 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +5 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +5 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/ui/linkactionsview.d.ts +107 -0
- package/dist/ui/linkformview.d.ts +175 -0
- package/dist/unlinkcommand.d.ts +35 -0
- package/dist/utils/automaticdecorators.d.ts +49 -0
- package/dist/utils/manualdecorator.d.ts +76 -0
- package/dist/utils.d.ts +84 -0
- package/lang/contexts.json +14 -0
- package/lang/translations/ar.po +66 -0
- package/lang/translations/ast.po +66 -0
- package/lang/translations/az.po +66 -0
- package/lang/translations/bg.po +66 -0
- package/lang/translations/bn.po +68 -0
- package/lang/translations/ca.po +66 -0
- package/lang/translations/cs.po +66 -0
- package/lang/translations/da.po +66 -0
- package/lang/translations/de-ch.po +66 -0
- package/lang/translations/de.po +66 -0
- package/lang/translations/el.po +66 -0
- package/lang/translations/en-au.po +66 -0
- package/lang/translations/en-gb.po +66 -0
- package/lang/translations/en.po +66 -0
- package/lang/translations/eo.po +66 -0
- package/lang/translations/es.po +66 -0
- package/lang/translations/et.po +66 -0
- package/lang/translations/eu.po +66 -0
- package/lang/translations/fa.po +66 -0
- package/lang/translations/fi.po +66 -0
- package/lang/translations/fr.po +66 -0
- package/lang/translations/gl.po +66 -0
- package/lang/translations/he.po +66 -0
- package/lang/translations/hi.po +66 -0
- package/lang/translations/hr.po +66 -0
- package/lang/translations/hu.po +66 -0
- package/lang/translations/hy.po +66 -0
- package/lang/translations/id.po +66 -0
- package/lang/translations/it.po +66 -0
- package/lang/translations/ja.po +66 -0
- package/lang/translations/km.po +66 -0
- package/lang/translations/kn.po +66 -0
- package/lang/translations/ko.po +66 -0
- package/lang/translations/ku.po +66 -0
- package/lang/translations/lt.po +66 -0
- package/lang/translations/lv.po +66 -0
- package/lang/translations/ms.po +66 -0
- package/lang/translations/nb.po +66 -0
- package/lang/translations/ne.po +66 -0
- package/lang/translations/nl.po +66 -0
- package/lang/translations/no.po +66 -0
- package/lang/translations/pl.po +66 -0
- package/lang/translations/pt-br.po +66 -0
- package/lang/translations/pt.po +66 -0
- package/lang/translations/ro.po +66 -0
- package/lang/translations/ru.po +66 -0
- package/lang/translations/sk.po +66 -0
- package/lang/translations/sq.po +66 -0
- package/lang/translations/sr-latn.po +66 -0
- package/lang/translations/sr.po +66 -0
- package/lang/translations/sv.po +66 -0
- package/lang/translations/th.po +66 -0
- package/lang/translations/ti.po +66 -0
- package/lang/translations/tk.po +66 -0
- package/lang/translations/tr.po +66 -0
- package/lang/translations/tt.po +66 -0
- package/lang/translations/ug.po +66 -0
- package/lang/translations/uk.po +66 -0
- package/lang/translations/ur.po +66 -0
- package/lang/translations/uz.po +66 -0
- package/lang/translations/vi.po +66 -0
- package/lang/translations/zh-cn.po +66 -0
- package/lang/translations/zh.po +66 -0
- package/package.json +46 -0
- package/src/augmentation.d.ts +30 -0
- package/src/augmentation.js +5 -0
- package/src/autolink.d.ts +79 -0
- package/src/autolink.js +290 -0
- package/src/index.d.ts +21 -0
- package/src/index.js +20 -0
- package/src/link.d.ts +31 -0
- package/src/link.js +37 -0
- package/src/linkcommand.d.ts +132 -0
- package/src/linkcommand.js +285 -0
- package/src/linkconfig.d.ts +290 -0
- package/src/linkconfig.js +5 -0
- package/src/linkediting.d.ts +74 -0
- package/src/linkediting.js +286 -0
- package/src/linkimage.d.ts +31 -0
- package/src/linkimage.js +37 -0
- package/src/linkimageediting.d.ts +43 -0
- package/src/linkimageediting.js +251 -0
- package/src/linkimageui.d.ts +44 -0
- package/src/linkimageui.js +102 -0
- package/src/linkui.d.ts +173 -0
- package/src/linkui.js +652 -0
- package/src/ui/linkactionsview.d.ts +103 -0
- package/src/ui/linkactionsview.js +157 -0
- package/src/ui/linkformview.d.ts +171 -0
- package/src/ui/linkformview.js +273 -0
- package/src/unlinkcommand.d.ts +31 -0
- package/src/unlinkcommand.js +66 -0
- package/src/utils/automaticdecorators.d.ts +45 -0
- package/src/utils/automaticdecorators.js +140 -0
- package/src/utils/manualdecorator.d.ts +72 -0
- package/src/utils/manualdecorator.js +47 -0
- package/src/utils.d.ts +80 -0
- package/src/utils.js +135 -0
- package/theme/icons/link.svg +1 -0
- package/theme/icons/unlink.svg +1 -0
- package/theme/link.css +10 -0
- package/theme/linkactions.css +32 -0
- package/theme/linkform.css +46 -0
- package/theme/linkimage.css +16 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
|
|
16
|
+
"Language: bg\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Премахване на линка"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Линк"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Уеб адрес на линка"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "URL препратката не трябва да е празна."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Свържи изображение"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Редакция на линк"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Отваряне на линк в нов раздел"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Този линк няма уеб адрес"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Отваряне в нов раздел"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Изтегляне"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Създаване на линк"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Излизане от линк"
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
|
|
16
|
+
"Language: bn\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "লিঙ্কমুক্ত করুন"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "লিঙ্ক"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "লিঙ্ক URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "লিঙ্ক URL খালি রাখা যাবে না।"
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "লিঙ্ক চিত্র"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr ""
|
|
43
|
+
"\t\n"
|
|
44
|
+
"লিঙ্ক এডিট করুন"
|
|
45
|
+
|
|
46
|
+
msgctxt "Button opening the link in new browser tab."
|
|
47
|
+
msgid "Open link in new tab"
|
|
48
|
+
msgstr "লিঙ্কটি নতুন ট্যাবে খুলুন"
|
|
49
|
+
|
|
50
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
51
|
+
msgid "This link has no URL"
|
|
52
|
+
msgstr "এই লিঙ্কের কোন URL নেই"
|
|
53
|
+
|
|
54
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
55
|
+
msgid "Open in a new tab"
|
|
56
|
+
msgstr "একটি নতুন ট্যাবে খুলুন"
|
|
57
|
+
|
|
58
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
59
|
+
msgid "Downloadable"
|
|
60
|
+
msgstr "ডাউনলোডযোগ্য"
|
|
61
|
+
|
|
62
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
63
|
+
msgid "Create link"
|
|
64
|
+
msgstr "লিঙ্ক তৈরি করুন"
|
|
65
|
+
|
|
66
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
67
|
+
msgid "Move out of a link"
|
|
68
|
+
msgstr "কোনো লিঙ্কের বাইরে সরান"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
|
|
16
|
+
"Language: ca\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Desenllaçar"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Enllaç"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Enllaçar URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "L'URL de l'enllaç no pot estar buit."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Enllaçar imatge"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Editar enllaç"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Obrir l'enllaç en una pestanya nova"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Aquest enllaç no té cap URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Obrir en una pestanya nova"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Es pot descarregar"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Crea un enllaç"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Surt d'un enllaç"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
|
|
16
|
+
"Language: cs\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Odstranit odkaz"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Odkaz"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL odkazu"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "Adresa URL odkazu nesmí být prázdná."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Adresa obrázku"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Upravit odkaz"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Otevřít odkaz v nové kartě"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Tento odkaz nemá žádnou URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Otevřít v nové kartě"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Ke stažení"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Vytvořit odkaz"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Odejít z odkazu"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
|
|
16
|
+
"Language: da\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Fjern link"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Link URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "Link-URL må ikke være tom."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Link-billede"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Redigér link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Åben link i ny fane"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Dette link har ingen URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Åben i ny fane"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Kan downloades"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Opret link"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Flyt ud af et link"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: German (Switzerland) (https://app.transifex.com/ckeditor/teams/11143/de_CH/)\n"
|
|
16
|
+
"Language: de_CH\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Link entfernen"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Link Adresse"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Bild verlinken"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Link bearbeiten"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Link in neuem Tab öffnen"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Dieser Link hat keine Adresse"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "In neuem Tab öffnen"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Herunterladbar"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
|
|
16
|
+
"Language: de\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Link entfernen"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Linkadresse"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "Die Link-URL darf nicht leer sein."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Bild verlinken"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Link bearbeiten"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Link im neuen Tab öffnen"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Dieser Link hat keine Adresse"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "In neuem Tab öffnen"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Herunterladbar"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Link erstellen"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Linkauswahl aufheben"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
|
|
16
|
+
"Language: el\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Αφαίρεση συνδέσμου"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Σύνδεσμος"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Διεύθυνση συνδέσμου"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "Η διεύθυνση URL του συνδέσμου δεν πρέπει να είναι κενή."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Εικόνα συνδέσμου"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Επεξεργασία συνδέσμου"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Άνοιγμα συνδέσμου σε νέα καρτέλα"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Ο σύνδεσμος δεν έχει διεύθυνση"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Άνοιγμα σε νέα καρτέλα"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Με δυνατότητα λήψης"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Δημιουργία συνδέσμου"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Μετακίνηση από έναν σύνδεσμο"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
|
|
16
|
+
"Language: en_AU\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Unlink"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Link URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Link image"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Edit link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Open link in new tab"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "This link has no URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Open in a new tab"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Downloadable"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: English (United Kingdom) (https://app.transifex.com/ckeditor/teams/11143/en_GB/)\n"
|
|
16
|
+
"Language: en_GB\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Unlink"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Link URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Edit link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Open link in new tab"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "This link has no URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Open in a new tab"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Downloadable"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|