Prepare for release version 1.5.6

- **IMPORTANT**: We have changed the html tag for the superscript. Please check and update your custom CSS.
- Add: .pot file to enable Translations for everybody
- Add: Settings to customize the mouse-over box (color, background color, border, max. width)
- Update: Translation file names
- Update: Translation EN and DE
- Update: Styling of the superscript (need to check custom CSS code for the superscript)
- Update: Description of CSS classes for the 'customize CSS' text area
- Bugfix: Removed 'a' tag around the superscript for Footnotes inside the content to avoid page reloads (empty href attribute)
- Bugfix: Avoid Settings fallback to its default value after submit an empty value for a setting
- Bugfix: Enable multiple WP_Post objects for the_post hook

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1005623 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-10-11 12:27:00 +00:00
parent a466a886bd
commit b183563518
19 changed files with 622 additions and 188 deletions

Binary file not shown.

View file

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: footnotes\n"
"POT-Creation-Date: 2014-10-09 08:31+0100\n"
"PO-Revision-Date: 2014-10-09 08:43+0100\n"
"POT-Creation-Date: 2014-10-11 14:25+0100\n"
"PO-Revision-Date: 2014-10-11 14:25+0100\n"
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
"Language-Team: SHE <s.herndler@methis.at>\n"
"Language: de\n"
@ -54,7 +54,7 @@ msgstr "Bewertung basierend auf"
msgid "ratings"
msgstr "Bewertungen"
#: class/dashboard/layout.php:239
#: class/dashboard/layout.php:243
msgid "Settings saved"
msgstr "Einstellungen gespeichert"
@ -234,17 +234,17 @@ msgstr "endet mit"
msgid "Counter style"
msgstr "Fußnoten Zähler"
#: class/dashboard/subpage-main.php:207 class/task.php:109
#: class/dashboard/subpage-main.php:207 class/task.php:140
#, php-format
msgid "I %s %s"
msgstr "Ich %s %s"
#: class/dashboard/subpage-main.php:208 class/task.php:112
#: class/dashboard/subpage-main.php:208 class/task.php:143
#, php-format
msgid "this site uses the awesome %s Plugin"
msgstr "Diese Seite verwendet das Plugin %s"
#: class/dashboard/subpage-main.php:209 class/task.php:116
#: class/dashboard/subpage-main.php:209 class/task.php:147
#, php-format
msgid "extra smooth %s"
msgstr "besonders feine %s"
@ -292,86 +292,143 @@ msgstr "Symbole nach Fußnoten"
msgid "Enable the mouse-over box"
msgstr "Aktiviere das Tooltip Popup Fenster"
#: class/dashboard/subpage-main.php:300
#: class/dashboard/subpage-main.php:301
msgid "Display only an excerpt"
msgstr "Zeigt nur eine Zusammenfassung"
#: class/dashboard/subpage-main.php:302
#: class/dashboard/subpage-main.php:304
msgid "Maximum characters for the excerpt"
msgstr "Maximale Zeichenlänge der Zusammenfasung"
#: class/dashboard/subpage-main.php:322
#: class/dashboard/subpage-main.php:307
msgid "Color"
msgstr "Schriftfarbe"
#: class/dashboard/subpage-main.php:309
msgid "Empty color will use the default color defined by your current theme."
msgstr ""
"Lassen Sie die Farbe leer um die Standard Schriftfarbe Ihres Themes zu "
"verwenden."
#: class/dashboard/subpage-main.php:311
msgid "Background color"
msgstr "Hintergrundfarbe"
#: class/dashboard/subpage-main.php:313
msgid ""
"Empty color will use the default background-color defined by your current "
"theme."
msgstr ""
"Lassen Sie die Farbe leer um die Standard Hintergrundfabe Ihres Themes zu "
"verwenden."
#: class/dashboard/subpage-main.php:315
msgid "Border width (px)"
msgstr "Rand Breite (px)"
#: class/dashboard/subpage-main.php:317
msgid "Set the width to 0px to hide the border."
msgstr "Setzen Sie die Breite auf 0px um einen Rand zu verbergen."
#: class/dashboard/subpage-main.php:319
msgid "Border color"
msgstr "Rand Farbe"
#: class/dashboard/subpage-main.php:321
msgid ""
"Empty color will use the default border-color defined by your current theme."
msgstr ""
"Lassen Sie die Farbe leer um die Standardfarbe Ihres Themes für den Rand zu "
"verwenden."
#: class/dashboard/subpage-main.php:323
msgid "Border radius (px)"
msgstr "Rand Radius (px)"
#: class/dashboard/subpage-main.php:325
msgid "Set the radius to 0px to avoid a radius."
msgstr "Setzen Sie den Radius auf 0px um einen Radius zu verhindern."
#: class/dashboard/subpage-main.php:327
msgid "Max. width (px)"
msgstr "Max. Breite (px)"
#: class/dashboard/subpage-main.php:329
msgid "Set the max-width to 0px to disable this setting."
msgstr "Setzen Sie die max. Breite auf 0px um keine max. Breite zu verwenden."
#: class/dashboard/subpage-main.php:348
msgid "Hyperlink symbol"
msgstr "Symbol für den Hyperlink"
#: class/dashboard/subpage-main.php:325
#: class/dashboard/subpage-main.php:351
msgid "or enter a user defined symbol"
msgstr "oder definieren Sie ein eigenes Symbol"
#: class/dashboard/subpage-main.php:327
#: class/dashboard/subpage-main.php:353
msgid "if set it overrides the hyperlink symbol above"
msgstr "wenn gesetzt, wird das oben definierte Symbol überschrieben"
#: class/dashboard/subpage-main.php:346
#: class/dashboard/subpage-main.php:372
msgid "Add custom CSS"
msgstr "Benutzerdefinierter CSS Code"
#: class/dashboard/subpage-main.php:349
#: class/dashboard/subpage-main.php:375
msgid ""
"Available CSS classes to customize the footnotes and the reference container"
msgstr ""
"Verfügbare CSS Klassen um die Fußnoten und den Einzelnachweis zu "
"personalisieren"
#: class/dashboard/subpage-main.php:352
msgid "inline footnotes"
msgstr "Fußnoten Index im veröffneltichten Text"
#: class/dashboard/subpage-main.php:378
msgid "superscript, Footnotes index"
msgstr "Fußnote Index im Text"
#: class/dashboard/subpage-main.php:355
msgid "inline footnotes, mouse over highlight box"
msgstr "Popup der Fußnote im veröffentlichten Text"
#: class/dashboard/subpage-main.php:381
msgid "mouse-over box, tooltip for each superscript"
msgstr "Tooltip Box für jede Fußnote"
#: class/dashboard/subpage-main.php:358
msgid "reference container footnotes index"
msgstr "Einzelnachweis - Fußnote Index"
#: class/dashboard/subpage-main.php:384
msgid "1st column of the Reference Container, Footnotes index"
msgstr "erste Spalte des Einzelnachweis, Fußnote Index"
#: class/dashboard/subpage-main.php:361
msgid "reference container footnotes linked arrow"
msgstr "Einzelnachweiß - Symbol für den Link"
#: class/dashboard/subpage-main.php:387
msgid "2nd column of the Reference Container, Arrow / Hyperlink"
msgstr "zweite Spalte des Einzelnachweis, Pfeil / Link"
#: class/dashboard/subpage-main.php:364
msgid "reference container footnotes text"
msgstr "Einzelnachweis - Fußnote"
#: class/dashboard/subpage-main.php:390
msgid "3rd column of the Reference Container, Footnote text"
msgstr "dritte Spalte des Einzelnachweis Fußnote Text"
#: class/dashboard/subpage-main.php:383
#: class/dashboard/subpage-main.php:409
msgid "WordPress hook function name"
msgstr "WordPress hook Name"
#: class/dashboard/subpage-main.php:384
#: class/dashboard/subpage-main.php:410
msgid "Activate"
msgstr "Aktivieren"
#: class/dashboard/subpage-main.php:385
#: class/dashboard/subpage-main.php:411
msgid "WordPress documentation"
msgstr "WordPress Dokumentation"
#: class/dashboard/subpage-main.php:433
#: class/dashboard/subpage-main.php:459
msgid "example string"
msgstr "Beispieltext"
#: class/dashboard/subpage-main.php:440
#: class/dashboard/subpage-main.php:466
msgid "Start your footnote with the following short code:"
msgstr "Starten Sie eine Fußnote mit dem folgenden Shortcode:"
#: class/dashboard/subpage-main.php:443
#: class/dashboard/subpage-main.php:469
msgid "...and end your footnote with this short code:"
msgstr "...und beenden Sie diesen mit:"
#: class/dashboard/subpage-main.php:447
#: class/dashboard/subpage-main.php:473
msgid "will be displayed as:"
msgstr "wird dargestellt als:"
#: class/dashboard/subpage-main.php:450
#: class/dashboard/subpage-main.php:476
#, php-format
msgid ""
"For further information please check out our %ssupport forum%s on WordPress."
@ -380,7 +437,7 @@ msgstr ""
"Für mehr Informationen besuchen Sie unser %sSupport Forum%s auf WordPress."
"org."
#: class/dashboard/subpage-main.php:469
#: class/dashboard/subpage-main.php:495
msgid "Donate now"
msgstr "Jetzt spenden"
@ -400,7 +457,7 @@ msgstr "Support"
msgid "Donate"
msgstr "Spenden"
#: class/task.php:303
#: class/task.php:356
#, php-format
msgid "%scontinue%s"
msgstr "%sweiter lesen%s"
@ -414,6 +471,15 @@ msgstr ""
"Das Widget definiert die Position der Einzelnachweise wenn \"im Widget\" "
"eingestellt ist."
#~ msgid "inline footnotes"
#~ msgstr "Fußnoten Index im veröffneltichten Text"
#~ msgid "inline footnotes, mouse over highlight box"
#~ msgstr "Popup der Fußnote im veröffentlichten Text"
#~ msgid "reference container footnotes linked arrow"
#~ msgstr "Einzelnachweiß - Symbol für den Link"
#~ msgid "General"
#~ msgstr "Allgemein"

