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

View File

@ -700,8 +700,6 @@
@define('INSTALL_PERMALINK_PLUGINPATH', 'Caminho para plugin <20>nico'); //Verify
@define('INSTALL_PERMALINK_ADMINPATH', 'Caminho para Administra<72><61>o');
@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_DESC', 'Escolha o formato de calend<6E>rio desejado');
@define('REPLY', 'Responder');
@ -900,3 +898,7 @@
@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('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.');