Version Description
- Added Danish Translation
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 4.1.4 |
Comparing to | |
See all releases |
Code changes from version 4.1.3 to 4.1.4
- README.txt +10 -3
- coming-soon.php +2 -2
- languages/coming-soon-da_DK.mo +0 -0
- languages/coming-soon-da_DK.po +466 -0
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Plugin Name ===
|
2 |
-
Contributors: seedprod
|
3 |
Donate link: http://www.seedprod.com
|
4 |
Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 4.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -69,6 +69,7 @@ Create simple Coming Soon and Maintenance Mode pages. Work on your site while vi
|
|
69 |
|
70 |
**Included Translations:**
|
71 |
|
|
|
72 |
* Estonian(pt_BR) by [mauro.mascarenhas](https://wordpress.org/support/profile/mauromascarenhas)
|
73 |
* Swedish(sv_SE) by [mepmepmep](https://wordpress.org/support/profile/mepmepmep)
|
74 |
|
@@ -112,6 +113,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
112 |
4. Design Page
|
113 |
|
114 |
== Changelog ==
|
|
|
|
|
|
|
115 |
= 4.1.3 =
|
116 |
* Added Swedish Translation
|
117 |
|
@@ -140,6 +144,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
140 |
* Initial Commit
|
141 |
|
142 |
== Upgrade Notice ==
|
|
|
|
|
|
|
143 |
= 4.1.3 =
|
144 |
* Added Swedish Translation
|
145 |
|
1 |
=== Plugin Name ===
|
2 |
+
Contributors: seedprod
|
3 |
Donate link: http://www.seedprod.com
|
4 |
Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
+
Tested up to: 4.3.1
|
7 |
+
Stable tag: 4.1.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
69 |
|
70 |
**Included Translations:**
|
71 |
|
72 |
+
* Danish(da_DK) by [Alexander Leo-Hansen](http://alexanderleohansen.dk/)
|
73 |
* Estonian(pt_BR) by [mauro.mascarenhas](https://wordpress.org/support/profile/mauromascarenhas)
|
74 |
* Swedish(sv_SE) by [mepmepmep](https://wordpress.org/support/profile/mepmepmep)
|
75 |
|
113 |
4. Design Page
|
114 |
|
115 |
== Changelog ==
|
116 |
+
= 4.1.4 =
|
117 |
+
* Added Danish Translation
|
118 |
+
|
119 |
= 4.1.3 =
|
120 |
* Added Swedish Translation
|
121 |
|
144 |
* Initial Commit
|
145 |
|
146 |
== Upgrade Notice ==
|
147 |
+
= 4.1.4 =
|
148 |
+
* Added Danish Translation
|
149 |
+
|
150 |
= 4.1.3 =
|
151 |
* Added Swedish Translation
|
152 |
|
coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
-
* Version: 4.1.
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
@@ -20,7 +20,7 @@ define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace fun
|
|
20 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
21 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
22 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
23 |
-
define( 'SEED_CSP4_VERSION', '4.1.
|
24 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
25 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
+
* Version: 4.1.4
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
20 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
21 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
22 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
23 |
+
define( 'SEED_CSP4_VERSION', '4.1.4'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
|
24 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
25 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
languages/coming-soon-da_DK.mo
ADDED
Binary file
|
languages/coming-soon-da_DK.po
ADDED
@@ -0,0 +1,466 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Coming Soon Pro by SeedProd\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-22 00:09+0100\n"
|
6 |
+
"PO-Revision-Date: 2015-06-22 00:33+0100\n"
|
7 |
+
"Last-Translator: John Turner <john@seedprod.com>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"X-Generator: Poedit 1.8.1\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"Language: da_DK\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: coming-soon.php:22 framework/framework.php:116 framework/framework.php:117
|
20 |
+
#: inc/config-settings.php:22
|
21 |
+
msgid "Coming Soon"
|
22 |
+
msgstr "Kommer snart"
|
23 |
+
|
24 |
+
#: framework/field-types/date.php:8 framework/field-types/daterange.php:8
|
25 |
+
msgid "01-Jan"
|
26 |
+
msgstr "01-Jan"
|
27 |
+
|
28 |
+
#: framework/field-types/date.php:9 framework/field-types/daterange.php:9
|
29 |
+
msgid "02-Feb"
|
30 |
+
msgstr "02-Feb"
|
31 |
+
|
32 |
+
#: framework/field-types/date.php:10 framework/field-types/daterange.php:10
|
33 |
+
msgid "03-Mar"
|
34 |
+
msgstr "03-Mar"
|
35 |
+
|
36 |
+
#: framework/field-types/date.php:11 framework/field-types/daterange.php:11
|
37 |
+
msgid "04-Apr"
|
38 |
+
msgstr "04-Apr"
|
39 |
+
|
40 |
+
#: framework/field-types/date.php:12 framework/field-types/daterange.php:12
|
41 |
+
msgid "05-May"
|
42 |
+
msgstr "05-Maj"
|
43 |
+
|
44 |
+
#: framework/field-types/date.php:13 framework/field-types/daterange.php:13
|
45 |
+
msgid "06-Jun"
|
46 |
+
msgstr "06-Jun"
|
47 |
+
|
48 |
+
#: framework/field-types/date.php:14 framework/field-types/daterange.php:14
|
49 |
+
msgid "07-Jul"
|
50 |
+
msgstr "07-Jul"
|
51 |
+
|
52 |
+
#: framework/field-types/date.php:15 framework/field-types/daterange.php:15
|
53 |
+
msgid "08-Aug"
|
54 |
+
msgstr "08-Aug"
|
55 |
+
|
56 |
+
#: framework/field-types/date.php:16 framework/field-types/daterange.php:16
|
57 |
+
msgid "09-Sep"
|
58 |
+
msgstr "09-Sep"
|
59 |
+
|
60 |
+
#: framework/field-types/date.php:17 framework/field-types/daterange.php:17
|
61 |
+
msgid "10-Oct"
|
62 |
+
msgstr "10-Okt"
|
63 |
+
|
64 |
+
#: framework/field-types/date.php:18 framework/field-types/daterange.php:18
|
65 |
+
msgid "11-Nov"
|
66 |
+
msgstr "11-Nov"
|
67 |
+
|
68 |
+
#: framework/field-types/date.php:19 framework/field-types/daterange.php:19
|
69 |
+
msgid "12-Dec"
|
70 |
+
msgstr "12-Dec"
|
71 |
+
|
72 |
+
#: framework/field-types/date.php:29 framework/field-types/daterange.php:29
|
73 |
+
#: framework/field-types/daterange.php:42
|
74 |
+
msgid "day"
|
75 |
+
msgstr "dag"
|
76 |
+
|
77 |
+
#: framework/field-types/date.php:32 framework/field-types/daterange.php:32
|
78 |
+
#: framework/field-types/daterange.php:45
|
79 |
+
msgid "year"
|
80 |
+
msgstr "år"
|
81 |
+
|
82 |
+
#: framework/field-types/upload.php:12
|
83 |
+
msgid "Media Image Library"
|
84 |
+
msgstr "Media Billedbibliotek"
|
85 |
+
|
86 |
+
#: framework/framework.php:77
|
87 |
+
msgid "Settings reset."
|
88 |
+
msgstr "Indstillinger nulstilet."
|
89 |
+
|
90 |
+
#: framework/framework.php:177
|
91 |
+
msgid "← Close Window"
|
92 |
+
msgstr "← Luk vindue"
|
93 |
+
|
94 |
+
#: framework/framework.php:177
|
95 |
+
msgid "Live Preview"
|
96 |
+
msgstr "Vis eksempel"
|
97 |
+
|
98 |
+
#: framework/framework.php:179
|
99 |
+
msgid "Upgrade to the Pro Version"
|
100 |
+
msgstr "Opgrader til Pro Versionen"
|
101 |
+
|
102 |
+
#: framework/validations/color.php:13
|
103 |
+
msgid "Please enter a valid color value."
|
104 |
+
msgstr "Venligst indtast en gyldig farve."
|
105 |
+
|
106 |
+
#: framework/validations/email.php:10 framework/validations/escurlraw.php:11
|
107 |
+
msgid "Please enter a valid email."
|
108 |
+
msgstr "Venligst indtast en gyldig email."
|
109 |
+
|
110 |
+
#: framework/validations/number.php:11
|
111 |
+
msgid "Please enter a valid number."
|
112 |
+
msgstr "Venligst indtast et gyldigt telefonnummer"
|
113 |
+
|
114 |
+
#: framework/validations/required.php:10
|
115 |
+
msgid "is required."
|
116 |
+
msgstr "er påkrævet."
|
117 |
+
|
118 |
+
#: inc/class-seed-csp4.php:80
|
119 |
+
msgid "Coming Soon Mode Active"
|
120 |
+
msgstr "“Kommer snart” tilstand aktiveret"
|
121 |
+
|
122 |
+
#: inc/class-seed-csp4.php:82
|
123 |
+
msgid "Maintenance Mode Active"
|
124 |
+
msgstr "Vedligeholdelsestilstand aktiveret."
|
125 |
+
|
126 |
+
#: inc/class-seed-csp4.php:144
|
127 |
+
msgid "Please enter your settings."
|
128 |
+
msgstr "Venligst indtast dine indstillinger."
|
129 |
+
|
130 |
+
#: inc/config-settings.php:33 inc/config-settings.php:249
|
131 |
+
msgid "Content"
|
132 |
+
msgstr "Indhold"
|
133 |
+
|
134 |
+
#: inc/config-settings.php:44
|
135 |
+
msgid "General"
|
136 |
+
msgstr "Generelt"
|
137 |
+
|
138 |
+
#: inc/config-settings.php:50
|
139 |
+
msgid "Status"
|
140 |
+
msgstr "Status"
|
141 |
+
|
142 |
+
#: inc/config-settings.php:52
|
143 |
+
msgid "Disabled"
|
144 |
+
msgstr "Deaktiveret"
|
145 |
+
|
146 |
+
#: inc/config-settings.php:53
|
147 |
+
msgid "Enable Coming Soon Mode"
|
148 |
+
msgstr "Aktiver “Kommer snart” tilstand"
|
149 |
+
|
150 |
+
#: inc/config-settings.php:54
|
151 |
+
msgid "Enable Maintenance Mode"
|
152 |
+
msgstr "Aktiver Vedligeholdelsestilstand"
|
153 |
+
|
154 |
+
#: inc/config-settings.php:56
|
155 |
+
msgid ""
|
156 |
+
"When you are logged in you'll see your normal website. Logged out visitors "
|
157 |
+
"will see the Coming Soon or Maintenance page. Coming Soon Mode will be "
|
158 |
+
"available to search engines if your site is not private. Maintenance Mode "
|
159 |
+
"will notify search engines that the site is unavailable."
|
160 |
+
msgstr ""
|
161 |
+
"Når du er logget ind vil du se din normale hjemmeside. Logget ud besøgende "
|
162 |
+
"vil se “Kommer snart” eller Vedligeholdelse siden. “Kommer snart” tilstanden "
|
163 |
+
"vil blive set af søgemaskiner, hvis din hjemmeside ikke er sat til privat. "
|
164 |
+
"Vedligeholdelsestilstanden vil underrette søgemaskiner, at hjemmesiden ikke "
|
165 |
+
"er tilgængelig."
|
166 |
+
|
167 |
+
#: inc/config-settings.php:66
|
168 |
+
msgid "Use maintenance.php"
|
169 |
+
msgstr "Brug maintenance.php"
|
170 |
+
|
171 |
+
#: inc/config-settings.php:67
|
172 |
+
msgid ""
|
173 |
+
"maintenance.php detected, would you like to use this for your maintenance "
|
174 |
+
"page?"
|
175 |
+
msgstr ""
|
176 |
+
"maintenance.php opdaget, vil du gerne bruge dette til din vedligeholdelse "
|
177 |
+
"side?"
|
178 |
+
|
179 |
+
#: inc/config-settings.php:69 inc/config-settings.php:197
|
180 |
+
#: inc/config-settings.php:265
|
181 |
+
msgid "Yes"
|
182 |
+
msgstr "Ja"
|
183 |
+
|
184 |
+
#: inc/config-settings.php:79
|
185 |
+
msgid "Page Settings"
|
186 |
+
msgstr "Side indstillinger"
|
187 |
+
|
188 |
+
#: inc/config-settings.php:85
|
189 |
+
msgid "Logo"
|
190 |
+
msgstr "Logo"
|
191 |
+
|
192 |
+
#: inc/config-settings.php:86
|
193 |
+
msgid "Upload a logo or teaser image (or) enter the url to your image."
|
194 |
+
msgstr "Upload et logo eller thumbnail (eller) indtast urlen til dit billede."
|
195 |
+
|
196 |
+
#: inc/config-settings.php:93
|
197 |
+
msgid "Headline"
|
198 |
+
msgstr "Overskrift"
|
199 |
+
|
200 |
+
#: inc/config-settings.php:94
|
201 |
+
msgid "Enter a headline for your page."
|
202 |
+
msgstr "Indtast en overskrift til din side."
|
203 |
+
|
204 |
+
#: inc/config-settings.php:100
|
205 |
+
msgid "Message"
|
206 |
+
msgstr "Besked"
|
207 |
+
|
208 |
+
#: inc/config-settings.php:101
|
209 |
+
msgid "Tell the visitor what to expect from your site."
|
210 |
+
msgstr "Fortæl den besøgende, hvad de kan forvente fra dit websted."
|
211 |
+
|
212 |
+
#: inc/config-settings.php:107
|
213 |
+
msgid "Powered By SeedProd"
|
214 |
+
msgstr "Powered By SeedProd"
|
215 |
+
|
216 |
+
#: inc/config-settings.php:108
|
217 |
+
msgid "Nope - Got No Love"
|
218 |
+
msgstr "Niks - Jeg elsker dig ikke"
|
219 |
+
|
220 |
+
#: inc/config-settings.php:108
|
221 |
+
msgid "Yep - I Love You Man"
|
222 |
+
msgstr "Yep - Jeg elsker dig man"
|
223 |
+
|
224 |
+
#: inc/config-settings.php:109
|
225 |
+
msgid ""
|
226 |
+
"Can we show a <strong>cool stylish</strong> footer credit at the bottom the "
|
227 |
+
"page."
|
228 |
+
msgstr ""
|
229 |
+
"Kan vi vise et <strong> køligt stilfuldt </ strong> footer kredit nederst på "
|
230 |
+
"siden."
|
231 |
+
|
232 |
+
#: inc/config-settings.php:118
|
233 |
+
msgid "Header"
|
234 |
+
msgstr "Sidehoved"
|
235 |
+
|
236 |
+
#: inc/config-settings.php:124
|
237 |
+
msgid "Favicon"
|
238 |
+
msgstr "Favicon"
|
239 |
+
|
240 |
+
#: inc/config-settings.php:125
|
241 |
+
msgid ""
|
242 |
+
"Favicons are displayed in a browser tab. Need Help <a href=\"http://tools."
|
243 |
+
"dynamicdrive.com/favicon/\" target=\"_blank\">creating a favicon</a>?"
|
244 |
+
msgstr ""
|
245 |
+
"Favicons vises i browserens fane. Brug for hjælp <a href=\"http://tools."
|
246 |
+
"dynamicdrive.com/favicon/\" target=\"_blank\">skab et favicon </a>?"
|
247 |
+
|
248 |
+
#: inc/config-settings.php:131
|
249 |
+
msgid "SEO Title"
|
250 |
+
msgstr "SEO Titel"
|
251 |
+
|
252 |
+
#: inc/config-settings.php:137
|
253 |
+
msgid "SEO Meta Description"
|
254 |
+
msgstr "SEO Meta Beskrivelse"
|
255 |
+
|
256 |
+
#: inc/config-settings.php:146
|
257 |
+
msgid "Analytics Code"
|
258 |
+
msgstr "Analytics Kode"
|
259 |
+
|
260 |
+
#: inc/config-settings.php:147
|
261 |
+
msgid ""
|
262 |
+
"Paste in your Universal or Classic <a href=\"http://www.google.com/analytics/"
|
263 |
+
"\" target=\"_blank\">Google Analytics</a> code."
|
264 |
+
msgstr ""
|
265 |
+
"Indsæt din Universalle eller Classic <a href=\"http://www.google.com/"
|
266 |
+
"analytics/\" target=\"_blank\">Google Analytics</a> kode."
|
267 |
+
|
268 |
+
#: inc/config-settings.php:157
|
269 |
+
msgid "Design"
|
270 |
+
msgstr "Design"
|
271 |
+
|
272 |
+
#: inc/config-settings.php:170
|
273 |
+
msgid "Background"
|
274 |
+
msgstr "Baggrund"
|
275 |
+
|
276 |
+
#: inc/config-settings.php:177
|
277 |
+
msgid "Background Color"
|
278 |
+
msgstr "Baggrundsfarve"
|
279 |
+
|
280 |
+
#: inc/config-settings.php:180
|
281 |
+
msgid ""
|
282 |
+
"Choose between having a solid color background or uploading an image. By "
|
283 |
+
"default images will cover the entire background."
|
284 |
+
msgstr ""
|
285 |
+
"Vælg mellem at have en solid baggrundsfarve eller uploade et billede. Som "
|
286 |
+
"standard vil billederne dække hele baggrunden."
|
287 |
+
|
288 |
+
#: inc/config-settings.php:188
|
289 |
+
msgid "Background Image"
|
290 |
+
msgstr "Baggrundsbillede"
|
291 |
+
|
292 |
+
#: inc/config-settings.php:194
|
293 |
+
msgid "Responsive Background"
|
294 |
+
msgstr "Responsivt baggrund"
|
295 |
+
|
296 |
+
#: inc/config-settings.php:195
|
297 |
+
msgid ""
|
298 |
+
"Scale the background image to be as large as possible so that the background "
|
299 |
+
"area is completely covered by the background image. Some parts of the "
|
300 |
+
"background image may not be in view within the background positioning area."
|
301 |
+
msgstr ""
|
302 |
+
"Skaler baggrundsbilledet til at være så stort som muligt, således at "
|
303 |
+
"baggrunden er helt dækket af baggrundsbilledet. Nogle dele af "
|
304 |
+
"baggrundsbilledet vil ikke være synligt i baggrundsområdet."
|
305 |
+
|
306 |
+
#: inc/config-settings.php:205 inc/config-settings.php:219
|
307 |
+
#: inc/config-settings.php:237
|
308 |
+
msgid "This setting is not applied if Responsive Background is checked"
|
309 |
+
msgstr ""
|
310 |
+
"Denne indstilling anvendes ikke, hvis Responsivt Baggrund er aktiveret."
|
311 |
+
|
312 |
+
#: inc/config-settings.php:206
|
313 |
+
msgid "Background Repeat"
|
314 |
+
msgstr "Gentag baggrund"
|
315 |
+
|
316 |
+
#: inc/config-settings.php:208
|
317 |
+
msgid "No-Repeat"
|
318 |
+
msgstr "Skal ikke gentage"
|
319 |
+
|
320 |
+
#: inc/config-settings.php:209
|
321 |
+
msgid "Tile"
|
322 |
+
msgstr "Hæld"
|
323 |
+
|
324 |
+
#: inc/config-settings.php:210
|
325 |
+
msgid "Tile Horizontally"
|
326 |
+
msgstr "Hæld horisontalt"
|
327 |
+
|
328 |
+
#: inc/config-settings.php:211
|
329 |
+
msgid "Tile Vertically"
|
330 |
+
msgstr "Hæld vertikalt"
|
331 |
+
|
332 |
+
#: inc/config-settings.php:220
|
333 |
+
msgid "Background Position"
|
334 |
+
msgstr "Baggrundsposition"
|
335 |
+
|
336 |
+
#: inc/config-settings.php:222
|
337 |
+
msgid "Left Top"
|
338 |
+
msgstr "Venstre Top"
|
339 |
+
|
340 |
+
#: inc/config-settings.php:223
|
341 |
+
msgid "Left Center"
|
342 |
+
msgstr "Venstre midt"
|
343 |
+
|
344 |
+
#: inc/config-settings.php:224
|
345 |
+
msgid "Left Bottom"
|
346 |
+
msgstr "Venstre Nederst"
|
347 |
+
|
348 |
+
#: inc/config-settings.php:225
|
349 |
+
msgid "Right Top"
|
350 |
+
msgstr "Højre top"
|
351 |
+
|
352 |
+
#: inc/config-settings.php:226
|
353 |
+
msgid "Right Center"
|
354 |
+
msgstr "Højre center"
|
355 |
+
|
356 |
+
#: inc/config-settings.php:227
|
357 |
+
msgid "Right Bottom"
|
358 |
+
msgstr "Højre Nederst"
|
359 |
+
|
360 |
+
#: inc/config-settings.php:228
|
361 |
+
msgid "Center Top"
|
362 |
+
msgstr "Midt Top"
|
363 |
+
|
364 |
+
#: inc/config-settings.php:229
|
365 |
+
msgid "Center Center"
|
366 |
+
msgstr "Midt Midt"
|
367 |
+
|
368 |
+
#: inc/config-settings.php:230
|
369 |
+
msgid "Center Bottom"
|
370 |
+
msgstr "Midt Nederst"
|
371 |
+
|
372 |
+
#: inc/config-settings.php:238
|
373 |
+
msgid "Background Attachment"
|
374 |
+
msgstr "Baggrund er vedhæftet"
|
375 |
+
|
376 |
+
#: inc/config-settings.php:240
|
377 |
+
msgid "Fixed"
|
378 |
+
msgstr "Fastlåst"
|
379 |
+
|
380 |
+
#: inc/config-settings.php:241
|
381 |
+
msgid "Scroll"
|
382 |
+
msgstr "Scroll"
|
383 |
+
|
384 |
+
#: inc/config-settings.php:256
|
385 |
+
msgid "Max Width"
|
386 |
+
msgstr "Max vidde"
|
387 |
+
|
388 |
+
#: inc/config-settings.php:257
|
389 |
+
msgid ""
|
390 |
+
"By default the max width of the content is set to 600px. Enter a number "
|
391 |
+
"value if you need it bigger. Example: 900"
|
392 |
+
msgstr ""
|
393 |
+
"Som standard er max bredden af indholdet sat til 600px. Indtast en talværdi, "
|
394 |
+
"hvis du har brug for en større bredde. Eksempel: 900"
|
395 |
+
|
396 |
+
#: inc/config-settings.php:262
|
397 |
+
msgid "Enable Well"
|
398 |
+
msgstr "Aktiver Well"
|
399 |
+
|
400 |
+
#: inc/config-settings.php:263
|
401 |
+
msgid "This will wrap your content in a box."
|
402 |
+
msgstr "Dette vil ombryde dit indhold i en kasse."
|
403 |
+
|
404 |
+
#: inc/config-settings.php:275
|
405 |
+
msgid "Text"
|
406 |
+
msgstr "Tekst"
|
407 |
+
|
408 |
+
#: inc/config-settings.php:281
|
409 |
+
msgid "Text Color"
|
410 |
+
msgstr "Tekst farve"
|
411 |
+
|
412 |
+
#: inc/config-settings.php:289
|
413 |
+
msgid "Link Color"
|
414 |
+
msgstr "Link farve"
|
415 |
+
|
416 |
+
#: inc/config-settings.php:297
|
417 |
+
msgid "Headline Color"
|
418 |
+
msgstr "Overskrift farve"
|
419 |
+
|
420 |
+
#: inc/config-settings.php:300
|
421 |
+
msgid "If no Headline Color is chosen then the Link Color will be used. "
|
422 |
+
msgstr "Hvis ikke Overskrift Farve er valgt så vil Link Farven blive brugt."
|
423 |
+
|
424 |
+
#: inc/config-settings.php:308
|
425 |
+
msgid "Text Font"
|
426 |
+
msgstr "Skrifttype"
|
427 |
+
|
428 |
+
#: inc/config-settings.php:329
|
429 |
+
msgid "Template"
|
430 |
+
msgstr "Skabelon"
|
431 |
+
|
432 |
+
#: inc/config-settings.php:337
|
433 |
+
msgid "Custom CSS"
|
434 |
+
msgstr "Tilpasset CSS"
|
435 |
+
|
436 |
+
#: inc/config-settings.php:338
|
437 |
+
msgid "Need to tweaks the styles? Add your custom CSS here."
|
438 |
+
msgstr "Behov for at ændre dine styles? Tilføj dit tilpasset CSS her."
|
439 |
+
|
440 |
+
#: inc/config-settings.php:347
|
441 |
+
msgid "Advanced"
|
442 |
+
msgstr "Avanceret"
|
443 |
+
|
444 |
+
#: inc/config-settings.php:360
|
445 |
+
msgid "Scripts"
|
446 |
+
msgstr "Scripts"
|
447 |
+
|
448 |
+
#: inc/config-settings.php:366
|
449 |
+
msgid "Header Scripts"
|
450 |
+
msgstr "Overskrift scripts"
|
451 |
+
|
452 |
+
#: inc/config-settings.php:367
|
453 |
+
msgid ""
|
454 |
+
"Enter any custom scripts. You can enter Javascript or CSS. This will be "
|
455 |
+
"rendered before the closing head tag."
|
456 |
+
msgstr ""
|
457 |
+
"Indtast eventuelle tilpasset scripts. Du kan indtaste Javascript eller CSS."
|
458 |
+
|
459 |
+
#: inc/config-settings.php:374
|
460 |
+
msgid "Footer Scripts"
|
461 |
+
msgstr "Footer Scripts"
|
462 |
+
|
463 |
+
#: inc/config-settings.php:375
|
464 |
+
msgid ""
|
465 |
+
"Enter any custom scripts. This will be rendered before the closing body tag."
|
466 |
+
msgstr "Indtast eventuelle tilpasset scripts."
|