/usr/share/help/de/hig/grids.page is in gnome-devel-docs 3.28.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:uix="http://projectmallard.org/experimental/ui/" type="topic" id="grids" xml:lang="de">
<info>
<link type="guide" xref="patterns#primary"/>
<desc>Gitter mit Vorschaubildern oder Symbolen</desc>
<credit type="author">
<name>Allan Day</name>
<email>aday@gnome.org</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Christian Kirbach</mal:name>
<mal:email>christian.kirbach@gmail.com</mal:email>
<mal:years>2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>mario.blaettermann@gmail.com</mal:email>
<mal:years>2016</mal:years>
</mal:credit>
</info>
<title>Gitter</title>
<media type="image" mime="image/svg" src="figures/patterns/grid.svg"/>
<p>A grid is one of the primary methods of presenting collections of content in GNOME 3. Grids are often combined with a number of the other design patterns, including <link xref="search">search</link> and <link xref="selection-mode">selection mode</link>.</p>
<section id="when-to-use">
<title>Anwendungsfälle</title>
<p>Since the grid view utilizes an image for each item it presents, it is best suited to content that has a visual component, such as documents or photos. If content items don't have a visual component, a <link xref="lists">list view</link> might be more appropriate.</p>
<p>Gitter und Listen können kombiniert werden, um verschiedene Ansichten des gleichen Inhalts anzubieten. Das kann sinnvoll sein, wenn Elementen zusätzlich Metadaten zugeordnet sind, wie beispielsweise Erstellungsdaten oder Besitzrechte.</p>
</section>
<section id="general-guidelines">
<title>Allgemeine Richtlinien</title>
<list>
<item><p>Wo immer es möglich ist, sollte jedes Element des Inhalts ein eindeutiges Vorschaubild haben.</p></item>
<item><p>Ordnen Sie die Elemente des Gitters so an, dass sie den Anwendern am nützlichsten sind. Die Anordnung nach den am häufigsten benutzten Elementen ist oft die beste Wahl.</p></item>
<item><p>Die Auswahl eines Elements im Gitter führt typischerweise dazu, dass dieses in der Ansicht hervorgehoben wird.</p></item>
<item><p>Consider combining the grid view search, selection mode and collections.</p></item>
</list>
</section>
<section id="api-reference">
<title>API-Referenz</title>
<list>
<item><p><link href="https://developer.gnome.org/gtk3/stable/GtkFlowBox.html">GtkFlowBox</link></p></item>
<item><p><link href="https://developer.gnome.org/gtk3/stable/GtkIconView.html">GtkIconView</link></p></item>
</list>
</section>
</page>
|