mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +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
49
facebook/lang/ca/strings.php
Normal file
49
facebook/lang/ca/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Ajustos actualitzats.";
|
||||
$a->strings["Permission denied."] = "Permís denegat.";
|
||||
$a->strings["Facebook disabled"] = "Facebook deshabilitat";
|
||||
$a->strings["Updating contacts"] = "Actualitzant contactes";
|
||||
$a->strings["Facebook API key is missing."] = "La clau del API de Facebook s'ha perdut.";
|
||||
$a->strings["Facebook Connect"] = "Facebook Connectat";
|
||||
$a->strings["Install Facebook connector for this account."] = "Instal·lar el connector de Facebook per aquest compte.";
|
||||
$a->strings["Remove Facebook connector"] = "Eliminar el connector de Faceboook";
|
||||
$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["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "La vinculació amb amics de Facebook s'ha deshabilitat en aquest lloc. Els ajustos que facis no faran efecte.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "La vinculació amb amics de Facebook s'ha deshabilitat en aquest lloc. Si esta deshabilitat, no es pot utilitzar.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Enllaça tots els teus amics i les converses de Facebook en aquest lloc web";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Les converses de Facebook consisteixen en el <em>perfil del mur</em> i en el<em> flux </em> del seu amic.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En aquesta pàgina web, el flux del seu amic a Facebook només és visible per a vostè.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Les següents opcions determinen la privacitat del mur del seu perfil de Facebook en aquest lloc web.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En aquesta pàgina web les seves converses al mur del perfil de Facebook només seran visible per a vostè";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "No importi les seves converses del mur del perfil de Facebook";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si opta per vincular les converses i deixar ambdues caselles sense marcar, el mur del seu perfil de Facebook es fusionarà amb el mur del seu perfil en aquest lloc web i la seva configuració de privacitat en aquest website serà utilitzada per determinar qui pot veure les converses.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Separats per comes les aplicacions a ignorar";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problemes amb Actualitzacions en Temps Real a Facebook";
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Ajustos del Connector de Facebook";
|
||||
$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["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Error: la API Key facilitada sembla incorrecta (no es va poder recuperar el token d'accés de l'aplicatiu).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "La API Key facilitada sembla treballar correctament.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "La correcció de la API key no pot ser detectada. Quelcom estrany ha succeït.";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Application secret";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sincronitzar els comentaris (els comentaris a Facebook es perden, a costa de la major càrrega del sistema)";
|
||||
$a->strings["Save"] = "Guardar";
|
||||
$a->strings["Real-Time Updates"] = "Actualitzacions en Temps Real";
|
||||
$a->strings["Real-Time Updates are activated."] = "Actualitzacions en Temps Real està activat.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Actualitzacions en Temps Real Desactivat";
|
||||
$a->strings["Real-Time Updates not activated."] = "Actualitzacions en Temps Real no activat.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Actualitzacions en Temps Real Activat";
|
||||
$a->strings["The new values have been saved."] = "Els nous valors s'han guardat.";
|
||||
$a->strings["Post to Facebook"] = "Enviament a Facebook";
|
||||
$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["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";
|
||||
$a->strings["status"] = "estatus";
|
49
facebook/lang/cs/strings.php
Normal file
49
facebook/lang/cs/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
$a->strings["Permission denied."] = "Přístup odmítnut.";
|
||||
$a->strings["Facebook disabled"] = "Facebook zakázán";
|
||||
$a->strings["Updating contacts"] = "Aktualizace kontaktů";
|
||||
$a->strings["Facebook API key is missing."] = "Chybí Facebook API klíč.";
|
||||
$a->strings["Facebook Connect"] = "Facebook připojen";
|
||||
$a->strings["Install Facebook connector for this account."] = "Nainstalovat pro tento účet Facebook konektor.";
|
||||
$a->strings["Remove Facebook connector"] = "Odstranit konektor na Facebook";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Opětovná autentikace [Toto je nezbytné kdykoliv se změní Vaše heslo na Facebooku.]";
|
||||
$a->strings["Post to Facebook by default"] = "Standardně posílat příspěvky na Facebook";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "Propojování facebookových přátel bylo na tomto webu zablokováno. Následující odkazy nebudou mít žádný efekt.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "Propojování facebookových přátel bylo na tomto webu zablokováno. Když to zakážete nebudete schopni toto znovu povolit.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Připojit na tomto webu všechny Vaše přátelé a konverzace z Facebooku";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebookové konverzace se skládají z Vaší <em>profilové zdi</em> a příspěvků Vašich přátel <em>(stream)</em>.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Na tomto webu můžete vidět pouze příspěvky Vašich přátel Facebook (Stream).";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Následující nastavení určuje Vaše soukromí na Facebookovém profilu na tomto webu.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Na tomto webu bude konverzace z Facebookové profilové zdi viditelná pouze pro Vás.";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Neimportovat konverzace z Facebookové zdi";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Pokud budete chtít propojit konverzace a ponecháte obě z těchto dvou polí nezaškrtnuté, bude Vaše profilová zeď na Facebooku sloučená s profilovou zdí na tomto webu a nastavení soukromí na tomto webu bude určovat kdo bude mít možnost vidět konverzace.";
|
||||
$a->strings["Comma separated applications to ignore"] = "čárkou oddělené aplikace k ignorování";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problémy s Facebook Real-Time aktualizacemi";
|
||||
$a->strings["Administrator"] = "Administrátor";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Nastavení Facebook konektoru ";
|
||||
$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>"] = "Chyba: zdá se, že jste specifikoval App-ID a -Secret ve Vašem .htconfig.php souboru. Dokud jsou na tomto místě specifikované, nemohou být nastaveny s pomocí tohoto formuláře.<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Chyba: zadané API Key se zdá být chybné (není možné získat aplikační přístupový token).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "Zadané API Key se zdá funguje v pořádku.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "Správnost klíče API nemohla být detekovaná. Děje se něco podivného.";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Application secret";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Syncronizovat komentáře (nedojde k vynechání žádného komentáže na Facebooku za cenu vyšší zátěže systému)";
|
||||
$a->strings["Save"] = "Uložit";
|
||||
$a->strings["Real-Time Updates"] = "Real-Time Aktualizace";
|
||||
$a->strings["Real-Time Updates are activated."] = "Real-Time aktualizace aktivovány.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Deaktivovat Real-Time aktualizace";
|
||||
$a->strings["Real-Time Updates not activated."] = "Real-Time aktualizace nejsou aktivovány.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Aktivovat Real-Time aktualizace";
|
||||
$a->strings["The new values have been saved."] = "Nové hodnoty byly uloženy";
|
||||
$a->strings["Post to Facebook"] = "Přidat příspěvek na Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Příspěvek na Facebook zrušen kvůli konfliktu přístupových práv mezi sítěmi.";
|
||||
$a->strings["View on Friendica"] = "Zobrazení na Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Zaslání příspěvku na Facebook selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Vaše připojení na Facebook přestalo být platné. Prosím znovu se přihlaste.";
|
||||
$a->strings["Facebook connection became invalid"] = "Připojení na Facebook bylo zneplatněno.";
|
||||
$a->strings["status"] = "Stav";
|
49
facebook/lang/de/strings.php
Normal file
49
facebook/lang/de/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
$a->strings["Permission denied."] = "Zugriff verweigert.";
|
||||
$a->strings["Facebook disabled"] = "Facebook deaktiviert";
|
||||
$a->strings["Updating contacts"] = "Aktualisiere Kontakte";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook-API-Schlüssel nicht gefunden";
|
||||
$a->strings["Facebook Connect"] = "Mit Facebook verbinden";
|
||||
$a->strings["Install Facebook connector for this account."] = "Facebook-Connector für dieses Konto installieren.";
|
||||
$a->strings["Remove Facebook connector"] = "Facebook-Connector entfernen";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Neu authentifizieren [Das ist immer dann nötig, wenn du dein Facebook-Passwort geändert hast.]";
|
||||
$a->strings["Post to Facebook by default"] = "Veröffentliche standardmäßig bei Facebook";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Die folgenden Einstellungen haben keinen Effekt.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Wenn du es ausgeschaltet hast, kannst du es nicht wieder aktivieren.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "All meine Facebook-Kontakte und -Konversationen hier auf diese Website importieren";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebook-Konversationen bestehen aus deinen Beiträgen auf deiner<em>Pinnwand</em>, sowie den Beiträgen deiner Freunde <em>Stream</em>.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Hier auf dieser Webseite kannst nur du die Beiträge Deiner Facebook-Freunde (Stream) sehen.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Mit den folgenden Einstellungen kannst du die Privatsphäre der Kopie Deiner Facebook-Pinnwand hier auf dieser Seite einstellen.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Meine Facebook-Pinnwand hier auf dieser Webseite nur für mich sichtbar machen";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Facebook-Pinnwand nicht importieren";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Wenn du Facebook-Konversationen importierst und diese beiden Häkchen nicht setzt, wird deine Facebook-Pinnwand mit der Pinnwand hier auf dieser Webseite vereinigt. Die Privatsphäre-Einstellungen für deine Pinnwand auf dieser Webseite geben dann an, wer die Konversationen sehen kann.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Kommaseparierte Anwendungen, die ignoriert werden sollen";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Probleme mit Facebook Echtzeit-Updates";
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Facebook-Verbindungseinstellungen";
|
||||
$a->strings["Facebook API Key"] = "Facebook API Schlüssel";
|
||||
$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>"] = "Fehler: du scheinst die App-ID und das App-Geheimnis in deiner .htconfig.php Datei angegeben zu haben. Solange sie dort festgelegt werden kannst du dieses Formular hier nicht verwenden.<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Fehler: der angegebene API Schlüssel scheint nicht korrekt zu sein (Zugriffstoken konnte nicht empfangen werden).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "Der angegebene API Schlüssel scheint korrekt zu funktionieren.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "Die Richtigkeit des API Schlüssels konnte nicht gefunden werden. Irgendwas stimmt nicht.";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Anwendungs-Geheimnis";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Kommentare synchronisieren (Kein Kommentar von Facebook geht verloren, verursacht höhere Last auf dem Server)";
|
||||
$a->strings["Save"] = "Speichern";
|
||||
$a->strings["Real-Time Updates"] = "Echtzeit Aktualisierungen";
|
||||
$a->strings["Real-Time Updates are activated."] = "Echtzeit-Updates sind aktiviert.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Echtzeit-Updates deaktivieren";
|
||||
$a->strings["Real-Time Updates not activated."] = "Echtzeit-Updates nicht aktiviert.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Echtzeit-Updates aktivieren";
|
||||
$a->strings["The new values have been saved."] = "Die neuen Einstellungen wurden gespeichert.";
|
||||
$a->strings["Post to Facebook"] = "Bei Facebook veröffentlichen";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Beitrag wurde nicht bei Facebook veröffentlicht, da Konflikte bei den Multi-Netzwerk-Zugriffsrechten vorliegen.";
|
||||
$a->strings["View on Friendica"] = "In Friendica betrachten";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Veröffentlichung bei Facebook gescheitert. Wir versuchen es später erneut.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Deine Facebook Anmeldedaten sind ungültig geworden. Bitte re-authentifiziere dich.";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook Anmeldedaten sind ungültig geworden";
|
||||
$a->strings["status"] = "Status";
|
49
facebook/lang/eo/strings.php
Normal file
49
facebook/lang/eo/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Agordoj ĝisdatigita.";
|
||||
$a->strings["Permission denied."] = "Malpermesita.";
|
||||
$a->strings["Facebook disabled"] = "Facebook malŝaltita";
|
||||
$a->strings["Updating contacts"] = "Mi ĝisdatigas la kontaktojn.";
|
||||
$a->strings["Facebook API key is missing."] = "La API ŝlosilo de Facebook ne estas konata ĉi tie.";
|
||||
$a->strings["Facebook Connect"] = "Kontekto al Facebook";
|
||||
$a->strings["Install Facebook connector for this account."] = "Instali la Facebook konektilo por ĉi tiu konto.";
|
||||
$a->strings["Remove Facebook connector"] = "Forigi la Facebook konektilon.";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Reaŭtentiĝi [Tio estas bezonata ĉiam kiam vi ŝanĝis vian pasvorton ĉe Facebook.]";
|
||||
$a->strings["Post to Facebook by default"] = "Ĉiam afiŝi al Facebook.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "Ligado kun Facebook amikoj estas malaktivita ĉe tiu retejo. La sekvantaj agordoj do ne havas validecon.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "Ligado kun Facebook amikoj estas malaktivita ĉe tiu retejo. Se vi malŝaltas ĝin, vi ne eblos ree ŝalti ĝin.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Alligu ĉiujn viajn Facebook amikojn kaj konversaciojn je ĉi-tiu retejo.";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebok konversacioj konsistas el via <em>profilmuro</em> kaj la <em>fluo</em> de viaj amikoj.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Je ĉi-tiu retejo, la fluo de viaj amikoj ĉe Facebook nur videblas al vi.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "La sekvontaj agordoj difinas la privatecon de via Facebook profilmuro je ĉi-tiu retejo.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Je ĉi-tiu retejo, la conversacioj sur via Facebook profilmuro nur videblas al vi.";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Ne importi konversaciojn de via Facebook profilmuro";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Se vi elektas alligi conversaciojn kaj ne elektas tiujn butonojn, via Facebook profilmuro estas kunigota kun via profilmuro ĉi tie. Viaj privatecaj agordoj ĉi tie difinos kiu povas vidi la coversaciojn.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Ignorotaj programoj, disigita per komo";
|
||||
$a->strings["Submit"] = "Sendi";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problemoj kun Facebook Realtempaj Ĝisdatigoj";
|
||||
$a->strings["Administrator"] = "Administranto";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Agordoj por la Facebook konektilo";
|
||||
$a->strings["Facebook API Key"] = "Facebook API ŝlosilo";
|
||||
$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>"] = "Eraro: Ŝajnas kvazaŭ vi agordis la App-ID kaj la sekreton en via .htconfig.php dosiero. Kiam ili estas agordita tie, vi ne povas agordi ĝin en tiu ĉi formo.<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Eraro: La API ŝlosilo aspektas malĝusta (ne eblas ricevi la programa atingoĵetono).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "La API ŝlosilo ŝajne ĝuste funkcias.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "Ne povis kontroli la ĝusteco de la API ŝlosilo. Stranga afero okazas.";
|
||||
$a->strings["App-ID / API-Key"] = "Programo ID / API Ŝlosilo";
|
||||
$a->strings["Application secret"] = "Programo sekreto";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sinkronigi komentojn (vi ricevas ĉiujn komentojn de Facebook, sed la ŝargo de la sistemo iom kreskas)";
|
||||
$a->strings["Save"] = "Konservi";
|
||||
$a->strings["Real-Time Updates"] = "Realtempaj Ĝisdatigoj";
|
||||
$a->strings["Real-Time Updates are activated."] = "Realtempaj Ĝisdatigoj estas ŝaltita";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Malŝalti Realtempaj Ĝisdatigoj";
|
||||
$a->strings["Real-Time Updates not activated."] = "Realtempaj Ĝisdatigoj estas malŝaltita";
|
||||
$a->strings["Activate Real-Time Updates"] = "Ŝalti Realtempaj Ĝisdatigoj";
|
||||
$a->strings["The new values have been saved."] = "Konservis novajn valorojn.";
|
||||
$a->strings["Post to Facebook"] = "Afiŝi al Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Afiŝado al Facebook nuligita ĉar okazis konflikto en la multretpermesoj.";
|
||||
$a->strings["View on Friendica"] = "Vidi ĉe Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Malsukcesis afiŝi ĉe Facebook. Enigita en vico.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Via Facbook konekto iĝis nevalida. Bonvolu reaŭtentiĝi.";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook konekto iĝis nevalida.";
|
||||
$a->strings["status"] = "staton";
|
49
facebook/lang/es/strings.php
Normal file
49
facebook/lang/es/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Configuración actualizada.";
|
||||
$a->strings["Permission denied."] = "Permiso denegado.";
|
||||
$a->strings["Facebook disabled"] = "Facebook deshabilitado";
|
||||
$a->strings["Updating contacts"] = "Actualizando contactos";
|
||||
$a->strings["Facebook API key is missing."] = "Falta la clave API de Facebook.";
|
||||
$a->strings["Facebook Connect"] = "Conexión con Facebook";
|
||||
$a->strings["Install Facebook connector for this account."] = "Instalar el conector de Facebook para esta cuenta.";
|
||||
$a->strings["Remove Facebook connector"] = "Eliminar el conector de Facebook";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Volver a identificarse [Esto es necesario cada vez que tu contraseña de Facebook cambie.]";
|
||||
$a->strings["Post to Facebook by default"] = "Publicar en Facebook de forma predeterminada";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. La configuración no tendrá efecto alguno.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. Si se desactiva no podrá volver a reactivarse.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Vincula a todos tus amigos de Facebook y las conversaciones con este sitio";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Las conversaciones de Facebook consisten en tu <em>muro</em>, tu <em>perfil</em> y las <em>publicaciones</em> de tus amigos.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En esta página las publicaciones de tus amigos de Facebook solo son visibles para ti.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "La siguiente configuración determina la privacidad del muro de tu perfil de Facebook en este sitio.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En este sitio las publicaciones del muro de Facebook solo son visibles para ti";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "No importar las conversaciones de tu muro de Facebook";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si decides conectar las conversaciones y dejar ambas casillas sin marcar, el muro de tu perfil de Facebook se fusionará con el muro de tu perfil en este sitio y la configuración de privacidad en este sitio será utilizada para determinar quién puede ver las conversaciones.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Aplicaciones a ignorar separadas por comas";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Hay problemas con las actualizaciones en tiempo real de Facebook";
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Configuración de conexión a Facebook";
|
||||
$a->strings["Facebook API Key"] = "Llave API de Facebook";
|
||||
$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: parece que la App-ID y el -Secret ya están configurados en tu archivo .htconfig.php. Al estar configurados allí, no se usará este formulario.<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Error: la llave API proporcionada parece incorrecta (no se pudo recuperar la ficha de acceso a la aplicación).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "La Llave API proporcionada parece funcionar correctamente.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "No se ha podido detectar una llave API correcta. Algo raro está pasando.";
|
||||
$a->strings["App-ID / API-Key"] = "Añadir ID / Llave API";
|
||||
$a->strings["Application secret"] = "Secreto de la aplicación";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sincronizar comentarios (no se perderán comentarios de Facebook, pero se incrementará la carga del sistema)";
|
||||
$a->strings["Save"] = "Guardar";
|
||||
$a->strings["Real-Time Updates"] = "Actualizaciones en tiempo real";
|
||||
$a->strings["Real-Time Updates are activated."] = "Actualizaciones en tiempo real activada.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Desactivar actualizaciones en tiempo real";
|
||||
$a->strings["Real-Time Updates not activated."] = "Actualizaciones en tiempo real desactivada.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Activar actualizaciones en tiempo real";
|
||||
$a->strings["The new values have been saved."] = "Los nuevos valores se han guardado.";
|
||||
$a->strings["Post to Facebook"] = "Publicar en Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Publicación en Facebook cancelada debido a un conflicto con los permisos de acceso a la multi-red.";
|
||||
$a->strings["View on Friendica"] = "Ver en Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Publicación en Facebook errónea. Reintentando...";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Tu conexión con Facebook ha sido invalidada. Por favor vuelve a identificarte.";
|
||||
$a->strings["Facebook connection became invalid"] = "La conexión con Facebook ha sido invalidada";
|
||||
$a->strings["status"] = "estado";
|
49
facebook/lang/fr/strings.php
Normal file
49
facebook/lang/fr/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Réglages mis à jour.";
|
||||
$a->strings["Permission denied."] = "Permission refusée.";
|
||||
$a->strings["Facebook disabled"] = "Connecteur Facebook désactivé";
|
||||
$a->strings["Updating contacts"] = "Mise-à-jour des contacts";
|
||||
$a->strings["Facebook API key is missing."] = "Clé d'API Facebook manquante.";
|
||||
$a->strings["Facebook Connect"] = "Connecteur Facebook";
|
||||
$a->strings["Install Facebook connector for this account."] = "Installer le connecteur Facebook sur ce compte.";
|
||||
$a->strings["Remove Facebook connector"] = "Désinstaller le connecteur Facebook";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Se ré-authentifier [nécessaire chaque fois que vous changez votre mot de passe Facebook.]";
|
||||
$a->strings["Post to Facebook by default"] = "Poster sur Facebook par défaut";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "L'ajout d'amis Facebook a été désactivé sur ce site. Les réglages suivants seront sans effet.";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "L'ajout d'amis Facebook a été désactivé sur ce site. Si vous désactivez ce réglage, vous ne pourrez le ré-activer.";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Lier tous vos amis et conversations Facebook sur ce site";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Les conversations Facebook se composent du <em>mur du profil</em> et des <em>flux</em> de vos amis.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Sur ce site, les flux de vos amis Facebook ne sont visibles que par vous.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Les réglages suivants déterminent le niveau de vie privée de votre mur Facebook depuis ce site.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Sur ce site, les conversations de votre mur Facebook ne sont visibles que par vous.";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Ne pas importer les conversations de votre mur Facebook.";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si vous choisissez de lier les conversations et de laisser ces deux cases non-cochées, votre mur Facebook sera fusionné avec votre mur de profil (sur ce site). Vos réglages (locaux) de vie privée serviront à en déterminer la visibilité.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Liste (séparée par des virgules) des applications à ignorer";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problème avec les mises-à-jour en temps réel de Facebook";
|
||||
$a->strings["Administrator"] = "Administrateur";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Réglages du connecteur Facebook";
|
||||
$a->strings["Facebook API Key"] = "Clé d'API Facebook";
|
||||
$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>"] = "Erreur: il semble que vous ayez spécifié un App-ID et un Secret dans votre fichier .htconfig.php. Tant qu'ils y seront, vous ne pourrez les configurer avec ce formulaire.<br /><br />";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Erreur: la clé d'API semble incorrecte (le jeton d'accès d'application n'a pu être recupéré)";
|
||||
$a->strings["The given API Key seems to work correctly."] = "La clé d'API semble fonctionner correctement.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "La validité de la clé d'API ne peut être vérifiée. Quelque-chose d'étrange se passe.";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / Clé d'API";
|
||||
$a->strings["Application secret"] = "Secret de l'application";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Synchroniser les commentaires (aucun commentaire de Facebook ne devrait être oublié, au prix d'une charge système accrue)";
|
||||
$a->strings["Save"] = "Sauver";
|
||||
$a->strings["Real-Time Updates"] = "Mises-à-jour en temps réel";
|
||||
$a->strings["Real-Time Updates are activated."] = "Mises-à-jour en temps réel activées.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Désactiver les mises-à-jour en temps réel";
|
||||
$a->strings["Real-Time Updates not activated."] = "Mises-à-jour en temps réel désactivées.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Activer les mises-à-jour en temps réel";
|
||||
$a->strings["The new values have been saved."] = "Les nouvelles valeurs ont été sauvées.";
|
||||
$a->strings["Post to Facebook"] = "Poster sur Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Publication sur Facebook annulée pour cause de conflit de permissions inter-réseaux.";
|
||||
$a->strings["View on Friendica"] = "Voir sur Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Publication sur Facebook échouée. En attente pour re-tentative.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Votre connexion à Facebook est devenue invalide. Merci de vous ré-authentifier.";
|
||||
$a->strings["Facebook connection became invalid"] = "La connexion Facebook est devenue invalide";
|
||||
$a->strings["status"] = "le statut";
|
49
facebook/lang/is/strings.php
Normal file
49
facebook/lang/is/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Stillingar uppfærðar";
|
||||
$a->strings["Permission denied."] = "Heimild ekki veitt.";
|
||||
$a->strings["Facebook disabled"] = "Ekki er kveikt á Facebook ";
|
||||
$a->strings["Updating contacts"] = "Uppfæra tengiliði";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook API lykill er ekki til staðar.";
|
||||
$a->strings["Facebook Connect"] = "Facebook tenging";
|
||||
$a->strings["Install Facebook connector for this account."] = "Setja þarf upp Facebook tengil fyrir þennan notanda";
|
||||
$a->strings["Remove Facebook connector"] = "Fjarlæga Facebook tengil";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Þörf er á endurauðkenningu [Þetta þarf að gera í hvert skipti sem Facebook aðgangsorði er breytt.]";
|
||||
$a->strings["Post to Facebook by default"] = "Senda sjálfgefið færslur á Facebook ";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Tengjast öllum vinum og samtölum á Facebook af þessum vef";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebook samtöl saman standa af færslum af <em>forsíðuvegg</em> og <em>vinastraum</em> þínum.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Aðeins Facebook vinastraumurinn þinn er sjáanlegur á þessum þessum vef.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Eftirfarandi stillingar stjórna friðhelgi Facebook forsíðu vegg á þessum vef. ";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Samtöl á Facebook forsíðu vegg verða einungis sýnileg þér";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Ekki sækja samtöl af Facebook forsíðu vegg";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Ef þú ákveður að hlekkja samtöl saman og hefur bæði þessi hök slökkt, þá mun Facebook forsíðan sameinast forsíðunni á þessum vef þannig að friðhelgisstillingar hér munu stjórna hvernig mega sjá hvað.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Forrit sem á að hunsa (komma á milli)";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "";
|
||||
$a->strings["Administrator"] = "Kerfisstjóri";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Facebook tengils stillingar";
|
||||
$a->strings["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>"] = "";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
|
||||
$a->strings["The given API Key seems to work correctly."] = "";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
|
||||
$a->strings["App-ID / API-Key"] = "";
|
||||
$a->strings["Application secret"] = "";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
|
||||
$a->strings["Save"] = "Vista";
|
||||
$a->strings["Real-Time Updates"] = "";
|
||||
$a->strings["Real-Time Updates are activated."] = "";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "";
|
||||
$a->strings["Real-Time Updates not activated."] = "";
|
||||
$a->strings["Activate Real-Time Updates"] = "";
|
||||
$a->strings["The new values have been saved."] = "";
|
||||
$a->strings["Post to Facebook"] = "Senda á Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Hætt við færslu á Facebook vegna marg nets aðgangs átaka.";
|
||||
$a->strings["View on Friendica"] = "Skoða á Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Færsla sem átti að flæða yfir á Facebook mistókst. Sett í biðröð til endurtekningar.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
|
||||
$a->strings["Facebook connection became invalid"] = "";
|
||||
$a->strings["status"] = "staða";
|
49
facebook/lang/it/strings.php
Normal file
49
facebook/lang/it/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["Facebook disabled"] = "Facebook disabilitato";
|
||||
$a->strings["Updating contacts"] = "Aggiornamento contatti";
|
||||
$a->strings["Facebook API key is missing."] = "Chiave API Facebook mancante.";
|
||||
$a->strings["Facebook Connect"] = "Facebook Connect";
|
||||
$a->strings["Install Facebook connector for this account."] = "Installa Facebook connector per questo account";
|
||||
$a->strings["Remove Facebook connector"] = "Rimuovi Facebook connector";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Ri-autentica [Questo è necessario ogni volta che cambia la password di Facebook.]";
|
||||
$a->strings["Post to Facebook by default"] = "Invia sempre a Facebook";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Collega tutti i tuoi amici di Facebook e le conversazioni su questo sito";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Le conversazione su Facebook sono composte dai i tuoi messsaggi in bacheca e dai messaggi dei tuoi amici";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Su questo sito, i messaggi dai vostri amici su Facebook è visibile solo a te.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Le seguenti impostazioni determinano la privacy della vostra bacheca di Facebook su questo sito.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Su questo sito, le conversazioni sulla tua bacheca di Facebook saranno visibili solo a te";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Non importare le conversazione sulla tua bacheca di Facebook";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Se scegli di collegare le conversazioni e lasci entrambi questi box non segnati, la tua bacheca di Facebook sarà fusa con la tua bacheca su questao sito, e le impostazioni di privacy su questo sito saranno usate per decidere chi potrà vedere le conversazioni.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Elenco separato da virgola di applicazioni da ignorare";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problemi con gli aggiornamenti in tempo reale con Facebook";
|
||||
$a->strings["Administrator"] = "Amministratore";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Impostazioni del connettore Facebook";
|
||||
$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: 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>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Error: the given API Key seems to be incorrect (the application access token could not be retrieved).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "L' API Key fornita sembra funzionare correttamente.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "L' API Key non puo' essere verificata. Sta succedendo qualcosa di strano.";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Application secret";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sincronizza i commenti (non vengono persi commenti su Facebook, al prezzo di un maggior carico di sistema)";
|
||||
$a->strings["Save"] = "Salva";
|
||||
$a->strings["Real-Time Updates"] = "Aggiornamenti Real-Time";
|
||||
$a->strings["Real-Time Updates are activated."] = "Gli aggiornamenti in tempo reale sono attivi";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Disattiva gli aggiornamenti in tempo reale";
|
||||
$a->strings["Real-Time Updates not activated."] = "Gli aggiornamenti in tempo reale non sono attivi";
|
||||
$a->strings["Activate Real-Time Updates"] = "Attiva gli aggiornamenti in tempo reale";
|
||||
$a->strings["The new values have been saved."] = "I nuovi valori sono stati salvati.";
|
||||
$a->strings["Post to Facebook"] = "Invia a Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Invio su Facebook annullato per un conflitto nei permessi di accesso.";
|
||||
$a->strings["View on Friendica"] = "Vedi su Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Invio a Facebook fallito. In attesa di riprovare.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "La tua connessione con Facebook è diventata invalida. Per favore ri-autenticati.";
|
||||
$a->strings["Facebook connection became invalid"] = "La connessione Facebook è diventata invalida.";
|
||||
$a->strings["status"] = "stato";
|
49
facebook/lang/nb-no/strings.php
Normal file
49
facebook/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Innstillinger oppdatert.";
|
||||
$a->strings["Permission denied."] = "Ingen tilgang.";
|
||||
$a->strings["Facebook disabled"] = "Facebook avskrudd";
|
||||
$a->strings["Updating contacts"] = "Oppdaterer kontakter";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook API-nøkkel mangler.";
|
||||
$a->strings["Facebook Connect"] = "Facebook-kobling";
|
||||
$a->strings["Install Facebook connector for this account."] = "Legg til Facebook-kobling for denne kontoen.";
|
||||
$a->strings["Remove Facebook connector"] = "Fjern Facebook-kobling";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "";
|
||||
$a->strings["Post to Facebook by default"] = "Post til Facebook som standard";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "";
|
||||
$a->strings["Comma separated applications to ignore"] = "";
|
||||
$a->strings["Submit"] = "Lagre";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "";
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Innstillinger for Facebook-kobling";
|
||||
$a->strings["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>"] = "";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
|
||||
$a->strings["The given API Key seems to work correctly."] = "";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
|
||||
$a->strings["App-ID / API-Key"] = "";
|
||||
$a->strings["Application secret"] = "";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
|
||||
$a->strings["Save"] = "Lagre";
|
||||
$a->strings["Real-Time Updates"] = "";
|
||||
$a->strings["Real-Time Updates are activated."] = "";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "";
|
||||
$a->strings["Real-Time Updates not activated."] = "";
|
||||
$a->strings["Activate Real-Time Updates"] = "";
|
||||
$a->strings["The new values have been saved."] = "";
|
||||
$a->strings["Post to Facebook"] = "Post til Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Posting til Facebook avbrutt på grunn av konflikt med tilgangsrettigheter i multi-nettverk.";
|
||||
$a->strings["View on Friendica"] = "";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Facebook-innlegg mislyktes. Innlegget er lagt i kø for å prøve igjen.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
|
||||
$a->strings["Facebook connection became invalid"] = "";
|
||||
$a->strings["status"] = "status";
|
49
facebook/lang/pl/strings.php
Normal file
49
facebook/lang/pl/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
|
||||
$a->strings["Permission denied."] = "Brak uprawnień.";
|
||||
$a->strings["Facebook disabled"] = "Facebook wyłączony";
|
||||
$a->strings["Updating contacts"] = "Aktualizacja kontaktów";
|
||||
$a->strings["Facebook API key is missing."] = "Brakuje klucza API z facebooka.";
|
||||
$a->strings["Facebook Connect"] = "Połącz konto z kontem Facebook";
|
||||
$a->strings["Install Facebook connector for this account."] = "Zainstaluj wtyczkę Facebook ";
|
||||
$a->strings["Remove Facebook connector"] = "Usuń wtyczkę Facebook";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Ponowna autoryzacja [Jest wymagana jeśli twoje hasło do Facebooka jest zmienione]";
|
||||
$a->strings["Post to Facebook by default"] = "Domyślnie opublikuj na stronie Facebook";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Połącz wszystkie twoje kontakty i konwersacje na tej stronie z serwisem Facebook";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "";
|
||||
$a->strings["Comma separated applications to ignore"] = "";
|
||||
$a->strings["Submit"] = "Potwierdź";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problemy z aktualizacjami w czasie rzeczywistym Facebook'a";
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Ustawienia połączenia z Facebook";
|
||||
$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>"] = "";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
|
||||
$a->strings["The given API Key seems to work correctly."] = "";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
|
||||
$a->strings["Save"] = "Zapisz";
|
||||
$a->strings["Real-Time Updates"] = "Aktualizacje w czasie rzeczywistym";
|
||||
$a->strings["Real-Time Updates are activated."] = "Aktualizacje w czasie rzeczywistym zostały aktywowane.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Zdezaktywuj aktualizacje w czasie rzeczywistym";
|
||||
$a->strings["Real-Time Updates not activated."] = "Aktualizacje w czasie rzeczywistym nie zostały aktywowane.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Aktywuj aktualizacje w czasie rzeczywistym";
|
||||
$a->strings["The new values have been saved."] = "";
|
||||
$a->strings["Post to Facebook"] = "Post na Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Publikacja na stronie Facebook nie powiodła się z powodu braku dostępu do sieci";
|
||||
$a->strings["View on Friendica"] = "Zobacz na Friendice";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
|
||||
$a->strings["Facebook connection became invalid"] = "Błędne połączenie z Facebookiem";
|
||||
$a->strings["status"] = "status";
|
49
facebook/lang/pt-br/strings.php
Normal file
49
facebook/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|
||||
$a->strings["Permission denied."] = "Permissão negada.";
|
||||
$a->strings["Facebook disabled"] = "O Facebook está desabilitado";
|
||||
$a->strings["Updating contacts"] = "Atualizando os contatos";
|
||||
$a->strings["Facebook API key is missing."] = "A chave de API do Facebook não foi encontrada.";
|
||||
$a->strings["Facebook Connect"] = "Conexão com o Facebook";
|
||||
$a->strings["Install Facebook connector for this account."] = "Instalar o conector do Facebook nesta conta.";
|
||||
$a->strings["Remove Facebook connector"] = "Remover o conector do Facebook";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Reautenticar [Isso é necessário sempre que sua senha do Facebook é modificada.]";
|
||||
$a->strings["Post to Facebook by default"] = "Publicar no Facebook por padrão";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Ligar todos os seus amigos e conversas do Facebook neste site";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "As conversas do Facebook consistem do seu <em>perfil/mural</em> e da <em>linha do tempo</em> dos seus amigos.";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Neste site, a linha do tempo dos seus amigos do Facebook está visível somente para você.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "As seguintes configurações determinam a privacidade do mural do seu perfil do Facebook neste site.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Nesse site as conversas do mural do seu perfil do Facebook estão visíveis somente para você";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Não importar as conversas do seu perfil/mural do Facebook";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Se você escolher ligar as conversas e deixar ambas opções desmarcadas, seu perfil/mural do Facebook será mesclado com seu perfil/mural nesse website e suas configurações de privacidade nesse website serão usadas para determinar quem pode ver as conversas.";
|
||||
$a->strings["Comma separated applications to ignore"] = "Ignorar aplicações separadas por vírgula";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Problemas com as atualizações em tempo real do Facebook";
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Configurações do conector do Facebook";
|
||||
$a->strings["Facebook API Key"] = "Chave da API do Facebook";
|
||||
$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>"] = "Erro: parece que você especificou o App-ID e o -Secret no arquivo .htconfig.php. Uma vez estão especificado lá, eles não podem ser definidos neste formulário.<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Erro: a chave de API fornecida parece estar incorreta (não foi possível recuperar o token de acesso à aplicação).";
|
||||
$a->strings["The given API Key seems to work correctly."] = "A chave de API fornecida aparentemente está funcionando corretamente.";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Segredo da aplicação";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
|
||||
$a->strings["Save"] = "Salvar";
|
||||
$a->strings["Real-Time Updates"] = "Atualizações em tempo real";
|
||||
$a->strings["Real-Time Updates are activated."] = "As atualizações em tempo real estão ativadas.";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Desativar as atualizações em tempo real.";
|
||||
$a->strings["Real-Time Updates not activated."] = "As atualizações em tempo real não estão ativadas.";
|
||||
$a->strings["Activate Real-Time Updates"] = "Ativar atualizações em tempo real";
|
||||
$a->strings["The new values have been saved."] = "Os novos valores foram salvos.";
|
||||
$a->strings["Post to Facebook"] = "Publicar no Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "A publicação no Facebook foi cancelada devido a um conflito de permissão de acesso multi-rede.";
|
||||
$a->strings["View on Friendica"] = "Ver no Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Não foi possível publicar no Facebook. Armazenado na fila para nova tentativa.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "A sua conexão com o Facebook tornou-se invalida. Por favor autentique-se novamente.";
|
||||
$a->strings["Facebook connection became invalid"] = "A conexão com o Facebook tornou-se inválida";
|
||||
$a->strings["status"] = "status";
|
49
facebook/lang/ru/strings.php
Normal file
49
facebook/lang/ru/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Настройки обновлены.";
|
||||
$a->strings["Permission denied."] = "Нет разрешения.";
|
||||
$a->strings["Facebook disabled"] = "Facebook отключен";
|
||||
$a->strings["Updating contacts"] = "Обновление контактов";
|
||||
$a->strings["Facebook API key is missing."] = "Отсутствует ключ Facebook API.";
|
||||
$a->strings["Facebook Connect"] = "Facebook подключение";
|
||||
$a->strings["Install Facebook connector for this account."] = "Установить Facebook Connector для этого аккаунта.";
|
||||
$a->strings["Remove Facebook connector"] = "Удалить Facebook Connector";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Переаутентификация [Это необходимо, если вы изменили пароль на Facebook.]";
|
||||
$a->strings["Post to Facebook by default"] = "Отправлять на Facebook по умолчанию";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "Прикрепите своих друзей и общение с Facebook на этот сайт";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Facebook-лента друзей видна только вам.";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Следующие настройки определяют параметры приватности вашей стены с Facebook на этом сайте.";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Ваша лента профиля Facebook будет видна только вам";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "Не импортировать Facebook разговоров с Вашей страницы";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "";
|
||||
$a->strings["Comma separated applications to ignore"] = "Игнорировать приложения (список через запятую)";
|
||||
$a->strings["Submit"] = "Подтвердить";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "";
|
||||
$a->strings["Administrator"] = "Администратор";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Настройки подключения Facebook";
|
||||
$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>"] = "";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
|
||||
$a->strings["The given API Key seems to work correctly."] = "";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Секрет приложения";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
|
||||
$a->strings["Save"] = "Сохранить";
|
||||
$a->strings["Real-Time Updates"] = "";
|
||||
$a->strings["Real-Time Updates are activated."] = "";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "Отключить Real-Time обновления";
|
||||
$a->strings["Real-Time Updates not activated."] = "";
|
||||
$a->strings["Activate Real-Time Updates"] = "Активировать Real-Time обновления";
|
||||
$a->strings["The new values have been saved."] = "";
|
||||
$a->strings["Post to Facebook"] = "Отправить на Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Отправка на Facebook отменена из-за конфликта разрешений доступа разных сетей.";
|
||||
$a->strings["View on Friendica"] = "";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Ошибка отправки сообщения на Facebook. В очереди на еще одну попытку.";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook подключение не удалось";
|
||||
$a->strings["status"] = "статус";
|
14
facebook/lang/sv/strings.php
Normal file
14
facebook/lang/sv/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Inställningarna har uppdaterats.";
|
||||
$a->strings["Permission denied."] = "Åtkomst nekad.";
|
||||
$a->strings["Facebook disabled"] = "Facebook inaktiverat";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook API key is missing.";
|
||||
$a->strings["Facebook Connect"] = "Facebook Connect";
|
||||
$a->strings["Post to Facebook by default"] = "Lägg alltid in inläggen på Facebook";
|
||||
$a->strings["Submit"] = "Spara";
|
||||
$a->strings["Administrator"] = "Admin";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Facebook Connector Settings";
|
||||
$a->strings["Post to Facebook"] = "Lägg in på Facebook";
|
||||
$a->strings["status"] = "status";
|
49
facebook/lang/zh-cn/strings.php
Normal file
49
facebook/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "设置跟新了";
|
||||
$a->strings["Permission denied."] = "权限不够。";
|
||||
$a->strings["Facebook disabled"] = "Facebook废";
|
||||
$a->strings["Updating contacts"] = "正才更新熟人";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook API钥匙失踪的。";
|
||||
$a->strings["Facebook Connect"] = "Facebook联络";
|
||||
$a->strings["Install Facebook connector for this account."] = "安装Facebook连接器为这个账户。";
|
||||
$a->strings["Remove Facebook connector"] = "删除Facebook连接器";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "复认证[这是必要的每当您Facebook密码变化了]";
|
||||
$a->strings["Post to Facebook by default"] = "默认地放在Facebook";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "这个网站使Facebook朋友环节不能用。这下的设置没有印象。";
|
||||
$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "这个网站使Facebook朋友环节不能用。假如那样的话您不会再使可用的。";
|
||||
$a->strings["Link all your Facebook friends and conversations on this website"] = "连接您所有的Facebook朋友们和交流在这个网站";
|
||||
$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebook交流由您的<em>简介墙</em>和您朋友的<em>溪流</em>组成。 ";
|
||||
$a->strings["On this website, your Facebook friend stream is only visible to you."] = "在这个网站,您Facebook朋友溪流是只您可见的。";
|
||||
$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "下面的设置决定您在这个网站Facebook简介墙的隐私。";
|
||||
$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "在这个网站您Facebook简介墙交流是只您可见的。";
|
||||
$a->strings["Do not import your Facebook profile wall conversations"] = "别进口您Facebook简介墙交流";
|
||||
$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "如果您选择连接交流和留这两个复选框空则,您Facebook简介墙被在您这网站的简介墙融合和您的这网站隐私设置决定谁能看那些交流。";
|
||||
$a->strings["Comma separated applications to ignore"] = "逗号分开的应用要不理";
|
||||
$a->strings["Submit"] = "提交";
|
||||
$a->strings["Problems with Facebook Real-Time Updates"] = "Facebook实时更新有问题";
|
||||
$a->strings["Administrator"] = "管理员";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Connector Settings"] = "Facebook连接器设置";
|
||||
$a->strings["Facebook API Key"] = "Facebook API密码";
|
||||
$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>"] = "错误:看上去您输入App-ID和-Secret在您的.htconfig.php文件。它们那里输入的时候,您不能把他们在这个表格输入。<br><br>";
|
||||
$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "错误:输入的API密码显得不对(取回不了应用代金券)。";
|
||||
$a->strings["The given API Key seems to work correctly."] = "输入的API密码显得对地运行。";
|
||||
$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "API钥匙的正确性发现不了。什么奇怪的进行";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "应用密码";
|
||||
$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "同步评论(无Facebook评论错过了,代价增添系统工作量)";
|
||||
$a->strings["Save"] = "保存";
|
||||
$a->strings["Real-Time Updates"] = "实时更新";
|
||||
$a->strings["Real-Time Updates are activated."] = "实时更新使活动";
|
||||
$a->strings["Deactivate Real-Time Updates"] = "使实时更新不活动";
|
||||
$a->strings["Real-Time Updates not activated."] = "实时更新使不活动";
|
||||
$a->strings["Activate Real-Time Updates"] = "使实时更新活动";
|
||||
$a->strings["The new values have been saved."] = "新的设置保存了。";
|
||||
$a->strings["Post to Facebook"] = "放在Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "发送到Facebook取消由于多网络准许矛盾。";
|
||||
$a->strings["View on Friendica"] = "看在Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Facebook发送失败了。排队着待再试。";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "您Facebook联系成无效的。请再认证。";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook联系成无效的";
|
||||
$a->strings["status"] = "现状";
|
Loading…
Add table
Add a link
Reference in a new issue