]> git.mxchange.org Git - friendica-addons.git/commitdiff
buffer addon updated CA translation THX Joan Bar
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 07:14:58 +0000 (08:14 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Nov 2019 07:14:58 +0000 (08:14 +0100)
buffer/lang/ca/messages.po
buffer/lang/ca/strings.php

index f064df8b02b07591e1f350933f329bbb0bd8b1eb..4a3490fc4916187f960651efcdfb17fedfdceb8d 100644 (file)
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-22 13:18+0200\n"
-"PO-Revision-Date: 2019-10-14 00:41+0000\n"
+"PO-Revision-Date: 2019-10-14 18:57+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"
@@ -21,35 +21,35 @@ msgstr ""
 
 #: buffer.php:31
 msgid "Permission denied."
-msgstr ""
+msgstr "Permís denegat."
 
 #: buffer.php:57 buffer.php:185
 msgid "Save Settings"
-msgstr ""
+msgstr "Desa la configuració"
 
 #: buffer.php:59
 msgid "Client ID"
-msgstr ""
+msgstr "Identificador de client"
 
 #: buffer.php:60
 msgid "Client Secret"
-msgstr ""
+msgstr "Secret del client"
 
 #: buffer.php:67
 msgid "Error when registering buffer connection:"
-msgstr ""
+msgstr "Error al registrar la connexió del buffer:"
 
 #: buffer.php:86
 msgid "You are now authenticated to buffer. "
-msgstr ""
+msgstr "Ara esteu autenticats com a buffer."
 
 #: buffer.php:87
 msgid "return to the connector page"
-msgstr ""
+msgstr "Torna a la pàgina del connector"
 
 #: buffer.php:103
 msgid "Post to Buffer"
-msgstr ""
+msgstr "Publica a Buffer"
 
 #: buffer.php:128 buffer.php:132
 msgid "Buffer Export"
@@ -57,20 +57,20 @@ msgstr "Exportació de buffer"
 
 #: buffer.php:142
 msgid "Authenticate your Buffer connection"
-msgstr ""
+msgstr "Autentiqueu la vostra connexió buffer"
 
 #: buffer.php:146
 msgid "Enable Buffer Post Addon"
-msgstr ""
+msgstr "Activa l’addició de missatges de buffer"
 
 #: buffer.php:151
 msgid "Post to Buffer by default"
-msgstr ""
+msgstr "Publica a Buffer de manera predeterminada"
 
 #: buffer.php:156
 msgid "Check to delete this preset"
-msgstr ""
+msgstr "Comproveu suprimir aquesta configuració"
 
 #: buffer.php:165
 msgid "Posts are going to all accounts that are enabled by default:"
-msgstr ""
+msgstr "Les publicacions aniran a tots els comptes que estan habilitats de manera predeterminada:"
index 2f8a897e4867639301ef387944c02bd39483364d..d0cdce88773435cc2b2b96563b2878c061b04353 100644 (file)
@@ -6,17 +6,17 @@ function string_plural_select_ca($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Permission denied."] = "";
-$a->strings["Save Settings"] = "";
-$a->strings["Client ID"] = "";
-$a->strings["Client Secret"] = "";
-$a->strings["Error when registering buffer connection:"] = "";
-$a->strings["You are now authenticated to buffer. "] = "";
-$a->strings["return to the connector page"] = "";
-$a->strings["Post to Buffer"] = "";
+$a->strings["Permission denied."] = "Permís denegat.";
+$a->strings["Save Settings"] = "Desa la configuració";
+$a->strings["Client ID"] = "Identificador de client";
+$a->strings["Client Secret"] = "Secret del client";
+$a->strings["Error when registering buffer connection:"] = "Error al registrar la connexió del buffer:";
+$a->strings["You are now authenticated to buffer. "] = "Ara esteu autenticats com a buffer.";
+$a->strings["return to the connector page"] = "Torna a la pàgina del connector";
+$a->strings["Post to Buffer"] = "Publica a Buffer";
 $a->strings["Buffer Export"] = "Exportació de buffer";
-$a->strings["Authenticate your Buffer connection"] = "";
-$a->strings["Enable Buffer Post Addon"] = "";
-$a->strings["Post to Buffer by default"] = "";
-$a->strings["Check to delete this preset"] = "";
-$a->strings["Posts are going to all accounts that are enabled by default:"] = "";
+$a->strings["Authenticate your Buffer connection"] = "Autentiqueu la vostra connexió buffer";
+$a->strings["Enable Buffer Post Addon"] = "Activa l’addició de missatges de buffer";
+$a->strings["Post to Buffer by default"] = "Publica a Buffer de manera predeterminada";
+$a->strings["Check to delete this preset"] = "Comproveu suprimir aquesta configuració";
+$a->strings["Posts are going to all accounts that are enabled by default:"] = "Les publicacions aniran a tots els comptes que estan habilitats de manera predeterminada:";