@ckeditor/ckeditor5-select-all 47.6.1 → 48.0.0-alpha.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.
Files changed (90) hide show
  1. package/ckeditor5-metadata.json +2 -2
  2. package/dist/index.css +3 -0
  3. package/dist/index.css.map +1 -0
  4. package/package.json +23 -42
  5. package/lang/contexts.json +0 -3
  6. package/lang/translations/af.po +0 -16
  7. package/lang/translations/ar.po +0 -16
  8. package/lang/translations/ast.po +0 -16
  9. package/lang/translations/az.po +0 -16
  10. package/lang/translations/be.po +0 -16
  11. package/lang/translations/bg.po +0 -16
  12. package/lang/translations/bn.po +0 -16
  13. package/lang/translations/bs.po +0 -16
  14. package/lang/translations/ca.po +0 -16
  15. package/lang/translations/cs.po +0 -16
  16. package/lang/translations/da.po +0 -16
  17. package/lang/translations/de-ch.po +0 -16
  18. package/lang/translations/de.po +0 -16
  19. package/lang/translations/el.po +0 -16
  20. package/lang/translations/en-au.po +0 -16
  21. package/lang/translations/en-gb.po +0 -16
  22. package/lang/translations/en.po +0 -16
  23. package/lang/translations/eo.po +0 -16
  24. package/lang/translations/es-co.po +0 -16
  25. package/lang/translations/es.po +0 -16
  26. package/lang/translations/et.po +0 -16
  27. package/lang/translations/eu.po +0 -16
  28. package/lang/translations/fa.po +0 -16
  29. package/lang/translations/fi.po +0 -16
  30. package/lang/translations/fr.po +0 -16
  31. package/lang/translations/gl.po +0 -16
  32. package/lang/translations/gu.po +0 -16
  33. package/lang/translations/he.po +0 -16
  34. package/lang/translations/hi.po +0 -16
  35. package/lang/translations/hr.po +0 -16
  36. package/lang/translations/hu.po +0 -16
  37. package/lang/translations/hy.po +0 -16
  38. package/lang/translations/id.po +0 -16
  39. package/lang/translations/it.po +0 -16
  40. package/lang/translations/ja.po +0 -16
  41. package/lang/translations/jv.po +0 -16
  42. package/lang/translations/kk.po +0 -16
  43. package/lang/translations/km.po +0 -16
  44. package/lang/translations/kn.po +0 -16
  45. package/lang/translations/ko.po +0 -16
  46. package/lang/translations/ku.po +0 -16
  47. package/lang/translations/lt.po +0 -16
  48. package/lang/translations/lv.po +0 -16
  49. package/lang/translations/ms.po +0 -16
  50. package/lang/translations/nb.po +0 -16
  51. package/lang/translations/ne.po +0 -16
  52. package/lang/translations/nl.po +0 -16
  53. package/lang/translations/no.po +0 -16
  54. package/lang/translations/oc.po +0 -16
  55. package/lang/translations/pl.po +0 -16
  56. package/lang/translations/pt-br.po +0 -16
  57. package/lang/translations/pt.po +0 -16
  58. package/lang/translations/ro.po +0 -16
  59. package/lang/translations/ru.po +0 -16
  60. package/lang/translations/si.po +0 -16
  61. package/lang/translations/sk.po +0 -16
  62. package/lang/translations/sl.po +0 -16
  63. package/lang/translations/sq.po +0 -16
  64. package/lang/translations/sr-latn.po +0 -16
  65. package/lang/translations/sr.po +0 -16
  66. package/lang/translations/sv.po +0 -16
  67. package/lang/translations/th.po +0 -16
  68. package/lang/translations/ti.po +0 -16
  69. package/lang/translations/tk.po +0 -16
  70. package/lang/translations/tr.po +0 -16
  71. package/lang/translations/tt.po +0 -16
  72. package/lang/translations/ug.po +0 -16
  73. package/lang/translations/uk.po +0 -16
  74. package/lang/translations/ur.po +0 -16
  75. package/lang/translations/uz.po +0 -16
  76. package/lang/translations/vi.po +0 -16
  77. package/lang/translations/zh-cn.po +0 -16
  78. package/lang/translations/zh.po +0 -16
  79. package/src/augmentation.js +0 -5
  80. package/src/index.js +0 -12
  81. package/src/selectall.js +0 -38
  82. package/src/selectallcommand.js +0 -64
  83. package/src/selectallediting.js +0 -56
  84. package/src/selectallui.js +0 -69
  85. /package/{src → dist}/augmentation.d.ts +0 -0
  86. /package/{src → dist}/index.d.ts +0 -0
  87. /package/{src → dist}/selectall.d.ts +0 -0
  88. /package/{src → dist}/selectallcommand.d.ts +0 -0
  89. /package/{src → dist}/selectallediting.d.ts +0 -0
  90. /package/{src → dist}/selectallui.d.ts +0 -0
@@ -5,12 +5,12 @@
5
5
  "className": "SelectAll",
6
6
  "description": "The select all feature lets you select the entire content using the Ctrl/Cmd+A keystroke or a toolbar button. This way you can clear or copy all the content in one move.",
7
7
  "docs": "features/select-all.html",
8
- "path": "src/selectall.js",
8
+ "path": "src/selectall.ts",
9
9
  "uiComponents": [
10
10
  {
11
11
  "type": "Button",
12
12
  "name": "selectAll",
13
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/select-all.svg"
13
+ "iconName": "IconSelectAll"
14
14
  }
15
15
  ]
