Translations: Generate only one PO template file for all input files. Include glade files into translation, delete previous German Translation
This commit is contained in:
		| @@ -12,12 +12,28 @@ cd "$DIR" | ||||
| files=`find ../ -name "*.c"` | ||||
| mkdir -p "pot" | ||||
|  | ||||
| # C Files | ||||
|  | ||||
| pot="pot/gds-render.pot" | ||||
|  | ||||
| for file in $files; do | ||||
| 	pot="pot/"$(echo "${file#*/}" | sed -e "s/\//_/g") | ||||
| 	pot="${pot%.c}.pot" | ||||
| 	echo "Parsing C file $file" | ||||
| 	# pot="pot/"$(echo "${file#*/}" | sed -e "s/\//_/g") | ||||
| 	# pot="${pot%.c}.pot" | ||||
| 	if [[ -f "$pot" ]]; then | ||||
| 		xgettext --package-name="gds-render" --join-existing --keyword=_ --language=C --add-comments --sort-output -o "$pot" "$file" | ||||
| 	else | ||||
| 		xgettext --package-name="gds-render" --keyword=_ --language=C --add-comments --sort-output -o "$pot" "$file" | ||||
| 	fi | ||||
| done | ||||
|  | ||||
| # Glade files | ||||
| glade_files=`find ../resources/ -name "*.glade"` | ||||
| for glade in $glade_files; do | ||||
| 	echo "Parsing Glade file $glade" | ||||
| 	if [[ -f "$pot" ]]; then | ||||
| 		xgettext --package-name="gds-render" --join-existing --keyword=_ -L Glade --sort-output -o "$pot" "$glade" | ||||
| 	else | ||||
| 		xgettext --package-name="gds-render" --keyword=_ -L Glade --sort-output -o "$pot" "$glade" | ||||
| 	fi | ||||
| done | ||||
|   | ||||
| @@ -1,72 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../command-line.c:205 | ||||
| #, c-format | ||||
| msgid "%d reference loops found.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:209 | ||||
| #, c-format | ||||
| msgid "Cell is affected by reference loop. Abort!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:215 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Cell was not checked. This should not happen. Please report this issue. Will " | ||||
| "continue either way.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:202 | ||||
| #, c-format | ||||
| msgid "Checking library %s failed.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:195 | ||||
| #, c-format | ||||
| msgid "Couldn't find cell in first library!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:81 | ||||
| #, c-format | ||||
| msgid "Count of renderers %d does not match count of output file names %d\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:186 | ||||
| #, c-format | ||||
| msgid "No library in library list. This should not happen.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:74 | ||||
| #, c-format | ||||
| msgid "Please specify renderers and file names\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:104 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Please specify shared object for external renderer. Will ignore this " | ||||
| "renderer.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:160 | ||||
| #, c-format | ||||
| msgid "Probably missing argument. Check --help option\n" | ||||
| msgstr "" | ||||
| @@ -1,46 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../gds-render-gui.c:286 | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:244 | ||||
| msgid "Cell" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:294 | ||||
| msgid "GDSII-Files" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:241 | ||||
| msgid "Library" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:287 | ||||
| msgid "Open GDSII" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:284 | ||||
| msgid "Open GDSII File" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:554 | ||||
| msgid "Rendering cell..." | ||||
| msgstr "" | ||||
							
								
								
									
										456
									
								
								translations/pot/gds-render.pot
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										456
									
								
								translations/pot/gds-render.pot
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,456 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-16 18:27+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../main.c:97 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "\n" | ||||
| "\n" | ||||
| "Full git commit: %s" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:294 | ||||
| msgid " FILE - Convert GDS file <FILE> to graphic" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/about.glade:10 | ||||
| msgid "!! Replaced during runtime !!" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:205 | ||||
| #, c-format | ||||
| msgid "%d reference loops found.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:220 | ||||
| msgid "About" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:290 | ||||
| msgid "Argument string passed to render lib" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:225 | ||||
| msgid "Automatically color layers" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:255 | ||||
| msgid "Automatically name layers" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:71 | ||||
| #, c-format | ||||
| msgid "Broken cell list item found in cell %s. Will continue.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:57 | ||||
| #, c-format | ||||
| msgid "Broken cell list item found. Will continue.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:409 | ||||
| #, c-format | ||||
| msgid "Cairo export finished. It might still be buggy!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #. Execute | ||||
| #: ../output-renderers/external-renderer.c:120 | ||||
| msgid "Calling external renderer." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:286 ../widgets/conv-settings-dialog.c:291 | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:244 | ||||
| msgid "Cell" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:209 | ||||
| #, c-format | ||||
| msgid "Cell is affected by reference loop. Abort!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:284 | ||||
| msgid "Cell to render" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:215 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Cell was not checked. This should not happen. Please report this issue. Will " | ||||
| "continue either way.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:202 | ||||
| #, c-format | ||||
| msgid "Checking library %s failed.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/dialog.glade:79 | ||||
| msgid "Configure LaTeX as standalone document" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:109 | ||||
| msgid "Convert selected cell" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:89 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Could not load external library '%s'\n" | ||||
| "Detailed error is:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/latex-renderer.c:373 | ||||
| msgid "Could not open LaTeX output file" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:195 | ||||
| #, c-format | ||||
| msgid "Couldn't find cell in first library!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:81 | ||||
| #, c-format | ||||
| msgid "Count of renderers %d does not match count of output file names %d\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:286 | ||||
| msgid "Create PDF Layers (OCG)" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:285 | ||||
| msgid "Create standalone TeX" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:280 | ||||
| msgid "Divide output coordinates by <SCALE>" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/layer-widget.glade:62 | ||||
| msgid "Export Layer" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:366 | ||||
| #, c-format | ||||
| msgid "Exporting layer %d to file\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:142 | ||||
| msgid "External renderer finished." | ||||
| msgstr "" | ||||
|  | ||||
| #. This should not happen | ||||
| #: ../output-renderers/cairo-renderer.c:271 | ||||
| #, c-format | ||||
| msgid "Fatal error: Cairo Renderer: Could not spawn child process!" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:50 | ||||
| msgid "GDS-Render" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:294 | ||||
| msgid "GDSII-Files" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/dialog.glade:18 | ||||
| msgid "Generate LaTeX/TikZ output" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/dialog.glade:93 | ||||
| msgid "Generate PDF Layers" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/latex-renderer.c:253 | ||||
| #, c-format | ||||
| msgid "Generating cell %s" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/about.glade:12 | ||||
| msgid "Git Repository" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:246 | ||||
| #, c-format | ||||
| msgid "Height: %.3lf %sm" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:321 | ||||
| #, c-format | ||||
| msgid "Ignored argument: %s" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:106 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Init function not found in library:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:321 | ||||
| #, c-format | ||||
| msgid "Layer number too high / outside of spec.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:369 | ||||
| #, c-format | ||||
| msgid "Layer outside of spec.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/layer-element.c:102 | ||||
| #, c-format | ||||
| msgid "Layer: %d" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:241 | ||||
| msgid "Library" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:68 | ||||
| msgid "Load Mapping" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:73 | ||||
| msgid "Load the current layer configuration from CSV" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:116 | ||||
| #, c-format | ||||
| msgid "Logo could not be displayed: %s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:293 | ||||
| msgid "No layer specification supplied." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:186 | ||||
| #, c-format | ||||
| msgid "No library in library list. This should not happen.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:288 | ||||
| msgid "No/invalid output file set." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:291 | ||||
| msgid "OK" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:58 | ||||
| msgid "Open GDS2 Database" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:287 | ||||
| msgid "Open GDSII" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:284 | ||||
| msgid "Open GDSII File" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:299 | ||||
| #, c-format | ||||
| msgid "Option parsing failed: %s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:255 | ||||
| #, c-format | ||||
| msgid "Output Height: %u px" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:283 | ||||
| msgid "Output Renderer not valid." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:304 | ||||
| msgid "Output Renderer: Rendering function broken. This is a bug." | ||||
| msgstr "" | ||||
|  | ||||
| #. Set the pixel sizes | ||||
| #: ../widgets/conv-settings-dialog.c:252 | ||||
| #, c-format | ||||
| msgid "Output Width: %u px" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:282 | ||||
| msgid "Output file path. Can be used multiple times." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:298 | ||||
| msgid "Output renderer called without cell to render." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:74 | ||||
| msgid "Output renderer does not define a render_output function!" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:283 | ||||
| msgid "Path for Layer Mapping File" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:288 | ||||
| msgid "" | ||||
| "Path to a custom shared object, that implements the necessary rendering " | ||||
| "functions" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:78 | ||||
| #, c-format | ||||
| msgid "Path to shared object not set!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:74 | ||||
| #, c-format | ||||
| msgid "Please specify renderers and file names\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:104 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Please specify shared object for external renderer. Will ignore this " | ||||
| "renderer.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:277 | ||||
| msgid "Print version" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../command-line.c:160 | ||||
| #, c-format | ||||
| msgid "Probably missing argument. Check --help option\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:219 | ||||
| msgid "Quit" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:104 | ||||
| msgid "Ready" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/dialog.glade:33 | ||||
| msgid "Render PDF using Cairographics" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/dialog.glade:48 | ||||
| msgid "Render SVG using Cairographics (too buggy at the moment)" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:293 | ||||
| msgid "Renderer Settings" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:365 | ||||
| msgid "Renderer already started asynchronously" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:279 | ||||
| msgid "Renderer to use. Can be used multiple times." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:467 | ||||
| msgid "Rendering Cairo Output..." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-render-gui.c:554 | ||||
| msgid "Rendering cell..." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:98 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Rendering function not found in library:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:86 | ||||
| msgid "Save Mapping" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:23 | ||||
| msgid "Save the current layer configuration to CSV" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:312 | ||||
| #, c-format | ||||
| msgid "Scale < 1 not allowed. Setting to 1\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/layer-widget.glade:51 | ||||
| msgid "Select Layer Color and Opacity" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:240 | ||||
| msgid "Select all layers for export" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:331 | ||||
| #, c-format | ||||
| msgid "Size of layer %d%s%s%s: <%lf x %lf> @ (%lf | %lf)\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:195 | ||||
| msgid "Sort layers ascending" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/main.glade:210 | ||||
| msgid "Sort layers descending" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:212 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "There is already an open instance. Will open second window in that " | ||||
| "instance.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:244 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "This is gds-render, version: %s\n" | ||||
| "\n" | ||||
| "For a list of supported commands execute with --help option.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:188 | ||||
| #, c-format | ||||
| msgid "Visited cell list should be empty. This is a bug. Please report this.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:244 | ||||
| #, c-format | ||||
| msgid "Width: %.3lf %sm" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:110 | ||||
| msgid "Working..." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:96 | ||||
| msgid "" | ||||
| "gds-render is a free tool for rendering GDS2 layout files into vector " | ||||
| "graphics." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../resources/layer-widget.glade:37 | ||||
| msgid "label" | ||||
| msgstr "" | ||||
| @@ -1,33 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:71 | ||||
| #, c-format | ||||
| msgid "Broken cell list item found in cell %s. Will continue.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:57 | ||||
| #, c-format | ||||
| msgid "Broken cell list item found. Will continue.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../gds-utils/gds-tree-checker.c:188 | ||||
| #, c-format | ||||
| msgid "Visited cell list should be empty. This is a bug. Please report this.\n" | ||||
| msgstr "" | ||||
| @@ -1,121 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../main.c:97 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "\n" | ||||
| "\n" | ||||
| "Full git commit: %s" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:294 | ||||
| msgid " FILE - Convert GDS file <FILE> to graphic" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:220 | ||||
| msgid "About" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:290 | ||||
| msgid "Argument string passed to render lib" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:284 | ||||
| msgid "Cell to render" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:286 | ||||
| msgid "Create PDF Layers (OCG)" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:285 | ||||
| msgid "Create standalone TeX" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:280 | ||||
| msgid "Divide output coordinates by <SCALE>" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:321 | ||||
| #, c-format | ||||
| msgid "Ignored argument: %s" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:116 | ||||
| #, c-format | ||||
| msgid "Logo could not be displayed: %s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:299 | ||||
| #, c-format | ||||
| msgid "Option parsing failed: %s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:282 | ||||
| msgid "Output file path. Can be used multiple times." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:283 | ||||
| msgid "Path for Layer Mapping File" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:288 | ||||
| msgid "" | ||||
| "Path to a custom shared object, that implements the necessary rendering " | ||||
| "functions" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:277 | ||||
| msgid "Print version" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:219 | ||||
| msgid "Quit" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:279 | ||||
| msgid "Renderer to use. Can be used multiple times." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:312 | ||||
| #, c-format | ||||
| msgid "Scale < 1 not allowed. Setting to 1\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:212 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "There is already an open instance. Will open second window in that " | ||||
| "instance.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:244 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "This is gds-render, version: %s\n" | ||||
| "\n" | ||||
| "For a list of supported commands execute with --help option.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../main.c:96 | ||||
| msgid "" | ||||
| "gds-render is a free tool for rendering GDS2 layout files into vector " | ||||
| "graphics." | ||||
| msgstr "" | ||||
| @@ -1,53 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:409 | ||||
| #, c-format | ||||
| msgid "Cairo export finished. It might still be buggy!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:366 | ||||
| #, c-format | ||||
| msgid "Exporting layer %d to file\n" | ||||
| msgstr "" | ||||
|  | ||||
| #. This should not happen | ||||
| #: ../output-renderers/cairo-renderer.c:271 | ||||
| #, c-format | ||||
| msgid "Fatal error: Cairo Renderer: Could not spawn child process!" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:321 | ||||
| #, c-format | ||||
| msgid "Layer number too high / outside of spec.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:369 | ||||
| #, c-format | ||||
| msgid "Layer outside of spec.\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:467 | ||||
| msgid "Rendering Cairo Output..." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/cairo-renderer.c:331 | ||||
| #, c-format | ||||
| msgid "Size of layer %d%s%s%s: <%lf x %lf> @ (%lf | %lf)\n" | ||||
| msgstr "" | ||||
| @@ -1,54 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #. Execute | ||||
| #: ../output-renderers/external-renderer.c:120 | ||||
| msgid "Calling external renderer." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:89 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Could not load external library '%s'\n" | ||||
| "Detailed error is:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:142 | ||||
| msgid "External renderer finished." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:106 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Init function not found in library:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:78 | ||||
| #, c-format | ||||
| msgid "Path to shared object not set!\n" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/external-renderer.c:98 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Rendering function not found in library:\n" | ||||
| "%s\n" | ||||
| msgstr "" | ||||
| @@ -1,46 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:293 | ||||
| msgid "No layer specification supplied." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:288 | ||||
| msgid "No/invalid output file set." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:283 | ||||
| msgid "Output Renderer not valid." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:304 | ||||
| msgid "Output Renderer: Rendering function broken. This is a bug." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:298 | ||||
| msgid "Output renderer called without cell to render." | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:74 | ||||
| msgid "Output renderer does not define a render_output function!" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/gds-output-renderer.c:365 | ||||
| msgid "Renderer already started asynchronously" | ||||
| msgstr "" | ||||
| @@ -1,27 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../output-renderers/latex-renderer.c:373 | ||||
| msgid "Could not open LaTeX output file" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../output-renderers/latex-renderer.c:253 | ||||
| #, c-format | ||||
| msgid "Generating cell %s" | ||||
| msgstr "" | ||||
							
								
								
									
										1
									
								
								translations/pot/po/de/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								translations/pot/po/de/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1 +0,0 @@ | ||||
