added translation for CLI --help output (#839)
* added translation for CLI --help output * improved formatting with clang-format
This commit is contained in:
@@ -638,12 +638,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -676,6 +676,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>No es pot connectar mitjançant DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -696,6 +827,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">L'URL s'ha copiat al porta-retalls.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Drücke die Leertaste um das Seitenmenü zu öffnen.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Drücke die Leertaste um das Seitenmenü zu öffnen.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Kann nicht via DBus verbinden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Drücke die Leertaste um das Seitenmenü zu öffnen.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL kopiert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Presiona Espacio para abrir el panel lateral.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Presiona Espacio para abrir el panel lateral.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Imposible conectar mediante DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Presiona Espacio para abrir el panel lateral.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL copiada al portapapeles.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Appuyer sur Espace pour ouvrir le panneau latéral.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Appuyer sur Espace pour ouvrir le panneau latéral.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Impossible de se connecter via DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Appuyer sur Espace pour ouvrir le panneau latéral.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL copiée dans le Presse-papier.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -592,6 +592,136 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL másolva a vágólapra.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Enter を押すと画面をキャプチャー。
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Enter を押すと画面をキャプチャー。
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>DBus に接続できません</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Enter を押すと画面をキャプチャー。
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL をクリップボードにコピーしました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -637,12 +637,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -680,6 +680,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>DBus-ით დაკავშირება ვერ მოხერხდა</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -695,6 +826,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL დაკოპირდა გაცვლის ბუფერში.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Druk op spatie om het zijpaneel te openen.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Druk op spatie om het zijpaneel te openen.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Kan niet verbinden via DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Druk op spatie om het zijpaneel te openen.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL gekopieerd naar klembord.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -640,12 +640,12 @@ Spacja, aby pokazać panel boczny.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -683,6 +683,137 @@ Spacja, aby pokazać panel boczny.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Nie udało się połączyć za pomocą DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -698,6 +829,36 @@ Spacja, aby pokazać panel boczny.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL skopiowany do schowka.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Pressione espaço abrir o painel lateral.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Pressione espaço abrir o painel lateral.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Não foi possível conectar via DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Pressione espaço abrir o painel lateral.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL copiada para o clipboard.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Не удалось подключиться через DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL скопирован в буфер обмена.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Stlačte medzerník pre otvorenie postranného panelu.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -662,6 +662,137 @@ Stlačte medzerník pre otvorenie postranného panelu.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Nie je možné pripojiť sa prostredníctvom DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Stlačte medzerník pre otvorenie postranného panelu.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL skopírovaná do schránky.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Нисам успео да се повежем кроз DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">Интернет адреса је сачувана у привременој меморији.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Yan paneli açmak için Boşluk tuşuna basın.</translation>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Yan paneli açmak için Boşluk tuşuna basın.</translation>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>DBus ile bağlanılamadı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Yan paneli açmak için Boşluk tuşuna basın.</translation>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL panoya kopyalandı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -641,12 +641,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -684,6 +684,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>Не вдалось підключитись через DBus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -699,6 +830,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">URL скопійовано до буферу обміну.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -642,12 +642,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -685,6 +685,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>无法通过DBus进行连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -700,6 +831,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation>URL 已复制到剪贴板。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -637,12 +637,12 @@ Press Space to open the side panel.</source>
|
||||
<context>
|
||||
<name>PixelateTool</name>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="39"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="39"/>
|
||||
<source>Pixelate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/blur/blurtool.cpp" line="51"/>
|
||||
<location filename="../../src/tools/pixelate/pixelatetool.cpp" line="51"/>
|
||||
<source>Set Pixelate as the paint tool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -680,6 +680,137 @@ Press Space to open the side panel.</source>
|
||||
<source>Unable to connect via DBus</source>
|
||||
<translation>無法透過 DBus 進行連接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="104"/>
|
||||
<source>Powerful yet simple to use screenshot software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="105"/>
|
||||
<source>See</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="108"/>
|
||||
<source>Capture the entire desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="110"/>
|
||||
<source>Open the capture launcher.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="113"/>
|
||||
<source>Start a manual capture in GUI mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="115"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="117"/>
|
||||
<source>Capture a single screen.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="122"/>
|
||||
<source>Path where the capture will be saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="125"/>
|
||||
<source>Save the capture to the clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="127"/>
|
||||
<source>Delay time in milliseconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="130"/>
|
||||
<source>Set the filename pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="133"/>
|
||||
<source>Enable or disable the trayicon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="137"/>
|
||||
<source>Enable or disable run at startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="141"/>
|
||||
<source>Show the help message in the capture mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="144"/>
|
||||
<source>Define the main UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="148"/>
|
||||
<source>Define the contrast UI color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="151"/>
|
||||
<source>Print raw PNG capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>Define the screen to capture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="154"/>
|
||||
<source>default: screen containing the cursor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="155"/>
|
||||
<source>Screen number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="163"/>
|
||||
<source>Invalid color, this flag supports the following formats:
|
||||
- #RGB (each of R, G, and B is a single hex digit)
|
||||
- #RRGGBB
|
||||
- #RRRGGGBBB
|
||||
- #RRRRGGGGBBBB
|
||||
- Named colors like 'blue' or 'red'
|
||||
You may need to escape the '#' sign as in '\#FFF'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="173"/>
|
||||
<source>Invalid delay, it must be higher than 0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="175"/>
|
||||
<source>Invalid screen number, it must be non negative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="182"/>
|
||||
<source>Invalid path, it must be a real path in the system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/main.cpp" line="192"/>
|
||||
<source>Invalid value, it must be defined as 'true' or 'false'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/tools/launcher/openwithprogram.cpp" line="41"/>
|
||||
<source>Error</source>
|
||||
@@ -695,6 +826,36 @@ Press Space to open the side panel.</source>
|
||||
<source>URL copied to clipboard.</source>
|
||||
<translation type="unfinished">連結已複製到剪貼簿</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="64"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="77"/>
|
||||
<source>Arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="349"/>
|
||||
<source>arguments</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>Usage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="350"/>
|
||||
<source>options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/cli/commandlineparser.cpp" line="356"/>
|
||||
<source>Per default runs Flameshot in the background and adds a tray icon for configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RectangleTool</name>
|
||||
|
||||
@@ -61,7 +61,7 @@ optionsToString(const QList<CommandOption>& options,
|
||||
// generate the text
|
||||
QString result;
|
||||
if (!dashedOptionList.isEmpty()) {
|
||||
result += QLatin1String("Options:\n");
|
||||
result += QObject::tr("Options") + ":\n";
|
||||
QString linePadding = QStringLiteral(" ").repeated(size + 4).prepend("\n");
|
||||
for (int i = 0; i < options.length(); ++i) {
|
||||
result += QStringLiteral(" %1 %2\n")
|
||||
@@ -74,7 +74,7 @@ optionsToString(const QList<CommandOption>& options,
|
||||
}
|
||||
}
|
||||
if (!arguments.isEmpty()) {
|
||||
result += QLatin1String("Arguments:\n");
|
||||
result += QObject::tr("Arguments") + ":\n";
|
||||
}
|
||||
for (int i = 0; i < arguments.length(); ++i) {
|
||||
result += QStringLiteral(" %1 %2\n")
|
||||
@@ -346,15 +346,18 @@ CommandLineParser::printHelp(QStringList args, const Node* node)
|
||||
if (argName.isEmpty()) {
|
||||
argName = qApp->applicationName();
|
||||
}
|
||||
QString argText = node->subNodes.isEmpty() ? "" : "[arguments]";
|
||||
helpText += QStringLiteral("Usage: %1 [%2-options] %3\n\n")
|
||||
QString argText =
|
||||
node->subNodes.isEmpty() ? "" : "[" + QObject::tr("arguments") + "]";
|
||||
helpText += QObject::tr("Usage") + ": %1 [%2-" + QObject::tr("options") +
|
||||
QStringLiteral("] %3\n\n")
|
||||
.arg(args.join(QStringLiteral(" ")))
|
||||
.arg(argName)
|
||||
.arg(argText);
|
||||
|
||||
// short section about default behavior
|
||||
helpText += QStringLiteral("Per default runs Flameshot in the background and \
|
||||
adds a tray icon for configuration.\n\n");
|
||||
helpText += QObject::tr("Per default runs Flameshot in the background and \
|
||||
adds a tray icon for configuration.");
|
||||
helpText += "\n\n";
|
||||
|
||||
// add command options and subarguments
|
||||
QList<CommandArgument> subArgs;
|
||||
|
||||
81
src/main.cpp
81
src/main.cpp
@@ -101,59 +101,55 @@ main(int argc, char* argv[])
|
||||
CommandLineParser parser;
|
||||
// Add description
|
||||
parser.setDescription(
|
||||
QStringLiteral("Powerful yet simple to use screenshot software."));
|
||||
parser.setGeneralErrorMessage(QStringLiteral("See 'flameshot --help'."));
|
||||
QObject::tr("Powerful yet simple to use screenshot software."));
|
||||
parser.setGeneralErrorMessage(QObject::tr("See") + " flameshot --help.");
|
||||
// Arguments
|
||||
CommandArgument fullArgument(QStringLiteral("full"),
|
||||
QStringLiteral("Capture the entire desktop."));
|
||||
CommandArgument launcherArgument(
|
||||
QStringLiteral("launcher"), QStringLiteral("Open the capture launcher."));
|
||||
QObject::tr("Capture the entire desktop."));
|
||||
CommandArgument launcherArgument(QStringLiteral("launcher"),
|
||||
QObject::tr("Open the capture launcher."));
|
||||
CommandArgument guiArgument(
|
||||
QStringLiteral("gui"),
|
||||
QStringLiteral("Start a manual capture in GUI mode."));
|
||||
QStringLiteral("gui"), QObject::tr("Start a manual capture in GUI mode."));
|
||||
CommandArgument configArgument(QStringLiteral("config"),
|
||||
QStringLiteral("Configure flameshot."));
|
||||
QObject::tr("Configure") + " flameshot.");
|
||||
CommandArgument screenArgument(QStringLiteral("screen"),
|
||||
QStringLiteral("Capture a single screen."));
|
||||
QObject::tr("Capture a single screen."));
|
||||
|
||||
// Options
|
||||
CommandOption pathOption(
|
||||
{ "p", "path" },
|
||||
QStringLiteral("Path where the capture will be saved"),
|
||||
QStringLiteral("path"));
|
||||
CommandOption pathOption({ "p", "path" },
|
||||
QObject::tr("Path where the capture will be saved"),
|
||||
QStringLiteral("path"));
|
||||
CommandOption clipboardOption(
|
||||
{ "c", "clipboard" }, QStringLiteral("Save the capture to the clipboard"));
|
||||
{ "c", "clipboard" }, QObject::tr("Save the capture to the clipboard"));
|
||||
CommandOption delayOption({ "d", "delay" },
|
||||
QStringLiteral("Delay time in milliseconds"),
|
||||
QObject::tr("Delay time in milliseconds"),
|
||||
QStringLiteral("milliseconds"));
|
||||
CommandOption filenameOption({ "f", "filename" },
|
||||
QStringLiteral("Set the filename pattern"),
|
||||
QObject::tr("Set the filename pattern"),
|
||||
QStringLiteral("pattern"));
|
||||
CommandOption trayOption({ "t", "trayicon" },
|
||||
QStringLiteral("Enable or disable the trayicon"),
|
||||
QObject::tr("Enable or disable the trayicon"),
|
||||
QStringLiteral("bool"));
|
||||
CommandOption autostartOption(
|
||||
{ "a", "autostart" },
|
||||
QStringLiteral("Enable or disable run at startup"),
|
||||
QStringLiteral("bool"));
|
||||
CommandOption autostartOption({ "a", "autostart" },
|
||||
QObject::tr("Enable or disable run at startup"),
|
||||
QStringLiteral("bool"));
|
||||
CommandOption showHelpOption(
|
||||
{ "s", "showhelp" },
|
||||
QStringLiteral("Show the help message in the capture mode"),
|
||||
QObject::tr("Show the help message in the capture mode"),
|
||||
QStringLiteral("bool"));
|
||||
CommandOption mainColorOption({ "m", "maincolor" },
|
||||
QStringLiteral("Define the main UI color"),
|
||||
QObject::tr("Define the main UI color"),
|
||||
QStringLiteral("color-code"));
|
||||
CommandOption contrastColorOption(
|
||||
{ "k", "contrastcolor" },
|
||||
QStringLiteral("Define the contrast UI color"),
|
||||
QStringLiteral("color-code"));
|
||||
CommandOption contrastColorOption({ "k", "contrastcolor" },
|
||||
QObject::tr("Define the contrast UI color"),
|
||||
QStringLiteral("color-code"));
|
||||
CommandOption rawImageOption({ "r", "raw" },
|
||||
QStringLiteral("Print raw PNG capture"));
|
||||
QObject::tr("Print raw PNG capture"));
|
||||
CommandOption screenNumberOption(
|
||||
{ "n", "number" },
|
||||
QStringLiteral(
|
||||
"Define the screen to capture,\ndefault: screen containing the cursor"),
|
||||
QStringLiteral("Screen number"),
|
||||
QObject::tr("Define the screen to capture") + ",\n" +
|
||||
QObject::tr("default: screen containing the cursor"),
|
||||
QObject::tr("Screen number"),
|
||||
QStringLiteral("-1"));
|
||||
|
||||
// Add checkers
|
||||
@@ -161,25 +157,26 @@ main(int argc, char* argv[])
|
||||
QColor parsedColor(colorCode);
|
||||
return parsedColor.isValid() && parsedColor.alphaF() == 1.0;
|
||||
};
|
||||
QString colorErr = "Invalid color, "
|
||||
"this flag supports the following formats:\n"
|
||||
"- #RGB (each of R, G, and B is a single hex digit)\n"
|
||||
"- #RRGGBB\n- #RRRGGGBBB\n"
|
||||
"- #RRRRGGGGBBBB\n"
|
||||
"- Named colors like 'blue' or 'red'\n"
|
||||
"You may need to escape the '#' sign as in '\\#FFF'";
|
||||
QString colorErr =
|
||||
QObject::tr("Invalid color, "
|
||||
"this flag supports the following formats:\n"
|
||||
"- #RGB (each of R, G, and B is a single hex digit)\n"
|
||||
"- #RRGGBB\n- #RRRGGGBBB\n"
|
||||
"- #RRRRGGGGBBBB\n"
|
||||
"- Named colors like 'blue' or 'red'\n"
|
||||
"You may need to escape the '#' sign as in '\\#FFF'");
|
||||
|
||||
const QString delayErr =
|
||||
QStringLiteral("Invalid delay, it must be higher than 0");
|
||||
QObject::tr("Invalid delay, it must be higher than 0");
|
||||
const QString numberErr =
|
||||
QStringLiteral("Invalid screen number, it must be non negative");
|
||||
QObject::tr("Invalid screen number, it must be non negative");
|
||||
auto numericChecker = [](const QString& delayValue) -> bool {
|
||||
int value = delayValue.toInt();
|
||||
return value >= 0;
|
||||
};
|
||||
|
||||
const QString pathErr =
|
||||
QStringLiteral("Invalid path, it must be a real path in the system");
|
||||
QObject::tr("Invalid path, it must be a real path in the system");
|
||||
auto pathChecker = [pathErr](const QString& pathValue) -> bool {
|
||||
bool res = QDir(pathValue).exists();
|
||||
if (!res) {
|
||||
@@ -189,7 +186,7 @@ main(int argc, char* argv[])
|
||||
};
|
||||
|
||||
const QString booleanErr =
|
||||
QStringLiteral("Invalid value, it must be defined as 'true' or 'false'");
|
||||
QObject::tr("Invalid value, it must be defined as 'true' or 'false'");
|
||||
auto booleanChecker = [](const QString& value) -> bool {
|
||||
return value == QLatin1String("true") || value == QLatin1String("false");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user