From 4bab3c2f68441f3dd309e9417e83b1f99eabb5fa Mon Sep 17 00:00:00 2001 From: Aricura Date: Thu, 9 Oct 2014 06:54:52 +0000 Subject: [PATCH] - 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 --- class/language.php | 31 +---- languages/de_DE.mo | Bin 0 -> 7806 bytes languages/{footnotes-de.po => de_DE.po} | 168 ++++++++++++++---------- languages/en_GB.mo | Bin 0 -> 7466 bytes languages/{footnotes-en.po => en_GB.po} | 166 +++++++++++++---------- languages/footnotes-de.mo | Bin 7206 -> 0 bytes languages/footnotes-en.mo | Bin 6872 -> 0 bytes readme.txt | 4 + 8 files changed, 206 insertions(+), 163 deletions(-) create mode 100755 languages/de_DE.mo rename languages/{footnotes-de.po => de_DE.po} (72%) create mode 100755 languages/en_GB.mo rename languages/{footnotes-en.po => en_GB.po} (73%) delete mode 100755 languages/footnotes-de.mo delete mode 100755 languages/footnotes-en.mo diff --git a/class/language.php b/class/language.php index 743d8c0..f115e40 100644 --- a/class/language.php +++ b/class/language.php @@ -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 * @since 1.5.0 @@ -34,12 +34,8 @@ class MCI_Footnotes_Language { if (self::load(apply_filters('plugin_locale', get_locale()))) { return; } - // language file without localization exists - if (self::load(self::getLanguageCode())) { - return; - } // 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) { return load_textdomain(MCI_Footnotes_Config::C_STR_PLUGIN_NAME, - dirname(__FILE__) . "/../languages/" . MCI_Footnotes_Config::C_STR_PLUGIN_NAME . "-" . $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); + dirname(__FILE__) . "/../languages/" . $p_str_LanguageCode . '.mo'); } } \ No newline at end of file diff --git a/languages/de_DE.mo b/languages/de_DE.mo new file mode 100755 index 0000000000000000000000000000000000000000..4e9c37a63aeab6c1187daea83dafdc5ac83c9e55 GIT binary patch literal 7806 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\n" "Language-Team: SHE \n" "Language: de\n" @@ -20,29 +20,37 @@ msgstr "" #: class/dashboard/init.php:151 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 msgid "Error loading other WordPress Plugins from Manfisher. Sorry!" msgstr "Fehler beim Laden anderer WordPress Plugins von ManFisher!" -#: class/dashboard/init.php:178 +#: class/dashboard/init.php:173 msgid "Install now" 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" msgstr "weitere Details" -#: class/dashboard/init.php:180 +#: class/dashboard/init.php:194 msgid "Last Updated" msgstr "zuletzt aktualisiert" -#: class/dashboard/init.php:235 +#: class/dashboard/init.php:249 msgid "rating based on" msgstr "Bewertung basierend auf" -#: class/dashboard/init.php:235 +#: class/dashboard/init.php:249 msgid "ratings" msgstr "Bewertungen" @@ -103,151 +111,159 @@ msgstr "Einstellungen" msgid "Customize" 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" msgstr "Hilfe" -#: class/dashboard/subpage-main.php:75 +#: class/dashboard/subpage-main.php:78 msgid "References Container" msgstr "Einzelnachweise" -#: class/dashboard/subpage-main.php:76 +#: class/dashboard/subpage-main.php:79 #, php-format msgid "%s styling" msgstr "%s Design" -#: class/dashboard/subpage-main.php:78 +#: class/dashboard/subpage-main.php:81 msgid "Other" msgstr "Andere" -#: class/dashboard/subpage-main.php:80 +#: class/dashboard/subpage-main.php:83 msgid "Superscript layout" msgstr "Layout des Fußnoten Index" -#: class/dashboard/subpage-main.php:81 +#: class/dashboard/subpage-main.php:84 msgid "Mouse-over box" msgstr "Tooltip Popup Fenster" -#: class/dashboard/subpage-main.php:82 +#: class/dashboard/subpage-main.php:85 msgid "Hyperlink symbol in the Reference container" 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" 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" 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" 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" msgstr "am Ende der Seite" -#: class/dashboard/subpage-main.php:100 +#: class/dashboard/subpage-main.php:105 msgid "at the end of the post" msgstr "nach einem Beitrag" -#: class/dashboard/subpage-main.php:101 +#: class/dashboard/subpage-main.php:106 msgid "in the widget area" msgstr "im Widget" -#: class/dashboard/subpage-main.php:109 +#: class/dashboard/subpage-main.php:114 msgid "References label" msgstr "Überschrift für den Einzelnachweis" -#: class/dashboard/subpage-main.php:112 +#: class/dashboard/subpage-main.php:117 msgid "Collapse references by default" 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" msgstr "Positionierung der Einzelnachweise" -#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234 -#: class/dashboard/subpage-main.php:283 +#: class/dashboard/subpage-main.php:139 class/dashboard/subpage-main.php:239 +#: class/dashboard/subpage-main.php:290 msgid "Yes" msgstr "Ja" -#: class/dashboard/subpage-main.php:135 class/dashboard/subpage-main.php:235 -#: class/dashboard/subpage-main.php:284 +#: class/dashboard/subpage-main.php:140 class/dashboard/subpage-main.php:240 +#: class/dashboard/subpage-main.php:291 msgid "No" 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" msgstr "benutzerdefiniert" -#: class/dashboard/subpage-main.php:153 +#: class/dashboard/subpage-main.php:158 msgid "Arabic Numbers - Plain" msgstr "arabische Ziffern" -#: class/dashboard/subpage-main.php:154 +#: class/dashboard/subpage-main.php:159 msgid "Arabic Numbers - Leading 0" msgstr "arabisch Ziffern - führende Null" -#: class/dashboard/subpage-main.php:155 +#: class/dashboard/subpage-main.php:160 msgid "Latin Character - lower case" msgstr "alphabetisch - Kleinschreibung" -#: class/dashboard/subpage-main.php:156 +#: class/dashboard/subpage-main.php:161 msgid "Latin Character - upper case" msgstr "alphabetisch - Großschreibung" -#: class/dashboard/subpage-main.php:157 +#: class/dashboard/subpage-main.php:162 msgid "Roman Numerals" msgstr "Römische Ziffern" -#: class/dashboard/subpage-main.php:165 +#: class/dashboard/subpage-main.php:170 msgid "Combine identical footnotes" msgstr "Kombiniere identische Fußnoten" -#: class/dashboard/subpage-main.php:168 +#: class/dashboard/subpage-main.php:173 msgid "Footnote tag starts with" msgstr "Start-Shortcode" -#: class/dashboard/subpage-main.php:171 +#: class/dashboard/subpage-main.php:176 msgid "and ends with" msgstr "endet mit" -#: class/dashboard/subpage-main.php:180 +#: class/dashboard/subpage-main.php:185 msgid "Counter style" 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 msgid "I %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 msgid "this site uses the awesome %s Plugin" 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 msgid "extra smooth %s" msgstr "besonders feine %s" -#: class/dashboard/subpage-main.php:205 +#: class/dashboard/subpage-main.php:210 msgid "random text" msgstr "zufälliger Text" -#: class/dashboard/subpage-main.php:206 +#: class/dashboard/subpage-main.php:211 #, php-format msgid "Don't display a %s %s text in my footer." msgstr "Verstecke %s %s am Ende meiner Seite." -#: class/dashboard/subpage-main.php:214 +#: class/dashboard/subpage-main.php:219 #, php-format msgid "Tell the world you're using %s" msgstr "Teilen Sie der Welt mit, dass Sie %s verwenden" -#: class/dashboard/subpage-main.php:217 +#: class/dashboard/subpage-main.php:222 #, php-format msgid "" "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 " "verwenden:" -#: class/dashboard/subpage-main.php:243 +#: class/dashboard/subpage-main.php:248 msgid "Allow footnotes on Summarized Posts" 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" msgstr "Symbol nach Fußnoten" -#: class/dashboard/subpage-main.php:266 +#: class/dashboard/subpage-main.php:273 msgid "After Footnotes index" msgstr "Symbole nach Fußnoten" -#: class/dashboard/subpage-main.php:291 +#: class/dashboard/subpage-main.php:298 msgid "Enable the mouse-over box" msgstr "Aktiviere das Tooltip Popup Fenster" -#: class/dashboard/subpage-main.php:293 +#: class/dashboard/subpage-main.php:300 msgid "Display only an excerpt" msgstr "Zeigt nur eine Zusammenfassung" -#: class/dashboard/subpage-main.php:295 +#: class/dashboard/subpage-main.php:302 msgid "Maximum characters for the excerpt" msgstr "Maximale Zeichenlänge der Zusammenfasung" -#: class/dashboard/subpage-main.php:315 +#: class/dashboard/subpage-main.php:322 msgid "Hyperlink symbol" 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" 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" 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" msgstr "Benutzerdefinierter CSS Code" -#: class/dashboard/subpage-main.php:342 +#: class/dashboard/subpage-main.php:349 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:345 +#: class/dashboard/subpage-main.php:352 msgid "inline footnotes" 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" 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" msgstr "Einzelnachweis - Fußnote Index" -#: class/dashboard/subpage-main.php:354 +#: class/dashboard/subpage-main.php:361 msgid "reference container footnotes linked arrow" msgstr "Einzelnachweiß - Symbol für den Link" -#: class/dashboard/subpage-main.php:357 +#: class/dashboard/subpage-main.php:364 msgid "reference container footnotes text" 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" msgstr "Beispieltext" -#: class/dashboard/subpage-main.php:388 +#: class/dashboard/subpage-main.php:440 msgid "Start your footnote with the following short code:" 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:" msgstr "...und beenden Sie diesen mit:" -#: class/dashboard/subpage-main.php:395 +#: class/dashboard/subpage-main.php:447 msgid "will be displayed as:" msgstr "wird dargestellt als:" -#: class/dashboard/subpage-main.php:398 +#: class/dashboard/subpage-main.php:450 #, php-format msgid "" "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." "org." -#: class/dashboard/subpage-main.php:417 +#: class/dashboard/subpage-main.php:469 msgid "Donate now" msgstr "Jetzt spenden" @@ -368,7 +400,7 @@ msgstr "Support" msgid "Donate" msgstr "Spenden" -#: class/task.php:271 +#: class/task.php:303 #, php-format msgid "%scontinue%s" msgstr "%sweiter lesen%s" diff --git a/languages/en_GB.mo b/languages/en_GB.mo new file mode 100755 index 0000000000000000000000000000000000000000..60914d8b988305abd3735489a1d78f7ba86980cc GIT binary patch literal 7466 zcmeI0ZHy#E8OIAaL>HA8PhLc{4m=Ooo4MKJfV){vx!c>jJ=lfuc9-Ktvh>c>?6maD z(A~4MgC-cGCK?S12}BcOBt~N(A! zyaqO416~Xth8pKf@ND=L9EU%IxWb&q;<+_vLQF8{L;lP*e&o+;$s6Fg)I0DJ_;$#j z`AEq}q5StGJQY3-6@ssq?caf#=cjNh{2i1%a*p0R2kN+NL)OtS!XW`RjeJh>EsgFag=QxzkSE1H_Ka`F>3boEhp#1(>D7}6Q zO6O-XxOBb;N}u;Z+5aHq&pgbJbp9mNd(S|PcNT+5=NG{S+ykZa_dt#FF^G%IBT#mJ z9?HMJhI;>xQ1<-;${(jQnDlUN$z4$Kn}zcK5>&r;mAntie-AKKUTIs4mHnL zATBfChO+0`^7&uN=UZ5u;&L|Bco#zH{4%KdZ-=rwg1g`1GkKH1kfVb$tk`-xE+e{}q(Z{|2Rxe?sYeoFFQGi%|Y=LfLf>luq9V)&Ij#{k{fe z=MSLP_Z-yxe}}SjJCn-~hoIhXK&|IaD4lhn`hNh*&z~!w{}@W=KZo-B83Y%}n62;> zcs=Dd$~5I_ipG>Zx)g`w`Caj|2#|m7SJ|+aBJD{R3zS0?T{lp)HeJ%v@H)Vae5N=~ z4jbVdMQeB?KM9TfRXvDCGla)d${%~6Upskq5!+Hb>4 zzSSjPyoFMy5VHJ2O3%9#$1NLLX1IS7n4h{ zt~l+WD84sR-b&H6pJH`WUW(sA%1+9gDbkZ-eLH1%A(K3=!@9I~6=fe~PuVyDm7`v- z`u5bO*&y(v6>ghxl=)H5ZBI?LTJ@rqb(BHeOKdxivnbA-?fY5BW*wjRI&qTOX54ah zbD){|t6t`c8)p|fE~L_G*=8@z;?Pdb&%dB*vzT$5?e>-fziGSP3NN%Xm)OJQT&eY= zmRmCif*|gXEJ$q}+4)`=dWnCJYuQGeW~n)lc*~4(V=r8GNop&0)_E;fWosusY6PAi znFFhyA9%}wlWn#ccxmcV8C6)!*tvPbg{M~jkim&-yTnCJ$J(Qep0yI}SHMPb-%Lk& zSoO;ETGt`c5Rqvpxd zh)6FiJTtPV8Ye4NGvk6To|BIJu$!=y{MEu%Gm|UK%nVpPd;2b%4#MR)IH5sNlADg5 zMAAo#XquxD3n6auY?Qubh)R|&oN;g%rNM^C*{U|fXiIQVqOKCFXWD|Sn#!Jj- zC)ifpBp~EqnY^LBBPX?cQIT=;Ag#ZohxxwAT`6gecI|pvNjHo(6w0kGHMhn+W@RsA zg~JI~=%><=R+aR$o%CtULs-qbhoob>?1+|J4w&-V_T*RuSmZ7`j&wpFqv^{ zUP#6uvm^+PYL<954f$Ml*sP`uj87K9=7cXr5!B8L(tstsuR2rieSP5AA!ThtL}?;- zNUFuBp9x;ju#?29uUMW)JN`;1ps-j{DsCk(3a`F%Nhz|{FcBrJmu#vpg-Mh>R_rp# zg5^eKJvAqjz{nO`91UK)k5ZpxM|$u7m*H|tQpXp)m6{@kKBpaQFMR0rT^ff@IkC*K z8<%DJKDs5y<)=`SrghUu;wTQLE9ha?GvzQrV04Q%9Gwf3(gC9Yi63B)nT9OLMMMzy==W_o#2km9i5wAU)MynHm3YZ z)GG@JuAT>X7iSJXn#_|qNn`)w!r{u^^?tII!&GHD;uwht>UQt4pN-v8IpR1~6^m%Z zu7#v0s#jO{@ua9$4x*N>mv!p4T3v6Q=kwWg`VcW$-4?Tr-nqdI`W#)-SwH3B($eIT zn_Pg9Syq_ z#c{WoGg>PuR~GXuEk&eb331eC46X6Ksc?J<)4Gkic{Sa?d(sxS`!9>^w*7YE^2rTO zAW1em4V+V{;hr&rW;f6Hn`ivN<{5wUjQ{+9wr-yB_3!wUv-bbp8J{EI<{3XtH_!N+ UXZ#cYb7K7z&3^*?Z_oJu29lyA;Q#;t literal 0 HcmV?d00001 diff --git a/languages/footnotes-en.po b/languages/en_GB.po similarity index 73% rename from languages/footnotes-en.po rename to languages/en_GB.po index c463280..a25e0ea 100755 --- a/languages/footnotes-en.po +++ b/languages/en_GB.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: footnotes\n" -"POT-Creation-Date: 2014-10-07 12:55+0100\n" -"PO-Revision-Date: 2014-10-07 12:55+0100\n" +"POT-Creation-Date: 2014-10-09 08:31+0100\n" +"PO-Revision-Date: 2014-10-09 08:31+0100\n" "Last-Translator: Stefan Herndler \n" "Language-Team: SHE \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!" msgstr "Error loading other WordPress Plugins from Manfisher. Sorry!" -#: class/dashboard/init.php:178 +#: class/dashboard/init.php:173 msgid "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" msgstr "More Details" -#: class/dashboard/init.php:180 +#: class/dashboard/init.php:194 msgid "Last Updated" msgstr "Last Updated" -#: class/dashboard/init.php:235 +#: class/dashboard/init.php:249 msgid "rating based on" msgstr "rating based on" -#: class/dashboard/init.php:235 +#: class/dashboard/init.php:249 msgid "ratings" msgstr "ratings" @@ -103,151 +111,159 @@ msgstr "Settings" msgid "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" msgstr "How to" -#: class/dashboard/subpage-main.php:75 +#: class/dashboard/subpage-main.php:78 msgid "References Container" msgstr "References Container" -#: class/dashboard/subpage-main.php:76 +#: class/dashboard/subpage-main.php:79 #, php-format msgid "%s styling" msgstr "%s styling" -#: class/dashboard/subpage-main.php:78 +#: class/dashboard/subpage-main.php:81 msgid "Other" msgstr "Other" -#: class/dashboard/subpage-main.php:80 +#: class/dashboard/subpage-main.php:83 msgid "Superscript layout" msgstr "Superscript layout" -#: class/dashboard/subpage-main.php:81 +#: class/dashboard/subpage-main.php:84 msgid "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" 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" 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" 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" msgstr "Help us to improve our Plugin" -#: class/dashboard/subpage-main.php:99 +#: class/dashboard/subpage-main.php:104 msgid "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" msgstr "at the end of the post" -#: class/dashboard/subpage-main.php:101 +#: class/dashboard/subpage-main.php:106 msgid "in the widget area" msgstr "in the widget area" -#: class/dashboard/subpage-main.php:109 +#: class/dashboard/subpage-main.php:114 msgid "References label" msgstr "References label" -#: class/dashboard/subpage-main.php:112 +#: class/dashboard/subpage-main.php:117 msgid "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" msgstr "Where shall the reference container appear" -#: class/dashboard/subpage-main.php:134 class/dashboard/subpage-main.php:234 -#: class/dashboard/subpage-main.php:283 +#: class/dashboard/subpage-main.php:139 class/dashboard/subpage-main.php:239 +#: class/dashboard/subpage-main.php:290 msgid "Yes" msgstr "Yes" -#: class/dashboard/subpage-main.php:135 class/dashboard/subpage-main.php:235 -#: class/dashboard/subpage-main.php:284 +#: class/dashboard/subpage-main.php:140 class/dashboard/subpage-main.php:240 +#: class/dashboard/subpage-main.php:291 msgid "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" msgstr "user defined" -#: class/dashboard/subpage-main.php:153 +#: class/dashboard/subpage-main.php:158 msgid "Arabic Numbers - Plain" msgstr "Arabic Numbers - Plain" -#: class/dashboard/subpage-main.php:154 +#: class/dashboard/subpage-main.php:159 msgid "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" msgstr "Latin Character - lower case" -#: class/dashboard/subpage-main.php:156 +#: class/dashboard/subpage-main.php:161 msgid "Latin Character - upper case" msgstr "Latin Character - upper case" -#: class/dashboard/subpage-main.php:157 +#: class/dashboard/subpage-main.php:162 msgid "Roman Numerals" msgstr "Roman Numerals" -#: class/dashboard/subpage-main.php:165 +#: class/dashboard/subpage-main.php:170 msgid "Combine identical footnotes" msgstr "Combine identical footnotes" -#: class/dashboard/subpage-main.php:168 +#: class/dashboard/subpage-main.php:173 msgid "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" msgstr "and ends with" -#: class/dashboard/subpage-main.php:180 +#: class/dashboard/subpage-main.php:185 msgid "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 msgid "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 msgid "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 msgid "extra smooth %s" msgstr "extra smooth %s" -#: class/dashboard/subpage-main.php:205 +#: class/dashboard/subpage-main.php:210 msgid "random text" msgstr "random text" -#: class/dashboard/subpage-main.php:206 +#: class/dashboard/subpage-main.php:211 #, php-format msgid "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 msgid "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 msgid "" "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 " "following short code:" -#: class/dashboard/subpage-main.php:243 +#: class/dashboard/subpage-main.php:248 msgid "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" msgstr "Before Footnotes index" -#: class/dashboard/subpage-main.php:266 +#: class/dashboard/subpage-main.php:273 msgid "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" msgstr "Enable the mouse-over box" -#: class/dashboard/subpage-main.php:293 +#: class/dashboard/subpage-main.php:300 msgid "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" msgstr "Maximum characters for the excerpt" -#: class/dashboard/subpage-main.php:315 +#: class/dashboard/subpage-main.php:322 msgid "Hyperlink symbol" msgstr "Hyperlink symbol" -#: class/dashboard/subpage-main.php:318 +#: class/dashboard/subpage-main.php:325 msgid "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" 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" msgstr "Add custom CSS" -#: class/dashboard/subpage-main.php:342 +#: class/dashboard/subpage-main.php:349 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:345 +#: class/dashboard/subpage-main.php:352 msgid "inline footnotes" msgstr "inline footnotes" -#: class/dashboard/subpage-main.php:348 +#: class/dashboard/subpage-main.php:355 msgid "inline footnotes, mouse over highlight box" msgstr "inline footnotes, mouse over highlight box" -#: class/dashboard/subpage-main.php:351 +#: class/dashboard/subpage-main.php:358 msgid "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" msgstr "reference container footnotes linked arrow" -#: class/dashboard/subpage-main.php:357 +#: class/dashboard/subpage-main.php:364 msgid "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" msgstr "example string" -#: class/dashboard/subpage-main.php:388 +#: class/dashboard/subpage-main.php:440 msgid "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:" 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:" msgstr "will be displayed as:" -#: class/dashboard/subpage-main.php:398 +#: class/dashboard/subpage-main.php:450 #, php-format msgid "" "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." "org." -#: class/dashboard/subpage-main.php:417 +#: class/dashboard/subpage-main.php:469 msgid "Donate now" msgstr "Donate now" @@ -367,7 +399,7 @@ msgstr "Support" msgid "Donate" msgstr "Donate" -#: class/task.php:271 +#: class/task.php:303 #, php-format msgid "%scontinue%s" msgstr "%scontinue%s" diff --git a/languages/footnotes-de.mo b/languages/footnotes-de.mo deleted file mode 100755 index c1e63026481bca97f5a72886fec9fc558e02abc9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7206 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 diff --git a/languages/footnotes-en.mo b/languages/footnotes-en.mo deleted file mode 100755 index a4bfcf2169df9b571badd471001067726e2bef8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6872 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 diff --git a/readme.txt b/readme.txt index b7bffc4..4a31205 100755 --- a/readme.txt +++ b/readme.txt @@ -84,6 +84,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == += 1.5.6 = +- Update: Translation file names +- Update: Translation EN and DE + = 1.5.5 = - Add: Expert mode setting - Add: Activation and Deactivation of WordPress hooks to look for Footnotes (expert mode)