From: garvinhicking Date: Wed, 22 Nov 2006 10:30:13 +0000 (+0000) Subject: Bundle bookmarklet X-Git-Tag: 1.1~19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ffa7c72f893b29650323df2de96d6e320a3700c2;p=s9y.git Bundle bookmarklet --- diff --git a/docs/NEWS b/docs/NEWS index 6b89102..774296c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,9 @@ Version 1.1 () ------------------------------------------------------------------------ + * Added bookmarklet to Serendipity core, added to the "Further links" + welcome screen. Thanks to stm999999999! (garvinhicking) + * Fixed a bug in lowercased DB key names in the plugin API table, which prevented postgresql for properly printing a plugin list in some setups (garvinhicking) diff --git a/include/admin/overview.inc.php b/include/admin/overview.inc.php index bcc32a1..82bcd48 100644 --- a/include/admin/overview.inc.php +++ b/include/admin/overview.inc.php @@ -1,18 +1,45 @@ +$bookmarklet = "javascript:bm=document.selection?document.selection.createRange().text:document.getSelection();void(newwin=open('" . $serendipity['baseURL'] . "serendipity_admin.php?serendipity[adminModule]=entries&serendipity[adminAction]=new&serendipity[title]='+ escape(document.title) + '&serendipity[body]=' + escape(bm) +'&serendipity[url]=' + escape(location.href), 'new_log_entry','resizable=yes, scrollbars=yes, width=800, height=600, location=yes,status=yes')); newwin.focus();"; - . +$output = array( + 'welcome' => WELCOME_BACK . ' ' . $user[0]['realname'], + 'show_links' => true, + 'links_title' => FURTHER_LINKS, + 'bookmarklet' => $bookmarklet, + 'links' => array( + '' . FURTHER_LINKS_S9Y . '', + '' . FURTHER_LINKS_S9Y_DOCS . '', + '' . FURTHER_LINKS_S9Y_BLOG . '', + '' . FURTHER_LINKS_S9Y_FORUMS . '', + '' . FURTHER_LINKS_S9Y_SPARTACUS . '', + '' . FURTHER_LINKS_S9Y_BOOKMARKLET . '' + ), + 'links_css' => 'further_links', + 'more' => '' +); - +serendipity_plugin_api::hook_event('backend_frontpage_display', $output); - +echo $output['welcome']; + +if ($output['show_links']) { + echo '' . "\n"; +} + +echo $output['more']; diff --git a/lang/UTF-8/plugin_lang.php b/lang/UTF-8/plugin_lang.php index 6b5e70a..a003e9e 100644 --- a/lang/UTF-8/plugin_lang.php +++ b/lang/UTF-8/plugin_lang.php @@ -86,3 +86,5 @@ foreach($const['missing'] AS $file => $constants) { @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index 8d540d3..fdbf2c8 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -874,3 +874,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Ако опцията "Plugin ACL за потребителски групи" е позволена, ще можете да указвате кои потребителски групи имат позволението да изпълняват дадени събитийни и странични приставки.'); @define('DELETE_SELECTED_ENTRIES', 'Изтриване на избраните статии'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Показване само на автори с най-малко X статии'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index 7bb7d8f..40fe8ad 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -887,3 +887,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_cs.inc.php b/lang/UTF-8/serendipity_lang_cs.inc.php index 16d6d63..2e9ebe2 100644 --- a/lang/UTF-8/serendipity_lang_cs.inc.php +++ b/lang/UTF-8/serendipity_lang_cs.inc.php @@ -899,3 +899,5 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index 3c21535..c53d0ed 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -899,3 +899,5 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index 62540e8..087b8a3 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -884,3 +884,5 @@ @define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Aktiver plugin adgangskontrol for grupper?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Mulighed for at bestemme hvilke grupper der mÃ¥ anvende hvilke plugins.'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 3904427..b477a28 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -882,3 +882,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, können Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausführen darf.'); @define('DELETE_SELECTED_ENTRIES', 'Markierte Einträge löschen'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Fügen Sie diesen Link als Lesezeichen/Favoriten hinzu. Dann können Sie dieses Lesezeichen auf jeder beliebigen Seite benutzen um so sofort in ihr Serendipity-Blog zu gelangen.'); diff --git a/lang/UTF-8/serendipity_lang_en.inc.php b/lang/UTF-8/serendipity_lang_en.inc.php index 4574396..e41371e 100644 --- a/lang/UTF-8/serendipity_lang_en.inc.php +++ b/lang/UTF-8/serendipity_lang_en.inc.php @@ -883,3 +883,5 @@ @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_es.inc.php b/lang/UTF-8/serendipity_lang_es.inc.php index 379945e..e3ef616 100644 --- a/lang/UTF-8/serendipity_lang_es.inc.php +++ b/lang/UTF-8/serendipity_lang_es.inc.php @@ -903,3 +903,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Si la opción "Extensión ACL para grupos de usuarios" es activada en la configuración, puedes especificar que grupos de usuarios son capaces de ejecutar ciertas extensiones/eventos.'); @define('DELETE_SELECTED_ENTRIES', 'Eliminar las entradas seleccionadas'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Sólo mostrar aquellos autores con al menos X artículos'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index b186888..63c9af0 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -1,4 +1,4 @@ - @@ -887,3 +887,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'اگر این گزینه فعال باشد، شما می توانید به گروه های کاربری امکان مشاهده و کار کردن با افزونه های مختلف را ارایه دهید.'); @define('DELETE_SELECTED_ENTRIES', 'حذف مطالب انتخاب شده'); @define('PLUGIN_AUTHORS_MINCOUNT', 'به نویسندگان حداقل X مطلب نشان داده شود'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index b95d13c..9a86277 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index d0d2178..8f756af 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -892,3 +892,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index 68c5de4..397a190 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index 824119c..8e47952 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index 058f536..114df94 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -889,3 +889,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index 87488dd..22d7755 100644 --- a/lang/UTF-8/serendipity_lang_ja.inc.php +++ b/lang/UTF-8/serendipity_lang_ja.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index 694cdfa..7b0fe1f 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index 0a6f1c8..ad203a0 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index 51c3dc8..9d449e8 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_pl.inc.php b/lang/UTF-8/serendipity_lang_pl.inc.php index 141b2c8..21477c6 100644 --- a/lang/UTF-8/serendipity_lang_pl.inc.php +++ b/lang/UTF-8/serendipity_lang_pl.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index f581be0..68e5eaf 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -890,3 +890,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index b34c8bc..5104777 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -895,3 +895,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Se a opção "Plugin ACL for usergroups" está activada na configuração, você pode especificar que grupo estão autorizados a executar certos plugins/eventos.'); @define('DELETE_SELECTED_ENTRIES', 'Eliminar entradas seleccionadas'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Mostar apenas Autores com apenas X artigos'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index 9ae76a4..0299251 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index 5c737e2..f7c3592 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -889,3 +889,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_sa.inc.php b/lang/UTF-8/serendipity_lang_sa.inc.php index 174c499..d693284 100644 --- a/lang/UTF-8/serendipity_lang_sa.inc.php +++ b/lang/UTF-8/serendipity_lang_sa.inc.php @@ -804,3 +804,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index a1f42cb..94fd24e 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index 9938360..7decd22 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index d7078e6..bd2f4a7 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -889,3 +889,5 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index fa3369d..a213258 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -889,3 +889,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_tw.inc.php b/lang/UTF-8/serendipity_lang_tw.inc.php index d332e41..06ce978 100644 --- a/lang/UTF-8/serendipity_lang_tw.inc.php +++ b/lang/UTF-8/serendipity_lang_tw.inc.php @@ -889,3 +889,5 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index fc33698..3fbce33 100644 --- a/lang/UTF-8/serendipity_lang_zh.inc.php +++ b/lang/UTF-8/serendipity_lang_zh.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/addlang.txt b/lang/addlang.txt index 95e6207..917f8ec 100644 --- a/lang/addlang.txt +++ b/lang/addlang.txt @@ -1 +1,2 @@ -@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/plugin_lang.php b/lang/plugin_lang.php index 6b5e70a..a003e9e 100644 --- a/lang/plugin_lang.php +++ b/lang/plugin_lang.php @@ -86,3 +86,5 @@ foreach($const['missing'] AS $file => $constants) { @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index 297c4e9..f8ca2e2 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -874,3 +874,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Àêî îïöèÿòà "Plugin ACL çà ïîòðåáèòåëñêè ãðóïè" å ïîçâîëåíà, ùå ìîæåòå äà óêàçâàòå êîè ïîòðåáèòåëñêè ãðóïè èìàò ïîçâîëåíèåòî äà èçïúëíÿâàò äàäåíè ñúáèòèéíè è ñòðàíè÷íè ïðèñòàâêè.'); @define('DELETE_SELECTED_ENTRIES', 'Èçòðèâàíå íà èçáðàíèòå ñòàòèè'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Ïîêàçâàíå ñàìî íà àâòîðè ñ íàé-ìàëêî X ñòàòèè'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index e1218c6..ad14afa 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -887,3 +887,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index c448308..28303ad 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -899,3 +899,5 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index 60a66ec..c9d6ae6 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -899,3 +899,5 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index ff5f0a5..68ea804 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -884,3 +884,5 @@ @define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Aktiver plugin adgangskontrol for grupper?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Mulighed for at bestemme hvilke grupper der må anvende hvilke plugins.'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 33c3b98..3132eca 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -882,3 +882,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, können Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausführen darf.'); @define('DELETE_SELECTED_ENTRIES', 'Markierte Einträge löschen'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Fügen Sie diesen Link als Lesezeichen/Favoriten hinzu. Dann können Sie dieses Lesezeichen auf jeder beliebigen Seite benutzen um so sofort in ihr Serendipity-Blog zu gelangen.'); diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index c940121..6efa25e 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -883,3 +883,5 @@ @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index e77fb9b..f93d3fa 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -903,3 +903,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Si la opción "Extensión ACL para grupos de usuarios" es activada en la configuración, puedes especificar que grupos de usuarios son capaces de ejecutar ciertas extensiones/eventos.'); @define('DELETE_SELECTED_ENTRIES', 'Eliminar las entradas seleccionadas'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Sólo mostrar aquellos autores con al menos X artículos'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index 94faf3a..2b50329 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -887,3 +887,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'اگر این گزینه فعال باشد، شما می توانید به گروه های کاربری امکان مشاهده و کار کردن با افزونه های مختلف را ارایه دهید.'); @define('DELETE_SELECTED_ENTRIES', 'حذف مطالب انتخاب شده'); @define('PLUGIN_AUTHORS_MINCOUNT', 'به نویسندگان حداقل X مطلب نشان داده شود'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index 6c452e3..a275e91 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index 50bb738..895ff97 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -892,3 +892,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index aabf567..a1b5881 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index a633944..ba6e020 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index 09751e4..47a5228 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -889,3 +889,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 9c4b652..f0771f8 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 1979854..8ce9bdc 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index 86ba9a7..2534fc6 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index f5ec484..90a2869 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -888,3 +888,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_pl.inc.php b/lang/serendipity_lang_pl.inc.php index 8b3350f..0db10d7 100644 --- a/lang/serendipity_lang_pl.inc.php +++ b/lang/serendipity_lang_pl.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index b39afd3..b42d637 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -890,3 +890,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index 7fdd73d..388af0e 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -895,3 +895,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Se a opção "Plugin ACL for usergroups" está activada na configuração, você pode especificar que grupo estão autorizados a executar certos plugins/eventos.'); @define('DELETE_SELECTED_ENTRIES', 'Eliminar entradas seleccionadas'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Mostar apenas Autores com apenas X artigos'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index 9ae76a4..0299251 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index 18f1756..f9ad5af 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -889,3 +889,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_sa.inc.php b/lang/serendipity_lang_sa.inc.php index 12bf120..025a34e 100644 --- a/lang/serendipity_lang_sa.inc.php +++ b/lang/serendipity_lang_sa.inc.php @@ -804,3 +804,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index 57d9ec3..a08ea98 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index 9938360..7decd22 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -885,3 +885,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index 33757cc..91274d0 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -889,3 +889,5 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index fa3369d..a213258 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -889,3 +889,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index 499270d..0b6472a 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -889,3 +889,5 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index c07c57e..1f6bd1a 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -886,3 +886,5 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');