Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2017-06-21 15:24:00 +0300
committerJaime van Kessel <nallath@gmail.com>2017-06-21 15:24:00 +0300
commite3629cec392d671620813c1ba5bc1da96fd0377d (patch)
tree38dc367b910c95d5920c4d4e1a792c442dc57a0f /plugins
parent44125d327550c2ffd34b82625eafa34409a964d2 (diff)
Replaced catalog metadata entry with i18n-catalog
CURA-3712 & Cura-3856
Diffstat (limited to 'plugins')
-rw-r--r--plugins/3MFReader/plugin.json2
-rw-r--r--plugins/3MFWriter/plugin.json2
-rw-r--r--plugins/AutoSave/plugin.json2
-rw-r--r--plugins/ChangeLogPlugin/plugin.json2
-rw-r--r--plugins/CuraEngineBackend/plugin.json2
-rw-r--r--plugins/CuraProfileReader/plugin.json2
-rw-r--r--plugins/CuraProfileWriter/plugin.json2
-rw-r--r--plugins/GCodeProfileReader/plugin.json2
-rw-r--r--plugins/GCodeReader/plugin.json2
-rw-r--r--plugins/GCodeWriter/plugin.json2
-rw-r--r--plugins/ImageReader/plugin.json2
-rw-r--r--plugins/LayerView/plugin.json2
-rw-r--r--plugins/LegacyProfileReader/plugin.json2
-rw-r--r--plugins/MachineSettingsAction/plugin.json2
-rw-r--r--plugins/PerObjectSettingsTool/plugin.json2
-rw-r--r--plugins/RemovableDriveOutputDevice/plugin.json2
-rw-r--r--plugins/SliceInfoPlugin/plugin.json2
-rw-r--r--plugins/SolidView/plugin.json2
-rw-r--r--plugins/UM3NetworkPrinting/plugin.json2
-rw-r--r--plugins/USBPrinting/plugin.json2
-rw-r--r--plugins/UltimakerMachineActions/plugin.json2
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json2
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json2
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json2
-rw-r--r--plugins/X3DReader/plugin.json2
-rw-r--r--plugins/XRayView/plugin.json2
-rw-r--r--plugins/XmlMaterialProfile/plugin.json2
27 files changed, 27 insertions, 27 deletions
diff --git a/plugins/3MFReader/plugin.json b/plugins/3MFReader/plugin.json
index fa4578e017..c742328e15 100644
--- a/plugins/3MFReader/plugin.json
+++ b/plugins/3MFReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Provides support for reading 3MF files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/3MFWriter/plugin.json b/plugins/3MFWriter/plugin.json
index fea792f904..a86177de63 100644
--- a/plugins/3MFWriter/plugin.json
+++ b/plugins/3MFWriter/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Provides support for writing 3MF files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/AutoSave/plugin.json b/plugins/AutoSave/plugin.json
index f5bf2ba4e1..d2a31b21ef 100644
--- a/plugins/AutoSave/plugin.json
+++ b/plugins/AutoSave/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Automatically saves Preferences, Machines and Profiles after changes.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/ChangeLogPlugin/plugin.json b/plugins/ChangeLogPlugin/plugin.json
index d9d5e91679..bd67d2ba12 100644
--- a/plugins/ChangeLogPlugin/plugin.json
+++ b/plugins/ChangeLogPlugin/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Shows changes since latest checked version.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/CuraEngineBackend/plugin.json b/plugins/CuraEngineBackend/plugin.json
index 076b0ca88d..5d2060167e 100644
--- a/plugins/CuraEngineBackend/plugin.json
+++ b/plugins/CuraEngineBackend/plugin.json
@@ -4,5 +4,5 @@
"description": "Provides the link to the CuraEngine slicing backend.",
"api": 4,
"version": "1.0.0",
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/CuraProfileReader/plugin.json b/plugins/CuraProfileReader/plugin.json
index 5614d38e79..9546709041 100644
--- a/plugins/CuraProfileReader/plugin.json
+++ b/plugins/CuraProfileReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides support for importing Cura profiles.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/CuraProfileWriter/plugin.json b/plugins/CuraProfileWriter/plugin.json
index e3a5782a12..c6884cb16f 100644
--- a/plugins/CuraProfileWriter/plugin.json
+++ b/plugins/CuraProfileWriter/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides support for exporting Cura profiles.",
"api": 4,
- "catalog":"cura"
+ "i18n-catalog":"cura"
} \ No newline at end of file
diff --git a/plugins/GCodeProfileReader/plugin.json b/plugins/GCodeProfileReader/plugin.json
index 1337d8dfba..a2b35513dd 100644
--- a/plugins/GCodeProfileReader/plugin.json
+++ b/plugins/GCodeProfileReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Provides support for importing profiles from g-code files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/GCodeReader/plugin.json b/plugins/GCodeReader/plugin.json
index 89a70cf6b9..567024d25f 100644
--- a/plugins/GCodeReader/plugin.json
+++ b/plugins/GCodeReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Allows loading and displaying G-code files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json
index 31fa556b0f..3161183432 100644
--- a/plugins/GCodeWriter/plugin.json
+++ b/plugins/GCodeWriter/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Writes GCode to a file.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/ImageReader/plugin.json b/plugins/ImageReader/plugin.json
index 87b42412b1..70dbf23240 100644
--- a/plugins/ImageReader/plugin.json
+++ b/plugins/ImageReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Enables ability to generate printable geometry from 2D image files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/LayerView/plugin.json b/plugins/LayerView/plugin.json
index 6559ed2489..a998c8baf3 100644
--- a/plugins/LayerView/plugin.json
+++ b/plugins/LayerView/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides the Layer view.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/LegacyProfileReader/plugin.json b/plugins/LegacyProfileReader/plugin.json
index d1afd02ae8..9960893323 100644
--- a/plugins/LegacyProfileReader/plugin.json
+++ b/plugins/LegacyProfileReader/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides support for importing profiles from legacy Cura versions.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/MachineSettingsAction/plugin.json b/plugins/MachineSettingsAction/plugin.json
index 01d420fecb..3d63641c5c 100644
--- a/plugins/MachineSettingsAction/plugin.json
+++ b/plugins/MachineSettingsAction/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0.0",
"description": "Provides a way to change machine settings (such as build volume, nozzle size, etc)",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/PerObjectSettingsTool/plugin.json b/plugins/PerObjectSettingsTool/plugin.json
index 6a1d33aafe..d1c0cc444c 100644
--- a/plugins/PerObjectSettingsTool/plugin.json
+++ b/plugins/PerObjectSettingsTool/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides the Per Model Settings.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/RemovableDriveOutputDevice/plugin.json b/plugins/RemovableDriveOutputDevice/plugin.json
index 5424ce5e34..d3e2a5f93d 100644
--- a/plugins/RemovableDriveOutputDevice/plugin.json
+++ b/plugins/RemovableDriveOutputDevice/plugin.json
@@ -4,5 +4,5 @@
"description": "Provides removable drive hotplugging and writing support.",
"version": "1.0",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/SliceInfoPlugin/plugin.json b/plugins/SliceInfoPlugin/plugin.json
index 3357214107..58416521ab 100644
--- a/plugins/SliceInfoPlugin/plugin.json
+++ b/plugins/SliceInfoPlugin/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Submits anonymous slice info. Can be disabled through preferences.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/SolidView/plugin.json b/plugins/SolidView/plugin.json
index e57825cb07..13017f00c2 100644
--- a/plugins/SolidView/plugin.json
+++ b/plugins/SolidView/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides a normal solid mesh view.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/UM3NetworkPrinting/plugin.json b/plugins/UM3NetworkPrinting/plugin.json
index e3a061d365..af33cb8556 100644
--- a/plugins/UM3NetworkPrinting/plugin.json
+++ b/plugins/UM3NetworkPrinting/plugin.json
@@ -4,5 +4,5 @@
"description": "Manages network connections to Ultimaker 3 printers",
"version": "1.0",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/USBPrinting/plugin.json b/plugins/USBPrinting/plugin.json
index 2e6e2da808..2d07848aae 100644
--- a/plugins/USBPrinting/plugin.json
+++ b/plugins/USBPrinting/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"api": 4,
"description": "Accepts G-Code and sends them to a printer. Plugin can also update firmware.",
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/UltimakerMachineActions/plugin.json b/plugins/UltimakerMachineActions/plugin.json
index bb1af4ed8d..57709e22e5 100644
--- a/plugins/UltimakerMachineActions/plugin.json
+++ b/plugins/UltimakerMachineActions/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc)",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json b/plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json
index dab8be0ec4..1945c3e3bb 100644
--- a/plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json
+++ b/plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Upgrades configurations from Cura 2.1 to Cura 2.2.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json b/plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json
index f94d81049a..1487c365d3 100644
--- a/plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json
+++ b/plugins/VersionUpgrade/VersionUpgrade22to24/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Upgrades configurations from Cura 2.2 to Cura 2.4.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json b/plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json
index 180a2bb056..d3fc10f401 100644
--- a/plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json
+++ b/plugins/VersionUpgrade/VersionUpgrade25to26/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Upgrades configurations from Cura 2.5 to Cura 2.6.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/X3DReader/plugin.json b/plugins/X3DReader/plugin.json
index 7ada28e19d..700df79513 100644
--- a/plugins/X3DReader/plugin.json
+++ b/plugins/X3DReader/plugin.json
@@ -4,5 +4,5 @@
"version": "0.5",
"description": "Provides support for reading X3D files.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/XRayView/plugin.json b/plugins/XRayView/plugin.json
index a8afba4635..095fcbedf3 100644
--- a/plugins/XRayView/plugin.json
+++ b/plugins/XRayView/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides the X-Ray view.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file
diff --git a/plugins/XmlMaterialProfile/plugin.json b/plugins/XmlMaterialProfile/plugin.json
index 822dd4071f..b475d56fc3 100644
--- a/plugins/XmlMaterialProfile/plugin.json
+++ b/plugins/XmlMaterialProfile/plugin.json
@@ -4,5 +4,5 @@
"version": "1.0",
"description": "Provides capabilities to read and write XML-based material profiles.",
"api": 4,
- "catalog": "cura"
+ "i18n-catalog": "cura"
} \ No newline at end of file