16
16
  }
package/dist/index.css CHANGED
@@ -2,3 +2,6 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
+
6
+
7
+ /*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["index.css"],"names":[],"mappings":";;;;;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["\n\n/*# sourceMappingURL=index.css.map */"]}
package/package.json CHANGED
@@ -1,60 +1,41 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-select-all",
3
- "version": "47.6.1",
3
+ "version": "48.0.0-alpha.0",
4
4
  "description": "Select all feature for CKEditor 5.",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
+ "author": "CKSource (http://cksource.com/)",
7
+ "homepage": "https://ckeditor.com/ckeditor-5",
8
+ "bugs": "https://github.com/ckeditor/ckeditor5/issues",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/ckeditor/ckeditor5.git",
12
+ "directory": "packages/ckeditor5-select-all"
13
+ },
5
14
  "keywords": [
6
15
  "ckeditor",
7
16
  "ckeditor5",
8
17
  "ckeditor 5",
9
18
  "ckeditor5-feature",
10
- "ckeditor5-plugin",
11
- "ckeditor5-dll"
19
+ "ckeditor5-plugin"
12
20
  ],
13
21
  "type": "module",
14
- "main": "src/index.js",
15
- "dependencies": {
16
- "@ckeditor/ckeditor5-core": "47.6.1",
17
- "@ckeditor/ckeditor5-icons": "47.6.1",
18
- "@ckeditor/ckeditor5-engine": "47.6.1",
19
- "@ckeditor/ckeditor5-utils": "47.6.1",
20
- "@ckeditor/ckeditor5-ui": "47.6.1"
22
+ "main": "./dist/index.js",
23
+ "exports": {
24
+ ".": "./dist/index.js",
25
+ "./dist/*": "./dist/*",
26
+ "./package.json": "./package.json"
21
27
  },
22
- "author": "CKSource (http://cksource.com/)",
23
- "license": "SEE LICENSE IN LICENSE.md",
24
- "homepage": "https://ckeditor.com/ckeditor-5",
25
- "bugs": "https://github.com/ckeditor/ckeditor5/issues",
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/ckeditor/ckeditor5.git",
29
- "directory": "packages/ckeditor5-select-all"
28
+ "dependencies": {
29
+ "@ckeditor/ckeditor5-core": "48.0.0-alpha.0",
30
+ "@ckeditor/ckeditor5-icons": "48.0.0-alpha.0",
31
+ "@ckeditor/ckeditor5-engine": "48.0.0-alpha.0",
32
+ "@ckeditor/ckeditor5-utils": "48.0.0-alpha.0",
33
+ "@ckeditor/ckeditor5-ui": "48.0.0-alpha.0"
30
34
  },
31
35
  "files": [
32
36
  "dist",
33
- "lang",
34
- "src/**/*.js",
35
- "src/**/*.d.ts",
36
37
  "ckeditor5-metadata.json",
37
38
  "CHANGELOG.md"
38
39
  ],
39
- "types": "src/index.d.ts",
40
- "exports": {
41
- ".": {
42
- "types": "./src/index.d.ts",
43
- "import": "./src/index.js",
44
- "default": "./src/index.js"
45
- },
46
- "./dist/*": {
47
- "types": "./src/index.d.ts",
48
- "import": "./dist/*",
49
- "default": "./dist/*"
50
- },
51
- "./src/*": {
52
- "types": "./src/*.d.ts",
53
- "import": "./src/*",
54
- "default": "./src/*"
55
- },
56
- "./lang/*": "./lang/*",
57
- "./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
58
- "./package.json": "./package.json"
59
- }
40
+ "types": "./dist/index.d.ts"
60
41
  }
@@ -1,3 +0,0 @@
1
- {
2
- "Select all": "The label of the select all toolbar button."
3
- }
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: af\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ar\n"
11
- "Plural-Forms: nplurals=6; plural=(n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "تحديد الكل"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ast\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: az\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: be\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Выбраць усё"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bg\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Избери всички"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bn\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "সব নির্বাচন করুন"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: bs\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: ca\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Seleccionar-ho tot"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: cs\n"
11
- "Plural-Forms: nplurals=3; plural=(n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Vybrat vše"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: da\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Vælg alt"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: de_CH\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Alles auswählen"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: de\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Alles auswählen"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: el\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Επιλογή όλων"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en_AU\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Select all"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en_GB\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: en\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Select all"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: eo\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: es_CO\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: es\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Seleccionar todo"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: et\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Vali kõik"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: eu\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: fa\n"
11
- "Plural-Forms: nplurals=1; plural=0;\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "انتخاب همه"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: fi\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Valitse kaikki"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: fr\n"
11
- "Plural-Forms: nplurals=2; plural=(n <= -2 || n >= 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Sélectionner tout"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: gl\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Seleccionar todo"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: gu\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr ""
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: he\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "בחר הכל"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: hi\n"
11
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Select all"
@@ -1,16 +0,0 @@
1
- # Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2
- #
3
- # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
- #
5
- # Check out the official contributor's guide:
6
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
- #
8
- msgid ""
9
- msgstr ""
10
- "Language: hr\n"
11
- "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
-
14
- msgctxt "The label of the select all toolbar button."
15
- msgid "Select all"
16
- msgstr "Odaberi sve"