mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
32
fbpost/lang/ca/strings.php
Normal file
32
fbpost/lang/ca/strings.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Ajustos actualitzats.";
|
||||
$a->strings["Permission denied."] = "Permís denegat.";
|
||||
$a->strings["Facebook Post disabled"] = "";
|
||||
$a->strings["Facebook API key is missing."] = "La clau del API de Facebook s'ha perdut.";
|
||||
$a->strings["Facebook Post"] = "";
|
||||
$a->strings["Install Facebook Post connector for this account."] = "";
|
||||
$a->strings["Remove Facebook Post connector"] = "";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Re-autentificar [Això és necessari cada vegada que la contrasenya de Facebook canvia.]";
|
||||
$a->strings["Post to Facebook by default"] = "Enviar a Facebook per defecte";
|
||||
$a->strings["Suppress __DQ__View on friendica__DQ__"] = "";
|
||||
$a->strings["Mirror wall posts from facebook to friendica."] = "";
|
||||
$a->strings["Post to page/group:"] = "";
|
||||
$a->strings["None"] = "Cap";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Post Settings"] = "";
|
||||
$a->strings["Facebook API Key"] = "Facebook API Key";
|
||||
$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "Error: Apareix que has especificat el App-ID i el Secret en el arxiu .htconfig.php. Per estar especificat allà, no pot ser canviat utilitzant aquest formulari.<br><br>";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Application secret";
|
||||
$a->strings["Save"] = "Guardar";
|
||||
$a->strings["The new values have been saved."] = "Els nous valors s'han guardat.";
|
||||
$a->strings["Post to Facebook"] = "Enviament a Facebook";
|
||||
$a->strings["%s:"] = "";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Enviament a Facebook cancel·lat perque hi ha un conflicte de permisos d'accés multi-xarxa.";
|
||||
$a->strings["View on Friendica"] = "Vist en Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Enviament a Facebook fracassat. En cua per a reintent.";
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "La seva connexió a Facebook es va convertir en no vàlida. Per favor, torni a autenticar-se";
|
||||
$a->strings["Facebook connection became invalid"] = "La seva connexió a Facebook es va convertir en no vàlida";
|
Loading…
Add table
Add a link
Reference in a new issue