| *.po~ | ||||
| @@ -1,73 +0,0 @@ | ||||
| # German translations for gds-render package. | ||||
| # Copyright (C) 2019 THE gds-render's COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the PACKAGE package. | ||||
| # Mario Hüttel <mario.huettel@gmx.net>, 2019. | ||||
| # | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PACKAGE VERSION\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-10-22 23:02+0200\n" | ||||
| "PO-Revision-Date: 2019-10-22 23:02+0200\n" | ||||
| "Last-Translator:  <mario.huettel@gmx.net>\n" | ||||
| "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" | ||||
| "Language: de\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||
|  | ||||
| #: ../command-line.c:203 | ||||
| #, c-format | ||||
| msgid "%d reference loops found.\n" | ||||
| msgstr "%d Referenzschleifen gefunden.\n" | ||||
|  | ||||
| #: ../command-line.c:207 | ||||
| #, c-format | ||||
| msgid "Cell is affected by reference loop. Abort!\n" | ||||
| msgstr "Zelle von Referenzschleife betroffen. Abbruch!\n" | ||||
|  | ||||
| #: ../command-line.c:213 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Cell was not checked. This should not happen. Please report this issue. Will " | ||||
| "continue either way.\n" | ||||
| msgstr "Zelle wurde nicht überprüft. Das sollte nicht passieren. Bitte melden Sie dieses Fehlverhalten. Es wird " | ||||
| "dennoch fortgefahren.\n" | ||||
|  | ||||
| #: ../command-line.c:200 | ||||
| #, c-format | ||||
| msgid "Checking library %s failed.\n" | ||||
| msgstr "Überprüfen der Bibliothek %s fehlgeschlagen.\n" | ||||
|  | ||||
| #: ../command-line.c:193 | ||||
| #, c-format | ||||
| msgid "Couldn't find cell in first library!\n" | ||||
| msgstr "Konnte Zelle nicht in der ersten Bibliothek finden!\n" | ||||
|  | ||||
| #: ../command-line.c:81 | ||||
| #, c-format | ||||
| msgid "Count of renderers %d does not match count of output file names %d\n" | ||||
| msgstr "Anzahl der Renderer %d entspricht nicht der Anzahl der angegebenen Ausgabepfade %s\n" | ||||
|  | ||||
| #: ../command-line.c:184 | ||||
| #, c-format | ||||
| msgid "No library in library list. This should not happen.\n" | ||||
| msgstr "Keine Bilbiothek in Bibliotheksliste vorhanden. Dies sollte nicht passieren.\n" | ||||
|  | ||||
| #: ../command-line.c:74 | ||||
| #, c-format | ||||
| msgid "Please specify renderers and file names\n" | ||||
| msgstr "Bitte geben Sie Renderer und Dateinamen an\n" | ||||
|  | ||||
| #: ../command-line.c:104 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "Please specify shared object for external renderer. Will ignore this " | ||||
| "renderer.\n" | ||||
| msgstr "Bitte geben Sie ein 'shared object' für den externen Renderer an. Renderer wird ignoriert.\n" | ||||
|  | ||||
| #: ../command-line.c:158 | ||||
| #, c-format | ||||
| msgid "Probably missing argument. Check --help option\n" | ||||
| msgstr "Vermutlich fehlendes Argument. Siehe --help Option für Hilfe\n" | ||||
| @@ -1,50 +0,0 @@ | ||||
| # German translations for PACKAGE package. | ||||
| # Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the PACKAGE package. | ||||
| # Mario Hüttel <mario.huettel@gmx.net>, 2019. | ||||
| # | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render VERSION\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-11-15 20:32+0100\n" | ||||
| "PO-Revision-Date: 2019-10-18 23:10+0200\n" | ||||
| "Last-Translator:  <mario.huettel@gmx.net>\n" | ||||
| "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" | ||||
| "Language: de\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||
|  | ||||
| #: ../gds-render-gui.c:275 | ||||
| msgid "Acc. Date" | ||||
| msgstr "Zugr. Datum" | ||||
|  | ||||
| #: ../gds-render-gui.c:318 | ||||
| msgid "Cancel" | ||||
| msgstr "Abbruch" | ||||
|  | ||||
| #: ../gds-render-gui.c:268 | ||||
| msgid "Cell" | ||||
| msgstr "Zelle" | ||||
|  | ||||
| #: ../gds-render-gui.c:326 | ||||
| msgid "GDSII-Files" | ||||
| msgstr "GDSII-Dateiem" | ||||
|  | ||||
| #: ../gds-render-gui.c:265 | ||||
| msgid "Library" | ||||
| msgstr "Bibliothek" | ||||
|  | ||||
| #: ../gds-render-gui.c:272 | ||||
| msgid "Mod. Date" | ||||
| msgstr "Mod. Datum" | ||||
|  | ||||
| #: ../gds-render-gui.c:319 | ||||
| msgid "Open GDSII" | ||||
| msgstr "GDSII öffnen" | ||||
|  | ||||
| #: ../gds-render-gui.c:316 | ||||
| msgid "Open GDSII File" | ||||
| msgstr "GDSII Datei öffnen" | ||||
| @@ -1,133 +0,0 @@ | ||||
| # German translations for gds-render package. | ||||
| # Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # Mario Hüttel <mario.huettel@gmx.net>, 2019. | ||||
| # | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render VERSION\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-11-15 20:32+0100\n" | ||||
| "PO-Revision-Date: 2019-10-18 20:49+0200\n" | ||||
| "Last-Translator:  <mario.huettel@gmx.net>\n" | ||||
| "Language-Team: German <mario.huettel@gmx.net>\n" | ||||
| "Language: de\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||
|  | ||||
| #: ../main.c:97 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "\n" | ||||
| "\n" | ||||
| "Full git commit: %s" | ||||
| msgstr "" | ||||
| "\n" | ||||
| "\n" | ||||
| "Vollständige git Commit-ID %s" | ||||
|  | ||||
| #: ../main.c:293 | ||||
| msgid " FILE - Convert GDS file <FILE> to graphic" | ||||
| msgstr "Datei -- Konvertiere GDS Datei <Datei> zu Vektorgrafik" | ||||
|  | ||||
| #: ../main.c:221 | ||||
| msgid "About" | ||||
| msgstr "Über" | ||||
|  | ||||
| #: ../main.c:289 | ||||
| msgid "Argument string passed to render lib" | ||||
| msgstr "Argumente, die an externe Render-Bibliothek weitergegeben werden sollen" | ||||
|  | ||||
| #: ../main.c:283 | ||||
| msgid "Cell to render" | ||||
| msgstr "Zu konvertierende Zelle" | ||||
|  | ||||
| #: ../main.c:285 | ||||
| msgid "Create PDF Layers (OCG)" | ||||
| msgstr "Generiere PDF Layer (OCG)" | ||||
|  | ||||
| #: ../main.c:284 | ||||
| msgid "Create standalone TeX" | ||||
| msgstr "Generiere alleinstehendes TeX" | ||||
|  | ||||
| #: ../main.c:279 | ||||
| msgid "Divide output coordinates by <SCALE>" | ||||
| msgstr "Skaliere Ausgabekoordinaten um Faktor <SCALE> herab" | ||||
|  | ||||
| #: ../main.c:320 | ||||
| #, c-format | ||||
| msgid "Ignored argument: %s" | ||||
| msgstr "Ignoriertes Argument: %s" | ||||
|  | ||||
| #: ../main.c:116 | ||||
| #, c-format | ||||
| msgid "Logo could not be displayed: %s\n" | ||||
| msgstr "Logo konnte nicht angezeigt werden: %s\n" | ||||
|  | ||||
| #: ../main.c:298 | ||||
| #, c-format | ||||
| msgid "Option parsing failed: %s\n" | ||||
| msgstr "Übergabeparameterkonvertierung fehlgeschlagen: %s\n" | ||||
|  | ||||
| #: ../main.c:281 | ||||
| msgid "Output file path. Can be used multiple times." | ||||
| msgstr "Ausgabedatei. Kann mehrfach angegeben werden." | ||||
|  | ||||
| #: ../main.c:282 | ||||
| msgid "Path for Layer Mapping File" | ||||
| msgstr "Pfad zur \"Layer Mapping\"-Datei" | ||||
|  | ||||
| #: ../main.c:287 | ||||
| msgid "" | ||||
| "Path to a custom shared object, that implements the necessary rendering " | ||||
| "functions" | ||||
| msgstr "" | ||||
| "Pfad zu einer Programmbibliothek, die die notwendigen Renderingfunktionen bereitstellt" | ||||
|  | ||||
| #: ../main.c:276 | ||||
| msgid "Print version" | ||||
| msgstr "Programmversion aufgeben" | ||||
|  | ||||
| #: ../main.c:220 | ||||
| msgid "Quit" | ||||
| msgstr "Beenden" | ||||
|  | ||||
| #: ../main.c:278 | ||||
| msgid "Renderer to use. Can be used multiple times." | ||||
| msgstr "Gewünschter Renderer. Kann mehrfach angegeben werden." | ||||
|  | ||||
| #: ../main.c:311 | ||||
| #, c-format | ||||
| msgid "Scale < 1 not allowed. Setting to 1\n" | ||||
| msgstr "Skalierung < 1 nicht erlaubt. Rückfallwert 1 benutzt.\n" | ||||
|  | ||||
| #: ../main.c:213 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "There is already an open instance. Will open second window in that " | ||||
| "instance.\n" | ||||
| msgstr "" | ||||
| "Es is bereits eine Instanz dieses Programms geöffnet. Ein weiteres Fenster " | ||||
| "in dieser wird geöffnet.\n" | ||||
|  | ||||
| #: ../main.c:245 | ||||
| #, c-format | ||||
| msgid "" | ||||
| "This is gds-render, version: %s\n" | ||||
| "\n" | ||||
| "For a list of supported commands execute with --help option.\n" | ||||
| msgstr "" | ||||
| "gds-render, Version %s\n" | ||||
| "\n" | ||||
| "Um eine Liste der unterstützten Befehle zu erhalten, bitte mit der Option --" | ||||
| "help ausführen.\n" | ||||
|  | ||||
| #: ../main.c:96 | ||||
| msgid "" | ||||
| "gds-render is a free tool for rendering GDS2 layout files into vector " | ||||
| "graphics." | ||||
| msgstr "" | ||||
| "gds-render is ein freies Werkzeug zum Wandeln von GDS2 Layouts in " | ||||
| "Vektorgrafiken." | ||||
| @@ -1,26 +0,0 @@ | ||||
| # German translations for gds-render package. | ||||
| # Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the PACKAGE package. | ||||
| # Mario Hüttel <mario.huettel@gmx.net>, 2019. | ||||
| # | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PACKAGE VERSION\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-10-25 20:27+0200\n" | ||||
| "PO-Revision-Date: 2019-10-25 20:27+0200\n" | ||||
| "Last-Translator:  <mario.huettel@gmx.net>\n" | ||||
| "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" | ||||
| "Language: de\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:105 | ||||
| msgid "Ready" | ||||
| msgstr "Bereit" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:111 | ||||
| msgid "Working..." | ||||
| msgstr "Berechnung aktiv..." | ||||
| @@ -1,26 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:104 | ||||
| msgid "Ready" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/activity-bar.c:110 | ||||
| msgid "Working..." | ||||
| msgstr "" | ||||
| @@ -1,51 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:291 | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:246 | ||||
| #, c-format | ||||
| msgid "Height: %.3lf %sm" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:291 | ||||
| msgid "OK" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:255 | ||||
| #, c-format | ||||
| msgid "Output Height: %u px" | ||||
| msgstr "" | ||||
|  | ||||
| #. Set the pixel sizes | ||||
| #: ../widgets/conv-settings-dialog.c:252 | ||||
| #, c-format | ||||
| msgid "Output Width: %u px" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:293 | ||||
| msgid "Renderer Settings" | ||||
| msgstr "" | ||||
|  | ||||
| #: ../widgets/conv-settings-dialog.c:244 | ||||
| #, c-format | ||||
| msgid "Width: %.3lf %sm" | ||||
| msgstr "" | ||||
| @@ -1,23 +0,0 @@ | ||||
| # SOME DESCRIPTIVE TITLE. | ||||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||||
| # This file is distributed under the same license as the gds-render package. | ||||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||||
| # | ||||
| #, fuzzy | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: gds-render\n" | ||||
| "Report-Msgid-Bugs-To: \n" | ||||
| "POT-Creation-Date: 2019-12-12 21:38+0100\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| "Language: \n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=CHARSET\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
|  | ||||
| #: ../widgets/layer-element.c:102 | ||||
| #, c-format | ||||
| msgid "Layer: %d" | ||||
| msgstr "" | ||||
		Reference in New Issue
	
	Block a user