- Update: Translation file names
- Update: Translation EN and DE git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1004241 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
83656a610f
commit
4bab3c2f68
8 changed files with 206 additions and 163 deletions
|
@ -24,7 +24,7 @@ class MCI_Footnotes_Language {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads the text domain for current WordPress language if exists. Otherwise fallback "en" will be loaded.
|
* Loads the text domain for current WordPress language if exists. Otherwise fallback "en_GB" will be loaded.
|
||||||
*
|
*
|
||||||
* @author Stefan Herndler
|
* @author Stefan Herndler
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
|
@ -34,12 +34,8 @@ class MCI_Footnotes_Language {
|
||||||
if (self::load(apply_filters('plugin_locale', get_locale()))) {
|
if (self::load(apply_filters('plugin_locale', get_locale()))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// language file without localization exists
|
|
||||||
if (self::load(self::getLanguageCode())) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// fallback to english
|
// fallback to english
|
||||||
self::load("en");
|
self::load("en_GB");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -52,27 +48,6 @@ class MCI_Footnotes_Language {
|
||||||
*/
|
*/
|
||||||
private static function load($p_str_LanguageCode) {
|
private static function load($p_str_LanguageCode) {
|
||||||
return load_textdomain(MCI_Footnotes_Config::C_STR_PLUGIN_NAME,
|
return load_textdomain(MCI_Footnotes_Config::C_STR_PLUGIN_NAME,
|
||||||
dirname(__FILE__) . "/../languages/" . MCI_Footnotes_Config::C_STR_PLUGIN_NAME . "-" . $p_str_LanguageCode . '.mo');
|
dirname(__FILE__) . "/../languages/" . $p_str_LanguageCode . '.mo');
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the Language Code of the WordPress language. (only "en" from "en_US")
|
|
||||||
*
|
|
||||||
* @author Stefan Herndler
|
|
||||||
* @since 1.5.0
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
private static function getLanguageCode() {
|
|
||||||
// read current WordPress language
|
|
||||||
$l_str_locale = apply_filters('plugin_locale', get_locale());
|
|
||||||
// check if WordPress language has a localization (e.g. "en_US" or "de_AT")
|
|
||||||
if (strpos($l_str_locale, "_") !== false) {
|
|
||||||
// remove localization code
|
|
||||||
$l_arr_languageCode = explode("_", $l_str_locale);
|
|
||||||
$l_str_languageCode = $l_arr_languageCode[0];
|
|
||||||
return $l_str_languageCode;
|
|
||||||
}
|
|
||||||
// return language code lowercase
|
|
||||||
return strtolower($l_str_locale);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
languages/de_DE.mo
Executable file
BIN
languages/de_DE.mo
Executable file
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: footnotes\n"
|
"Project-Id-Version: footnotes\n"
|
||||||
"POT-Creation-Date: 2014-10-07 13:02+0100\n"
|
"POT-Creation-Date: 2014-10-09 08:31+0100\n"
|
||||||
"PO-Revision-Date: 2014-10-07 13:02+0100\n"
|
"PO-Revision-Date: 2014-10-09 08:43+0100\n"
|
||||||
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
|
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
|
||||||
"Language-Team: SHE <s.herndler@methis.at>\n"
|
"Language-Team: SHE <s.herndler@methis.at>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
|
@ -20,29 +20,37 @@ msgstr ""
|
||||||
|
|
||||||
#: class/dashboard/init.php:151
|
#: class/dashboard/init.php:151
|
||||||
msgid "Take a look on other Plugins we have developed."
|
msgid "Take a look on other Plugins we have developed."
|
||||||
msgstr "Sehen Sie sich unsere weiteren WordPress Plugins an"
|
msgstr "Sehen Sie sich unsere weiteren WordPress Plugins an."
|
||||||
|
|
||||||
#: class/dashboard/init.php:157
|
#: class/dashboard/init.php:157
|
||||||
msgid "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
msgid "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
||||||
msgstr "Fehler beim Laden anderer WordPress Plugins von ManFisher!"
|
msgstr "Fehler beim Laden anderer WordPress Plugins von ManFisher!"
|
||||||
|
|
||||||
#: class/dashboard/init.php:178
|
#: class/dashboard/init.php:173
|
||||||
msgid "Install now"
|
msgid "Install now"
|
||||||
msgstr "Installieren"
|
msgstr "Installieren"
|
||||||
|
|
||||||
#: class/dashboard/init.php:179
|
#: class/dashboard/init.php:174
|
||||||
|
msgid "This Plugin is already installed and up to date."
|
||||||
|
msgstr "Das Plugin ist bereits installiert."
|
||||||
|
|
||||||
|
#: class/dashboard/init.php:174
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "bereits installiert"
|
||||||
|
|
||||||
|
#: class/dashboard/init.php:193
|
||||||
msgid "More Details"
|
msgid "More Details"
|
||||||
msgstr "weitere Details"
|
msgstr "weitere Details"
|
||||||
|
|
||||||
#: class/dashboard/init.php:180
|
#: class/dashboard/init.php:194
|
||||||
msgid "Last Updated"
|
msgid "Last Updated"
|
||||||
msgstr "zuletzt aktualisiert"
|
msgstr "zuletzt aktualisiert"
|
||||||
|
|
||||||
#: class/dashboard/init.php:235
|
#: class/dashboard/init.php:249
|
||||||
msgid "rating based on"
|
msgid "rating based on"
|
||||||
msgstr "Bewertung basierend auf"
|
msgstr "Bewertung basierend auf"
|
||||||
|
|
||||||
#: class/dashboard/init.php:235
|
#: class/dashboard/init.php:249
|
||||||
msgid "ratings"
|
msgid "ratings"
|
||||||
msgstr "Bewertungen"
|
msgstr "Bewertungen"
|
||||||
|
|
||||||
|
@ -103,151 +111,159 @@ msgstr "Einstellungen"
|
||||||
msgid "Customize"
|
msgid "Customize"
|
||||||
msgstr "Personalisieren"
|
msgstr "Personalisieren"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:62
|
#: class/dashboard/subpage-main.php:63
|
||||||
|
msgid "Expert mode"
|
||||||
|
msgstr "Experten Modus"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:65
|
||||||
msgid "How to"
|
msgid "How to"
|
||||||
msgstr "Hilfe"
|
msgstr "Hilfe"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:75
|
#: class/dashboard/subpage-main.php:78
|
||||||
msgid "References Container"
|
msgid "References Container"
|
||||||
msgstr "Einzelnachweise"
|
msgstr "Einzelnachweise"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:76
|
#: class/dashboard/subpage-main.php:79
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s styling"
|
msgid "%s styling"
|
||||||
msgstr "%s Design"
|
msgstr "%s Design"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:78
|
#: class/dashboard/subpage-main.php:81
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Andere"
|
msgstr "Andere"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:80
|
#: class/dashboard/subpage-main.php:83
|
||||||
msgid "Superscript layout"
|
msgid "Superscript layout"
|
||||||
msgstr "Layout des Fußnoten Index"
|
msgstr "Layout des Fußnoten Index"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:81
|
#: class/dashboard/subpage-main.php:84
|
||||||
msgid "Mouse-over box"
|
msgid "Mouse-over box"
|
||||||
msgstr "Tooltip Popup Fenster"
|
msgstr "Tooltip Popup Fenster"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:82
|
#: class/dashboard/subpage-main.php:85
|
||||||
msgid "Hyperlink symbol in the Reference container"
|
msgid "Hyperlink symbol in the Reference container"
|
||||||
msgstr "Einzelnachweis - Symbol für den Link zur Fußnote im Text"
|
msgstr "Einzelnachweis - Symbol für den Link zur Fußnote im Text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:83
|
#: class/dashboard/subpage-main.php:86
|
||||||
msgid "Add custom CSS to the public page"
|
msgid "Add custom CSS to the public page"
|
||||||
msgstr "Benutzerdefinierten CSS Code zu den veröffentlichten Seiten hinzufügen"
|
msgstr "Benutzerdefinierten CSS Code zu den veröffentlichten Seiten hinzufügen"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:85
|
#: class/dashboard/subpage-main.php:88
|
||||||
|
msgid "WordPress hooks to look for Footnote short codes"
|
||||||
|
msgstr "WordPress hooks in welchen nach Fußnoten gesucht wird"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:90
|
||||||
msgid "Brief introduction in how to use the plugin"
|
msgid "Brief introduction in how to use the plugin"
|
||||||
msgstr "Kurze Anleitung für die Verwendung des Plugins."
|
msgstr "Kurze Anleitung für die Verwendung des Plugins."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:86
|
#: class/dashboard/subpage-main.php:91
|
||||||
msgid "Help us to improve our Plugin"
|
msgid "Help us to improve our Plugin"
|
||||||
msgstr "Helfen Sie bei der weiteren Entwicklung des Plugins."
|
msgstr "Helfen Sie bei der weiteren Entwicklung des Plugins."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:99
|
#: class/dashboard/subpage-main.php:104
|
||||||
msgid "in the footer"
|
msgid "in the footer"
|
||||||
msgstr "am Ende der Seite"
|
msgstr "am Ende der Seite"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:100
|
#: class/dashboard/subpage-main.php:105
|
||||||
msgid "at the end of the post"
|
msgid "at the end of the post"
|
||||||
msgstr "nach einem Beitrag"
|
msgstr "nach einem Beitrag"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:101
|
#: class/dashboard/subpage-main.php:106
|
||||||
msgid "in the widget area"
|
msgid "in the widget area"
|
||||||
msgstr "im Widget"
|
msgstr "im Widget"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:109
|
#: class/dashboard/subpage-main.php:114
|
||||||
msgid "References label"
|
msgid "References label"
|
||||||
msgstr "Überschrift für den Einzelnachweis"
|
msgstr "Überschrift für den Einzelnachweis"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:112
|
#: class/dashboard/subpage-main.php:117
|
||||||
msgid "Collapse references by default"
|
msgid "Collapse references by default"
|
||||||
msgstr "Zeige Einzelnachweise zunächst zusammengeklappt"
|
msgstr "Zeige Einzelnachweise zunächst zusammengeklappt"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:115
|
#: class/dashboard/subpage-main.php:120
|
||||||
msgid "Where shall the reference container appear"
|
msgid "Where shall the reference container appear"
|
||||||
msgstr "Positionierung der Einzelnachweise"
|
msgstr "Positionierung der Einzelnachweise"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234
|
#: class/dashboard/subpage-main.php:139 class/dashboard/subpage-main.php:239
|
||||||
#: class/dashboard/subpage-main.php:283
|
#: class/dashboard/subpage-main.php:290
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Ja"
|
msgstr "Ja"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:135 class/dashboard/subpage-main.php:235
|
#: class/dashboard/subpage-main.php:140 class/dashboard/subpage-main.php:240
|
||||||
#: class/dashboard/subpage-main.php:284
|
#: class/dashboard/subpage-main.php:291
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nein"
|
msgstr "Nein"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:142 class/dashboard/subpage-main.php:149
|
#: class/dashboard/subpage-main.php:147 class/dashboard/subpage-main.php:154
|
||||||
msgid "user defined"
|
msgid "user defined"
|
||||||
msgstr "benutzerdefiniert"
|
msgstr "benutzerdefiniert"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:153
|
#: class/dashboard/subpage-main.php:158
|
||||||
msgid "Arabic Numbers - Plain"
|
msgid "Arabic Numbers - Plain"
|
||||||
msgstr "arabische Ziffern"
|
msgstr "arabische Ziffern"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:154
|
#: class/dashboard/subpage-main.php:159
|
||||||
msgid "Arabic Numbers - Leading 0"
|
msgid "Arabic Numbers - Leading 0"
|
||||||
msgstr "arabisch Ziffern - führende Null"
|
msgstr "arabisch Ziffern - führende Null"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:155
|
#: class/dashboard/subpage-main.php:160
|
||||||
msgid "Latin Character - lower case"
|
msgid "Latin Character - lower case"
|
||||||
msgstr "alphabetisch - Kleinschreibung"
|
msgstr "alphabetisch - Kleinschreibung"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:156
|
#: class/dashboard/subpage-main.php:161
|
||||||
msgid "Latin Character - upper case"
|
msgid "Latin Character - upper case"
|
||||||
msgstr "alphabetisch - Großschreibung"
|
msgstr "alphabetisch - Großschreibung"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:157
|
#: class/dashboard/subpage-main.php:162
|
||||||
msgid "Roman Numerals"
|
msgid "Roman Numerals"
|
||||||
msgstr "Römische Ziffern"
|
msgstr "Römische Ziffern"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:165
|
#: class/dashboard/subpage-main.php:170
|
||||||
msgid "Combine identical footnotes"
|
msgid "Combine identical footnotes"
|
||||||
msgstr "Kombiniere identische Fußnoten"
|
msgstr "Kombiniere identische Fußnoten"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:168
|
#: class/dashboard/subpage-main.php:173
|
||||||
msgid "Footnote tag starts with"
|
msgid "Footnote tag starts with"
|
||||||
msgstr "Start-Shortcode"
|
msgstr "Start-Shortcode"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:171
|
#: class/dashboard/subpage-main.php:176
|
||||||
msgid "and ends with"
|
msgid "and ends with"
|
||||||
msgstr "endet mit"
|
msgstr "endet mit"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:180
|
#: class/dashboard/subpage-main.php:185
|
||||||
msgid "Counter style"
|
msgid "Counter style"
|
||||||
msgstr "Fußnoten Zähler"
|
msgstr "Fußnoten Zähler"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:202 class/task.php:116
|
#: class/dashboard/subpage-main.php:207 class/task.php:109
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "I %s %s"
|
msgid "I %s %s"
|
||||||
msgstr "Ich %s %s"
|
msgstr "Ich %s %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:203 class/task.php:119
|
#: class/dashboard/subpage-main.php:208 class/task.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "this site uses the awesome %s Plugin"
|
msgid "this site uses the awesome %s Plugin"
|
||||||
msgstr "Diese Seite verwendet das Plugin %s"
|
msgstr "Diese Seite verwendet das Plugin %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:204 class/task.php:123
|
#: class/dashboard/subpage-main.php:209 class/task.php:116
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "extra smooth %s"
|
msgid "extra smooth %s"
|
||||||
msgstr "besonders feine %s"
|
msgstr "besonders feine %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:205
|
#: class/dashboard/subpage-main.php:210
|
||||||
msgid "random text"
|
msgid "random text"
|
||||||
msgstr "zufälliger Text"
|
msgstr "zufälliger Text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:206
|
#: class/dashboard/subpage-main.php:211
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Don't display a %s %s text in my footer."
|
msgid "Don't display a %s %s text in my footer."
|
||||||
msgstr "Verstecke %s %s am Ende meiner Seite."
|
msgstr "Verstecke %s %s am Ende meiner Seite."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:214
|
#: class/dashboard/subpage-main.php:219
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Tell the world you're using %s"
|
msgid "Tell the world you're using %s"
|
||||||
msgstr "Teilen Sie der Welt mit, dass Sie %s verwenden"
|
msgstr "Teilen Sie der Welt mit, dass Sie %s verwenden"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:217
|
#: class/dashboard/subpage-main.php:222
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Don't tell the world you're using %s on specific pages by adding the "
|
"Don't tell the world you're using %s on specific pages by adding the "
|
||||||
|
@ -256,90 +272,106 @@ msgstr ""
|
||||||
"Platzhalter um der Welt an einzelnen Seiten nicht mitzuteilen, dass Sie %s "
|
"Platzhalter um der Welt an einzelnen Seiten nicht mitzuteilen, dass Sie %s "
|
||||||
"verwenden:"
|
"verwenden:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:243
|
#: class/dashboard/subpage-main.php:248
|
||||||
msgid "Allow footnotes on Summarized Posts"
|
msgid "Allow footnotes on Summarized Posts"
|
||||||
msgstr "Erlaube Fußnoten in Zusammenfassungen"
|
msgstr "Erlaube Fußnoten in Zusammenfassungen"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:263
|
#: class/dashboard/subpage-main.php:250
|
||||||
|
msgid "Enable the Expert mode"
|
||||||
|
msgstr "Aktiviere den Experten Modus"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:270
|
||||||
msgid "Before Footnotes index"
|
msgid "Before Footnotes index"
|
||||||
msgstr "Symbol nach Fußnoten"
|
msgstr "Symbol nach Fußnoten"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:266
|
#: class/dashboard/subpage-main.php:273
|
||||||
msgid "After Footnotes index"
|
msgid "After Footnotes index"
|
||||||
msgstr "Symbole nach Fußnoten"
|
msgstr "Symbole nach Fußnoten"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:291
|
#: class/dashboard/subpage-main.php:298
|
||||||
msgid "Enable the mouse-over box"
|
msgid "Enable the mouse-over box"
|
||||||
msgstr "Aktiviere das Tooltip Popup Fenster"
|
msgstr "Aktiviere das Tooltip Popup Fenster"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:293
|
#: class/dashboard/subpage-main.php:300
|
||||||
msgid "Display only an excerpt"
|
msgid "Display only an excerpt"
|
||||||
msgstr "Zeigt nur eine Zusammenfassung"
|
msgstr "Zeigt nur eine Zusammenfassung"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:295
|
#: class/dashboard/subpage-main.php:302
|
||||||
msgid "Maximum characters for the excerpt"
|
msgid "Maximum characters for the excerpt"
|
||||||
msgstr "Maximale Zeichenlänge der Zusammenfasung"
|
msgstr "Maximale Zeichenlänge der Zusammenfasung"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:315
|
#: class/dashboard/subpage-main.php:322
|
||||||
msgid "Hyperlink symbol"
|
msgid "Hyperlink symbol"
|
||||||
msgstr "Symbol für den Hyperlink"
|
msgstr "Symbol für den Hyperlink"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:318
|
#: class/dashboard/subpage-main.php:325
|
||||||
msgid "or enter a user defined symbol"
|
msgid "or enter a user defined symbol"
|
||||||
msgstr "oder definieren Sie ein eigenes Symbol"
|
msgstr "oder definieren Sie ein eigenes Symbol"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:320
|
#: class/dashboard/subpage-main.php:327
|
||||||
msgid "if set it overrides the hyperlink symbol above"
|
msgid "if set it overrides the hyperlink symbol above"
|
||||||
msgstr "wenn gesetzt, wird das oben definierte Symbol überschrieben"
|
msgstr "wenn gesetzt, wird das oben definierte Symbol überschrieben"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:339
|
#: class/dashboard/subpage-main.php:346
|
||||||
msgid "Add custom CSS"
|
msgid "Add custom CSS"
|
||||||
msgstr "Benutzerdefinierter CSS Code"
|
msgstr "Benutzerdefinierter CSS Code"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:342
|
#: class/dashboard/subpage-main.php:349
|
||||||
msgid ""
|
msgid ""
|
||||||
"Available CSS classes to customize the footnotes and the reference container"
|
"Available CSS classes to customize the footnotes and the reference container"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verfügbare CSS Klassen um die Fußnoten und den Einzelnachweis zu "
|
"Verfügbare CSS Klassen um die Fußnoten und den Einzelnachweis zu "
|
||||||
"personalisieren"
|
"personalisieren"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:345
|
#: class/dashboard/subpage-main.php:352
|
||||||
msgid "inline footnotes"
|
msgid "inline footnotes"
|
||||||
msgstr "Fußnoten Index im veröffneltichten Text"
|
msgstr "Fußnoten Index im veröffneltichten Text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:348
|
#: class/dashboard/subpage-main.php:355
|
||||||
msgid "inline footnotes, mouse over highlight box"
|
msgid "inline footnotes, mouse over highlight box"
|
||||||
msgstr "Popup der Fußnote im veröffentlichten Text"
|
msgstr "Popup der Fußnote im veröffentlichten Text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:351
|
#: class/dashboard/subpage-main.php:358
|
||||||
msgid "reference container footnotes index"
|
msgid "reference container footnotes index"
|
||||||
msgstr "Einzelnachweis - Fußnote Index"
|
msgstr "Einzelnachweis - Fußnote Index"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:354
|
#: class/dashboard/subpage-main.php:361
|
||||||
msgid "reference container footnotes linked arrow"
|
msgid "reference container footnotes linked arrow"
|
||||||
msgstr "Einzelnachweiß - Symbol für den Link"
|
msgstr "Einzelnachweiß - Symbol für den Link"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:357
|
#: class/dashboard/subpage-main.php:364
|
||||||
msgid "reference container footnotes text"
|
msgid "reference container footnotes text"
|
||||||
msgstr "Einzelnachweis - Fußnote"
|
msgstr "Einzelnachweis - Fußnote"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:381
|
#: class/dashboard/subpage-main.php:383
|
||||||
|
msgid "WordPress hook function name"
|
||||||
|
msgstr "WordPress hook Name"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:384
|
||||||
|
msgid "Activate"
|
||||||
|
msgstr "Aktivieren"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:385
|
||||||
|
msgid "WordPress documentation"
|
||||||
|
msgstr "WordPress Dokumentation"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:433
|
||||||
msgid "example string"
|
msgid "example string"
|
||||||
msgstr "Beispieltext"
|
msgstr "Beispieltext"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:388
|
#: class/dashboard/subpage-main.php:440
|
||||||
msgid "Start your footnote with the following short code:"
|
msgid "Start your footnote with the following short code:"
|
||||||
msgstr "Starten Sie eine Fußnote mit dem folgenden Shortcode:"
|
msgstr "Starten Sie eine Fußnote mit dem folgenden Shortcode:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:391
|
#: class/dashboard/subpage-main.php:443
|
||||||
msgid "...and end your footnote with this short code:"
|
msgid "...and end your footnote with this short code:"
|
||||||
msgstr "...und beenden Sie diesen mit:"
|
msgstr "...und beenden Sie diesen mit:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:395
|
#: class/dashboard/subpage-main.php:447
|
||||||
msgid "will be displayed as:"
|
msgid "will be displayed as:"
|
||||||
msgstr "wird dargestellt als:"
|
msgstr "wird dargestellt als:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:398
|
#: class/dashboard/subpage-main.php:450
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"For further information please check out our %ssupport forum%s on WordPress."
|
"For further information please check out our %ssupport forum%s on WordPress."
|
||||||
|
@ -348,7 +380,7 @@ msgstr ""
|
||||||
"Für mehr Informationen besuchen Sie unser %sSupport Forum%s auf WordPress."
|
"Für mehr Informationen besuchen Sie unser %sSupport Forum%s auf WordPress."
|
||||||
"org."
|
"org."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:417
|
#: class/dashboard/subpage-main.php:469
|
||||||
msgid "Donate now"
|
msgid "Donate now"
|
||||||
msgstr "Jetzt spenden"
|
msgstr "Jetzt spenden"
|
||||||
|
|
||||||
|
@ -368,7 +400,7 @@ msgstr "Support"
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr "Spenden"
|
msgstr "Spenden"
|
||||||
|
|
||||||
#: class/task.php:271
|
#: class/task.php:303
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%scontinue%s"
|
msgid "%scontinue%s"
|
||||||
msgstr "%sweiter lesen%s"
|
msgstr "%sweiter lesen%s"
|
BIN
languages/en_GB.mo
Executable file
BIN
languages/en_GB.mo
Executable file
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: footnotes\n"
|
"Project-Id-Version: footnotes\n"
|
||||||
"POT-Creation-Date: 2014-10-07 12:55+0100\n"
|
"POT-Creation-Date: 2014-10-09 08:31+0100\n"
|
||||||
"PO-Revision-Date: 2014-10-07 12:55+0100\n"
|
"PO-Revision-Date: 2014-10-09 08:31+0100\n"
|
||||||
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
|
"Last-Translator: Stefan Herndler <support@herndler.org>\n"
|
||||||
"Language-Team: SHE <s.herndler@methis.at>\n"
|
"Language-Team: SHE <s.herndler@methis.at>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
|
@ -26,23 +26,31 @@ msgstr "Take a look at other Plugins we have developed."
|
||||||
msgid "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
msgid "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
||||||
msgstr "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
msgstr "Error loading other WordPress Plugins from Manfisher. Sorry!"
|
||||||
|
|
||||||
#: class/dashboard/init.php:178
|
#: class/dashboard/init.php:173
|
||||||
msgid "Install now"
|
msgid "Install now"
|
||||||
msgstr "Install now"
|
msgstr "Install now"
|
||||||
|
|
||||||
#: class/dashboard/init.php:179
|
#: class/dashboard/init.php:174
|
||||||
|
msgid "This Plugin is already installed and up to date."
|
||||||
|
msgstr "This Plugin is already installed and up to date."
|
||||||
|
|
||||||
|
#: class/dashboard/init.php:174
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "Installed"
|
||||||
|
|
||||||
|
#: class/dashboard/init.php:193
|
||||||
msgid "More Details"
|
msgid "More Details"
|
||||||
msgstr "More Details"
|
msgstr "More Details"
|
||||||
|
|
||||||
#: class/dashboard/init.php:180
|
#: class/dashboard/init.php:194
|
||||||
msgid "Last Updated"
|
msgid "Last Updated"
|
||||||
msgstr "Last Updated"
|
msgstr "Last Updated"
|
||||||
|
|
||||||
#: class/dashboard/init.php:235
|
#: class/dashboard/init.php:249
|
||||||
msgid "rating based on"
|
msgid "rating based on"
|
||||||
msgstr "rating based on"
|
msgstr "rating based on"
|
||||||
|
|
||||||
#: class/dashboard/init.php:235
|
#: class/dashboard/init.php:249
|
||||||
msgid "ratings"
|
msgid "ratings"
|
||||||
msgstr "ratings"
|
msgstr "ratings"
|
||||||
|
|
||||||
|
@ -103,151 +111,159 @@ msgstr "Settings"
|
||||||
msgid "Customize"
|
msgid "Customize"
|
||||||
msgstr "Customize"
|
msgstr "Customize"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:62
|
#: class/dashboard/subpage-main.php:63
|
||||||
|
msgid "Expert mode"
|
||||||
|
msgstr "Expert mode"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:65
|
||||||
msgid "How to"
|
msgid "How to"
|
||||||
msgstr "How to"
|
msgstr "How to"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:75
|
#: class/dashboard/subpage-main.php:78
|
||||||
msgid "References Container"
|
msgid "References Container"
|
||||||
msgstr "References Container"
|
msgstr "References Container"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:76
|
#: class/dashboard/subpage-main.php:79
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s styling"
|
msgid "%s styling"
|
||||||
msgstr "%s styling"
|
msgstr "%s styling"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:78
|
#: class/dashboard/subpage-main.php:81
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Other"
|
msgstr "Other"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:80
|
#: class/dashboard/subpage-main.php:83
|
||||||
msgid "Superscript layout"
|
msgid "Superscript layout"
|
||||||
msgstr "Superscript layout"
|
msgstr "Superscript layout"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:81
|
#: class/dashboard/subpage-main.php:84
|
||||||
msgid "Mouse-over box"
|
msgid "Mouse-over box"
|
||||||
msgstr "Mouse-over box"
|
msgstr "Mouse-over box"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:82
|
#: class/dashboard/subpage-main.php:85
|
||||||
msgid "Hyperlink symbol in the Reference container"
|
msgid "Hyperlink symbol in the Reference container"
|
||||||
msgstr "Hyperlink symbol in the Reference container"
|
msgstr "Hyperlink symbol in the Reference container"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:83
|
#: class/dashboard/subpage-main.php:86
|
||||||
msgid "Add custom CSS to the public page"
|
msgid "Add custom CSS to the public page"
|
||||||
msgstr "Add custom CSS to the public page"
|
msgstr "Add custom CSS to the public page"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:85
|
#: class/dashboard/subpage-main.php:88
|
||||||
|
msgid "WordPress hooks to look for Footnote short codes"
|
||||||
|
msgstr "WordPress hooks to look for Footnote short codes"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:90
|
||||||
msgid "Brief introduction in how to use the plugin"
|
msgid "Brief introduction in how to use the plugin"
|
||||||
msgstr "Brief introduction in how to use the plugin"
|
msgstr "Brief introduction in how to use the plugin"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:86
|
#: class/dashboard/subpage-main.php:91
|
||||||
msgid "Help us to improve our Plugin"
|
msgid "Help us to improve our Plugin"
|
||||||
msgstr "Help us to improve our Plugin"
|
msgstr "Help us to improve our Plugin"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:99
|
#: class/dashboard/subpage-main.php:104
|
||||||
msgid "in the footer"
|
msgid "in the footer"
|
||||||
msgstr "in the footer"
|
msgstr "in the footer"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:100
|
#: class/dashboard/subpage-main.php:105
|
||||||
msgid "at the end of the post"
|
msgid "at the end of the post"
|
||||||
msgstr "at the end of the post"
|
msgstr "at the end of the post"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:101
|
#: class/dashboard/subpage-main.php:106
|
||||||
msgid "in the widget area"
|
msgid "in the widget area"
|
||||||
msgstr "in the widget area"
|
msgstr "in the widget area"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:109
|
#: class/dashboard/subpage-main.php:114
|
||||||
msgid "References label"
|
msgid "References label"
|
||||||
msgstr "References label"
|
msgstr "References label"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:112
|
#: class/dashboard/subpage-main.php:117
|
||||||
msgid "Collapse references by default"
|
msgid "Collapse references by default"
|
||||||
msgstr "Collapse references by default"
|
msgstr "Collapse references by default"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:115
|
#: class/dashboard/subpage-main.php:120
|
||||||
msgid "Where shall the reference container appear"
|
msgid "Where shall the reference container appear"
|
||||||
msgstr "Where shall the reference container appear"
|
msgstr "Where shall the reference container appear"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234
|
#: class/dashboard/subpage-main.php:139 class/dashboard/subpage-main.php:239
|
||||||
#: class/dashboard/subpage-main.php:283
|
#: class/dashboard/subpage-main.php:290
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Yes"
|
msgstr "Yes"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:135 class/dashboard/subpage-main.php:235
|
#: class/dashboard/subpage-main.php:140 class/dashboard/subpage-main.php:240
|
||||||
#: class/dashboard/subpage-main.php:284
|
#: class/dashboard/subpage-main.php:291
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "No"
|
msgstr "No"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:142 class/dashboard/subpage-main.php:149
|
#: class/dashboard/subpage-main.php:147 class/dashboard/subpage-main.php:154
|
||||||
msgid "user defined"
|
msgid "user defined"
|
||||||
msgstr "user defined"
|
msgstr "user defined"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:153
|
#: class/dashboard/subpage-main.php:158
|
||||||
msgid "Arabic Numbers - Plain"
|
msgid "Arabic Numbers - Plain"
|
||||||
msgstr "Arabic Numbers - Plain"
|
msgstr "Arabic Numbers - Plain"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:154
|
#: class/dashboard/subpage-main.php:159
|
||||||
msgid "Arabic Numbers - Leading 0"
|
msgid "Arabic Numbers - Leading 0"
|
||||||
msgstr "Arabic Numbers - Leading 0"
|
msgstr "Arabic Numbers - Leading 0"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:155
|
#: class/dashboard/subpage-main.php:160
|
||||||
msgid "Latin Character - lower case"
|
msgid "Latin Character - lower case"
|
||||||
msgstr "Latin Character - lower case"
|
msgstr "Latin Character - lower case"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:156
|
#: class/dashboard/subpage-main.php:161
|
||||||
msgid "Latin Character - upper case"
|
msgid "Latin Character - upper case"
|
||||||
msgstr "Latin Character - upper case"
|
msgstr "Latin Character - upper case"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:157
|
#: class/dashboard/subpage-main.php:162
|
||||||
msgid "Roman Numerals"
|
msgid "Roman Numerals"
|
||||||
msgstr "Roman Numerals"
|
msgstr "Roman Numerals"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:165
|
#: class/dashboard/subpage-main.php:170
|
||||||
msgid "Combine identical footnotes"
|
msgid "Combine identical footnotes"
|
||||||
msgstr "Combine identical footnotes"
|
msgstr "Combine identical footnotes"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:168
|
#: class/dashboard/subpage-main.php:173
|
||||||
msgid "Footnote tag starts with"
|
msgid "Footnote tag starts with"
|
||||||
msgstr "Footnote tag starts with"
|
msgstr "Footnote tag starts with"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:171
|
#: class/dashboard/subpage-main.php:176
|
||||||
msgid "and ends with"
|
msgid "and ends with"
|
||||||
msgstr "and ends with"
|
msgstr "and ends with"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:180
|
#: class/dashboard/subpage-main.php:185
|
||||||
msgid "Counter style"
|
msgid "Counter style"
|
||||||
msgstr "Counter style"
|
msgstr "Counter style"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:202 class/task.php:116
|
#: class/dashboard/subpage-main.php:207 class/task.php:109
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "I %s %s"
|
msgid "I %s %s"
|
||||||
msgstr "I %s %s"
|
msgstr "I %s %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:203 class/task.php:119
|
#: class/dashboard/subpage-main.php:208 class/task.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "this site uses the awesome %s Plugin"
|
msgid "this site uses the awesome %s Plugin"
|
||||||
msgstr "this site uses the awesome %s Plugin"
|
msgstr "this site uses the awesome %s Plugin"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:204 class/task.php:123
|
#: class/dashboard/subpage-main.php:209 class/task.php:116
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "extra smooth %s"
|
msgid "extra smooth %s"
|
||||||
msgstr "extra smooth %s"
|
msgstr "extra smooth %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:205
|
#: class/dashboard/subpage-main.php:210
|
||||||
msgid "random text"
|
msgid "random text"
|
||||||
msgstr "random text"
|
msgstr "random text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:206
|
#: class/dashboard/subpage-main.php:211
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Don't display a %s %s text in my footer."
|
msgid "Don't display a %s %s text in my footer."
|
||||||
msgstr "Don't display a %s %s text in my footer."
|
msgstr "Don't display a %s %s text in my footer."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:214
|
#: class/dashboard/subpage-main.php:219
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Tell the world you're using %s"
|
msgid "Tell the world you're using %s"
|
||||||
msgstr "Tell the world you're using %s"
|
msgstr "Tell the world you're using %s"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:217
|
#: class/dashboard/subpage-main.php:222
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Don't tell the world you're using %s on specific pages by adding the "
|
"Don't tell the world you're using %s on specific pages by adding the "
|
||||||
|
@ -256,89 +272,105 @@ msgstr ""
|
||||||
"Don't tell the world you're using %s on specific pages by adding the "
|
"Don't tell the world you're using %s on specific pages by adding the "
|
||||||
"following short code:"
|
"following short code:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:243
|
#: class/dashboard/subpage-main.php:248
|
||||||
msgid "Allow footnotes on Summarized Posts"
|
msgid "Allow footnotes on Summarized Posts"
|
||||||
msgstr "Allow footnotes on Summarized Posts"
|
msgstr "Allow footnotes on Summarized Posts"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:263
|
#: class/dashboard/subpage-main.php:250
|
||||||
|
msgid "Enable the Expert mode"
|
||||||
|
msgstr "Enable the Expert mode"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:270
|
||||||
msgid "Before Footnotes index"
|
msgid "Before Footnotes index"
|
||||||
msgstr "Before Footnotes index"
|
msgstr "Before Footnotes index"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:266
|
#: class/dashboard/subpage-main.php:273
|
||||||
msgid "After Footnotes index"
|
msgid "After Footnotes index"
|
||||||
msgstr "After Footnotes index"
|
msgstr "After Footnotes index"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:291
|
#: class/dashboard/subpage-main.php:298
|
||||||
msgid "Enable the mouse-over box"
|
msgid "Enable the mouse-over box"
|
||||||
msgstr "Enable the mouse-over box"
|
msgstr "Enable the mouse-over box"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:293
|
#: class/dashboard/subpage-main.php:300
|
||||||
msgid "Display only an excerpt"
|
msgid "Display only an excerpt"
|
||||||
msgstr "Display only an excerpt"
|
msgstr "Display only an excerpt"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:295
|
#: class/dashboard/subpage-main.php:302
|
||||||
msgid "Maximum characters for the excerpt"
|
msgid "Maximum characters for the excerpt"
|
||||||
msgstr "Maximum characters for the excerpt"
|
msgstr "Maximum characters for the excerpt"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:315
|
#: class/dashboard/subpage-main.php:322
|
||||||
msgid "Hyperlink symbol"
|
msgid "Hyperlink symbol"
|
||||||
msgstr "Hyperlink symbol"
|
msgstr "Hyperlink symbol"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:318
|
#: class/dashboard/subpage-main.php:325
|
||||||
msgid "or enter a user defined symbol"
|
msgid "or enter a user defined symbol"
|
||||||
msgstr "or enter a user defined symbol"
|
msgstr "or enter a user defined symbol"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:320
|
#: class/dashboard/subpage-main.php:327
|
||||||
msgid "if set it overrides the hyperlink symbol above"
|
msgid "if set it overrides the hyperlink symbol above"
|
||||||
msgstr "if set it overrides the hyperlink symbol above"
|
msgstr "if set it overrides the hyperlink symbol above"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:339
|
#: class/dashboard/subpage-main.php:346
|
||||||
msgid "Add custom CSS"
|
msgid "Add custom CSS"
|
||||||
msgstr "Add custom CSS"
|
msgstr "Add custom CSS"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:342
|
#: class/dashboard/subpage-main.php:349
|
||||||
msgid ""
|
msgid ""
|
||||||
"Available CSS classes to customize the footnotes and the reference container"
|
"Available CSS classes to customize the footnotes and the reference container"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Available CSS classes to customize the footnotes and the reference container"
|
"Available CSS classes to customize the footnotes and the reference container"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:345
|
#: class/dashboard/subpage-main.php:352
|
||||||
msgid "inline footnotes"
|
msgid "inline footnotes"
|
||||||
msgstr "inline footnotes"
|
msgstr "inline footnotes"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:348
|
#: class/dashboard/subpage-main.php:355
|
||||||
msgid "inline footnotes, mouse over highlight box"
|
msgid "inline footnotes, mouse over highlight box"
|
||||||
msgstr "inline footnotes, mouse over highlight box"
|
msgstr "inline footnotes, mouse over highlight box"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:351
|
#: class/dashboard/subpage-main.php:358
|
||||||
msgid "reference container footnotes index"
|
msgid "reference container footnotes index"
|
||||||
msgstr "reference container footnotes index"
|
msgstr "reference container footnotes index"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:354
|
#: class/dashboard/subpage-main.php:361
|
||||||
msgid "reference container footnotes linked arrow"
|
msgid "reference container footnotes linked arrow"
|
||||||
msgstr "reference container footnotes linked arrow"
|
msgstr "reference container footnotes linked arrow"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:357
|
#: class/dashboard/subpage-main.php:364
|
||||||
msgid "reference container footnotes text"
|
msgid "reference container footnotes text"
|
||||||
msgstr "reference container footnotes text"
|
msgstr "reference container footnotes text"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:381
|
#: class/dashboard/subpage-main.php:383
|
||||||
|
msgid "WordPress hook function name"
|
||||||
|
msgstr "WordPress hook function name"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:384
|
||||||
|
msgid "Activate"
|
||||||
|
msgstr "Activate"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:385
|
||||||
|
msgid "WordPress documentation"
|
||||||
|
msgstr "WordPress documentation"
|
||||||
|
|
||||||
|
#: class/dashboard/subpage-main.php:433
|
||||||
msgid "example string"
|
msgid "example string"
|
||||||
msgstr "example string"
|
msgstr "example string"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:388
|
#: class/dashboard/subpage-main.php:440
|
||||||
msgid "Start your footnote with the following short code:"
|
msgid "Start your footnote with the following short code:"
|
||||||
msgstr "Start your footnote with the following short code:"
|
msgstr "Start your footnote with the following short code:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:391
|
#: class/dashboard/subpage-main.php:443
|
||||||
msgid "...and end your footnote with this short code:"
|
msgid "...and end your footnote with this short code:"
|
||||||
msgstr "...and end your footnote with this short code:"
|
msgstr "...and end your footnote with this short code:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:395
|
#: class/dashboard/subpage-main.php:447
|
||||||
msgid "will be displayed as:"
|
msgid "will be displayed as:"
|
||||||
msgstr "will be displayed as:"
|
msgstr "will be displayed as:"
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:398
|
#: class/dashboard/subpage-main.php:450
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"For further information please check out our %ssupport forum%s on WordPress."
|
"For further information please check out our %ssupport forum%s on WordPress."
|
||||||
|
@ -347,7 +379,7 @@ msgstr ""
|
||||||
"For further information please check out our %ssupport forum%s on WordPress."
|
"For further information please check out our %ssupport forum%s on WordPress."
|
||||||
"org."
|
"org."
|
||||||
|
|
||||||
#: class/dashboard/subpage-main.php:417
|
#: class/dashboard/subpage-main.php:469
|
||||||
msgid "Donate now"
|
msgid "Donate now"
|
||||||
msgstr "Donate now"
|
msgstr "Donate now"
|
||||||
|
|
||||||
|
@ -367,7 +399,7 @@ msgstr "Support"
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr "Donate"
|
msgstr "Donate"
|
||||||
|
|
||||||
#: class/task.php:271
|
#: class/task.php:303
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%scontinue%s"
|
msgid "%scontinue%s"
|
||||||
msgstr "%scontinue%s"
|
msgstr "%scontinue%s"
|
Binary file not shown.
Binary file not shown.
|
@ -84,6 +84,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.5.6 =
|
||||||
|
- Update: Translation file names
|
||||||
|
- Update: Translation EN and DE
|
||||||
|
|
||||||
= 1.5.5 =
|
= 1.5.5 =
|
||||||
- Add: Expert mode setting
|
- Add: Expert mode setting
|
||||||
- Add: Activation and Deactivation of WordPress hooks to look for Footnotes (expert mode)
|
- Add: Activation and Deactivation of WordPress hooks to look for Footnotes (expert mode)
|
||||||
|
|
Reference in a new issue