mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
buffer addon updated CA translation THX Joan Bar
This commit is contained in:
parent
9481be4270
commit
d74c5ff0f9
2 changed files with 27 additions and 27 deletions
|
@ -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:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue