catavatar addon added CA translation THX Joan Bar
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 07:28:14 +0000 (08:28 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 07:28:14 +0000 (08:28 +0100)
catavatar/lang/ca/messages.po [new file with mode: 0644]
catavatar/lang/ca/strings.php [new file with mode: 0644]

diff --git a/catavatar/lang/ca/messages.po b/catavatar/lang/ca/messages.po
new file mode 100644 (file)
index 0000000..7a6b612
--- /dev/null
@@ -0,0 +1,54 @@
+# ADDON catavatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica catavatar addon package.
+# 
+# 
+# Translators:
+# Joan Bar <friendica@tutanota.com>, 2019
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-04-13 09:35+0000\n"
+"PO-Revision-Date: 2018-04-07 05:23+0000\n"
+"Last-Translator: Joan Bar <friendica@tutanota.com>, 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"
+
+#: catavatar.php:60
+msgid "Use Cat as Avatar"
+msgstr "Utilitzeu Gat com a Avatar"
+
+#: catavatar.php:61
+msgid "More Random Cat!"
+msgstr "Més Random Cat!"
+
+#: catavatar.php:62
+msgid "Reset to email Cat"
+msgstr "Restableix el correu electrònic Cat"
+
+#: catavatar.php:64
+msgid "Cat Avatar Settings"
+msgstr "Configuració Avatar de cat"
+
+#: catavatar.php:100
+msgid "The cat hadn't found itself."
+msgstr "El gat no s'havia trobat."
+
+#: catavatar.php:109
+msgid "There was an error, the cat ran away."
+msgstr "Hi va haver un error, el gat va fugir."
+
+#: catavatar.php:115
+msgid "Profile Photos"
+msgstr "Fotos de perfil"
+
+#: catavatar.php:130
+msgid "Meow!"
+msgstr "Meu!"
diff --git a/catavatar/lang/ca/strings.php b/catavatar/lang/ca/strings.php
new file mode 100644 (file)
index 0000000..cb62f49
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_ca")) {
+function string_plural_select_ca($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar";
+$a->strings["More Random Cat!"] = "Més Random Cat!";
+$a->strings["Reset to email Cat"] = "Restableix el correu electrònic Cat";
+$a->strings["Cat Avatar Settings"] = "Configuració Avatar de cat";
+$a->strings["The cat hadn't found itself."] = "El gat no s'havia trobat.";
+$a->strings["There was an error, the cat ran away."] = "Hi va haver un error, el gat va fugir.";
+$a->strings["Profile Photos"] = "Fotos de perfil";
+$a->strings["Meow!"] = "Meu!";