From abae07741cd9cf18eb14c9ef74f9e0509dedf171 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 22 Nov 2006 10:30:13 +0000 Subject: [PATCH] Bundle bookmarklet --- docs/NEWS | 3 +++ include/admin/overview.inc.php | 5 ++++- lang/UTF-8/plugin_lang.php | 2 ++ lang/UTF-8/serendipity_lang_bg.inc.php | 2 ++ lang/UTF-8/serendipity_lang_cn.inc.php | 2 ++ lang/UTF-8/serendipity_lang_cs.inc.php | 2 ++ lang/UTF-8/serendipity_lang_cz.inc.php | 2 ++ lang/UTF-8/serendipity_lang_da.inc.php | 2 ++ lang/UTF-8/serendipity_lang_de.inc.php | 2 ++ lang/UTF-8/serendipity_lang_en.inc.php | 2 ++ lang/UTF-8/serendipity_lang_es.inc.php | 2 ++ lang/UTF-8/serendipity_lang_fa.inc.php | 4 +++- lang/UTF-8/serendipity_lang_fi.inc.php | 2 ++ lang/UTF-8/serendipity_lang_fr.inc.php | 2 ++ lang/UTF-8/serendipity_lang_hu.inc.php | 2 ++ lang/UTF-8/serendipity_lang_is.inc.php | 2 ++ lang/UTF-8/serendipity_lang_it.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ja.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ko.inc.php | 2 ++ lang/UTF-8/serendipity_lang_nl.inc.php | 2 ++ lang/UTF-8/serendipity_lang_no.inc.php | 2 ++ lang/UTF-8/serendipity_lang_pl.inc.php | 2 ++ lang/UTF-8/serendipity_lang_pt.inc.php | 2 ++ lang/UTF-8/serendipity_lang_pt_PT.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ro.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ru.inc.php | 2 ++ lang/UTF-8/serendipity_lang_sa.inc.php | 2 ++ lang/UTF-8/serendipity_lang_se.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ta.inc.php | 2 ++ lang/UTF-8/serendipity_lang_tn.inc.php | 2 ++ lang/UTF-8/serendipity_lang_tr.inc.php | 2 ++ lang/UTF-8/serendipity_lang_tw.inc.php | 2 ++ lang/UTF-8/serendipity_lang_zh.inc.php | 2 ++ lang/addlang.txt | 3 ++- lang/plugin_lang.php | 2 ++ lang/serendipity_lang_bg.inc.php | 2 ++ lang/serendipity_lang_cn.inc.php | 2 ++ lang/serendipity_lang_cs.inc.php | 2 ++ lang/serendipity_lang_cz.inc.php | 2 ++ lang/serendipity_lang_da.inc.php | 2 ++ lang/serendipity_lang_de.inc.php | 2 ++ lang/serendipity_lang_en.inc.php | 2 ++ lang/serendipity_lang_es.inc.php | 2 ++ lang/serendipity_lang_fa.inc.php | 2 ++ lang/serendipity_lang_fi.inc.php | 2 ++ lang/serendipity_lang_fr.inc.php | 2 ++ lang/serendipity_lang_hu.inc.php | 2 ++ lang/serendipity_lang_is.inc.php | 2 ++ lang/serendipity_lang_it.inc.php | 2 ++ lang/serendipity_lang_ja.inc.php | 2 ++ lang/serendipity_lang_ko.inc.php | 2 ++ lang/serendipity_lang_nl.inc.php | 2 ++ lang/serendipity_lang_no.inc.php | 2 ++ lang/serendipity_lang_pl.inc.php | 2 ++ lang/serendipity_lang_pt.inc.php | 2 ++ lang/serendipity_lang_pt_PT.inc.php | 2 ++ lang/serendipity_lang_ro.inc.php | 2 ++ lang/serendipity_lang_ru.inc.php | 2 ++ lang/serendipity_lang_sa.inc.php | 2 ++ lang/serendipity_lang_se.inc.php | 2 ++ lang/serendipity_lang_ta.inc.php | 2 ++ lang/serendipity_lang_tn.inc.php | 2 ++ lang/serendipity_lang_tr.inc.php | 2 ++ lang/serendipity_lang_tw.inc.php | 2 ++ lang/serendipity_lang_zh.inc.php | 2 ++ 65 files changed, 134 insertions(+), 3 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 6b89102b..774296c8 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 b7a07ec7..82bcd485 100644 --- a/include/admin/overview.inc.php +++ b/include/admin/overview.inc.php @@ -8,17 +8,20 @@ if (IN_serendipity !== true) { } $user = serendipity_fetchAuthor($serendipity['authorid']); +$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_SPARTACUS . '', + '' . FURTHER_LINKS_S9Y_BOOKMARKLET . '' ), 'links_css' => 'further_links', 'more' => '' diff --git a/lang/UTF-8/plugin_lang.php b/lang/UTF-8/plugin_lang.php index 6b5e70a2..a003e9ea 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 8d540d3d..fdbf2c80 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 7bb7d8f8..40fe8adc 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 16d6d633..2e9ebe2c 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 3c215355..c53d0ed2 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 62540e81..087b8a3a 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 3904427b..b477a28c 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 4574396c..e41371ec 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 379945e7..e3ef616d 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 b1868882..63c9af04 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 b95d13cf..9a86277e 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 d0d21782..8f756afc 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 68c5de4a..397a190b 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 824119c4..8e479524 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 058f5360..114df946 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 87488dd9..22d77556 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 694cdfa2..7b0fe1ff 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 0a6f1c86..ad203a00 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 51c3dc84..9d449e83 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 141b2c88..21477c63 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 f581be05..68e5eaf6 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 b34c8bc9..51047774 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 9ae76a42..02992510 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 5c737e2a..f7c35924 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 174c4998..d6932842 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 a1f42cb4..94fd24e0 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 99383601..7decd22a 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 d7078e6a..bd2f4a7c 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 fa3369db..a2132584 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 d332e412..06ce978d 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 fc336984..3fbce33a 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 95e6207b..917f8ec6 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 6b5e70a2..a003e9ea 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 297c4e92..f8ca2e2d 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 e1218c64..ad14afa1 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 c4483088..28303ad0 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 60a66ec1..c9d6ae62 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 ff5f0a57..68ea804b 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 33c3b988..3132eca2 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, knnen Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausfhren darf.'); @define('DELETE_SELECTED_ENTRIES', 'Markierte Eintrge lschen'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); +@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Fgen Sie diesen Link als Lesezeichen/Favoriten hinzu. Dann knnen 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 c9401217..6efa25eb 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 e77fb9b8..f93d3fa9 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 opcin "Extensin ACL para grupos de usuarios" es activada en la configuracin, 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', 'Slo mostrar aquellos autores con al menos X artculos'); +@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 94faf3ad..2b50329a 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 6c452e3a..a275e91c 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 50bb7389..895ff974 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 aabf5672..a1b5881d 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 a6339447..ba6e020b 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 09751e49..47a52281 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 9c4b652d..f0771f84 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 19798541..8ce9bdc0 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 86ba9a73..2534fc66 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 f5ec4845..90a28695 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 8b3350fb..0db10d78 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 b39afd38..b42d637c 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 7fdd73d3..388af0e7 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 opo "Plugin ACL for usergroups" est activada na configurao, voc pode especificar que grupo esto 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 9ae76a42..02992510 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 18f1756c..f9ad5afa 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 12bf1200..025a34eb 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 57d9ec3e..a08ea989 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 99383601..7decd22a 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 33757cc4..91274d01 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 fa3369db..a2132584 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 499270d5..0b6472a7 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 c07c57e0..1f6bd1a1 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.');