diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-03-30 20:37:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-30 20:37:11 -0400 |
| commit | 084c5555f21a6e927e4de98fdb66c4c408626f58 (patch) | |
| tree | 91e2da4493f4dcc5243114d3f73296b4a0166543 /messages.po | |
| parent | 1279b3ec47fa9c7eb6540e255b67389644fb0b38 (diff) | |
print through web browser (#127)
* spawn a web server and open a printable view of the design in the user's web browser
* configurable inclusion of client and operator views
* editable fields for color names, client, title, and purchase order number
* groundwork laid to save these parameters back into the SVG
* major refactor of codebase to support printing
* code is organized logically into modules
* added inkstitch logo and branding guidelines
* l10n text extraction now handled by babel
* removed legacy embroider_update extension
* partial fix for #125
Diffstat (limited to 'messages.po')
| -rw-r--r-- | messages.po | 271 |
1 files changed, 199 insertions, 72 deletions
diff --git a/messages.po b/messages.po index a2461b39..92630bb0 100644 --- a/messages.po +++ b/messages.po @@ -1,41 +1,136 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Translations template for PROJECT. +# Copyright (C) 2018 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2018. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-28 20:27-0500\n" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2018-03-30 20:26-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.5.3\n" -msgid "Fill" +msgid "" +"\n" +"\n" +"Seeing a 'no such option' message? Please restart Inkscape to fix." msgstr "" -msgid "Manually routed fill stitching" +msgid "These settings will be applied to 1 object." msgstr "" -msgid "Angle of lines of stitches" +#, python-format +msgid "These settings will be applied to %d objects." msgstr "" -msgid "Flip fill (start right-to-left)" +msgid "" +"Some settings had different values across objects. Select a value from " +"the dropdown or enter a new one." msgstr "" -msgid "Spacing between rows" +#, python-format +msgid "Disabling this tab will disable the following %d tabs." msgstr "" -msgid "Maximum fill stitch length" +msgid "Disabling this tab will disable the following tab." msgstr "" -msgid "Stagger rows this many times before repeating" +#, python-format +msgid "Enabling this tab will disable %s and vice-versa." +msgstr "" + +msgid "Inkscape objects" +msgstr "" + +msgid "Embroidery Params" +msgstr "" + +msgid "Presets" +msgstr "" + +msgid "Load" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Overwrite" +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Use Last Settings" +msgstr "" + +msgid "Apply and Quit" +msgstr "" + +msgid "Preview" +msgstr "" + +msgid "Internal Error" +msgstr "" + +msgid "Please enter or select a preset name first." +msgstr "" + +msgid "Preset" +msgstr "" + +#, python-format +msgid "Preset \"%s\" not found." +msgstr "" + +#, python-format +msgid "" +"Preset \"%s\" already exists. Please use another name or press " +"\"Overwrite\"" +msgstr "" + +msgid "" +"A print preview has been opened in your web browser. This window will " +"stay open in order to communicate with the JavaScript code running in " +"your browser.\n" +"\n" +"This window will close after you close the print preview in your browser," +" or you can close it manually if necessary." +msgstr "" + +msgid "Ink/Stitch Print" +msgstr "" + +msgid "Embroidery Simulation" +msgstr "" + +#, python-format +msgid "parseLengthWithUnits: unknown unit %s" +msgstr "" + +#, python-format +msgid "Unknown unit: %s" +msgstr "" + +msgid "No embroiderable paths selected." +msgstr "" + +msgid "No embroiderable paths found in document." +msgstr "" + +msgid "Tip: use Path -> Object to Path to convert non-paths before embroidering." +msgstr "" + +msgid "Stitch Plan" msgstr "" msgid "Auto-Fill" @@ -65,16 +160,39 @@ msgstr "" msgid "Inset" msgstr "" -msgid "Satin stitch along paths" +msgid "TRIM after" msgstr "" -msgid "Running stitch length" +msgid "Trim thread after this object (for supported machines and file formats)" msgstr "" -msgid "Zig-zag spacing (peak-to-peak)" +msgid "STOP after" msgstr "" -msgid "Repeats" +msgid "" +"Add STOP instruction after this object (for supported machines and file " +"formats)" +msgstr "" + +msgid "Fill" +msgstr "" + +msgid "Manually routed fill stitching" +msgstr "" + +msgid "Angle of lines of stitches" +msgstr "" + +msgid "Flip fill (start right-to-left)" +msgstr "" + +msgid "Spacing between rows" +msgstr "" + +msgid "Maximum fill stitch length" +msgstr "" + +msgid "Stagger rows this many times before repeating" msgstr "" msgid "Satin Column" @@ -83,6 +201,9 @@ msgstr "" msgid "Custom satin column" msgstr "" +msgid "Zig-zag spacing (peak-to-peak)" +msgstr "" + msgid "Pull compensation" msgstr "" @@ -128,7 +249,8 @@ msgid "Each rail should intersect both rungs once." msgstr "" msgid "" -"satin column: One or more of the rungs intersects the rails more than once." +"satin column: One or more of the rungs intersects the rails more than " +"once." msgstr "" #, python-format @@ -137,124 +259,129 @@ msgstr "" #, python-format msgid "" -"satin column: object %(id)s has two paths with an unequal number of points " -"(%(length1)d and %(length2)d)" +"satin column: object %(id)s has two paths with an unequal number of " +"points (%(length1)d and %(length2)d)" msgstr "" -msgid "" -"\n" -"\n" -"Seeing a 'no such option' message? Please restart Inkscape to fix." +msgid "Satin stitch along paths" msgstr "" -msgid "No embroiderable paths selected." +msgid "Running stitch length" msgstr "" -msgid "No embroiderable paths found in document." +msgid "Repeats" msgstr "" msgid "" -"Tip: use Path -> Object to Path to convert non-paths before embroidering." +"Unable to autofill. This most often happens because your shape is made " +"up of multiple sections that aren't connected." msgstr "" -msgid "Embroidery" +msgid "" +"Unexpected error while generating fill stitches. Please send your SVG " +"file to lexelby@github." msgstr "" -msgid "These settings will be applied to 1 object." +msgid "Color" msgstr "" -#, python-format -msgid "These settings will be applied to %d objects." +msgid "rgb" msgstr "" -msgid "" -"Some settings had different values across objects. Select a value from the " -"dropdown or enter a new one." +msgid "thread used" msgstr "" -#, python-format -msgid "Disabling this tab will disable the following %d tabs." +msgid "# stitches" msgstr "" -msgid "Disabling this tab will disable the following tab." +msgid "# stops" msgstr "" -#, python-format -msgid "Enabling this tab will disable %s and vice-versa." +msgid "# trims" msgstr "" -msgid "Inkscape objects" +msgid "Page" msgstr "" -msgid "Embroidery Params" +msgid "Enter job title..." msgstr "" -msgid "Presets" +msgid "CLIENT" msgstr "" -msgid "Load" +msgid "Enter client name..." msgstr "" -msgid "Add" +msgid "PURCHASE ORDER #:" msgstr "" -msgid "Overwrite" +msgid "Enter purchase order number..." msgstr "" -msgid "Delete" +#, python-format +msgid "%Y.%m.%d" msgstr "" -msgid "Cancel" +msgid "Thread Consumption" msgstr "" -msgid "Use Last Settings" +msgid "Stops and Trims" msgstr "" -msgid "Apply and Quit" +msgid "Estimated Time" msgstr "" -msgid "Preview" +msgid "Unique Colors" msgstr "" -msgid "Internal Error" +msgid "Color Blocks" msgstr "" -msgid "Please enter or select a preset name first." +msgid "Design box size" msgstr "" -msgid "Preset" +msgid "Total thread used" msgstr "" -#, python-format -msgid "Preset \"%s\" not found." +msgid "Total stitch count" msgstr "" -#, python-format -msgid "" -"Preset \"%s\" already exists. Please use another name or press \"Overwrite\"" +msgid "Total nr stops" msgstr "" -msgid "Embroidery Simulation" +msgid "Total nr trims" msgstr "" -#, python-format -msgid "parseLengthWithUnits: unknown unit %s" +msgid "Job estimated time" msgstr "" -#, python-format -msgid "Unknown unit: %s" +msgid "Scale" msgstr "" -msgid "TRIM after" +msgid "COLOR" msgstr "" -msgid "Trim thread after this object (for supported machines and file formats)" +msgid "Estimated time" msgstr "" -msgid "STOP after" +msgid "Client Signature" msgstr "" -msgid "" -"Add STOP instruction after this object (for supported machines and file " -"formats)" +msgid "Ink/Stitch Print Preview" msgstr "" + +msgid "Print" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Close" +msgstr "" + +msgid "⚠ lost connection to Ink/Stitch" +msgstr "" + +msgid "Printing Size" +msgstr "" + |
