From d74c5ff0f91a63c014173dca147f07cc4d5c0240 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 6 Nov 2019 08:14:58 +0100 Subject: [PATCH] buffer addon updated CA translation THX Joan Bar --- buffer/lang/ca/messages.po | 28 ++++++++++++++-------------- buffer/lang/ca/strings.php | 26 +++++++++++++------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/buffer/lang/ca/messages.po b/buffer/lang/ca/messages.po index f064df8b..4a3490fc 100644 --- a/buffer/lang/ca/messages.po +++ b/buffer/lang/ca/messages.po @@ -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 \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:" diff --git a/buffer/lang/ca/strings.php b/buffer/lang/ca/strings.php index 2f8a897e..d0cdce88 100644 --- a/buffer/lang/ca/strings.php +++ b/buffer/lang/ca/strings.php @@ -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:";