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

@ -691,8 +691,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Pad naar enkele plugin');
@define('INSTALL_PERMALINK_ADMINPATH', 'Pad naar admin');
@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_DESC', 'Kies het gewenste kalendertype');
@define('REPLY', 'Beantwoorden');
@ -890,3 +888,7 @@
@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('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.');