]> git.mjollnir.org Git - s9y.git/commitdiff
pt_PT translations, some typos
authorjmatos <jmatos>
Sun, 23 Oct 2005 22:38:34 +0000 (22:38 +0000)
committerjmatos <jmatos>
Sun, 23 Oct 2005 22:38:34 +0000 (22:38 +0000)
plugins/serendipity_event_textile/UTF-8/lang_pt_PT.inc.php [new file with mode: 0644]
plugins/serendipity_event_textile/lang_pt_PT.inc.php [new file with mode: 0644]
plugins/serendipity_event_textwiki/UTF-8/lang_pt_PT.inc.php [new file with mode: 0644]
plugins/serendipity_event_textwiki/lang_pt_PT.inc.php [new file with mode: 0644]
plugins/serendipity_event_textwiki/serendipity_event_textwiki.php

diff --git a/plugins/serendipity_event_textile/UTF-8/lang_pt_PT.inc.php b/plugins/serendipity_event_textile/UTF-8/lang_pt_PT.inc.php
new file mode 100644 (file)
index 0000000..addd089
--- /dev/null
@@ -0,0 +1,20 @@
+<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
+
+##########################################################################
+# serendipity - another blogger...                                       #
+##########################################################################
+#                                                                        #
+# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
+# http://www.jannis.to/programming/serendipity.html                      #
+#                                                                        #
+# Translated by                                                          #
+# João P Matos <argh@php-tools.net>                                #
+#                                                                        #
+##########################################################################
+
+@define('PLUGIN_EVENT_TEXTILE_NAME', 'Código: Textile');
+@define('PLUGIN_EVENT_TEXTILE_DESC', 'Filtra o texto das entradas através do conversor Textile');
+@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', 'Síntaxe <a href="http://www.textism.com/tools/textile/">Textile</a> autorizada');
+
+/* vim: set sts=4 ts=4 expandtab : */
+?>
\ No newline at end of file
diff --git a/plugins/serendipity_event_textile/lang_pt_PT.inc.php b/plugins/serendipity_event_textile/lang_pt_PT.inc.php
new file mode 100644 (file)
index 0000000..1a7885c
--- /dev/null
@@ -0,0 +1,20 @@
+<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
+
+##########################################################################
+# serendipity - another blogger...                                       #
+##########################################################################
+#                                                                        #
+# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
+# http://www.jannis.to/programming/serendipity.html                      #
+#                                                                        #
+# Translated by                                                          #
+# João P Matos <argh@php-tools.net>                                #
+#                                                                        #
+##########################################################################
+
+@define('PLUGIN_EVENT_TEXTILE_NAME', 'Código: Textile');
+@define('PLUGIN_EVENT_TEXTILE_DESC', 'Filtra o texto das entradas através do conversor Textile');
+@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', 'Síntaxe <a href="http://www.textism.com/tools/textile/">Textile</a> autorizada');
+
+/* vim: set sts=4 ts=4 expandtab : */
+?>
\ No newline at end of file
diff --git a/plugins/serendipity_event_textwiki/UTF-8/lang_pt_PT.inc.php b/plugins/serendipity_event_textwiki/UTF-8/lang_pt_PT.inc.php
new file mode 100644 (file)
index 0000000..b25c017
--- /dev/null
@@ -0,0 +1,74 @@
+<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
+
+##########################################################################
+# serendipity - another blogger...                                       #
+##########################################################################
+#                                                                        #
+# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
+# http://www.jannis.to/programming/serendipity.html                      #
+#                                                                        #
+# Translated by                                                          #
+# João P. Matos <jmatos@math.ist.utl.pt>                                 #
+#                                                                        #
+##########################################################################
+
+@define('PLUGIN_EVENT_TEXTWIKI_NAME',     'Código: Wiki');
+@define('PLUGIN_EVENT_TEXTWIKI_DESC',     'Codificação do texto usando Text_Wiki');
+@define('PLUGIN_EVENT_TEXTWIKI_TRANSFORM', 'Síntaxe <a href="http://c2.com/cgi/wiki">Wiki</a> autorizada');
+
+// 
+
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PREFILETER', 'Converte fins de linha de diferentes sistemas operativos (Unix/DOS) para um formato único e concatena linhas terminadas em \. Activado por omissão. É recomendado manter activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DELIMITER', 'Converte o limitador interno do Text_Wiki "\xFF" (255) para evitar conflitos na interpretação. Activo por omissão. Recomendado manter activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CODE', 'Marca texto texto entre <code> e </code> como código. Usando <code type=".."> pode activar formatação (e.g. para PHP). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPCODE', 'Marca e formata texto entre <php> e </php> como código php e adiciona etiquetas abertas de PHP . Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Permite escrever código HTML entre <html> e </html>. Cuidado que JS também é possível! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.'); // Review
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_RAW', 'Texto entre `` e `` não ´e interpretado por quaisquer outras regras. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INCLUDE', 'Permite incluir e correr código PHP com a síntaxe [[include /caminho/para/script.php]]. O resultado é interpretado pelas regras de codificação. Cuidado, risco de segurança! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_INCLUDE_DESC_BASE', 'O directório de base para os seus scripts. Por omissão "/caminho/para/scripts/". Se deixar em branco e ligar include só pode usar caminhos absolutos.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HEADING', 'Linhas começando com "+ " são marcadas como títulos (+ = <h1>, ++++++ = <h6>). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HORIZ', '---- é convertido para uma linha horizontal (<hr>). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BREAK', 'Fins de linha marcados com " _" definem fins de linha explícitos. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BLOCKQUOTE', 'Permite usar citações de tipo email ("> ", ">> ",...). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_LIST', 'Permite criação de listass ("* " = não numeradas, "# " = numeradas). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DEFLIST', 'Permite criar listas de definições. Síntaxe: ": Tópico : Definição". Activo por omissão.'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TABLE', 'permite criar tabelas. Só usar para linhas completas. Síntaxe: "|| Célula 1 || Célula 2 || Célula 3 ||". Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMBED', 'Permite incluir e correr código PHP com a síntaxe [[embed /caminho/para/script.php]]. O resultado não é interpretado pelas regras de codificação. Cuidado, risco de segurança! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_EMBED_DESC_BASE', 'O directório de base para os seus scripts. Por omissão "/caminho/para/scripts/". Se deixar em branco e ligar embed só pode usar caminhos absolutos.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_IMAGE', 'Permite a inclusão de imagens. ([[image  /caminho/para/imagem.ext [atributos HTML] ]] or [[image  caminho/para/imagem.ext [link="NomePágina"] [atributos HTML] ]] para imagens com conexão). Default is on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'O directório de base para as suas imagens. Por omissão "/caminho/para/imagens". Se deixar em branco só pode usar caminhos absolutos ou URLs.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPLOOKUP', 'Cria ligações de busca ao manual de PHP com [[php function-name]]. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TOC', 'Gera um índice de todos os títulos usados com [[toc]]. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_NEWLINE', 'Converte "newlines" ("\n") isoladas to line breakspara mudanças de linha. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CENTER', 'Linhas começadas com "= " são centradas. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PARAGRAPH', 'Converte "newlines" ("\n") duplas para parágrafos (<p></p>). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_URL', 'Converte http://example.com para ligação, [http://example.com] para nota de pé de página e [http://example.com Example] para uma ligação com descrição. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_URL_DESC_TARGET', 'Define o alvo (target) das suas URLs. Por omissão é "_blank".'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_FREELINK', 'permite definição de ligações não-standard de wiki via "((Non-standard link format))" e "((Non-standard link|Describtion))". Por omissão inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_PAGES', 'A regra de freelink (assim como a regra wikilink) devem saber que páginas existem e que páginas devem ser marcadas como "novas". Isto especifica a localização de um ficheiro (local ou remoto) que tem que conter 1 nome de página por linha. Se o ficheiro for remoto, será posto em cache pelo tempo especificado.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_VIEWURL', 'Esta URL é especificada para visualizar freelinks. Tem que especificar um "%s" dentro desta URL que será substituído pelo nome da página freelink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWURL', 'Esta URL é especificada para criar novas freelinks. Tem que especificar um "%s" dentro desta URL que será substituído pelo nome da página freelink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWTEXT', 'Este texto será adicionado a freelinks não definidas para ligar à página de criação. Incializado como "?".');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_CACHETIME', 'Se especificar um ficheiro remoto (URL) para as suas páginas de freelinks, este ficheiro estará em cache durante o número de segundos especificado aqui. O valor por omissão é de 1 hora.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INTERWIKI', 'Permite ligações inter wiki a MeatBall, Advogato e Wiki usando SiteName:PageName ou [NomeSítio:NomePágina Mostrar este texto alternativo]. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_INTERWIKI_DESC_TARGET', '');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_WIKILINK', 'Permite uso de PalavrasWiki (WikiWords) standard (2-X x maiúsculas) como links wiki. por omissão inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_PAGES', 'A regra wikilink deve saber que páginas existem e quais devem ser marcadas como "novas". Isto especifica a localização de um ficheiro (local ou remoto) que tem que conter um nome de página por linha. Se o ficheiro for remoto, será posto em cache pelo tempo especificado.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_VIEWURL', 'A URL especificada para ver as wikilinks. Tem que especificar "%s" dentro desta URL que será substituído pelo nome da página wikilink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWURL', 'Esta URL é especificada para criar novos wikilinks. Tem que especificar "%s" dentro desta URL que será substituído pelo nome da página wikilink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWTEXT', 'Este texto será adicionado a wikilinks não definidas para ligar à página de criação. Incializado como "?".');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_CACHETIME', 'Se especificar um ficheiro remoto (URL) para as suas páginas wikilink, este ficheiro estará em cache durante o número de segundos especificado aqui. O valor por omissão é de 1 hora.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_COLORTEXT', 'Colorir texto usando ##cor|texto##. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_STRONG', '**Texto** é marcado como forte (strong). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BOLD', '\'\'\'Texto\'\'\' á marcado a negrito (bold). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMPHASIS', '//Texto// é marcado com ênfase. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_ITALIC', '\'\'Texto\'\' é marcado itálico. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TT', '{{Texto}} é escrito com caracteres de teletipo (monotype). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_SUPERSCRIPT', '^^Texto^^ é escrito como superescrito. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_REVISE', 'Permite marcar texto como revisões usando "@@---texto a apagar+++texto a inserir@@". Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TIGHTEN', 'Encontra seuências de mais de 3 newlines e redu-las a 2 newlines (parágrafo). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_ENTITIES', 'Escapar entidades HTML. Por omissão activo.');
+
+
+/* vim: set sts=4 ts=4 expandtab : */
+?>
\ No newline at end of file
diff --git a/plugins/serendipity_event_textwiki/lang_pt_PT.inc.php b/plugins/serendipity_event_textwiki/lang_pt_PT.inc.php
new file mode 100644 (file)
index 0000000..c3dbf81
--- /dev/null
@@ -0,0 +1,74 @@
+<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
+
+##########################################################################
+# serendipity - another blogger...                                       #
+##########################################################################
+#                                                                        #
+# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
+# http://www.jannis.to/programming/serendipity.html                      #
+#                                                                        #
+# Translated by                                                          #
+# João P. Matos <jmatos@math.ist.utl.pt>                                 #
+#                                                                        #
+##########################################################################
+
+@define('PLUGIN_EVENT_TEXTWIKI_NAME',     'Código: Wiki');
+@define('PLUGIN_EVENT_TEXTWIKI_DESC',     'Codificação do texto usando Text_Wiki');
+@define('PLUGIN_EVENT_TEXTWIKI_TRANSFORM', 'Síntaxe <a href="http://c2.com/cgi/wiki">Wiki</a> autorizada');
+
+// 
+
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PREFILETER', 'Converte fins de linha de diferentes sistemas operativos (Unix/DOS) para um formato único e concatena linhas terminadas em \. Activado por omissão. É recomendado manter activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DELIMITER', 'Converte o limitador interno do Text_Wiki "\xFF" (255) para evitar conflitos na interpretação. Activo por omissão. Recomendado manter activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CODE', 'Marca texto texto entre <code> e </code> como código. Usando <code type=".."> pode activar formatação (e.g. para PHP). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPCODE', 'Marca e formata texto entre <php> e </php> como código php e adiciona etiquetas abertas de PHP . Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Permite escrever código HTML entre <html> e </html>. Cuidado que JS também é possível! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.'); // Review
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_RAW', 'Texto entre `` e `` não ´e interpretado por quaisquer outras regras. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INCLUDE', 'Permite incluir e correr código PHP com a síntaxe [[include /caminho/para/script.php]]. O resultado é interpretado pelas regras de codificação. Cuidado, risco de segurança! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_INCLUDE_DESC_BASE', 'O directório de base para os seus scripts. Por omissão "/caminho/para/scripts/". Se deixar em branco e ligar include só pode usar caminhos absolutos.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HEADING', 'Linhas começando com "+ " são marcadas como títulos (+ = <h1>, ++++++ = <h6>). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HORIZ', '---- é convertido para uma linha horizontal (<hr>). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BREAK', 'Fins de linha marcados com " _" definem fins de linha explícitos. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BLOCKQUOTE', 'Permite usar citações de tipo email ("> ", ">> ",...). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_LIST', 'Permite criação de listass ("* " = não numeradas, "# " = numeradas). Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DEFLIST', 'Permite criar listas de definições. Síntaxe: ": Tópico : Definição". Activo por omissão.'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TABLE', 'permite criar tabelas. Só usar para linhas completas. Síntaxe: "|| Célula 1 || Célula 2 || Célula 3 ||". Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMBED', 'Permite incluir e correr código PHP com a síntaxe [[embed /caminho/para/script.php]]. O resultado não é interpretado pelas regras de codificação. Cuidado, risco de segurança! Se usar isto, não use codificação de comentários! Inactivo por omissão. Recomendado manter inactivo.'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_EMBED_DESC_BASE', 'O directório de base para os seus scripts. Por omissão "/caminho/para/scripts/". Se deixar em branco e ligar embed só pode usar caminhos absolutos.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_IMAGE', 'Permite a inclusão de imagens. ([[image  /caminho/para/imagem.ext [atributos HTML] ]] or [[image  caminho/para/imagem.ext [link="NomePágina"] [atributos HTML] ]] para imagens com conexão). Default is on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'O directório de base para as suas imagens. Por omissão "/caminho/para/imagens". Se deixar em branco só pode usar caminhos absolutos ou URLs.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPLOOKUP', 'Cria ligações de busca ao manual de PHP com [[php function-name]]. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TOC', 'Gera um índice de todos os títulos usados com [[toc]]. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_NEWLINE', 'Converte "newlines" ("\n") isoladas to line breakspara mudanças de linha. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CENTER', 'Linhas começadas com "= " são centradas. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PARAGRAPH', 'Converte "newlines" ("\n") duplas para parágrafos (<p></p>). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_URL', 'Converte http://example.com para ligação, [http://example.com] para nota de pé de página e [http://example.com Example] para uma ligação com descrição. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_URL_DESC_TARGET', 'Define o alvo (target) das suas URLs. Por omissão é "_blank".'); //Verify
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_FREELINK', 'permite definição de ligações não-standard de wiki via "((Non-standard link format))" e "((Non-standard link|Describtion))". Por omissão inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_PAGES', 'A regra de freelink (assim como a regra wikilink) devem saber que páginas existem e que páginas devem ser marcadas como "novas". Isto especifica a localização de um ficheiro (local ou remoto) que tem que conter 1 nome de página por linha. Se o ficheiro for remoto, será posto em cache pelo tempo especificado.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_VIEWURL', 'Esta URL é especificada para visualizar freelinks. Tem que especificar um "%s" dentro desta URL que será substituído pelo nome da página freelink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWURL', 'Esta URL é especificada para criar novas freelinks. Tem que especificar um "%s" dentro desta URL que será substituído pelo nome da página freelink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWTEXT', 'Este texto será adicionado a freelinks não definidas para ligar à página de criação. Incializado como "?".');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_CACHETIME', 'Se especificar um ficheiro remoto (URL) para as suas páginas de freelinks, este ficheiro estará em cache durante o número de segundos especificado aqui. O valor por omissão é de 1 hora.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INTERWIKI', 'Permite ligações inter wiki a MeatBall, Advogato e Wiki usando SiteName:PageName ou [NomeSítio:NomePágina Mostrar este texto alternativo]. Activo por omissão.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_INTERWIKI_DESC_TARGET', '');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_WIKILINK', 'Permite uso de PalavrasWiki (WikiWords) standard (2-X x maiúsculas) como links wiki. por omissão inactivo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_PAGES', 'A regra wikilink deve saber que páginas existem e quais devem ser marcadas como "novas". Isto especifica a localização de um ficheiro (local ou remoto) que tem que conter um nome de página por linha. Se o ficheiro for remoto, será posto em cache pelo tempo especificado.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_VIEWURL', 'A URL especificada para ver as wikilinks. Tem que especificar "%s" dentro desta URL que será substituído pelo nome da página wikilink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWURL', 'Esta URL é especificada para criar novos wikilinks. Tem que especificar "%s" dentro desta URL que será substituído pelo nome da página wikilink.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_NEWTEXT', 'Este texto será adicionado a wikilinks não definidas para ligar à página de criação. Incializado como "?".');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_CACHETIME', 'Se especificar um ficheiro remoto (URL) para as suas páginas wikilink, este ficheiro estará em cache durante o número de segundos especificado aqui. O valor por omissão é de 1 hora.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_COLORTEXT', 'Colorir texto usando ##cor|texto##. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_STRONG', '**Texto** é marcado como forte (strong). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BOLD', '\'\'\'Texto\'\'\' á marcado a negrito (bold). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMPHASIS', '//Texto// é marcado com ênfase. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_ITALIC', '\'\'Texto\'\' é marcado itálico. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TT', '{{Texto}} é escrito com caracteres de teletipo (monotype). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_SUPERSCRIPT', '^^Texto^^ é escrito como superescrito. Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_REVISE', 'Permite marcar texto como revisões usando "@@---texto a apagar+++texto a inserir@@". Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TIGHTEN', 'Encontra seuências de mais de 3 newlines e redu-las a 2 newlines (parágrafo). Por omissão activo.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_ENTITIES', 'Escapar entidades HTML. Por omissão activo.');
+
+
+/* vim: set sts=4 ts=4 expandtab : */
+?>
\ No newline at end of file
index dcf2e906f00a1c6c0efe83b16c5d091719f76426..2ea5c70c3695c7cdb2e201202e1cd043b1933879 100644 (file)
@@ -16,10 +16,10 @@ if (file_exists($probelang)) {
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DELIMITER', 'Converts the Text_Wiki internal delimiter "\xFF" (255) to avoid conflicts while parsing. Default is on. Not recommended to switch off.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_CODE', 'Marks text between <code> and </code> as code. Using <code type=".."> you can switch highlighting on (e.g. for PHP). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPCODE', 'Marks and highlights text between <php> and </php> as PHP code and adds PHP open tags. Default is on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Allows you to use real HTML between <html> and </html>. Beware JS is possible, too! If you use this, switch of markup for comments! Default is off. Not recommended to switch on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HTML', 'Allows you to use real HTML between <html> and </html>. Beware JS is possible, too! If you use this, switch off markup for comments! Default is off. Not recommended to switch on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_RAW', 'Text between `` and `` is not touched by other markup rules. Default is on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INCLUDE', 'Allows you to include and run PHP code with the syntax [[include /path/to/script.php]]. Resulting output is parsed by markup rules. Beware, security risk! If you use this, switch of markup for comments! Default is off. Not recommended to switch on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_INCLUDE_DESC_BASE', 'The base directory to your scripts. Default this is set to "/path/to/scripts/". If you leave this blank and switch include on you can only use absolute pathes.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INCLUDE', 'Allows you to include and run PHP code with the syntax [[include /path/to/script.php]]. Resulting output is parsed by markup rules. Beware, security risk! If you use this, switch off markup for comments! Default is off. Not recommended to switch on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_INCLUDE_DESC_BASE', 'The base directory to your scripts. Default for this is set to "/path/to/scripts/". If you leave this blank and switch include on you can only use absolute paths.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HEADING', 'Lines starting with "+ " are marked as headlines (+ = <h1>, ++++++ = <h6>). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_HORIZ', '---- is converted to a horizontal line (<hr>). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_BREAK', 'Line endings marked with " _" define explicit linebreaks. Default is on.');
@@ -27,10 +27,10 @@ if (file_exists($probelang)) {
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_LIST', 'Allows creation of lists ("* " = undefined, "# " = numbered). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_DEFLIST', 'Enables to create definition lists. Syntax: ": Topic : Definition". Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TABLE', 'Allows you to create tables. Only used for complete lines. Syntax: "|| Cell 1 || Cell 2 || Cell 3 ||". Default is on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMBED', 'Allows you to include and run PHP code with the syntax [[embed /path/to/script.php]]. Resulting output is not parsed by markup rules. Beware, security risk! If you use this, switch of markup for comments! Default is off. Not recommended to switch on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_EMBED_DESC_BASE', 'The base directory to your scripts. Default this is set to "/path/to/scripts/". If you leave this blank and switch embed on you can only use absolute pathes.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_IMAGE', 'Enables the inclusion of images. ([[image  /path/to/image.ext [HTML attributes] ]] or [[image  path/to/image.ext [link="PageName"] [HTML attributes] ]] for linkes images) Default is on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'Base directory to your images. Default this is set to "/path/to/images". If you leave this blank you can only use absolute pathes or URLs.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_EMBED', 'Allows you to include and run PHP code with the syntax [[embed /path/to/script.php]]. Resulting output is not parsed by markup rules. Beware, security risk! If you use this, switch off markup for comments! Default is off. Not recommended to switch on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_EMBED_DESC_BASE', 'The base directory to your scripts. Default for this is set to "/path/to/scripts/". If you leave this blank and switch embed on you can only use absolute paths.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_IMAGE', 'Enables the inclusion of images. ([[image  /path/to/image.ext [HTML attributes] ]] or [[image  path/to/image.ext [link="PageName"] [HTML attributes] ]] for linked images). Por omissão ligado.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_IMAGE_DESC_BASE', 'Base directory to your images. Default for this is set to "/path/to/images". If you leave this blank you can only use absolute paths or URLs.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PHPLOOKUP', 'Creates lookup links to the PHP manual with [[php function-name]]. Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TOC', 'Generates a table of contents over all used headlines with [[toc]]. Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_NEWLINE', 'Converts single newlines ("\n") to line breaks. Default is on.');
@@ -38,13 +38,13 @@ if (file_exists($probelang)) {
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_PARAGRAPH', 'Double newlines are converted to paragraphs (<p></p>). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_URL', 'Normal converts http://example.com to links, [http://example.com] to footnotes and [http://example.com Example] to descriptive links. Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_URL_DESC_TARGET', 'Defines the target for your URLs. This is default set to "_blank", what is mostly feasible.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_FREELINK', 'Enables definition of non-standard wiki links using "((Non-standard link format))" and "((Non-standard link|Describtion))". Default is off.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_FREELINK', 'Enables definition of non-standard wiki links using "((Non-standard link format))" and "((Non-standard link|Description))". Default is off.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_PAGES', 'The freelink rule (as well as the wikilink rule) must know, which pages exist and which have to be marked as "new". This specifies a file (local or remote) which has to contain 1 pagename per line. If the file is remote, it will be cached for the specified time.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_VIEWURL', 'This URL is specified to view the freelinks. You have to specify a "%s" inside this URL which will be replaced with the name of the freelink page.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWURL', 'This URL is specified to create new freelinks. You have to specify a "%s" inside this URL which will be replaced with the name of the freelink page.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_NEWTEXT', 'This text will be added to undefined freelinks to link to the create page. Initially this is set to "?".');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_FREELINK_DESC_CACHETIME', 'If you specify a remote file (URL) for your freelink pages, this file will be cached for as many seconds you specify here. Default is 1 hour.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INTERWIKI', 'Allows inter wiki linking to MeatBal, Avagoto und Wiki using SiteName:PageName or [SiteName:PageName Show this text instead]. Default is on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_INTERWIKI', 'Allows inter wiki linking to MeatBall, Advogato and Wiki using SiteName:PageName or [SiteName:PageName Show this text instead]. Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_INTERWIKI_DESC_TARGET', '');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_WIKILINK', 'Enables usage of standard WikiWords (2-X x uppercase) as wiki links. Default is off.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_WIKILINK_DESC_PAGES', 'The wikilink rule must know, which pages exist and which have to be marked as "new". This specifies a file (local or remote) which has to contain 1 pagename per line. If the file is remote, it will be cached for the specified time.');
@@ -60,7 +60,7 @@ if (file_exists($probelang)) {
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TT', '{{Text}} is writen in teletext (monotype). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_SUPERSCRIPT', '^^Text^^ is written in superscript. Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_REVISE', 'Enables marking texts as revisions using "@@---delete this text+++insert this text@@". Default is on.');
-@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TIGHTEN', 'Finds more than 3 newlines and reduces the to 2 newlines (paragraph). Default is on.');
+@define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_TIGHTEN', 'Finds more than 3 newlines and reduces them to 2 newlines (paragraph). Default is on.');
 @define('PLUGIN_EVENT_TEXTWIKI_RULE_DESC_ENTITIES', 'Escapes HTML entities. Default is on.');
 
 class serendipity_event_textwiki extends serendipity_event