regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,14 +5,13 @@ function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Publicar a diàspora";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "No es pot iniciar la sessió al vostre compte de Diaspora. Comproveu nom d'usuari i contrasenya i assegureu-vos que heu utilitzat l'adreça completa (inclosa http ...)";
$a->strings["Diaspora Export"] = "Exportació de diàspora";
$a->strings["Enable Diaspora Post Addon"] = "Habilita Addon Post de Diaspora";
$a->strings["Diaspora username"] = "Nom d'usuari de diàspora";
$a->strings["Diaspora password"] = "Contrasenya de diàspora";
$a->strings["Diaspora site URL"] = "URL del lloc de diàspora";
$a->strings["Post to Diaspora by default"] = "Publica a Diaspora de manera predeterminada";
$a->strings["Save Settings"] = "Desa la configuració";
$a->strings["Diaspora post failed. Queued for retry."] = "La publicació de la diàspora ha fallat Feu cua per tornar a provar.";
$a->strings['Post to Diaspora'] = 'Publicar a diàspora';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'No es pot iniciar la sessió al vostre compte de Diaspora. Comproveu nom d\'usuari i contrasenya i assegureu-vos que heu utilitzat l\'adreça completa (inclosa http ...)';
$a->strings['Diaspora Export'] = 'Exportació de diàspora';
$a->strings['Enable Diaspora Post Addon'] = 'Habilita Addon Post de Diaspora';
$a->strings['Diaspora username'] = 'Nom d\'usuari de diàspora';
$a->strings['Diaspora password'] = 'Contrasenya de diàspora';
$a->strings['Diaspora site URL'] = 'URL del lloc de diàspora';
$a->strings['Post to Diaspora by default'] = 'Publica a Diaspora de manera predeterminada';
$a->strings['Save Settings'] = 'Desa la configuració';
$a->strings['Diaspora post failed. Queued for retry.'] = 'La publicació de la diàspora ha fallat Feu cua per tornar a provar.';

View file

@ -5,14 +5,13 @@ function string_plural_select_cs($n){
$n = intval($n);
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Odeslat na Diasporu";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nelze se přihlásit na váš účet Diaspora. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)";
$a->strings["Diaspora Export"] = "Diaspora export";
$a->strings["Enable Diaspora Post Addon"] = "Povolit doplněk Diaspora Post";
$a->strings["Diaspora username"] = "Uživatelské jméno na Diaspora";
$a->strings["Diaspora password"] = "Heslo na Diaspora";
$a->strings["Diaspora site URL"] = "Adresa webu Diaspora";
$a->strings["Post to Diaspora by default"] = "Ve výchozím stavu zasílat příspěvky na Diaspora";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Diaspora post failed. Queued for retry."] = "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
$a->strings['Post to Diaspora'] = 'Odeslat na Diasporu';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Nelze se přihlásit na váš účet Diaspora. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)';
$a->strings['Diaspora Export'] = 'Diaspora export';
$a->strings['Enable Diaspora Post Addon'] = 'Povolit doplněk Diaspora Post';
$a->strings['Diaspora username'] = 'Uživatelské jméno na Diaspora';
$a->strings['Diaspora password'] = 'Heslo na Diaspora';
$a->strings['Diaspora site URL'] = 'Adresa webu Diaspora';
$a->strings['Post to Diaspora by default'] = 'Ve výchozím stavu zasílat příspěvky na Diaspora';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.';

View file

