Ultimate FAQ - Version 2.0.18

Version Description

(2021-06-21) = - Fixed an issue with incorrect permalinks in search results. - Fixed an issue in which emails from Ultimate WP Mail were not available for selection. - Fixed an issue in which

Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Ultimate FAQ
Version 2.0.18
Comparing to
See all releases

Code changes from version 2.0.17 to 2.0.18

includes/Ajax.class.php CHANGED
@@ -31,6 +31,7 @@ if ( !class_exists( 'ewdufaqAJAX' ) ) {
31
  global $ewd_ufaq_controller;
32
 
33
  $faq_atts = array(
 
34
  'search_string' => '',
35
  'post__in' => '',
36
  'post__in_string' => '',
31
  global $ewd_ufaq_controller;
32
 
33
  $faq_atts = array(
34
+ 'is_search' => 1,
35
  'search_string' => '',
36
  'post__in' => '',
37
  'post__in_string' => '',
includes/FAQ.class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  if ( !defined( 'ABSPATH' ) ) exit;
3
 
4
- if ( !class_exists( 'ewdufaqReview' ) ) {
5
  /**
6
  * Class to handle an FAQ for Ultimate FAQs
7
  *
1
  <?php
2
  if ( !defined( 'ABSPATH' ) ) exit;
3
 
4
+ if ( !class_exists( 'ewdufaqFAQ' ) ) {
5
  /**
6
  * Class to handle an FAQ for Ultimate FAQs
7
  *
includes/Settings.class.php CHANGED
@@ -24,7 +24,7 @@ class ewdufaqSettings {
24
 
25
  add_action( 'init', array( $this, 'set_defaults' ) );
26
 
27
- add_action( 'init', array( $this, 'load_settings_panel' ) );
28
  }
29
 
30
  /**
@@ -837,7 +837,7 @@ class ewdufaqSettings {
837
  );
838
 
839
  $emails = array();
840
- if ( is_plugin_active( 'ultimate-wp-mail/Main.php' ) ) {
841
 
842
  $email_posts = get_posts( array( 'post_type' => 'uwpm_mail_template', 'posts_per_page' => -1 ) );
843
  foreach ( $email_posts as $email_post ) { $emails[$email_post->ID ] = $email_post->post_title; }
24
 
25
  add_action( 'init', array( $this, 'set_defaults' ) );
26
 
27
+ add_action( 'init', array( $this, 'load_settings_panel' ), 11 );
28
  }
29
 
30
  /**
837
  );
838
 
839
  $emails = array();
840
+ if ( post_type_exists( 'uwpm_mail_template' ) ) {
841
 
842
  $email_posts = get_posts( array( 'post_type' => 'uwpm_mail_template', 'posts_per_page' => -1 ) );
843
  foreach ( $email_posts as $email_post ) { $emails[$email_post->ID ] = $email_post->post_title; }
languages/ultimate-faqs-de_DE.mo ADDED
Binary file
languages/ultimate-faqs-de_DE.po ADDED
@@ -0,0 +1,2057 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ultimate FAQs\n"
4
+ "POT-Creation-Date: 2021-05-24 09:04+0200\n"
5
+ "PO-Revision-Date: 2021-05-27 17:42+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: de_DE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 3.0\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
+ "X-Poedit-WPHeader: ultimate-faqs.php\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
+
24
+ #. Plugin Name of the plugin/theme
25
+ #: includes/Blocks.class.php:110 includes/WPForms.class.php:46
26
+ msgid "Ultimate FAQs"
27
+ msgstr "Ultimative FAQs"
28
+
29
+ #: includes/CustomPostTypes.class.php:47 includes/CustomPostTypes.class.php:49
30
+ #: includes/CustomPostTypes.class.php:50 includes/Settings.class.php:76
31
+ #: includes/WPForms.class.php:31 includes/WooCommerce.class.php:121
32
+ #: ultimate-faqs.php:407 views/View.class.php:119
33
+ msgid "FAQs"
34
+ msgstr "FAQs"
35
+
36
+ #: includes/CustomPostTypes.class.php:48 includes/WooCommerce.class.php:165
37
+ #: includes/WooCommerce.class.php:192 includes/WooCommerce.class.php:287
38
+ msgid "FAQ"
39
+ msgstr "FAQ"
40
+
41
+ #: includes/CustomPostTypes.class.php:51 ultimate-faqs.php:408
42
+ msgid "Add New"
43
+ msgstr "Neu hinzufügen"
44
+
45
+ #: includes/CustomPostTypes.class.php:52
46
+ msgid "Add New FAQ"
47
+ msgstr "Neue FAQ hinzufügen"
48
+
49
+ #: includes/CustomPostTypes.class.php:53
50
+ msgid "Edit FAQ"
51
+ msgstr "FAQ bearbeiten"
52
+
53
+ #: includes/CustomPostTypes.class.php:54
54
+ msgid "New FAQ"
55
+ msgstr "Neue FAQ"
56
+
57
+ #: includes/CustomPostTypes.class.php:55
58
+ msgid "View FAQ"
59
+ msgstr "FAQ anzeigen"
60
+
61
+ #: includes/CustomPostTypes.class.php:56
62
+ msgid "Search FAQs"
63
+ msgstr "FAQs suchen"
64
+
65
+ #: includes/CustomPostTypes.class.php:57
66
+ msgid "No FAQs found"
67
+ msgstr "Keine FAQs gefunden"
68
+
69
+ #: includes/CustomPostTypes.class.php:58
70
+ msgid "No FAQs found in trash"
71
+ msgstr "Keine FAQs im Papierkorb gefunden"
72
+
73
+ #: includes/CustomPostTypes.class.php:59
74
+ msgid "All FAQs"
75
+ msgstr "Alle FAQs"
76
+
77
+ #: includes/CustomPostTypes.class.php:92 includes/CustomPostTypes.class.php:102
78
+ msgid "FAQ Categories"
79
+ msgstr "FAQ Kategorien"
80
+
81
+ #: includes/CustomPostTypes.class.php:93
82
+ #: includes/InstallationWalkthrough.class.php:240
83
+ msgid "FAQ Category"
84
+ msgstr "FAQ Kategorie"
85
+
86
+ #: includes/CustomPostTypes.class.php:94
87
+ msgid "Search FAQ Categories"
88
+ msgstr "Suche FAQ Kategorien"
89
+
90
+ #: includes/CustomPostTypes.class.php:95
91
+ msgid "All FAQ Categories"
92
+ msgstr "Alle FAQ Kategorien"
93
+
94
+ #: includes/CustomPostTypes.class.php:96
95
+ msgid "Parent FAQ Category"
96
+ msgstr "Übergeordnete FAQ Kategorie"
97
+
98
+ #: includes/CustomPostTypes.class.php:97
99
+ msgid "Parent FAQ Category:"
100
+ msgstr "Übergeordnete FAQ Kategorie:"
101
+
102
+ #: includes/CustomPostTypes.class.php:98
103
+ msgid "Edit FAQ Category"
104
+ msgstr "FAQ Kategorie bearbeiten"
105
+
106
+ #: includes/CustomPostTypes.class.php:99
107
+ msgid "Update FAQ Category"
108
+ msgstr "FAQ Kategorie aktualisieren"
109
+
110
+ #: includes/CustomPostTypes.class.php:100
111
+ msgid "Add New FAQ Category"
112
+ msgstr "Neue FAQ Kategorie hinzufügen"
113
+
114
+ #: includes/CustomPostTypes.class.php:101
115
+ msgid "New FAQ Category Name"
116
+ msgstr "Neuer FAQ Kategorien Name"
117
+
118
+ #: includes/CustomPostTypes.class.php:118
119
+ #: includes/CustomPostTypes.class.php:128
120
+ msgid "FAQ Tags"
121
+ msgstr "FAQ-Schlagworte"
122
+
123
+ #: includes/CustomPostTypes.class.php:119
124
+ msgid "FAQ Tag"
125
+ msgstr "FAQ-Schlagwort"
126
+
127
+ #: includes/CustomPostTypes.class.php:120
128
+ msgid "Search FAQ Tags"
129
+ msgstr "FAQ-Schlagworte suchen"
130
+
131
+ #: includes/CustomPostTypes.class.php:121
132
+ msgid "All FAQ Tags"
133
+ msgstr "Alle FAQ-Schlagworte"
134
+
135
+ #: includes/CustomPostTypes.class.php:122
136
+ msgid "Parent FAQ Tag"
137
+ msgstr "Übergeordnetes FAQ-Schlagwort"
138
+
139
+ #: includes/CustomPostTypes.class.php:123
140
+ msgid "Parent FAQ Tag:"
141
+ msgstr "Übergeordnetes FAQ-Schlagwort:"
142
+
143
+ #: includes/CustomPostTypes.class.php:124
144
+ msgid "Edit FAQ Tag"
145
+ msgstr "FAQ-Schlagwort bearbeiten"
146
+
147
+ #: includes/CustomPostTypes.class.php:125
148
+ msgid "Update FAQ Tag"
149
+ msgstr "FAQ-Schlagwort aktualisieren"
150
+
151
+ #: includes/CustomPostTypes.class.php:126
152
+ msgid "Add New FAQ Tag"
153
+ msgstr "Neues FAQ Schlagwort hinzufügen"
154
+
155
+ #: includes/CustomPostTypes.class.php:127
156
+ msgid "New FAQ Tag Name"
157
+ msgstr "Neuer Name für FAQ-Schlagwort"
158
+
159
+ #: includes/CustomPostTypes.class.php:161
160
+ msgid "FAQ Details"
161
+ msgstr "FAQ-Details"
162
+
163
+ #: includes/CustomPostTypes.class.php:171
164
+ msgid "Need Help?"
165
+ msgstr "Brauchst Du Hilfe?"
166
+
167
+ #: includes/CustomPostTypes.class.php:217
168
+ msgid "Author Display Name:"
169
+ msgstr "Name des Autors wie er auf dem Frontend erscheinen soll:"
170
+
171
+ #: includes/CustomPostTypes.class.php:226
172
+ msgid "Up Votes:"
173
+ msgstr "Daumen hoch:"
174
+
175
+ #: includes/CustomPostTypes.class.php:230
176
+ msgid "Down Votes:"
177
+ msgstr "Daumen runter:"
178
+
179
+ #: includes/CustomPostTypes.class.php:408
180
+ msgid "# of Views"
181
+ msgstr "Anzahl an Aufrufen"
182
+
183
+ #: includes/CustomPostTypes.class.php:409 includes/Dashboard.class.php:151
184
+ #: includes/OrderingTable.class.php:77 includes/Settings.class.php:1150
185
+ #: ultimate-faqs.php:409
186
+ msgid "Categories"
187
+ msgstr "Kategorien"
188
+
189
+ #: includes/CustomPostTypes.class.php:410
190
+ msgid "Post ID"
191
+ msgstr "Beitrag-ID"
192
+
193
+ #: includes/CustomPostTypes.class.php:558
194
+ msgid "Reset View Count"
195
+ msgstr "Ansichtenzähler zurücksetzen"
196
+
197
+ #: includes/Dashboard.class.php:102
198
+ #, php-format
199
+ msgid ""
200
+ "<a href=\"%s\" target=\"_blank\">Visit our website</a> to learn how to "
201
+ "upgrade to premium."
202
+ msgstr ""
203
+ "<a href=\"%s\" target=\"_blank\">Besuch unsere Website</a>, um zu erfahren, "
204
+ "wie du auf Premium upgraden kannst."
205
+
206
+ #: includes/Dashboard.class.php:112 includes/Dashboard.class.php:136
207
+ msgid "Get Support"
208
+ msgstr "Support erhalten"
209
+
210
+ #: includes/Dashboard.class.php:118
211
+ msgid "YouTube Tutorials"
212
+ msgstr "YouTube-Tutorials"
213
+
214
+ #: includes/Dashboard.class.php:124
215
+ msgid "Plugin FAQs"
216
+ msgstr "Plugin-FAQs"
217
+
218
+ #: includes/Dashboard.class.php:130
219
+ msgid "Documentation"
220
+ msgstr "Dokumentation"
221
+
222
+ #: includes/Dashboard.class.php:144
223
+ msgid "FAQ Summary"
224
+ msgstr "FAQ-Zusammenfassung"
225
+
226
+ #: includes/Dashboard.class.php:149
227
+ #: includes/InstallationWalkthrough.class.php:357
228
+ #: includes/Settings.class.php:967
229
+ msgid "Title"
230
+ msgstr "Titel"
231
+
232
+ #: includes/Dashboard.class.php:150 includes/OrderingTable.class.php:76
233
+ msgid "Views"
234
+ msgstr "Ansichten"
235
+
236
+ #: includes/Dashboard.class.php:156
237
+ msgid ""
238
+ "No faqs to display yet. Create an faq and then view it for it to be "
239
+ "displayed here."
240
+ msgstr ""
241
+ "Noch keine FAQs zum Anzeigen. Erstelle eine FAQ und sieh dann nach, ob sie "
242
+ "hier angezeigt wird."
243
+
244
+ #: includes/Dashboard.class.php:238
245
+ #, php-format
246
+ msgid ""
247
+ "<a href=\"%s\" target=\"_blank\">Visit our website</a> to learn how to get a "
248
+ "free 7-day trial of the premium plugin."
249
+ msgstr ""
250
+ "<a href=\"%s\" target=\"_blank\">Besuch unsere Website</a>, um zu erfahren, "
251
+ "wie du eine kostenlose 7-Tage-Testversion des Premium-Plugins erhältst."
252
+
253
+ #: includes/DeactivationSurvey.class.php:36
254
+ msgid "I no longer need the plugin"
255
+ msgstr "Ich brauche das Plugin nicht mehr"
256
+
257
+ #: includes/DeactivationSurvey.class.php:39
258
+ msgid "I'm switching to a different plugin"
259
+ msgstr "Ich wechsele zu einem anderen Plugin"
260
+
261
+ #: includes/DeactivationSurvey.class.php:40
262
+ msgid "Please share which plugin"
263
+ msgstr "Bitte teile uns mit, welches Plugin"
264
+
265
+ #: includes/DeactivationSurvey.class.php:43
266
+ msgid "I couldn't get the plugin to work"
267
+ msgstr "Ich konnte das Plugin nicht zum Laufen bringen"
268
+
269
+ #: includes/DeactivationSurvey.class.php:44
270
+ msgid "Please share what wasn't working"
271
+ msgstr "Bitte teile mit, was nicht funktioniert hat"
272
+
273
+ #: includes/DeactivationSurvey.class.php:47
274
+ msgid "It's a temporary deactivation"
275
+ msgstr "Die Deaktivierung ist nur vorübergehend"
276
+
277
+ #: includes/DeactivationSurvey.class.php:50
278
+ msgid "Other"
279
+ msgstr "Andere"
280
+
281
+ #: includes/DeactivationSurvey.class.php:51
282
+ msgid "Please share the reason"
283
+ msgstr "Bitte teile uns den Grund mit"
284
+
285
+ #: includes/DeactivationSurvey.class.php:58
286
+ msgid "Quick Feedback"
287
+ msgstr "Schnelles Feedback"
288
+
289
+ #: includes/DeactivationSurvey.class.php:59
290
+ msgid ""
291
+ "If you have a moment, please share why you are deactivating Ultimate FAQs:"
292
+ msgstr ""
293
+ "Wenn du einen Moment Zeit hast, teile uns bitte mit, warum du Ultimate FAQs "
294
+ "deaktivierst:"
295
+
296
+ #: includes/DeactivationSurvey.class.php:74
297
+ msgid "Submit and Deactivate"
298
+ msgstr "Absenden und deaktivieren"
299
+
300
+ #: includes/DeactivationSurvey.class.php:75
301
+ msgid "Skip and Deactivate"
302
+ msgstr "Überspringen und abschalten"
303
+
304
+ #: includes/FAQ.class.php:175
305
+ msgid "The number you entered for the image was incorrect."
306
+ msgstr "Die Zahl, die du für das Bild eingegeben hast, war falsch."
307
+
308
+ #: includes/FAQ.class.php:188
309
+ msgid ""
310
+ "Please make sure that there is a question that you are submitting as an FAQ"
311
+ msgstr ""
312
+ "Bitte stell sicher, dass es sich um eine Frage handelt, die du als FAQ "
313
+ "abschickst"
314
+
315
+ #: includes/Import.class.php:51
316
+ msgid "Spreadsheet Containing FAQs"
317
+ msgstr "Spreadsheet enthält FAQs"
318
+
319
+ #: includes/Import.class.php:200
320
+ msgid "FAQs added successfully."
321
+ msgstr "FAQs wurden erfolgreich hinzugefügt."
322
+
323
+ #: includes/Import.class.php:212
324
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
325
+ msgstr ""
326
+ "Die hochzuladende Datei überschreitet die Einstellung upload_max_filesize "
327
+ "der php.ini"
328
+
329
+ #: includes/Import.class.php:215
330
+ msgid ""
331
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
332
+ "the HTML form"
333
+ msgstr ""
334
+ "Die hochgeladene Datei überschreitet die \"MAX_FILE_SIZE\" Direktive, die im "
335
+ "HTML-Formular angegeben wurde"
336
+
337
+ #: includes/Import.class.php:218
338
+ msgid "The uploaded file was only partially uploaded"
339
+ msgstr "Die Datei wurde nur teilweise hochgeladen"
340
+
341
+ #: includes/Import.class.php:221
342
+ msgid "No file was uploaded."
343
+ msgstr "Es wurde keine Datei hochgeladen."
344
+
345
+ #: includes/Import.class.php:225
346
+ msgid "Missing a temporary folder"
347
+ msgstr "Es fehlt ein temporärer Ordner"
348
+
349
+ #: includes/Import.class.php:228
350
+ msgid "Failed to write file to disk"
351
+ msgstr "Fehler beim Schreiben der Datei"
352
+
353
+ #: includes/Import.class.php:231
354
+ msgid "File upload stopped by extension"
355
+ msgstr "Datei-Upload durch Erweiterung gestoppt"
356
+
357
+ #: includes/Import.class.php:235
358
+ msgid "No error code avaiable"
359
+ msgstr "Kein Fehler Code verfügbar"
360
+
361
+ #: includes/Import.class.php:240
362
+ msgid "No file was uploaded here.."
363
+ msgstr "Es wurde keine Datei hochgeladen.."
364
+
365
+ #: includes/Import.class.php:245
366
+ msgid "File must be .csv, .xls or .xlsx"
367
+ msgstr "Datei muss CSV, .xls oder .xlsx"
368
+
369
+ #: includes/InstallationWalkthrough.class.php:53
370
+ #: includes/InstallationWalkthrough.class.php:54
371
+ msgid "Ultimate FAQs - Welcome!"
372
+ msgstr "Ultimate FAQs - Willkommen!"
373
+
374
+ #: includes/InstallationWalkthrough.class.php:176
375
+ msgid "Welcome to Ultimate FAQs"
376
+ msgstr "Willkommen bei Ultimate FAQs"
377
+
378
+ #: includes/InstallationWalkthrough.class.php:177
379
+ msgid ""
380
+ "Thanks for choosing Ultimate FAQs! The following will help you get started "
381
+ "with the setup by creating your first FAQ and category, as well as adding "
382
+ "your FAQs to a page and configuring a few key options."
383
+ msgstr ""
384
+ "Vielen Dank für die Wahl von Ultimate FAQs! Im Folgenden kannst du mit dem "
385
+ "Setup beginnen, indem du deine erste FAQ und Kategorie erstellst, deine FAQs "
386
+ "zu einer Seite hinzufügst und einige wichtige Optionen konfigurierst."
387
+
388
+ #: includes/InstallationWalkthrough.class.php:181
389
+ msgid "1. Create Categories"
390
+ msgstr "1. Kategorien erstellen"
391
+
392
+ #: includes/InstallationWalkthrough.class.php:183
393
+ msgid ""
394
+ "Categories let you organize your FAQs in a way that's easy for you - and "
395
+ "your customers - to find."
396
+ msgstr ""
397
+ "Mit Kategorien kannst du deine FAQs auf einfache Art für dich - und deine "
398
+ "Kunden - organisieren."
399
+
400
+ #: includes/InstallationWalkthrough.class.php:186
401
+ msgid "Category Name"
402
+ msgstr "Kategoriename"
403
+
404
+ #: includes/InstallationWalkthrough.class.php:192
405
+ msgid "Category Description"
406
+ msgstr "Kategorie Beschreibung"
407
+
408
+ #: includes/InstallationWalkthrough.class.php:200
409
+ msgid "Add Category"
410
+ msgstr "Kategorie hinzufügen"
411
+
412
+ #: includes/InstallationWalkthrough.class.php:206
413
+ msgid "Created Categories"
414
+ msgstr "Erstellte Kategorien"
415
+
416
+ #: includes/InstallationWalkthrough.class.php:209
417
+ #: includes/Settings.class.php:933
418
+ msgid "Name"
419
+ msgstr "Name"
420
+
421
+ #: includes/InstallationWalkthrough.class.php:210
422
+ msgid "Description"
423
+ msgstr "Beschreibung"
424
+
425
+ #: includes/InstallationWalkthrough.class.php:217
426
+ #: includes/InstallationWalkthrough.class.php:269
427
+ #: includes/InstallationWalkthrough.class.php:295 views/View.class.php:117
428
+ msgid "Next"
429
+ msgstr "Vor"
430
+
431
+ #: includes/InstallationWalkthrough.class.php:223
432
+ msgid "2. Questions & Answers"
433
+ msgstr "2. Fragen und Antworten"
434
+
435
+ #: includes/InstallationWalkthrough.class.php:225
436
+ msgid ""
437
+ "Create your first set of questions and answers. Don't worry, you can always "
438
+ "add more later."
439
+ msgstr ""
440
+ "Erstelle deinen ersten Satz von Fragen und Antworten. Keine Sorge, du kannst "
441
+ "später jederzeit weitere hinzufügen."
442
+
443
+ #: includes/InstallationWalkthrough.class.php:228
444
+ msgid "Questions"
445
+ msgstr "Fragen"
446
+
447
+ #: includes/InstallationWalkthrough.class.php:234
448
+ #: includes/InstallationWalkthrough.class.php:260
449
+ msgid "Answer"
450
+ msgstr "Antwort"
451
+
452
+ #: includes/InstallationWalkthrough.class.php:250
453
+ msgid "Add FAQ"
454
+ msgstr "FAQ hinzufügen"
455
+
456
+ #: includes/InstallationWalkthrough.class.php:256
457
+ msgid "Created FAQs"
458
+ msgstr "Erstellte FAQs"
459
+
460
+ #: includes/InstallationWalkthrough.class.php:259
461
+ #: includes/OrderingTable.class.php:75
462
+ msgid "Question"
463
+ msgstr "Frage"
464
+
465
+ #: includes/InstallationWalkthrough.class.php:261
466
+ msgid "Category"
467
+ msgstr "Kategorie"
468
+
469
+ #: includes/InstallationWalkthrough.class.php:270
470
+ #: includes/InstallationWalkthrough.class.php:296
471
+ #: includes/InstallationWalkthrough.class.php:368 views/View.class.php:116
472
+ msgid "Previous"
473
+ msgstr "Zurück"
474
+
475
+ #: includes/InstallationWalkthrough.class.php:276
476
+ msgid "3. Add an FAQ Page"
477
+ msgstr "3. Eine FAQ-Seite hinzufügen"
478
+
479
+ #: includes/InstallationWalkthrough.class.php:278
480
+ msgid ""
481
+ "You can create a dedicated FAQ page below, or skip this step and add your "
482
+ "FAQs to a page you've already created manually."
483
+ msgstr ""
484
+ "Du kannst unten eine spezielle FAQ-Seite erstellen oder diesen Schritt "
485
+ "überspringen und deine FAQs zu einer Seite hinzufügen, die du bereits "
486
+ "manuell erstellt hast."
487
+
488
+ #: includes/InstallationWalkthrough.class.php:281
489
+ msgid "Page Title"
490
+ msgstr "Seitentitel"
491
+
492
+ #: includes/InstallationWalkthrough.class.php:289
493
+ msgid "Create Page"
494
+ msgstr "Seite erstellen"
495
+
496
+ #: includes/InstallationWalkthrough.class.php:302
497
+ msgid "4. Set Key Options"
498
+ msgstr "4. Schlüsseloptionen festlegen"
499
+
500
+ #: includes/InstallationWalkthrough.class.php:304
501
+ msgid ""
502
+ "Options can always be changed later, but here are a few tha a lot of users "
503
+ "want to set for themselves."
504
+ msgstr ""
505
+ "Die Optionen können später immer noch geändert werden, aber hier sind ein "
506
+ "paar, die viele Benutzer für sich selbst einstellen möchten."
507
+
508
+ #: includes/InstallationWalkthrough.class.php:307
509
+ #: includes/Settings.class.php:302
510
+ msgid "FAQ Accordion"
511
+ msgstr "FAQ-Akkordeon"
512
+
513
+ #: includes/InstallationWalkthrough.class.php:317
514
+ #: includes/Settings.class.php:303
515
+ msgid ""
516
+ "Should the FAQs accordion? (Only one FAQ is open at a time, requires FAQ "
517
+ "Toggle)"
518
+ msgstr ""
519
+ "Sollen die FAQs als Akkordeon dargestellt werden? (Nur eine FAQ ist "
520
+ "gleichzeitig geöffnet, erfordert FAQ-Umschalter)"
521
+
522
+ #: includes/InstallationWalkthrough.class.php:322
523
+ msgid "FAQ Toggle"
524
+ msgstr "FAQ-Umschalter"
525
+
526
+ #: includes/InstallationWalkthrough.class.php:332
527
+ #: includes/Settings.class.php:292
528
+ msgid ""
529
+ "Should the FAQs open on a separate page when clicked, instead of opening and "
530
+ "closing?"
531
+ msgstr ""
532
+ "Sollen die FAQs beim Anklicken auf einer separaten Seite geöffnet werden, "
533
+ "anstatt sich zu öffnen und zu schließen?"
534
+
535
+ #: includes/InstallationWalkthrough.class.php:337
536
+ #: includes/Settings.class.php:907
537
+ msgid "Group FAQs by Category"
538
+ msgstr "FAQs nach Kategorie gruppieren"
539
+
540
+ #: includes/InstallationWalkthrough.class.php:347
541
+ #: includes/Settings.class.php:908
542
+ msgid ""
543
+ "Should FAQs be grouped by category, or should all categories be mixed "
544
+ "together?"
545
+ msgstr ""
546
+ "Sollen die FAQs nach Kategorien gruppiert werden, oder sollen alle "
547
+ "Kategorien zusammengemischt werden?"
548
+
549
+ #: includes/InstallationWalkthrough.class.php:352
550
+ #: includes/Settings.class.php:962
551
+ msgid "FAQ Ordering"
552
+ msgstr "FAQ-Sortierung"
553
+
554
+ #: includes/InstallationWalkthrough.class.php:356
555
+ #: includes/Settings.class.php:966
556
+ msgid "Created Date"
557
+ msgstr "Erstellungsdatum"
558
+
559
+ #: includes/InstallationWalkthrough.class.php:358
560
+ #: includes/Settings.class.php:968
561
+ msgid "Modified Date"
562
+ msgstr "Änderungsdatum"
563
+
564
+ #: includes/InstallationWalkthrough.class.php:360
565
+ #: includes/Settings.class.php:963
566
+ msgid "How should individual FAQs be ordered?"
567
+ msgstr "Wie sollten die einzelnen FAQs sortiert werden?"
568
+
569
+ #: includes/InstallationWalkthrough.class.php:366
570
+ msgid "Save Options"
571
+ msgstr "Einstellungen speichern"
572
+
573
+ #: includes/InstallationWalkthrough.class.php:369
574
+ msgid "Finish"
575
+ msgstr "Fertigstellen"
576
+
577
+ #: includes/InstallationWalkthrough.class.php:376
578
+ msgid "Skip Setup"
579
+ msgstr "Setup überspringen"
580
+
581
+ #: includes/Notifications.class.php:33
582
+ msgid "New Question Received"
583
+ msgstr "Neue Frage erhalten"
584
+
585
+ #: includes/Notifications.class.php:35
586
+ msgid "Hello Admin,"
587
+ msgstr "Hallo Admin,"
588
+
589
+ #: includes/Notifications.class.php:36
590
+ msgid "You've received a new question titled "
591
+ msgstr "Du hast eine neue Frage erhalten mit dem Titel "
592
+
593
+ #: includes/Notifications.class.php:37
594
+ msgid "The answer reads:<br>"
595
+ msgstr "Die Antwort lautet:<br>"
596
+
597
+ #: includes/Notifications.class.php:39
598
+ msgid ""
599
+ "You can view the question in the admin area by going to the following link:"
600
+ "<br>"
601
+ msgstr ""
602
+ "Du kannst die Frage im Admin-Bereich anzeigen, indem du auf den folgenden "
603
+ "Link klickst:<br>"
604
+
605
+ #: includes/Notifications.class.php:40
606
+ msgid "See the FAQ"
607
+ msgstr "Schau in die FAQ"
608
+
609
+ #: includes/Notifications.class.php:41
610
+ msgid "Have a great day,"
611
+ msgstr "Einen schönen Tag,"
612
+
613
+ #: includes/Notifications.class.php:42
614
+ msgid "Ultimate FAQs Team"
615
+ msgstr "Ultimate FAQs Team"
616
+
617
+ #: includes/OrderingTable.class.php:28 includes/OrderingTable.class.php:29
618
+ msgid "Ordering Table"
619
+ msgstr "Reihenfolge der Tabelle"
620
+
621
+ #: includes/OrderingTable.class.php:69
622
+ msgid ""
623
+ "Use the table below to set the order for your FAQs, either overall or within "
624
+ "their categories depending on your selected settings."
625
+ msgstr ""
626
+ "Verwende die folgende Tabelle, um die Reihenfolge deiner FAQs festzulegen, "
627
+ "entweder insgesamt oder innerhalb ihrer Kategorien, abhängig von den "
628
+ "gewählten Einstellungen."
629
+
630
+ #: includes/OrderingTable.class.php:78 includes/Settings.class.php:1161
631
+ #: ultimate-faqs.php:410
632
+ msgid "Tags"
633
+ msgstr "Schlagwörter"
634
+
635
+ #: includes/ReviewAsk.class.php:57
636
+ msgid "Email Address"
637
+ msgstr "E-Mail-Adresse"
638
+
639
+ #: includes/Settings.class.php:74 includes/Settings.class.php:1260
640
+ msgid "Retrieving Results"
641
+ msgstr "Ergebnisse werden abgerufen"
642
+
643
+ #: includes/Settings.class.php:75 includes/Settings.class.php:1271
644
+ #, php-format
645
+ msgid "No result FAQ's contained the term '%s'"
646
+ msgstr "Keine FAQ enthielt den Begriff ' %s '"
647
+
648
+ #: includes/Settings.class.php:77 views/View.class.php:123
649
+ msgid "Thank you for submitting an FAQ."
650
+ msgstr "Vielen Dank, dass du eine FAQ gesendet hast."
651
+
652
+ #: includes/Settings.class.php:143 includes/Settings.class.php:144
653
+ #: includes/Settings.class.php:896 includes/Settings.class.php:1014
654
+ #: ultimate-faqs.php:318 ultimate-faqs.php:416
655
+ msgid "Settings"
656
+ msgstr "Einstellungen"
657
+
658
+ #: includes/Settings.class.php:156
659
+ msgid "Basic"
660
+ msgstr "Basic"
661
+
662
+ #: includes/Settings.class.php:165 includes/Settings.class.php:556
663
+ msgid "General"
664
+ msgstr "Allgemein"
665
+
666
+ #: includes/Settings.class.php:176
667
+ msgid "REMINDER:"
668
+ msgstr "ERINNERUNG:"
669
+
670
+ #: includes/Settings.class.php:177
671
+ msgid "To display FAQs, place the [ultimate-faqs] shortcode on a page"
672
+ msgstr ""
673
+ "Um FAQs anzuzeigen, platziere den Shortcode [ultimate-faqs] auf einer Seite"
674
+
675
+ #: includes/Settings.class.php:187
676
+ msgid "Custom CSS"
677
+ msgstr "Benutzerdefiniertes CSS"
678
+
679
+ #: includes/Settings.class.php:188
680
+ msgid "You can add custom CSS styles to your FAQs in the box above."
681
+ msgstr ""
682
+ "Du kannst benutzerdefinierte CSS-Stile zu deinen FAQs in dem Feld oben "
683
+ "hinzufügen."
684
+
685
+ #: includes/Settings.class.php:197
686
+ msgid "Scroll To Top"
687
+ msgstr "Nach Oben Scrollen"
688
+
689
+ #: includes/Settings.class.php:198
690
+ msgid "Should the browser scroll to the top of the FAQ when it's opened?"
691
+ msgstr ""
692
+ "Soll der Browser an den Anfang der FAQ scrollen, wenn er geöffnet wird?"
693
+
694
+ #: includes/Settings.class.php:208
695
+ msgid "Turn On Comment Support"
696
+ msgstr "Kommentarunterstützung einschalten"
697
+
698
+ #: includes/Settings.class.php:209
699
+ msgid ""
700
+ "Should comment support be turned on, so that if the \"Allow Comments\" "
701
+ "checkbox is selected for a given FAQ, comments are shown in the FAQ list?"
702
+ msgstr ""
703
+ "Soll die Unterstützung für Kommentare eingeschaltet werden, so dass, wenn "
704
+ "das Kontrollkästchen \"Kommentare zulassen\" für eine bestimmte FAQ "
705
+ "ausgewählt ist, Kommentare in der FAQ-Liste angezeigt werden?"
706
+
707
+ #: includes/Settings.class.php:219
708
+ msgid "Disable Microdata"
709
+ msgstr "Microdata deaktivieren"
710
+
711
+ #: includes/Settings.class.php:220
712
+ msgid ""
713
+ "By default, the plugin adds FAQ page scheme when the shortcode is used. "
714
+ "Select this option to disable this behaviour."
715
+ msgstr ""
716
+ "Standardmäßig fügt das Plugin ein FAQ-Seitenschema hinzu, wenn der Shortcode "
717
+ "verwendet wird. Wähle diese Option, um dieses Verhalten zu deaktivieren."
718
+
719
+ #: includes/Settings.class.php:230
720
+ msgid "Include Permalink"
721
+ msgstr "Permalink einbeziehen"
722
+
723
+ #: includes/Settings.class.php:231
724
+ msgid "Display permalink to each question? If so, text, icon or both?"
725
+ msgstr "Permalink zu jeder Frage anzeigen? Wenn ja, Text, Symbol oder beides?"
726
+
727
+ #: includes/Settings.class.php:233 includes/Settings.class.php:504
728
+ msgid "None"
729
+ msgstr "Nichts"
730
+
731
+ #: includes/Settings.class.php:234 includes/Settings.class.php:1061
732
+ msgid "Text"
733
+ msgstr "Text"
734
+
735
+ #: includes/Settings.class.php:235
736
+ msgid "Icon"
737
+ msgstr "Icon"
738
+
739
+ #: includes/Settings.class.php:236
740
+ msgid "Both"
741
+ msgstr "Beide"
742
+
743
+ #: includes/Settings.class.php:248
744
+ msgid "Permalink Destination"
745
+ msgstr "Permalink Ziel"
746
+
747
+ #: includes/Settings.class.php:249
748
+ msgid ""
749
+ "Should the permalink link to the main FAQ page or the individual FAQ page?"
750
+ msgstr ""
751
+ "Soll der Permalink auf die Haupt-FAQ-Seite oder auf die einzelnen FAQ-Seiten "
752
+ "verweisen?"
753
+
754
+ #: includes/Settings.class.php:251
755
+ msgid "Main FAQ Page"
756
+ msgstr "Haupt-FAQ-Seite"
757
+
758
+ #: includes/Settings.class.php:252
759
+ msgid "Individual FAQ Page"
760
+ msgstr "Individuelle FAQ-Seite"
761
+
762
+ #: includes/Settings.class.php:264
763
+ msgid "Set Access Role"
764
+ msgstr "Zugriffsrolle festlegen"
765
+
766
+ #: includes/Settings.class.php:265
767
+ msgid "Which level of user should have access to FAQs, Settings, etc.?."
768
+ msgstr ""
769
+ "Welche Benutzerebene sollte Zugriff auf FAQs, Einstellungen usw. haben?"
770
+
771
+ #: includes/Settings.class.php:268
772
+ msgid "Administrator"
773
+ msgstr "Administrator"
774
+
775
+ #: includes/Settings.class.php:269
776
+ msgid "Editor"
777
+ msgstr "Editor"
778
+
779
+ #: includes/Settings.class.php:270
780
+ msgid "Author"
781
+ msgstr "Autor"
782
+
783
+ #: includes/Settings.class.php:271
784
+ msgid "Contributor"
785
+ msgstr "Mitarbeiter"
786
+
787
+ #: includes/Settings.class.php:280
788
+ msgid "Functionality"
789
+ msgstr "Funktionalität"
790
+
791
+ #: includes/Settings.class.php:291
792
+ msgid "Disable FAQ Toggle"
793
+ msgstr "FAQ-Umschalter deaktivieren"
794
+
795
+ #: includes/Settings.class.php:313
796
+ msgid "FAQ Category Toggle"
797
+ msgstr "FAQ-Kategorie umschalten"
798
+
799
+ #: includes/Settings.class.php:314
800
+ msgid ""
801
+ "Should the FAQ categories hide/open when they are clicked, if FAQs are being "
802
+ "grouped by category (\"Group FAQs by Category\" in the \"Ordering\" area)?"
803
+ msgstr ""
804
+ "Sollen die FAQ-Kategorien ausgeblendet/geöffnet werden, wenn sie angeklickt "
805
+ "werden, wenn die FAQs nach Kategorien gruppiert werden (\"FAQs nach "
806
+ "Kategorie gruppieren\" im Bereich \"Sortierung\")?"
807
+
808
+ #: includes/Settings.class.php:324
809
+ msgid "FAQ Category Accordion"
810
+ msgstr "FAQ-Kategorie Akkordeon"
811
+
812
+ #: includes/Settings.class.php:325
813
+ msgid ""
814
+ "Should it only be possible to open one FAQ category at a time, if FAQ "
815
+ "categories are being toggled (\"FAQ Category Toggle\" must be enabled above)?"
816
+ msgstr ""
817
+ "Soll es nur möglich sein, eine FAQ-Kategorie auf einmal zu öffnen, wenn die "
818
+ "FAQ-Kategorien umgeschaltet werden (\"FAQ-Kategorie umschalten\" muss oben "
819
+ "aktiviert sein)?"
820
+
821
+ #: includes/Settings.class.php:335
822
+ msgid "FAQ Expand/Collapse All"
823
+ msgstr "Alle FAQ aus-/einklappen"
824
+
825
+ #: includes/Settings.class.php:336
826
+ msgid "Should there be a control to open and close all FAQs simultaneously?"
827
+ msgstr ""
828
+ "Soll es eine Steuerung geben, um alle FAQs gleichzeitig zu öffnen und zu "
829
+ "schließen?"
830
+
831
+ #: includes/Settings.class.php:344 includes/Settings.class.php:438
832
+ msgid "Display"
833
+ msgstr "Anzeige"
834
+
835
+ #: includes/Settings.class.php:355
836
+ msgid "Hide Categories"
837
+ msgstr "Kategorien verbergen"
838
+
839
+ #: includes/Settings.class.php:356
840
+ msgid "Should the categories for each FAQ be hidden?"
841
+ msgstr "Sollen die Kategorien für jede FAQ ausgeblendet werden?"
842
+
843
+ #: includes/Settings.class.php:366
844
+ msgid "Hide Tags"
845
+ msgstr "Schlagworte ausblenden"
846
+
847
+ #: includes/Settings.class.php:367
848
+ msgid "Should the tags for each FAQ be hidden?"
849
+ msgstr "Sollen die Tags für jede FAQ ausgeblendet werden?"
850
+
851
+ #: includes/Settings.class.php:377
852
+ msgid "Display All Answers"
853
+ msgstr "Alle Antworten anzeigen"
854
+
855
+ #: includes/Settings.class.php:378
856
+ msgid ""
857
+ "Should all answers be displayed when the page loads? (Careful if FAQ "
858
+ "Accordion is on)"
859
+ msgstr ""
860
+ "Sollen alle Antworten beim Laden der Seite angezeigt werden? (Vorsicht, wenn "
861
+ "FAQ-Akkordeon aktiviert ist)"
862
+
863
+ #: includes/Settings.class.php:388
864
+ msgid "Display Post Author"
865
+ msgstr "Autor des Beitrags anzeigen"
866
+
867
+ #: includes/Settings.class.php:389
868
+ msgid ""
869
+ "Should the display name of the post's author be displayed beneath the FAQ "
870
+ "title?"
871
+ msgstr ""
872
+ "Soll der Anzeigename des Autors des Beitrags unter dem FAQ-Titel angezeigt "
873
+ "werden?"
874
+
875
+ #: includes/Settings.class.php:399
876
+ msgid "Display Post Date"
877
+ msgstr "Datum des Beitrages anzeigen"
878
+
879
+ #: includes/Settings.class.php:400
880
+ msgid ""
881
+ "Should the date the post was created be displayed beneath the FAQ title?"
882
+ msgstr ""
883
+ "Soll das Datum, an dem der Beitrag erstellt wurde, unter dem FAQ-Titel "
884
+ "angezeigt werden?"
885
+
886
+ #: includes/Settings.class.php:410
887
+ msgid "Display 'Back to Top'"
888
+ msgstr "'Zurück zum Anfang' anzeigen"
889
+
890
+ #: includes/Settings.class.php:411
891
+ msgid ""
892
+ "Should a link to return to the top of the page be added to each FAQ post?"
893
+ msgstr ""
894
+ "Soll zu jedem FAQ-Beitrag ein Link zurück zum Anfang der Seite hinzugefügt "
895
+ "werden?"
896
+
897
+ #: includes/Settings.class.php:428
898
+ msgid "Premium"
899
+ msgstr "Premium"
900
+
901
+ #: includes/Settings.class.php:451
902
+ msgid "FAQ Display Style"
903
+ msgstr "FAQ Anzeigeart"
904
+
905
+ #: includes/Settings.class.php:452
906
+ msgid "Which theme should be used to display the FAQ's?"
907
+ msgstr "Welches Thema soll für die Anzeige der FAQs verwendet werden?"
908
+
909
+ #: includes/Settings.class.php:454
910
+ msgid "Default"
911
+ msgstr "Standard"
912
+
913
+ #: includes/Settings.class.php:455
914
+ msgid "Block"
915
+ msgstr "Block"
916
+
917
+ #: includes/Settings.class.php:456
918
+ msgid "Border Block"
919
+ msgstr "Blockumrandung"
920
+
921
+ #: includes/Settings.class.php:457
922
+ msgid "Contemporary"
923
+ msgstr "Zeitgenössisch"
924
+
925
+ #: includes/Settings.class.php:458
926
+ msgid "List"
927
+ msgstr "Liste"
928
+
929
+ #: includes/Settings.class.php:459
930
+ msgid "Minimalist"
931
+ msgstr "Minimalistisch"
932
+
933
+ #: includes/Settings.class.php:471
934
+ msgid "Number of Columns"
935
+ msgstr "Anzahl der Spalten"
936
+
937
+ #: includes/Settings.class.php:472
938
+ msgid "In how many columns would you like your FAQs displayed?"
939
+ msgstr "In wie vielen Spalten möchtest du deine FAQs anzeigen lassen?"
940
+
941
+ #: includes/Settings.class.php:474
942
+ msgid "One"
943
+ msgstr "Eins"
944
+
945
+ #: includes/Settings.class.php:475
946
+ msgid "Two"
947
+ msgstr "Zwei"
948
+
949
+ #: includes/Settings.class.php:476
950
+ msgid "Three"
951
+ msgstr "Drei"
952
+
953
+ #: includes/Settings.class.php:477
954
+ msgid "Four"
955
+ msgstr "Vier"
956
+
957
+ #: includes/Settings.class.php:489
958
+ msgid "Responsive Columns"
959
+ msgstr "Responsive Spalten"
960
+
961
+ #: includes/Settings.class.php:490
962
+ msgid ""
963
+ "If you have more than one column, would you like them to be responsive? If "
964
+ "this option is disabled, the number of columns will remain the same on all "
965
+ "screen sizes."
966
+ msgstr ""
967
+ "Wenn du mehr als eine Spalte hast, möchtest du, dass sie responsiv sind? "
968
+ "Wenn diese Option deaktiviert ist, bleibt die Anzahl der Spalten bei allen "
969
+ "Bildschirmgrößen gleich."
970
+
971
+ #: includes/Settings.class.php:500
972
+ msgid "Reveal Effect"
973
+ msgstr "Anzeigeeffekt"
974
+
975
+ #: includes/Settings.class.php:501
976
+ msgid "How should FAQ's be displayed when their titles are clicked?"
977
+ msgstr "Wie sollen FAQs angezeigt werden, wenn ein Titel angeklickt wird?"
978
+
979
+ #: includes/Settings.class.php:505
980
+ msgid "Blind"
981
+ msgstr "Blind"
982
+
983
+ #: includes/Settings.class.php:506
984
+ msgid "Bounce"
985
+ msgstr "Hüpfen"
986
+
987
+ #: includes/Settings.class.php:507
988
+ msgid "Clip"
989
+ msgstr "Videoclip"
990
+
991
+ #: includes/Settings.class.php:508
992
+ msgid "Drop"
993
+ msgstr "Ablegen"
994
+
995
+ #: includes/Settings.class.php:509
996
+ msgid "Explode"
997
+ msgstr "Explodieren"
998
+
999
+ #: includes/Settings.class.php:510
1000
+ msgid "Fade"
1001
+ msgstr "Überblenden"
1002
+
1003
+ #: includes/Settings.class.php:511
1004
+ msgid "Fold"
1005
+ msgstr "Falten"
1006
+
1007
+ #: includes/Settings.class.php:512
1008
+ msgid "Highlight"
1009
+ msgstr "Hervorheben"
1010
+
1011
+ #: includes/Settings.class.php:513
1012
+ msgid "Puff"
1013
+ msgstr "Puffen"
1014
+
1015
+ #: includes/Settings.class.php:514
1016
+ msgid "Pulsate"
1017
+ msgstr "Pulsieren"
1018
+
1019
+ #: includes/Settings.class.php:515
1020
+ msgid "Shake"
1021
+ msgstr "Schütteln"
1022
+
1023
+ #: includes/Settings.class.php:516
1024
+ msgid "Size"
1025
+ msgstr "Größe"
1026
+
1027
+ #: includes/Settings.class.php:517
1028
+ msgid "Slide"
1029
+ msgstr "Slide"
1030
+
1031
+ #: includes/Settings.class.php:528
1032
+ msgid "FAQs Per Page"
1033
+ msgstr "FAQs pro Seite"
1034
+
1035
+ #: includes/Settings.class.php:529
1036
+ msgid ""
1037
+ "How many FAQs should be displayed on each page? (Leave blank to display all "
1038
+ "FAQs)"
1039
+ msgstr ""
1040
+ "Wie viele FAQs sollen auf jeder Seite angezeigt werden? (Leer lassen, um "
1041
+ "alle FAQs anzuzeigen)"
1042
+
1043
+ #: includes/Settings.class.php:540
1044
+ msgid "FAQ Page Type"
1045
+ msgstr "FAQ-Seite Typ"
1046
+
1047
+ #: includes/Settings.class.php:541
1048
+ msgid "If FAQs are in pages, how should pages load?"
1049
+ msgstr "Wenn sich FAQs in Seiten befinden, wie sollen Seiten geladen werden?"
1050
+
1051
+ #: includes/Settings.class.php:543
1052
+ msgid "Distinct Pages"
1053
+ msgstr "Eindeutige Seiten"
1054
+
1055
+ #: includes/Settings.class.php:544
1056
+ msgid "Load More Button"
1057
+ msgstr "Mehr anzeigen Taste"
1058
+
1059
+ #: includes/Settings.class.php:545
1060
+ msgid "Infinite Scroll"
1061
+ msgstr "Endloses Scrollen"
1062
+
1063
+ #: includes/Settings.class.php:569
1064
+ msgid "FAQ Ratings"
1065
+ msgstr "FAQ-Bewertungen"
1066
+
1067
+ #: includes/Settings.class.php:570
1068
+ msgid ""
1069
+ "Should visitors be able to up or down vote FAQs to let others know if they "
1070
+ "found them helpful?"
1071
+ msgstr ""
1072
+ "Sollen Besucher die Möglichkeit haben, FAQs hoch oder runter zu bewerten, um "
1073
+ "anderen mitzuteilen, ob sie sie hilfreich fanden?"
1074
+
1075
+ #: includes/Settings.class.php:580
1076
+ msgid "FAQ Ratings 'Thumbs Up' Image"
1077
+ msgstr "FAQ-Bewertungen 'Daumen hoch' Bild"
1078
+
1079
+ #: includes/Settings.class.php:581
1080
+ msgid ""
1081
+ "You can use this to upload your own image to replace the default \"thumbs up"
1082
+ "\" image."
1083
+ msgstr ""
1084
+ "Hier kannst du dein eigenes Bild hochladen, um das Standardbild \"Daumen hoch"
1085
+ "\" zu ersetzen."
1086
+
1087
+ #: includes/Settings.class.php:591
1088
+ msgid "FAQ Ratings 'Thumbs Down' Image"
1089
+ msgstr "FAQ-Bewertungen 'Daumen runter' Bild"
1090
+
1091
+ #: includes/Settings.class.php:592
1092
+ msgid ""
1093
+ "You can use this to upload your own image to replace the default \"thumbs "
1094
+ "down\" image."
1095
+ msgstr ""
1096
+ "Hier kannst du dein eigenes Bild hochladen, um das Standardbild \"Daumen "
1097
+ "runter\" zu ersetzen."
1098
+
1099
+ #: includes/Settings.class.php:602
1100
+ msgid "Pretty Permalinks"
1101
+ msgstr "Schöne Permalinks"
1102
+
1103
+ #: includes/Settings.class.php:603
1104
+ msgid ""
1105
+ "Should an SEO friendly permalink structure be used for the link to the FAQ?"
1106
+ msgstr ""
1107
+ "Soll eine SEO-freundliche Permalinkstruktur für den Link zur FAQ verwendet "
1108
+ "werden?"
1109
+
1110
+ #: includes/Settings.class.php:613
1111
+ msgid "Disable Front-Page Canonical Redirects"
1112
+ msgstr "Kanonische Umleitungen der Startseite deaktivieren"
1113
+
1114
+ #: includes/Settings.class.php:614
1115
+ msgid ""
1116
+ "Should canonical redirects be disabled for the front page of your site? Only "
1117
+ "necessary if you're using the plugin on your homepage and have pretty "
1118
+ "permalinks enabled."
1119
+ msgstr ""
1120
+ "Sollten kanonische Weiterleitungen für die Startseite Deiner Website "
1121
+ "deaktiviert werden? Nur notwendig, wenn Sie das Plugin auf Deiner Homepage "
1122
+ "verwenden und schöne Permalinks aktiviert haben."
1123
+
1124
+ #: includes/Settings.class.php:624
1125
+ msgid "FAQ Auto Complete Titles"
1126
+ msgstr "FAQ Titel automatisch vervollständigen"
1127
+
1128
+ #: includes/Settings.class.php:625
1129
+ msgid ""
1130
+ "Should the FAQ Titles auto complete when using the FAQ search shortcode?"
1131
+ msgstr ""
1132
+ "Sollen die FAQ-Titel automatisch vervollständigt werden, wenn der FAQ-Such-"
1133
+ "Shortcode verwendet wird?"
1134
+
1135
+ #: includes/Settings.class.php:635
1136
+ msgid "FAQ Slug Base"
1137
+ msgstr "FAQ Slug-Basis"
1138
+
1139
+ #: includes/Settings.class.php:636
1140
+ msgid ""
1141
+ "This option can be used to change the slug base for all FAQ posts. Be sure "
1142
+ "to go to \"Settings\" -> \"Permalinks\" in the WordPress sidebar and hit "
1143
+ "\"Save Changes\" to avoid 404 errors."
1144
+ msgstr ""
1145
+ "Diese Option kann verwendet werden, um die Slug-Basis für alle FAQ-Beiträge "
1146
+ "zu ändern. Stell sicher, dass du zu \"Einstellungen\" -> \"Permalinks\" in "
1147
+ "der WordPress-Seitenleiste gehst und auf \"Änderungen speichern\" klickst, "
1148
+ "um 404-Fehler zu vermeiden."
1149
+
1150
+ #: includes/Settings.class.php:647
1151
+ msgid "Social Media Options"
1152
+ msgstr "Social Media Optionen"
1153
+
1154
+ #: includes/Settings.class.php:664
1155
+ msgid "WooCommerce"
1156
+ msgstr "WooCommerce"
1157
+
1158
+ #: includes/Settings.class.php:677
1159
+ msgid "WooCommerce FAQs"
1160
+ msgstr "WooCommerce-FAQs"
1161
+
1162
+ #: includes/Settings.class.php:678
1163
+ msgid ""
1164
+ "Should FAQs for a given product be displayed as an extra tab on the "
1165
+ "WooCommerce product page? For this to work correctly, an FAQ category needs "
1166
+ "to be created with the same name as a given WooCommerce product."
1167
+ msgstr ""
1168
+ "Sollen die FAQs für ein bestimmtes Produkt als zusätzliches Tab auf der "
1169
+ "WooCommerce-Produktseite angezeigt werden? Damit dies korrekt funktioniert, "
1170
+ "muss eine FAQ-Kategorie mit dem gleichen Namen wie ein bestimmtes "
1171
+ "WooCommerce-Produkt erstellt werden."
1172
+
1173
+ #: includes/Settings.class.php:688
1174
+ msgid "Use WooCommerce Product Object"
1175
+ msgstr "WooCommerce Produktobjekt verwenden"
1176
+
1177
+ #: includes/Settings.class.php:689
1178
+ msgid ""
1179
+ "Should the FAQ tab be set up using the WooCommerce product object, as in the "
1180
+ "WC documentation, or just using the ID of the page?"
1181
+ msgstr ""
1182
+ "Soll das FAQ-Tab als WooCommerce-Produktobjekt eingerichtet werden, wie in "
1183
+ "der WC-Dokumentation, oder nur über die ID der Seite?"
1184
+
1185
+ #: includes/Settings.class.php:698
1186
+ msgid "WP Forms"
1187
+ msgstr "WP Forms"
1188
+
1189
+ #: includes/Settings.class.php:711
1190
+ msgid "WP Forms Integration"
1191
+ msgstr "WP Forms Integration"
1192
+
1193
+ #: includes/Settings.class.php:712
1194
+ msgid ""
1195
+ "Should FAQs be displayed when a visitor starts typing a message into a "
1196
+ "paragraph text field in WP Forms? This can be turned off for specific forms "
1197
+ "via the form's settings panel."
1198
+ msgstr ""
1199
+ "Sollen FAQs angezeigt werden, wenn ein Besucher mit der Eingabe einer "
1200
+ "Nachricht in ein Absatztextfeld in WP Forms beginnt? Dies kann für bestimmte "
1201
+ "Formulare über das Einstellungsfeld des Formulars ausgeschaltet werden."
1202
+
1203
+ #: includes/Settings.class.php:722
1204
+ msgid "WP Forms Post Count"
1205
+ msgstr "Anzahl WP Forms Beiträge"
1206
+
1207
+ #: includes/Settings.class.php:723
1208
+ msgid ""
1209
+ "How many posts should be displayed below paragraph text fields, if WP Forms "
1210
+ "Integration has been turned on?"
1211
+ msgstr ""
1212
+ "Wie viele Beiträge sollen unter Absatztextfeldern angezeigt werden, wenn die "
1213
+ "WP Forms-Integration eingeschaltet ist?"
1214
+
1215
+ #: includes/Settings.class.php:734
1216
+ msgid "WP Forms FAQ Location"
1217
+ msgstr "WP Forms FAQ Position"
1218
+
1219
+ #: includes/Settings.class.php:735
1220
+ msgid ""
1221
+ "If WP Forms Integration has been turned on, where should the FAQs be "
1222
+ "displayed?"
1223
+ msgstr ""
1224
+ "Wenn die WP Forms-Integration aktiviert wurde, wo sollen die FAQs angezeigt "
1225
+ "werden?"
1226
+
1227
+ #: includes/Settings.class.php:737
1228
+ msgid "Above"
1229
+ msgstr "Oberhalb"
1230
+
1231
+ #: includes/Settings.class.php:738
1232
+ msgid "Below"
1233
+ msgstr "Unterhalb"
1234
+
1235
+ #: includes/Settings.class.php:749
1236
+ msgid "Submit FAQ"
1237
+ msgstr "FAQ senden"
1238
+
1239
+ #: includes/Settings.class.php:762
1240
+ msgid "Allow Proposed Answer"
1241
+ msgstr "Vorgeschlagene Antwort zulassen"
1242
+
1243
+ #: includes/Settings.class.php:763
1244
+ msgid ""
1245
+ "When using the user-submitted question shortcode, should users be able to "
1246
+ "propose an answer to the question they're submitting?"
1247
+ msgstr ""
1248
+ "Sollen Benutzer bei Verwendung des Shortcodes für vom Benutzer eingereichte "
1249
+ "Fragen in der Lage sein, eine Antwort auf die Frage vorzuschlagen, die sie "
1250
+ "einreichen?"
1251
+
1252
+ #: includes/Settings.class.php:773
1253
+ msgid "Submit Custom Fields"
1254
+ msgstr "Benutzerdefinierte Felder übermitteln"
1255
+
1256
+ #: includes/Settings.class.php:774
1257
+ msgid ""
1258
+ "When using the user-submitted question shortcode, should users be able to "
1259
+ "fill in custom fields for the question they're submitting? File type custom "
1260
+ "fields cannot be submitted for security reasons."
1261
+ msgstr ""
1262
+ "Sollen Benutzer bei Verwendung des Shortcodes für vom Benutzer eingereichte "
1263
+ "Fragen benutzerdefinierte Felder für die Frage, die sie übermitteln, "
1264
+ "ausfüllen können? Aus Sicherheitsgründen können Inhalte von Dateifeldern "
1265
+ "nicht übermittelt werden."
1266
+
1267
+ #: includes/Settings.class.php:784
1268
+ msgid "Submit Question Captcha"
1269
+ msgstr "Frage stellen Captcha"
1270
+
1271
+ #: includes/Settings.class.php:785
1272
+ msgid ""
1273
+ "When using the user-submitted question shortcode, should a captcha field be "
1274
+ "added to the form to reduce the volume of spam FAQs?"
1275
+ msgstr ""
1276
+ "Soll bei Verwendung des Shortcodes für vom Benutzer eingereichte Fragen ein "
1277
+ "Captcha-Feld in das Formular eingefügt werden, um das Aufkommen von Spam-"
1278
+ "FAQs zu reduzieren?"
1279
+
1280
+ #: includes/Settings.class.php:809
1281
+ msgid "Default Category"
1282
+ msgstr "Standardkategorie"
1283
+
1284
+ #: includes/Settings.class.php:810
1285
+ msgid "Which category should submitted questions default to?"
1286
+ msgstr "In welche Kategorie sollen eingereichte Fragen standardmäßig fallen?"
1287
+
1288
+ #: includes/Settings.class.php:822
1289
+ msgid "Admin Question Notification"
1290
+ msgstr "Benachrichtigung bei Fragen an Admin"
1291
+
1292
+ #: includes/Settings.class.php:823
1293
+ msgid ""
1294
+ "Should an email be sent to the site administrator when a question is "
1295
+ "submitted?"
1296
+ msgstr ""
1297
+ "Soll eine E-Mail an den Site-Administrator gesendet werden, wenn eine Frage "
1298
+ "übermittelt wird?"
1299
+
1300
+ #: includes/Settings.class.php:833
1301
+ msgid "Admin Notification Email"
1302
+ msgstr "E-Mail-Benachrichtigung von Admin"
1303
+
1304
+ #: includes/Settings.class.php:834
1305
+ msgid ""
1306
+ "What email address should the notifications be sent to if \"Admin Question "
1307
+ "Notification\" is enabled above? If blank, the default WordPress admin email "
1308
+ "will be used."
1309
+ msgstr ""
1310
+ "An welche E-Mail-Adresse sollen die Benachrichtigungen gesendet werden, wenn "
1311
+ "\"Benachrichtigung bei Fragen an Admin\" oben aktiviert ist? Wenn leer, wird "
1312
+ "die Standard-WordPress-Admin-E-Mail verwendet."
1313
+
1314
+ #: includes/Settings.class.php:852
1315
+ msgid "FAQ Submitted Thank You E-mail"
1316
+ msgstr "FAQ übermittelt, Danke E-Mail"
1317
+
1318
+ #: includes/Settings.class.php:853
1319
+ msgid ""
1320
+ "You can use the <a href=\"https://wordpress.org/plugins/ultimate-wp-mail/"
1321
+ "\">Ultimate WP Mail plugin</a> to create a custom email that is sent "
1322
+ "whenever an faq is submitted."
1323
+ msgstr ""
1324
+ "Du kannst das <a href=\"https://wordpress.org/plugins/ultimate-wp-mail/"
1325
+ "\">Plugin Ultimate WP Mail</a> verwenden, um eine benutzerdefinierte E-Mail "
1326
+ "zu erstellen, die immer dann gesendet wird, wenn eine FAQ übermittelt wird."
1327
+
1328
+ #: includes/Settings.class.php:864 includes/Settings.class.php:877
1329
+ msgid "FAQ Elements Order"
1330
+ msgstr "FAQ-Elementreihenfolge"
1331
+
1332
+ #: includes/Settings.class.php:878
1333
+ msgid ""
1334
+ "You can use this table to drag-and-drop the elements of an FAQ into a "
1335
+ "different order."
1336
+ msgstr ""
1337
+ "Du kannst diese Tabelle verwenden, um die Elemente einer FAQ per Drag-and-"
1338
+ "Drop in eine andere Reihenfolge zu bringen."
1339
+
1340
+ #: includes/Settings.class.php:887
1341
+ msgid "Ordering"
1342
+ msgstr "Sortierung"
1343
+
1344
+ #: includes/Settings.class.php:918
1345
+ msgid "Display FAQ Category Count"
1346
+ msgstr "Anzahl der FAQ-Kategorien anzeigen"
1347
+
1348
+ #: includes/Settings.class.php:919
1349
+ msgid ""
1350
+ "If FAQs are grouped by category, should the number of FAQs in a category be "
1351
+ "displayed beside the category name?"
1352
+ msgstr ""
1353
+ "Wenn FAQs nach Kategorien gruppiert sind, soll dann die Anzahl der FAQs in "
1354
+ "einer Kategorie neben dem Kategorienamen angezeigt werden?"
1355
+
1356
+ #: includes/Settings.class.php:929
1357
+ msgid "Sort Categories"
1358
+ msgstr "Kategorien sortieren"
1359
+
1360
+ #: includes/Settings.class.php:930 includes/Settings.class.php:947
1361
+ msgid ""
1362
+ "How should FAQ categories be ordered? (Only used if \"Group FAQs by Category"
1363
+ "\" above is enabled.)"
1364
+ msgstr ""
1365
+ "Wie sollen die FAQ-Kategorien sortiert werden? (Wird nur verwendet, wenn "
1366
+ "\"FAQs nach Kategorie gruppieren\" oben aktiviert ist.)"
1367
+
1368
+ #: includes/Settings.class.php:934
1369
+ msgid "FAQ Count"
1370
+ msgstr "FAQ Anzahl"
1371
+
1372
+ #: includes/Settings.class.php:935
1373
+ msgid "Slug"
1374
+ msgstr "Slug"
1375
+
1376
+ #: includes/Settings.class.php:946
1377
+ msgid "Sort Categories Ordering"
1378
+ msgstr "Kategorien sortieren Reihenfolge"
1379
+
1380
+ #: includes/Settings.class.php:949 includes/Settings.class.php:984
1381
+ msgid "Ascending"
1382
+ msgstr "Aufsteigend"
1383
+
1384
+ #: includes/Settings.class.php:950 includes/Settings.class.php:985
1385
+ msgid "Descending"
1386
+ msgstr "Absteigend"
1387
+
1388
+ #: includes/Settings.class.php:969
1389
+ msgid "Selected Order (Premium option)"
1390
+ msgstr "Ausgewählte Sortierung (Premium-Option)"
1391
+
1392
+ #: includes/Settings.class.php:981
1393
+ msgid "Sort FAQs Ordering"
1394
+ msgstr "FAQs Reihenfolge sortieren"
1395
+
1396
+ #: includes/Settings.class.php:982
1397
+ msgid ""
1398
+ "Should FAQ be ascending or descending order, based on the ordering criteria "
1399
+ "above?"
1400
+ msgstr ""
1401
+ "Soll die FAQ aufsteigend oder absteigend sortiert sein, basierend auf den "
1402
+ "obigen Sortierkriterien?"
1403
+
1404
+ #: includes/Settings.class.php:1004
1405
+ msgid "Fields"
1406
+ msgstr "Felder"
1407
+
1408
+ #: includes/Settings.class.php:1027
1409
+ msgid "Hide Blank Fields"
1410
+ msgstr "Leere Felder ausblenden"
1411
+
1412
+ #: includes/Settings.class.php:1028
1413
+ msgid ""
1414
+ "Should field labels be hidden if a field hasn't been filled out for a "
1415
+ "particular FAQ?"
1416
+ msgstr ""
1417
+ "Sollen Feldbezeichnungen ausgeblendet werden, wenn ein Feld für eine "
1418
+ "bestimmte FAQ nicht ausgefüllt wurde?"
1419
+
1420
+ #: includes/Settings.class.php:1032
1421
+ msgid "Should any extra fields be added to the FAQs?"
1422
+ msgstr "Sollen den FAQs zusätzliche Felder hinzugefügt werden?"
1423
+
1424
+ #: includes/Settings.class.php:1033
1425
+ msgid ""
1426
+ "The \"Field Values\" should be a comma-separated list of values for the "
1427
+ "select, radio or checkbox field types (no extra spaces after the comma)."
1428
+ msgstr ""
1429
+ "Die \"Feldwerte\" sollten eine kommagetrennte Liste von Werten für die "
1430
+ "Feldtypen Select, Radio oder Checkbox sein (keine zusätzlichen Leerzeichen "
1431
+ "nach dem Komma)."
1432
+
1433
+ #: includes/Settings.class.php:1034
1434
+ msgid ""
1435
+ "For security reasons, file fields cannot be included in the submit FAQ form."
1436
+ msgstr ""
1437
+ "Aus Sicherheitsgründen kann das FAQ-Übermittlungsformular keine Dateifelder "
1438
+ "enthalten."
1439
+
1440
+ #: includes/Settings.class.php:1042
1441
+ msgid "FAQ Custom Fields"
1442
+ msgstr "FAQ Benutzerdefinierte Felder"
1443
+
1444
+ #: includes/Settings.class.php:1043
1445
+ msgid "&plus; ADD"
1446
+ msgstr "+ ADD"
1447
+
1448
+ #: includes/Settings.class.php:1044
1449
+ msgid "Delete"
1450
+ msgstr "Löschen"
1451
+
1452
+ #: includes/Settings.class.php:1059
1453
+ msgid "Field Type"
1454
+ msgstr "Feldtyp"
1455
+
1456
+ #: includes/Settings.class.php:1062
1457
+ msgid "Text Area"
1458
+ msgstr "Textbereich"
1459
+
1460
+ #: includes/Settings.class.php:1063
1461
+ msgid "Select Box"
1462
+ msgstr "Auswahlbox"
1463
+
1464
+ #: includes/Settings.class.php:1064
1465
+ msgid "Radio Buttons"
1466
+ msgstr "Optionsfelder"
1467
+
1468
+ #: includes/Settings.class.php:1065
1469
+ msgid "Checkbox"
1470
+ msgstr "Checkbox"
1471
+
1472
+ #: includes/Settings.class.php:1066
1473
+ msgid "File"
1474
+ msgstr "Datei"
1475
+
1476
+ #: includes/Settings.class.php:1067
1477
+ msgid "Link"
1478
+ msgstr "Link"
1479
+
1480
+ #: includes/Settings.class.php:1068
1481
+ msgid "Date"
1482
+ msgstr "Datum"
1483
+
1484
+ #: includes/Settings.class.php:1069
1485
+ msgid "Date/Time"
1486
+ msgstr "Datum/Uhrzeit"
1487
+
1488
+ #: includes/Settings.class.php:1074
1489
+ msgid "Field Values"
1490
+ msgstr "Feldwerte"
1491
+
1492
+ #: includes/Settings.class.php:1094
1493
+ msgid "Labelling"
1494
+ msgstr "Beschriftung"
1495
+
1496
+ #: includes/Settings.class.php:1104
1497
+ msgid "FAQ Page and Search"
1498
+ msgstr "FAQ-Seite und -Suche"
1499
+
1500
+ #: includes/Settings.class.php:1117 views/View.class.php:107
1501
+ msgid "Posted"
1502
+ msgstr "Veröffentlicht"
1503
+
1504
+ #: includes/Settings.class.php:1128
1505
+ msgid "By"
1506
+ msgstr "Von"
1507
+
1508
+ #: includes/Settings.class.php:1139
1509
+ msgid "On"
1510
+ msgstr "An"
1511
+
1512
+ #: includes/Settings.class.php:1172 views/View.class.php:112
1513
+ msgid "Permalink"
1514
+ msgstr "Permalink"
1515
+
1516
+ #: includes/Settings.class.php:1183
1517
+ msgid "Back To Top"
1518
+ msgstr "Nach oben"
1519
+
1520
+ #: includes/Settings.class.php:1194
1521
+ msgid "WooCommerce Tab"
1522
+ msgstr "WooCommerce Register"
1523
+
1524
+ #: includes/Settings.class.php:1205 views/View.class.php:120
1525
+ msgid "Share"
1526
+ msgstr "Teilen"
1527
+
1528
+ #: includes/Settings.class.php:1216 views/View.class.php:121
1529
+ msgid "Did you find this FAQ helpful?"
1530
+ msgstr "Fanden Sie diese FAQ hilfreich?"
1531
+
1532
+ #: includes/Settings.class.php:1227
1533
+ msgid "Enter your quetion"
1534
+ msgstr "Gib Deine Frage ein"
1535
+
1536
+ #: includes/Settings.class.php:1238
1537
+ msgid "Search Placeholder"
1538
+ msgstr "Platzhalter für Suche"
1539
+
1540
+ #: includes/Settings.class.php:1249
1541
+ msgid "Search Button"
1542
+ msgstr "Such-Button"
1543
+
1544
+ #: includes/Settings.class.php:1281
1545
+ msgid "FAQ Submit Page"
1546
+ msgstr "FAQ-Seite senden"
1547
+
1548
+ #: includes/Settings.class.php:1294
1549
+ msgid "Thank you for submitting an FAQ"
1550
+ msgstr "Vielen Dank, dass Sie eine FAQ gesendet haben"
1551
+
1552
+ #: includes/Settings.class.php:1305 views/View.class.php:124
1553
+ msgid "Submit a Question"
1554
+ msgstr "Stell eine Frage"
1555
+
1556
+ #: includes/Settings.class.php:1316 views/View.class.php:125
1557
+ msgid "Please fill out the form below to submit a question."
1558
+ msgstr "Bitte füll das folgende Formular aus, um eine Frage zu stellen."
1559
+
1560
+ #: includes/Settings.class.php:1327 views/View.class.php:126
1561
+ msgid "Send Question"
1562
+ msgstr "Frage senden"
1563
+
1564
+ #: includes/Settings.class.php:1338 views/View.class.php:127
1565
+ msgid "Question Title"
1566
+ msgstr "Titel der Frage"
1567
+
1568
+ #: includes/Settings.class.php:1349 views/View.class.php:128
1569
+ msgid "What question is being answered?"
1570
+ msgstr "Welche Frage ist zu beantworten?"
1571
+
1572
+ #: includes/Settings.class.php:1360 views/View.class.php:129
1573
+ msgid "Proposed Answer"
1574
+ msgstr "Vorgeschlagene Antwort"
1575
+
1576
+ #: includes/Settings.class.php:1371 views/View.class.php:130
1577
+ msgid "What answer should be displayed for this question?"
1578
+ msgstr "Welche Antwort soll bei dieser Frage angezeigt werden?"
1579
+
1580
+ #: includes/Settings.class.php:1382
1581
+ msgid "Question Author"
1582
+ msgstr "Autor der Frage"
1583
+
1584
+ #: includes/Settings.class.php:1393 views/View.class.php:135
1585
+ msgid "Image Number"
1586
+ msgstr "Bild Nummer"
1587
+
1588
+ #: includes/Settings.class.php:1404
1589
+ msgid "What name should be displayed with your question?"
1590
+ msgstr "Welcher Name sollte bei deiner Frage angezeigt werden?"
1591
+
1592
+ #: includes/Settings.class.php:1422
1593
+ msgid "Styling"
1594
+ msgstr "Styling"
1595
+
1596
+ #: includes/Settings.class.php:1432 includes/Settings.class.php:1445
1597
+ msgid "Toggle Symbol"
1598
+ msgstr "Symbol umschalten"
1599
+
1600
+ #: includes/Settings.class.php:1474
1601
+ msgid "Toggle Background Color"
1602
+ msgstr "Hintergrundfarbe umschalten"
1603
+
1604
+ #: includes/Settings.class.php:1484
1605
+ msgid "Toggle Color"
1606
+ msgstr "Textfarbe Umschalter"
1607
+
1608
+ #: includes/Settings.class.php:1494
1609
+ msgid "Toggle Border Color"
1610
+ msgstr "Umrandungsfarbe umschalten"
1611
+
1612
+ #: includes/Settings.class.php:1504
1613
+ msgid "Toggle Font Size"
1614
+ msgstr "Schriftgröße umschalten"
1615
+
1616
+ #: includes/Settings.class.php:1516
1617
+ msgid "Border Size"
1618
+ msgstr "Rahmengröße"
1619
+
1620
+ #: includes/Settings.class.php:1528
1621
+ msgid "Border Radius"
1622
+ msgstr "Rahmen Radius"
1623
+
1624
+ #: includes/Settings.class.php:1539
1625
+ msgid "Themes"
1626
+ msgstr "Themes"
1627
+
1628
+ #: includes/Settings.class.php:1552
1629
+ msgid "Block and Border Block Background Color"
1630
+ msgstr "Block und Block-Umrandung Hintergrundfarbe"
1631
+
1632
+ #: includes/Settings.class.php:1562
1633
+ msgid "Block and Border Block Hover Font Color"
1634
+ msgstr "Block und Block-Umrandung Hover-Schriftfarbe"
1635
+
1636
+ #: includes/Settings.class.php:1572
1637
+ msgid "List Font Color"
1638
+ msgstr "Liste Schriftfarbe"
1639
+
1640
+ #: includes/Settings.class.php:1583
1641
+ msgid "Font Family"
1642
+ msgstr "Schriftfamilie"
1643
+
1644
+ #: includes/Settings.class.php:1595
1645
+ msgid "Font Size"
1646
+ msgstr "Schriftgröße"
1647
+
1648
+ #: includes/Settings.class.php:1607
1649
+ msgid "Margin"
1650
+ msgstr "Margin"
1651
+
1652
+ #: includes/Settings.class.php:1619
1653
+ msgid "Padding"
1654
+ msgstr "Innenabstand"
1655
+
1656
+ #: includes/Settings.class.php:1630
1657
+ msgid "FAQ Elements"
1658
+ msgstr "FAQ-Elemente"
1659
+
1660
+ #: includes/Settings.class.php:1643
1661
+ msgid "Question Font Color"
1662
+ msgstr "Frage Schriftfarbe"
1663
+
1664
+ #: includes/Settings.class.php:1654
1665
+ msgid "Question Font Family"
1666
+ msgstr "Frage Schriftfamilie"
1667
+
1668
+ #: includes/Settings.class.php:1666
1669
+ msgid "Question Font Size"
1670
+ msgstr "Frage Schriftgröße"
1671
+
1672
+ #: includes/Settings.class.php:1678
1673
+ msgid "Question Margin"
1674
+ msgstr "Frage äußerer Rand"
1675
+
1676
+ #: includes/Settings.class.php:1690
1677
+ msgid "Question Padding"
1678
+ msgstr "Frage innerer Rand"
1679
+
1680
+ #: includes/Settings.class.php:1702
1681
+ msgid "Toggle Symbol Top Margin"
1682
+ msgstr "Umschalten des Symbols oberer Rand"
1683
+
1684
+ #: includes/Settings.class.php:1714
1685
+ msgid "Answer Font Color"
1686
+ msgstr "Antwort Schriftfarbe"
1687
+
1688
+ #: includes/Settings.class.php:1725
1689
+ msgid "Answer Font Family"
1690
+ msgstr "Antwort Schriftfamilie"
1691
+
1692
+ #: includes/Settings.class.php:1737
1693
+ msgid "Answer Font Size"
1694
+ msgstr "Antwort Schriftgröße"
1695
+
1696
+ #: includes/Settings.class.php:1749
1697
+ msgid "Answer Margin"
1698
+ msgstr "Antwort äußerer Rand"
1699
+
1700
+ #: includes/Settings.class.php:1761
1701
+ msgid "Answer Padding"
1702
+ msgstr "Antwort innerer Rand"
1703
+
1704
+ #: includes/Settings.class.php:1773
1705
+ msgid "Categories, Tags Font Color"
1706
+ msgstr "Kategorien und Tags Schriftfarbe"
1707
+
1708
+ #: includes/Settings.class.php:1784
1709
+ msgid "Categories, Tags Font Family"
1710
+ msgstr "Kategorien und Tags Schriftfamilie"
1711
+
1712
+ #: includes/Settings.class.php:1796
1713
+ msgid "Categories, Tags Font Size"
1714
+ msgstr "Kategorien und Tags Schriftgröße"
1715
+
1716
+ #: includes/Settings.class.php:1808
1717
+ msgid "Categories, Tags Margin"
1718
+ msgstr "Kategorien und Tags äußerer Rand"
1719
+
1720
+ #: includes/Settings.class.php:1820
1721
+ msgid "Categories, Tags Padding"
1722
+ msgstr "Kategorien und Tags innerer Rand"
1723
+
1724
+ #: includes/Settings.class.php:1832
1725
+ msgid "Post Date Font Color"
1726
+ msgstr "Beitragsdatum Schriftfarbe"
1727
+
1728
+ #: includes/Settings.class.php:1843
1729
+ msgid "Post Date Font Family"
1730
+ msgstr "Beitragsdatum Schriftfamilie"
1731
+
1732
+ #: includes/Settings.class.php:1855
1733
+ msgid "Post Date Font Size"
1734
+ msgstr "Beitragsdatum Schriftgröße"
1735
+
1736
+ #: includes/Settings.class.php:1867
1737
+ msgid "Post Date Margin"
1738
+ msgstr "Beitragsdatum äußerer Rand"
1739
+
1740
+ #: includes/Settings.class.php:1879
1741
+ msgid "Post Date Padding"
1742
+ msgstr "Beitragsdatum innerer Rand"
1743
+
1744
+ #: includes/Settings.class.php:1890
1745
+ msgid "Headings"
1746
+ msgstr "Überschriften"
1747
+
1748
+ #: includes/Settings.class.php:1903
1749
+ msgid "Category Heading Type"
1750
+ msgstr "Kategorie Überschriftarten"
1751
+
1752
+ #: includes/Settings.class.php:1905 includes/Settings.class.php:1924
1753
+ msgid "H1"
1754
+ msgstr "H1"
1755
+
1756
+ #: includes/Settings.class.php:1906 includes/Settings.class.php:1925
1757
+ msgid "H2"
1758
+ msgstr "H2"
1759
+
1760
+ #: includes/Settings.class.php:1907 includes/Settings.class.php:1926
1761
+ msgid "H3"
1762
+ msgstr "H3"
1763
+
1764
+ #: includes/Settings.class.php:1908 includes/Settings.class.php:1927
1765
+ msgid "H4"
1766
+ msgstr "H4"
1767
+
1768
+ #: includes/Settings.class.php:1909 includes/Settings.class.php:1928
1769
+ msgid "H5"
1770
+ msgstr "H5"
1771
+
1772
+ #: includes/Settings.class.php:1910 includes/Settings.class.php:1929
1773
+ msgid "H6"
1774
+ msgstr "H6"
1775
+
1776
+ #: includes/Settings.class.php:1922
1777
+ msgid "FAQ Heading Type"
1778
+ msgstr "FAQ-Überschrift"
1779
+
1780
+ #: includes/Settings.class.php:1941
1781
+ msgid "Category Heading Font Color"
1782
+ msgstr "Kategorie-Überschrift Schriftfarbe"
1783
+
1784
+ #: includes/Settings.class.php:1952
1785
+ msgid "Category Heading Font Family"
1786
+ msgstr "Kategorie-Überschrift Schriftfamilie"
1787
+
1788
+ #: includes/Settings.class.php:1964
1789
+ msgid "Category Heading Font Size"
1790
+ msgstr "Kategorie-Überschrift Schriftgröße"
1791
+
1792
+ #: includes/WPForms.class.php:56
1793
+ msgid ""
1794
+ "Disable FAQ display for this form, or enable it only on specific fields."
1795
+ msgstr ""
1796
+ "Deaktiviere die FAQ Anzeige für dieses Formular oder aktiviere sie nur für "
1797
+ "bestimmte Felder."
1798
+
1799
+ #: includes/WPForms.class.php:71
1800
+ msgid ""
1801
+ "If FAQs are set to a specific field, which field should FAQs be displayed "
1802
+ "for?"
1803
+ msgstr ""
1804
+ "Wenn FAQs auf ein bestimmtes Feld festgelegt sind, für welches Feld sollten "
1805
+ "FAQs angezeigt werden?"
1806
+
1807
+ #: includes/WPForms.class.php:77
1808
+ msgid "-- Select Field --"
1809
+ msgstr "-- Feld auswählen --"
1810
+
1811
+ #: includes/WPForms.class.php:128
1812
+ msgid "Possible FAQs related to your message:"
1813
+ msgstr "Mögliche FAQs zu Deiner Frage:"
1814
+
1815
+ #: includes/Widgets.class.php:50
1816
+ msgid "UFAQ FAQ ID List"
1817
+ msgstr "UFAQ FAQ-ID-Liste"
1818
+
1819
+ #: includes/Widgets.class.php:51
1820
+ msgid "Insert FAQ posts using a comma-separated list of post IDs"
1821
+ msgstr ""
1822
+ "Füge FAQ-Beiträge mit einer durch Kommata getrennten Liste von Beitrags-IDs "
1823
+ "ein"
1824
+
1825
+ #: includes/Widgets.class.php:76
1826
+ msgid "FAQ ID List"
1827
+ msgstr "FAQ-ID-Liste"
1828
+
1829
+ #: includes/Widgets.class.php:82
1830
+ msgid "FAQ ID List:"
1831
+ msgstr "FAQ-ID-Liste:"
1832
+
1833
+ #: includes/Widgets.class.php:86 includes/Widgets.class.php:154
1834
+ #: includes/Widgets.class.php:222 includes/Widgets.class.php:294
1835
+ #: includes/Widgets.class.php:361
1836
+ msgid "Widget Title:"
1837
+ msgstr "Widget Titel:"
1838
+
1839
+ #: includes/Widgets.class.php:118
1840
+ msgid "Recent FAQs"
1841
+ msgstr "Neueste FAQs"
1842
+
1843
+ #: includes/Widgets.class.php:119
1844
+ msgid "Insert a number of the most recent FAQs"
1845
+ msgstr "Füge eine Reihe der neuesten FAQs ein"
1846
+
1847
+ #: includes/Widgets.class.php:144 includes/Widgets.class.php:212
1848
+ msgid "Number of FAQs"
1849
+ msgstr "Anzahl der FAQs"
1850
+
1851
+ #: includes/Widgets.class.php:145 includes/Widgets.class.php:213
1852
+ #: includes/Widgets.class.php:289 includes/Widgets.class.php:352
1853
+ msgid "Widget Title"
1854
+ msgstr "Widget Titel"
1855
+
1856
+ #: includes/Widgets.class.php:150 includes/Widgets.class.php:218
1857
+ msgid "Number of FAQs:"
1858
+ msgstr "Anzahl der FAQs:"
1859
+
1860
+ #: includes/Widgets.class.php:186
1861
+ msgid "Popular FAQs"
1862
+ msgstr "Beliebte FAQs"
1863
+
1864
+ #: includes/Widgets.class.php:187
1865
+ msgid "Insert a number of popular FAQs."
1866
+ msgstr "Füge eine Reihe von beliebten FAQs ein."
1867
+
1868
+ #: includes/Widgets.class.php:254
1869
+ msgid "Random FAQ"
1870
+ msgstr "Zufällige FAQs"
1871
+
1872
+ #: includes/Widgets.class.php:255
1873
+ msgid "Display a random FAQ"
1874
+ msgstr "Eine zufällige FAQ anzeigen"
1875
+
1876
+ #: includes/Widgets.class.php:325
1877
+ msgid "UFAQ FAQ Category List"
1878
+ msgstr "UFAQ FAQ-Kategorienliste"
1879
+
1880
+ #: includes/Widgets.class.php:326
1881
+ msgid "Insert FAQ posts using a comma-separated list of categories"
1882
+ msgstr ""
1883
+ "Füge FAQ-Beiträge mit einer durch Kommata getrennten Liste von Kategorien ein"
1884
+
1885
+ #: includes/Widgets.class.php:351
1886
+ msgid "FAQ Category List"
1887
+ msgstr "FAQ-Kategorienliste"
1888
+
1889
+ #: includes/Widgets.class.php:357
1890
+ msgid "FAQ Category List:"
1891
+ msgstr "FAQ-Kategorienliste:"
1892
+
1893
+ #: includes/WooCommerce.class.php:147
1894
+ msgid ""
1895
+ "You can use the form below to select which FAQs to display for this product, "
1896
+ "or leave it blank to use the default category naming system."
1897
+ msgstr ""
1898
+ "Du kannst das folgende Formular verwenden, um auszuwählen, welche FAQs für "
1899
+ "dieses Produkt angezeigt werden sollen, oder es leer lassen, um das "
1900
+ "Standardsystem für die Benennung von Kategorien zu verwenden."
1901
+
1902
+ #: includes/WooCommerce.class.php:157
1903
+ msgid "All Categories"
1904
+ msgstr "Alle Kategorien"
1905
+
1906
+ #: includes/WooCommerce.class.php:164 includes/WooCommerce.class.php:286
1907
+ msgid "Add?"
1908
+ msgstr "Hinzufügen?"
1909
+
1910
+ #: includes/WooCommerce.class.php:179
1911
+ msgid "Add FAQs"
1912
+ msgstr "FAQs hinzufügen"
1913
+
1914
+ #: includes/WooCommerce.class.php:191
1915
+ msgid "Delete?"
1916
+ msgstr "Löschen?"
1917
+
1918
+ #: includes/WooCommerce.class.php:207
1919
+ msgid "Delete FAQs"
1920
+ msgstr "FAQs löschen"
1921
+
1922
+ #: lib/simple-admin-pages/classes/AdminPage.class.php:173
1923
+ msgid "You do not have sufficient permissions to access this page."
1924
+ msgstr ""
1925
+ "Du hast nicht die erforderlichen Rechte, um auf diese Seite zuzugreifen."
1926
+
1927
+ #: lib/simple-admin-pages/classes/AdminPageSetting.FileUpload.class.php:46
1928
+ msgid "Current image:"
1929
+ msgstr "Aktuelles Bild:"
1930
+
1931
+ #: lib/simple-admin-pages/classes/AdminPageSetting.FileUpload.class.php:59
1932
+ msgid "Upload Image"
1933
+ msgstr "Bild hochladen"
1934
+
1935
+ #: ultimate-faqs.php:318
1936
+ msgid "Head to the settings page for Ultimate FAQs"
1937
+ msgstr "Gehe zur Einstellungsseite für Ultimate FAQs"
1938
+
1939
+ #: ultimate-faqs.php:405
1940
+ msgid "MENU"
1941
+ msgstr "MENÜ"
1942
+
1943
+ #: ultimate-faqs.php:406
1944
+ msgid "Dashboard"
1945
+ msgstr "Dashboard"
1946
+
1947
+ #: ultimate-faqs.php:411
1948
+ msgid "Import"
1949
+ msgstr "Importieren"
1950
+
1951
+ #: ultimate-faqs.php:412
1952
+ msgid "Export"
1953
+ msgstr "Export"
1954
+
1955
+ #: ultimate-faqs.php:414
1956
+ msgid "FAQ Order"
1957
+ msgstr "FAQ-Sortierung"
1958
+
1959
+ #: views/View.FAQ.class.php:499
1960
+ msgid "Category:"
1961
+ msgstr "Kategorie:"
1962
+
1963
+ #: views/View.FAQ.class.php:499
1964
+ msgid "Categories:"
1965
+ msgstr "Kategorien:"
1966
+
1967
+ #: views/View.FAQ.class.php:523
1968
+ msgid "Tag:"
1969
+ msgstr "Schlagwort:"
1970
+
1971
+ #: views/View.FAQ.class.php:523
1972
+ msgid "Tags:"
1973
+ msgstr "Tags:"
1974
+
1975
+ #: views/View.FAQ.class.php:592 views/View.FAQ.class.php:604
1976
+ #: views/View.FAQ.class.php:616 views/View.FAQ.class.php:628
1977
+ msgid "Check out this helpful FAQ"
1978
+ msgstr "Schau dir diese hilfreiche FAQ an"
1979
+
1980
+ #: views/View.class.php:108
1981
+ msgid "by"
1982
+ msgstr "von"
1983
+
1984
+ #: views/View.class.php:109
1985
+ msgid "on"
1986
+ msgstr "an"
1987
+
1988
+ #: views/View.class.php:110
1989
+ msgid "Enter your question"
1990
+ msgstr "Was suchst Du"
1991
+
1992
+ #: views/View.class.php:111
1993
+ msgid "Search"
1994
+ msgstr "Suchen"
1995
+
1996
+ #: views/View.class.php:113
1997
+ msgid "Back to Top"
1998
+ msgstr "Nach oben"
1999
+
2000
+ #: views/View.class.php:114
2001
+ msgid "Expand All"
2002
+ msgstr "Alle ausklappen"
2003
+
2004
+ #: views/View.class.php:115
2005
+ msgid "Collapse All"
2006
+ msgstr "Alles einklappen"
2007
+
2008
+ #: views/View.class.php:118
2009
+ msgid "Load More"
2010
+ msgstr "Mehr laden"
2011
+
2012
+ #: views/View.class.php:122
2013
+ msgid "Enter your question..."
2014
+ msgstr "Gib ein Schlagwort ein..."
2015
+
2016
+ #: views/View.class.php:131
2017
+ msgid "FAQ Author"
2018
+ msgstr "FAQ-Autor"
2019
+
2020
+ #: views/View.class.php:132
2021
+ msgid "What name should be displayed with your FAQ?"
2022
+ msgstr "Welcher Name sollte in deiner FAQ angezeigt werden?"
2023
+
2024
+ #: views/View.class.php:133
2025
+ msgid "Author Email"
2026
+ msgstr "Autoren E-Mail"
2027
+
2028
+ #: views/View.class.php:134
2029
+ msgid ""
2030
+ "This is only used to verify the authenticity of the FAQ. It is not displayed "
2031
+ "anywhere."
2032
+ msgstr ""
2033
+ "Dies wird nur verwendet, um die Echtheit der FAQ zu überprüfen. Es wird "
2034
+ "nirgendwo angezeigt."
2035
+
2036
+ #: views/View.class.php:136
2037
+ #, php-format
2038
+ msgid "No result FAQs contained the term '%s'"
2039
+ msgstr "Kein Ergebnis der FAQs enthielt den Begriff '%s'"
2040
+
2041
+ #. Plugin URI of the plugin/theme
2042
+ #. Author URI of the plugin/theme
2043
+ msgid "http://www.EtoileWebDesign.com/plugins/ultimate-faqs/"
2044
+ msgstr "http://www.EtoileWebDesign.com/plugins/ultimate-faqs/"
2045
+
2046
+ #. Description of the plugin/theme
2047
+ msgid ""
2048
+ "Easily create and add FAQs to your WordPress site with a Gutenberg block, "
2049
+ "shortcode or widget. Includes FAQ schema, search, accordion toggle and more."
2050
+ msgstr ""
2051
+ "Einfaches Erstellen und Hinzufügen von FAQs zu Deiner WordPress-Website mit "
2052
+ "einem Gutenberg-Block, Shortcode oder Widget. Enthält FAQ-Schema, Suche, "
2053
+ "Akkordeon-Toggle und mehr."
2054
+
2055
+ #. Author of the plugin/theme
2056
+ msgid "Etoile Web Design"
2057
+ msgstr "Etoile Web Design"
readme.txt CHANGED
@@ -264,6 +264,13 @@ Video 3 - FAQs Ordering
264
 
265
  == Changelog ==
266
 
 
 
 
 
 
 
 
267
  = 2.0.17 (2021-05-14) =
268
  - Fixed an issue causing the AJAX dynamic search results to not automatically show when typing when auto complete was disabled.
269
  - Fixed a conflict between multiple shortcodes listed on the search page. Please, you still should not have any extra shortcodes on your search page other than the one search shortcode!
264
 
265
  == Changelog ==
266
 
267
+ = 2.0.18 (2021-06-21) =
268
+ - Fixed an issue with incorrect permalinks in search results.
269
+ - Fixed an issue in which emails from Ultimate WP Mail were not available for selection.
270
+ - Fixed an issue in which <style> tags were being included even if no custom CSS was provided.
271
+ - Eliminated a PHP notice.
272
+ - Added a German translation file that was provided by a user of the plugin.
273
+
274
  = 2.0.17 (2021-05-14) =
275
  - Fixed an issue causing the AJAX dynamic search results to not automatically show when typing when auto complete was disabled.
276
  - Fixed a conflict between multiple shortcodes listed on the search page. Please, you still should not have any extra shortcodes on your search page other than the one search shortcode!
ultimate-faqs.php CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
7
  Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
- Version: 2.0.17
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) )
7
  Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
+ Version: 2.0.18
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) )
views/View.FAQ.class.php CHANGED
@@ -706,7 +706,7 @@ class ewdufaqViewFAQ extends ewdufaqView {
706
  public function add_faq_permalink() {
707
  global $ewd_ufaq_controller;
708
 
709
- if ( $ewd_ufaq_controller->settings->get_setting( 'permalink-type' ) == 'individual_page' ) {
710
 
711
  $this->permalink = get_permalink( $this->post->ID );
712
 
706
  public function add_faq_permalink() {
707
  global $ewd_ufaq_controller;
708
 
709
+ if ( $ewd_ufaq_controller->settings->get_setting( 'permalink-type' ) == 'individual_page' or ! empty( $this->is_search ) ) {
710
 
711
  $this->permalink = get_permalink( $this->post->ID );
712
 
views/View.FAQs.class.php CHANGED
@@ -40,6 +40,8 @@ class ewdufaqViewFAQs extends ewdufaqView {
40
 
41
  if ( get_class( $faq ) != 'ewdufaqFAQ' ) { continue; }
42
 
 
 
43
  $faq_view = new ewdufaqViewFAQ( $faq );
44
 
45
  $this->faqs[] = $faq_view;
@@ -480,9 +482,9 @@ class ewdufaqViewFAQs extends ewdufaqView {
480
  $this->display_all_answers = ! empty( $this->display_all_answers ) ? $this->display_all_answers : $ewd_ufaq_controller->settings->get_setting( 'display-all-answers' );
481
  $this->include_category_children = ( ! empty( $this->include_category_children ) and strtolower( $this->include_category_children ) == 'yes' ) ? true : false;
482
 
483
- $this->include_categories = explode( ',', $this->include_category_ids );
484
 
485
- $include_category_slugs = explode( ',', $this->include_category );
486
  foreach ( $include_category_slugs as $include_category ) {
487
 
488
  $category = get_term_by( 'slug', $include_category, EWD_UFAQ_FAQ_CATEGORY_TAXONOMY );
40
 
41
  if ( get_class( $faq ) != 'ewdufaqFAQ' ) { continue; }
42
 
43
+ $faq->is_search = ! empty( $this->is_search ) ? true : false;
44
+
45
  $faq_view = new ewdufaqViewFAQ( $faq );
46
 
47
  $this->faqs[] = $faq_view;
482
  $this->display_all_answers = ! empty( $this->display_all_answers ) ? $this->display_all_answers : $ewd_ufaq_controller->settings->get_setting( 'display-all-answers' );
483
  $this->include_category_children = ( ! empty( $this->include_category_children ) and strtolower( $this->include_category_children ) == 'yes' ) ? true : false;
484
 
485
+ $this->include_categories = ! empty( $this->include_category_ids ) ? explode( ',', $this->include_category_ids ) : array();
486
 
487
+ $include_category_slugs = ! empty( $this->include_category ) ? explode( ',', $this->include_category ) : array();
488
  foreach ( $include_category_slugs as $include_category ) {
489
 
490
  $category = get_term_by( 'slug', $include_category, EWD_UFAQ_FAQ_CATEGORY_TAXONOMY );
views/View.class.php CHANGED
@@ -143,66 +143,71 @@ class ewdufaqView extends ewdufaqBase {
143
  $heading_type = $ewd_ufaq_controller->settings->get_setting( 'styling-faq-heading-type' );
144
  $category_heading_type = $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-type' );
145
 
146
- echo '<style>';
147
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-background-color' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { background-color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-background-color' ) . ' !important; }'; }
148
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-font-color' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-font-color' ) . ' !important; }'; }
149
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-size' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { border-width: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-size' ) . ' !important; }'; }
150
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-color' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { border-color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-color' ) . ' !important; }'; }
151
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-radius' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { border-radius: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-radius' ) . ' !important; }'; }
152
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-symbol-size' ) != '' ) { echo '.ewd-ufaq-post-margin-symbol { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-symbol-size' ) . ' !important; }'; }
 
153
 
154
  if ( $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) != '' ) {
155
 
156
- echo ".ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active a,.ewd-ufaq-faq-display-style-block:hover, .ewd-ufaq-faq-display-style-block:hover a, .ewd-ufaq-faq-display-style-block:hover $heading_type { background-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
157
- echo ".ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-border_block:hover, .ewd-ufaq-faq-display-style-border_block:hover $heading_type { background-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
158
- echo ".ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body { border-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
159
- echo ".ewd-ufaq-faq-display-style-border_block .comment-reply-title, .ewd-ufaq-faq-display-style-border_block:hover .comment-reply-title { background-color: transparent !important; }";
160
  }
161
 
162
  if ( $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) != '' ) {
163
 
164
- echo ".ewd-ufaq-faq-display-style-block:hover .ewd-ufaq-post-margin-symbol, .ewd-ufaq-faq-display-style-block:hover $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) . ' !important; }';
165
- echo ".ewd-ufaq-faq-display-style-border_block:hover .ewd-ufaq-post-margin-symbol, .ewd-ufaq-faq-display-style-border_block:hover $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) . ' !important; }';
166
  }
167
 
168
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font' ) != '' ) { echo '.ewd-ufaq-faq-header-title a { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font' ) . ' !important; }'; }
169
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-size' ) != '' ) { echo '.ewd-ufaq-faq-header-title a { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-size' ) . ' !important; }'; }
170
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-color' ) != '' ) { echo '.ewd-ufaq-faq-header-title a { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-color' ) . ' !important; }'; }
171
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-margin' ) != '' ) { echo '.ewd-ufaq-faq-header-title a { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-margin' ) . ' !important; }'; }
172
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-padding' ) != '' ) { echo '.ewd-ufaq-faq-header-title a { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-padding' ) . ' !important; }'; }
173
-
174
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font' ) != '' ) { echo "div.ewd-ufaq-faq-title $heading_type { font-family: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font' ) . ' !important; }'; }
175
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-size' ) != '' ) { echo "div.ewd-ufaq-faq-title $heading_type { font-size: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-size' ) . ' !important; }'; }
176
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-color' ) != '' ) { echo "div.ewd-ufaq-faq-title $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-color' ) . ' !important; }'; }
177
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-margin' ) != '' ) { echo "div.ewd-ufaq-faq-title $heading_type { margin: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-margin' ) . ' !important; }'; }
178
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-padding' ) != '' ) { echo "div.ewd-ufaq-faq-title $heading_type { padding: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-padding' ) . ' !important; }'; }
179
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-icon-top-margin' ) != '' ) { echo ".ewd-ufaq-post-margin-symbol { margin-top: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-icon-top-margin' ) . ' !important; }'; }
180
 
181
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font' ) != '' ) { echo 'div.ewd-ufaq-faq-post p { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font' ) . ' !important; }'; }
182
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-size' ) != '' ) { echo 'div.ewd-ufaq-faq-post p { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-size' ) . ' !important; }'; }
183
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-color' ) != '' ) { echo 'div.ewd-ufaq-faq-post p { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-color' ) . ' !important; }'; }
184
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-margin' ) != '' ) { echo 'div.ewd-ufaq-faq-post p { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-margin' ) . ' !important; }'; }
185
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-padding' ) != '' ) { echo 'div.ewd-ufaq-faq-post p { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-padding' ) . ' !important; }'; }
186
-
187
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font' ) != '' ) { echo 'div.ewd-ufaq-author-date { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font' ) . ' !important; }'; }
188
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-size' ) != '' ) { echo 'div.ewd-ufaq-author-date { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-size' ) . ' !important; }'; }
189
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-color' ) != '' ) { echo 'div.ewd-ufaq-author-date { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-color' ) . ' !important; }'; }
190
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-margin' ) != '' ) { echo 'div.ewd-ufaq-author-date { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-margin' ) . ' !important; }'; }
191
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-padding' ) != '' ) { echo 'div.ewd-ufaq-author-date { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-padding' ) . ' !important; }'; }
192
-
193
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font' ) != '' ) { echo "div.ewd-ufaq-faq-category-title $category_heading_type { font-family: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font' ) . ' !important; }'; }
194
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-size' ) != '' ) { echo "div.ewd-ufaq-faq-category-title $category_heading_type { font-size: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-size' ) . ' !important; }'; }
195
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-color' ) != '' ) { echo "div.ewd-ufaq-faq-category-title $category_heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-color' ) . ' !important; }'; }
196
 
197
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font' ) != '' ) { echo 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font' ) . ' !important; }'; }
198
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-size' ) != '' ) { echo 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-size' ) . ' !important; }'; }
199
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-color' ) != '' ) { echo 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-color' ) . ' !important; }'; }
200
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-margin' ) != '' ) { echo 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-margin' ) . ' !important; }'; }
201
- if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-padding' ) != '' ) { echo 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-padding' ) . ' !important; }'; }
202
-
203
- echo $ewd_ufaq_controller->settings->get_setting( 'custom-css' );
204
-
205
- echo '</style>';
 
 
 
 
206
  }
207
 
208
  }
143
  $heading_type = $ewd_ufaq_controller->settings->get_setting( 'styling-faq-heading-type' );
144
  $category_heading_type = $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-type' );
145
 
146
+ $css = '';
147
+
148
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-background-color' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { background-color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-background-color' ) . ' !important; }'; }
149
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-font-color' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-font-color' ) . ' !important; }'; }
150
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-size' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { border-width: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-size' ) . ' !important; }'; }
151
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-color' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { border-color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-color' ) . ' !important; }'; }
152
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-radius' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { border-radius: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-border-radius' ) . ' !important; }'; }
153
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-symbol-size' ) != '' ) { $css .= '.ewd-ufaq-post-margin-symbol { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-toggle-symbol-size' ) . ' !important; }'; }
154
 
155
  if ( $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) != '' ) {
156
 
157
+ $css .= ".ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active a,.ewd-ufaq-faq-display-style-block:hover, .ewd-ufaq-faq-display-style-block:hover a, .ewd-ufaq-faq-display-style-block:hover $heading_type { background-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
158
+ $css .= ".ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-border_block:hover, .ewd-ufaq-faq-display-style-border_block:hover $heading_type { background-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
159
+ $css .= ".ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body { border-color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-background-color' ) . ' !important; }';
160
+ $css .= ".ewd-ufaq-faq-display-style-border_block .comment-reply-title, .ewd-ufaq-faq-display-style-border_block:hover .comment-reply-title { background-color: transparent !important; }";
161
  }
162
 
163
  if ( $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) != '' ) {
164
 
165
+ $css .= ".ewd-ufaq-faq-display-style-block:hover .ewd-ufaq-post-margin-symbol, .ewd-ufaq-faq-display-style-block:hover $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) . ' !important; }';
166
+ $css .= ".ewd-ufaq-faq-display-style-border_block:hover .ewd-ufaq-post-margin-symbol, .ewd-ufaq-faq-display-style-border_block:hover $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-block-font-color' ) . ' !important; }';
167
  }
168
 
169
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font' ) != '' ) { $css .= '.ewd-ufaq-faq-header-title a { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font' ) . ' !important; }'; }
170
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-size' ) != '' ) { $css .= '.ewd-ufaq-faq-header-title a { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-size' ) . ' !important; }'; }
171
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-color' ) != '' ) { $css .= '.ewd-ufaq-faq-header-title a { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-font-color' ) . ' !important; }'; }
172
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-margin' ) != '' ) { $css .= '.ewd-ufaq-faq-header-title a { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-margin' ) . ' !important; }'; }
173
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-list-padding' ) != '' ) { $css .= '.ewd-ufaq-faq-header-title a { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-list-padding' ) . ' !important; }'; }
174
+
175
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font' ) != '' ) { $css .= "div.ewd-ufaq-faq-title $heading_type { font-family: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font' ) . ' !important; }'; }
176
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-size' ) != '' ) { $css .= "div.ewd-ufaq-faq-title $heading_type { font-size: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-size' ) . ' !important; }'; }
177
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-color' ) != '' ) { $css .= "div.ewd-ufaq-faq-title $heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-font-color' ) . ' !important; }'; }
178
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-margin' ) != '' ) { $css .= "div.ewd-ufaq-faq-title $heading_type { margin: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-margin' ) . ' !important; }'; }
179
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-padding' ) != '' ) { $css .= "div.ewd-ufaq-faq-title $heading_type { padding: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-padding' ) . ' !important; }'; }
180
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-question-icon-top-margin' ) != '' ) { $css .= ".ewd-ufaq-post-margin-symbol { margin-top: " . $ewd_ufaq_controller->settings->get_setting( 'styling-question-icon-top-margin' ) . ' !important; }'; }
181
 
182
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font' ) != '' ) { $css .= 'div.ewd-ufaq-faq-post p { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font' ) . ' !important; }'; }
183
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-size' ) != '' ) { $css .= 'div.ewd-ufaq-faq-post p { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-size' ) . ' !important; }'; }
184
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-color' ) != '' ) { $css .= 'div.ewd-ufaq-faq-post p { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-font-color' ) . ' !important; }'; }
185
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-margin' ) != '' ) { $css .= 'div.ewd-ufaq-faq-post p { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-margin' ) . ' !important; }'; }
186
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-answer-padding' ) != '' ) { $css .= 'div.ewd-ufaq-faq-post p { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-answer-padding' ) . ' !important; }'; }
187
+
188
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font' ) != '' ) { $css .= 'div.ewd-ufaq-author-date { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font' ) . ' !important; }'; }
189
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-size' ) != '' ) { $css .= 'div.ewd-ufaq-author-date { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-size' ) . ' !important; }'; }
190
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-color' ) != '' ) { $css .= 'div.ewd-ufaq-author-date { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-font-color' ) . ' !important; }'; }
191
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-margin' ) != '' ) { $css .= 'div.ewd-ufaq-author-date { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-margin' ) . ' !important; }'; }
192
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-padding' ) != '' ) { $css .= 'div.ewd-ufaq-author-date { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-postdate-padding' ) . ' !important; }'; }
193
+
194
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font' ) != '' ) { $css .= "div.ewd-ufaq-faq-category-title $category_heading_type { font-family: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font' ) . ' !important; }'; }
195
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-size' ) != '' ) { $css .= "div.ewd-ufaq-faq-category-title $category_heading_type { font-size: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-size' ) . ' !important; }'; }
196
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-color' ) != '' ) { $css .= "div.ewd-ufaq-faq-category-title $category_heading_type { color: " . $ewd_ufaq_controller->settings->get_setting( 'styling-category-heading-font-color' ) . ' !important; }'; }
197
 
198
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font' ) != '' ) { $css .= 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { font-family: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font' ) . ' !important; }'; }
199
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-size' ) != '' ) { $css .= 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { font-size: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-size' ) . ' !important; }'; }
200
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-color' ) != '' ) { $css .= 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { color: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-font-color' ) . ' !important; }'; }
201
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-margin' ) != '' ) { $css .= 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { margin: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-margin' ) . ' !important; }'; }
202
+ if ( $ewd_ufaq_controller->settings->get_setting( 'styling-category-padding' ) != '' ) { $css .= 'div.ewd-ufaq-faq-categories, div.ewd-ufaq-faq-tags { padding: ' . $ewd_ufaq_controller->settings->get_setting( 'styling-category-padding' ) . ' !important; }'; }
203
+
204
+ $css .= $ewd_ufaq_controller->settings->get_setting( 'custom-css' );
205
+
206
+ if( ! empty( $css ) ) {
207
+ echo '<style>';
208
+ echo $css;
209
+ echo '</style>';
210
+ }
211
  }
212
 
213
  }