diff --git a/dwpost/lang/ca/messages.po b/dwpost/lang/ca/messages.po new file mode 100644 index 00000000..e1fbf94d --- /dev/null +++ b/dwpost/lang/ca/messages.po @@ -0,0 +1,48 @@ +# ADDON dwpost +# Copyright (C) +# This file is distributed under the same license as the Friendica dwpost addon package. +# +# +# Translators: +# Joan Bar , 2019 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2019-10-18 20:49+0000\n" +"Last-Translator: Joan Bar \n" +"Language-Team: Catalan (http://www.transifex.com/Friendica/friendica/language/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" + +#: dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "Publica a Dreamwidth" + +#: dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "Configuració de la publicació de Dreamwidth" + +#: dwpost.php:72 +msgid "Enable dreamwidth Post Addon" +msgstr "Habilita Addon Post Post" + +#: dwpost.php:77 +msgid "dreamwidth username" +msgstr "nom d'usuari de dreamwidth" + +#: dwpost.php:82 +msgid "dreamwidth password" +msgstr "contrasenya de dreamwidth" + +#: dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "Publica l'amplada de somni de manera predeterminada" + +#: dwpost.php:93 +msgid "Submit" +msgstr "sotmetre's" diff --git a/dwpost/lang/ca/strings.php b/dwpost/lang/ca/strings.php index 3b7df6d0..cd5c1e1a 100644 --- a/dwpost/lang/ca/strings.php +++ b/dwpost/lang/ca/strings.php @@ -1,9 +1,15 @@ -strings["Post to Dreamwidth"] = "Missatge a Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Configuració d'enviaments a Dreamwidth"; -$a->strings["Enable dreamwidth Post Addon"] = "Habilitat el addon d'enviaments a Dreamwidth"; -$a->strings["dreamwidth username"] = "Nom d'usuari a Dreamwidth"; -$a->strings["dreamwidth password"] = "Contrasenya a Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Enviar per defecte a Dreamwidth"; -$a->strings["Submit"] = "Enviar"; +strings["Post to Dreamwidth"] = "Publica a Dreamwidth"; +$a->strings["Dreamwidth Post Settings"] = "Configuració de la publicació de Dreamwidth"; +$a->strings["Enable dreamwidth Post Addon"] = "Habilita Addon Post Post"; +$a->strings["dreamwidth username"] = "nom d'usuari de dreamwidth"; +$a->strings["dreamwidth password"] = "contrasenya de dreamwidth"; +$a->strings["Post to dreamwidth by default"] = "Publica l'amplada de somni de manera predeterminada"; +$a->strings["Submit"] = "sotmetre's";