summaryrefslogtreecommitdiff
path: root/gsearchtool
diff options
context:
space:
mode:
Diffstat (limited to 'gsearchtool')
-rw-r--r--gsearchtool/help/pt/pt.po35
-rw-r--r--gsearchtool/src/gsearchtool-support.c4
2 files changed, 20 insertions, 19 deletions
diff --git a/gsearchtool/help/pt/pt.po b/gsearchtool/help/pt/pt.po
index 24a1cd6f..4cee62f3 100644
--- a/gsearchtool/help/pt/pt.po
+++ b/gsearchtool/help/pt/pt.po
@@ -1,31 +1,32 @@
#
# Translators:
-# Carlos Moreira, 2018
-# Stefano Karapetsas <[email protected]>, 2018
-# Wolfgang Ulbrich <[email protected]>, 2018
-# ogalho Carlos Dias Martins <[email protected]>, 2018
-# Manuela Silva <[email protected]>, 2018
-# Rui <[email protected]>, 2018
-# Hugo Carvalho <[email protected]>, 2020
+# Carlos Moreira, 2021
+# clefebvre <[email protected]>, 2021
+# Wolfgang Ulbrich <[email protected]>, 2021
+# ogalho Carlos Dias Martins <[email protected]>, 2021
+# Rui <[email protected]>, 2021
+# Manuela Silva <[email protected]>, 2021
# José Vieira <[email protected]>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-06-04 20:34+0200\n"
-"PO-Revision-Date: 2018-09-13 10:15+0000\n"
+"PO-Revision-Date: 2021-09-21 19:07+0000\n"
"Last-Translator: José Vieira <[email protected]>, 2021\n"
-"Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n"
+"Language-Team: Portuguese (https://app.transifex.com/mate/teams/13566/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
msgctxt "_"
msgid "translator-credits"
-msgstr "Hugo Carvalho <[email protected]>, 2018"
+msgstr ""
+"Hugo Carvalho <[email protected]>, 2018\n"
+"José Vieira <[email protected]>, 2021"
#. (itstool) path: articleinfo/title
#: C/index.docbook:23
@@ -41,7 +42,6 @@ msgstr ""
#: C/index.docbook:31
msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>"
msgstr ""
-"<year>2015-2021</year> <holder> Projecto de Documentação do MATE</holder>"
#. (itstool) path: articleinfo/copyright
#: C/index.docbook:35
@@ -73,7 +73,7 @@ msgstr "Projeto de Documentação do MATE"
#: C/index.docbook:171 C/index.docbook:179 C/index.docbook:187
#: C/index.docbook:197
msgid "GNOME Documentation Project"
-msgstr "Projeto de Documentação do GNOME"
+msgstr "Projecto de Documentação do GNOME"
#. (itstool) path: authorgroup/author
#: C/index.docbook:67
@@ -222,14 +222,15 @@ msgstr ""
#. (itstool) path: legalnotice/title
#: C/index.docbook:205
msgid "Feedback"
-msgstr "Enviar Opiniões"
+msgstr "Opinião"
#. (itstool) path: legalnotice/para
#: C/index.docbook:206
msgid ""
"To report a bug or make a suggestion regarding the Search for Files "
-"application or this manual, follow the directions in the <ulink url=\"help"
-":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>."
+"application or this manual, follow the directions in the <ulink "
+"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback "
+"Page</ulink>."
msgstr ""
#. (itstool) path: article/indexterm
@@ -384,7 +385,7 @@ msgstr ""
#. (itstool) path: entry/para
#: C/index.docbook:296
msgid "Example"
-msgstr ""
+msgstr "Examplo"
#. (itstool) path: entry/para
#: C/index.docbook:298
diff --git a/gsearchtool/src/gsearchtool-support.c b/gsearchtool/src/gsearchtool-support.c
index adffd25f..7e4745fe 100644
--- a/gsearchtool/src/gsearchtool-support.c
+++ b/gsearchtool/src/gsearchtool-support.c
@@ -446,10 +446,10 @@ get_file_type_description (const gchar * file,
}
if (content_type == NULL || g_content_type_is_unknown (content_type) == TRUE) {
- return g_strdup (g_content_type_get_description ("application/octet-stream"));
+ return g_content_type_get_description ("application/octet-stream");
}
- desc = g_strdup (g_content_type_get_description (content_type));
+ desc = g_content_type_get_description (content_type);
if (g_file_info_get_is_symlink (file_info) == TRUE) {