Changeset 26558


Ignore:
Timestamp:
Jan 9, 2014, 8:44:55 PM (10 years ago)
Author:
mistic100
Message:

rename OAuth into Social Connect

Location:
extensions/oAuth
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/admin.php

    r26556 r26558  
    66if (!$conf['allow_user_registration'])
    77{
    8   $page['warnings'][] = l10n('Users are not allowed to register on your gallery. OAuth will not work correctly.');
     8  $page['warnings'][] = l10n('Users are not allowed to register on your gallery. Social Connect will not work correctly.');
    99}
    1010
  • extensions/oAuth/admin/template/config.tpl

    r26556 r26558  
    33
    44<div class="titrePage">
    5         <h2>OAuth</h2>
     5        <h2>Social Connect</h2>
    66</div>
    77
  • extensions/oAuth/admin/template/providers.tpl

    r26556 r26558  
    3737
    3838<div class="titrePage">
    39         <h2>OAuth</h2>
     39        <h2>Social Connect</h2>
    4040</div>
    4141
  • extensions/oAuth/language/bg_BG/plugin.lang.php

    r21170 r26558  
    2323$lang['Your registration is almost done, please complete the registration form.'] = 'Вашата регистрация е почти готова, моля попълнете регистрационната форма.';
    2424$lang['You registered with a %s account, please sign in with the same account.'] = 'Вие сте се регистрирали като% S, моля, влезте със същия профил.';
    25 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Потребителите не могат да се регистрират в галерията ви. OAuth няма да работи коректно.';
     25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Потребителите не могат да се регистрират в галерията ви. Social Connect няма да работи коректно.';
    2626$lang['Sorry, new registrations are blocked on this gallery.'] = 'За съжаление, новите регистрации са блокирани на тази галерия.';
    2727$lang['Sign in with %s'] = 'Влезте с% S';
    2828$lang['Providers'] = 'Доставчици';
    2929$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Възникна грешка, моля свържете се със собственика на галерията. <i>Код на грешка : %s</i>';
    30 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Трябва да конфигурирате пълномощията';
    31 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl е необходимо удължаване';
     30$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Трябва да конфигурирате пълномощията';
     31$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl е необходимо удължаване';
    3232$lang['Authentication canceled'] = 'Идентификацията отменена';
    3333$lang['Display sign in buttons on the register page'] = 'Покажи знак бутони на страницата регистър';
  • extensions/oAuth/language/da_DK/plugin.lang.php

    r20379 r26558  
    2525$lang['Sign in with %s'] = 'Log på med %s';
    2626$lang['Sorry, new registrations are blocked on this gallery.'] = 'Nye registreringer er desværre slået fra i dette galleri.';
    27 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Brugere har ikke mulighed for at registrere sig i dit galleri. OAuth vil ikke fungere korrekt.';
     27$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Brugere har ikke mulighed for at registrere sig i dit galleri. Social Connect vil ikke fungere korrekt.';
    2828$lang['You registered with a %s account, please sign in with the same account.'] = 'Du registrerede dig med en %s-konto, vær venlig at benytte den samme konto.';
    2929$lang['Your registration is almost done, please complete the registration form.'] = 'Din registrering er næsten gennemført, vær venlig at udfylde registreringsformularen.';
     
    4040$lang['Icon size on the identification page'] = 'Ikonstørrelse på loginsiden';
    4141$lang['Loading...'] = 'Indlæser ...';
    42 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl-udvidelse er nødvendig';
    43 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Du skal opsætte loginoplysninger';
     42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl-udvidelse er nødvendig';
     43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Du skal opsætte loginoplysninger';
    4444$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID skal være aktiveret for at kunne benytte %s-autentificering';
    4545$lang['Or sign in with'] = 'Eller log på med';
  • extensions/oAuth/language/de_DE/plugin.lang.php

    r20457 r26558  
    2626$lang['Sign in with %s'] = 'Anmelden mit %s';
    2727$lang['Sorry, new registrations are blocked on this gallery.'] = 'Entschuldigung, Neu-Anmeldungen sind in dieser Galerie nicht möglich.';
    28 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Benutzer haben keine Erlaubnis sich neu in deiner Galerie anzumelden, OAuth wird nicht richtig funktionieren.';
     28$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Benutzer haben keine Erlaubnis sich neu in deiner Galerie anzumelden, Social Connect wird nicht richtig funktionieren.';
    2929$lang['Enabled'] = 'freigegeben';
    3030$lang['Error...'] = 'Fehler...';
     
    3333$lang['Loading...'] = 'Lade...';
    3434$lang['Logged with'] = 'Angemeldet mit';
    35 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl Erweiterung benötigt';
    36 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Anmeldedaten müssen konfiguriert sein';
     35$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl Erweiterung benötigt';
     36$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Anmeldedaten müssen konfiguriert sein';
    3737$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID muss freigegeben sein um sich mit %s anmelden zu können';
    3838$lang['Or sign in with'] = 'Oder melde dich an mit';
  • extensions/oAuth/language/el_GR/plugin.lang.php

    r20460 r26558  
    3636$lang['Your registration is almost done, please complete the registration form.'] = 'Η εγγραφή σας έχει σχεδόν τελειώσει, παρακαλούμε συμπληρώστε τη φόρμα εγγραφής.';
    3737$lang['You registered with a %s account, please sign in with the same account.'] = 'Μπορείτε εγγραφείτε στο λογαριασμό %s, παρακαλώ συνδεθείτε με τον ίδιο λογαριασμό.';
    38 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Οι χρήστες δεν επιτρέπεται να εγγραφούν στην γκαλερί σας. OAuth δεν θα λειτουργήσει σωστά.';
     38$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Οι χρήστες δεν επιτρέπεται να εγγραφούν στην γκαλερί σας. Social Connect δεν θα λειτουργήσει σωστά.';
    3939$lang['Sorry, new registrations are blocked on this gallery.'] = 'Συγνώμη, οι νέες εγγραφές έχουν αποκλειστεί σε αυτό το λεύκωμα.';
    4040$lang['Sign in with %s'] = 'Σύνδεση με %s';
     
    4545$lang['Or sign in with'] = 'Ή συνδεθείτε με';
    4646$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID πρέπει να είναι ενεργοποιημένo για να μπορέσετε να χρησιμοποιήσετε %s έλεγχο ταυτότητας';
    47 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Θα πρέπει να ρυθμίσετε τα πιστοποιητικά';
    48 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: H επέκταση PHP Curl είναι αναγκαία';
     47$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Θα πρέπει να ρυθμίσετε τα πιστοποιητικά';
     48$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: H επέκταση PHP Curl είναι αναγκαία';
    4949?>
  • extensions/oAuth/language/en_UK/plugin.lang.php

    r20324 r26558  
    33$lang['%s: invalid keys'] = '%s: invalid keys';
    44$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID must be enabled in order to use %s authentication';
    5 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Users are not allowed to register on your gallery. OAuth will not work correctly.';
     5$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Users are not allowed to register on your gallery. Social Connect will not work correctly.';
    66$lang['Providers'] = 'Providers';
    77$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, new registrations are blocked on this gallery.';
     
    1010$lang['You registered with a %s account, please sign in with the same account.'] = 'You registered with a %s account, please sign in with the same account.';
    1111$lang['Your registration is almost done, please complete the registration form.'] = 'Your registration is almost done, please complete the registration form.';
    12 $lang['OAuth: You need to configure the credentials'] = 'OAuth: You need to configure the credentials';
    13 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl extension is needed';
     12$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: You need to configure the credentials';
     13$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extension is needed';
    1414$lang['Display sign in buttons in the menubar'] = 'Display sign in buttons in the menubar';
    1515$lang['Display sign in buttons on the register page'] = 'Display sign in buttons on the register page';
  • extensions/oAuth/language/es_ES/plugin.lang.php

    r20414 r26558  
    2626$lang['Sign in with %s'] = 'Conexión con %s';
    2727$lang['Sorry, new registrations are blocked on this gallery.'] = 'Lo sentimos, los registros están bloqueados en esta galería.';
    28 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Los usuarios no están autorizados a registrarse en esta galería. OAuth no funcionará correctamente.';
    29 $lang['You registered with a %s account, please sign in with the same account.'] = 'Se ha registrado una cuenta %s. Por favor, inicie sesión con la misma cuenta.
    30 ';
     28$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Los usuarios no están autorizados a registrarse en esta galería. Social Connect no funcionará correctamente.';
     29$lang['You registered with a %s account, please sign in with the same account.'] = 'Se ha registrado una cuenta %s. Por favor, inicie sesión con la misma cuenta.';
    3130$lang['Your registration is almost done, please complete the registration form.'] = 'Su registro está casi completo, gracias por completar el formulario de inscripción.';
    3231$lang['Logged with'] = 'Conectado con';
    33 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: La extensión PHP Curl es necesaria';
    34 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Debe configurar la clave de autenticación';
     32$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: La extensión PHP Curl es necesaria';
     33$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Debe configurar la clave de autenticación';
    3534$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID debe estar activada para utilizar la autenticación %s';
    3635$lang['Or sign in with'] = 'O conectase con';
  • extensions/oAuth/language/et_EE/plugin.lang.php

    r21872 r26558  
    2929$lang['Sign in with %s'] = 'Logi sisse kasutjaga %';
    3030$lang['Sorry, new registrations are blocked on this gallery.'] = 'Vabandust, uusi kasutajaid ei saa siin galeriis lisada';
    31 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Kasutjatel pole lubatud sinu galeriis registreerida. OAuth ei tööta korralikult. ';
     31$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Kasutjatel pole lubatud sinu galeriis registreerida. Social Connect ei tööta korralikult. ';
    3232$lang['You registered with a %s account, please sign in with the same account.'] = 'Sa registreerisid %s kasutjaga, palun logi sisse sama infoga';
    3333$lang['Your registration is almost done, please complete the registration form.'] = 'Registreerimine on peaagu lõpetatud, palun lõpeta registreerimine.';
     
    4545$lang['Loading...'] = 'Laadimine...';
    4646$lang['Logged with'] = 'Sisse logitud';
    47 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl laiendus on vajalik';
    48 $lang['OAuth: You need to configure the credentials'] = 'OAuth: ';
     47$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl laiendus on vajalik';
    4948?>
  • extensions/oAuth/language/fr_FR/plugin.lang.php

    r21583 r26558  
    33$lang['%s: invalid keys'] = '%s: clefs invalides';
    44$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID doit être activé pour utiliser l\'authentification %s';
    5 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Les utilisateurs ne sont pas autorisés à s\'inscrire sur cette galerie. OAUth ne fonctionnera pas correctement.';
     5$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Les utilisateurs ne sont pas autorisés à s\'inscrire sur cette galerie. Social Connect ne fonctionnera pas correctement.';
    66$lang['Providers'] = 'Fournisseurs';
    77$lang['Sorry, new registrations are blocked on this gallery.'] = 'Désolé, les inscriptions sont bloquées sur cette galerie.';
     
    1010$lang['You registered with a %s account, please sign in with the same account.'] = 'Vous vous êtes inscrit avec un compte %s. Veuillez vous connecter avec le même compte.';
    1111$lang['Your registration is almost done, please complete the registration form.'] = 'Vous inscription est presque terminée, merci de compléter le formulaire d\'enregistrement.';
    12 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Vous devez définir vos clef d\'authentification';
    13 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: l\'extension PHP Curl est nécessaire';
     12$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Vous devez définir vos clef d\'authentification';
     13$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: l\'extension PHP Curl est nécessaire';
    1414$lang['Display sign in buttons in the menubar'] = 'Afficher les boutons de connexion dans le menu';
    1515$lang['Display sign in buttons on the register page'] = 'Afficher les boutons de connexion sur la page d\'enregistrement';
  • extensions/oAuth/language/hu_HU/plugin.lang.php

    r21194 r26558  
    2424$lang['OpenID must be enabled in order to use %s authentication'] = '%S-hitelesítés használatához engedélyezni kell az OpenID-t';
    2525$lang['You registered with a %s account, please sign in with the same account.'] = 'Regisztrált %s fiókkal, kérjük jelentkezzen be ugyanazzal a fiókkal.';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'A regisztráció le van tiltva a galériában. Az OAuth nem fog megfelelően működni.';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'A regisztráció le van tiltva a galériában. Az Social Connect nem fog megfelelően működni.';
    2727$lang['Your registration is almost done, please complete the registration form.'] = 'A regisztráció majdnem kész. Kérjük, töltse ki a teljes regisztrációs űrlapot.';
    2828$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Hiba történt, kérjük lépjen kapcsolatba a galéria tulajdonosával. <i>Hibakód : %s</i>';
     
    3232$lang['Icon size on the identification page'] = 'Ikon mérete az azonosítás oldalon';
    3333$lang['Icon size in the menubar'] = 'Ikon mérete a menüsorban';
    34 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl kiterjesztés szükséges';
    35 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Be kell állítani a hitelesítő adatokat';
     34$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl kiterjesztés szükséges';
     35$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Be kell állítani a hitelesítő adatokat';
    3636$lang['Or sign in with'] = 'Vagy jelentkezzen be';
    3737$lang['Please enter your OpenID URL'] = 'Kérjük, adja meg az OpenID URL-jét';
  • extensions/oAuth/language/it_IT/plugin.lang.php

    r20631 r26558  
    3030$lang['Your registration is almost done, please complete the registration form.'] = 'La tua registrazione è quasi finita, si prega di compilare il modulo di registrazione.';
    3131$lang['You registered with a %s account, please sign in with the same account.'] = 'Sei registrato con un account %s, si prega di accedere con lo stesso account.';
    32 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Gli utenti non sono autorizzati a registrarsi nella tua galleria. OAuth non funzionerà correttamente.';
     32$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Gli utenti non sono autorizzati a registrarsi nella tua galleria. Social Connect non funzionerà correttamente.';
    3333$lang['Sorry, new registrations are blocked on this gallery.'] = 'Spiacenti, le nuove registrazioni sono bloccate in questa galleria.';
    3434$lang['Providers'] = 'Providers';
     
    4040$lang['Or sign in with'] = 'O accedi con il';
    4141$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID deve essere abilitato per poter utilizzare l\'autenticazione %s';
    42 $lang['OAuth: You need to configure the credentials'] = 'OAuth: è necessario configurare le credenziali';
    43 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP estensione Curl è necessaria';
     42$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: è necessario configurare le credenziali';
     43$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP estensione Curl è necessaria';
    4444$lang['Logged with'] = 'Registrato con';
    4545$lang['Loading...'] = 'Caricamento...';
  • extensions/oAuth/language/lv_LV/plugin.lang.php

    r20427 r26558  
    2424$lang['Your registration is almost done, please complete the registration form.'] = 'Jūsu reģistrācija ir gabdrīz pabeigta, lūdzu pabeidziet reģistrācijas formu.';
    2525$lang['You registered with a %s account, please sign in with the same account.'] = 'Jūs esat reģistrējies ar %s kontu, lūdzu piesakieties ar šo pašu kontu.';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Lietotājiem nav atļauts reģistrēties jūsu galerijā. OAtuh nedarbosies korekti.';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Lietotājiem nav atļauts reģistrēties jūsu galerijā. Social Connect nedarbosies korekti.';
    2727$lang['Sorry, new registrations are blocked on this gallery.'] = 'Atvainojiet, šai galerijā jauna reģistrēšanās bloķēta';
    28 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Nepieciešams nokonfigurēt Jūsu akreditēšanās datus';
    29 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: nepieciešams PHP Curl paplašinājums';
     28$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Nepieciešams nokonfigurēt Jūsu akreditēšanās datus';
     29$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: nepieciešams PHP Curl paplašinājums';
    3030$lang['Please enter your OpenID URL'] = 'Lūdzu ievadied savu OpenId URL';
    3131$lang['Please enter your username'] = 'Lūdzu ievadiet savu lietotājvārdu';
  • extensions/oAuth/language/nl_NL/plugin.lang.php

    r21134 r26558  
    2525$lang['Contacting <b>%s</b>. Please wait.'] = '<b>%s</b> wordt geconnect. Even geduld AUB';
    2626$lang['Display sign in buttons on the register page'] = 'Toon inlog knoppen op de registratie pagina';
    27 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl extensie is nodig';
    28 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Je moet de aanmeldgegevens configureren';
     27$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extensie is nodig';
     28$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Je moet de aanmeldgegevens configureren';
    2929$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID moet geactiveerd zijn om deze vorm van aanmelden te gebruiken';
    3030$lang['Please enter your OpenID URL'] = 'Vul je OpenID url in';
     
    4040$lang['Sign in with %s'] = 'Log in met %s';
    4141$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, nieuwe aanmeldingen zijn geblokkeerd in deze gallerie';
    42 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Gebruikers mogen niet registreren in je gallerie, OAuth werkt niet goed.';
     42$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Gebruikers mogen niet registreren in je gallerie, Social Connect werkt niet goed.';
    4343$lang['Your registration is almost done, please complete the registration form.'] = 'Je registratie is bijna klaar, maak het registratieformulier compleet.';
    4444$lang['Disabled'] = 'Uitgeschakeld';
  • extensions/oAuth/language/pl_PL/plugin.lang.php

    r20697 r26558  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Musisz skonfigurować poświadczenia';
     23$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Musisz skonfigurować poświadczenia';
    2424$lang['OpenID must be enabled in order to use %s authentication'] = 'Aby użyć uwierzytelniania %s musi być włączone OpenID';
    2525$lang['Or sign in with'] = 'Lub zaloguj się przy pomocy';
     
    2929$lang['Sign in with %s'] = 'Zaloguj przy pomocy %s';
    3030$lang['Sorry, new registrations are blocked on this gallery.'] = 'Przepraszamy, rejestracja nowych użytkowników jest zablokowana.';
    31 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: Rozszerzenie PHP Curl jest wymagane';
     31$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Rozszerzenie PHP Curl jest wymagane';
    3232$lang['Display sign in buttons in the menubar'] = 'Wyświetl przyciski logowania na pasku menu';
    3333$lang['Display sign in buttons on the register page'] = 'Wyświetl przyciski logowania na stronie rejestracyjnej';
     
    3838$lang['Profile URL'] = 'Adres profilu';
    3939$lang['Please enter your OpenID URL'] = 'Podaj swój adres OpenID';
    40 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Rejestracja użytkowników jest wyłączona. OAuth nie będzie działać prawidłowo.';
     40$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Rejestracja użytkowników jest wyłączona. Social Connect nie będzie działać prawidłowo.';
    4141$lang['Providers'] = 'Dostawcy';
    4242$lang['Please enter your username'] = 'Podaj swoją nazwę użytkownika';
  • extensions/oAuth/language/pt_BR/plugin.lang.php

    r21297 r26558  
    2424$lang['Sign in with %s'] = 'Entre com %s';
    2525$lang['Sorry, new registrations are blocked on this gallery.'] = 'Desculpe, novos registros estão bloqueadas nesta galeria.';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Os usuários não estão autorizados a registar-se na sua galeria. OAuth não funcionará corretamente.';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Os usuários não estão autorizados a registar-se na sua galeria. Social Connect não funcionará corretamente.';
    2727$lang['You registered with a %s account, please sign in with the same account.'] = 'Você está registrado com uma conta de %s, por favor, entre com a mesma conta.';
    2828$lang['Your registration is almost done, please complete the registration form.'] = 'O seu registo está quase pronto, por favor preencha o formulário de inscrição.';
     
    4040$lang['Loading...'] = 'Carregando...';
    4141$lang['Logged with'] = 'Logado com';
    42 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP extensão Curl é necessária';
    43 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Você precisa configurar as credenciais';
     42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP extensão Curl é necessária';
     43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Você precisa configurar as credenciais';
    4444$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID deve estar habilitado para utilizar a autenticação %s';
    4545$lang['Or sign in with'] = 'Ou entrar com';
  • extensions/oAuth/language/pt_PT/plugin.lang.php

    r20997 r26558  
    2424$lang['Sign in with %s'] = 'Entre com %s';
    2525$lang['Sorry, new registrations are blocked on this gallery.'] = 'Desculpe, novos registos estão bloqueados nesta galeria.';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Não permitido aos utilizadores registarem-se na sua galeria. OAuth não vai funcionar correctamente.';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Não permitido aos utilizadores registarem-se na sua galeria. Social Connect não vai funcionar correctamente.';
    2727$lang['You registered with a %s account, please sign in with the same account.'] = 'Registou-se com uma conta %s, por favor entre com a mesma conta.';
    2828$lang['Your registration is almost done, please complete the registration form.'] = 'O seu registo está quase completo, por favor termine o formulário de registo.';
     
    4040$lang['Loading...'] = 'A carregar...';
    4141$lang['Logged with'] = 'Entrou com';
    42 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: Extensão PHP Curl é necessária';
    43 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Precisa de configurar as credenciais ';
     42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Extensão PHP Curl é necessária';
     43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Precisa de configurar as credenciais ';
    4444$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID deve estar activo de forma a usar %s autenticação';
    4545$lang['Or sign in with'] = 'Ou entre com';
  • extensions/oAuth/language/ru_RU/plugin.lang.php

    r21019 r26558  
    2323$lang['Sign in with %s'] = 'Авторизация с помощью %s';
    2424$lang['Sorry, new registrations are blocked on this gallery.'] = 'Извините, для этой галереи новые регистрации блокированы';
    25 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Пользователям не могут регистрироваться в этой галерее. OAuth не будет работать корректно.';
     25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Пользователям не могут регистрироваться в этой галерее. Social Connect не будет работать корректно.';
    2626$lang['You registered with a %s account, please sign in with the same account.'] = 'Вы зарегистрировались с помощью учетной записи %s. Пожалуйста, авторизуйтесь с той же учетной записью.';
    2727$lang['Your registration is almost done, please complete the registration form.'] = 'Ваша регистрация почти завершена. Пожалуйста, заполните регистрационную форму полностью.';
     
    3838$lang['Loading...'] = 'Загрузка...';
    3939$lang['Logged with'] = 'Вход с помощью';
    40 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: расширение PHP Curl не установлено';
    41 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Необходимо настроить права доступа';
     40$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: расширение PHP Curl не установлено';
     41$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Необходимо настроить права доступа';
    4242$lang['OpenID must be enabled in order to use %s authentication'] = 'Необходимо включить OpenID для авторизации с помощью %s';
    4343$lang['Or sign in with'] = 'Или авторизуйтесь в';
  • extensions/oAuth/language/sk_SK/plugin.lang.php

    r20552 r26558  
    2323$lang['Your registration is almost done, please complete the registration form.'] = 'Vaša registrácia bola vykonaná, prosím skompletizujte registračný formulár.';
    2424$lang['You registered with a %s account, please sign in with the same account.'] = 'Boli ste zaregistrovaný s %s kontom, prosím zapíšte sa rovnakým kontom.';
    25 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Používatelia nie sú povolení pre registráciu do tejto galérie. OAuth nebude pracovať správne.';
     25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Používatelia nie sú povolení pre registráciu do tejto galérie. Social Connect nebude pracovať správne.';
    2626$lang['Sorry, new registrations are blocked on this gallery.'] = 'Prepáčte, nové registrácie sú zakázané pre túto galériu.';
    2727$lang['Sign in with %s'] = 'Podpísane s %s';
     
    3232$lang['Or sign in with'] = 'Alebo podpíšte s';
    3333$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID musí byť povolené v %s autorizácii';
    34 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Potrebujete nakonfigurovať poverenia';
     34$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Potrebujete nakonfigurovať poverenia';
    3535$lang['Display sign in buttons on the register page'] = 'Zobraziť podpisovacie tlačidlo na registračnej stránke';
    3636$lang['Display sign in buttons in the menubar'] = 'Zobraziť podpisovacie tlačidlo v stĺpci menu';
    3737$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Nastala chyba, prosím kontaktujte majiteľa galérie. <i>Kód chyby: %s</i>';
    38 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: je potrebný doplnok PHP Curl';
     38$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: je potrebný doplnok PHP Curl';
    3939$lang['Logged with'] = 'Spojené s';
    4040$lang['Loading...'] = 'Nahrávam...';
  • extensions/oAuth/language/th_TH/plugin.lang.php

    r21863 r26558  
    2424$lang['Sign in with %s'] = 'เข้าสู่ระบบโดย %s';
    2525$lang['Sorry, new registrations are blocked on this gallery.'] = 'ขออภัย สมาชิกใหม่จะถูกบล็อกในแกลเลอรี่นี้';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'ผู้ใช้งานทั่วไปจะได้รับอนุญาตให้ลงทะเบียนในแกลเลอรี่ของคุณ, ปลั๊กอิน OAuth จะไม่ทำงานอย่างถูกต้อง';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'ผู้ใช้งานทั่วไปจะได้รับอนุญาตให้ลงทะเบียนในแกลเลอรี่ของคุณ, ปลั๊กอิน Social Connect จะไม่ทำงานอย่างถูกต้อง';
    2727$lang['You registered with a %s account, please sign in with the same account.'] = 'คุณได้ลงทะเบียนกับบัญชี %s, โปรดลงชื่อเข้าใช้ด้วยบัญชีเดียวกัน';
    2828$lang['Your registration is almost done, please complete the registration form.'] = 'การลงทะเบียนของคุณเกือบจะสำเร็จแล้ว, โปรดกรอกแบบฟอร์มการลงทะเบียนที่เหลือให้ครบถ้วน';
     
    4040$lang['Loading...'] = 'กำลังโหลด ...';
    4141$lang['Logged with'] = 'เข้าสู่ระบบด้วย';
    42 $lang['OAuth: PHP Curl extension is needed'] = 'ปลัีกอิน OAuth: ต้องการส่วนขยาย PHP Curl';
    43 $lang['OAuth: You need to configure the credentials'] = 'ปลัีกอิน OAuth: คุณต้องกำหนดค่าข้อมูลก่อน';
     42$lang['Social Connect: PHP Curl extension is needed'] = 'ปลัีกอิน Social Connect: ต้องการส่วนขยาย PHP Curl';
     43$lang['Social Connect: You need to configure the credentials'] = 'ปลัีกอิน Social Connect: คุณต้องกำหนดค่าข้อมูลก่อน';
    4444$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID ต้องเปิดใช้งานเพื่อที่จะใช้การตรวจสอบ %s';
    4545$lang['Or sign in with'] = 'หรือลงชื่อเข้าใช้ด้วย';
  • extensions/oAuth/language/tr_TR/plugin.lang.php

    r20540 r26558  
    2727$lang['Sign in with %s'] = '%s İle Giriş yapın';
    2828$lang['Your registration is almost done, please complete the registration form.'] = 'Kaydınızın tamamlanması için, Lütfen Kayıt formunu doldurun';
    29 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Kimlik bilgilerinizi yapılandırmanız gerekli';
    30 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Kullanıcılar galerinize kayıt olma yetkisine sahip değiller. OAuth ayarları doğru çalışmıyor.';
     29$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Kimlik bilgilerinizi yapılandırmanız gerekli';
     30$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Kullanıcılar galerinize kayıt olma yetkisine sahip değiller. Social Connect ayarları doğru çalışmıyor.';
    3131$lang['Sorry, new registrations are blocked on this gallery.'] = 'Üzgüzün, bu galeri için yeni kayıtlar engelli';
    32 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl eklentisi gerekli';
     32$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl eklentisi gerekli';
    3333$lang['Contacting <b>%s</b>. Please wait.'] = 'Ulaşılıyor <b>%s</b>. Lütfen Bekleyin.';
    3434$lang['Disabled'] = 'Devre Dışı';
  • extensions/oAuth/language/uk_UA/plugin.lang.php

    r24717 r26558  
    2929$lang['Icon size in the menubar'] = 'Розмір піктограм у меню';
    3030$lang['Icon size on the identification page'] = 'Розмір піктограм на сторінці ідентифікації';
    31 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: Необхідно розширення PHP Curl';
    32 $lang['OAuth: You need to configure the credentials'] = 'OAuth: Потрібно налаштувати облікові дані';
     31$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Необхідно розширення PHP Curl';
     32$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Потрібно налаштувати облікові дані';
    3333$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID повинен бути включений для того, щоб використовувати аутентифікацію %s';
    3434$lang['Please enter your OpenID URL'] = 'Будь ласка, введіть ваш URL OpenID';
     
    4545$lang['Sign in with %s'] = 'Увійдіть через %s';
    4646$lang['Sorry, new registrations are blocked on this gallery.'] = 'На жаль, нові реєстрації блокуються на цій галереї.';
    47 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Користувачі не можуть зареєструватися у вашій галереї. OAuth не працюватиме коректно.';
     47$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Користувачі не можуть зареєструватися у вашій галереї. Social Connect не працюватиме коректно.';
    4848$lang['Your registration is almost done, please complete the registration form.'] = 'Ваша реєстрація майже закінчена, заповніть реєстраційну форму.';
    4949?>
  • extensions/oAuth/language/zh_CN/plugin.lang.php

    r20998 r26558  
    2929$lang['Loading...'] = '加载中...';
    3030$lang['Logged with'] = '登录为';
    31 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth:需安装 PHP Curl 扩展';
    32 $lang['OAuth: You need to configure the credentials'] = 'OAuth:你需要配置证书';
     31$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect:需安装 PHP Curl 扩展';
     32$lang['Social Connect: You need to configure the credentials'] = 'Social Connect:你需要配置证书';
    3333$lang['OpenID must be enabled in order to use %s authentication'] = '必须开启OpenID以使用 %s 认证';
    3434$lang['Or sign in with'] = '或者登录为';
     
    3939$lang['Sign in with %s'] = '注册为 %s';
    4040$lang['Sorry, new registrations are blocked on this gallery.'] = '抱歉,此相册已禁止新注册';
    41 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = '不允许用户在你的相册上注册。OAuth不能正常工作。';
     41$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = '不允许用户在你的相册上注册。Social Connect 不能正常工作。';
    4242$lang['You registered with a %s account, please sign in with the same account.'] = '你注册了一个%s帐户,请使用同一个帐户登录';
    4343$lang['Your registration is almost done, please complete the registration form.'] = '你的注册就快完成了,请填妥以下注册表格';
  • extensions/oAuth/language/zh_TW/plugin.lang.php

    r21785 r26558  
    2424$lang['Sign in with %s'] = '登入為 %s';
    2525$lang['Sorry, new registrations are blocked on this gallery.'] = '很抱歉,新註冊的被封鎖在這個畫廊。';
    26 $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = '不允許用戶註冊在您的畫廊。 OAuth的將無法正常運作。';
     26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = '不允許用戶註冊在您的畫廊。Social Connect 的將無法正常運作。';
    2727$lang['You registered with a %s account, please sign in with the same account.'] = '您註冊的 %s 帳戶,請登入相同的帳戶。';
    2828$lang['Your registration is almost done, please complete the registration form.'] = '您的註冊差不多完成,請完成註冊表格。';
     
    4040$lang['Loading...'] = '載入中...';
    4141$lang['Logged with'] = '已記錄與';
    42 $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl 擴展模塊是需要的';
    43 $lang['OAuth: You need to configure the credentials'] = 'OAuth: 您需要設定的憑據';
     42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl 擴展模塊是需要的';
     43$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: 您需要設定的憑據';
    4444$lang['OpenID must be enabled in order to use %s authentication'] = '為了使用OpenID,必須啟用 %s 認證';
    4545$lang['Or sign in with'] = '或登入以';
  • extensions/oAuth/main.inc.php

    r26556 r26558  
    11<?php
    22/*
    3 Plugin Name: OAuth
     3Plugin Name: Social Connect
    44Version: auto
    55Description: Provides various ways to sign in your gallery (Twitter, Facebook, Google, etc.)
     
    7272    if (empty($hybridauth_conf) and strpos(@$_GET['page'],'plugin-'.OAUTH_ID)===false)
    7373    {
    74       $page['warnings'][] = '<a href="'.OAUTH_ADMIN.'">'.l10n('OAuth: You need to configure the credentials').'</a>';
     74      $page['warnings'][] = '<a href="'.OAUTH_ADMIN.'">'.l10n('Social Connect: You need to configure the credentials').'</a>';
    7575    }
    7676    if (!function_exists('curl_init'))
    7777    {
    78       $page['warnings'][] = l10n('OAuth: PHP Curl extension is needed');
     78      $page['warnings'][] = l10n('Social Connect: PHP Curl extension is needed');
    7979    }
    8080  }
     
    101101{
    102102  $menu[] = array(
    103     'NAME' => l10n('OAuth'),
     103    'NAME' => 'Social Connect',
    104104    'URL' => OAUTH_ADMIN,
    105105    );
Note: See TracChangeset for help on using the changeset viewer.