forked from friendica/friendica-addons
gnot addon updated CA translation THX Joan Bar
This commit is contained in:
parent
0a31d82151
commit
8fcd3e03da
48
gnot/lang/ca/messages.po
Normal file
48
gnot/lang/ca/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# ADDON gnot
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica gnot addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Joan Bar <friendica@tutanota.com>, 2019
|
||||||
|
# Rafael Garau, 2018
|
||||||
|
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 18:46+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"
|
||||||
|
|
||||||
|
#: gnot.php:48
|
||||||
|
msgid "Gnot settings updated."
|
||||||
|
msgstr "S'ha actualitzat la configuració de Gnot."
|
||||||
|
|
||||||
|
#: gnot.php:79
|
||||||
|
msgid "Gnot Settings"
|
||||||
|
msgstr "Configuració de gnot"
|
||||||
|
|
||||||
|
#: gnot.php:81
|
||||||
|
msgid ""
|
||||||
|
"Allows threading of email comment notifications on Gmail and anonymising the"
|
||||||
|
" subject line."
|
||||||
|
msgstr "Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte."
|
||||||
|
|
||||||
|
#: gnot.php:82
|
||||||
|
msgid "Enable this addon?"
|
||||||
|
msgstr "Activar aquest addon?"
|
||||||
|
|
||||||
|
#: gnot.php:88
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr "Envia"
|
||||||
|
|
||||||
|
#: gnot.php:97
|
||||||
|
#, php-format
|
||||||
|
msgid "[Friendica:Notify] Comment to conversation #%d"
|
||||||
|
msgstr "[Friendica:Notify] comenta la conversa #%d"
|
|
@ -1,8 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Gnot settings updated."] = "Configuració de Gnot actualitzada";
|
if(! function_exists("string_plural_select_ca")) {
|
||||||
$a->strings["Gnot Settings"] = "Configuració de Gnot";
|
function string_plural_select_ca($n){
|
||||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet crear fils de les notificacions de comentaris de correu electrònic a Gmail i anonimat de la línia d'assumpte.";
|
$n = intval($n);
|
||||||
$a->strings["Enable this addon?"] = "Activar aquest addon/aplicació?";
|
return ($n != 1);;
|
||||||
$a->strings["Submit"] = "Enviar";
|
}}
|
||||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: Notifica] Conversació comentada #%d";
|
;
|
||||||
|
$a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot.";
|
||||||
|
$a->strings["Gnot Settings"] = "Configuració de gnot";
|
||||||
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte.";
|
||||||
|
$a->strings["Enable this addon?"] = "Activar aquest addon?";
|
||||||
|
$a->strings["Submit"] = "Envia";
|
||||||
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] comenta la conversa #%d";
|
||||||
|
|
Loading…
Reference in a new issue