diff --git a/src/editor/locale/lang.af.js b/src/editor/locale/lang.af.js index 73831393..b468ea93 100644 --- a/src/editor/locale/lang.af.js +++ b/src/editor/locale/lang.af.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ar.js b/src/editor/locale/lang.ar.js index b9a290f8..47780d15 100644 --- a/src/editor/locale/lang.ar.js +++ b/src/editor/locale/lang.ar.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.az.js b/src/editor/locale/lang.az.js index 5fa4ca5b..99234222 100644 --- a/src/editor/locale/lang.az.js +++ b/src/editor/locale/lang.az.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.be.js b/src/editor/locale/lang.be.js index 11813d9c..c95aabef 100644 --- a/src/editor/locale/lang.be.js +++ b/src/editor/locale/lang.be.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.bg.js b/src/editor/locale/lang.bg.js index d476606b..57e46e3c 100644 --- a/src/editor/locale/lang.bg.js +++ b/src/editor/locale/lang.bg.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ca.js b/src/editor/locale/lang.ca.js index 40c09556..ad795822 100644 --- a/src/editor/locale/lang.ca.js +++ b/src/editor/locale/lang.ca.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.cs.js b/src/editor/locale/lang.cs.js index 5885bff4..42e22380 100644 --- a/src/editor/locale/lang.cs.js +++ b/src/editor/locale/lang.cs.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Změnit ID elementu', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Hlavní menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Vrstva', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Nevhodná hodnota', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.cy.js b/src/editor/locale/lang.cy.js index d00322fa..a4e807c7 100644 --- a/src/editor/locale/lang.cy.js +++ b/src/editor/locale/lang.cy.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.da.js b/src/editor/locale/lang.da.js index 03042427..31164707 100644 --- a/src/editor/locale/lang.da.js +++ b/src/editor/locale/lang.da.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -157,7 +161,12 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +209,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +239,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.de.js b/src/editor/locale/lang.de.js index 982016d2..ea44336d 100644 --- a/src/editor/locale/lang.de.js +++ b/src/editor/locale/lang.de.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Element identifizieren', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Hauptmenü', @@ -160,7 +164,9 @@ export default { move_back: 'Nach ganz unten verschieben', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Ebene', @@ -200,7 +206,8 @@ export default { grid: 'Gitternetz', snapping_onoff: 'Einrasten an/aus', snapping_stepsize: 'Einrastabstand:', - grid_color: 'Gitterfarbe' + grid_color: 'Gitterfarbe', + done: "Done", }, notification: { invalidAttrValGiven: 'Fehlerhafter Wert', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.el.js b/src/editor/locale/lang.el.js index 390a81a7..95cf0729 100644 --- a/src/editor/locale/lang.el.js +++ b/src/editor/locale/lang.el.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.es.js b/src/editor/locale/lang.es.js index e73db384..730d367f 100644 --- a/src/editor/locale/lang.es.js +++ b/src/editor/locale/lang.es.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menú principal', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Capa', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: "Done", }, notification: { invalidAttrValGiven: 'Valor no válido', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.et.js b/src/editor/locale/lang.et.js index 384647e6..8972c247 100644 --- a/src/editor/locale/lang.et.js +++ b/src/editor/locale/lang.et.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.fa.js b/src/editor/locale/lang.fa.js index f42a65d6..ed806256 100644 --- a/src/editor/locale/lang.fa.js +++ b/src/editor/locale/lang.fa.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: '‫لایه‬', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: '‫مقدار داده شده نامعتبر است‬', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.fi.js b/src/editor/locale/lang.fi.js index a2f78237..88300d91 100644 --- a/src/editor/locale/lang.fi.js +++ b/src/editor/locale/lang.fi.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.fr.js b/src/editor/locale/lang.fr.js index 0da882af..0b28b8d5 100644 --- a/src/editor/locale/lang.fr.js +++ b/src/editor/locale/lang.fr.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: "Identifier l'élément", @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menu principal', @@ -160,7 +164,9 @@ export default { move_back: 'Placer au fond', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Calque', @@ -200,7 +206,8 @@ export default { grid: 'Grille', snapping_onoff: 'Ancrer oui/non', snapping_stepsize: "Pas d'ancrage :", - grid_color: 'Couleur de la grille' + grid_color: 'Couleur de la grille', + done: 'Done', }, notification: { invalidAttrValGiven: 'Valeur fournie invalide', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.fy.js b/src/editor/locale/lang.fy.js index 777ecaa4..19e73af5 100644 --- a/src/editor/locale/lang.fy.js +++ b/src/editor/locale/lang.fy.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Laach', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Ferkearde waarde jûn', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ga.js b/src/editor/locale/lang.ga.js index b7e5a57c..08918a49 100644 --- a/src/editor/locale/lang.ga.js +++ b/src/editor/locale/lang.ga.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.gl.js b/src/editor/locale/lang.gl.js index 0fe66e4f..92730800 100644 --- a/src/editor/locale/lang.gl.js +++ b/src/editor/locale/lang.gl.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.he.js b/src/editor/locale/lang.he.js index 14bf96b8..845fc69b 100755 --- a/src/editor/locale/lang.he.js +++ b/src/editor/locale/lang.he.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.hi.js b/src/editor/locale/lang.hi.js index 52b63b1c..79f9d4f4 100644 --- a/src/editor/locale/lang.hi.js +++ b/src/editor/locale/lang.hi.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'परत', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'अमान्य मूल्य', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.hr.js b/src/editor/locale/lang.hr.js index afac52de..bfff0a8b 100644 --- a/src/editor/locale/lang.hr.js +++ b/src/editor/locale/lang.hr.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.hu.js b/src/editor/locale/lang.hu.js index 0f6fe4e6..703250c7 100644 --- a/src/editor/locale/lang.hu.js +++ b/src/editor/locale/lang.hu.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.hy.js b/src/editor/locale/lang.hy.js index 232b6082..c11c06f5 100644 --- a/src/editor/locale/lang.hy.js +++ b/src/editor/locale/lang.hy.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.id.js b/src/editor/locale/lang.id.js index 6ec67e24..5bc45aa4 100644 --- a/src/editor/locale/lang.id.js +++ b/src/editor/locale/lang.id.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.is.js b/src/editor/locale/lang.is.js index 3969accc..9223d526 100644 --- a/src/editor/locale/lang.is.js +++ b/src/editor/locale/lang.is.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.it.js b/src/editor/locale/lang.it.js index 3469b40f..d646e2bb 100644 --- a/src/editor/locale/lang.it.js +++ b/src/editor/locale/lang.it.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: "Identifica l'elemento", @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menù principale', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Livello', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Valore assegnato non valido', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ja.js b/src/editor/locale/lang.ja.js index c4ae5539..5cefcf7a 100644 --- a/src/editor/locale/lang.ja.js +++ b/src/editor/locale/lang.ja.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'レイヤ', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: '無効な値が指定されています。', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ko.js b/src/editor/locale/lang.ko.js index 757009ba..dfa46d8a 100644 --- a/src/editor/locale/lang.ko.js +++ b/src/editor/locale/lang.ko.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.lt.js b/src/editor/locale/lang.lt.js index 86a2d474..6102dc9a 100644 --- a/src/editor/locale/lang.lt.js +++ b/src/editor/locale/lang.lt.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.lv.js b/src/editor/locale/lang.lv.js index 4b8719df..31d1b12e 100644 --- a/src/editor/locale/lang.lv.js +++ b/src/editor/locale/lang.lv.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.mk.js b/src/editor/locale/lang.mk.js index baaaa941..c566a31f 100644 --- a/src/editor/locale/lang.mk.js +++ b/src/editor/locale/lang.mk.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ms.js b/src/editor/locale/lang.ms.js index 9d1b6f8e..a9beae3e 100644 --- a/src/editor/locale/lang.ms.js +++ b/src/editor/locale/lang.ms.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.mt.js b/src/editor/locale/lang.mt.js index 5c6444be..edb126be 100644 --- a/src/editor/locale/lang.mt.js +++ b/src/editor/locale/lang.mt.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.nl.js b/src/editor/locale/lang.nl.js index 318e557b..4a3d152c 100644 --- a/src/editor/locale/lang.nl.js +++ b/src/editor/locale/lang.nl.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identificeer het element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Hoofdmenu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Laag', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Verkeerde waarde gegeven', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.no.js b/src/editor/locale/lang.no.js index d95124d4..735862ae 100644 --- a/src/editor/locale/lang.no.js +++ b/src/editor/locale/lang.no.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.pl.js b/src/editor/locale/lang.pl.js index a36afa74..ca4d3a11 100644 --- a/src/editor/locale/lang.pl.js +++ b/src/editor/locale/lang.pl.js @@ -27,7 +27,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identyfikator elementu', @@ -84,7 +85,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menu główne', @@ -161,7 +165,9 @@ export default { move_back: 'Przenieś do tyłu', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Warstwa', @@ -201,7 +207,8 @@ export default { grid: 'Siatka', snapping_onoff: 'Włącz/wyłącz przyciąganie', snapping_stepsize: 'Przyciągaj co:', - grid_color: 'Kolor siatki' + grid_color: 'Kolor siatki', + done: 'Done', }, notification: { invalidAttrValGiven: 'Podano nieprawidłową wartość', @@ -230,6 +237,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.pt-BR.js b/src/editor/locale/lang.pt-BR.js index 4a730793..b48036e0 100644 --- a/src/editor/locale/lang.pt-BR.js +++ b/src/editor/locale/lang.pt-BR.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identifica o elemento', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menu Principal', @@ -160,7 +164,9 @@ export default { move_back: 'Enviar para Trás', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Camada', @@ -199,7 +205,9 @@ export default { base_unit: 'Unidade base:', grid: 'Grade', snapping_onoff: 'Snap on/off', - snapping_stepsize: 'Intensidade do Snap:' + snapping_stepsize: 'Intensidade do Snap:', + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Valor inválido', @@ -228,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.pt-PT.js b/src/editor/locale/lang.pt-PT.js index 9329037b..6d3b9f0a 100644 --- a/src/editor/locale/lang.pt-PT.js +++ b/src/editor/locale/lang.pt-PT.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ro.js b/src/editor/locale/lang.ro.js index 1e8ac950..60c8a830 100644 --- a/src/editor/locale/lang.ro.js +++ b/src/editor/locale/lang.ro.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identificare element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Menu Principal', @@ -160,7 +164,9 @@ export default { move_back: 'Trimite in spate', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Strat', @@ -199,7 +205,9 @@ export default { base_unit: 'Unitate de baza:', grid: 'Caroiaj', snapping_onoff: 'Fixare on/off', - snapping_stepsize: 'Dimensiunea pasului de fixare:' + snapping_stepsize: 'Dimensiunea pasului de fixare:', + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Valoarea data nu este validă', @@ -228,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.ru.js b/src/editor/locale/lang.ru.js index 42120d96..7d83eff8 100644 --- a/src/editor/locale/lang.ru.js +++ b/src/editor/locale/lang.ru.js @@ -27,15 +27,7 @@ export default { pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', group_identify_label: 'Group identification label', - class: 'Element class', - serif: 'Serif', - sans_serif: 'Sans-serif', - cursive: 'Cursive', - fantasy: 'Fantasy', - monospace: 'Monospace', - courier: 'Courier', - helvetica: 'Helvetica', - times: 'times' + export_type_label: 'Select an image type for export:', }, properties: { id: 'Идентификатор элемента', @@ -83,7 +75,19 @@ export default { italic: 'Курсив', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Главное меню', @@ -160,7 +164,9 @@ export default { move_back: 'На задний план', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Слой', @@ -200,7 +206,8 @@ export default { grid: 'Сетка', snapping_onoff: 'Привязка вкл/выкл', snapping_stepsize: 'Шаг привязки:', - grid_color: 'Цвет сетки' + grid_color: 'Цвет сетки', + done: 'Done', }, notification: { invalidAttrValGiven: 'Некорректное значение аргумента', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Размытые элементы отображены как неразмытые', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Текст может показываться не так как должен' + exportNoText: 'Текст может показываться не так как должен', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sk.js b/src/editor/locale/lang.sk.js index 2a654965..419fbfee 100644 --- a/src/editor/locale/lang.sk.js +++ b/src/editor/locale/lang.sk.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Zmeniť ID elementu', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Hlavné menu', @@ -160,7 +164,9 @@ export default { move_back: 'Zasuň dozadu', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Vrstva', @@ -200,7 +206,8 @@ export default { grid: 'Mriežka', snapping_onoff: 'Priväzovanie (do mriežky) zap/vyp', snapping_stepsize: 'Priväzovanie (do mriežky) veľkosť kroku:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Neplatná hodnota', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sl.js b/src/editor/locale/lang.sl.js index 8e5307f9..633ad7fe 100644 --- a/src/editor/locale/lang.sl.js +++ b/src/editor/locale/lang.sl.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'ID elementa', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Glavni meni', @@ -160,7 +164,9 @@ export default { move_back: 'Postavi v ozadje', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Sloj', @@ -199,7 +205,9 @@ export default { base_unit: 'Osnovne enote', grid: 'Mreža', snapping_onoff: 'Pripni na mrežo DA/NE', - snapping_stepsize: 'Snapping Step-Size:' + snapping_stepsize: 'Snapping Step-Size:', + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Napačna vrednost!', @@ -228,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sq.js b/src/editor/locale/lang.sq.js index 11a2d58a..9483cda9 100644 --- a/src/editor/locale/lang.sq.js +++ b/src/editor/locale/lang.sq.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sr.js b/src/editor/locale/lang.sr.js index 743e94dd..3c22b94f 100644 --- a/src/editor/locale/lang.sr.js +++ b/src/editor/locale/lang.sr.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sv.js b/src/editor/locale/lang.sv.js index c7be7324..4345545a 100644 --- a/src/editor/locale/lang.sv.js +++ b/src/editor/locale/lang.sv.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.sw.js b/src/editor/locale/lang.sw.js index 32adecdd..b49554af 100644 --- a/src/editor/locale/lang.sw.js +++ b/src/editor/locale/lang.sw.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.test.js b/src/editor/locale/lang.test.js index 9f2d2165..97e6402f 100644 --- a/src/editor/locale/lang.test.js +++ b/src/editor/locale/lang.test.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.th.js b/src/editor/locale/lang.th.js index 877d1585..9c2e9dd0 100644 --- a/src/editor/locale/lang.th.js +++ b/src/editor/locale/lang.th.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.tl.js b/src/editor/locale/lang.tl.js index 9578bdf0..abd95681 100644 --- a/src/editor/locale/lang.tl.js +++ b/src/editor/locale/lang.tl.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.tr.js b/src/editor/locale/lang.tr.js index 7b91ee5d..f60cd119 100644 --- a/src/editor/locale/lang.tr.js +++ b/src/editor/locale/lang.tr.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.uk.js b/src/editor/locale/lang.uk.js index 5399031c..7941269a 100644 --- a/src/editor/locale/lang.uk.js +++ b/src/editor/locale/lang.uk.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.vi.js b/src/editor/locale/lang.vi.js index d39a910e..24b2320e 100644 --- a/src/editor/locale/lang.vi.js +++ b/src/editor/locale/lang.vi.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.yi.js b/src/editor/locale/lang.yi.js index 4b38ff09..33a3fdf5 100644 --- a/src/editor/locale/lang.yi.js +++ b/src/editor/locale/lang.yi.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.zh-CN.js b/src/editor/locale/lang.zh-CN.js index c720284d..a87b7929 100644 --- a/src/editor/locale/lang.zh-CN.js +++ b/src/editor/locale/lang.zh-CN.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: '元素ID', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: '主菜单', @@ -160,7 +164,9 @@ export default { move_back: '移至底部', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: '图层', @@ -200,7 +206,8 @@ export default { grid: '网格', snapping_onoff: '吸附开/关', snapping_stepsize: '吸附步长:', - grid_color: '网格颜色' + grid_color: '网格颜色', + done: 'Done', }, notification: { invalidAttrValGiven: '无效的参数', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.zh-HK.js b/src/editor/locale/lang.zh-HK.js index e90f0224..1e82e391 100644 --- a/src/editor/locale/lang.zh-HK.js +++ b/src/editor/locale/lang.zh-HK.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: 'Layer', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: 'Invalid value given', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } }; diff --git a/src/editor/locale/lang.zh-TW.js b/src/editor/locale/lang.zh-TW.js index dfa5e8a8..6360c7c0 100644 --- a/src/editor/locale/lang.zh-TW.js +++ b/src/editor/locale/lang.zh-TW.js @@ -26,7 +26,8 @@ export default { pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', - group_identify_label: 'Group identification label' + group_identify_label: 'Group identification label', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Identify the element', @@ -83,7 +84,10 @@ export default { monospace: 'Monospace', courier: 'Courier', helvetica: 'Helvetica', - times: 'times' + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -160,7 +164,9 @@ export default { move_back: 'Send to Back', tool_unlink_use: 'Break link to reference element (make unique)', ellipse_circle_tool: 'Ellipse/Circle Tool', - square_rect_tool: 'Square/Rect Tool' + square_rect_tool: 'Square/Rect Tool', + remember_this_choice: 'Remember this choice?', + remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.', }, layers: { layer: '圖層', @@ -200,7 +206,8 @@ export default { grid: 'Grid', snapping_onoff: 'Snapping on/off', snapping_stepsize: 'Snapping Step-Size:', - grid_color: 'Grid color' + grid_color: 'Grid color', + done: 'Done', }, notification: { invalidAttrValGiven: '數值給定錯誤', @@ -229,6 +236,8 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.', + source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.' } };