msgid ""
msgstr ""
"Project-Id-Version: Grid\n"
"POT-Creation-Date: 2021-05-27 06:43+0200\n"
"PO-Revision-Date: 2021-05-27 07:38+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.4.3\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: wordpress_plugin.php\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
"X-Poedit-SearchPathExcluded-1: */node_modules/*\n"

#: classes/Copy.php:61
msgid "Copy Grid"
msgstr "Grid kopieren"

#: classes/Copy.php:74
msgid "You have no permission to copy a grid."
msgstr "Du hast keine Berechtigung zum Kopieren eines Grids."

#: classes/Copy.php:78
msgid "You have no permission to copy this grid."
msgstr "Du hast keine Berechtigung zum Kopieren dieses Grids."

#: classes/Copy.php:79
msgid "This post has no grid to copy."
msgstr "Dieser Beitrag hat kein Raster zum Kopieren."

#: classes/Copy.php:83
msgid "Could not find grid."
msgstr "Das Grid konnte nicht gefunden werden."

#: classes/Copy.php:92
msgid " - Copy"
msgstr "- Kopie"

#. Plugin Name of the plugin/theme
#: classes/MetaBoxes.php:29 classes/Settings.php:173
msgid "Grid"
msgstr "Grid"

#: classes/MetaBoxes.php:44
msgid "Save post before you can use grid."
msgstr "Du musst speichern damit Grid verfügbar ist."

#: classes/MetaBoxes.php:51
msgid "Switch to the Grid"
msgstr "Zum Grid wechseln"

#: classes/MetaBoxes.php:68 classes/MetaBoxes.php:72
msgid "Position of grid"
msgstr "Position des Grid"

#: classes/MetaBoxes.php:77
msgid "Append to content"
msgstr "Nach dem Inhalt"

#: classes/MetaBoxes.php:78
msgid "Prepend to content"
msgstr "Vor dem Inhalt"

#: classes/MetaBoxes.php:79
msgid "Grid only, no content"
msgstr "Nur Grid, kein Inhalt"

#: classes/MetaBoxes.php:80
msgid "Disable grid rendering"
msgstr "Grid nicht rendern"

#: classes/Settings.php:39 classes/TheGrid.php:52
msgid "Edit Grid"
msgstr "Grid bearbeiten"

#: classes/Settings.php:67
msgid "Grid Settings"
msgstr "Grid Einstellungen"

#: classes/Settings.php:86
msgid "Frontend CSS"
msgstr ""

#: classes/Settings.php:87
msgid "Variant"
msgstr ""

#: classes/Settings.php:93
msgid "Default Styles"
msgstr "Standard Styles"

#: classes/Settings.php:94
msgid "Container Style"
msgstr "Container Style"

#: classes/Settings.php:96
msgid "Slot Style"
msgstr "Slot Style"

#: classes/Settings.php:98
msgid "Box Style"
msgstr "Box Style"

#: classes/Settings.php:104
msgid "Post Types"
msgstr "Post Typen"

#: classes/Settings.php:115 wordpress_plugin.php:230
msgid "Landing Pages"
msgstr "Übersichtsseiten"

#: classes/Settings.php:121
msgid "Post Types for content search"
msgstr "Post-Typen für die Inhaltssuche"

#: classes/Settings.php:131
msgid "New Grids"
msgstr "Neue Grids"

#: classes/Settings.php:132
msgid "Which container should be placed automatically"
msgstr ""
"Welcher Container Typ soll automatisch beim Anlegen eines neuen Grid "
"hinzugefügt werden?"

#: classes/Settings.php:138
msgid "Debug Mode"
msgstr "Entwickler Modus"

#: classes/Settings.php:139
msgid "Turn debug mode on/off"
msgstr "Schalte Entwickermodus ein/aus"

#: classes/Settings.php:145
msgid "Async"
msgstr "Async"

#: classes/Settings.php:147
msgctxt "grid_async"
msgid "Enable"
msgstr "Einschalten"

#: classes/Settings.php:150
msgid "Service url (leave empty to use default url)"
msgstr "Service URL"

#: classes/Settings.php:153
msgid ""
"After how many seconds an author loses the lock on a grid when not active?"
msgstr ""
"Nach wie vielen Sekunden verliert ein Autor die Sperre für ein Grid, wenn er "
"nicht aktiv ist?"

#: classes/Settings.php:159
msgid "Mediaselect Info"
msgstr "Medienauswahlinformationen"

#: classes/Settings.php:160
msgid "Set an info text for media in the WordPress media-box"
msgstr "Infotext für die Medien Grid-Box"

#: classes/Settings.php:166
msgid "Mediaselect Types"
msgstr "Mediaselect-Typen"

#: classes/Settings.php:167
msgid "Choose types for media-box"
msgstr "Wähle die Dateitypen für die Medien Grid-Box"

