1
0

Language additions

This commit is contained in:
Garvin Hicking
2007-03-22 11:41:57 +00:00
parent 32823fbd56
commit 85158ff752
63 changed files with 277 additions and 148 deletions
lang
UTF-8
addlang.txtplugin_lang.phpserendipity_lang_bg.inc.phpserendipity_lang_cn.inc.phpserendipity_lang_cs.inc.phpserendipity_lang_cz.inc.phpserendipity_lang_da.inc.phpserendipity_lang_de.inc.phpserendipity_lang_en.inc.phpserendipity_lang_es.inc.phpserendipity_lang_fa.inc.phpserendipity_lang_fi.inc.phpserendipity_lang_fr.inc.phpserendipity_lang_hu.inc.phpserendipity_lang_is.inc.phpserendipity_lang_it.inc.phpserendipity_lang_ja.inc.phpserendipity_lang_ko.inc.phpserendipity_lang_nl.inc.phpserendipity_lang_no.inc.phpserendipity_lang_pl.inc.phpserendipity_lang_pt.inc.phpserendipity_lang_pt_PT.inc.phpserendipity_lang_ro.inc.phpserendipity_lang_ru.inc.phpserendipity_lang_sa.inc.phpserendipity_lang_se.inc.phpserendipity_lang_ta.inc.phpserendipity_lang_tn.inc.phpserendipity_lang_tr.inc.phpserendipity_lang_tw.inc.phpserendipity_lang_zh.inc.php

