@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: Kurdish (https://app.transifex.com/ckeditor/teams/11143/ku/)\n"
|
|
16
|
+
"Language: ku\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 ""
|
|
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 "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: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
|
|
16
|
+
"Language: lt\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 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 "Pašalinti nuorodą"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Pridėti nuorodą"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Nuorodos 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 "Nuorodos URL negali būti tuščias."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Susieti paveikslėlį"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Keisti nuorodą"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Atidaryti nuorodą naujame skirtuke"
|
|
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 "Ši nuorda neturi 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 "Atverti naujoje kortelėje"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Parsisiunčiamas"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Sukurti nuorodą"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Išeiti iš nuorodos"
|
|
@@ -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: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
|
|
16
|
+
"Language: lv\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\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 "Noņemt Saiti"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Saite"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Saites 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 "Saites URL lauks nedrīkst būt tukšs."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Ievietot saiti uz attēla"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Labot Saiti"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Atvērt saiti jaunā cilnē"
|
|
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 "Saitei nav norādīts 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 "Atvērt jaunā cilnē"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Lejupielādējams"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Izveidot saiti"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Iziet no saites"
|
|
@@ -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: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
|
+
"Language: ms\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\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 "Buang pautan"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Pautkan"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Pautkan 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 pautan tidak boleh kosong."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Pautkan imej"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Sunting pautan"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Buka pautan dalam tab baru"
|
|
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 "Pautan ini tidak mempunyai 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 "Buka dalam tab baru"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Boleh dimuat turun"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Buat pautan"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Alih keluar pautan"
|
|
@@ -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: Norwegian Bokmål (https://app.transifex.com/ckeditor/teams/11143/nb/)\n"
|
|
16
|
+
"Language: nb\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 lenke"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Lenke"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL for lenke"
|
|
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 "Rediger lenke"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Åpne lenke 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 "Denne lenken 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 ""
|
|
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: Nepali (Nepal) (https://app.transifex.com/ckeditor/teams/11143/ne_NP/)\n"
|
|
16
|
+
"Language: ne_NP\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 ""
|
|
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: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
|
|
16
|
+
"Language: nl\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 "Verwijder 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 "URL-link mag niet leeg zijn."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Link afbeelding"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Bewerk link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Open link in nieuw tabblad"
|
|
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 "Deze link heeft geen 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 een nieuw tabblad"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Downloadbaar"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Creëer 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 "Uit een link gaan"
|
|
@@ -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: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
|
|
16
|
+
"Language: no\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 lenke"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Lenke"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Lenke-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 kan ikke være tom."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Bildelenke"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Rediger lenke"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Åpne lenke 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 "Denne lenken mangler en 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 "Åpne 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 "Nedlastbar"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Opprett lenke"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Flytt ut fra en lenke"
|
|
@@ -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: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
|
+
"Language: pl\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 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 "Usuń odnośnik"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Wstaw odnośnik"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Adres 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 "Adres URL linku nie może być pusty"
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Wstaw odnośnik do obrazka"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Edytuj odnośnik"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Otwórz odnośnik w nowej zakładce"
|
|
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 "Nie podano adresu URL odnośnika"
|
|
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 "Otwórz w nowej zakładce"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Do pobrania"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Tworzy 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 "Umożliwia wyjście z linku"
|
|
@@ -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: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
|
+
"Language: pt_BR\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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 "Remover 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 "URL do link"
|
|
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 "O URL do link não pode estar vazio."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Link com imagem"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Editar link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Abrir link em nova aba"
|
|
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 "Este link não possui uma 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 "Abrir em nova aba"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Pode ser baixado"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Criar 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 "Sair de um link"
|