- Update: features.txt
- Update: Translations - en - de git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@997620 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
14cda8a316
commit
eac463c643
5 changed files with 386 additions and 345 deletions
14
features.txt
14
features.txt
|
@ -12,11 +12,21 @@
|
|||
- Add current WordPress Theme (Name, Version, Author, Url)
|
||||
|
||||
|
||||
== Footnotes ==
|
||||
== Footnotes Features ==
|
||||
- Add public css file to the "How to" tab
|
||||
- Add setting to customize the mouse-over box
|
||||
- Add setting to disable the mouse-over box
|
||||
- Display the mouse-over box to the left if near the right margin
|
||||
- Abbreviate the mouse-over text if more than XXX characters (ending with "...")
|
||||
- Performance of the task so PHP won't throw an error when there are more than 120? Footnotes
|
||||
- Maybe increase PHP max execution time while processing the Footnotes task
|
||||
- Maybe increase PHP max execution time while processing the Footnotes task
|
||||
- different background for every odd table row
|
||||
|
||||
- Offer a set of pre-defined styles for the footnotes.Reference.Container
|
||||
There should be 2 pre-defined styles for the footnotes.Reference.Container and the ability to customize or add templates.
|
||||
the currently used one should be one of those templates and pre-defined styles offered but not the default setting.
|
||||
|
||||
== Footnotes Bugs ==
|
||||
- Excerpt No doesn't work
|
||||
- Reference Container table no border
|
||||
- Table first collumn max 10%
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: footnotes\n"
|
||||
"POT-Creation-Date: 2014-09-07 03:43+0100\n"
|
||||
"PO-Revision-Date: 2014-09-07 03:46+0100\n"
|
||||
"Last-Translator: Stefan Herndler <s.herndler@methis.at>\n"
|
||||
"POT-Creation-Date: 2014-09-27 14:00+0100\n"
|
||||
"PO-Revision-Date: 2014-09-27 14:01+0100\n"
|
||||
"Last-Translator: Mark Cheret <mark@cheret.de>\n"
|
||||
"Language-Team: SHE <s.herndler@methis.at>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -18,241 +18,208 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: classes/footnotes.php:82
|
||||
msgid "You must be logged in to run this script."
|
||||
msgstr "Sie müssen angemeldet sein um diese Funktion ausführen zu können."
|
||||
#: class/dashboard/init.php:145
|
||||
msgid "Take a look on other Plugins we have developed."
|
||||
msgstr "Sehen Sie sich unsere weiteren WordPress Plugins an"
|
||||
|
||||
#: classes/footnotes.php:87
|
||||
msgid "You do not have permission to run this script."
|
||||
msgstr "Sie haben nicht die Berechtigung diese Funktion auszuführen."
|
||||
#: class/dashboard/layout.php:237
|
||||
#, fuzzy
|
||||
msgid "Settings saved"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: classes/tab_custom.php:28
|
||||
msgid "Customize"
|
||||
msgstr "Personalisieren"
|
||||
|
||||
#: classes/tab_custom.php:39
|
||||
msgid "Superscript layout"
|
||||
msgstr "Layout des Fußnoten Index"
|
||||
|
||||
#: classes/tab_custom.php:47
|
||||
msgid "Hyperlink symbol in the Reference container"
|
||||
msgstr "Einzelnachweis - Symbol für den Link zur Fußnote im Text"
|
||||
|
||||
#: classes/tab_custom.php:55
|
||||
msgid "Add custom CSS to the public page"
|
||||
msgstr "Benutzerdefinierten CSS Code zu den veröffentlichten Seiten hinzufügen"
|
||||
|
||||
#: classes/tab_custom.php:76
|
||||
msgid "Before Footnotes index:"
|
||||
msgstr "Vor dem Fußnoten Index:"
|
||||
|
||||
#: classes/tab_custom.php:80
|
||||
msgid "After Footnotes index:"
|
||||
msgstr "Nach dem Fußnoten Index:"
|
||||
|
||||
#: classes/tab_custom.php:93
|
||||
msgid "Hyperlink symbol:"
|
||||
msgstr "Symbol für den Link:"
|
||||
|
||||
#: classes/tab_custom.php:97
|
||||
msgid "or enter a user defined symbol:"
|
||||
msgstr "oder definiere ein eigenes Symbol:"
|
||||
|
||||
#: classes/tab_custom.php:100
|
||||
msgid "if set it overrides the hyperlink symbol above"
|
||||
msgstr "wenn gesetzt wird das oben definierte Symbol überschrieben"
|
||||
|
||||
#: classes/tab_custom.php:110
|
||||
msgid "Add custom CSS:"
|
||||
msgstr "Benutzerdefinierter CSS Code:"
|
||||
|
||||
#: classes/tab_custom.php:114
|
||||
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:"
|
||||
|
||||
#: classes/tab_custom.php:117
|
||||
msgid "inline footnotes"
|
||||
msgstr "Fußnoten Index im veröffneltichten Text"
|
||||
|
||||
#: classes/tab_custom.php:118
|
||||
msgid "inline footnotes, mouse over highlight box"
|
||||
msgstr "Popup der Fußnote im veröffentlichten Text"
|
||||
|
||||
#: classes/tab_custom.php:120
|
||||
msgid "reference container footnotes index"
|
||||
msgstr "Einzelnachweis - Fußnote Index"
|
||||
|
||||
#: classes/tab_custom.php:121
|
||||
msgid "reference container footnotes linked arrow"
|
||||
msgstr "Einzelnachweiß - Symbol für den Link"
|
||||
|
||||
#: classes/tab_custom.php:122
|
||||
msgid "reference container footnotes text"
|
||||
msgstr "Einzelnachweis - Fußnote"
|
||||
|
||||
#: classes/tab_diagnostics.php:27
|
||||
#: class/dashboard/subpage-diagnostics.php:48
|
||||
#: class/dashboard/subpage-diagnostics.php:60
|
||||
msgid "Diagnostics"
|
||||
msgstr "Diagnose"
|
||||
|
||||
#: classes/tab_diagnostics.php:38
|
||||
msgid "Displays information about the web server, PHP and WordPress."
|
||||
#: class/dashboard/subpage-diagnostics.php:73
|
||||
#, fuzzy
|
||||
msgid "Displays information about the web server, PHP and WordPress"
|
||||
msgstr "Ausgabe von Informationen bezgl. des Webservers, PHP und WordPress."
|
||||
|
||||
#: classes/tab_diagnostics.php:65
|
||||
#: class/dashboard/subpage-diagnostics.php:106
|
||||
msgid "Server name"
|
||||
msgstr "Servername"
|
||||
|
||||
#: classes/tab_diagnostics.php:71
|
||||
#: class/dashboard/subpage-diagnostics.php:109
|
||||
msgid "PHP version"
|
||||
msgstr "PHP Version"
|
||||
|
||||
#: classes/tab_diagnostics.php:77
|
||||
#: class/dashboard/subpage-diagnostics.php:112
|
||||
msgid "Max execution time"
|
||||
msgstr "max. Ausführungsdauer"
|
||||
|
||||
#: classes/tab_diagnostics.php:78
|
||||
#: class/dashboard/subpage-diagnostics.php:113
|
||||
msgid "seconds"
|
||||
msgstr "Sekunden"
|
||||
|
||||
#: classes/tab_diagnostics.php:83
|
||||
#: class/dashboard/subpage-diagnostics.php:115
|
||||
msgid "Memory limit"
|
||||
msgstr "Speicherlimitierung"
|
||||
|
||||
#: classes/tab_diagnostics.php:89
|
||||
#: class/dashboard/subpage-diagnostics.php:118
|
||||
msgid "PHP extensions"
|
||||
msgstr "PHP Erweiterungen"
|
||||
|
||||
#: classes/tab_diagnostics.php:102
|
||||
#: class/dashboard/subpage-diagnostics.php:121
|
||||
msgid "WordPress version"
|
||||
msgstr "WordPress Version"
|
||||
|
||||
#: classes/tab_general.php:28
|
||||
msgid "General"
|
||||
msgstr "Allgemein"
|
||||
#: class/dashboard/subpage-main.php:60 class/hooks.php:82
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: classes/tab_general.php:32
|
||||
#, php-format
|
||||
msgid "%s Settings"
|
||||
msgstr "%s Einstellungen"
|
||||
#: class/dashboard/subpage-main.php:61
|
||||
msgid "Customize"
|
||||
msgstr "Personalisieren"
|
||||
|
||||
#: classes/tab_general.php:39
|
||||
#: class/dashboard/subpage-main.php:62
|
||||
msgid "How to"
|
||||
msgstr "Hilfe"
|
||||
|
||||
#: class/dashboard/subpage-main.php:75
|
||||
msgid "References Container"
|
||||
msgstr "Einzelnachweise"
|
||||
|
||||
#: classes/tab_general.php:47
|
||||
#: class/dashboard/subpage-main.php:76
|
||||
#, php-format
|
||||
msgid "%s styling"
|
||||
msgstr "%s Design"
|
||||
|
||||
#: classes/tab_general.php:63
|
||||
#: class/dashboard/subpage-main.php:78
|
||||
msgid "Other"
|
||||
msgstr "Andere"
|
||||
|
||||
#: classes/tab_general.php:84
|
||||
msgid "References label:"
|
||||
msgstr "Überschrift \"Einzelnachweis\":"
|
||||
#: class/dashboard/subpage-main.php:80
|
||||
msgid "Superscript layout"
|
||||
msgstr "Layout des Fußnoten Index"
|
||||
|
||||
#: classes/tab_general.php:88
|
||||
msgid "Collapse references by default:"
|
||||
msgstr "Verstecke Einzelnachweise standardmäßig:"
|
||||
#: class/dashboard/subpage-main.php:81
|
||||
msgid "Hyperlink symbol in the Reference container"
|
||||
msgstr "Einzelnachweis - Symbol für den Link zur Fußnote im Text"
|
||||
|
||||
#: classes/tab_general.php:94
|
||||
#: class/dashboard/subpage-main.php:82
|
||||
msgid "Add custom CSS to the public page"
|
||||
msgstr "Benutzerdefinierten CSS Code zu den veröffentlichten Seiten hinzufügen"
|
||||
|
||||
#: class/dashboard/subpage-main.php:84
|
||||
msgid "Brief introduction in how to use the plugin"
|
||||
msgstr "Kurze Anleitung für die Verwendung des Plugins."
|
||||
|
||||
#: class/dashboard/subpage-main.php:85
|
||||
#, fuzzy
|
||||
msgid "Help us to improve our Plugin"
|
||||
msgstr "Helfen Sie bei der weiteren Entwicklung des Plugins."
|
||||
|
||||
#: class/dashboard/subpage-main.php:98
|
||||
msgid "in the footer"
|
||||
msgstr "am Ende der Seite"
|
||||
|
||||
#: classes/tab_general.php:95
|
||||
#: class/dashboard/subpage-main.php:99
|
||||
msgid "at the end of the post"
|
||||
msgstr "nach einem Beitrag"
|
||||
|
||||
#: classes/tab_general.php:96
|
||||
#: class/dashboard/subpage-main.php:100
|
||||
msgid "in the widget area"
|
||||
msgstr "im Widget"
|
||||
|
||||
#: classes/tab_general.php:98
|
||||
msgid "Where shall the reference container appear:"
|
||||
#: class/dashboard/subpage-main.php:108
|
||||
#, fuzzy
|
||||
msgid "References label"
|
||||
msgstr "Überschrift \"Einzelnachweis\":"
|
||||
|
||||
#: class/dashboard/subpage-main.php:111
|
||||
#, fuzzy
|
||||
msgid "Collapse references by default"
|
||||
msgstr "Verstecke Einzelnachweise standardmäßig:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:114
|
||||
#, fuzzy
|
||||
msgid "Where shall the reference container appear"
|
||||
msgstr "Positionierung der Einzelnachweise:"
|
||||
|
||||
#: classes/tab_general.php:109 classes/tab_general.php:182
|
||||
#: class/dashboard/subpage-main.php:133 class/dashboard/subpage-main.php:233
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: classes/tab_general.php:110 classes/tab_general.php:183
|
||||
#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: classes/tab_general.php:112
|
||||
msgid "Combine identical footnotes:"
|
||||
msgstr "Kombiniere meine Fußnoten:"
|
||||
|
||||
#: classes/tab_general.php:120 classes/tab_general.php:129
|
||||
#: class/dashboard/subpage-main.php:141 class/dashboard/subpage-main.php:148
|
||||
msgid "user defined"
|
||||
msgstr "benutzerdefiniert"
|
||||
|
||||
#: classes/tab_general.php:122
|
||||
msgid "Footnote tag starts with:"
|
||||
msgstr "Fußnoten starten mit:"
|
||||
|
||||
#: classes/tab_general.php:131
|
||||
msgid "and ends with:"
|
||||
msgstr "und endet mit:"
|
||||
|
||||
#: classes/tab_general.php:143
|
||||
#: class/dashboard/subpage-main.php:152
|
||||
msgid "Arabic Numbers - Plain"
|
||||
msgstr "arabische Ziffern"
|
||||
|
||||
#: classes/tab_general.php:144
|
||||
#: class/dashboard/subpage-main.php:153
|
||||
msgid "Arabic Numbers - Leading 0"
|
||||
msgstr "arabisch Ziffern - führende Null"
|
||||
|
||||
#: classes/tab_general.php:145
|
||||
#: class/dashboard/subpage-main.php:154
|
||||
msgid "Latin Character - lower case"
|
||||
msgstr "alphabetisch - Kleinschreibung"
|
||||
|
||||
#: classes/tab_general.php:146
|
||||
#: class/dashboard/subpage-main.php:155
|
||||
msgid "Latin Character - upper case"
|
||||
msgstr "alphabetisch - Großschreibung"
|
||||
|
||||
#: classes/tab_general.php:147
|
||||
#: class/dashboard/subpage-main.php:156
|
||||
msgid "Roman Numerals"
|
||||
msgstr "Römische Ziffern"
|
||||
|
||||
#: classes/tab_general.php:149
|
||||
msgid "Counter style:"
|
||||
#: class/dashboard/subpage-main.php:164
|
||||
#, fuzzy
|
||||
msgid "Combine identical footnotes"
|
||||
msgstr "Kombiniere meine Fußnoten:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:167
|
||||
#, fuzzy
|
||||
msgid "Footnote tag starts with"
|
||||
msgstr "Fußzeile einbinden:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:170
|
||||
#, fuzzy
|
||||
msgid "and ends with"
|
||||
msgstr "endet mit:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:179
|
||||
#, fuzzy
|
||||
msgid "Counter style"
|
||||
msgstr "Fußnoten Zähler:"
|
||||
|
||||
#: classes/tab_general.php:160 classes/task.php:143
|
||||
#: class/dashboard/subpage-main.php:201 class/task.php:112
|
||||
#, php-format
|
||||
msgid "I %s %s"
|
||||
msgstr "Ich %s %s"
|
||||
|
||||
#: classes/tab_general.php:161 classes/task.php:146
|
||||
#: class/dashboard/subpage-main.php:202 class/task.php:115
|
||||
#, php-format
|
||||
msgid "this site uses the awesome %s Plugin"
|
||||
msgstr "Diese Seite verwendet das Plugin %s"
|
||||
|
||||
#: classes/tab_general.php:162 classes/task.php:150
|
||||
#: class/dashboard/subpage-main.php:203 class/task.php:119
|
||||
#, php-format
|
||||
msgid "extra smooth %s"
|
||||
msgstr "besonders feine %s"
|
||||
|
||||
#: classes/tab_general.php:163
|
||||
#: class/dashboard/subpage-main.php:204
|
||||
msgid "random text"
|
||||
msgstr "zufälliger Text"
|
||||
|
||||
#: classes/tab_general.php:164
|
||||
#: class/dashboard/subpage-main.php:205
|
||||
#, php-format
|
||||
msgid "Don't display a %s %s text in my footer."
|
||||
msgstr "Verstecke %s %s am Ende meiner Seite."
|
||||
|
||||
#: classes/tab_general.php:166
|
||||
#, php-format
|
||||
msgid "Tell the world you're using %s:"
|
||||
msgstr "Teile der Welt mit, dass du %s verwendest:"
|
||||
#: class/dashboard/subpage-main.php:213
|
||||
#, fuzzy, php-format
|
||||
msgid "Tell the world you're using %s"
|
||||
msgstr "Teile der Welt mit, dass du %sfoot%snotes%s verwendest:"
|
||||
|
||||
#: classes/tab_general.php:170
|
||||
#: class/dashboard/subpage-main.php:216
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Don't tell the world you're using %s on specific pages by adding the "
|
||||
|
@ -261,39 +228,85 @@ msgstr ""
|
|||
"Platzhalter um der Welt an einzelnen Seiten nicht mitzuteilen, dass Sie %s "
|
||||
"verwenden:"
|
||||
|
||||
#: classes/tab_general.php:185
|
||||
msgid "Allow footnotes on Summarized Posts:"
|
||||
#: class/dashboard/subpage-main.php:242
|
||||
#, fuzzy
|
||||
msgid "Allow footnotes on Summarized Posts"
|
||||
msgstr "Erlaube Fußnoten in Zusammenfassungen:"
|
||||
|
||||
#: classes/tab_howto.php:28
|
||||
msgid "How to"
|
||||
msgstr "Hilfe"
|
||||
#: class/dashboard/subpage-main.php:262
|
||||
#, fuzzy
|
||||
msgid "Before Footnotes index"
|
||||
msgstr "Kombiniere meine Fußnoten:"
|
||||
|
||||
#: classes/tab_howto.php:39
|
||||
msgid "Brief introduction in how to use the plugin"
|
||||
msgstr "Kurze Anleitung für die Verwendung des Plugins."
|
||||
#: class/dashboard/subpage-main.php:265
|
||||
#, fuzzy
|
||||
msgid "After Footnotes index"
|
||||
msgstr "Kombiniere meine Fußnoten:"
|
||||
|
||||
#: classes/tab_howto.php:47
|
||||
msgid "Help us to improve our Plugin."
|
||||
msgstr "Helfen Sie bei der weiteren Entwicklung des Plugins."
|
||||
#: class/dashboard/subpage-main.php:285
|
||||
#, fuzzy
|
||||
msgid "Hyperlink symbol"
|
||||
msgstr "Symbol für den Link:"
|
||||
|
||||
#: classes/tab_howto.php:77
|
||||
#: class/dashboard/subpage-main.php:288
|
||||
msgid "or enter a user defined symbol"
|
||||
msgstr "oder definieren Sie ein eigenes Symbol:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:290
|
||||
msgid "if set it overrides the hyperlink symbol above"
|
||||
msgstr "wenn gesetzt wird das oben definierte Symbol überschrieben"
|
||||
|
||||
#: class/dashboard/subpage-main.php:309
|
||||
#, fuzzy
|
||||
msgid "Add custom CSS"
|
||||
msgstr "Benutzerdefinierter CSS Code:"
|
||||
|
||||
#: class/dashboard/subpage-main.php:312
|
||||
#, fuzzy
|
||||
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:315
|
||||
msgid "inline footnotes"
|
||||
msgstr "Fußnoten Index im veröffneltichten Text"
|
||||
|
||||
#: class/dashboard/subpage-main.php:318
|
||||
msgid "inline footnotes, mouse over highlight box"
|
||||
msgstr "Popup der Fußnote im veröffentlichten Text"
|
||||
|
||||
#: class/dashboard/subpage-main.php:321
|
||||
msgid "reference container footnotes index"
|
||||
msgstr "Einzelnachweis - Fußnote Index"
|
||||
|
||||
#: class/dashboard/subpage-main.php:324
|
||||
msgid "reference container footnotes linked arrow"
|
||||
msgstr "Einzelnachweiß - Symbol für den Link"
|
||||
|
||||
#: class/dashboard/subpage-main.php:327
|
||||
msgid "reference container footnotes text"
|
||||
msgstr "Einzelnachweis - Fußnote"
|
||||
|
||||
#: class/dashboard/subpage-main.php:351
|
||||
msgid "example string"
|
||||
msgstr "Beispieltext"
|
||||
|
||||
#: classes/tab_howto.php:82
|
||||
msgid "Start your footnote with the following shortcode:"
|
||||
#: class/dashboard/subpage-main.php:358
|
||||
#, fuzzy
|
||||
msgid "Start your footnote with the following short code:"
|
||||
msgstr "Starten Sie eine Fußnote mit:"
|
||||
|
||||
#: classes/tab_howto.php:88
|
||||
msgid "...and end your footnote with this shortcode:"
|
||||
msgstr "...und beenden Sie diese mit:"
|
||||
#: class/dashboard/subpage-main.php:361
|
||||
msgid "...and end your footnote with this short code:"
|
||||
msgstr "...und beenden Sie diesen mit:"
|
||||
|
||||
#: classes/tab_howto.php:96
|
||||
#: class/dashboard/subpage-main.php:365
|
||||
msgid "will be displayed as:"
|
||||
msgstr "wird dargestellt als:"
|
||||
|
||||
#: classes/tab_howto.php:102
|
||||
#: class/dashboard/subpage-main.php:368
|
||||
#, php-format
|
||||
msgid ""
|
||||
"For further information please check out our %ssupport forum%s on WordPress."
|
||||
|
@ -302,11 +315,28 @@ msgstr ""
|
|||
"Für mehr Informationen besuchen Sie unser %sSupport Forum%s auf WordPress."
|
||||
"org."
|
||||
|
||||
#: classes/tab_howto.php:115
|
||||
#: class/dashboard/subpage-main.php:387
|
||||
msgid "Donate now"
|
||||
msgstr "Jetzt spenden"
|
||||
|
||||
#: classes/widget.php:25 classes/widget.php:43
|
||||
#: class/hooks.php:59
|
||||
msgid "You must be logged in to run this script."
|
||||
msgstr "Sie müssen angemeldet sein um diese Funktion ausführen zu können."
|
||||
|
||||
#: class/hooks.php:63
|
||||
msgid "You do not have permission to run this script."
|
||||
msgstr "Sie haben nicht die Berechtigung diese Funktion auszuführen."
|
||||
|
||||
#: class/hooks.php:80
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
#: class/hooks.php:84
|
||||
msgid "Donate"
|
||||
msgstr "Spenden"
|
||||
|
||||
#: 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\"."
|
||||
|
@ -314,17 +344,11 @@ msgstr ""
|
|||
"Das Widget definiert die Position der Einzelnachweise wenn \"im Widget\" "
|
||||
"eingestellt ist."
|
||||
|
||||
#: includes/plugin-settings.php:24
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
#~ msgid "General"
|
||||
#~ msgstr "Allgemein"
|
||||
|
||||
#: includes/plugin-settings.php:26
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
#: includes/plugin-settings.php:28
|
||||
msgid "Donate"
|
||||
msgstr "Spenden"
|
||||
#~ msgid "%s Settings"
|
||||
#~ msgstr "%s Einstellungen"
|
||||
|
||||
#~ msgid "If you have any questions, please don't hesitate to %se-mail%s us."
|
||||
#~ msgstr "Bei Fragen können Sie uns gerne eine %se-Mail%s senden."
|
||||
|
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: footnotes\n"
|
||||
"POT-Creation-Date: 2014-09-07 03:43+0100\n"
|
||||
"PO-Revision-Date: 2014-09-07 03:43+0100\n"
|
||||
"Last-Translator: Stefan Herndler <s.herndler@methis.at>\n"
|
||||
"POT-Creation-Date: 2014-09-27 13:59+0100\n"
|
||||
"PO-Revision-Date: 2014-09-27 14:00+0100\n"
|
||||
"Last-Translator: Mark Cheret <mark@cheret.de>\n"
|
||||
"Language-Team: SHE <s.herndler@methis.at>\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -18,240 +18,198 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: classes/footnotes.php:82
|
||||
msgid "You must be logged in to run this script."
|
||||
msgstr "You must be logged in to run this script."
|
||||
#: class/dashboard/init.php:145
|
||||
msgid "Take a look on other Plugins we have developed."
|
||||
msgstr "Take a look at other Plugins we have developed."
|
||||
|
||||
#: classes/footnotes.php:87
|
||||
msgid "You do not have permission to run this script."
|
||||
msgstr "You do not have permission to run this script."
|
||||
#: class/dashboard/layout.php:237
|
||||
msgid "Settings saved"
|
||||
msgstr "Settings saved"
|
||||
|
||||
#: classes/tab_custom.php:28
|
||||
msgid "Customize"
|
||||
msgstr "Customize"
|
||||
|
||||
#: classes/tab_custom.php:39
|
||||
msgid "Superscript layout"
|
||||
msgstr "Superscript layout"
|
||||
|
||||
#: classes/tab_custom.php:47
|
||||
msgid "Hyperlink symbol in the Reference container"
|
||||
msgstr "Hyperlink symbol in the Reference container"
|
||||
|
||||
#: classes/tab_custom.php:55
|
||||
msgid "Add custom CSS to the public page"
|
||||
msgstr "Add custom CSS to the public page"
|
||||
|
||||
#: classes/tab_custom.php:76
|
||||
msgid "Before Footnotes index:"
|
||||
msgstr "Before Footnotes index:"
|
||||
|
||||
#: classes/tab_custom.php:80
|
||||
msgid "After Footnotes index:"
|
||||
msgstr "After Footnotes index:"
|
||||
|
||||
#: classes/tab_custom.php:93
|
||||
msgid "Hyperlink symbol:"
|
||||
msgstr "Hyperlink symbol:"
|
||||
|
||||
#: classes/tab_custom.php:97
|
||||
msgid "or enter a user defined symbol:"
|
||||
msgstr "or enter a user defined symbol:"
|
||||
|
||||
#: classes/tab_custom.php:100
|
||||
msgid "if set it overrides the hyperlink symbol above"
|
||||
msgstr "if set it overrides the hyperlink symbol above"
|
||||
|
||||
#: classes/tab_custom.php:110
|
||||
msgid "Add custom CSS:"
|
||||
msgstr "Add custom CSS:"
|
||||
|
||||
#: classes/tab_custom.php:114
|
||||
msgid ""
|
||||
"Available CSS classes to customize the footnotes and the reference container:"
|
||||
msgstr ""
|
||||
"Available CSS classes to customize the footnotes and the reference container:"
|
||||
|
||||
#: classes/tab_custom.php:117
|
||||
msgid "inline footnotes"
|
||||
msgstr "inline footnotes"
|
||||
|
||||
#: classes/tab_custom.php:118
|
||||
msgid "inline footnotes, mouse over highlight box"
|
||||
msgstr "inline footnotes, mouse over highlight box"
|
||||
|
||||
#: classes/tab_custom.php:120
|
||||
msgid "reference container footnotes index"
|
||||
msgstr "reference container footnotes index"
|
||||
|
||||
#: classes/tab_custom.php:121
|
||||
msgid "reference container footnotes linked arrow"
|
||||
msgstr "reference container footnotes linked arrow"
|
||||
|
||||
#: classes/tab_custom.php:122
|
||||
msgid "reference container footnotes text"
|
||||
msgstr "reference container footnotes text"
|
||||
|
||||
#: classes/tab_diagnostics.php:27
|
||||
#: class/dashboard/subpage-diagnostics.php:48
|
||||
#: class/dashboard/subpage-diagnostics.php:60
|
||||
msgid "Diagnostics"
|
||||
msgstr "Diagnostics"
|
||||
|
||||
#: classes/tab_diagnostics.php:38
|
||||
msgid "Displays information about the web server, PHP and WordPress."
|
||||
msgstr "Displays information about the web server, PHP and WordPress."
|
||||
#: class/dashboard/subpage-diagnostics.php:73
|
||||
msgid "Displays information about the web server, PHP and WordPress"
|
||||
msgstr "Displays information about the web server, PHP and WordPress"
|
||||
|
||||
#: classes/tab_diagnostics.php:65
|
||||
#: class/dashboard/subpage-diagnostics.php:106
|
||||
msgid "Server name"
|
||||
msgstr "Server name"
|
||||
|
||||
#: classes/tab_diagnostics.php:71
|
||||
#: class/dashboard/subpage-diagnostics.php:109
|
||||
msgid "PHP version"
|
||||
msgstr "PHP version"
|
||||
|
||||
#: classes/tab_diagnostics.php:77
|
||||
#: class/dashboard/subpage-diagnostics.php:112
|
||||
msgid "Max execution time"
|
||||
msgstr "Max execution time"
|
||||
|
||||
#: classes/tab_diagnostics.php:78
|
||||
#: class/dashboard/subpage-diagnostics.php:113
|
||||
msgid "seconds"
|
||||
msgstr "seconds"
|
||||
|
||||
#: classes/tab_diagnostics.php:83
|
||||
#: class/dashboard/subpage-diagnostics.php:115
|
||||
msgid "Memory limit"
|
||||
msgstr "Memory limit"
|
||||
|
||||
#: classes/tab_diagnostics.php:89
|
||||
#: class/dashboard/subpage-diagnostics.php:118
|
||||
msgid "PHP extensions"
|
||||
msgstr "PHP extensions"
|
||||
|
||||
#: classes/tab_diagnostics.php:102
|
||||
#: class/dashboard/subpage-diagnostics.php:121
|
||||
msgid "WordPress version"
|
||||
msgstr "WordPress version"
|
||||
|
||||
#: classes/tab_general.php:28
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
#: class/dashboard/subpage-main.php:60 class/hooks.php:82
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: classes/tab_general.php:32
|
||||
#, php-format
|
||||
msgid "%s Settings"
|
||||
msgstr "%s Settings"
|
||||
#: class/dashboard/subpage-main.php:61
|
||||
msgid "Customize"
|
||||
msgstr "Customize"
|
||||
|
||||
#: classes/tab_general.php:39
|
||||
#: class/dashboard/subpage-main.php:62
|
||||
msgid "How to"
|
||||
msgstr "How to"
|
||||
|
||||
#: class/dashboard/subpage-main.php:75
|
||||
msgid "References Container"
|
||||
msgstr "References Container"
|
||||
|
||||
#: classes/tab_general.php:47
|
||||
#: class/dashboard/subpage-main.php:76
|
||||
#, php-format
|
||||
msgid "%s styling"
|
||||
msgstr "%s styling"
|
||||
|
||||
#: classes/tab_general.php:63
|
||||
#: class/dashboard/subpage-main.php:78
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: classes/tab_general.php:84
|
||||
msgid "References label:"
|
||||
msgstr "References label:"
|
||||
#: class/dashboard/subpage-main.php:80
|
||||
msgid "Superscript layout"
|
||||
msgstr "Superscript layout"
|
||||
|
||||
#: classes/tab_general.php:88
|
||||
msgid "Collapse references by default:"
|
||||
msgstr "Collapse references by default:"
|
||||
#: class/dashboard/subpage-main.php:81
|
||||
msgid "Hyperlink symbol in the Reference container"
|
||||
msgstr "Hyperlink symbol in the Reference container"
|
||||
|
||||
#: classes/tab_general.php:94
|
||||
#: class/dashboard/subpage-main.php:82
|
||||
msgid "Add custom CSS to the public page"
|
||||
msgstr "Add custom CSS to the public page"
|
||||
|
||||
#: class/dashboard/subpage-main.php:84
|
||||
msgid "Brief introduction in how to use the plugin"
|
||||
msgstr "Brief introduction in how to use the plugin"
|
||||
|
||||
#: class/dashboard/subpage-main.php:85
|
||||
msgid "Help us to improve our Plugin"
|
||||
msgstr "Help us to improve our Plugin"
|
||||
|
||||
#: class/dashboard/subpage-main.php:98
|
||||
msgid "in the footer"
|
||||
msgstr "in the footer"
|
||||
|
||||
#: classes/tab_general.php:95
|
||||
#: class/dashboard/subpage-main.php:99
|
||||
msgid "at the end of the post"
|
||||
msgstr "at the end of the post"
|
||||
|
||||
#: classes/tab_general.php:96
|
||||
#: class/dashboard/subpage-main.php:100
|
||||
msgid "in the widget area"
|
||||
msgstr "in the widget area"
|
||||
|
||||
#: classes/tab_general.php:98
|
||||
msgid "Where shall the reference container appear:"
|
||||
msgstr "Where should the reference container appear:"
|
||||
#: class/dashboard/subpage-main.php:108
|
||||
msgid "References label"
|
||||
msgstr "References label"
|
||||
|
||||
#: classes/tab_general.php:109 classes/tab_general.php:182
|
||||
#: class/dashboard/subpage-main.php:111
|
||||
msgid "Collapse references by default"
|
||||
msgstr "Collapse references by default"
|
||||
|
||||
#: class/dashboard/subpage-main.php:114
|
||||
msgid "Where shall the reference container appear"
|
||||
msgstr "Where shall the reference container appear"
|
||||
|
||||
#: class/dashboard/subpage-main.php:133 class/dashboard/subpage-main.php:233
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#: classes/tab_general.php:110 classes/tab_general.php:183
|
||||
#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: classes/tab_general.php:112
|
||||
msgid "Combine identical footnotes:"
|
||||
msgstr "Combine identical footnotes:"
|
||||
|
||||
#: classes/tab_general.php:120 classes/tab_general.php:129
|
||||
#: class/dashboard/subpage-main.php:141 class/dashboard/subpage-main.php:148
|
||||
msgid "user defined"
|
||||
msgstr "user defined"
|
||||
|
||||
#: classes/tab_general.php:122
|
||||
msgid "Footnote tag starts with:"
|
||||
msgstr "Footnote tag starts with:"
|
||||
|
||||
#: classes/tab_general.php:131
|
||||
msgid "and ends with:"
|
||||
msgstr "and ends with:"
|
||||
|
||||
#: classes/tab_general.php:143
|
||||
#: class/dashboard/subpage-main.php:152
|
||||
msgid "Arabic Numbers - Plain"
|
||||
msgstr "Arabic Numbers - Plain"
|
||||
|
||||
#: classes/tab_general.php:144
|
||||
#: class/dashboard/subpage-main.php:153
|
||||
msgid "Arabic Numbers - Leading 0"
|
||||
msgstr "Arabic Numbers - Leading 0"
|
||||
|
||||
#: classes/tab_general.php:145
|
||||
#: class/dashboard/subpage-main.php:154
|
||||
msgid "Latin Character - lower case"
|
||||
msgstr "Latin Character - lower case"
|
||||
|
||||
#: classes/tab_general.php:146
|
||||
#: class/dashboard/subpage-main.php:155
|
||||
msgid "Latin Character - upper case"
|
||||
msgstr "Latin Character - upper case"
|
||||
|
||||
#: classes/tab_general.php:147
|
||||
#: class/dashboard/subpage-main.php:156
|
||||
msgid "Roman Numerals"
|
||||
msgstr "Roman Numerals"
|
||||
|
||||
#: classes/tab_general.php:149
|
||||
msgid "Counter style:"
|
||||
msgstr "Counter style:"
|
||||
#: class/dashboard/subpage-main.php:164
|
||||
msgid "Combine identical footnotes"
|
||||
msgstr "Combine identical footnotes"
|
||||
|
||||
#: classes/tab_general.php:160 classes/task.php:143
|
||||
#: class/dashboard/subpage-main.php:167
|
||||
msgid "Footnote tag starts with"
|
||||
msgstr "Footnote tag starts with"
|
||||
|
||||
#: class/dashboard/subpage-main.php:170
|
||||
msgid "and ends with"
|
||||
msgstr "and ends with"
|
||||
|
||||
#: class/dashboard/subpage-main.php:179
|
||||
msgid "Counter style"
|
||||
msgstr "Counter style"
|
||||
|
||||
#: class/dashboard/subpage-main.php:201 class/task.php:112
|
||||
#, php-format
|
||||
msgid "I %s %s"
|
||||
msgstr "I %s %s"
|
||||
|
||||
#: classes/tab_general.php:161 classes/task.php:146
|
||||
#: class/dashboard/subpage-main.php:202 class/task.php:115
|
||||
#, php-format
|
||||
msgid "this site uses the awesome %s Plugin"
|
||||
msgstr "this site uses the awesome %s Plugin"
|
||||
|
||||
#: classes/tab_general.php:162 classes/task.php:150
|
||||
#: class/dashboard/subpage-main.php:203 class/task.php:119
|
||||
#, php-format
|
||||
msgid "extra smooth %s"
|
||||
msgstr "extra smooth %s"
|
||||
|
||||
#: classes/tab_general.php:163
|
||||
#: class/dashboard/subpage-main.php:204
|
||||
msgid "random text"
|
||||
msgstr "random text"
|
||||
|
||||
#: classes/tab_general.php:164
|
||||
#: class/dashboard/subpage-main.php:205
|
||||
#, php-format
|
||||
msgid "Don't display a %s %s text in my footer."
|
||||
msgstr "Don't display a %s %s text in my footer."
|
||||
|
||||
#: classes/tab_general.php:166
|
||||
#: class/dashboard/subpage-main.php:213
|
||||
#, php-format
|
||||
msgid "Tell the world you're using %s:"
|
||||
msgstr "Tell the world you're using %s:"
|
||||
msgid "Tell the world you're using %s"
|
||||
msgstr "Tell the world you're using %s"
|
||||
|
||||
#: classes/tab_general.php:170
|
||||
#: class/dashboard/subpage-main.php:216
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Don't tell the world you're using %s on specific pages by adding the "
|
||||
|
@ -260,39 +218,77 @@ msgstr ""
|
|||
"Don't tell the world you're using %s on specific pages by adding the "
|
||||
"following short code:"
|
||||
|
||||
#: classes/tab_general.php:185
|
||||
msgid "Allow footnotes on Summarized Posts:"
|
||||
msgstr "Allow footnotes on Summarized Posts:"
|
||||
#: class/dashboard/subpage-main.php:242
|
||||
msgid "Allow footnotes on Summarized Posts"
|
||||
msgstr "Allow footnotes on Summarized Posts"
|
||||
|
||||
#: classes/tab_howto.php:28
|
||||
msgid "How to"
|
||||
msgstr "How to"
|
||||
#: class/dashboard/subpage-main.php:262
|
||||
msgid "Before Footnotes index"
|
||||
msgstr "Before Footnotes index"
|
||||
|
||||
#: classes/tab_howto.php:39
|
||||
msgid "Brief introduction in how to use the plugin"
|
||||
msgstr "Brief introduction in how to use the plugin"
|
||||
#: class/dashboard/subpage-main.php:265
|
||||
msgid "After Footnotes index"
|
||||
msgstr "After Footnotes index"
|
||||
|
||||
#: classes/tab_howto.php:47
|
||||
msgid "Help us to improve our Plugin."
|
||||
msgstr "Help us to improve our Plugin."
|
||||
#: class/dashboard/subpage-main.php:285
|
||||
msgid "Hyperlink symbol"
|
||||
msgstr "Hyperlink symbol"
|
||||
|
||||
#: classes/tab_howto.php:77
|
||||
#: class/dashboard/subpage-main.php:288
|
||||
msgid "or enter a user defined symbol"
|
||||
msgstr "or enter a user defined symbol"
|
||||
|
||||
#: class/dashboard/subpage-main.php:290
|
||||
msgid "if set it overrides the hyperlink symbol above"
|
||||
msgstr "if set it overrides the hyperlink symbol above"
|
||||
|
||||
#: class/dashboard/subpage-main.php:309
|
||||
msgid "Add custom CSS"
|
||||
msgstr "Add custom CSS"
|
||||
|
||||
#: class/dashboard/subpage-main.php:312
|
||||
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:315
|
||||
msgid "inline footnotes"
|
||||
msgstr "inline footnotes"
|
||||
|
||||
#: class/dashboard/subpage-main.php:318
|
||||
msgid "inline footnotes, mouse over highlight box"
|
||||
msgstr "inline footnotes, mouse over highlight box"
|
||||
|
||||
#: class/dashboard/subpage-main.php:321
|
||||
msgid "reference container footnotes index"
|
||||
msgstr "reference container footnotes index"
|
||||
|
||||
#: class/dashboard/subpage-main.php:324
|
||||
msgid "reference container footnotes linked arrow"
|
||||
msgstr "reference container footnotes linked arrow"
|
||||
|
||||
#: class/dashboard/subpage-main.php:327
|
||||
msgid "reference container footnotes text"
|
||||
msgstr "reference container footnotes text"
|
||||
|
||||
#: class/dashboard/subpage-main.php:351
|
||||
msgid "example string"
|
||||
msgstr "example string"
|
||||
|
||||
#: classes/tab_howto.php:82
|
||||
msgid "Start your footnote with the following shortcode:"
|
||||
msgstr "Start your footnote with the following shortcode:"
|
||||
#: class/dashboard/subpage-main.php:358
|
||||
msgid "Start your footnote with the following short code:"
|
||||
msgstr "Start your footnote with the following short code:"
|
||||
|
||||
#: classes/tab_howto.php:88
|
||||
msgid "...and end your footnote with this shortcode:"
|
||||
msgstr "...and end your footnote with this shortcode:"
|
||||
#: class/dashboard/subpage-main.php:361
|
||||
msgid "...and end your footnote with this short code:"
|
||||
msgstr "...and end your footnote with this short code:"
|
||||
|
||||
#: classes/tab_howto.php:96
|
||||
#: class/dashboard/subpage-main.php:365
|
||||
msgid "will be displayed as:"
|
||||
msgstr "will be displayed as:"
|
||||
|
||||
#: classes/tab_howto.php:102
|
||||
#: class/dashboard/subpage-main.php:368
|
||||
#, php-format
|
||||
msgid ""
|
||||
"For further information please check out our %ssupport forum%s on WordPress."
|
||||
|
@ -301,11 +297,28 @@ msgstr ""
|
|||
"For further information please check out our %ssupport forum%s on WordPress."
|
||||
"org."
|
||||
|
||||
#: classes/tab_howto.php:115
|
||||
#: class/dashboard/subpage-main.php:387
|
||||
msgid "Donate now"
|
||||
msgstr "Donate now"
|
||||
|
||||
#: classes/widget.php:25 classes/widget.php:43
|
||||
#: class/hooks.php:59
|
||||
msgid "You must be logged in to run this script."
|
||||
msgstr "You must be logged in to run this script."
|
||||
|
||||
#: class/hooks.php:63
|
||||
msgid "You do not have permission to run this script."
|
||||
msgstr "You do not have permission to run this script."
|
||||
|
||||
#: class/hooks.php:80
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
#: class/hooks.php:84
|
||||
msgid "Donate"
|
||||
msgstr "Donate"
|
||||
|
||||
#: 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\"."
|
||||
|
@ -313,17 +326,11 @@ msgstr ""
|
|||
"The widget defines the position of the reference container if set to "
|
||||
"\"widget area\"."
|
||||
|
||||
#: includes/plugin-settings.php:24
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
#~ msgid "General"
|
||||
#~ msgstr "General"
|
||||
|
||||
#: includes/plugin-settings.php:26
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
#: includes/plugin-settings.php:28
|
||||
msgid "Donate"
|
||||
msgstr "Donate"
|
||||
#~ msgid "%s Settings"
|
||||
#~ msgstr "%s Settings"
|
||||
|
||||
#~ msgid "If you have any questions, please don't hesitate to %se-mail%s us."
|
||||
#~ msgstr "If you have any questions, please don't hesitate to %se-mail%s us."
|
||||
|
|
Reference in a new issue