\n"
"Language: en_GB\n"
@@ -19,6 +17,8 @@ msgstr ""
"X-Poedit-Basepath: ..\n"
"X-Poedit-SearchPath-0: .\n"
+
+
#: class/dashboard/init.php:151
msgid "Take a look on other Plugins we have developed."
msgstr ""
@@ -266,9 +266,7 @@ 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:"
+msgid "Don't tell the world you're using %s on specific pages by adding the following short code:"
msgstr ""
#: class/dashboard/subpage-main.php:248
@@ -364,9 +362,7 @@ msgid "Background color"
msgstr ""
#: class/dashboard/subpage-main.php:335
-msgid ""
-"Empty color will use the default background-color defined by your current "
-"theme."
+msgid "Empty color will use the default background-color defined by your current theme."
msgstr ""
#: class/dashboard/subpage-main.php:337
@@ -382,8 +378,7 @@ msgid "Border color"
msgstr ""
#: class/dashboard/subpage-main.php:343
-msgid ""
-"Empty color will use the default border-color defined by your current theme."
+msgid "Empty color will use the default border-color defined by your current theme."
msgstr ""
#: class/dashboard/subpage-main.php:345
@@ -407,87 +402,63 @@ msgid "Box shadow color"
msgstr ""
#: class/dashboard/subpage-main.php:355
-msgid ""
-"Empty color will use the default box shadow defined by your current theme."
+msgid "Empty color will use the default box shadow defined by your current theme."
msgstr ""
#: class/dashboard/subpage-main.php:375
-msgid "Hyperlink symbol"
-msgstr ""
-
-#: class/dashboard/subpage-main.php:378
-msgid "or enter a user defined symbol"
-msgstr ""
-
-#: class/dashboard/subpage-main.php:380
-msgid "if set it overrides the hyperlink symbol above"
-msgstr ""
-
-#: class/dashboard/subpage-main.php:399
msgid "Add custom CSS"
msgstr ""
-#: class/dashboard/subpage-main.php:402
-msgid ""
-"Available CSS classes to customize the footnotes and the reference container"
+#: class/dashboard/subpage-main.php:378
+msgid "Available CSS classes to customize the footnotes and the reference container"
msgstr ""
-#: class/dashboard/subpage-main.php:405
+#: class/dashboard/subpage-main.php:381
msgid "superscript, Footnotes index"
msgstr ""
-#: class/dashboard/subpage-main.php:408
+#: class/dashboard/subpage-main.php:384
msgid "mouse-over box, tooltip for each superscript"
msgstr ""
-#: class/dashboard/subpage-main.php:411
+#: class/dashboard/subpage-main.php:387
msgid "1st column of the Reference Container, Footnotes index"
msgstr ""
-#: class/dashboard/subpage-main.php:414
-msgid "2nd column of the Reference Container, Arrow / Hyperlink"
+#: class/dashboard/subpage-main.php:390
+msgid "2nd column of the Reference Container, Footnote text"
msgstr ""
-#: class/dashboard/subpage-main.php:417
-msgid "3rd column of the Reference Container, Footnote text"
-msgstr ""
-
-#: class/dashboard/subpage-main.php:436
+#: class/dashboard/subpage-main.php:409
msgid "WordPress hook function name"
msgstr ""
-#: class/dashboard/subpage-main.php:437
+#: class/dashboard/subpage-main.php:410
msgid "Activate"
msgstr ""
-#: class/dashboard/subpage-main.php:438
+#: class/dashboard/subpage-main.php:411
msgid "WordPress documentation"
msgstr ""
-#: class/dashboard/subpage-main.php:486
-msgid "example string"
-msgstr ""
-
-#: class/dashboard/subpage-main.php:493
+#: class/dashboard/subpage-main.php:472
msgid "Start your footnote with the following short code:"
msgstr ""
-#: class/dashboard/subpage-main.php:496
+#: class/dashboard/subpage-main.php:475
msgid "...and end your footnote with this short code:"
msgstr ""
-#: class/dashboard/subpage-main.php:500
+#: class/dashboard/subpage-main.php:479
msgid "will be displayed as:"
msgstr ""
-#: class/dashboard/subpage-main.php:503
+#: class/dashboard/subpage-main.php:482
#, php-format
-msgid ""
-"For further information please check out our %ssupport forum%s on WordPress."
-"org."
+msgid "For further information please check out our %ssupport forum%s on WordPress.org."
msgstr ""
-#: class/dashboard/subpage-main.php:524
+#: class/dashboard/subpage-main.php:503
msgid "Donate now"
msgstr ""
@@ -514,7 +485,5 @@ msgstr ""
#: class/widgets/reference-container.php:49
#: class/widgets/reference-container.php:61
-msgid ""
-"The widget defines the position of the reference container if set to "
-"\"widget area\"."
+msgid "The widget defines the position of the reference container if set to \"widget area\"."
msgstr ""
diff --git a/readme.txt b/readme.txt
index f9e1b0c..f86af25 100755
--- a/readme.txt
+++ b/readme.txt
@@ -80,6 +80,23 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
== Changelog ==
+= 2.0 =
+- Major contributions taken from WordPress user pewgeuges:
+- **symbol for backlinks** removed
+- hyperlink moved to the reference number
+- Upgrade jQuery library
+- Account for disruptive PHP change
+- footnote links script independent
+- Get the “Continue reading” link to work in the mouse-over box
+- Debug printed posts and pages
+- Fix display of combined identical notes
+- Adjusted scrolling time and offset
+- Margins around footnotes
+- Mouse-over box display timing
+
+= 1.6.6 =
+- Beginning of translation to French
+
= 1.6.5 =
- Update: Fix for deprecated PHP function create_function() (man thanks to Felipe Lavín Z.)
- Update: The CSS had been modified in order to show the tooltip numbers a little less higher than text
diff --git a/templates/dashboard/customize-css.html b/templates/dashboard/customize-css.html
index c276458..4ddd9ac 100644
--- a/templates/dashboard/customize-css.html
+++ b/templates/dashboard/customize-css.html
@@ -20,12 +20,8 @@
[[label-class-3]] [[class-3]] |
- |
- [[label-class-4]] [[class-4]] |
-
-
|
[[label-class-5]] [[class-5]] |
-
\ No newline at end of file
+
diff --git a/templates/public/footnote.html b/templates/public/footnote.html
index 0098125..2e7669a 100755
--- a/templates/public/footnote.html
+++ b/templates/public/footnote.html
@@ -1,2 +1,2 @@
-
-
\ No newline at end of file
+
+
diff --git a/templates/public/reference-container-body.html b/templates/public/reference-container-body.html
index 0dbafc8..52d3e5e 100755
--- a/templates/public/reference-container-body.html
+++ b/templates/public/reference-container-body.html
@@ -1,5 +1,4 @@
-
-
+
-
\ No newline at end of file
+
diff --git a/templates/public/reference-container.html b/templates/public/reference-container.html
index d83b9fa..5791ed8 100644
--- a/templates/public/reference-container.html
+++ b/templates/public/reference-container.html
@@ -1,5 +1,5 @@
-
-
\ No newline at end of file
+
diff --git a/templates/public/tooltip.html b/templates/public/tooltip.html
index b320652..9a7d10d 100644
--- a/templates/public/tooltip.html
+++ b/templates/public/tooltip.html
@@ -1,12 +1 @@
-
+