@ -5,22 +5,21 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Denke daran: Du kannst jederzeit über deinen Friendica-Account <strong>%s</strong> von Diaspora aus erreicht werden.";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Dieser Connector ist ausschließlich dafür gedacht, deinen alten Diaspora-Account noch ein wenig weiter zu betreiben.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account <strong>%s</strong> mitteilen, damit sie diesem folgen.";
$a->strings["All aspects"] = "Alle Aspekte";
$a->strings["Public"] = "Öffentlich";
$a->strings["Post to aspect:"] = "Bei aspect veröffentlichen:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Verbunden mit deinem Diaspora-Konto <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort.";
$a->strings["Diaspora Export"] = "Diaspora-Export";
$a->strings["Information"] = "Information";
$a->strings["Error"] = "Fehler";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Enable Diaspora Post Addon"] = "Diaspora-Post-Addon aktivieren";
$a->strings["Diaspora handle"] = "Diaspora-Handle";
$a->strings["Diaspora password"] = "Diaspora-Passwort";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen.";
$a->strings["Post to Diaspora by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora";
$a->strings['Post to Diaspora'] = 'Auf Diaspora veröffentlichen';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Denke daran: Du kannst jederzeit über deinen Friendica-Account <strong>%s</strong> von Diaspora aus erreicht werden.';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Dieser Connector ist ausschließlich dafür gedacht, deinen alten Diaspora-Account noch ein wenig weiter zu betreiben.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account <strong>%s</strong> mitteilen, damit sie diesem folgen.';
$a->strings['All aspects'] = 'Alle Aspekte';
$a->strings['Public'] = 'Öffentlich';
$a->strings['Post to aspect:'] = 'Bei aspect veröffentlichen:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Verbunden mit deinem Diaspora-Konto <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort.';
$a->strings['Diaspora Export'] = 'Diaspora-Export';
$a->strings['Information'] = 'Information';
$a->strings['Error'] = 'Fehler';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Enable Diaspora Post Addon'] = 'Diaspora-Post-Addon aktivieren';
$a->strings['Diaspora handle'] = 'Diaspora-Handle';
$a->strings['Diaspora password'] = 'Diaspora-Passwort';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen.';
$a->strings['Post to Diaspora by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora';

View file

@ -5,24 +5,23 @@ function string_plural_select_en_gb($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Post to Diaspora";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. ";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "This connector is only meant if you still want to use your old Diaspora account for some time. ";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "It's preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.";
$a->strings["All aspects"] = "All aspects";
$a->strings["Public"] = "Public";
$a->strings["Post to aspect:"] = "Post to aspect:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connected with your Diaspora account <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.";
$a->strings["Diaspora Export"] = "Diaspora Export";
$a->strings["Information"] = "Information";
$a->strings["Error"] = "Error";
$a->strings["Save Settings"] = "Save settings";
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
$a->strings["Diaspora handle"] = "Diaspora handle";
$a->strings["Diaspora password"] = "Diaspora password";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.";
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
$a->strings["Diaspora settings updated."] = "Diaspora settings updated.";
$a->strings["Diaspora connector disabled."] = "Diaspora connector disabled.";
$a->strings['Post to Diaspora'] = 'Post to Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. ';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'This connector is only meant if you still want to use your old Diaspora account for some time. ';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'It\'s preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.';
$a->strings['All aspects'] = 'All aspects';
$a->strings['Public'] = 'Public';
$a->strings['Post to aspect:'] = 'Post to aspect:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connected with your Diaspora account <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.';
$a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings['Information'] = 'Information';
$a->strings['Error'] = 'Error';
$a->strings['Save Settings'] = 'Save settings';
$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
$a->strings['Diaspora handle'] = 'Diaspora handle';
$a->strings['Diaspora password'] = 'Diaspora password';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.';
$a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';
$a->strings['Diaspora settings updated.'] = 'Diaspora settings updated.';
$a->strings['Diaspora connector disabled.'] = 'Diaspora connector disabled.';

View file

@ -5,10 +5,9 @@ function string_plural_select_en_us($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Post to Diaspora";
$a->strings["Diaspora Export"] = "Diaspora Export";
$a->strings["Save Settings"] = "Save settings";
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
$a->strings["Diaspora password"] = "Diaspora password";
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
$a->strings['Post to Diaspora'] = 'Post to Diaspora';
$a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings['Save Settings'] = 'Save settings';
$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
$a->strings['Diaspora password'] = 'Diaspora password';
$a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';

View file

@ -5,22 +5,21 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Publicar hacia Diaspora*";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica <strong>%s</strong>. ";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Este conector solo está diseñado si aún desea usar su antigua cuenta de Diaspora durante algún tiempo.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador <strong>%s</strong> en su lugar.";
$a->strings["All aspects"] = "Todos los aspectos";
$a->strings["Public"] = "Publico";
$a->strings["Post to aspect:"] = "Publicar para aspecto";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Conectado con tu cuenta de Diaspora <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "No puedo iniciar sesión en su cuenta de Diaspora. Compruebe el identificador (en formato user@domain.tld) y la contraseña.";
$a->strings["Diaspora Export"] = "Exportar a Diaspora*";
$a->strings["Information"] = "Información";
$a->strings["Error"] = "Error";
$a->strings["Save Settings"] = "Guardar configuración";
$a->strings["Enable Diaspora Post Addon"] = "Habilitar publicar a traves de Diaspora* plugin.";
$a->strings["Diaspora handle"] = "Diaspora handle";
$a->strings["Diaspora password"] = "Contraseña Diaspora*";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Aviso de privacidad: su contraseña de Diaspora se almacenará sin cifrar para autenticarlo con su pod de Diaspora. Esto significa que su administrador de nodo de Friendica puede tener acceso a él.";
$a->strings["Post to Diaspora by default"] = "Publicar hacia Diaspora* como estándar.";
$a->strings['Post to Diaspora'] = 'Publicar hacia Diaspora*';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Recuerde: siempre puede ser contactado desde Diaspora con su identificador de Friendica <strong>%s</strong>. ';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Este conector solo está diseñado si aún desea usar su antigua cuenta de Diaspora durante algún tiempo.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Sin embargo, es preferible que le diga a sus contactos de Diaspora el nuevo identificador <strong>%s</strong> en su lugar.';
$a->strings['All aspects'] = 'Todos los aspectos';
$a->strings['Public'] = 'Publico';
$a->strings['Post to aspect:'] = 'Publicar para aspecto';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Conectado con tu cuenta de Diaspora <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'No puedo iniciar sesión en su cuenta de Diaspora. Compruebe el identificador (en formato user@domain.tld) y la contraseña.';
$a->strings['Diaspora Export'] = 'Exportar a Diaspora*';
$a->strings['Information'] = 'Información';
$a->strings['Error'] = 'Error';
$a->strings['Save Settings'] = 'Guardar configuración';
$a->strings['Enable Diaspora Post Addon'] = 'Habilitar publicar a traves de Diaspora* plugin.';
$a->strings['Diaspora handle'] = 'Diaspora handle';
$a->strings['Diaspora password'] = 'Contraseña Diaspora*';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Aviso de privacidad: su contraseña de Diaspora se almacenará sin cifrar para autenticarlo con su pod de Diaspora. Esto significa que su administrador de nodo de Friendica puede tener acceso a él.';
$a->strings['Post to Diaspora by default'] = 'Publicar hacia Diaspora* como estándar.';

View file

@ -5,14 +5,13 @@ function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Lähetä Diasporaan";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...).";
$a->strings["Diaspora Export"] = "Diaspora Export";
$a->strings["Enable Diaspora Post Addon"] = "Ota Diaspora-viestilisäosa käyttöön";
$a->strings["Diaspora username"] = "Diaspora -käyttäjätunnus";
$a->strings["Diaspora password"] = "Diaspora -salasana";
$a->strings["Diaspora site URL"] = "Diaspora -sivuston URL-osoite";
$a->strings["Post to Diaspora by default"] = "Lähetä Diasporaan oletuksena";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
$a->strings['Post to Diaspora'] = 'Lähetä Diasporaan';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Kirjautuminen Diasporaan epäonnistui. Tarkista että käyttäjätunnus ja salasana ovat oikein ja varmista että kirjoitit täydellisen osoitteen (mukaan lukien http...).';
$a->strings['Diaspora Export'] = 'Diaspora Export';
$a->strings['Enable Diaspora Post Addon'] = 'Ota Diaspora-viestilisäosa käyttöön';
$a->strings['Diaspora username'] = 'Diaspora -käyttäjätunnus';
$a->strings['Diaspora password'] = 'Diaspora -salasana';
$a->strings['Diaspora site URL'] = 'Diaspora -sivuston URL-osoite';
$a->strings['Post to Diaspora by default'] = 'Lähetä Diasporaan oletuksena';
$a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora -julkaisu epäonnistui. Jonossa uudelleenyritykseen.';

View file

@ -5,22 +5,21 @@ function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Post to Diaspora"] = "Publier sur Diaspora";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. ";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Quoi qu'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>.";
$a->strings["All aspects"] = "Tous les aspects";
$a->strings["Public"] = "Public";
$a->strings["Post to aspect:"] = "Publier avec l'aspect:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connecté avec votre compte Diaspora <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.";
$a->strings["Diaspora Export"] = "Export Diaspora";
$a->strings["Information"] = "Information";
$a->strings["Error"] = "Erreur";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Enable Diaspora Post Addon"] = "Activer lextension «Publier sur Diaspora»";
$a->strings["Diaspora handle"] = "Identifiant Diaspora";
$a->strings["Diaspora password"] = "Mot de passe Diaspora";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès.";
$a->strings["Post to Diaspora by default"] = "Publier sur Diaspora par défaut";
$a->strings['Post to Diaspora'] = 'Publier sur Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. ';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Quoi qu\'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>.';
$a->strings['All aspects'] = 'Tous les aspects';
$a->strings['Public'] = 'Public';
$a->strings['Post to aspect:'] = 'Publier avec l\'aspect:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.';
$a->strings['Diaspora Export'] = 'Export Diaspora';
$a->strings['Information'] = 'Information';
$a->strings['Error'] = 'Erreur';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Enable Diaspora Post Addon'] = 'Activer lextension «Publier sur Diaspora»';
$a->strings['Diaspora handle'] = 'Identifiant Diaspora';
$a->strings['Diaspora password'] = 'Mot de passe Diaspora';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès.';
$a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut';

View file

@ -5,24 +5,23 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Beküldés a Diasporára";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Ne feledje: Ön mindig elérhető a Diasporáról a(z) <strong>%s</strong> Friendica kezelőjével. ";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. ";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új <strong>%s</strong> kezelőt.";
$a->strings["All aspects"] = "Minden szempont";
$a->strings["Public"] = "Nyilvános";
$a->strings["Post to aspect:"] = "Beküldés a szempontba:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót.";
$a->strings["Diaspora Export"] = "Diaspora exportálás";
$a->strings["Information"] = "Információ";
$a->strings["Error"] = "Hiba";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["Enable Diaspora Post Addon"] = "A Diaspora-beküldő bővítmény engedélyezése";
$a->strings["Diaspora handle"] = "Diaspora kezelő";
$a->strings["Diaspora password"] = "Diaspora jelszó";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet.";
$a->strings["Post to Diaspora by default"] = "Beküldés a Diasporára alapértelmezetten";
$a->strings["Diaspora settings updated."] = "A Diaspora beállításai frissítve.";
$a->strings["Diaspora connector disabled."] = "A Diaspora összekötő letiltva.";
$a->strings['Post to Diaspora'] = 'Beküldés a Diasporára';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Ne feledje: Ön mindig elérhető a Diasporáról a(z) <strong>%s</strong> Friendica kezelőjével. ';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. ';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új <strong>%s</strong> kezelőt.';
$a->strings['All aspects'] = 'Minden szempont';
$a->strings['Public'] = 'Nyilvános';
$a->strings['Post to aspect:'] = 'Beküldés a szempontba:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót.';
$a->strings['Diaspora Export'] = 'Diaspora exportálás';
$a->strings['Information'] = 'Információ';
$a->strings['Error'] = 'Hiba';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Enable Diaspora Post Addon'] = 'A Diaspora-beküldő bővítmény engedélyezése';
$a->strings['Diaspora handle'] = 'Diaspora kezelő';
$a->strings['Diaspora password'] = 'Diaspora jelszó';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet.';
$a->strings['Post to Diaspora by default'] = 'Beküldés a Diasporára alapértelmezetten';
$a->strings['Diaspora settings updated.'] = 'A Diaspora beállításai frissítve.';
$a->strings['Diaspora connector disabled.'] = 'A Diaspora összekötő letiltva.';

View file

@ -5,13 +5,12 @@ function string_plural_select_is($n){
$n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11);
}}
;
$a->strings["Post to Diaspora"] = "Senda færslu á Diaspora";
$a->strings["Diaspora Export"] = "Diaspora útflutningur";
$a->strings["Enable Diaspora Post Addon"] = "Virkja sendiviðbót fyrir Diaspora";
$a->strings["Diaspora username"] = "Notandanafn á Diaspora";
$a->strings["Diaspora password"] = "Lykilorð á Diaspora";
$a->strings["Diaspora site URL"] = "Slóð á Diaspora-vefsvæði";
$a->strings["Post to Diaspora by default"] = "Senda sjálfgefið færslur á Diaspora";
$a->strings["Save Settings"] = "Vista stillingar";
$a->strings["Diaspora post failed. Queued for retry."] = "Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.";
$a->strings['Post to Diaspora'] = 'Senda færslu á Diaspora';
$a->strings['Diaspora Export'] = 'Diaspora útflutningur';
$a->strings['Enable Diaspora Post Addon'] = 'Virkja sendiviðbót fyrir Diaspora';
$a->strings['Diaspora username'] = 'Notandanafn á Diaspora';
$a->strings['Diaspora password'] = 'Lykilorð á Diaspora';
$a->strings['Diaspora site URL'] = 'Slóð á Diaspora-vefsvæði';
$a->strings['Post to Diaspora by default'] = 'Senda sjálfgefið færslur á Diaspora';
$a->strings['Save Settings'] = 'Vista stillingar';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.';

View file

@ -5,24 +5,23 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Invia a Diaspora";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica <strong>%s</strong>.";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Questo connettore è utile solo se vuoi utilizzare il tuo vecchio account Diaspora per un po'.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo <strong>%s</strong>.";
$a->strings["All aspects"] = "Tutti gli aspetti";
$a->strings["Public"] = "Pubblico";
$a->strings["Post to aspect:"] = "Invia all'aspetto:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Connesso con il tuo account Diaspora <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Non è stato possibile accedere al tuo account Diaspora. Per favore controlla l'indirizzo (nel formato utente@dominio.tld) e password.";
$a->strings["Diaspora Export"] = "Esporta Diaspora";
$a->strings["Information"] = "Informazione";
$a->strings["Error"] = "Errore";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Enable Diaspora Post Addon"] = "Abilita il componente aggiuntivo di invio a Diaspora";
$a->strings["Diaspora handle"] = "Indirizzo Diaspora";
$a->strings["Diaspora password"] = "Password Diaspora";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Nota sulla privacy: La tua password Diaspora sarà memorizzata in modo non criptato per autenticarti al tuo pod Diaspora. Questo significa che l'amministratore del tuo nodo Friendica può aver accesso a questa.";
$a->strings["Post to Diaspora by default"] = "Invia sempre a Diaspora";
$a->strings["Diaspora settings updated."] = "Impostazioni Diaspora aggiornate.";
$a->strings["Diaspora connector disabled."] = "Connettore Diaspora disabilitato.";
$a->strings['Post to Diaspora'] = 'Invia a Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Ricorda: Puoi sempre essere raggiunto da Diaspora con il tuo indirizzo Friendica <strong>%s</strong>.';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Questo connettore è utile solo se vuoi utilizzare il tuo vecchio account Diaspora per un po\'.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Comunque, è preferibile che tu comunichi ai tuoi contatti Diaspora il nuovo indirizzo <strong>%s</strong>.';
$a->strings['All aspects'] = 'Tutti gli aspetti';
$a->strings['Public'] = 'Pubblico';
$a->strings['Post to aspect:'] = 'Invia all\'aspetto:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connesso con il tuo account Diaspora <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Non è stato possibile accedere al tuo account Diaspora. Per favore controlla l\'indirizzo (nel formato utente@dominio.tld) e password.';
$a->strings['Diaspora Export'] = 'Esporta Diaspora';
$a->strings['Information'] = 'Informazione';
$a->strings['Error'] = 'Errore';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Enable Diaspora Post Addon'] = 'Abilita il componente aggiuntivo di invio a Diaspora';
$a->strings['Diaspora handle'] = 'Indirizzo Diaspora';
$a->strings['Diaspora password'] = 'Password Diaspora';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Nota sulla privacy: La tua password Diaspora sarà memorizzata in modo non criptato per autenticarti al tuo pod Diaspora. Questo significa che l\'amministratore del tuo nodo Friendica può aver accesso a questa.';
$a->strings['Post to Diaspora by default'] = 'Invia sempre a Diaspora';
$a->strings['Diaspora settings updated.'] = 'Impostazioni Diaspora aggiornate.';
$a->strings['Diaspora connector disabled.'] = 'Connettore Diaspora disabilitato.';

View file

@ -5,21 +5,20 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to Diaspora"] = "Plaatsen op Diaspora";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat <strong>%s</strong>. ";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Deze connector is alleen bedoeld als je je oude diaspora-account nog enige tijd wilt gebruiken.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle <strong>%s</strong>.";
$a->strings["All aspects"] = "Alle aspecten";
$a->strings["Public"] = "Openbaar";
$a->strings["Post to aspect:"] = "Post naar aspect:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Verbonden met uw diaspora-account <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "U kunt niet inloggen op uw Diaspora-account. Controleer de handle (in het formaat gebruiker@domein.tld) en het wachtwoord.";
$a->strings["Diaspora Export"] = "Diaspora Exporteren";
$a->strings["Information"] = "Informatie";
$a->strings["Error"] = "Fout";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Enable Diaspora Post Addon"] = "Diaspora Post Addon inschakelen";
$a->strings["Diaspora password"] = "Diaspora wachtwoord";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Privacyverklaring: uw diaspora-wachtwoord wordt onversleuteld opgeslagen om u te authenticeren met uw diaspora-pod. Dit betekent dat uw Friendica-knooppuntbeheerder er toegang toe heeft.";
$a->strings["Post to Diaspora by default"] = "Plaatsen op Diaspora als standaard instellen ";
$a->strings['Post to Diaspora'] = 'Plaatsen op Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Let op: vanuit Diaspora ben je altijd bereikbaar met je Friendica-handvat <strong>%s</strong>. ';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Deze connector is alleen bedoeld als je je oude diaspora-account nog enige tijd wilt gebruiken.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Het verdient echter de voorkeur dat u uw diaspora contacteert met de nieuwe handle <strong>%s</strong>.';
$a->strings['All aspects'] = 'Alle aspecten';
$a->strings['Public'] = 'Openbaar';
$a->strings['Post to aspect:'] = 'Post naar aspect:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Verbonden met uw diaspora-account <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'U kunt niet inloggen op uw Diaspora-account. Controleer de handle (in het formaat gebruiker@domein.tld) en het wachtwoord.';
$a->strings['Diaspora Export'] = 'Diaspora Exporteren';
$a->strings['Information'] = 'Informatie';
$a->strings['Error'] = 'Fout';
$a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings['Enable Diaspora Post Addon'] = 'Diaspora Post Addon inschakelen';
$a->strings['Diaspora password'] = 'Diaspora wachtwoord';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Privacyverklaring: uw diaspora-wachtwoord wordt onversleuteld opgeslagen om u te authenticeren met uw diaspora-pod. Dit betekent dat uw Friendica-knooppuntbeheerder er toegang toe heeft.';
$a->strings['Post to Diaspora by default'] = 'Plaatsen op Diaspora als standaard instellen ';

View file

@ -5,19 +5,18 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Napisz do Diaspory";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas.";
$a->strings["All aspects"] = "Wszystkie aspekty";
$a->strings["Public"] = "Publiczny";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Połączony ze swoim kontem Diaspora <strong>%s</strong>";
$a->strings["Diaspora Export"] = "Eksportuj do Diaspory";
$a->strings["Information"] = "Informacja";
$a->strings["Error"] = "Błąd";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Enable Diaspora Post Addon"] = "Włącz dodatek Diaspora";
$a->strings["Diaspora password"] = "Hasło Diaspora";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Informacja o ochronie prywatności: Twoje hasło Diaspora będzie przechowywane w postaci niezaszyfrowanej w celu uwierzytelnienia użytkownika za pomocą Diaspora. Oznacza to, że administrator węzła Friendica może mieć do niego dostęp.";
$a->strings["Post to Diaspora by default"] = "Wyślij domyślnie do Diaspory";
$a->strings["Diaspora settings updated."] = "Zaktualizowano ustawienia Diaspora.";
$a->strings["Diaspora connector disabled."] = "Połączenie z Diaspora wyłączone.";
$a->strings['Post to Diaspora'] = 'Napisz do Diaspory';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Ten łącznik jest przeznaczony do tego, gdy nadal chcesz korzystać ze starego konta Diaspora przez jakiś czas.';
$a->strings['All aspects'] = 'Wszystkie aspekty';
$a->strings['Public'] = 'Publiczny';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Połączony ze swoim kontem Diaspora <strong>%s</strong>';
$a->strings['Diaspora Export'] = 'Eksportuj do Diaspory';
$a->strings['Information'] = 'Informacja';
$a->strings['Error'] = 'Błąd';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Enable Diaspora Post Addon'] = 'Włącz dodatek Diaspora';
$a->strings['Diaspora password'] = 'Hasło Diaspora';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Informacja o ochronie prywatności: Twoje hasło Diaspora będzie przechowywane w postaci niezaszyfrowanej w celu uwierzytelnienia użytkownika za pomocą Diaspora. Oznacza to, że administrator węzła Friendica może mieć do niego dostęp.';
$a->strings['Post to Diaspora by default'] = 'Wyślij domyślnie do Diaspory';
$a->strings['Diaspora settings updated.'] = 'Zaktualizowano ustawienia Diaspora.';
$a->strings['Diaspora connector disabled.'] = 'Połączenie z Diaspora wyłączone.';

View file

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
$a->strings['Post to Diaspora'] = 'Publicar na Diaspora';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Não foi possível entrar na sua conta Diaspora. Verifique seu nome de usuário e senha e certifique-se que usou o endereço completo (incluindo http...).';
$a->strings['Enable Diaspora Post Addon'] = 'Habilitar plug-in para publicar na Diaspora';
$a->strings['Diaspora username'] = 'Nome de usuário da Diaspora';
$a->strings['Diaspora password'] = 'Senha da Diaspora';
$a->strings['Post to Diaspora by default'] = 'Publicar na Diaspora por padrão';
$a->strings['Save Settings'] = 'Salvar Configurações';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Falha ao publicar na Diaspora. Na fila para tentar novamente.';

View file

@ -5,13 +5,12 @@ function string_plural_select_ro($n){
$n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}}
;
$a->strings["Post to Diaspora"] = "Postați pe Diaspora";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )";
$a->strings["Diaspora Export"] = "Exportare pe Diaspora ";
$a->strings["Diaspora username"] = "Utilizator Diaspora";
$a->strings["Diaspora password"] = "Parola Diaspora";
$a->strings["Diaspora site URL"] = "URL site Diaspora";
$a->strings["Post to Diaspora by default"] = "Postați implicit pe Diaspora";
$a->strings["Save Settings"] = "Salvare Configurări";
$a->strings["Diaspora post failed. Queued for retry."] = "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.";
$a->strings['Post to Diaspora'] = 'Postați pe Diaspora';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = 'Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )';
$a->strings['Diaspora Export'] = 'Exportare pe Diaspora ';
$a->strings['Diaspora username'] = 'Utilizator Diaspora';
$a->strings['Diaspora password'] = 'Parola Diaspora';
$a->strings['Diaspora site URL'] = 'URL site Diaspora';
$a->strings['Post to Diaspora by default'] = 'Postați implicit pe Diaspora';
$a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.';

