├── .gitignore ├── Documents └── .keep ├── LICENSE ├── Makefile ├── README.md ├── Scripts ├── .keep ├── Create Table Of Content.scpt ├── ExportAllFiles.applescript ├── ExportAllLayers.applescript ├── ExportForiPad.applescript ├── FM-Sitemap_generator.v5.packaged.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── applet │ │ ├── PkgInfo │ │ └── Resources │ │ ├── Scripts │ │ └── main.scpt │ │ ├── applet.icns │ │ ├── applet.rsrc │ │ └── description.rtfd │ │ └── TXT.rtf ├── ResetPrototype.applescript └── all_og_bits │ ├── Arc.scpt │ ├── Arrange in Circle.scpt │ ├── Bar chart.scpt │ ├── Barcode.scpt │ ├── Line graph.scpt │ ├── Number selection.scpt │ ├── Pie chart.scpt │ ├── Regular Polygons.gstencil │ ├── Spiral.scpt │ ├── Star.scpt │ ├── Sum numbers.scpt │ └── Timeline.scpt ├── Stencils ├── .keep ├── Electronics │ └── .keep ├── IT Vendors (legacy) │ └── .keep ├── IT Vendors │ ├── AWS v20210430.gstencil │ ├── Alibaba Cloud v20206.gstencil │ ├── Google v20201021.gstencil │ └── Kubernetes v202107.gstencil ├── Methodologies │ ├── SIPOC Diagram (Orbus) v2016.gstencil │ └── Service Design Thinking v2012.gstencil ├── Misc │ ├── MAP - Africa.gstencil │ ├── MAP - Antarctica.gstencil │ ├── MAP - Asia Pacific, Russia, Middle East.gstencil │ ├── MAP - DC Metro.gstencil │ ├── MAP - Europe, Turkey, Russia, Ukraine.gstencil │ ├── MAP - North America.gstencil │ ├── MAP - South America.gstencil │ └── MAP - USA.gstencil └── UX │ └── .keep ├── Templates ├── .keep ├── 960 Grid.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── ADAPT v3 (Application Design for Analytical Processing Technologies).gtemplate ├── Autosizing Single Pixel Grid.gtemplate ├── BPMN 2 (Orbus) v2016.gtemplate ├── Basic │ ├── TechDiagram – Layouts.gtemplate │ ├── TechDiagram – Legal.gtemplate │ └── TechDiagram – Letter.gtemplate ├── Blank.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Business Capability (ORBUS) v2016.gtemplate ├── CD Case Jewel.gtemplate ├── Celerity (11x8.5).gtemplate │ ├── data.plist │ ├── image5.pdf │ └── image7.pdf ├── Celerity (17x11).gtemplate │ ├── data.plist │ ├── image5.pdf │ └── image7.pdf ├── Celerity (8.5x11).gtemplate │ ├── data.plist │ ├── image5.pdf │ └── image7.pdf ├── Chalkboard.gtemplate ├── Circles.gtemplate ├── Circular Geometric.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Circular Modern.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Circular Simple.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Clouds.gtemplate ├── Credit Approval Process.gtemplate ├── Detailed Network.gtemplate ├── Fixed.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Flexible.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Flowchart.gtemplate ├── Force-Directed Mind Map.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Force-Directed Whiteboard.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── GDPR Data (Orbus) v2018.gtemplate ├── Hierarchical Flowchart.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical Lines.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical Org Chart Dark.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical Org Chart.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical Simple Condensed.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical Simple.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Hierarchical.gtemplate ├── Home Network.gtemplate ├── IDEF5 Ontology.gtemplate ├── IT4IT 2 Reference Architecture (Orbus) v2016.gtemplate ├── Infinite.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Information Architecture.gtemplate ├── Konigi-UX-Template copy.gtemplate ├── Konigi-UX-Template.gtemplate ├── Konigi.gdiagramstyle ├── Lines.gtemplate ├── MS Poster Template 34x44.gtemplate ├── Mac App Icon.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── image1.icns │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Mac Document Icon.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── image1.icns │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Mac Toolbar Buttons.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── image1.icns │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Microsoft ArtPoster Drawing.gtemplate ├── Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate ├── Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate ├── Microsoft ArtPoster Template 11x17.gtemplate ├── Microsoft ArtPoster Template 22x34.gtemplate ├── Microsoft ArtPoster Template 34x44.gtemplate ├── Microsoft ArtPoster Template 8.5x11.gtemplate ├── Misc │ ├── CD Case Jewel.gtemplate │ └── Rack Server Virtualization v2015.gtemplate ├── Org Chart plain.gtemplate ├── Org Chart.gtemplate ├── Org chart copy.gtemplate ├── Posters │ ├── Microsoft ArtPoster Drawing.gtemplate │ ├── Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate │ ├── Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate │ ├── Microsoft ArtPoster Template 11x17.gtemplate │ ├── Microsoft ArtPoster Template 22x34.gtemplate │ ├── Microsoft ArtPoster Template 34x44.gtemplate │ ├── Microsoft ArtPoster Template 8.5x11.gtemplate │ └── Trisotech BPMN Poster.gtemplate ├── Rack Server Virtualization v2015.gtemplate ├── Radial Grassroots.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Radial Modern Dark.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── Radial Modern.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── SIPOC (Orbus) v2016.gtemplate ├── Single Pixel Grid.gtemplate ├── TOGAF 9 Document.gtemplate ├── Tabloid-Landscape.gtemplate ├── Tabloid-Portrait.gtemplate ├── Tabloid.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── image1.tiff │ ├── image2.tiff │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── TechDiagram – Layouts.gtemplate ├── TechDiagram – Legal.gtemplate ├── TechDiagram – Letter.gtemplate ├── Tests │ ├── ADAPT v3 (Application Design for Analytical Processing Technologies).gtemplate │ ├── Chalkboard.gtemplate │ ├── Circles.gtemplate │ ├── Circular Geometric.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Circular Modern.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Circular Simple.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Clouds.gtemplate │ ├── Credit Approval Process.gtemplate │ ├── Detailed Network.gtemplate │ ├── Flowchart.gtemplate │ ├── Force-Directed Mind Map.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Force-Directed Whiteboard.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Flowchart.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Lines.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Org Chart Dark.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Org Chart.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Simple Condensed.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical Simple.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Hierarchical.gtemplate │ ├── Home Network.gtemplate │ ├── IDEF5 Ontology.gtemplate │ ├── Information Architecture.gtemplate │ ├── Lines.gtemplate │ ├── Org Chart plain.gtemplate │ ├── Org Chart.gtemplate │ ├── Org chart copy.gtemplate │ ├── Radial Grassroots.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Radial Modern Dark.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Radial Modern.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── TOGAF 9 Document.gtemplate │ ├── Tabloid-Landscape.gtemplate │ ├── Tabloid-Portrait.gtemplate │ ├── Tabloid.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── image1.tiff │ │ ├── image2.tiff │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Trisotech Posters.gtemplate │ ├── Twitter-Bootstrap-grid-classic.gtemplate │ ├── US Letter.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ └── Vertical Flowchart.gtemplate ├── Trisotech BPMN Poster.gtemplate ├── Trisotech Posters.gtemplate ├── Twitter-Bootstrap-grid-classic.gtemplate ├── Twitter-Bootstrap-grid.gtemplate ├── Twitter-Bootstrap.gtemplate ├── US Letter.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── UX and UI │ ├── 960 Grid.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Autosizing Single Pixel Grid.gtemplate │ ├── Blank.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Celerity (11x8.5).gtemplate │ │ ├── data.plist │ │ ├── image5.pdf │ │ └── image7.pdf │ ├── Celerity (17x11).gtemplate │ │ ├── data.plist │ │ ├── image5.pdf │ │ └── image7.pdf │ ├── Celerity (8.5x11).gtemplate │ │ ├── data.plist │ │ ├── image5.pdf │ │ └── image7.pdf │ ├── Fixed.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Flexible.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Infinite.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Konigi-UX-Template copy.gtemplate │ ├── Konigi-UX-Template.gtemplate │ ├── Konigi.gdiagramstyle │ ├── Mac App Icon.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── image1.icns │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Mac Document Icon.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── image1.icns │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Mac Toolbar Buttons.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── image1.icns │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ ├── Single Pixel Grid.gtemplate │ ├── Twitter-Bootstrap-grid-classic.gtemplate │ ├── Twitter-Bootstrap-grid.gtemplate │ ├── Twitter-Bootstrap.gtemplate │ ├── cv-grid-template.gtemplate │ ├── iOS App Icon.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings │ └── iOS Templates.gtemplate │ │ ├── data.plist │ │ ├── en.strings │ │ ├── es.strings │ │ ├── fr.strings │ │ ├── it.strings │ │ ├── ja.strings │ │ ├── ko.strings │ │ ├── nl.strings │ │ ├── pt-BR.strings │ │ ├── ru.strings │ │ └── zh-Hans.strings ├── Untitled.gtemplate ├── Vertical Flowchart.gtemplate ├── cv-grid-template.gtemplate ├── eTom (ORBUS) v2017.gtemplate ├── iOS App Icon.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings └── iOS Templates.gtemplate │ ├── data.plist │ ├── en.strings │ ├── es.strings │ ├── fr.strings │ ├── it.strings │ ├── ja.strings │ ├── ko.strings │ ├── nl.strings │ ├── pt-BR.strings │ ├── ru.strings │ └── zh-Hans.strings ├── cleanUP └── .keep ├── logo.png └── stencils.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Documents/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Scripts/Create Table Of Content.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/Create Table Of Content.scpt -------------------------------------------------------------------------------- /Scripts/ExportAllFiles.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/ExportAllFiles.applescript -------------------------------------------------------------------------------- /Scripts/ExportAllLayers.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/ExportAllLayers.applescript -------------------------------------------------------------------------------- /Scripts/ExportForiPad.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/ExportForiPad.applescript -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Info.plist -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/MacOS/applet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/MacOS/applet -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLaplt -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/applet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/applet.rsrc -------------------------------------------------------------------------------- /Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/FM-Sitemap_generator.v5.packaged.app/Contents/Resources/description.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Scripts/ResetPrototype.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/ResetPrototype.applescript -------------------------------------------------------------------------------- /Scripts/all_og_bits/Arc.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Arc.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Arrange in Circle.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Arrange in Circle.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Bar chart.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Bar chart.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Barcode.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Barcode.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Line graph.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Line graph.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Number selection.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Number selection.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Pie chart.scpt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Scripts/all_og_bits/Regular Polygons.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Regular Polygons.gstencil -------------------------------------------------------------------------------- /Scripts/all_og_bits/Spiral.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Spiral.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Star.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Star.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Sum numbers.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Sum numbers.scpt -------------------------------------------------------------------------------- /Scripts/all_og_bits/Timeline.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Scripts/all_og_bits/Timeline.scpt -------------------------------------------------------------------------------- /Stencils/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Stencils/Electronics/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Stencils/IT Vendors (legacy)/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Stencils/IT Vendors/AWS v20210430.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/IT Vendors/AWS v20210430.gstencil -------------------------------------------------------------------------------- /Stencils/IT Vendors/Alibaba Cloud v20206.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/IT Vendors/Alibaba Cloud v20206.gstencil -------------------------------------------------------------------------------- /Stencils/IT Vendors/Google v20201021.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/IT Vendors/Google v20201021.gstencil -------------------------------------------------------------------------------- /Stencils/IT Vendors/Kubernetes v202107.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/IT Vendors/Kubernetes v202107.gstencil -------------------------------------------------------------------------------- /Stencils/Methodologies/SIPOC Diagram (Orbus) v2016.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Methodologies/SIPOC Diagram (Orbus) v2016.gstencil -------------------------------------------------------------------------------- /Stencils/Methodologies/Service Design Thinking v2012.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Methodologies/Service Design Thinking v2012.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - Africa.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - Africa.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - Antarctica.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - Antarctica.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - Asia Pacific, Russia, Middle East.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - Asia Pacific, Russia, Middle East.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - DC Metro.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - DC Metro.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - Europe, Turkey, Russia, Ukraine.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - Europe, Turkey, Russia, Ukraine.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - North America.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - North America.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - South America.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - South America.gstencil -------------------------------------------------------------------------------- /Stencils/Misc/MAP - USA.gstencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Stencils/Misc/MAP - USA.gstencil -------------------------------------------------------------------------------- /Stencils/UX/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/960 Grid.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/960 Grid.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/ADAPT v3 (Application Design for Analytical Processing Technologies).gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/ADAPT v3 (Application Design for Analytical Processing Technologies).gtemplate -------------------------------------------------------------------------------- /Templates/Autosizing Single Pixel Grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Autosizing Single Pixel Grid.gtemplate -------------------------------------------------------------------------------- /Templates/BPMN 2 (Orbus) v2016.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/BPMN 2 (Orbus) v2016.gtemplate -------------------------------------------------------------------------------- /Templates/Basic/TechDiagram – Layouts.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Basic/TechDiagram – Layouts.gtemplate -------------------------------------------------------------------------------- /Templates/Basic/TechDiagram – Legal.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Basic/TechDiagram – Legal.gtemplate -------------------------------------------------------------------------------- /Templates/Basic/TechDiagram – Letter.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Basic/TechDiagram – Letter.gtemplate -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Blank.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Blank.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Business Capability (ORBUS) v2016.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Business Capability (ORBUS) v2016.gtemplate -------------------------------------------------------------------------------- /Templates/CD Case Jewel.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/CD Case Jewel.gtemplate -------------------------------------------------------------------------------- /Templates/Celerity (11x8.5).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (11x8.5).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Celerity (11x8.5).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (11x8.5).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/Celerity (11x8.5).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (11x8.5).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/Celerity (17x11).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (17x11).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Celerity (17x11).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (17x11).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/Celerity (17x11).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (17x11).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/Celerity (8.5x11).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (8.5x11).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Celerity (8.5x11).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (8.5x11).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/Celerity (8.5x11).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Celerity (8.5x11).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/Chalkboard.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Chalkboard.gtemplate -------------------------------------------------------------------------------- /Templates/Circles.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circles.gtemplate -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Circular Geometric.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Geometric.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Circular Modern.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Modern.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Circular Simple.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Circular Simple.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Clouds.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Clouds.gtemplate -------------------------------------------------------------------------------- /Templates/Credit Approval Process.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Credit Approval Process.gtemplate -------------------------------------------------------------------------------- /Templates/Detailed Network.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Detailed Network.gtemplate -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Fixed.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Fixed.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Flexible.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flexible.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Flowchart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Flowchart.gtemplate -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Mind Map.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Mind Map.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Force-Directed Whiteboard.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Force-Directed Whiteboard.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/GDPR Data (Orbus) v2018.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/GDPR Data (Orbus) v2018.gtemplate -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Flowchart.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Flowchart.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Lines.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Lines.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart Dark.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart Dark.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Org Chart.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Org Chart.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple Condensed.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple Condensed.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Hierarchical Simple.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical Simple.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Hierarchical.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Hierarchical.gtemplate -------------------------------------------------------------------------------- /Templates/Home Network.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Home Network.gtemplate -------------------------------------------------------------------------------- /Templates/IDEF5 Ontology.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/IDEF5 Ontology.gtemplate -------------------------------------------------------------------------------- /Templates/IT4IT 2 Reference Architecture (Orbus) v2016.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/IT4IT 2 Reference Architecture (Orbus) v2016.gtemplate -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Infinite.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Infinite.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Information Architecture.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Information Architecture.gtemplate -------------------------------------------------------------------------------- /Templates/Konigi-UX-Template copy.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Konigi-UX-Template copy.gtemplate -------------------------------------------------------------------------------- /Templates/Konigi-UX-Template.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Konigi-UX-Template.gtemplate -------------------------------------------------------------------------------- /Templates/Konigi.gdiagramstyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Konigi.gdiagramstyle -------------------------------------------------------------------------------- /Templates/Lines.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Lines.gtemplate -------------------------------------------------------------------------------- /Templates/MS Poster Template 34x44.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/MS Poster Template 34x44.gtemplate -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Mac App Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac App Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Mac Document Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Document Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Mac Toolbar Buttons.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Mac Toolbar Buttons.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Drawing.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Drawing.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Template 11x17.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Template 11x17.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Template 22x34.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Template 22x34.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Template 34x44.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Template 34x44.gtemplate -------------------------------------------------------------------------------- /Templates/Microsoft ArtPoster Template 8.5x11.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Microsoft ArtPoster Template 8.5x11.gtemplate -------------------------------------------------------------------------------- /Templates/Misc/CD Case Jewel.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Misc/CD Case Jewel.gtemplate -------------------------------------------------------------------------------- /Templates/Misc/Rack Server Virtualization v2015.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Misc/Rack Server Virtualization v2015.gtemplate -------------------------------------------------------------------------------- /Templates/Org Chart plain.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Org Chart plain.gtemplate -------------------------------------------------------------------------------- /Templates/Org Chart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Org Chart.gtemplate -------------------------------------------------------------------------------- /Templates/Org chart copy.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Org chart copy.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Drawing.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Drawing.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Infographic 8.5x11 Landcape.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Infographic 8.5x11 Portrait.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Template 11x17.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Template 11x17.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Template 22x34.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Template 22x34.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Template 34x44.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Template 34x44.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Microsoft ArtPoster Template 8.5x11.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Microsoft ArtPoster Template 8.5x11.gtemplate -------------------------------------------------------------------------------- /Templates/Posters/Trisotech BPMN Poster.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Posters/Trisotech BPMN Poster.gtemplate -------------------------------------------------------------------------------- /Templates/Rack Server Virtualization v2015.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Rack Server Virtualization v2015.gtemplate -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Radial Grassroots.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Grassroots.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Radial Modern Dark.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern Dark.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Radial Modern.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Radial Modern.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/SIPOC (Orbus) v2016.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/SIPOC (Orbus) v2016.gtemplate -------------------------------------------------------------------------------- /Templates/Single Pixel Grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Single Pixel Grid.gtemplate -------------------------------------------------------------------------------- /Templates/TOGAF 9 Document.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/TOGAF 9 Document.gtemplate -------------------------------------------------------------------------------- /Templates/Tabloid-Landscape.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid-Landscape.gtemplate -------------------------------------------------------------------------------- /Templates/Tabloid-Portrait.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid-Portrait.gtemplate -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/image1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/image1.tiff -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/image2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/image2.tiff -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tabloid.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tabloid.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/TechDiagram – Layouts.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/TechDiagram – Layouts.gtemplate -------------------------------------------------------------------------------- /Templates/TechDiagram – Legal.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/TechDiagram – Legal.gtemplate -------------------------------------------------------------------------------- /Templates/TechDiagram – Letter.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/TechDiagram – Letter.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Chalkboard.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Chalkboard.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Circles.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circles.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Geometric.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Geometric.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Modern.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Modern.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Circular Simple.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Circular Simple.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Clouds.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Clouds.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Credit Approval Process.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Credit Approval Process.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Detailed Network.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Detailed Network.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Flowchart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Flowchart.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Mind Map.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Mind Map.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Force-Directed Whiteboard.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Force-Directed Whiteboard.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Flowchart.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Flowchart.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Lines.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Lines.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart Dark.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart Dark.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Org Chart.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Org Chart.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple Condensed.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple Condensed.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical Simple.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical Simple.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Hierarchical.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Hierarchical.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Home Network.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Home Network.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/IDEF5 Ontology.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/IDEF5 Ontology.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Information Architecture.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Information Architecture.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Lines.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Lines.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Org Chart plain.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Org Chart plain.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Org Chart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Org Chart.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Org chart copy.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Org chart copy.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Grassroots.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Grassroots.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern Dark.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern Dark.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Radial Modern.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Radial Modern.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/TOGAF 9 Document.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/TOGAF 9 Document.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Tabloid-Landscape.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid-Landscape.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Tabloid-Portrait.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid-Portrait.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/image1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/image1.tiff -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/image2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/image2.tiff -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/Tabloid.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Tabloid.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Trisotech Posters.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Trisotech Posters.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/Twitter-Bootstrap-grid-classic.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Twitter-Bootstrap-grid-classic.gtemplate -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/Tests/US Letter.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/US Letter.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Tests/Vertical Flowchart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Tests/Vertical Flowchart.gtemplate -------------------------------------------------------------------------------- /Templates/Trisotech BPMN Poster.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Trisotech BPMN Poster.gtemplate -------------------------------------------------------------------------------- /Templates/Trisotech Posters.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Trisotech Posters.gtemplate -------------------------------------------------------------------------------- /Templates/Twitter-Bootstrap-grid-classic.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Twitter-Bootstrap-grid-classic.gtemplate -------------------------------------------------------------------------------- /Templates/Twitter-Bootstrap-grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Twitter-Bootstrap-grid.gtemplate -------------------------------------------------------------------------------- /Templates/Twitter-Bootstrap.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Twitter-Bootstrap.gtemplate -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/US Letter.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/US Letter.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/960 Grid.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/960 Grid.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Autosizing Single Pixel Grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Autosizing Single Pixel Grid.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Blank.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Blank.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (11x8.5).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (11x8.5).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (11x8.5).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (11x8.5).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (11x8.5).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (11x8.5).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (17x11).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (17x11).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (17x11).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (17x11).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (17x11).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (17x11).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (8.5x11).gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (8.5x11).gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (8.5x11).gtemplate/image5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (8.5x11).gtemplate/image5.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Celerity (8.5x11).gtemplate/image7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Celerity (8.5x11).gtemplate/image7.pdf -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Fixed.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Fixed.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Flexible.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Flexible.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Infinite.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Infinite.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Konigi-UX-Template copy.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Konigi-UX-Template copy.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Konigi-UX-Template.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Konigi-UX-Template.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Konigi.gdiagramstyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Konigi.gdiagramstyle -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac App Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac App Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Document Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Document Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/image1.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/image1.icns -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Mac Toolbar Buttons.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Mac Toolbar Buttons.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/Single Pixel Grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Single Pixel Grid.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Twitter-Bootstrap-grid-classic.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Twitter-Bootstrap-grid-classic.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Twitter-Bootstrap-grid.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Twitter-Bootstrap-grid.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/Twitter-Bootstrap.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/Twitter-Bootstrap.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/cv-grid-template.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/cv-grid-template.gtemplate -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS App Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS App Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/UX and UI/iOS Templates.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/UX and UI/iOS Templates.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/Untitled.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Untitled.gtemplate -------------------------------------------------------------------------------- /Templates/Vertical Flowchart.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/Vertical Flowchart.gtemplate -------------------------------------------------------------------------------- /Templates/cv-grid-template.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/cv-grid-template.gtemplate -------------------------------------------------------------------------------- /Templates/eTom (ORBUS) v2017.gtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/eTom (ORBUS) v2017.gtemplate -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/iOS App Icon.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS App Icon.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/data.plist -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/en.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/es.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/es.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/fr.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/it.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/it.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/ja.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/ja.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/ko.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/ko.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/nl.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/nl.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/pt-BR.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/pt-BR.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/ru.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/ru.strings -------------------------------------------------------------------------------- /Templates/iOS Templates.gtemplate/zh-Hans.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/Templates/iOS Templates.gtemplate/zh-Hans.strings -------------------------------------------------------------------------------- /cleanUP/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/logo.png -------------------------------------------------------------------------------- /stencils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhdicaire/omnigraffleStencils/HEAD/stencils.md --------------------------------------------------------------------------------