Binary file not shown.

View file

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: footnotes\n"
"POT-Creation-Date: 2014-10-09 08:31+0100\n"
"PO-Revision-Date: 2014-10-09 08:31+0100\n"
"POT-Creation-Date: 2014-10-11 14:21+0100\n"
"PO-Revision-Date: 2014-10-11 14:21+0100\n"
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
"Language-Team: SHE <s.herndler@methis.at>\n"
"Language: en\n"
@ -54,7 +54,7 @@ msgstr "rating based on"
msgid "ratings"
msgstr "ratings"
#: class/dashboard/layout.php:239
#: class/dashboard/layout.php:243
msgid "Settings saved"
msgstr "Settings saved"
@ -234,17 +234,17 @@ msgstr "and ends with"
msgid "Counter style"
msgstr "Counter style"
#: class/dashboard/subpage-main.php:207 class/task.php:109
#: class/dashboard/subpage-main.php:207 class/task.php:140
#, php-format
msgid "I %s %s"
msgstr "I %s %s"
#: class/dashboard/subpage-main.php:208 class/task.php:112
#: class/dashboard/subpage-main.php:208 class/task.php:143
#, php-format
msgid "this site uses the awesome %s Plugin"
msgstr "this site uses the awesome %s Plugin"
#: class/dashboard/subpage-main.php:209 class/task.php:116
#: class/dashboard/subpage-main.php:209 class/task.php:147
#, php-format
msgid "extra smooth %s"
msgstr "extra smooth %s"
@ -292,85 +292,139 @@ msgstr "After Footnotes index"
msgid "Enable the mouse-over box"
msgstr "Enable the mouse-over box"
#: class/dashboard/subpage-main.php:300
#: class/dashboard/subpage-main.php:301
msgid "Display only an excerpt"
msgstr "Display only an excerpt"
#: class/dashboard/subpage-main.php:302
#: class/dashboard/subpage-main.php:304
msgid "Maximum characters for the excerpt"
msgstr "Maximum characters for the excerpt"
#: class/dashboard/subpage-main.php:322
#: class/dashboard/subpage-main.php:307
msgid "Color"
msgstr "Color"
#: class/dashboard/subpage-main.php:309
msgid "Empty color will use the default color defined by your current theme."
msgstr "Empty color will use the default color defined by your current theme."
#: class/dashboard/subpage-main.php:311
msgid "Background color"
msgstr "Background color"
#: class/dashboard/subpage-main.php:313
msgid ""
"Empty color will use the default background-color defined by your current "
"theme."
msgstr ""
"Empty color will use the default background-color defined by your current "
"theme."
#: class/dashboard/subpage-main.php:315
msgid "Border width (px)"
msgstr "Border width (px)"
#: class/dashboard/subpage-main.php:317
msgid "Set the width to 0px to hide the border."
msgstr "Set the width to 0px to hide the border."
#: class/dashboard/subpage-main.php:319
msgid "Border color"
msgstr "Border color"
#: class/dashboard/subpage-main.php:321
msgid ""
"Empty color will use the default border-color defined by your current theme."
msgstr ""
"Empty color will use the default border-color defined by your current theme."
#: class/dashboard/subpage-main.php:323
msgid "Border radius (px)"
msgstr "Border radius (px)"
#: class/dashboard/subpage-main.php:325
msgid "Set the radius to 0px to avoid a radius."
msgstr "Set the radius to 0px to avoid a radius."
#: class/dashboard/subpage-main.php:327
msgid "Max. width (px)"
msgstr "Max. width (px)"
#: class/dashboard/subpage-main.php:329
msgid "Set the max-width to 0px to disable this setting."
msgstr "Set the max-width to 0px to disable this setting."
#: class/dashboard/subpage-main.php:348
msgid "Hyperlink symbol"
msgstr "Hyperlink symbol"
#: class/dashboard/subpage-main.php:325
#: class/dashboard/subpage-main.php:351
msgid "or enter a user defined symbol"
msgstr "or enter a user defined symbol"
#: class/dashboard/subpage-main.php:327
#: class/dashboard/subpage-main.php:353
msgid "if set it overrides the hyperlink symbol above"
msgstr "if set it overrides the hyperlink symbol above"
#: class/dashboard/subpage-main.php:346
#: class/dashboard/subpage-main.php:372
msgid "Add custom CSS"
msgstr "Add custom CSS"
#: class/dashboard/subpage-main.php:349
#: class/dashboard/subpage-main.php:375
msgid ""
"Available CSS classes to customize the footnotes and the reference container"
msgstr ""
"Available CSS classes to customize the footnotes and the reference container"
#: class/dashboard/subpage-main.php:352
msgid "inline footnotes"
msgstr "inline footnotes"
#: class/dashboard/subpage-main.php:378
msgid "superscript, Footnotes index"
msgstr "superscript, Footnotes index"
#: class/dashboard/subpage-main.php:355
msgid "inline footnotes, mouse over highlight box"
msgstr "inline footnotes, mouse over highlight box"
#: class/dashboard/subpage-main.php:381
msgid "mouse-over box, tooltip for each superscript"
msgstr "mouse-over box, tooltip for each superscript"
#: class/dashboard/subpage-main.php:358
msgid "reference container footnotes index"
msgstr "reference container footnotes index"
#: class/dashboard/subpage-main.php:384
msgid "1st column of the Reference Container, Footnotes index"
msgstr "1st column of the Reference Container, Footnotes index"
#: class/dashboard/subpage-main.php:361
msgid "reference container footnotes linked arrow"
msgstr "reference container footnotes linked arrow"
#: class/dashboard/subpage-main.php:387
msgid "2nd column of the Reference Container, Arrow / Hyperlink"
msgstr "2nd column of the Reference Container, Arrow / Hyperlink"
#: class/dashboard/subpage-main.php:364
msgid "reference container footnotes text"
msgstr "reference container footnotes text"
#: class/dashboard/subpage-main.php:390
msgid "3rd column of the Reference Container, Footnote text"
msgstr "3rd column of the Reference Container, Footnote text"
#: class/dashboard/subpage-main.php:383
#: class/dashboard/subpage-main.php:409
msgid "WordPress hook function name"
msgstr "WordPress hook function name"
#: class/dashboard/subpage-main.php:384
#: class/dashboard/subpage-main.php:410
msgid "Activate"
msgstr "Activate"
#: class/dashboard/subpage-main.php:385
#: class/dashboard/subpage-main.php:411
msgid "WordPress documentation"
msgstr "WordPress documentation"
#: class/dashboard/subpage-main.php:433
#: class/dashboard/subpage-main.php:459
msgid "example string"
msgstr "example string"
#: class/dashboard/subpage-main.php:440
#: class/dashboard/subpage-main.php:466
msgid "Start your footnote with the following short code:"
msgstr "Start your footnote with the following short code:"
#: class/dashboard/subpage-main.php:443
#: class/dashboard/subpage-main.php:469
msgid "...and end your footnote with this short code:"
msgstr "...and end your footnote with this short code:"
#: class/dashboard/subpage-main.php:447
#: class/dashboard/subpage-main.php:473
msgid "will be displayed as:"
msgstr "will be displayed as:"
#: class/dashboard/subpage-main.php:450
#: class/dashboard/subpage-main.php:476
#, php-format
msgid ""
"For further information please check out our %ssupport forum%s on WordPress."
@ -379,7 +433,7 @@ msgstr ""
"For further information please check out our %ssupport forum%s on WordPress."
"org."
#: class/dashboard/subpage-main.php:469
#: class/dashboard/subpage-main.php:495
msgid "Donate now"
msgstr "Donate now"
@ -399,7 +453,7 @@ msgstr "Support"
msgid "Donate"
msgstr "Donate"
#: class/task.php:303
#: class/task.php:356
#, php-format
msgid "%scontinue%s"
msgstr "%scontinue%s"
@ -413,6 +467,15 @@ msgstr ""
"The widget defines the position of the reference container if set to "
"\"widget area\"."
#~ msgid "inline footnotes"
#~ msgstr "inline footnotes"
#~ msgid "inline footnotes, mouse over highlight box"
#~ msgstr "inline footnotes, mouse over highlight box"
#~ msgid "reference container footnotes linked arrow"
#~ msgstr "reference container footnotes linked arrow"
#~ msgid "General"
#~ msgstr "General"

