From 9199fbd82b25924ac9d88366daa172182c2893c9 Mon Sep 17 00:00:00 2001 From: abakkk Date: Sun, 28 Jun 2020 18:28:15 +0200 Subject: [PATCH] Reorder pot file --- locale/draw-on-your-screen.pot | 592 +++++++++++++++++---------------- 1 file changed, 301 insertions(+), 291 deletions(-) diff --git a/locale/draw-on-your-screen.pot b/locale/draw-on-your-screen.pot index f3aa818..7fce215 100644 --- a/locale/draw-on-your-screen.pot +++ b/locale/draw-on-your-screen.pot @@ -4,6 +4,8 @@ # This file is distributed under the same license as Draw On Your Screen. # FIRST AUTHOR , YEAR. # +# Some words refer to SVG attributes (font, line, fill rule ...). +# You are free to translate them or not. msgid "" msgstr "" "Project-Id-Version: Draw On Your Screen VERSION\n" @@ -17,6 +19,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "About" +msgstr "" + +# You are free to translate the extension name, that is displayed in About page, or not. +msgid "Draw On You Screen" +msgstr "" + +msgid "Version %d" +msgstr "" + +msgid "Start drawing with Super+Alt+D and save your beautiful work by taking a screenshot" +msgstr "" + # Add your name here, for example: # (add "\n" as separator if there is many translators) # msgid "translator-credits" @@ -32,143 +47,12 @@ msgstr "" msgid "translator-credits" msgstr "" -#: extension.js -msgid "Leaving drawing mode" -msgstr "" - -# %s is a key label -msgid "Press %s for help" -msgstr "" - -msgid "Entering drawing mode" -msgstr "" - -#: draw.js -msgid "Free drawing" -msgstr "" - -msgid "Line" -msgstr "" - -msgid "Ellipse" -msgstr "" - -msgid "Rectangle" -msgstr "" - -msgid "Text" -msgstr "" - -msgid "Polygon" -msgstr "" - -msgid "Polyline" -msgstr "" - -msgid "Move" -msgstr "" - -msgid "Resize" -msgstr "" - -msgid "Mirror" -msgstr "" - -msgid "" -"Press %s to get\n" -"a fourth control point" -msgstr "" - -msgid "Mark a point of symmetry" -msgstr "" - -msgid "Draw a line of symmetry" -msgstr "" - -# %s is a key label -msgid "" -"Press %s to mark vertices" -msgstr "" - -# %s is a key label -msgid "" -"Type your text and press %s" -msgstr "" - -msgid "Fill" -msgstr "" - -msgid "Stroke" -msgstr "" - -msgid "Dashed line" -msgstr "" - -msgid "Full line" -msgstr "" - -msgid "%d px" -msgstr "" - -msgid "Right aligned" -msgstr "" - -msgid "Left aligned" -msgstr "" - -#: helper -msgid "Screenshot" -msgstr "" - -msgid "Screenshot to clipboard" -msgstr "" - -msgid "Area screenshot" -msgstr "" - -msgid "Area screenshot to clipboard" -msgstr "" - -msgid "System" -msgstr "" - -#: menu -msgid "Undo" -msgstr "" - -msgid "Redo" -msgstr "" - -msgid "Erase" -msgstr "" - -msgid "Smooth" -msgstr "" - -# Evenodd is a fill rule SVG attribute (even as 2,4,6,... and odd as 1,3,5,...) -msgid "Evenodd" -msgstr "" - -msgid "Dashed" -msgstr "" - -msgid "Color" -msgstr "" - -msgid "Open drawing" -msgstr "" - -msgid "Save drawing" -msgstr "" - -#: prefs.js msgid "Preferences" msgstr "" -msgid "About" +msgid "Global" msgstr "" -#: GLOBAL_KEYBINDINGS msgid "Enter/leave drawing mode" msgstr "" @@ -178,7 +62,95 @@ msgstr "" msgid "Erase all drawings" msgstr "" -#: INTERNAL_KEYBINDINGS +msgid "Persistent" +msgstr "" + +msgid "Persistent drawing through session restart" +msgstr "" + +msgid "Drawing on the desktop" +msgstr "" + +msgid "Draw On Your Screen becomes Draw On Your Desktop" +msgstr "" + +msgid "Disable on-screen notifications" +msgstr "" + +msgid "Disable panel indicator" +msgstr "" + +msgid "Draw" +msgstr "" + +msgid "Left click" +msgstr "" + +msgid "Menu" +msgstr "" + +msgid "Right click" +msgstr "" + +msgid "Center click" +msgstr "" + +msgid "Increment/decrement line width" +msgstr "" + +msgid "Scroll" +msgstr "" + +msgid "Select color" +msgstr "" + +# %s are key labels (Ctrl+F1 and Ctrl+F9) +msgid "%s … %s" +msgstr "" + +msgid "Ignore pointer movement" +msgstr "" + +# %s is a key label +msgid "%s held" +msgstr "" + +msgid "Leave" +msgstr "" + +msgid "Select eraser (while starting drawing)" +msgstr "" + +msgid "Duplicate (while starting handling)" +msgstr "" + +msgid "Rotate rectangle, polygon, polyline" +msgstr "" + +msgid "Extend circle to ellipse" +msgstr "" + +msgid "Curve line" +msgstr "" + +msgid "Smooth free drawing stroke" +msgstr "" + +msgid "Rotate (while moving)" +msgstr "" + +msgid "Stretch (while resizing)" +msgstr "" + +msgid "Inverse (while mirroring)" +msgstr "" + +msgid "Internal" +msgstr "" + +msgid "(in drawing mode)" +msgstr "" + msgid "Undo last brushstroke" msgstr "" @@ -284,111 +256,6 @@ msgstr "" msgid "Show help" msgstr "" -#: OTHER_SHORTCUTS -msgid "Draw" -msgstr "" - -msgid "Left click" -msgstr "" - -msgid "Menu" -msgstr "" - -msgid "Right click" -msgstr "" - -msgid "Center click" -msgstr "" - -msgid "Increment/decrement line width" -msgstr "" - -msgid "Scroll" -msgstr "" - -msgid "Select color" -msgstr "" - -# %s are key labels (Ctrl+F1 and Ctrl+F9) -msgid "%s … %s" -msgstr "" - -msgid "Ignore pointer movement" -msgstr "" - -# %s is a key label -msgid "%s held" -msgstr "" - -msgid "Leave" -msgstr "" - -msgid "Select eraser (while starting drawing)" -msgstr "" - -msgid "Duplicate (while starting handling)" -msgstr "" - -msgid "Rotate rectangle, polygon, polyline" -msgstr "" - -msgid "Extend circle to ellipse" -msgstr "" - -msgid "Curve line" -msgstr "" - -msgid "Smooth free drawing stroke" -msgstr "" - -msgid "Rotate (while moving)" -msgstr "" - -msgid "Stretch (while resizing)" -msgstr "" - -msgid "Inverse (while mirroring)" -msgstr "" - -#: About page -# You are free to translate the extension name, that is displayed in About page, or not. -msgid "Draw On You Screen" -msgstr "" - -msgid "Version %d" -msgstr "" - -msgid "Start drawing with Super+Alt+D and save your beautiful work by taking a screenshot" -msgstr "" - -#: Prefs page -msgid "Global" -msgstr "" - -msgid "Persistent" -msgstr "" - -msgid "Persistent drawing through session restart" -msgstr "" - -msgid "Drawing on the desktop" -msgstr "" - -msgid "Draw On Your Screen becomes Draw On Your Desktop" -msgstr "" - -msgid "Disable on-screen notifications" -msgstr "" - -msgid "Disable panel indicator" -msgstr "" - -msgid "Internal" -msgstr "" - -msgid "(in drawing mode)" -msgstr "" - msgid "" "Default drawing style attributes (color palette, font, line, dash) are defined in an editable css file.\n" "See “%s”." @@ -400,83 +267,226 @@ msgid "" "See “%s” or edit the SVG file afterwards." msgstr "" +msgid "Screenshot" +msgstr "" -# The following words refer to SVG attributes. -# You are free to translate them or not. +msgid "Screenshot to clipboard" +msgstr "" -#msgid "Butt" -#msgstr "" +msgid "Area screenshot" +msgstr "" -#msgid "Round" -#msgstr "" +msgid "Area screenshot to clipboard" +msgstr "" -#msgid "Square" -#msgstr "" +msgid "System" +msgstr "" -#msgid "Miter" -#msgstr "" +msgid "Undo" +msgstr "" -#msgid "Bevel" -#msgstr "" +msgid "Redo" +msgstr "" -#msgid "Nonzero" -#msgstr "" +msgid "Erase" +msgstr "" -#already in menu -#msgid "Evenodd" -#msgstr "" +msgid "Smooth" +msgstr "" -#msgid "Thin" -#msgstr "" +msgid "Free drawing" +msgstr "" -#msgid "Ultra-light" -#msgstr "" +msgid "Line" +msgstr "" -#msgid "Light" -#msgstr "" +msgid "Ellipse" +msgstr "" -#msgid "Semi-light" -#msgstr "" +msgid "Rectangle" +msgstr "" -#msgid "Book" -#msgstr "" +msgid "Text" +msgstr "" -#msgid "Normal" -#msgstr "" +msgid "Polygon" +msgstr "" -#msgid "Medium" -#msgstr "" +msgid "Polyline" +msgstr "" -#msgid "Semi-bold" -#msgstr "" +msgid "Move" +msgstr "" -#msgid "Bold" -#msgstr "" +msgid "Resize" +msgstr "" -#msgid "Ultra-bold" -#msgstr "" +msgid "Mirror" +msgstr "" -#msgid "Heavy" -#msgstr "" +msgid "Color" +msgstr "" -#msgid "Italic" -#msgstr "" +msgid "Fill" +msgstr "" -#msgid "Oblique" -#msgstr "" +# fill-rule SVG attribute +msgid "Evenodd" +msgstr "" -#msgid "Sans-Serif" -#msgstr "" +msgid "%d px" +msgstr "" -#msgid "Serif" -#msgstr "" +# stroke-linejoin SVG attribute +msgid "Miter" +msgstr "" -#msgid "Monospace" -#msgstr "" +# stroke-linejoin and stroke-linecap SVG attribute +msgid "Round" +msgstr "" -#msgid "Cursive" -#msgstr "" +# stroke-linejoin SVG attribute +msgid "Bevel" +msgstr "" + +# stroke-linecap SVG attribute +msgid "Butt" +msgstr "" + +# stroke-linecap SVG attribute +msgid "Square" +msgstr "" + +msgid "Dashed" +msgstr "" + +# generic font-family SVG attribute +msgid "Sans-Serif" +msgstr "" + +# generic font-family SVG attribute +msgid "Serif" +msgstr "" + +# generic font-family SVG attribute +msgid "Monospace" +msgstr "" + +# generic font-family SVG attribute +msgid "Cursive" +msgstr "" + +# generic font-family SVG attribute +msgid "Fantasy" +msgstr "" + +# font-weight SVG attribute +msgid "Thin" +msgstr "" + +# font-weight SVG attribute +msgid "Ultra-light" +msgstr "" + +# font-weight SVG attribute +msgid "Light" +msgstr "" + +# font-weight SVG attribute +msgid "Semi-light" +msgstr "" + +# font-weight SVG attribute +msgid "Book" +msgstr "" + +# font-weight and font-style SVG attribute +msgid "Normal" +msgstr "" + +# font-weight SVG attribute +msgid "Medium" +msgstr "" + +# font-weight SVG attribute +msgid "Semi-bold" +msgstr "" + +# font-weight SVG attribute +msgid "Bold" +msgstr "" + +# font-weight SVG attribute +msgid "Ultra-bold" +msgstr "" + +# font-weight SVG attribute +msgid "Heavy" +msgstr "" + +# font-style SVG attribute +msgid "Italic" +msgstr "" + +# font-style SVG attribute +msgid "Oblique" +msgstr "" + +msgid "Right aligned" +msgstr "" + +msgid "Open drawing" +msgstr "" + +msgid "Save drawing" +msgstr "" + +msgid "Leaving drawing mode" +msgstr "" + +# %s is a key label +msgid "Press %s for help" +msgstr "" + +msgid "Entering drawing mode" +msgstr "" + +# %s is a key label +msgid "" +"Press %s to get\n" +"a fourth control point" +msgstr "" + +msgid "Mark a point of symmetry" +msgstr "" + +msgid "Draw a line of symmetry" +msgstr "" + +# %s is a key label +msgid "" +"Press %s to mark vertices" +msgstr "" + +# %s is a key label +msgid "" +"Type your text and press %s" +msgstr "" + +# as the alternative to "Fill" +msgid "Outline" +msgstr "" + +msgid "Dashed line" +msgstr "" + +msgid "Full line" +msgstr "" + +msgid "Left aligned" +msgstr "" + +msgid "Nonzero" +msgstr "" -#msgid "Fantasy" -#msgstr ""