]> git.mxchange.org Git - friendica-addons.git/commitdiff
dwpost addon updated CA translation THX Joan Bar
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 08:38:09 +0000 (09:38 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 08:38:09 +0000 (09:38 +0100)
dwpost/lang/ca/messages.po [new file with mode: 0644]
dwpost/lang/ca/strings.php

diff --git a/dwpost/lang/ca/messages.po b/dwpost/lang/ca/messages.po
new file mode 100644 (file)
index 0000000..e1fbf94
--- /dev/null
@@ -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 <friendica@tutanota.com>, 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 <friendica@tutanota.com>\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"
index 3b7df6d052577d19394574cabe9a5f8395351d10..cd5c1e1a4e6ad82d45be4a53213a406dd50bf440 100644 (file)
@@ -1,9 +1,15 @@
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Missatge a Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Configuració d'enviaments a Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Addon"] = "Habilitat el addon d'enviaments a Dreamwidth";\r
-$a->strings["dreamwidth username"] = "Nom d'usuari a Dreamwidth";\r
-$a->strings["dreamwidth password"] = "Contrasenya a Dreamwidth";\r
-$a->strings["Post to dreamwidth by default"] = "Enviar per defecte a Dreamwidth";\r
-$a->strings["Submit"] = "Enviar";\r
+<?php
+
+if(! function_exists("string_plural_select_ca")) {
+function string_plural_select_ca($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->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";