#: classes/Settings.php:174
msgid "Landing Page base"
msgstr "Übersichtsseiten URL Basis"

#: classes/Settings.php:179
msgid "Choose the css variant for frontend grid rendering."
msgstr ""

#: classes/Settings.php:188
#, fuzzy
#| msgctxt "grid_styles"
#| msgid "None"
msgctxt "Frontend css variant settings"
msgid "None"
msgstr "Keiner"

#: classes/Settings.php:192
#, fuzzy
#| msgctxt "grid_async"
#| msgid "Enable"
msgctxt "Frontend css variant settings"
msgid "Table"
msgstr "Einschalten"

#: classes/Settings.php:196
msgctxt "Frontend css variant settings"
msgid "Flexbox"
msgstr ""

#: classes/Settings.php:210
msgid "Set which default styles should be applied."
msgstr "Definiere die Standard Styles."

#: classes/Settings.php:219 classes/Settings.php:237 classes/Settings.php:255
msgctxt "grid_styles"
msgid "None"
msgstr "Keiner"

#: classes/Settings.php:276
msgid "Which post types should have grid support?"
msgstr "Welche Post Typen sollen Grid Support haben?"

#: classes/Settings.php:288
msgid "Which post types should be found in grid content search?"
msgstr "Welche Post Typen sollen in der Grid Inhaltssuche gefunden werden?"

#: classes/Settings.php:300
msgctxt "default_container"
msgid "Empty"
msgstr "Leer"

#: classes/TheGrid.php:52
msgid "Create Grid"
msgstr "Grid erstellen"

#: classes/TheGrid.php:76
msgid "Ups! I cannot find a Grid without an Post ID."
msgstr "Ups! Ich konnte für die Post ID kein Grid finden."

#: classes/TheGrid.php:105
msgid "Edit Post"
msgstr "Beitrag bearbeiten"

#: classes/TheGrid.php:107
msgid "View Grid"
msgstr "Grid ansehen"

#: core/classes/wordpress/grid_posts_box.php:260
msgid "All post formats"
msgstr "Alle Postformate"

#: core/classes/wordpress/grid_posts_box.php:274
msgid "Post format"
msgstr "Beitragsformat"

#: core/classes/wordpress/grid_posts_box.php:302
#: core/templates/wordpress/grid-box-posts-editmode.tpl.php:46
#: core/templates/wordpress/grid-box-posts-editmode.tpl.php:58
msgid "Any post type"
msgstr "Alle Post-Typen"

#: core/classes/wordpress/grid_search_form_box.php:18
msgid "Search"
msgstr ""

#: core/classes/wordpress/grid_wp_shortcode_box.php:70
msgid "Shortcode"
msgstr "Shortcode"

#: core/classes/wordpress/grid_wp_shortcode_box.php:75
msgid "Attributes"
msgstr "Attribute"

#: core/classes/wordpress/grid_wp_shortcode_box.php:81
msgid "Name"
msgstr "Name"

#: core/classes/wordpress/grid_wp_shortcode_box.php:86
msgid "Value"
msgstr "Wert"

#: wordpress_plugin.php:221
msgctxt "slug"
msgid "landing_page"
msgstr "Übersichtsseite"

#: wordpress_plugin.php:231
msgid "Landing Page"
msgstr "Übersichtsseite"

#: wordpress_plugin.php:235
msgid "This is where you can add new landing pages to your site."
msgstr "Hier kannst du neue Übersichtsseiten erstellen."

#. Plugin URI of the plugin/theme
msgid "https://github.com/palasthotel/grid-wordpress"
msgstr ""

#. Description of the plugin/theme
msgid "Helps layouting pages with containerist."
msgstr "Hilft beim Containeristen erstellen von Übersichtsseiten."

#. Author of the plugin/theme
msgid ""
"Palasthotel <rezeption@palasthotel.de> (in person: Benjamin Birkenhake, "
"Edward Bock, Enno Welbers, Jana Marie Eggebrecht)"
msgstr ""
"Palasthotel rezeption@palasthotel.de> (persönlich: Benjamin Birkenhake, "
"Edward Bock, Enno Welbers, Jana Marie Eggebrecht)"

#. Author URI of the plugin/theme
msgid "http://www.palasthotel.de"
msgstr ""

#~ msgid "Sidebars"
#~ msgstr "Seitenleisten"

#~ msgid "Which post type to use as sidebar content"
#~ msgstr "Welche Post Type soll für Seitenleisten verwendet werden?"

#~ msgid "Sidebar"
#~ msgstr "Seitenleiste"

#~ msgid "This is where you can add new sidebars to your site."
#~ msgstr "Hier kannst du neue Seitenleisten erstellen."

#~ msgid "View Post"
#~ msgstr "Beitrag ansehen"

#~ msgid "Add Grid"
#~ msgstr "Zum Grid wechseln"
