From 1fea9ad19418595646770b7179972b682a074683 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 25 Aug 2018 22:09:31 +0900 Subject: Initial import of kio-gopher 0.1.4 source code. Copyright (C) 2003-2008 by Albert Astals Cid (aacid@kde.org). The code is licenced under GPL version 2 as indicated in the source code comments and in the COPYING file. The code does not compile under TDE. Signed-off-by: Michele Calgaro --- po/pt_BR/CMakeLists.txt | 2 ++ po/pt_BR/kio_gopher.po | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 po/pt_BR/CMakeLists.txt create mode 100644 po/pt_BR/kio_gopher.po (limited to 'po/pt_BR') diff --git a/po/pt_BR/CMakeLists.txt b/po/pt_BR/CMakeLists.txt new file mode 100644 index 0000000..27b7a7a --- /dev/null +++ b/po/pt_BR/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES( pt_BR ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff --git a/po/pt_BR/kio_gopher.po b/po/pt_BR/kio_gopher.po new file mode 100644 index 0000000..1ee8ae1 --- /dev/null +++ b/po/pt_BR/kio_gopher.po @@ -0,0 +1,45 @@ +# tradução do kio_gopher.po para Brazilian Portuguese +# Copyright (C) 2003, 2009 Free Software Foundation, Inc. +# +# Lisiane Sztoltz , 2003. +# Lisiane Sztoltz Teixeira , 2004. +# Luiz Fernando Ranghetti , 2009. +# André Marcelo Alvarenga , 2009. +msgid "" +msgstr "" +"Project-Id-Version: kio_gopher\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2011-08-02 04:56+0200\n" +"PO-Revision-Date: 2009-07-11 02:40-0300\n" +"Last-Translator: André Marcelo Alvarenga \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: kio_gopher.cpp:88 +#, kde-format +msgid "Connecting to %1..." +msgstr "Conectando em %1..." + +#: kio_gopher.cpp:89 +#, kde-format +msgid "%1 contacted. Retrieving data..." +msgstr "%1 contactado. Recuperando dados..." + +#: kio_gopher.cpp:104 +#, kde-format +msgid "Retrieved %1 bytes from %2..." +msgstr "Recuperados %1 bytes de %2..." + +#: kio_gopher.cpp:322 +msgid "Enter a search term:" +msgstr "Digite um termo de pesquisa:" + +#: kio_gopher.cpp:326 +msgctxt "Text on a search button, like at a search engine" +msgid "Search" +msgstr "Pesquisar" -- cgit v1.2.1