View file

@ -5,24 +5,23 @@ function string_plural_select_ru($n){
$n = intval($n);
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Post to Diaspora"] = "Отправить в Diaspora";
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica <strong>%s</strong>.";
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Этот коннектор предназначен только для тех случаев, когда вы хотите использовать вашу старую учётную запись в Diaspora в течение какого-то времени.";
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес <strong>%s</strong>.";
$a->strings["All aspects"] = "Все контакты";
$a->strings["Public"] = "Публично";
$a->strings["Post to aspect:"] = "Для группы:";
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Соединено с вашей учётной записью Diaspora <strong>%s</strong>";
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Не получается зайти в вашу учётную запись Diaspora. Пожалуйста, проверьте правильность имени (в формате user@domain.tld) и пароль.";
$a->strings["Diaspora Export"] = "Экспорт в Diaspora";
$a->strings["Information"] = "Информация";
$a->strings["Error"] = "Ошибка";
$a->strings["Save Settings"] = "Сохранить настройки";
$a->strings["Enable Diaspora Post Addon"] = "Включить аддон Diaspora Post";
$a->strings["Diaspora handle"] = "Имя в Diaspora";
$a->strings["Diaspora password"] = "Пароль Diaspora";
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Предупреждение: Ваш пароль для Diaspora будет сохранён в открытом виде, чтобы производить вход в ваш сервер Diaspora. Это означает, что администратор этого узла Friendica может получить к нему доступ.";
$a->strings["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию";
$a->strings["Diaspora settings updated."] = "Настройки Diaspora обновлены.";
$a->strings["Diaspora connector disabled."] = "Коннектор Diaspora отключён.";
$a->strings['Post to Diaspora'] = 'Отправить в Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica <strong>%s</strong>.';
$a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'Этот коннектор предназначен только для тех случаев, когда вы хотите использовать вашу старую учётную запись в Diaspora в течение какого-то времени.';
$a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес <strong>%s</strong>.';
$a->strings['All aspects'] = 'Все контакты';
$a->strings['Public'] = 'Публично';
$a->strings['Post to aspect:'] = 'Для группы:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Соединено с вашей учётной записью Diaspora <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Не получается зайти в вашу учётную запись Diaspora. Пожалуйста, проверьте правильность имени (в формате user@domain.tld) и пароль.';
$a->strings['Diaspora Export'] = 'Экспорт в Diaspora';
$a->strings['Information'] = 'Информация';
$a->strings['Error'] = 'Ошибка';
$a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings['Enable Diaspora Post Addon'] = 'Включить аддон Diaspora Post';
$a->strings['Diaspora handle'] = 'Имя в Diaspora';
$a->strings['Diaspora password'] = 'Пароль Diaspora';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Предупреждение: Ваш пароль для Diaspora будет сохранён в открытом виде, чтобы производить вход в ваш сервер Diaspora. Это означает, что администратор этого узла Friendica может получить к нему доступ.';
$a->strings['Post to Diaspora by default'] = 'Отправлять в Diaspora по умолчанию';
$a->strings['Diaspora settings updated.'] = 'Настройки Diaspora обновлены.';
$a->strings['Diaspora connector disabled.'] = 'Коннектор Diaspora отключён.';

View file

@ -5,14 +5,13 @@ function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["Post to Diaspora"] = "发到 Diaspora";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址包括http...";
$a->strings["Diaspora Export"] = "Diaspora 导出";
$a->strings["Enable Diaspora Post Addon"] = "启用 Diaspora 发文插件";
$a->strings["Diaspora username"] = "Diaspora 用户名";
$a->strings["Diaspora password"] = "Diaspora 密码";
$a->strings["Diaspora site URL"] = "Diaspora 站点 URL";
$a->strings["Post to Diaspora by default"] = "默认发文到 Diaspora";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora 发文失败。已经放入队列以重试。";
$a->strings['Post to Diaspora'] = '发到 Diaspora';
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = '无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址包括http...';
$a->strings['Diaspora Export'] = 'Diaspora 导出';
$a->strings['Enable Diaspora Post Addon'] = '启用 Diaspora 发文插件';
$a->strings['Diaspora username'] = 'Diaspora 用户名';
$a->strings['Diaspora password'] = 'Diaspora 密码';
$a->strings['Diaspora site URL'] = 'Diaspora 站点 URL';
$a->strings['Post to Diaspora by default'] = '默认发文到 Diaspora';
$a->strings['Save Settings'] = '保存设置';
$a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora 发文失败。已经放入队列以重试。';