From owner-svn-ports-branches@freebsd.org Sun Mar 1 18:10:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12500247BAE; Sun, 1 Mar 2020 18:10:42 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48VrtB09jRz4HTJ; Sun, 1 Mar 2020 18:10:42 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C74147780; Sun, 1 Mar 2020 18:10:41 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 021IAfEu002293; Sun, 1 Mar 2020 18:10:41 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 021IAfH7002290; Sun, 1 Mar 2020 18:10:41 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202003011810.021IAfH7002290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 1 Mar 2020 18:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r527566 - branches/2020Q1/cad/kicad-doc X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q1/cad/kicad-doc X-SVN-Commit-Revision: 527566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2020 18:10:42 -0000 Author: cmt Date: Sun Mar 1 18:10:41 2020 New Revision: 527566 URL: https://svnweb.freebsd.org/changeset/ports/527566 Log: MFH: r527565 switch kicad-doc from source to pre-built docs The build process is rather unstable on our asciidoc toolchain, but then the doc files are completely independent of OS and machine architecture, so there's nothing which stops us from just taking the ready-built files from upstream. At the same time this enables two additional documentation languages (polnish and chinese) - their build process was even more unstable than the rest in my environment. PR: 241183 Approved by: ports-secteam (joneum@) Modified: branches/2020Q1/cad/kicad-doc/Makefile branches/2020Q1/cad/kicad-doc/distinfo branches/2020Q1/cad/kicad-doc/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/cad/kicad-doc/Makefile ============================================================================== --- branches/2020Q1/cad/kicad-doc/Makefile Sun Mar 1 18:04:31 2020 (r527565) +++ branches/2020Q1/cad/kicad-doc/Makefile Sun Mar 1 18:10:41 2020 (r527566) @@ -3,37 +3,26 @@ PORTNAME= kicad PORTVERSION= 5.1.5 +PORTREVISION= 1 CATEGORIES= cad +MASTER_SITES= https://kicad-downloads.s3.cern.ch/docs/ PKGNAMESUFFIX= -doc +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION} MAINTAINER= cmt@FreeBSD.org COMMENT= KiCad Documentation and Help Files LICENSE= GPLv3+ CC-BY-3.0 LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE.adoc -BUILD_DEPENDS= ja-font-vlgothic>0:japanese/font-vlgothic \ - tex-xetex>0:print/tex-xetex \ - asciidoc:textproc/asciidoc \ - dblatex:textproc/dblatex \ - po4a:textproc/po4a \ - source-highlight:textproc/source-highlight \ - freefont-ttf>0:x11-fonts/freefont-ttf RUN_DEPENDS= kicad:cad/kicad -USES= cmake gettext-tools - -USE_GITHUB= yes -GH_ACCOUNT= KiCad -GH_PROJECT= kicad-doc - CONFLICTS= kicad-devel-r2* NO_ARCH= yes +NO_BUILD= yes -CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ - -DLANGUAGES="ca;de;en;es;fr;id;it;ja;nl;ru" -INSTALL_TARGET= install +do-install: + cd ${WRKSRC}/share/doc/kicad && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} .include Modified: branches/2020Q1/cad/kicad-doc/distinfo ============================================================================== --- branches/2020Q1/cad/kicad-doc/distinfo Sun Mar 1 18:04:31 2020 (r527565) +++ branches/2020Q1/cad/kicad-doc/distinfo Sun Mar 1 18:10:41 2020 (r527566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574032110 -SHA256 (KiCad-kicad-doc-5.1.5_GH0.tar.gz) = 6a36d185cfb4b52540704114ef6fe32138e025c088eb7363c337804c80b828e6 -SIZE (KiCad-kicad-doc-5.1.5_GH0.tar.gz) = 75372826 +TIMESTAMP = 1583079927 +SHA256 (kicad-doc-5.1.5.tar.gz) = 477ad2ac29e70eccf1155cdca887280d1c74767b9444f7d38b5ec701fee17dc5 +SIZE (kicad-doc-5.1.5.tar.gz) = 317623098 Modified: branches/2020Q1/cad/kicad-doc/pkg-plist ============================================================================== --- branches/2020Q1/cad/kicad-doc/pkg-plist Sun Mar 1 18:04:31 2020 (r527565) +++ branches/2020Q1/cad/kicad-doc/pkg-plist Sun Mar 1 18:10:41 2020 (r527566) @@ -4936,6 +4936,845 @@ %%DOCSDIR%%/help/ja/plugins.epub %%DOCSDIR%%/help/ja/plugins.html %%DOCSDIR%%/help/ja/plugins.pdf +%%DOCSDIR%%/help/pl/cvpcb.epub +%%DOCSDIR%%/help/pl/cvpcb.html +%%DOCSDIR%%/help/pl/cvpcb.pdf +%%DOCSDIR%%/help/pl/eeschema.epub +%%DOCSDIR%%/help/pl/eeschema.html +%%DOCSDIR%%/help/pl/eeschema.pdf +%%DOCSDIR%%/help/pl/gerbview.epub +%%DOCSDIR%%/help/pl/gerbview.html +%%DOCSDIR%%/help/pl/gerbview.pdf +%%DOCSDIR%%/help/pl/getting_started_in_kicad.epub +%%DOCSDIR%%/help/pl/getting_started_in_kicad.html +%%DOCSDIR%%/help/pl/getting_started_in_kicad.pdf +%%DOCSDIR%%/help/pl/idf_exporter.epub +%%DOCSDIR%%/help/pl/idf_exporter.html +%%DOCSDIR%%/help/pl/idf_exporter.pdf +%%DOCSDIR%%/help/pl/images/Calculation1.png +%%DOCSDIR%%/help/pl/images/Calculation2.png +%%DOCSDIR%%/help/pl/images/Modedit_pad_delta_example.png +%%DOCSDIR%%/help/pl/images/Modedit_pad_offset_example.png +%%DOCSDIR%%/help/pl/images/Modedit_top_toolbar.png +%%DOCSDIR%%/help/pl/images/Pcbnew_array_grid_offsets.png +%%DOCSDIR%%/help/pl/images/Pcbnew_array_grid_stagger_cols_3.png +%%DOCSDIR%%/help/pl/images/Pcbnew_array_grid_stagger_rows_2.png +%%DOCSDIR%%/help/pl/images/Pcbnew_board_outline_imported_from_a_DXF.png +%%DOCSDIR%%/help/pl/images/Pcbnew_board_outline_with_dogpile.png +%%DOCSDIR%%/help/pl/images/Pcbnew_board_outline_with_globally_placed_modules.png +%%DOCSDIR%%/help/pl/images/Pcbnew_circuit_after_placement.png +%%DOCSDIR%%/help/pl/images/Pcbnew_copper_layers_contrast_high.png +%%DOCSDIR%%/help/pl/images/Pcbnew_copper_layers_contrast_normal.png +%%DOCSDIR%%/help/pl/images/Pcbnew_creating_new_track.png +%%DOCSDIR%%/help/pl/images/Pcbnew_dr_example_rustic.png +%%DOCSDIR%%/help/pl/images/Pcbnew_dr_example_standard.png +%%DOCSDIR%%/help/pl/images/Pcbnew_example_library.png +%%DOCSDIR%%/help/pl/images/Pcbnew_final_preparation_example_board.png +%%DOCSDIR%%/help/pl/images/Pcbnew_grid_size_dropdown.png +%%DOCSDIR%%/help/pl/images/Pcbnew_import_spread_footprints.png +%%DOCSDIR%%/help/pl/images/Pcbnew_layer_colour_key.png +%%DOCSDIR%%/help/pl/images/Pcbnew_layer_pair_indicator.png +%%DOCSDIR%%/help/pl/images/Pcbnew_left_toolbar.png +%%DOCSDIR%%/help/pl/images/Pcbnew_library_wizard.png +%%DOCSDIR%%/help/pl/images/Pcbnew_new_track_completed.png +%%DOCSDIR%%/help/pl/images/Pcbnew_new_track_in_progress.png +%%DOCSDIR%%/help/pl/images/Pcbnew_ratsnest_during_move.png +%%DOCSDIR%%/help/pl/images/Pcbnew_right_toolbar.png +%%DOCSDIR%%/help/pl/images/Pcbnew_routing_posture.png +%%DOCSDIR%%/help/pl/images/Pcbnew_setting_pcb_origin.png +%%DOCSDIR%%/help/pl/images/Pcbnew_simple_board_outline.png +%%DOCSDIR%%/help/pl/images/Pcbnew_stacked_footprints.png +%%DOCSDIR%%/help/pl/images/Pcbnew_technical_layers_contrast_high.png +%%DOCSDIR%%/help/pl/images/Pcbnew_technical_layers_contrast_normal.png +%%DOCSDIR%%/help/pl/images/Pcbnew_thermal_relief_parameters.png +%%DOCSDIR%%/help/pl/images/Pcbnew_toolbar_layer_select_dropdown.png +%%DOCSDIR%%/help/pl/images/Pcbnew_track_thickness_dropdown.png +%%DOCSDIR%%/help/pl/images/Pcbnew_track_toolbar.png +%%DOCSDIR%%/help/pl/images/Pcbnew_unstacked_footprints.png +%%DOCSDIR%%/help/pl/images/Pcbnew_via_size_dropdown.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_add_similar_after.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_add_similar_during.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_corner_move_after.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_corner_move_during.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_exclude_pads.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_filled_with_cutout.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_filling_result.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_include_pads.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_limit_example.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_priority_example_after_filling.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_thermal_relief.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zone_unfilled_cutout_outline.png +%%DOCSDIR%%/help/pl/images/Pcbnew_zoom_factor_dropdown.png +%%DOCSDIR%%/help/pl/images/bom_extra_option_windows.png +%%DOCSDIR%%/help/pl/images/bus_junction.png +%%DOCSDIR%%/help/pl/images/copypaste11.png +%%DOCSDIR%%/help/pl/images/copypaste12.png +%%DOCSDIR%%/help/pl/images/copypaste13.png +%%DOCSDIR%%/help/pl/images/copypaste21.png +%%DOCSDIR%%/help/pl/images/copypaste22.png +%%DOCSDIR%%/help/pl/images/copypaste23.png +%%DOCSDIR%%/help/pl/images/copypaste31.png +%%DOCSDIR%%/help/pl/images/copypaste32.png +%%DOCSDIR%%/help/pl/images/copypaste33.png +%%DOCSDIR%%/help/pl/images/copypaste41.png +%%DOCSDIR%%/help/pl/images/copypaste42.png +%%DOCSDIR%%/help/pl/images/copypaste43.png +%%DOCSDIR%%/help/pl/images/copypaste51.png +%%DOCSDIR%%/help/pl/images/copypaste52.png +%%DOCSDIR%%/help/pl/images/copypaste53.png +%%DOCSDIR%%/help/pl/images/cvpcb_main_toolbar.png +%%DOCSDIR%%/help/pl/images/drag_element.png +%%DOCSDIR%%/help/pl/images/edit_line.png +%%DOCSDIR%%/help/pl/images/edit_line_end.png +%%DOCSDIR%%/help/pl/images/edit_line_start.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_choice_free.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_choice_x100.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_choice_x1000.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_order_none.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_order_x.png +%%DOCSDIR%%/help/pl/images/eeschema_annotation_order_y.png +%%DOCSDIR%%/help/pl/images/eeschema_complex_hierarchy.png +%%DOCSDIR%%/help/pl/images/eeschema_erc_options.png +%%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy.png +%%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy_1.png +%%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy_2.png +%%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy_3.png +%%DOCSDIR%%/help/pl/images/eeschema_hierarchical_label.png +%%DOCSDIR%%/help/pl/images/eeschema_netlist_schematic.png +%%DOCSDIR%%/help/pl/images/eeschema_power_pins_and_flags.png +%%DOCSDIR%%/help/pl/images/eeschema_pspice_netlist.png +%%DOCSDIR%%/help/pl/images/erc_pointers.png +%%DOCSDIR%%/help/pl/images/gerbview_left_toolbar.png +%%DOCSDIR%%/help/pl/images/gerbview_x2_attribute.png +%%DOCSDIR%%/help/pl/images/gerbview_x2_component.png +%%DOCSDIR%%/help/pl/images/gerbview_x2_net.png +%%DOCSDIR%%/help/pl/images/gsik_bus_connection.png +%%DOCSDIR%%/help/pl/images/gsik_high_number_pins.png +%%DOCSDIR%%/help/pl/images/gsik_myconn3_l.png +%%DOCSDIR%%/help/pl/images/gsik_myconn3_quicklib.png +%%DOCSDIR%%/help/pl/images/gsik_myconn3_s.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_010.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_020.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_030.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_040.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_050.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_060.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_070.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_080.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_090.png +%%DOCSDIR%%/help/pl/images/gsik_tutorial1_100.png +%%DOCSDIR%%/help/pl/images/hierarchical_label_root.png +%%DOCSDIR%%/help/pl/images/hierarchical_label_sub.png +%%DOCSDIR%%/help/pl/images/hsheet_properties_1.png +%%DOCSDIR%%/help/pl/images/icons/add_arc.png +%%DOCSDIR%%/help/pl/images/icons/add_bus.png +%%DOCSDIR%%/help/pl/images/icons/add_bus2bus.png +%%DOCSDIR%%/help/pl/images/icons/add_circle.png +%%DOCSDIR%%/help/pl/images/icons/add_component.png +%%DOCSDIR%%/help/pl/images/icons/add_corner.png +%%DOCSDIR%%/help/pl/images/icons/add_dashed_line.png +%%DOCSDIR%%/help/pl/images/icons/add_dimension.png +%%DOCSDIR%%/help/pl/images/icons/add_glabel.png +%%DOCSDIR%%/help/pl/images/icons/add_hierar_pin.png +%%DOCSDIR%%/help/pl/images/icons/add_hierarchical_label.png +%%DOCSDIR%%/help/pl/images/icons/add_hierarchical_subsheet.png +%%DOCSDIR%%/help/pl/images/icons/add_junction.png +%%DOCSDIR%%/help/pl/images/icons/add_keepout_area.png +%%DOCSDIR%%/help/pl/images/icons/add_line.png +%%DOCSDIR%%/help/pl/images/icons/add_line2bus.png +%%DOCSDIR%%/help/pl/images/icons/add_line_label.png +%%DOCSDIR%%/help/pl/images/icons/add_pcb_target.png +%%DOCSDIR%%/help/pl/images/icons/add_polygon.png +%%DOCSDIR%%/help/pl/images/icons/add_power.png +%%DOCSDIR%%/help/pl/images/icons/add_rectangle.png +%%DOCSDIR%%/help/pl/images/icons/add_tracks.png +%%DOCSDIR%%/help/pl/images/icons/add_zone.png +%%DOCSDIR%%/help/pl/images/icons/add_zone_cutout.png +%%DOCSDIR%%/help/pl/images/icons/anchor.png +%%DOCSDIR%%/help/pl/images/icons/annotate.png +%%DOCSDIR%%/help/pl/images/icons/annotate_down_right.png +%%DOCSDIR%%/help/pl/images/icons/annotate_right_down.png +%%DOCSDIR%%/help/pl/images/icons/array.png +%%DOCSDIR%%/help/pl/images/icons/auto_associe.png +%%DOCSDIR%%/help/pl/images/icons/auto_delete_track.png +%%DOCSDIR%%/help/pl/images/icons/auto_track_width.png +%%DOCSDIR%%/help/pl/images/icons/axis3d.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_back.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_bottom.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_front.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_left.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_right.png +%%DOCSDIR%%/help/pl/images/icons/axis3d_top.png +%%DOCSDIR%%/help/pl/images/icons/bom.png +%%DOCSDIR%%/help/pl/images/icons/book.png +%%DOCSDIR%%/help/pl/images/icons/break_bus.png +%%DOCSDIR%%/help/pl/images/icons/break_line.png +%%DOCSDIR%%/help/pl/images/icons/browse_files.png +%%DOCSDIR%%/help/pl/images/icons/cancel.png +%%DOCSDIR%%/help/pl/images/icons/change_entry_orient.png +%%DOCSDIR%%/help/pl/images/icons/checked_ok.png +%%DOCSDIR%%/help/pl/images/icons/component_select_alternate_shape.png +%%DOCSDIR%%/help/pl/images/icons/component_select_unit.png +%%DOCSDIR%%/help/pl/images/icons/config.png +%%DOCSDIR%%/help/pl/images/icons/contrast_mode.png +%%DOCSDIR%%/help/pl/images/icons/copper_layers_setup.png +%%DOCSDIR%%/help/pl/images/icons/copy.png +%%DOCSDIR%%/help/pl/images/icons/copy_library.png +%%DOCSDIR%%/help/pl/images/icons/copy_symbol.png +%%DOCSDIR%%/help/pl/images/icons/copycomponent.png +%%DOCSDIR%%/help/pl/images/icons/create_cmp_file.png +%%DOCSDIR%%/help/pl/images/icons/cursor.png +%%DOCSDIR%%/help/pl/images/icons/cursor_shape.png +%%DOCSDIR%%/help/pl/images/icons/cvpcb.png +%%DOCSDIR%%/help/pl/images/icons/dashline.png +%%DOCSDIR%%/help/pl/images/icons/datasheet.png +%%DOCSDIR%%/help/pl/images/icons/delete.png +%%DOCSDIR%%/help/pl/images/icons/delete_association.png +%%DOCSDIR%%/help/pl/images/icons/delete_gerber.png +%%DOCSDIR%%/help/pl/images/icons/directory.png +%%DOCSDIR%%/help/pl/images/icons/display_options.png +%%DOCSDIR%%/help/pl/images/icons/down.png +%%DOCSDIR%%/help/pl/images/icons/drc.png +%%DOCSDIR%%/help/pl/images/icons/drc_off.png +%%DOCSDIR%%/help/pl/images/icons/duplicate.png +%%DOCSDIR%%/help/pl/images/icons/edges_sketch.png +%%DOCSDIR%%/help/pl/images/icons/edit.png +%%DOCSDIR%%/help/pl/images/icons/edit_comp_footprint.png +%%DOCSDIR%%/help/pl/images/icons/edit_comp_ref.png +%%DOCSDIR%%/help/pl/images/icons/edit_comp_value.png +%%DOCSDIR%%/help/pl/images/icons/edit_component.png +%%DOCSDIR%%/help/pl/images/icons/edit_module.png +%%DOCSDIR%%/help/pl/images/icons/edit_part.png +%%DOCSDIR%%/help/pl/images/icons/edit_text.png +%%DOCSDIR%%/help/pl/images/icons/editor.png +%%DOCSDIR%%/help/pl/images/icons/eeschema.png +%%DOCSDIR%%/help/pl/images/icons/enter_sheet.png +%%DOCSDIR%%/help/pl/images/icons/erc.png +%%DOCSDIR%%/help/pl/images/icons/erc_green.png +%%DOCSDIR%%/help/pl/images/icons/ercerr.png +%%DOCSDIR%%/help/pl/images/icons/ercwarn.png +%%DOCSDIR%%/help/pl/images/icons/exit.png +%%DOCSDIR%%/help/pl/images/icons/export.png +%%DOCSDIR%%/help/pl/images/icons/export_dsn.png +%%DOCSDIR%%/help/pl/images/icons/export_footprint_names.png +%%DOCSDIR%%/help/pl/images/icons/export_idf.png +%%DOCSDIR%%/help/pl/images/icons/export_module.png +%%DOCSDIR%%/help/pl/images/icons/fabrication.png +%%DOCSDIR%%/help/pl/images/icons/file_footprint.png +%%DOCSDIR%%/help/pl/images/icons/fill_zone.png +%%DOCSDIR%%/help/pl/images/icons/find.png +%%DOCSDIR%%/help/pl/images/icons/find_replace.png +%%DOCSDIR%%/help/pl/images/icons/flag.png +%%DOCSDIR%%/help/pl/images/icons/fonts.png +%%DOCSDIR%%/help/pl/images/icons/footprint_text.png +%%DOCSDIR%%/help/pl/images/icons/gbr_select_mode0.png +%%DOCSDIR%%/help/pl/images/icons/gbr_select_mode1.png +%%DOCSDIR%%/help/pl/images/icons/gbr_select_mode2.png +%%DOCSDIR%%/help/pl/images/icons/general_deletions.png +%%DOCSDIR%%/help/pl/images/icons/general_ratsnest.png +%%DOCSDIR%%/help/pl/images/icons/gerber_file.png +%%DOCSDIR%%/help/pl/images/icons/gerbview_clear_layers.png +%%DOCSDIR%%/help/pl/images/icons/gerbview_drill_file.png +%%DOCSDIR%%/help/pl/images/icons/gerbview_show_negative_objects.png +%%DOCSDIR%%/help/pl/images/icons/gl_change.png +%%DOCSDIR%%/help/pl/images/icons/glabel2label.png +%%DOCSDIR%%/help/pl/images/icons/glabel2text.png +%%DOCSDIR%%/help/pl/images/icons/green.png +%%DOCSDIR%%/help/pl/images/icons/grid.png +%%DOCSDIR%%/help/pl/images/icons/grid_select.png +%%DOCSDIR%%/help/pl/images/icons/grid_select_axis.png +%%DOCSDIR%%/help/pl/images/icons/hammer.png +%%DOCSDIR%%/help/pl/images/icons/help.png +%%DOCSDIR%%/help/pl/images/icons/hidden_pin.png +%%DOCSDIR%%/help/pl/images/icons/hierarchy_nav.png +%%DOCSDIR%%/help/pl/images/icons/hotkeys.png +%%DOCSDIR%%/help/pl/images/icons/image.png +%%DOCSDIR%%/help/pl/images/icons/import.png +%%DOCSDIR%%/help/pl/images/icons/import3d.png +%%DOCSDIR%%/help/pl/images/icons/import_cmp_from_lib.png +%%DOCSDIR%%/help/pl/images/icons/import_footprint_names.png +%%DOCSDIR%%/help/pl/images/icons/import_hierarchical_label.png +%%DOCSDIR%%/help/pl/images/icons/import_module.png +%%DOCSDIR%%/help/pl/images/icons/info.png +%%DOCSDIR%%/help/pl/images/icons/insert_module_board.png +%%DOCSDIR%%/help/pl/images/icons/invisible_text.png +%%DOCSDIR%%/help/pl/images/icons/kicad_icon_small.png +%%DOCSDIR%%/help/pl/images/icons/label.png +%%DOCSDIR%%/help/pl/images/icons/label2glabel.png +%%DOCSDIR%%/help/pl/images/icons/label2text.png +%%DOCSDIR%%/help/pl/images/icons/lang_bg.png +%%DOCSDIR%%/help/pl/images/icons/lang_catalan.png +%%DOCSDIR%%/help/pl/images/icons/lang_chinese.png +%%DOCSDIR%%/help/pl/images/icons/lang_cs.png +%%DOCSDIR%%/help/pl/images/icons/lang_de.png +%%DOCSDIR%%/help/pl/images/icons/lang_def.png +%%DOCSDIR%%/help/pl/images/icons/lang_en.png +%%DOCSDIR%%/help/pl/images/icons/lang_es.png +%%DOCSDIR%%/help/pl/images/icons/lang_fi.png +%%DOCSDIR%%/help/pl/images/icons/lang_fr.png +%%DOCSDIR%%/help/pl/images/icons/lang_gr.png +%%DOCSDIR%%/help/pl/images/icons/lang_hu.png +%%DOCSDIR%%/help/pl/images/icons/lang_it.png +%%DOCSDIR%%/help/pl/images/icons/lang_jp.png +%%DOCSDIR%%/help/pl/images/icons/lang_ko.png +%%DOCSDIR%%/help/pl/images/icons/lang_nl.png +%%DOCSDIR%%/help/pl/images/icons/lang_pl.png +%%DOCSDIR%%/help/pl/images/icons/lang_pt.png +%%DOCSDIR%%/help/pl/images/icons/lang_ru.png +%%DOCSDIR%%/help/pl/images/icons/lang_sl.png +%%DOCSDIR%%/help/pl/images/icons/language.png +%%DOCSDIR%%/help/pl/images/icons/layers_manager.png +%%DOCSDIR%%/help/pl/images/icons/leave_sheet.png +%%DOCSDIR%%/help/pl/images/icons/left.png +%%DOCSDIR%%/help/pl/images/icons/lib_next.png +%%DOCSDIR%%/help/pl/images/icons/lib_previous.png +%%DOCSDIR%%/help/pl/images/icons/libedit.png +%%DOCSDIR%%/help/pl/images/icons/library.png +%%DOCSDIR%%/help/pl/images/icons/library_browse.png +%%DOCSDIR%%/help/pl/images/icons/lines90.png +%%DOCSDIR%%/help/pl/images/icons/load_gerber.png +%%DOCSDIR%%/help/pl/images/icons/load_module_board.png +%%DOCSDIR%%/help/pl/images/icons/load_module_lib.png +%%DOCSDIR%%/help/pl/images/icons/local_ratsnest.png +%%DOCSDIR%%/help/pl/images/icons/locked.png +%%DOCSDIR%%/help/pl/images/icons/measurement.png +%%DOCSDIR%%/help/pl/images/icons/mode_module.png +%%DOCSDIR%%/help/pl/images/icons/mode_track.png +%%DOCSDIR%%/help/pl/images/icons/modratsnest.png +%%DOCSDIR%%/help/pl/images/icons/module.png +%%DOCSDIR%%/help/pl/images/icons/module_check.png +%%DOCSDIR%%/help/pl/images/icons/module_editor.png +%%DOCSDIR%%/help/pl/images/icons/module_filtered_list.png +%%DOCSDIR%%/help/pl/images/icons/module_full_list.png +%%DOCSDIR%%/help/pl/images/icons/module_library_list.png +%%DOCSDIR%%/help/pl/images/icons/module_options.png +%%DOCSDIR%%/help/pl/images/icons/module_pin_filtered_list.png +%%DOCSDIR%%/help/pl/images/icons/module_ratsnest.png +%%DOCSDIR%%/help/pl/images/icons/module_wizard.png +%%DOCSDIR%%/help/pl/images/icons/modview_icon.png +%%DOCSDIR%%/help/pl/images/icons/morgan1.png +%%DOCSDIR%%/help/pl/images/icons/morgan2.png +%%DOCSDIR%%/help/pl/images/icons/move.png +%%DOCSDIR%%/help/pl/images/icons/mw_add_gap.png +%%DOCSDIR%%/help/pl/images/icons/mw_add_line.png +%%DOCSDIR%%/help/pl/images/icons/mw_add_shape.png +%%DOCSDIR%%/help/pl/images/icons/mw_add_stub.png +%%DOCSDIR%%/help/pl/images/icons/mw_add_stub_arc.png +%%DOCSDIR%%/help/pl/images/icons/mw_toolbar.png +%%DOCSDIR%%/help/pl/images/icons/net_highlight.png +%%DOCSDIR%%/help/pl/images/icons/net_highlight_schematic.png +%%DOCSDIR%%/help/pl/images/icons/net_locked.png +%%DOCSDIR%%/help/pl/images/icons/net_unlocked.png +%%DOCSDIR%%/help/pl/images/icons/netlist.png +%%DOCSDIR%%/help/pl/images/icons/new_board.png +%%DOCSDIR%%/help/pl/images/icons/new_component.png +%%DOCSDIR%%/help/pl/images/icons/new_document.png +%%DOCSDIR%%/help/pl/images/icons/new_footprint.png +%%DOCSDIR%%/help/pl/images/icons/new_library.png +%%DOCSDIR%%/help/pl/images/icons/new_page_layout.png +%%DOCSDIR%%/help/pl/images/icons/new_project.png +%%DOCSDIR%%/help/pl/images/icons/new_project_with_template.png +%%DOCSDIR%%/help/pl/images/icons/new_symbol.png +%%DOCSDIR%%/help/pl/images/icons/noconn.png +%%DOCSDIR%%/help/pl/images/icons/normal.png +%%DOCSDIR%%/help/pl/images/icons/online_help.png +%%DOCSDIR%%/help/pl/images/icons/open_brd_file.png +%%DOCSDIR%%/help/pl/images/icons/open_document.png +%%DOCSDIR%%/help/pl/images/icons/open_library.png +%%DOCSDIR%%/help/pl/images/icons/open_page_layout.png +%%DOCSDIR%%/help/pl/images/icons/open_project.png +%%DOCSDIR%%/help/pl/images/icons/opt_show_polygon.png +%%DOCSDIR%%/help/pl/images/icons/options_pad.png +%%DOCSDIR%%/help/pl/images/icons/orient.png +%%DOCSDIR%%/help/pl/images/icons/ortho.png +%%DOCSDIR%%/help/pl/images/icons/pad.png +%%DOCSDIR%%/help/pl/images/icons/pad_dimensions.png +%%DOCSDIR%%/help/pl/images/icons/pad_sketch.png +%%DOCSDIR%%/help/pl/images/icons/pads_mask_layers.png +%%DOCSDIR%%/help/pl/images/icons/pagelayout_normal_view_mode.png +%%DOCSDIR%%/help/pl/images/icons/pagelayout_special_view_mode.png +%%DOCSDIR%%/help/pl/images/icons/palette.png +%%DOCSDIR%%/help/pl/images/icons/part_properties.png +%%DOCSDIR%%/help/pl/images/icons/paste.png +%%DOCSDIR%%/help/pl/images/icons/pcb_offset.png +%%DOCSDIR%%/help/pl/images/icons/pcbnew.png +%%DOCSDIR%%/help/pl/images/icons/pin.png +%%DOCSDIR%%/help/pl/images/icons/pin2pin.png +%%DOCSDIR%%/help/pl/images/icons/pin_name_to.png +%%DOCSDIR%%/help/pl/images/icons/pin_number_to.png +%%DOCSDIR%%/help/pl/images/icons/pin_size_to.png +%%DOCSDIR%%/help/pl/images/icons/pin_table.png +%%DOCSDIR%%/help/pl/images/icons/pin_to.png +%%DOCSDIR%%/help/pl/images/icons/plot.png +%%DOCSDIR%%/help/pl/images/icons/plot_dxf.png +%%DOCSDIR%%/help/pl/images/icons/plot_hpg.png +%%DOCSDIR%%/help/pl/images/icons/plot_pdf.png +%%DOCSDIR%%/help/pl/images/icons/plot_ps.png +%%DOCSDIR%%/help/pl/images/icons/plot_svg.png +%%DOCSDIR%%/help/pl/images/icons/polar_coord.png +%%DOCSDIR%%/help/pl/images/icons/post_compo.png +%%DOCSDIR%%/help/pl/images/icons/post_drill.png +%%DOCSDIR%%/help/pl/images/icons/post_module.png +%%DOCSDIR%%/help/pl/images/icons/preference.png +%%DOCSDIR%%/help/pl/images/icons/print_button.png +%%DOCSDIR%%/help/pl/images/icons/ps_router.png +%%DOCSDIR%%/help/pl/images/icons/py_script.png +%%DOCSDIR%%/help/pl/images/icons/ratsnest.png +%%DOCSDIR%%/help/pl/images/icons/read_setup.png +%%DOCSDIR%%/help/pl/images/icons/red.png +%%DOCSDIR%%/help/pl/images/icons/redo.png +%%DOCSDIR%%/help/pl/images/icons/reload.png +%%DOCSDIR%%/help/pl/images/icons/reload2.png +%%DOCSDIR%%/help/pl/images/icons/reset_text.png +%%DOCSDIR%%/help/pl/images/icons/resize_sheet.png +%%DOCSDIR%%/help/pl/images/icons/right.png +%%DOCSDIR%%/help/pl/images/icons/rotate_neg_x.png +%%DOCSDIR%%/help/pl/images/icons/rotate_neg_y.png +%%DOCSDIR%%/help/pl/images/icons/rotate_neg_z.png +%%DOCSDIR%%/help/pl/images/icons/rotate_pos_x.png +%%DOCSDIR%%/help/pl/images/icons/rotate_pos_y.png +%%DOCSDIR%%/help/pl/images/icons/rotate_pos_z.png +%%DOCSDIR%%/help/pl/images/icons/save.png +%%DOCSDIR%%/help/pl/images/icons/save_as.png +%%DOCSDIR%%/help/pl/images/icons/save_library.png +%%DOCSDIR%%/help/pl/images/icons/save_part_in_mem.png +%%DOCSDIR%%/help/pl/images/icons/save_project.png +%%DOCSDIR%%/help/pl/images/icons/save_setup.png +%%DOCSDIR%%/help/pl/images/icons/select_grid.png +%%DOCSDIR%%/help/pl/images/icons/select_layer_pair.png +%%DOCSDIR%%/help/pl/images/icons/select_w_layer.png +%%DOCSDIR%%/help/pl/images/icons/shape_3d.png +%%DOCSDIR%%/help/pl/images/icons/sheetset.png +%%DOCSDIR%%/help/pl/images/icons/show_dcodenumber.png +%%DOCSDIR%%/help/pl/images/icons/show_footprint.png +%%DOCSDIR%%/help/pl/images/icons/show_mod_edge.png +%%DOCSDIR%%/help/pl/images/icons/show_zone.png +%%DOCSDIR%%/help/pl/images/icons/show_zone_disable.png +%%DOCSDIR%%/help/pl/images/icons/show_zone_outline_only.png +%%DOCSDIR%%/help/pl/images/icons/showtrack.png +%%DOCSDIR%%/help/pl/images/icons/spreadsheet.png +%%DOCSDIR%%/help/pl/images/icons/svg_file.png +%%DOCSDIR%%/help/pl/images/icons/swap_layer.png +%%DOCSDIR%%/help/pl/images/icons/text.png +%%DOCSDIR%%/help/pl/images/icons/text_sketch.png +%%DOCSDIR%%/help/pl/images/icons/three_d.png +%%DOCSDIR%%/help/pl/images/icons/tool_ratsnest.png +%%DOCSDIR%%/help/pl/images/icons/tools.png +%%DOCSDIR%%/help/pl/images/icons/track_locked.png +%%DOCSDIR%%/help/pl/images/icons/track_sketch.png +%%DOCSDIR%%/help/pl/images/icons/track_unlocked.png +%%DOCSDIR%%/help/pl/images/icons/transistor.png +%%DOCSDIR%%/help/pl/images/icons/undelete.png +%%DOCSDIR%%/help/pl/images/icons/undo.png +%%DOCSDIR%%/help/pl/images/icons/unit_inch.png +%%DOCSDIR%%/help/pl/images/icons/unit_mm.png +%%DOCSDIR%%/help/pl/images/icons/unknown.png +%%DOCSDIR%%/help/pl/images/icons/unlocked.png +%%DOCSDIR%%/help/pl/images/icons/unzip.png +%%DOCSDIR%%/help/pl/images/icons/up.png +%%DOCSDIR%%/help/pl/images/icons/update_module_board.png +%%DOCSDIR%%/help/pl/images/icons/use_3D_copper_thickness.png +%%DOCSDIR%%/help/pl/images/icons/via.png +%%DOCSDIR%%/help/pl/images/icons/via_sketch.png +%%DOCSDIR%%/help/pl/images/icons/warning.png +%%DOCSDIR%%/help/pl/images/icons/web_support.png +%%DOCSDIR%%/help/pl/images/icons/width_net.png +%%DOCSDIR%%/help/pl/images/icons/width_segment.png +%%DOCSDIR%%/help/pl/images/icons/width_track.png +%%DOCSDIR%%/help/pl/images/icons/width_track_via.png +%%DOCSDIR%%/help/pl/images/icons/width_vias.png +%%DOCSDIR%%/help/pl/images/icons/zip.png +%%DOCSDIR%%/help/pl/images/icons/zip_tool.png +%%DOCSDIR%%/help/pl/images/icons/zone_duplicate.png +%%DOCSDIR%%/help/pl/images/icons/zone_unfill.png +%%DOCSDIR%%/help/pl/images/icons/zoom.png +%%DOCSDIR%%/help/pl/images/icons/zoom_area.png +%%DOCSDIR%%/help/pl/images/icons/zoom_center_on_screen.png +%%DOCSDIR%%/help/pl/images/icons/zoom_fit_in_page.png +%%DOCSDIR%%/help/pl/images/icons/zoom_in.png +%%DOCSDIR%%/help/pl/images/icons/zoom_out.png +%%DOCSDIR%%/help/pl/images/icons/zoom_redraw.png +%%DOCSDIR%%/help/pl/images/icons/zoom_selection.png +%%DOCSDIR%%/help/pl/images/idf_export.png +%%DOCSDIR%%/help/pl/images/idf_select.png +%%DOCSDIR%%/help/pl/images/kicad_flowchart.png +%%DOCSDIR%%/help/pl/images/launch_pane.png +%%DOCSDIR%%/help/pl/images/logo.png +%%DOCSDIR%%/help/pl/images/main_toolbar.png +%%DOCSDIR%%/help/pl/images/module_params.png +%%DOCSDIR%%/help/pl/images/opamp_symbol.png +%%DOCSDIR%%/help/pl/images/pad_properties.png +%%DOCSDIR%%/help/pl/images/pcbnew_3d_viewer.png +%%DOCSDIR%%/help/pl/images/pin_properties.png +%%DOCSDIR%%/help/pl/images/pl/3d_window.png +%%DOCSDIR%%/help/pl/images/pl/Footprint_library_list.png +%%DOCSDIR%%/help/pl/images/pl/Footprint_tables_list.png +%%DOCSDIR%%/help/pl/images/pl/Library_list_menu_item.png +%%DOCSDIR%%/help/pl/images/pl/Library_tables_menu_item.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_3D_file_browser.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_alias_path_config.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_context_menu_graphics.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_context_menu_module_parameters.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_context_menu_pads.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_footprint_3d_preview.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_footprint_level_pad_settings.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_footprint_text_properties.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_internal_path_config.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_main_window.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_3d_options.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_attributes.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_autoplace_settings.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_properties.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_properties_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_module_properties_documentation_fields.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_pad_level_pad_settings.png +%%DOCSDIR%%/help/pl/images/pl/Modedit_pad_properties_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_DRC_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_action_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_add_cutout_menu_item.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_advanced_tracing_options.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_archive_footprints_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_array_dialog_circular.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_array_dialog_grid.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_bad_tracks_deletion_option.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_change_modules_button.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_context_module_mode_module_under_cursor.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_context_module_mode_no_module_under_cursor.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_coordinate_status_display.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_design_rules_dropdown.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_design_rules_editor_global_tab.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_design_rules_editor_netclass_tab.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_design_rules_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_design_rules_top_toolbar.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_dimensions_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_display_model_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_drill_file_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_drill_origin_setting.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_edit_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_exchange_module_option.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_extra_footprints_deletion_option.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_file_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_fill_refill_all_zones.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_footprint_exchange_options.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_general_options_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_inspect_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_keepout_area_properties.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_manager_pane.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_selection_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_selection_dropdown.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_selection_popup.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_setup_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_setup_dialog_layer_properties.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_setup_menu_item.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_legacy_block_selection_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_measurement_tool.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_module_properties.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_module_selection_option.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_move_all_modules.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_move_exact_cartesian.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_move_exact_polar.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_netlist_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_pad_mask_clearance_menu_item.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_pad_mask_settings_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_place_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_plot_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_plot_fine_scale_setting.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_plot_options_gerber.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_plot_options_other_formats.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_plot_postscript_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_footprint_mode.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_footprint_mode_footprint.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_footprint_mode_track.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_normal_mode.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_normal_mode_footprint.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_normal_mode_track.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_track_mode.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_track_mode_footprint.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_popup_track_mode_track.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_preferences_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_route_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_setup_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_specific_size_options.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_technical_layer_zone_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_thermal_relief_settings.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_tools_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_top_menu_bar.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_top_toolbar.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_global_edit_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_global_edit_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_in_progres_context.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_grid_size_selection.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_track_width_selection.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_track_width_selection_in_use.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_via_size_selection.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_via_size_selection_in_use.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_track_toolbar_zoom_selection.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_unlock_footprint_option.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_via_layer_pair_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_via_layer_pair_popup.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_view_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_filling_options.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_modification_menu_items.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_priority_example.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_priority_level_setting.png +%%DOCSDIR%%/help/pl/images/pl/Pcbnew_zone_properties_dialog.png +%%DOCSDIR%%/help/pl/images/pl/Right-click_legacy_menu.png +%%DOCSDIR%%/help/pl/images/pl/Sample_3D_board.png +%%DOCSDIR%%/help/pl/images/pl/annotate-dialog.png +%%DOCSDIR%%/help/pl/images/pl/autorouter_context_layer_pairs.png +%%DOCSDIR%%/help/pl/images/pl/bitmap2component_window.png +%%DOCSDIR%%/help/pl/images/pl/bitmap_with_multiplication.png +%%DOCSDIR%%/help/pl/images/pl/block_constraints.png +%%DOCSDIR%%/help/pl/images/pl/block_constraints_options.png +%%DOCSDIR%%/help/pl/images/pl/boardclasses.png +%%DOCSDIR%%/help/pl/images/pl/bom-netlist-tab.png +%%DOCSDIR%%/help/pl/images/pl/button_drill.png +%%DOCSDIR%%/help/pl/images/pl/button_run_drc.png +%%DOCSDIR%%/help/pl/images/pl/choose_component.png +%%DOCSDIR%%/help/pl/images/pl/color_settings.png +%%DOCSDIR%%/help/pl/images/pl/colorcode.png +%%DOCSDIR%%/help/pl/images/pl/commands_overview.png +%%DOCSDIR%%/help/pl/images/pl/complex_hierarchy.png +%%DOCSDIR%%/help/pl/images/pl/component_during_placement.png +%%DOCSDIR%%/help/pl/images/pl/component_history.png +%%DOCSDIR%%/help/pl/images/pl/component_selection.png +%%DOCSDIR%%/help/pl/images/pl/configure_path_dlg.png +%%DOCSDIR%%/help/pl/images/pl/constraint_options.png +%%DOCSDIR%%/help/pl/images/pl/constraints_defined.png +%%DOCSDIR%%/help/pl/images/pl/constraints_none.png +%%DOCSDIR%%/help/pl/images/pl/context_createnew.png +%%DOCSDIR%%/help/pl/images/pl/context_createnew2.png +%%DOCSDIR%%/help/pl/images/pl/context_element.png +%%DOCSDIR%%/help/pl/images/pl/context_line_move.png +%%DOCSDIR%%/help/pl/images/pl/context_line_move_end.png +%%DOCSDIR%%/help/pl/images/pl/context_line_move_start.png +%%DOCSDIR%%/help/pl/images/pl/context_menu.png +%%DOCSDIR%%/help/pl/images/pl/context_none.png +%%DOCSDIR%%/help/pl/images/pl/context_start_trace.png +%%DOCSDIR%%/help/pl/images/pl/context_zone_clone.png +%%DOCSDIR%%/help/pl/images/pl/custom_tracks_width.png +%%DOCSDIR%%/help/pl/images/pl/cvpcb_main_window.png +%%DOCSDIR%%/help/pl/images/pl/cvpcb_preference_menu.png +%%DOCSDIR%%/help/pl/images/pl/default_hot_key_list.png +%%DOCSDIR%%/help/pl/images/pl/design_rules.png +%%DOCSDIR%%/help/pl/images/pl/dev-chain.png +%%DOCSDIR%%/help/pl/images/pl/dialog_bom.png +%%DOCSDIR%%/help/pl/images/pl/dialog_bus_definitions.png +%%DOCSDIR%%/help/pl/images/pl/dialog_choose_component.png +%%DOCSDIR%%/help/pl/images/pl/dialog_component_properties.png +%%DOCSDIR%%/help/pl/images/pl/dialog_edit_fields.png +%%DOCSDIR%%/help/pl/images/pl/dialog_erc.png +%%DOCSDIR%%/help/pl/images/pl/dialog_erc_opts.png +%%DOCSDIR%%/help/pl/images/pl/dialog_migrate_buses.png +%%DOCSDIR%%/help/pl/images/pl/dialog_newline.png +%%DOCSDIR%%/help/pl/images/pl/dialog_newtext.png +%%DOCSDIR%%/help/pl/images/pl/dialog_pad_masks.png +%%DOCSDIR%%/help/pl/images/pl/dialog_select_element.png +%%DOCSDIR%%/help/pl/images/pl/display_options.png +%%DOCSDIR%%/help/pl/images/pl/edit_component_dropdown.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_component_properties.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_cvpcb_with_filtering.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_cvpcb_without_filtering.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_file_menu_plot.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_filter.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_hierarchical_pin.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_alias.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_anchor.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_description.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_disable_common.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_field_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_field_properties.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_footprint.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_new.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_not_interchangeable.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pin_context_menu.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pin_properties.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pin_properties_style.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_pins_per_part.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_polyline_properties.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_power_symbol.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_select_unit.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_unit1.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_unit2.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_libedit_unit3.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_library_component_field.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_netlist_dialog_add_plugin.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_netlist_dialog_padspcb.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_netlist_dialog_pcbnew.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_netlist_dialog_spice.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plot_dxf.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plot_hpgl.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plot_pdf.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plot_postscript.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plot_svg.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plugin_add_plugin.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_plugin_padspcb.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_popup_edit_component.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_popup_edit_label.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_popup_without_element.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_properties_for_component.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_properties_for_symbol.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_symbol_properties.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_uncheck_pin_name_inside.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_viewlib_choose.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_viewlib_select_component.png +%%DOCSDIR%%/help/pl/images/pl/eeschema_viewlib_select_library.png +%%DOCSDIR%%/help/pl/images/pl/electricalspacing.png +%%DOCSDIR%%/help/pl/images/pl/erc_errors.png +%%DOCSDIR%%/help/pl/images/pl/erc_pointers_info.png +%%DOCSDIR%%/help/pl/images/pl/erc_pointers_message.png +%%DOCSDIR%%/help/pl/images/pl/export_shortcut_list.png +%%DOCSDIR%%/help/pl/images/pl/file_menu.png +%%DOCSDIR%%/help/pl/images/pl/filter_comp.png +%%DOCSDIR%%/help/pl/images/pl/filter_comp_and_pincount.png +%%DOCSDIR%%/help/pl/images/pl/filter_library.png +%%DOCSDIR%%/help/pl/images/pl/filter_library_pincount.png +%%DOCSDIR%%/help/pl/images/pl/filter_none.png +%%DOCSDIR%%/help/pl/images/pl/filter_pincount.png +%%DOCSDIR%%/help/pl/images/pl/find_dialog.png +%%DOCSDIR%%/help/pl/images/pl/footprint_move_context.png +%%DOCSDIR%%/help/pl/images/pl/footprint_move_mode.png +%%DOCSDIR%%/help/pl/images/pl/footprint_view.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_chooseflt.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_githubselection.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_locallibselection.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_locallibstartpage.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_startpage_github.png +%%DOCSDIR%%/help/pl/images/pl/fplib_wizard_validate.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_file_menu.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_layer_manager.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_layer_select_1.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_layer_select_2.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_main_screen.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_misc_menu.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_mode_raw_stack.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_mode_transparency.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_preferences_menu.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_top_dcode.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_top_info.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_top_layer.png +%%DOCSDIR%%/help/pl/images/pl/gerbview_top_toolbar.png +%%DOCSDIR%%/help/pl/images/pl/gsik_accelerator_keys.png +%%DOCSDIR%%/help/pl/images/pl/gsik_hotkeys.png +%%DOCSDIR%%/help/pl/images/pl/hierarchy_navigator_dialog.png +%%DOCSDIR%%/help/pl/images/pl/insert_newline_code.png +%%DOCSDIR%%/help/pl/images/pl/insert_slashnewline_code.png +%%DOCSDIR%%/help/pl/images/pl/kicad_main_window.png +%%DOCSDIR%%/help/pl/images/pl/lib_table.png +%%DOCSDIR%%/help/pl/images/pl/libedit_context_pins.png +%%DOCSDIR%%/help/pl/images/pl/libedit_main_window.png +%%DOCSDIR%%/help/pl/images/pl/libedit_pinsfree.png +%%DOCSDIR%%/help/pl/images/pl/libsettings.png +%%DOCSDIR%%/help/pl/images/pl/main_toolbar.png +%%DOCSDIR%%/help/pl/images/pl/main_window.png +%%DOCSDIR%%/help/pl/images/pl/main_window_popup.png +%%DOCSDIR%%/help/pl/images/pl/menu_bar.png +%%DOCSDIR%%/help/pl/images/pl/menu_fab_files.png +%%DOCSDIR%%/help/pl/images/pl/menu_file.png +%%DOCSDIR%%/help/pl/images/pl/menu_path_hotkey_editor.png +%%DOCSDIR%%/help/pl/images/pl/menu_position_files.png +%%DOCSDIR%%/help/pl/images/pl/menu_preferences.png +%%DOCSDIR%%/help/pl/images/pl/modedit_create_array1.png +%%DOCSDIR%%/help/pl/images/pl/modedit_create_array2.png +%%DOCSDIR%%/help/pl/images/pl/modview_mainwindow.png +%%DOCSDIR%%/help/pl/images/pl/multi_line.png +%%DOCSDIR%%/help/pl/images/pl/multi_line_2.png +%%DOCSDIR%%/help/pl/images/pl/multi_line_3.png +%%DOCSDIR%%/help/pl/images/pl/netclasses.png +%%DOCSDIR%%/help/pl/images/pl/netlist_dialog.png +%%DOCSDIR%%/help/pl/images/pl/netlist_messages.png +%%DOCSDIR%%/help/pl/images/pl/netlist_messages_filtered.png +%%DOCSDIR%%/help/pl/images/pl/opengl_menu.png +%%DOCSDIR%%/help/pl/images/pl/options.png +%%DOCSDIR%%/help/pl/images/pl/options_color.png +%%DOCSDIR%%/help/pl/images/pl/options_controls.png +%%DOCSDIR%%/help/pl/images/pl/options_default_fields.png +%%DOCSDIR%%/help/pl/images/pl/options_display.png +%%DOCSDIR%%/help/pl/images/pl/options_editing.png +%%DOCSDIR%%/help/pl/images/pl/options_multi_line.png +%%DOCSDIR%%/help/pl/images/pl/options_symbol_lib.png +%%DOCSDIR%%/help/pl/images/pl/pad_prop.png +%%DOCSDIR%%/help/pl/images/pl/page_property_1.png +%%DOCSDIR%%/help/pl/images/pl/page_property_2.png +%%DOCSDIR%%/help/pl/images/pl/page_settings.png +%%DOCSDIR%%/help/pl/images/pl/pcbnew_select_track_width.png +%%DOCSDIR%%/help/pl/images/pl/pin_prop.png +%%DOCSDIR%%/help/pl/images/pl/pin_sheet_properities_1.png +%%DOCSDIR%%/help/pl/images/pl/pin_sheet_properities_2.png +%%DOCSDIR%%/help/pl/images/pl/pl_status_bar.png +%%DOCSDIR%%/help/pl/images/pl/preferences_menu.png +%%DOCSDIR%%/help/pl/images/pl/print_dialog.png +%%DOCSDIR%%/help/pl/images/pl/project_tree.png +%%DOCSDIR%%/help/pl/images/pl/property_bitmap.png +%%DOCSDIR%%/help/pl/images/pl/property_line.png +%%DOCSDIR%%/help/pl/images/pl/property_main.png +%%DOCSDIR%%/help/pl/images/pl/property_none.png +%%DOCSDIR%%/help/pl/images/pl/property_polyline.png +%%DOCSDIR%%/help/pl/images/pl/property_text.png +%%DOCSDIR%%/help/pl/images/pl/regulators.png +%%DOCSDIR%%/help/pl/images/pl/replace_dialog.png +%%DOCSDIR%%/help/pl/images/pl/rescue-conflicts.png +%%DOCSDIR%%/help/pl/images/pl/rfattenuators.png +%%DOCSDIR%%/help/pl/images/pl/route_menu.png +%%DOCSDIR%%/help/pl/images/pl/router_options.png +%%DOCSDIR%%/help/pl/images/pl/rules_editor.png +%%DOCSDIR%%/help/pl/images/pl/select_top_copper.png +%%DOCSDIR%%/help/pl/images/pl/set_base_corner.png +%%DOCSDIR%%/help/pl/images/pl/set_current_page.png +%%DOCSDIR%%/help/pl/images/pl/shortcuts_editor.png +%%DOCSDIR%%/help/pl/images/pl/show_fields_codes.png +%%DOCSDIR%%/help/pl/images/pl/show_fields_data.png +%%DOCSDIR%%/help/pl/images/pl/sim_main_dialog.png +%%DOCSDIR%%/help/pl/images/pl/sim_main_toolbar.png +%%DOCSDIR%%/help/pl/images/pl/sim_model_passive.png +%%DOCSDIR%%/help/pl/images/pl/sim_model_source.png +%%DOCSDIR%%/help/pl/images/pl/sim_model_subckt.png +%%DOCSDIR%%/help/pl/images/pl/sim_settings.png +%%DOCSDIR%%/help/pl/images/pl/status_bar.png +%%DOCSDIR%%/help/pl/images/pl/symbol_lib_properities.png +%%DOCSDIR%%/help/pl/images/pl/symbol_powerpins.png +%%DOCSDIR%%/help/pl/images/pl/template_field_names.png +%%DOCSDIR%%/help/pl/images/pl/template_selected.png +%%DOCSDIR%%/help/pl/images/pl/template_selector.png +%%DOCSDIR%%/help/pl/images/pl/template_tree.png +%%DOCSDIR%%/help/pl/images/pl/template_tree_meta.png +%%DOCSDIR%%/help/pl/images/pl/text_noriented.png +%%DOCSDIR%%/help/pl/images/pl/text_rotated.png +%%DOCSDIR%%/help/pl/images/pl/title_block.png +%%DOCSDIR%%/help/pl/images/pl/toolbar_viewlib.png +%%DOCSDIR%%/help/pl/images/pl/trackwidth.png +%%DOCSDIR%%/help/pl/images/pl/transline.png +%%DOCSDIR%%/help/pl/images/place_a_via.png +%%DOCSDIR%%/help/pl/images/project_tree.png +%%DOCSDIR%%/help/pl/images/resistor_value.png +%%DOCSDIR%%/help/pl/images/route_icon.png +%%DOCSDIR%%/help/pl/images/sch_with_buses.png +%%DOCSDIR%%/help/pl/images/schematic-sample.png +%%DOCSDIR%%/help/pl/images/select_edge_cuts.png +%%DOCSDIR%%/help/pl/images/test_idf_blobs.png +%%DOCSDIR%%/help/pl/images/toolbar_libedit.png +%%DOCSDIR%%/help/pl/images/toolbar_libedit_alias.png +%%DOCSDIR%%/help/pl/images/toolbar_libedit_part.png +%%DOCSDIR%%/help/pl/images/toolbar_schedit.png +%%DOCSDIR%%/help/pl/images/toolbar_schedit_rightside.png +%%DOCSDIR%%/help/pl/images/toolbar_schedit_standalone.png +%%DOCSDIR%%/help/pl/images/toolbar_viewlib_part.png +%%DOCSDIR%%/help/pl/images/wires_labels.png +%%DOCSDIR%%/help/pl/kicad.epub +%%DOCSDIR%%/help/pl/kicad.html +%%DOCSDIR%%/help/pl/kicad.pdf +%%DOCSDIR%%/help/pl/pcb_calculator.epub +%%DOCSDIR%%/help/pl/pcb_calculator.html +%%DOCSDIR%%/help/pl/pcb_calculator.pdf +%%DOCSDIR%%/help/pl/pcbnew.epub +%%DOCSDIR%%/help/pl/pcbnew.html +%%DOCSDIR%%/help/pl/pcbnew.pdf +%%DOCSDIR%%/help/pl/pl_editor.epub +%%DOCSDIR%%/help/pl/pl_editor.html +%%DOCSDIR%%/help/pl/pl_editor.pdf %%DOCSDIR%%/help/ru/cvpcb.epub %%DOCSDIR%%/help/ru/cvpcb.html %%DOCSDIR%%/help/ru/cvpcb.pdf @@ -5748,3 +6587,814 @@ %%DOCSDIR%%/help/ru/plugins.epub %%DOCSDIR%%/help/ru/plugins.html %%DOCSDIR%%/help/ru/plugins.pdf +%%DOCSDIR%%/help/zh/cvpcb.epub +%%DOCSDIR%%/help/zh/cvpcb.html +%%DOCSDIR%%/help/zh/cvpcb.pdf +%%DOCSDIR%%/help/zh/eeschema.epub +%%DOCSDIR%%/help/zh/eeschema.html +%%DOCSDIR%%/help/zh/eeschema.pdf +%%DOCSDIR%%/help/zh/gerbview.epub +%%DOCSDIR%%/help/zh/gerbview.html +%%DOCSDIR%%/help/zh/gerbview.pdf +%%DOCSDIR%%/help/zh/getting_started_in_kicad.epub +%%DOCSDIR%%/help/zh/getting_started_in_kicad.html +%%DOCSDIR%%/help/zh/getting_started_in_kicad.pdf +%%DOCSDIR%%/help/zh/gui_translation_howto.epub +%%DOCSDIR%%/help/zh/gui_translation_howto.html +%%DOCSDIR%%/help/zh/gui_translation_howto.pdf +%%DOCSDIR%%/help/zh/idf_exporter.epub +%%DOCSDIR%%/help/zh/idf_exporter.html +%%DOCSDIR%%/help/zh/idf_exporter.pdf +%%DOCSDIR%%/help/zh/images/Calculation1.png +%%DOCSDIR%%/help/zh/images/Calculation2.png +%%DOCSDIR%%/help/zh/images/Library_list_menu_item.png +%%DOCSDIR%%/help/zh/images/Modedit_pad_delta_example.png +%%DOCSDIR%%/help/zh/images/Modedit_pad_offset_example.png +%%DOCSDIR%%/help/zh/images/Modedit_top_toolbar.png +%%DOCSDIR%%/help/zh/images/Pcbnew_array_grid_offsets.png +%%DOCSDIR%%/help/zh/images/Pcbnew_array_grid_stagger_cols_3.png +%%DOCSDIR%%/help/zh/images/Pcbnew_array_grid_stagger_rows_2.png +%%DOCSDIR%%/help/zh/images/Pcbnew_bad_tracks_deletion_option.png +%%DOCSDIR%%/help/zh/images/Pcbnew_board_outline_imported_from_a_DXF.png +%%DOCSDIR%%/help/zh/images/Pcbnew_board_outline_with_dogpile.png +%%DOCSDIR%%/help/zh/images/Pcbnew_board_outline_with_globally_placed_modules.png +%%DOCSDIR%%/help/zh/images/Pcbnew_circuit_after_placement.png +%%DOCSDIR%%/help/zh/images/Pcbnew_context_module_mode_module_under_cursor.png +%%DOCSDIR%%/help/zh/images/Pcbnew_context_module_mode_no_module_under_cursor.png +%%DOCSDIR%%/help/zh/images/Pcbnew_copper_layers_contrast_high.png +%%DOCSDIR%%/help/zh/images/Pcbnew_copper_layers_contrast_normal.png +%%DOCSDIR%%/help/zh/images/Pcbnew_creating_new_track.png +%%DOCSDIR%%/help/zh/images/Pcbnew_dimensions_menu.png +%%DOCSDIR%%/help/zh/images/Pcbnew_dr_example_rustic.png +%%DOCSDIR%%/help/zh/images/Pcbnew_dr_example_standard.png +%%DOCSDIR%%/help/zh/images/Pcbnew_example_library.png +%%DOCSDIR%%/help/zh/images/Pcbnew_exchange_module_option.png +%%DOCSDIR%%/help/zh/images/Pcbnew_extra_footprints_deletion_option.png +%%DOCSDIR%%/help/zh/images/Pcbnew_fill_refill_all_zones.png +%%DOCSDIR%%/help/zh/images/Pcbnew_final_preparation_example_board.png +%%DOCSDIR%%/help/zh/images/Pcbnew_import_spread_footprints.png +%%DOCSDIR%%/help/zh/images/Pcbnew_layer_colour_key.png +%%DOCSDIR%%/help/zh/images/Pcbnew_layer_pair_indicator.png +%%DOCSDIR%%/help/zh/images/Pcbnew_legacy_block_selection_dialog.png +%%DOCSDIR%%/help/zh/images/Pcbnew_library_wizard.png +%%DOCSDIR%%/help/zh/images/Pcbnew_measurement_tool.png +%%DOCSDIR%%/help/zh/images/Pcbnew_module_selection_option.png +%%DOCSDIR%%/help/zh/images/Pcbnew_move_all_modules.png +%%DOCSDIR%%/help/zh/images/Pcbnew_new_track_completed.png +%%DOCSDIR%%/help/zh/images/Pcbnew_new_track_in_progress.png +%%DOCSDIR%%/help/zh/images/Pcbnew_popup_track_mode.png +%%DOCSDIR%%/help/zh/images/Pcbnew_popup_track_mode_footprint.png +%%DOCSDIR%%/help/zh/images/Pcbnew_popup_track_mode_track.png +%%DOCSDIR%%/help/zh/images/Pcbnew_ratsnest_during_move.png +%%DOCSDIR%%/help/zh/images/Pcbnew_routing_posture.png +%%DOCSDIR%%/help/zh/images/Pcbnew_setting_pcb_origin.png +%%DOCSDIR%%/help/zh/images/Pcbnew_simple_board_outline.png +%%DOCSDIR%%/help/zh/images/Pcbnew_stacked_footprints.png +%%DOCSDIR%%/help/zh/images/Pcbnew_technical_layers_contrast_high.png +%%DOCSDIR%%/help/zh/images/Pcbnew_technical_layers_contrast_normal.png +%%DOCSDIR%%/help/zh/images/Pcbnew_thermal_relief_settings.png +%%DOCSDIR%%/help/zh/images/Pcbnew_toolbar_layer_select_dropdown.png +%%DOCSDIR%%/help/zh/images/Pcbnew_unstacked_footprints.png +%%DOCSDIR%%/help/zh/images/Pcbnew_via_layer_pair_popup.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_add_similar_after.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_add_similar_during.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_corner_move_after.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_corner_move_during.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_exclude_pads.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_filled_with_cutout.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_filling_result.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_include_pads.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_limit_example.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_priority_example.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_priority_example_after_filling.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_thermal_relief.png +%%DOCSDIR%%/help/zh/images/Pcbnew_zone_unfilled_cutout_outline.png +%%DOCSDIR%%/help/zh/images/bom_extra_option_windows.png +%%DOCSDIR%%/help/zh/images/bus_junction.png +%%DOCSDIR%%/help/zh/images/copypaste11.png +%%DOCSDIR%%/help/zh/images/copypaste12.png +%%DOCSDIR%%/help/zh/images/copypaste13.png +%%DOCSDIR%%/help/zh/images/copypaste21.png +%%DOCSDIR%%/help/zh/images/copypaste22.png +%%DOCSDIR%%/help/zh/images/copypaste23.png +%%DOCSDIR%%/help/zh/images/copypaste31.png +%%DOCSDIR%%/help/zh/images/copypaste32.png +%%DOCSDIR%%/help/zh/images/copypaste33.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***