From a294b8129311b1eef6fd975b202f29e8f4bae3fb Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 6 Nov 2019 08:22:55 +0100 Subject: [PATCH] blockbot addon added CA translation THX Joan Bar --- blockbot/lang/ca/messages.po | 42 ++++++++++++++++++++++++++++++++++++ blockbot/lang/ca/strings.php | 13 +++++++++++ 2 files changed, 55 insertions(+) create mode 100644 blockbot/lang/ca/messages.po create mode 100644 blockbot/lang/ca/strings.php diff --git a/blockbot/lang/ca/messages.po b/blockbot/lang/ca/messages.po new file mode 100644 index 00000000..521f1d44 --- /dev/null +++ b/blockbot/lang/ca/messages.po @@ -0,0 +1,42 @@ +# ADDON blockbot +# Copyright (C) +# This file is distributed under the same license as the Friendica blockbot addon package. +# +# +# Translators: +# Joan Bar , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-07 09:03+0200\n" +"PO-Revision-Date: 2019-08-07 07:43+0000\n" +"Last-Translator: Joan Bar , 2019\n" +"Language-Team: Catalan (https://www.transifex.com/Friendica/teams/12172/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: blockbot.php:35 +msgid "Save Settings" +msgstr "Desa la configuració" + +#: blockbot.php:36 +msgid "Allow \"good\" crawlers" +msgstr "Permeti rastrejadors \"bons\"" + +#: blockbot.php:37 +msgid "Block GabSocial" +msgstr "Bloquejar GabSocial" + +#: blockbot.php:38 +msgid "Training mode" +msgstr "Modalitat d'entrenament" + +#: blockbot.php:46 +msgid "Settings updated." +msgstr "La configuració s'ha actualitzat." diff --git a/blockbot/lang/ca/strings.php b/blockbot/lang/ca/strings.php new file mode 100644 index 00000000..3f95ee05 --- /dev/null +++ b/blockbot/lang/ca/strings.php @@ -0,0 +1,13 @@ +strings["Save Settings"] = "Desa la configuració"; +$a->strings["Allow \"good\" crawlers"] = "Permeti rastrejadors \"bons\""; +$a->strings["Block GabSocial"] = "Bloquejar GabSocial"; +$a->strings["Training mode"] = "Modalitat d'entrenament"; +$a->strings["Settings updated."] = "La configuració s'ha actualitzat.";