diff options
author | Darrell Anderson <[email protected]> | 2014-02-06 18:02:20 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-06 18:02:20 -0600 |
commit | 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch) | |
tree | 795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml | |
parent | f9dfb6416745710680d26abcc774b4146cd3ef2b (diff) | |
download | tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip |
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml')
3 files changed, 36 insertions, 0 deletions
diff --git a/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/CMakeLists.txt b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/CMakeLists.txt new file mode 100644 index 00000000000..6bbc1ede72c --- /dev/null +++ b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/mrml + LANG pt_BR +) diff --git a/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/Makefile.am b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/Makefile.am new file mode 100644 index 00000000000..1ed88854976 --- /dev/null +++ b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = pt_BR +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/mrml +KDE_MANS = AUTO diff --git a/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/index.docbook b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/index.docbook new file mode 100644 index 00000000000..ab178fc7646 --- /dev/null +++ b/tde-i18n-pt_BR/docs/tdebase/tdeioslave/mrml/index.docbook @@ -0,0 +1,26 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % Brazilian-Portuguese "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="mrml"> +<title>mrml</title> +<articleinfo> +<authorgroup> +<author>&Carsten.Pfeiffer; &Carsten.Pfeiffer.mail; </author> +<othercredit role="translator"><firstname>Lisiane</firstname> <surname>Sztoltz</surname><affiliation><address> <email>[email protected]</email></address></affiliation><contrib>Tradução</contrib></othercredit> +</authorgroup> + +<date>2003-01-08</date> + + +</articleinfo> + +<para>O <acronym>MRML</acronym> é a sigla para Multimedia Retrieval Markup Language (Ou Linguagem de Marcação de Multimídia). O <acronym> MRML</acronym> é um protocolo baseado em XML que fornece acesso padronizado a softwares de recuperação de Multimídia. Veja em <ulink url="http://www.mrml.net">http://www.mrml.net</ulink> para mais informações. </para> + +<para>O tdeio_mrml é usado na característica de Procura de Imagens no &kde;</para> + +<para>⪚, digite <userinput>mrml:/</userinput> ou <userinput>mrml:/algum. servidor</userinput> no &konqueror; para iniciar a busca por imagens. </para> + +</article> |