Version 1.0.4

* Updated replacing function when footnote is a link (bugfix)
* Footnote hover box remains until cursor leaves footnote or hover box
* Links in the footnote hover box are click able
* New setting to allow footnotes on Summarized Posts
* New setting to tell the world you're using footnotes plugin
* New setting for the counter style of the footnote index
** Arabic Numbers (1, 2, 3, 4, 5, ...)
** Arabic Numbers leading 0 (01, 02, 03, 04, 05, ...)
** Latin Characters lower-case (a, b, c, d, e, ...)
** Latin Characters upper-case (A, B, C, D, E, ...)
** Roman Numerals (I, II, III, IV, V, ...)
* Adding a link to the WordPress plugin in the footer if the WP-admin accepts it
* Updated translations for the new settings
* re-changed the version number to have 3 digits

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917816 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-05-20 11:44:38 +00:00
parent 5d475abfc3
commit 660d32edc3
14 changed files with 288 additions and 88 deletions

View file

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: footnotes\n"
"POT-Creation-Date: 2014-05-16 22:36+0100\n"
"PO-Revision-Date: 2014-05-16 22:37+0100\n"
"POT-Creation-Date: 2014-05-17 01:03+0100\n"
"PO-Revision-Date: 2014-05-17 01:03+0100\n"
"Last-Translator: SHE <s.herndler@methis.at>\n"
"Language-Team: SHE <s.herndler@methis.at>\n"
"Language: de\n"
@ -18,75 +18,115 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"
#: classes/footnotes_settings.php:308
#: classes/footnotes_settings.php:311
msgid "General"
msgstr "Allgemein"
#: classes/footnotes_settings.php:310 includes/plugin-settings.php:22
#: classes/footnotes_settings.php:313 includes/plugin-settings.php:22
msgid "Settings"
msgstr "Einstellungen"
#: classes/footnotes_settings.php:311
#: classes/footnotes_settings.php:314
msgid "References label:"
msgstr "Überschrift \"Einzelnachweis\":"
#: classes/footnotes_settings.php:312
#: classes/footnotes_settings.php:315
msgid "Collapse references by default:"
msgstr "Verstecke Einzelnachweise standardmäßig:"
#: classes/footnotes_settings.php:313
#: classes/footnotes_settings.php:316
msgid "Combine identical footnotes:"
msgstr "Kombiniere meine Fußnoten:"
#: classes/footnotes_settings.php:314
#: classes/footnotes_settings.php:317
msgid "Footnote tag:"
msgstr "Fußzeile einbinden:"
#: classes/footnotes_settings.php:355
#: classes/footnotes_settings.php:318
msgid "Counter style:"
msgstr "Fußnoten Zähler:"
#: classes/footnotes_settings.php:319
msgid "Allow footnotes on Summarized Posts:"
msgstr "Erlaube Fußnoten in Zusammenfassungen:"
#: classes/footnotes_settings.php:320
#, php-format
msgid "Tell the world you're using %sfootnotes%s:"
msgstr "Teil der Community mit dass Ich %sfootnotes%s verwende:"
#: classes/footnotes_settings.php:361 classes/footnotes_settings.php:409
#: classes/footnotes_settings.php:424
msgid "Yes"
msgstr "Ja"
#: classes/footnotes_settings.php:356
#: classes/footnotes_settings.php:362 classes/footnotes_settings.php:410
#: classes/footnotes_settings.php:425
msgid "No"
msgstr "Nein"
#: classes/footnotes_settings.php:369
#: classes/footnotes_settings.php:375
msgid "starts with:"
msgstr "beginnt mit:"
#: classes/footnotes_settings.php:373
#: classes/footnotes_settings.php:379
msgid "ends with:"
msgstr "endet mit:"
#: classes/footnotes_settings.php:385 classes/footnotes_settings.php:387
#: classes/footnotes_settings.php:391
msgid "Arabic Numbers - Plain"
msgstr "arabische Ziffern"
#: classes/footnotes_settings.php:392
msgid "Arabic Numbers - Leading 0"
msgstr "arabisch Ziffern - führende Null"
#: classes/footnotes_settings.php:393
msgid "Latin Character - lower case"
msgstr "alphabetisch - Kleinschreibung"
#: classes/footnotes_settings.php:394
msgid "Latin Character - upper case"
msgstr "alphabetisch - Großschreibung"
#: classes/footnotes_settings.php:395
msgid "Roman Numerals"
msgstr "Römische Ziffern"
#: classes/footnotes_settings.php:440 classes/footnotes_settings.php:442
msgid "HowTo"
msgstr "Hilfe"
#: classes/footnotes_settings.php:398
#: classes/footnotes_settings.php:453
msgid "This is a brief introduction in how to use the plugin."
msgstr "Eine kurze Anleitung für die Verwendung des Plugins."
#: classes/footnotes_settings.php:413
#: classes/footnotes_settings.php:468
msgid "Start your footnote with the following shortcode:"
msgstr "Starten Sie eine Fußnote mit:"
#: classes/footnotes_settings.php:418
#: classes/footnotes_settings.php:473
msgid "...and end your footnote with this shortcode:"
msgstr "...und beenden Sie diese mit:"
#: classes/footnotes_settings.php:424 classes/footnotes_settings.php:427
#: classes/footnotes_settings.php:479 classes/footnotes_settings.php:482
msgid "example string"
msgstr "Beispieltext"
#: classes/footnotes_settings.php:425
#: classes/footnotes_settings.php:480
msgid "will be displayed as:"
msgstr "wird dargestellt als:"
#: classes/footnotes_settings.php:432
#: classes/footnotes_settings.php:487
#, php-format
msgid "If you have any questions, please don't hesitate to %smail us%s."
msgstr "Bei Fragen können Sie uns gerne eine %se-Mail%s senden."
#: includes/replacer.php:104
#, php-format
msgid "Hey there, I'm using the awesome WordPress Plugin called %sfootnotes%s"
msgstr "Hey Community, ich verwende nun das WordPress Plugin %sfootnotes%s"
#: includes/uninstall.php:20
msgid "You must be logged in to run this script."
msgstr "Sie müssen angemeldet sein um diese Funktion ausführen zu können."