@ -90,3 +90,7 @@ foreach($const['missing'] AS $file => $constants) {
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -679,8 +679,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Път до единична приставка'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Път до единична приставка');
@define('INSTALL_PERMALINK_ADMINPATH', 'Път до администриране'); @define('INSTALL_PERMALINK_ADMINPATH', 'Път до администриране');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Път до търсене'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Път до търсене');
@define('USERCONF_CREATE', 'Забрана за създаване на статии?');
@define('USERCONF_CREATE_DESC', 'Ако е избрана, потребителят не може да създава нови статии');
@define('INSTALL_CAL', 'Вид календар'); @define('INSTALL_CAL', 'Вид календар');
@define('INSTALL_CAL_DESC', 'Изберете исканият от вас формат на календар'); @define('INSTALL_CAL_DESC', 'Изберете исканият от вас формат на календар');
@define('REPLY', 'Отговор'); @define('REPLY', 'Отговор');
@ -877,3 +875,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Запомняне (отмятане) на тази връзка с възможност след това да бъде използвана, за да може съдържанието на страницата да се появява в съдържанието на статия в блога.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Запомняне (отмятане) на тази връзка с възможност след това да бъде използвана, за да може съдържанието на страницата да се появява в съдържанието на статия в блога.');
@define('IMPORT_WP_PAGES', 'Също приемане на статичните страници като нормални статии ?'); @define('IMPORT_WP_PAGES', 'Също приемане на статичните страници като нормални статии ?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cn.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_cn.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by # Translated by
@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径'); @define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路径'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路径');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径');
@define('USERCONF_CREATE', '不允许新增新文章');
@define('USERCONF_CREATE_DESC', '如果选择,作者将不能发布新文章。');
@define('INSTALL_CAL', '日历类型'); @define('INSTALL_CAL', '日历类型');
@define('INSTALL_CAL_DESC', '请选择你要的日历类型'); @define('INSTALL_CAL_DESC', '请选择你要的日历类型');
@define('REPLY', '回复'); @define('REPLY', '回复');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cs.inc.php 1533 2006-12-04 09:20:14Z garvinhicking $ <?php # $Id: serendipity_lang_cs.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz> # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@ -703,8 +703,6 @@ $i18n_filename_to = array (
@define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotlivému pluginu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotlivému pluginu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhledávání'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhledávání');
@define('USERCONF_CREATE', 'Zakázat vytváření záznamů?');
@define('USERCONF_CREATE_DESC', 'Pokud bude vybráno, uživatel nemůže vytvářet nové záznamy');
@define('INSTALL_CAL', 'Typ kalendáře'); @define('INSTALL_CAL', 'Typ kalendáře');
@define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře'); @define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře');
@define('REPLY', 'Odpověď'); @define('REPLY', 'Odpověď');
@ -898,3 +896,7 @@ $i18n_filename_to = array (
@define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cz.inc.php 1533 2006-12-04 09:20:14Z garvinhicking $ <?php # $Id: serendipity_lang_cz.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz> # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@ -703,8 +703,6 @@ $i18n_filename_to = array (
@define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotlivému pluginu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotlivému pluginu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhledávání'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhledávání');
@define('USERCONF_CREATE', 'Zakázat vytváření záznamů?');
@define('USERCONF_CREATE_DESC', 'Pokud bude vybráno, uživatel nemůže vytvářet nové záznamy');
@define('INSTALL_CAL', 'Typ kalendáře'); @define('INSTALL_CAL', 'Typ kalendáře');
@define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře'); @define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře');
@define('REPLY', 'Odpověď'); @define('REPLY', 'Odpověď');
@ -898,3 +896,7 @@ $i18n_filename_to = array (
@define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_da.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_da.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Tom Sommer, <ts@dreamcoder.dk> # Translation (c) by Tom Sommer, <ts@dreamcoder.dk>
@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Sti til et plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Sti til et plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Sti til admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Sti til admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Sti til søgning'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Sti til søgning');
@define('USERCONF_CREATE', 'Forbyd oprettelse af artikler?');
@define('USERCONF_CREATE_DESC', 'Hvis valgt, kan denne bruger ikke oprette nye artikler');
@define('INSTALL_CAL', 'Kalendar type'); @define('INSTALL_CAL', 'Kalendar type');
@define('INSTALL_CAL_DESC', 'Vælg dit kalenderformat'); @define('INSTALL_CAL_DESC', 'Vælg dit kalenderformat');
@define('REPLY', 'Svar'); @define('REPLY', 'Svar');
@ -887,3 +885,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_de.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_de.inc.php 1621 2007-02-21 09:22:12Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) Jannis Hermanns, Garvin Hicking and others # Translation (c) Jannis Hermanns, Garvin Hicking and others
@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Pfad zu einem externen Plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Pfad zu einem externen Plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Pfad zur Administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'Pfad zur Administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Pfad zur Suche'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Pfad zur Suche');
@define('USERCONF_CREATE', 'Erstellung von Einträgen verbieten?');
@define('USERCONF_CREATE_DESC', 'Falls diese Option aktiviert ist, darf ein Benutzer keine neuen Einträge erstellen.');
@define('INSTALL_CAL', 'Kalendertyp'); @define('INSTALL_CAL', 'Kalendertyp');
@define('INSTALL_CAL_DESC', 'Wählen Sie das gewünschte Kalenderformat'); @define('INSTALL_CAL_DESC', 'Wählen Sie das gewünschte Kalenderformat');
@define('REPLY', 'Antwort'); @define('REPLY', 'Antwort');
@ -881,7 +879,11 @@
@define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen persönliche Plugin-Rechte für Benutzergruppen aktiviert werden?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen persönliche Plugin-Rechte für Benutzergruppen aktiviert werden?');
@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('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('DELETE_SELECTED_ENTRIES', 'Markierte Einträge löschen');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Nur Autoren mit mindestens X Beiträgen anzeigen');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Auch attachments und staticpages als normale Blog-Einträge importieren?');
@define('USERCONF_CREATE', '`Benutzer deaktivieren / Rechte entziehen?');
@define('USERCONF_CREATE_DESC', 'Wenn diese Option aktiviert ist, wird dieser Benutzer keine Möglichkeit mehr haben Einträge anzulegen oder sonstige Aktionen auszuführen. Wenn er in die Administrations-Oberfläche kommt, wird er nichts anderes tun können als seine Persönlichen Einstellungen zu ändern und sich auszuloggen.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_en.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_en.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
/* vim: set sts=4 ts=4 expandtab : */ /* vim: set sts=4 ts=4 expandtab : */
@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -886,3 +884,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_es.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_es.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Luis Cervantes <LuisCervantes@ono.com>, # Translation (c) by Luis Cervantes <LuisCervantes@ono.com>,
@ -706,8 +706,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Ruta a extensión'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Ruta a extensión');
@define('INSTALL_PERMALINK_ADMINPATH', 'Ruta a admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Ruta a admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Ruta para buscar'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Ruta para buscar');
@define('USERCONF_CREATE', '¿Prohibir crear entradas?');
@define('USERCONF_CREATE_DESC', 'Si lo seleccionas el usuario no podrá crear nuevas entradas');
@define('INSTALL_CAL', 'Tipo de calendario'); @define('INSTALL_CAL', 'Tipo de calendario');
@define('INSTALL_CAL_DESC', 'Elige tu formato de calendario'); @define('INSTALL_CAL_DESC', 'Elige tu formato de calendario');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -906,3 +904,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fa.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_fa.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# this translation, translated by Omid Mottaghi <http://oxygenws.com> # this translation, translated by Omid Mottaghi <http://oxygenws.com>
@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'مسیر به صفحه افزونه'); @define('INSTALL_PERMALINK_PLUGINPATH', 'مسیر به صفحه افزونه');
@define('INSTALL_PERMALINK_ADMINPATH', 'مسیر به صفحه مدیر'); @define('INSTALL_PERMALINK_ADMINPATH', 'مسیر به صفحه مدیر');
@define('INSTALL_PERMALINK_SEARCHPATH', 'مسیر به صفحه جستجو'); @define('INSTALL_PERMALINK_SEARCHPATH', 'مسیر به صفحه جستجو');
@define('USERCONF_CREATE', 'ارسال مطلب ممنوع شود؟');
@define('USERCONF_CREATE_DESC', 'اگر انتخاب شود، کاربر نمی تواند مطلب جدیدی ارسال کند');
@define('INSTALL_CAL', 'تقویم'); @define('INSTALL_CAL', 'تقویم');
@define('INSTALL_CAL_DESC', 'نوع تقویم خود را انتخاب کنید'); @define('INSTALL_CAL_DESC', 'نوع تقویم خود را انتخاب کنید');
@define('REPLY', 'پاسخ'); @define('REPLY', 'پاسخ');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fi.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_fi.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Mauri Sahlberg <mos@iki.fi> # Translation by Mauri Sahlberg <mos@iki.fi>
@ -689,8 +689,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Yksittäisen laajennuksen polku'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Yksittäisen laajennuksen polku');
@define('INSTALL_PERMALINK_ADMINPATH', 'Ylläpitopolku'); @define('INSTALL_PERMALINK_ADMINPATH', 'Ylläpitopolku');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Hakupolku'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Hakupolku');
@define('USERCONF_CREATE', 'Kiellä kirjoittaminen blogiin?');
@define('USERCONF_CREATE_DESC', 'Jos "Kyllä", niin käyttäjä ei saa kirjoittaa blogiin.');
@define('INSTALL_CAL', 'Kalenterin tyyppi'); @define('INSTALL_CAL', 'Kalenterin tyyppi');
@define('INSTALL_CAL_DESC', 'Valitse käytettävä kalenterimuoto'); @define('INSTALL_CAL_DESC', 'Valitse käytettävä kalenterimuoto');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fr.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_fr.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Sebastian Mordziol <argh@php-tools.net> # Translation by Sebastian Mordziol <argh@php-tools.net>
@ -695,8 +695,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Chemin d\'accès à un plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Chemin d\'accès à un plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Chemin d\'accès à l\'administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'Chemin d\'accès à l\'administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Chemin d\'accès à la recherche'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Chemin d\'accès à la recherche');
@define('USERCONF_CREATE', 'Interdire l\'ajout de billets ?');
@define('USERCONF_CREATE_DESC', 'Si activée, cette option empêche l\'utilisateur d\'ajouter de nouveaux billets.');
@define('INSTALL_CAL', 'Type de calendrier'); @define('INSTALL_CAL', 'Type de calendrier');
@define('INSTALL_CAL_DESC', 'Choisissez votre format de calendrier préféré'); @define('INSTALL_CAL_DESC', 'Choisissez votre format de calendrier préféré');
@define('REPLY', 'Répondre'); @define('REPLY', 'Répondre');
@ -895,3 +893,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_is.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net> # Translation by Örn Arnarson <orn@arnarson.net>
@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Slóð til stakrar viðbótar'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Slóð til stakrar viðbótar');
@define('INSTALL_PERMALINK_ADMINPATH', 'Slóð til stjórnkerfis'); @define('INSTALL_PERMALINK_ADMINPATH', 'Slóð til stjórnkerfis');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Slóð til leitar'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Slóð til leitar');
@define('USERCONF_CREATE', 'Banna nýskráningu færsla?');
@define('USERCONF_CREATE_DESC', 'Ef valið getur notandi ekki skráð nýjar færslur');
@define('INSTALL_CAL', 'Tegund dagatals'); @define('INSTALL_CAL', 'Tegund dagatals');
@define('INSTALL_CAL_DESC', 'Veldu forsnið óskaðs dagatals'); @define('INSTALL_CAL_DESC', 'Veldu forsnið óskaðs dagatals');
@define('REPLY', 'Svara'); @define('REPLY', 'Svara');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Percorso per il singole plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Percorso per il singole plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Percorso per l\'amministrazione'); @define('INSTALL_PERMALINK_ADMINPATH', 'Percorso per l\'amministrazione');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Percorso della ricerca'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Percorso della ricerca');
@define('USERCONF_CREATE', 'Impedisci di creare le notizie?');
@define('USERCONF_CREATE_DESC', 'Se selezionato, l\'utente non può creare nuove notizie');
@define('INSTALL_CAL', 'Tipo di Calendario'); @define('INSTALL_CAL', 'Tipo di Calendario');
@define('INSTALL_CAL_DESC', 'Scegli il formato del Calendario'); @define('INSTALL_CAL_DESC', 'Scegli il formato del Calendario');
@define('REPLY', 'Rispondi'); @define('REPLY', 'Rispondi');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '単一プラグインへのパス'); @define('INSTALL_PERMALINK_PLUGINPATH', '単一プラグインへのパス');
@define('INSTALL_PERMALINK_ADMINPATH', '管理へのパス'); @define('INSTALL_PERMALINK_ADMINPATH', '管理へのパス');
@define('INSTALL_PERMALINK_SEARCHPATH', '検索へのパス'); @define('INSTALL_PERMALINK_SEARCHPATH', '検索へのパス');
@define('USERCONF_CREATE', 'エントリの作成を禁止する');
@define('USERCONF_CREATE_DESC', '選択した場合、ユーザーは新しいエントリを作成できなくなります。');
@define('INSTALL_CAL', 'カレンダーの種類'); @define('INSTALL_CAL', 'カレンダーの種類');
@define('INSTALL_CAL_DESC', 'あなたの希望のカレンダーの形式を選びます。'); @define('INSTALL_CAL_DESC', 'あなたの希望のカレンダーの形式を選びます。');
@define('REPLY', '返信'); @define('REPLY', '返信');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'ブックマークレット'); @define('FURTHER_LINKS_S9Y_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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ko.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_ko.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com> # Translated by: Wesley Hwang-Chung <wesley96@gmail.com>
@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '하나의 플러그인으로 가는 경로'); @define('INSTALL_PERMALINK_PLUGINPATH', '하나의 플러그인으로 가는 경로');
@define('INSTALL_PERMALINK_ADMINPATH', '관리 화면으로 가는 경로'); @define('INSTALL_PERMALINK_ADMINPATH', '관리 화면으로 가는 경로');
@define('INSTALL_PERMALINK_SEARCHPATH', '검색하기 위한 경로'); @define('INSTALL_PERMALINK_SEARCHPATH', '검색하기 위한 경로');
@define('USERCONF_CREATE', '글 생성 금지하기');
@define('USERCONF_CREATE_DESC', '선택할 경우, 사용자가 새로운 글을 생성하지 못합니다.');
@define('INSTALL_CAL', '달력 종류'); @define('INSTALL_CAL', '달력 종류');
@define('INSTALL_CAL_DESC', '원하는 달력의 형태를 고르십시오.'); @define('INSTALL_CAL_DESC', '원하는 달력의 형태를 고르십시오.');
@define('REPLY', '답글'); @define('REPLY', '답글');
@ -891,3 +889,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_nl.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_nl.inc.php 1603 2007-01-29 08:44:12Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Christiaan Heerze <webmaster@heimp.nl> # Translation (c) by Christiaan Heerze <webmaster@heimp.nl>
@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Pad naar enkele plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Pad naar enkele plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Pad naar admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Pad naar admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Zoekpad'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Zoekpad');
@define('USERCONF_CREATE', 'Het aanmaken van artikelen verbieden?');
@define('USERCONF_CREATE_DESC', 'Als dit is aangevinkt mag de auteur geen nieuwe artikelen aanmaken');
@define('INSTALL_CAL', 'Kalendertype'); @define('INSTALL_CAL', 'Kalendertype');
@define('INSTALL_CAL_DESC', 'Kies het gewenste kalendertype'); @define('INSTALL_CAL_DESC', 'Kies het gewenste kalendertype');
@define('REPLY', 'Beantwoorden'); @define('REPLY', 'Beantwoorden');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Maak een bladwijzer van deze hyperlink en gebruik het dan bij elke website waarover je wilt schrijven om snel toegang te krijgen tot je weblog.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Maak een bladwijzer van deze hyperlink en gebruik het dan bij elke website waarover je wilt schrijven om snel toegang te krijgen tot je weblog.');
@define('IMPORT_WP_PAGES', 'Ook bijlagen en statische pagina\'s als gewone artikelen ophalen?'); @define('IMPORT_WP_PAGES', 'Ook bijlagen en statische pagina\'s als gewone artikelen ophalen?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_no.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_no.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo Christian Oterhals <oterhals@gmail.com> # Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>
@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Svar'); @define('REPLY', 'Svar');
@ -891,3 +889,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -695,8 +695,6 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Zabroń tworzenia wpisów?');
@define('USERCONF_CREATE_DESC', 'Jeśli wybrane, użytkownik nie może dokonywać nowych wpisów');
@define('INSTALL_CAL', 'Typ kalendarza'); @define('INSTALL_CAL', 'Typ kalendarza');
@define('INSTALL_CAL_DESC', 'Wybierz swój typ kalendarza'); @define('INSTALL_CAL_DESC', 'Wybierz swój typ kalendarza');
@define('REPLY', 'Odpowiedz'); @define('REPLY', 'Odpowiedz');
@ -887,3 +885,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
@define('PLUGIN_AUTHORS_MINCOUNT', 'Pokaż tylko autorów mających co najmniej X wpisów'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Pokaż tylko autorów mających co najmniej X wpisów');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark (dodaj do Ulubionych) ten link i użyj na dowolnej stronie, o której chcesz blogować, by szybko dostać się do swojego bloga.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark (dodaj do Ulubionych) ten link i użyj na dowolnej stronie, o której chcesz blogować, by szybko dostać się do swojego bloga.');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_pt.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_pt.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Agner Olson <agner@agner.net> # Translation (c) by Agner Olson <agner@agner.net>
@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin único'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin único');
@define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para administração'); @define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para administração');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para pesquisa'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para pesquisa');
@define('USERCONF_CREATE', 'Proibir a criação de entradas?');
@define('USERCONF_CREATE_DESC', 'Se selecionado, o usuário não poderá criar comentários');
@define('INSTALL_CAL', 'Tipo de calendário'); @define('INSTALL_CAL', 'Tipo de calendário');
@define('INSTALL_CAL_DESC', 'Escolha o formato do calendário desejado'); @define('INSTALL_CAL_DESC', 'Escolha o formato do calendário desejado');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -893,3 +891,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -98,7 +98,7 @@
@define('SEARCH_FOR_ENTRY', 'Procure um artigo'); @define('SEARCH_FOR_ENTRY', 'Procure um artigo');
@define('ARCHIVES', 'Arquivos'); @define('ARCHIVES', 'Arquivos');
@define('BROWSE_ARCHIVES', 'Navegar nos arquivos por mês'); @define('BROWSE_ARCHIVES', 'Navegar nos arquivos por mês');
@define('TOP_REFERRER', 'Referidores mais importantes'); @define('TOP_REFERRER', 'Referenciadores mais importantes');
@define('SHOWS_TOP_SITES', 'Exibe os links de entrada mais utilizados para aceder no seu blogue'); @define('SHOWS_TOP_SITES', 'Exibe os links de entrada mais utilizados para aceder no seu blogue');
@define('TOP_EXITS', 'Saídas Maiores'); @define('TOP_EXITS', 'Saídas Maiores');
@define('SHOWS_TOP_EXIT', 'Exibe os links de saída mais requisitados de seu blogue'); @define('SHOWS_TOP_EXIT', 'Exibe os links de saída mais requisitados de seu blogue');
@ -304,7 +304,7 @@
@define('DIRECTORY_CREATED', 'Directoria <strong>%s</strong> foi criada.'); @define('DIRECTORY_CREATED', 'Directoria <strong>%s</strong> foi criada.');
@define('PARENT_DIRECTORY', 'Directoria superior'); @define('PARENT_DIRECTORY', 'Directoria superior');
@define('CONFIRM_DELETE_DIRECTORY', 'Tem a certeza que quer apagar todo o conteúdo da directoria %s?'); @define('CONFIRM_DELETE_DIRECTORY', 'Tem a certeza que quer apagar todo o conteúdo da directoria %s?');
@define('ERROR_NO_DIRECTORY', 'Erro: A Directoria %s não existente'); @define('ERROR_NO_DIRECTORY', 'Erro: A Directoria %s não existe');
@define('CHECKING_DIRECTORY', 'Verificando arquivos na directoria %s'); @define('CHECKING_DIRECTORY', 'Verificando arquivos na directoria %s');
@define('DELETING_FILE', 'Apagando ficheiro %s...'); @define('DELETING_FILE', 'Apagando ficheiro %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Não foi possível remover uma directoria que não está vazia. Marque a opção "forçar apagar" se também deseja remover os ficheiros nela contidos, e volte a dar o comando. Os ficheiros existentes são:'); @define('ERROR_DIRECTORY_NOT_EMPTY', 'Não foi possível remover uma directoria que não está vazia. Marque a opção "forçar apagar" se também deseja remover os ficheiros nela contidos, e volte a dar o comando. Os ficheiros existentes são:');
@ -700,8 +700,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin único'); //Verify @define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin único'); //Verify
@define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para Administração'); @define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para Administração');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para a pesquisa'); //Verify @define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para a pesquisa'); //Verify
@define('USERCONF_CREATE', 'Proibir criar entradas?');
@define('USERCONF_CREATE_DESC', 'Se seleccionado, o utilizador não pode criar novas entradas');
@define('INSTALL_CAL', 'Género de calendário'); @define('INSTALL_CAL', 'Género de calendário');
@define('INSTALL_CAL_DESC', 'Escolha o formato de calendário desejado'); @define('INSTALL_CAL_DESC', 'Escolha o formato de calendário desejado');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -899,4 +897,8 @@
@define('PLUGIN_AUTHORS_MINCOUNT', 'Mostar apenas Autores com um mínimo de X artigos'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Mostar apenas Autores com um mínimo de X artigos');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Marque esta ligação e use-a em qualquer página em que quiser blogar para aceder rapidamente ao seu blogue Serendipity.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Marque esta ligação e use-a em qualquer página em que quiser blogar para aceder rapidamente ao seu blogue Serendipity.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Ir também buscar ficheiros anexados e páginas estáticas como entradas de blog normais?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ru.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_ru.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Nightly <nightly@reys.net> # Translation by Nightly <nightly@reys.net>
@ -693,8 +693,6 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
@define('INSTALL_PERMALINK_PLUGINPATH', 'Путь к отдельному плагину'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Путь к отдельному плагину');
@define('INSTALL_PERMALINK_ADMINPATH', 'Путь для администрирования'); @define('INSTALL_PERMALINK_ADMINPATH', 'Путь для администрирования');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Путь к поиску'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Путь к поиску');
@define('USERCONF_CREATE', 'Запретить создание записей?');
@define('USERCONF_CREATE_DESC', 'Если выбрано, пользователь не может создавать записи');
@define('INSTALL_CAL', 'Тип Календаря'); @define('INSTALL_CAL', 'Тип Календаря');
@define('INSTALL_CAL_DESC', 'Выберите желаемый формат Календаря'); @define('INSTALL_CAL_DESC', 'Выберите желаемый формат Календаря');
@define('REPLY', 'Ответить'); @define('REPLY', 'Ответить');
@ -892,3 +890,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'مسار بلوق ان معين'); @define('INSTALL_PERMALINK_PLUGINPATH', 'مسار بلوق ان معين');
@define('INSTALL_PERMALINK_ADMINPATH', 'مسار لوحة التحكم'); @define('INSTALL_PERMALINK_ADMINPATH', 'مسار لوحة التحكم');
@define('INSTALL_PERMALINK_SEARCHPATH', 'مسار البحث'); @define('INSTALL_PERMALINK_SEARCHPATH', 'مسار البحث');
@define('USERCONF_CREATE', 'هذا الانشاء محرم؟');
@define('USERCONF_CREATE_DESC', 'ان تم اختيارة سوف لن يستطيع المستخدم الدخول على كامل خصائص لوحة التحكم ');
@define('INSTALL_CAL', 'نوع التقويم'); @define('INSTALL_CAL', 'نوع التقويم');
@define('INSTALL_CAL_DESC', 'اختر هيئة التقوم التي تريد'); @define('INSTALL_CAL_DESC', 'اختر هيئة التقوم التي تريد');
@define('REPLY', 'رد'); @define('REPLY', 'رد');
@ -807,3 +805,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Sökväg till enstaka insticksmodul'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Sökväg till enstaka insticksmodul');
@define('INSTALL_PERMALINK_ADMINPATH', 'Sökväg till administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'Sökväg till administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Sökväg till sök'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Sökväg till sök');
@define('USERCONF_CREATE', 'Förbjud skapa artiklar?');
@define('USERCONF_CREATE_DESC', 'Om detta alternativ är valt kan användaren inte skapa nya artiklar');
@define('INSTALL_CAL', 'Kalendertyp'); @define('INSTALL_CAL', 'Kalendertyp');
@define('INSTALL_CAL_DESC', 'Välj önkskat kalenderformat'); @define('INSTALL_CAL_DESC', 'Välj önkskat kalenderformat');
@define('REPLY', 'Svara'); @define('REPLY', 'Svara');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'இக்குறிப்பாளருக்கு தடை விதிக்க');
@define('USERCONF_CREATE_DESC', 'இக்குறிப்பாளர் புதிய வலைக்குறிப்புகளை எழுத இயலாது');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tn.inc.php 1550 2006-12-26 07:21:10Z capriskye $ <?php # $Id: serendipity_lang_tn.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com> # Translated by CapriSkye <admin@capriskye.com>
@ -693,8 +693,6 @@ $i18n_unknown = 'tw';
@define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑'); @define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路徑'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路徑');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑');
@define('USERCONF_CREATE', '不允許新增文章?');
@define('USERCONF_CREATE_DESC', '如果選擇,作者將不能發佈新文章。');
@define('INSTALL_CAL', '日曆類型'); @define('INSTALL_CAL', '日曆類型');
@define('INSTALL_CAL_DESC', '請選擇您要的日曆類型'); @define('INSTALL_CAL_DESC', '請選擇您要的日曆類型');
@define('REPLY', '回覆'); @define('REPLY', '回覆');
@ -892,3 +890,7 @@ $i18n_unknown = 'tw';
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -695,8 +695,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Tek Eklentinin konumu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Tek Eklentinin konumu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Yöneticinin konumu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Yöneticinin konumu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Arama sayfası konumu'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Arama sayfası konumu');
@define('USERCONF_CREATE', 'Yazı oluşturma izni verme?');
@define('USERCONF_CREATE_DESC', 'Bu seçilirse kullanıcı yeni yazı oluşturamayacak');
@define('INSTALL_CAL', 'Ajanda türü'); @define('INSTALL_CAL', 'Ajanda türü');
@define('INSTALL_CAL_DESC', 'Ajanda türünü seçin'); @define('INSTALL_CAL_DESC', 'Ajanda türünü seçin');
@define('REPLY', 'Yanıtla'); @define('REPLY', 'Yanıtla');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tw.inc.php 1550 2006-12-26 07:21:10Z capriskye $ <?php # $Id: serendipity_lang_tw.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com> # Translated by CapriSkye <admin@capriskye.com>
@ -693,8 +693,6 @@ $i18n_unknown = 'tw';
@define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑'); @define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路徑'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路徑');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑');
@define('USERCONF_CREATE', '不允許新增文章?');
@define('USERCONF_CREATE_DESC', '如果選擇,作者將不能發佈新文章。');
@define('INSTALL_CAL', '日曆類型'); @define('INSTALL_CAL', '日曆類型');
@define('INSTALL_CAL_DESC', '請選擇您要的日曆類型'); @define('INSTALL_CAL_DESC', '請選擇您要的日曆類型');
@define('REPLY', '回覆'); @define('REPLY', '回覆');
@ -892,3 +890,7 @@ $i18n_unknown = 'tw';
@define('PLUGIN_AUTHORS_MINCOUNT', '顯示多於 X 文章的作者'); @define('PLUGIN_AUTHORS_MINCOUNT', '顯示多於 X 文章的作者');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。');@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。');@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_zh.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $ <?php # $Id: serendipity_lang_zh.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by # Translated by
@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径'); @define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路径'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路径');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径');
@define('USERCONF_CREATE', '不允许新增新文章');
@define('USERCONF_CREATE_DESC', '如果选择,作者将不能发布新文章。');
@define('INSTALL_CAL', '日历类型'); @define('INSTALL_CAL', '日历类型');
@define('INSTALL_CAL_DESC', '请选择你要的日历类型'); @define('INSTALL_CAL_DESC', '请选择你要的日历类型');
@define('REPLY', '回复'); @define('REPLY', '回复');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -1 +1,2 @@
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -90,3 +90,7 @@ foreach($const['missing'] AS $file => $constants) {
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -679,8 +679,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('USERCONF_CREATE', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?');
@define('USERCONF_CREATE_DESC', '<27><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_CAL', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_CAL_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('REPLY', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('REPLY', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@ -877,3 +875,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>.');
@define('IMPORT_WP_PAGES', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?'); @define('IMPORT_WP_PAGES', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径'); @define('INSTALL_PERMALINK_PLUGINPATH', '单外挂路径');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路径'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路径');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜索路径');
@define('USERCONF_CREATE', '不允许新增新文章');
@define('USERCONF_CREATE_DESC', '如果选择,作者将不能发布新文章。');
@define('INSTALL_CAL', '日历类型'); @define('INSTALL_CAL', '日历类型');
@define('INSTALL_CAL_DESC', '请选择你要的日历类型'); @define('INSTALL_CAL_DESC', '请选择你要的日历类型');
@define('REPLY', '回复'); @define('REPLY', '回复');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -703,8 +703,6 @@ $i18n_filename_to = array (
@define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotliv<69>mu pluginu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotliv<69>mu pluginu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhled<65>v<EFBFBD>n<EFBFBD>'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhled<65>v<EFBFBD>n<EFBFBD>');
@define('USERCONF_CREATE', 'Zak<61>zat vytv<74><76>en<65> z<>znam<61>?');
@define('USERCONF_CREATE_DESC', 'Pokud bude vybr<62>no, u<>ivatel nem<65><6D>e vytv<74><76>et nov<6F> z<>znamy');
@define('INSTALL_CAL', 'Typ kalend<6E><64>e'); @define('INSTALL_CAL', 'Typ kalend<6E><64>e');
@define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e'); @define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e');
@define('REPLY', 'Odpov<6F><76>'); @define('REPLY', 'Odpov<6F><76>');
@ -898,3 +896,7 @@ $i18n_filename_to = array (
@define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<6C>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<6C>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -703,8 +703,6 @@ $i18n_filename_to = array (
@define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotliv<69>mu pluginu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Cesta k jednotliv<69>mu pluginu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Cesta k adminu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhled<65>v<EFBFBD>n<EFBFBD>'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Cesta k vyhled<65>v<EFBFBD>n<EFBFBD>');
@define('USERCONF_CREATE', 'Zak<61>zat vytv<74><76>en<65> z<>znam<61>?');
@define('USERCONF_CREATE_DESC', 'Pokud bude vybr<62>no, u<>ivatel nem<65><6D>e vytv<74><76>et nov<6F> z<>znamy');
@define('INSTALL_CAL', 'Typ kalend<6E><64>e'); @define('INSTALL_CAL', 'Typ kalend<6E><64>e');
@define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e'); @define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e');
@define('REPLY', 'Odpov<6F><76>'); @define('REPLY', 'Odpov<6F><76>');
@ -898,3 +896,7 @@ $i18n_filename_to = array (
@define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<6C>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<6C>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Sti til et plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Sti til et plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Sti til admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Sti til admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Sti til s<>gning'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Sti til s<>gning');
@define('USERCONF_CREATE', 'Forbyd oprettelse af artikler?');
@define('USERCONF_CREATE_DESC', 'Hvis valgt, kan denne bruger ikke oprette nye artikler');
@define('INSTALL_CAL', 'Kalendar type'); @define('INSTALL_CAL', 'Kalendar type');
@define('INSTALL_CAL_DESC', 'V<>lg dit kalenderformat'); @define('INSTALL_CAL_DESC', 'V<>lg dit kalenderformat');
@define('REPLY', 'Svar'); @define('REPLY', 'Svar');
@ -887,3 +885,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Pfad zu einem externen Plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Pfad zu einem externen Plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Pfad zur Administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'Pfad zur Administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Pfad zur Suche'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Pfad zur Suche');
@define('USERCONF_CREATE', 'Erstellung von Eintr<74>gen verbieten?');
@define('USERCONF_CREATE_DESC', 'Falls diese Option aktiviert ist, darf ein Benutzer keine neuen Eintr<74>ge erstellen.');
@define('INSTALL_CAL', 'Kalendertyp'); @define('INSTALL_CAL', 'Kalendertyp');
@define('INSTALL_CAL_DESC', 'W<>hlen Sie das gew<65>nschte Kalenderformat'); @define('INSTALL_CAL_DESC', 'W<>hlen Sie das gew<65>nschte Kalenderformat');
@define('REPLY', 'Antwort'); @define('REPLY', 'Antwort');
@ -881,7 +879,11 @@
@define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen pers<72>nliche Plugin-Rechte f<>r Benutzergruppen aktiviert werden?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen pers<72>nliche Plugin-Rechte f<>r Benutzergruppen aktiviert werden?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, k<>nnen Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausf<73>hren darf.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, k<>nnen Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausf<73>hren darf.');
@define('DELETE_SELECTED_ENTRIES', 'Markierte Eintr<74>ge l<>schen'); @define('DELETE_SELECTED_ENTRIES', 'Markierte Eintr<74>ge l<>schen');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Nur Autoren mit mindestens X Beitr<74>gen anzeigen');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Auch attachments und staticpages als normale Blog-Eintr<74>ge importieren?');
@define('USERCONF_CREATE', '`Benutzer deaktivieren / Rechte entziehen?');
@define('USERCONF_CREATE_DESC', 'Wenn diese Option aktiviert ist, wird dieser Benutzer keine M<>glichkeit mehr haben Eintr<74>ge anzulegen oder sonstige Aktionen auszuf<75>hren. Wenn er in die Administrations-Oberfl<66>che kommt, wird er nichts anderes tun k<>nnen als seine Pers<72>nlichen Einstellungen zu <20>ndern und sich auszuloggen.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -886,3 +884,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -706,8 +706,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Ruta a extensi<73>n'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Ruta a extensi<73>n');
@define('INSTALL_PERMALINK_ADMINPATH', 'Ruta a admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Ruta a admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Ruta para buscar'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Ruta para buscar');
@define('USERCONF_CREATE', '<27>Prohibir crear entradas?');
@define('USERCONF_CREATE_DESC', 'Si lo seleccionas el usuario no podr<64> crear nuevas entradas');
@define('INSTALL_CAL', 'Tipo de calendario'); @define('INSTALL_CAL', 'Tipo de calendario');
@define('INSTALL_CAL_DESC', 'Elige tu formato de calendario'); @define('INSTALL_CAL_DESC', 'Elige tu formato de calendario');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -906,3 +904,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'مسیر به صفحه افزونه'); @define('INSTALL_PERMALINK_PLUGINPATH', 'مسیر به صفحه افزونه');
@define('INSTALL_PERMALINK_ADMINPATH', 'مسیر به صفحه مدیر'); @define('INSTALL_PERMALINK_ADMINPATH', 'مسیر به صفحه مدیر');
@define('INSTALL_PERMALINK_SEARCHPATH', 'مسیر به صفحه جستجو'); @define('INSTALL_PERMALINK_SEARCHPATH', 'مسیر به صفحه جستجو');
@define('USERCONF_CREATE', 'ارسال مطلب ممنوع شود؟');
@define('USERCONF_CREATE_DESC', 'اگر انتخاب شود، کاربر نمی تواند مطلب جدیدی ارسال کند');
@define('INSTALL_CAL', 'تقویم'); @define('INSTALL_CAL', 'تقویم');
@define('INSTALL_CAL_DESC', 'نوع تقویم خود را انتخاب کنید'); @define('INSTALL_CAL_DESC', 'نوع تقویم خود را انتخاب کنید');
@define('REPLY', 'پاسخ'); @define('REPLY', 'پاسخ');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -689,8 +689,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Yksittäisen laajennuksen polku'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Yksittäisen laajennuksen polku');
@define('INSTALL_PERMALINK_ADMINPATH', 'Ylläpitopolku'); @define('INSTALL_PERMALINK_ADMINPATH', 'Ylläpitopolku');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Hakupolku'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Hakupolku');
@define('USERCONF_CREATE', 'Kiellä kirjoittaminen blogiin?');
@define('USERCONF_CREATE_DESC', 'Jos "Kyllä", niin käyttäjä ei saa kirjoittaa blogiin.');
@define('INSTALL_CAL', 'Kalenterin tyyppi'); @define('INSTALL_CAL', 'Kalenterin tyyppi');
@define('INSTALL_CAL_DESC', 'Valitse käytettävä kalenterimuoto'); @define('INSTALL_CAL_DESC', 'Valitse käytettävä kalenterimuoto');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -695,8 +695,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Chemin d\'acc<63>s <20> un plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Chemin d\'acc<63>s <20> un plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Chemin d\'acc<63>s <20> l\'administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'Chemin d\'acc<63>s <20> l\'administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Chemin d\'acc<63>s <20> la recherche'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Chemin d\'acc<63>s <20> la recherche');
@define('USERCONF_CREATE', 'Interdire l\'ajout de billets ?');
@define('USERCONF_CREATE_DESC', 'Si activ<69>e, cette option emp<6D>che l\'utilisateur d\'ajouter de nouveaux billets.');
@define('INSTALL_CAL', 'Type de calendrier'); @define('INSTALL_CAL', 'Type de calendrier');
@define('INSTALL_CAL_DESC', 'Choisissez votre format de calendrier pr<70>f<EFBFBD>r<EFBFBD>'); @define('INSTALL_CAL_DESC', 'Choisissez votre format de calendrier pr<70>f<EFBFBD>r<EFBFBD>');
@define('REPLY', 'R<>pondre'); @define('REPLY', 'R<>pondre');
@ -895,3 +893,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Sl<53><6C> til stakrar vi<76>b<EFBFBD>tar'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Sl<53><6C> til stakrar vi<76>b<EFBFBD>tar');
@define('INSTALL_PERMALINK_ADMINPATH', 'Sl<53><6C> til stj<74>rnkerfis'); @define('INSTALL_PERMALINK_ADMINPATH', 'Sl<53><6C> til stj<74>rnkerfis');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Sl<53><6C> til leitar'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Sl<53><6C> til leitar');
@define('USERCONF_CREATE', 'Banna n<>skr<6B>ningu f<>rsla?');
@define('USERCONF_CREATE_DESC', 'Ef vali<6C> getur notandi ekki skr<6B><72> n<>jar f<>rslur');
@define('INSTALL_CAL', 'Tegund dagatals'); @define('INSTALL_CAL', 'Tegund dagatals');
@define('INSTALL_CAL_DESC', 'Veldu forsni<6E> <20>ska<6B>s dagatals'); @define('INSTALL_CAL_DESC', 'Veldu forsni<6E> <20>ska<6B>s dagatals');
@define('REPLY', 'Svara'); @define('REPLY', 'Svara');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Percorso per il singole plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Percorso per il singole plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Percorso per l\'amministrazione'); @define('INSTALL_PERMALINK_ADMINPATH', 'Percorso per l\'amministrazione');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Percorso della ricerca'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Percorso della ricerca');
@define('USERCONF_CREATE', 'Impedisci di creare le notizie?');
@define('USERCONF_CREATE_DESC', 'Se selezionato, l\'utente non pu<70> creare nuove notizie');
@define('INSTALL_CAL', 'Tipo di Calendario'); @define('INSTALL_CAL', 'Tipo di Calendario');
@define('INSTALL_CAL_DESC', 'Scegli il formato del Calendario'); @define('INSTALL_CAL_DESC', 'Scegli il formato del Calendario');
@define('REPLY', 'Rispondi'); @define('REPLY', 'Rispondi');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '単一プラグインへのパス'); @define('INSTALL_PERMALINK_PLUGINPATH', '単一プラグインへのパス');
@define('INSTALL_PERMALINK_ADMINPATH', '管理へのパス'); @define('INSTALL_PERMALINK_ADMINPATH', '管理へのパス');
@define('INSTALL_PERMALINK_SEARCHPATH', '検索へのパス'); @define('INSTALL_PERMALINK_SEARCHPATH', '検索へのパス');
@define('USERCONF_CREATE', 'エントリの作成を禁止する');
@define('USERCONF_CREATE_DESC', '選択した場合、ユーザーは新しいエントリを作成できなくなります。');
@define('INSTALL_CAL', 'カレンダーの種類'); @define('INSTALL_CAL', 'カレンダーの種類');
@define('INSTALL_CAL_DESC', 'あなたの希望のカレンダーの形式を選びます。'); @define('INSTALL_CAL_DESC', 'あなたの希望のカレンダーの形式を選びます。');
@define('REPLY', '返信'); @define('REPLY', '返信');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'ブックマークレット'); @define('FURTHER_LINKS_S9Y_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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '하나의 플러그인으로 가는 경로'); @define('INSTALL_PERMALINK_PLUGINPATH', '하나의 플러그인으로 가는 경로');
@define('INSTALL_PERMALINK_ADMINPATH', '관리 화면으로 가는 경로'); @define('INSTALL_PERMALINK_ADMINPATH', '관리 화면으로 가는 경로');
@define('INSTALL_PERMALINK_SEARCHPATH', '검색하기 위한 경로'); @define('INSTALL_PERMALINK_SEARCHPATH', '검색하기 위한 경로');
@define('USERCONF_CREATE', '글 생성 금지하기');
@define('USERCONF_CREATE_DESC', '선택할 경우, 사용자가 새로운 글을 생성하지 못합니다.');
@define('INSTALL_CAL', '달력 종류'); @define('INSTALL_CAL', '달력 종류');
@define('INSTALL_CAL_DESC', '원하는 달력의 형태를 고르십시오.'); @define('INSTALL_CAL_DESC', '원하는 달력의 형태를 고르십시오.');
@define('REPLY', '답글'); @define('REPLY', '답글');
@ -891,3 +889,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Pad naar enkele plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Pad naar enkele plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Pad naar admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Pad naar admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Zoekpad'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Zoekpad');
@define('USERCONF_CREATE', 'Het aanmaken van artikelen verbieden?');
@define('USERCONF_CREATE_DESC', 'Als dit is aangevinkt mag de auteur geen nieuwe artikelen aanmaken');
@define('INSTALL_CAL', 'Kalendertype'); @define('INSTALL_CAL', 'Kalendertype');
@define('INSTALL_CAL_DESC', 'Kies het gewenste kalendertype'); @define('INSTALL_CAL_DESC', 'Kies het gewenste kalendertype');
@define('REPLY', 'Beantwoorden'); @define('REPLY', 'Beantwoorden');
@ -890,3 +888,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Maak een bladwijzer van deze hyperlink en gebruik het dan bij elke website waarover je wilt schrijven om snel toegang te krijgen tot je weblog.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Maak een bladwijzer van deze hyperlink en gebruik het dan bij elke website waarover je wilt schrijven om snel toegang te krijgen tot je weblog.');
@define('IMPORT_WP_PAGES', 'Ook bijlagen en statische pagina\'s als gewone artikelen ophalen?'); @define('IMPORT_WP_PAGES', 'Ook bijlagen en statische pagina\'s als gewone artikelen ophalen?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -692,8 +692,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Svar'); @define('REPLY', 'Svar');
@ -891,3 +889,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -695,8 +695,6 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Zabro<72> tworzenia wpis<69>w?');
@define('USERCONF_CREATE_DESC', 'Je<4A>li wybrane, u<>ytkownik nie mo<6D>e dokonywa<77> nowych wpis<69>w');
@define('INSTALL_CAL', 'Typ kalendarza'); @define('INSTALL_CAL', 'Typ kalendarza');
@define('INSTALL_CAL_DESC', 'Wybierz sw<73>j typ kalendarza'); @define('INSTALL_CAL_DESC', 'Wybierz sw<73>j typ kalendarza');
@define('REPLY', 'Odpowiedz'); @define('REPLY', 'Odpowiedz');
@ -887,3 +885,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
@define('PLUGIN_AUTHORS_MINCOUNT', 'Poka<6B> tylko autor<6F>w maj<61>cych co najmniej X wpis<69>w'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Poka<6B> tylko autor<6F>w maj<61>cych co najmniej X wpis<69>w');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark (dodaj do Ulubionych) ten link i u<>yj na dowolnej stronie, o kt<6B>rej chcesz blogowa<77>, by szybko dosta<74> si<73> do swojego bloga.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark (dodaj do Ulubionych) ten link i u<>yj na dowolnej stronie, o kt<6B>rej chcesz blogowa<77>, by szybko dosta<74> si<73> do swojego bloga.');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin <20>nico'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin <20>nico');
@define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para administra<72><61>o'); @define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para administra<72><61>o');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para pesquisa'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para pesquisa');
@define('USERCONF_CREATE', 'Proibir a cria<69><61>o de entradas?');
@define('USERCONF_CREATE_DESC', 'Se selecionado, o usu<73>rio n<>o poder<65> criar coment<6E>rios');
@define('INSTALL_CAL', 'Tipo de calend<6E>rio'); @define('INSTALL_CAL', 'Tipo de calend<6E>rio');
@define('INSTALL_CAL_DESC', 'Escolha o formato do calend<6E>rio desejado'); @define('INSTALL_CAL_DESC', 'Escolha o formato do calend<6E>rio desejado');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -893,3 +891,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -700,8 +700,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin <20>nico'); //Verify @define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin <20>nico'); //Verify
@define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para Administra<72><61>o'); @define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para Administra<72><61>o');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para a pesquisa'); //Verify @define('INSTALL_PERMALINK_SEARCHPATH', 'Caminho para a pesquisa'); //Verify
@define('USERCONF_CREATE', 'Proibir criar entradas?');
@define('USERCONF_CREATE_DESC', 'Se seleccionado, o utilizador n<>o pode criar novas entradas');
@define('INSTALL_CAL', 'G<>nero de calend<6E>rio'); @define('INSTALL_CAL', 'G<>nero de calend<6E>rio');
@define('INSTALL_CAL_DESC', 'Escolha o formato de calend<6E>rio desejado'); @define('INSTALL_CAL_DESC', 'Escolha o formato de calend<6E>rio desejado');
@define('REPLY', 'Responder'); @define('REPLY', 'Responder');
@ -900,3 +898,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Marque esta liga<67><61>o e use-a em qualquer p<>gina em que quiser blogar para aceder rapidamente ao seu blogue Serendipity.'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Marque esta liga<67><61>o e use-a em qualquer p<>gina em que quiser blogar para aceder rapidamente ao seu blogue Serendipity.');
@define('IMPORT_WP_PAGES', 'Ir tamb<6D>m buscar ficheiros anexados e p<>ginas est<73>ticas como entradas de blog normais?'); @define('IMPORT_WP_PAGES', 'Ir tamb<6D>m buscar ficheiros anexados e p<>ginas est<73>ticas como entradas de blog normais?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'Forbid creating entries?');
@define('USERCONF_CREATE_DESC', 'If selected, the user may not create new entries');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
@define('INSTALL_PERMALINK_PLUGINPATH', 'Путь к отдельному плагину'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Путь к отдельному плагину');
@define('INSTALL_PERMALINK_ADMINPATH', 'Путь для администрирования'); @define('INSTALL_PERMALINK_ADMINPATH', 'Путь для администрирования');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Путь к поиску'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Путь к поиску');
@define('USERCONF_CREATE', 'Запретить создание записей?');
@define('USERCONF_CREATE_DESC', 'Если выбрано, пользователь не может создавать записи');
@define('INSTALL_CAL', 'Тип Календаря'); @define('INSTALL_CAL', 'Тип Календаря');
@define('INSTALL_CAL_DESC', 'Выберите желаемый формат Календаря'); @define('INSTALL_CAL_DESC', 'Выберите желаемый формат Календаря');
@define('REPLY', 'Ответить'); @define('REPLY', 'Ответить');
@ -892,3 +890,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -694,8 +694,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>');
@define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>');
@define('USERCONF_CREATE', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>');
@define('USERCONF_CREATE_DESC', '<27><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ');
@define('INSTALL_CAL', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_CAL_DESC', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'); @define('INSTALL_CAL_DESC', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>');
@define('REPLY', '<27><>'); @define('REPLY', '<27><>');
@ -807,3 +805,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -690,8 +690,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'S<>kv<6B>g till enstaka insticksmodul'); @define('INSTALL_PERMALINK_PLUGINPATH', 'S<>kv<6B>g till enstaka insticksmodul');
@define('INSTALL_PERMALINK_ADMINPATH', 'S<>kv<6B>g till administration'); @define('INSTALL_PERMALINK_ADMINPATH', 'S<>kv<6B>g till administration');
@define('INSTALL_PERMALINK_SEARCHPATH', 'S<>kv<6B>g till s<>k'); @define('INSTALL_PERMALINK_SEARCHPATH', 'S<>kv<6B>g till s<>k');
@define('USERCONF_CREATE', 'F<>rbjud skapa artiklar?');
@define('USERCONF_CREATE_DESC', 'Om detta alternativ <20>r valt kan anv<6E>ndaren inte skapa nya artiklar');
@define('INSTALL_CAL', 'Kalendertyp'); @define('INSTALL_CAL', 'Kalendertyp');
@define('INSTALL_CAL_DESC', 'V<>lj <20>nkskat kalenderformat'); @define('INSTALL_CAL_DESC', 'V<>lj <20>nkskat kalenderformat');
@define('REPLY', 'Svara'); @define('REPLY', 'Svara');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin'); @define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
@define('USERCONF_CREATE', 'இக்குறிப்பாளருக்கு தடை விதிக்க');
@define('USERCONF_CREATE_DESC', 'இக்குறிப்பாளர் புதிய வலைக்குறிப்புகளை எழுத இயலாது');
@define('INSTALL_CAL', 'Calendar Type'); @define('INSTALL_CAL', 'Calendar Type');
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format'); @define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
@define('REPLY', 'Reply'); @define('REPLY', 'Reply');
@ -888,3 +886,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@ $i18n_unknown = 'tw';
@define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑'); @define('INSTALL_PERMALINK_PLUGINPATH', '單外掛路徑');
@define('INSTALL_PERMALINK_ADMINPATH', '管理路徑'); @define('INSTALL_PERMALINK_ADMINPATH', '管理路徑');
@define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑'); @define('INSTALL_PERMALINK_SEARCHPATH', '搜尋路徑');
@define('USERCONF_CREATE', '不允許新增文章?');
@define('USERCONF_CREATE_DESC', '如果選擇,作者將不能發佈新文章。');
@define('INSTALL_CAL', '日曆類型'); @define('INSTALL_CAL', '日曆類型');
@define('INSTALL_CAL_DESC', '請選擇您要的日曆類型'); @define('INSTALL_CAL_DESC', '請選擇您要的日曆類型');
@define('REPLY', '回覆'); @define('REPLY', '回覆');
@ -892,3 +890,7 @@ $i18n_unknown = 'tw';
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', '書籤');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '將這個連結設為書籤可以讓您快速的進入網誌。');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -695,8 +695,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Tek Eklentinin konumu'); @define('INSTALL_PERMALINK_PLUGINPATH', 'Tek Eklentinin konumu');
@define('INSTALL_PERMALINK_ADMINPATH', 'Yöneticinin konumu'); @define('INSTALL_PERMALINK_ADMINPATH', 'Yöneticinin konumu');
@define('INSTALL_PERMALINK_SEARCHPATH', 'Arama sayfası konumu'); @define('INSTALL_PERMALINK_SEARCHPATH', 'Arama sayfası konumu');
@define('USERCONF_CREATE', 'Yazı oluşturma izni verme?');
@define('USERCONF_CREATE_DESC', 'Bu seçilirse kullanıcı yeni yazı oluşturamayacak');
@define('INSTALL_CAL', 'Ajanda türü'); @define('INSTALL_CAL', 'Ajanda türü');
@define('INSTALL_CAL_DESC', 'Ajanda türünü seçin'); @define('INSTALL_CAL_DESC', 'Ajanda türünü seçin');
@define('REPLY', 'Yanıtla'); @define('REPLY', 'Yanıtla');
@ -892,3 +890,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@ $i18n_unknown = 'tw';
@define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD>|'); @define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD>|');
@define('INSTALL_PERMALINK_ADMINPATH', '<27>޲z<DEB2><7A><EFBFBD>|'); @define('INSTALL_PERMALINK_ADMINPATH', '<27>޲z<DEB2><7A><EFBFBD>|');
@define('INSTALL_PERMALINK_SEARCHPATH', '<27>j<EFBFBD>M<EFBFBD><4D><EFBFBD>|'); @define('INSTALL_PERMALINK_SEARCHPATH', '<27>j<EFBFBD>M<EFBFBD><4D><EFBFBD>|');
@define('USERCONF_CREATE', '<27><><EFBFBD><EFBFBD><EFBFBD>\<5C>s<EFBFBD>W<EFBFBD><EFBFBD>H');
@define('USERCONF_CREATE_DESC', '<27>p<EFBFBD>G<EFBFBD><47><EFBFBD>ܡA<DCA1>@<40>̱N<CCB1><4E><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>G<EFBFBD>s<EFBFBD><EFBFBD>C');
@define('INSTALL_CAL', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_CAL_DESC', '<27>п<EFBFBD><D0BF>ܱz<DCB1>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL_DESC', '<27>п<EFBFBD><D0BF>ܱz<DCB1>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('REPLY', '<27>^<5E><>'); @define('REPLY', '<27>^<5E><>');
@ -892,3 +890,7 @@ $i18n_unknown = 'tw';
@define('PLUGIN_AUTHORS_MINCOUNT', '<27><><EFBFBD>ܦh<DCA6><68> X <20><EFBFBD><E5B3B9><EFBFBD>@<40><>'); @define('PLUGIN_AUTHORS_MINCOUNT', '<27><><EFBFBD>ܦh<DCA6><68> X <20><EFBFBD><E5B3B9><EFBFBD>@<40><>');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', '<27><><EFBFBD><EFBFBD>'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', '<27><><EFBFBD><EFBFBD>');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '<27>N<EFBFBD>o<EFBFBD>ӳs<D3B3><73><EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD>ҥi<D2A5>H<EFBFBD><48><EFBFBD>z<EFBFBD>ֳt<D6B3><74><EFBFBD>i<EFBFBD>J<EFBFBD><4A><EFBFBD>x<EFBFBD>C');@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', '<27>N<EFBFBD>o<EFBFBD>ӳs<D3B3><73><EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD>ҥi<D2A5>H<EFBFBD><48><EFBFBD>z<EFBFBD>ֳt<D6B3><74><EFBFBD>i<EFBFBD>J<EFBFBD><4A><EFBFBD>x<EFBFBD>C');@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');

@ -693,8 +693,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7>'); @define('INSTALL_PERMALINK_PLUGINPATH', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7>');
@define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>'); @define('INSTALL_PERMALINK_ADMINPATH', '<27><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>');
@define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>'); @define('INSTALL_PERMALINK_SEARCHPATH', '<27><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>');
@define('USERCONF_CREATE', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('USERCONF_CREATE_DESC', '<27><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD><EFBFBD><EFBFBD>ܷ<EFBFBD><DCB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¡<EFBFBD>');
@define('INSTALL_CAL', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('INSTALL_CAL_DESC', '<27><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'); @define('INSTALL_CAL_DESC', '<27><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
@define('REPLY', '<27>ظ<EFBFBD>'); @define('REPLY', '<27>ظ<EFBFBD>');
@ -889,3 +887,7 @@
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @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.'); @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.');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');