BIN
languages/footnotes.mo Normal file

Binary file not shown.

View file

@ -2,15 +2,22 @@
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Project-Id-Version: footnotes\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/footnotes\n"
"POT-Creation-Date: 2014-10-09 06:55:47+00:00\n"
"POT-Creation-Date: 2014-10-11 14:21+0100\n"
"PO-Revision-Date: 2014-10-11 14:21+0100\n"
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
"Language-Team: enter your name <enter@your.email>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.9\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SearchPath-0: .\n"
#: class/dashboard/init.php:151
msgid "Take a look on other Plugins we have developed."
@ -48,7 +55,7 @@ msgstr ""
msgid "ratings"
msgstr ""
#: class/dashboard/layout.php:239
#: class/dashboard/layout.php:243
msgid "Settings saved"
msgstr ""
@ -118,6 +125,7 @@ msgid "References Container"
msgstr ""
#: class/dashboard/subpage-main.php:79
#, php-format
msgid "%s styling"
msgstr ""
@ -227,15 +235,18 @@ msgstr ""
msgid "Counter style"
msgstr ""
#: class/dashboard/subpage-main.php:207 class/task.php:109
#: class/dashboard/subpage-main.php:207 class/task.php:140
#, php-format
msgid "I %s %s"
msgstr ""
#: class/dashboard/subpage-main.php:208 class/task.php:112
#: class/dashboard/subpage-main.php:208 class/task.php:143
#, php-format
msgid "this site uses the awesome %s Plugin"
msgstr ""
#: class/dashboard/subpage-main.php:209 class/task.php:116
#: class/dashboard/subpage-main.php:209 class/task.php:147
#, php-format
msgid "extra smooth %s"
msgstr ""
@ -244,14 +255,17 @@ msgid "random text"
msgstr ""
#: class/dashboard/subpage-main.php:211
#, php-format
msgid "Don't display a %s %s text in my footer."
msgstr ""
#: class/dashboard/subpage-main.php:219
#, php-format
msgid "Tell the world you're using %s"
msgstr ""
#: class/dashboard/subpage-main.php:222
#, php-format
msgid ""
"Don't tell the world you're using %s on specific pages by adding the "
"following short code:"
@ -277,90 +291,142 @@ msgstr ""
msgid "Enable the mouse-over box"
msgstr ""
#: class/dashboard/subpage-main.php:300
#: class/dashboard/subpage-main.php:301
msgid "Display only an excerpt"
msgstr ""
#: class/dashboard/subpage-main.php:302
#: class/dashboard/subpage-main.php:304
msgid "Maximum characters for the excerpt"
msgstr ""
#: class/dashboard/subpage-main.php:322
msgid "Hyperlink symbol"
#: class/dashboard/subpage-main.php:307
msgid "Color"
msgstr ""
#: class/dashboard/subpage-main.php:309
msgid "Empty color will use the default color defined by your current theme."
msgstr ""
#: class/dashboard/subpage-main.php:311
msgid "Background color"
msgstr ""
#: class/dashboard/subpage-main.php:313
msgid ""
"Empty color will use the default background-color defined by your current "
"theme."
msgstr ""
#: class/dashboard/subpage-main.php:315
msgid "Border width (px)"
msgstr ""
#: class/dashboard/subpage-main.php:317
msgid "Set the width to 0px to hide the border."
msgstr ""
#: class/dashboard/subpage-main.php:319
msgid "Border color"
msgstr ""
#: class/dashboard/subpage-main.php:321
msgid ""
"Empty color will use the default border-color defined by your current theme."
msgstr ""
#: class/dashboard/subpage-main.php:323
msgid "Border radius (px)"
msgstr ""
#: class/dashboard/subpage-main.php:325
msgid "or enter a user defined symbol"
msgid "Set the radius to 0px to avoid a radius."
msgstr ""
#: class/dashboard/subpage-main.php:327
msgid "Max. width (px)"
msgstr ""
#: class/dashboard/subpage-main.php:329
msgid "Set the max-width to 0px to disable this setting."
msgstr ""
#: class/dashboard/subpage-main.php:348
msgid "Hyperlink symbol"
msgstr ""
#: class/dashboard/subpage-main.php:351
msgid "or enter a user defined symbol"
msgstr ""
#: class/dashboard/subpage-main.php:353
msgid "if set it overrides the hyperlink symbol above"
msgstr ""
#: class/dashboard/subpage-main.php:346
#: class/dashboard/subpage-main.php:372
msgid "Add custom CSS"
msgstr ""
#: class/dashboard/subpage-main.php:349
#: class/dashboard/subpage-main.php:375
msgid ""
"Available CSS classes to customize the footnotes and the reference container"
msgstr ""
#: class/dashboard/subpage-main.php:352
msgid "inline footnotes"
#: class/dashboard/subpage-main.php:378
msgid "superscript, Footnotes index"
msgstr ""
#: class/dashboard/subpage-main.php:355
msgid "inline footnotes, mouse over highlight box"
msgstr ""
#: class/dashboard/subpage-main.php:358
msgid "reference container footnotes index"
msgstr ""
#: class/dashboard/subpage-main.php:361
msgid "reference container footnotes linked arrow"
msgstr ""
#: class/dashboard/subpage-main.php:364
msgid "reference container footnotes text"
msgstr ""
#: class/dashboard/subpage-main.php:383
msgid "WordPress hook function name"
#: class/dashboard/subpage-main.php:381
msgid "mouse-over box, tooltip for each superscript"
msgstr ""
#: class/dashboard/subpage-main.php:384
msgid "1st column of the Reference Container, Footnotes index"
msgstr ""
#: class/dashboard/subpage-main.php:387
msgid "2nd column of the Reference Container, Arrow / Hyperlink"
msgstr ""
#: class/dashboard/subpage-main.php:390
msgid "3rd column of the Reference Container, Footnote text"
msgstr ""
#: class/dashboard/subpage-main.php:409
msgid "WordPress hook function name"
msgstr ""
#: class/dashboard/subpage-main.php:410
msgid "Activate"
msgstr ""
#: class/dashboard/subpage-main.php:385
#: class/dashboard/subpage-main.php:411
msgid "WordPress documentation"
msgstr ""
#: class/dashboard/subpage-main.php:433
#: class/dashboard/subpage-main.php:459
msgid "example string"
msgstr ""
#: class/dashboard/subpage-main.php:440
#: class/dashboard/subpage-main.php:466
msgid "Start your footnote with the following short code:"
msgstr ""
#: class/dashboard/subpage-main.php:443
#: class/dashboard/subpage-main.php:469
msgid "...and end your footnote with this short code:"
msgstr ""
#: class/dashboard/subpage-main.php:447
#: class/dashboard/subpage-main.php:473
msgid "will be displayed as:"
msgstr ""
#: class/dashboard/subpage-main.php:450
#: class/dashboard/subpage-main.php:476
#, php-format
msgid ""
"For further information please check out our %ssupport forum%s on WordPress."
"org."
msgstr ""
#: class/dashboard/subpage-main.php:469
#: class/dashboard/subpage-main.php:495
msgid "Donate now"
msgstr ""
@ -380,7 +446,8 @@ msgstr ""
msgid "Donate"
msgstr ""
#: class/task.php:303
#: class/task.php:356
#, php-format
msgid "%scontinue%s"
msgstr ""