Changeset 26633 for extensions/oAuth/language
- Timestamp:
- Jan 11, 2014, 8:58:26 PM (11 years ago)
- Location:
- extensions/oAuth/language/tr_TR
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/tr_TR/help.lang.php
r26608 r26633 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = '<b>OAuth 2.0 Client ID</b> sini <b>API Access</b> bölümünden oluşturun';24 23 $lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Web site adresinizi %s yazınız. Geçerli alan adı ile eşleşmesi gerekir. <em>%s</em>'; 25 24 $lang['Set <b>%s</b> to <em>%s</em>'] = '<b>%s</b> olarak <em>%s</em> seçiniz'; 26 $lang['No registration required for OpenID based providers'] = 'OpenID tabanlı sağlayıcılar için kayıt olmaya gerek yok';27 25 $lang['Fill out any required fields such as the application name and description'] = 'Uygulama adı ve açıklaması için tüm gerekli alanları doldurun'; 28 26 $lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Yeni uygulama oluşturmak için <a href="%s" target="_blank">%s</a> tıklayın'; 29 27 $lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Bu URL adresini uygulamanıza Geri çağırma/Yönlendirme URL adresi olarak tanıtın: <em>%s</em>'; 30 $lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = ' <b>Kullanıcı ID Oluştur</b> popup, Gelişmiş ayarlara ulaşmak için <b>(diger ayarlar)</b> Tıklayınız.';31 28 $lang['Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Bir kez Uygulama izinlerini güncelleştirmelisiniz : Ayar <b>Kişiler</b> ,<em>Oku</em> ,<b>Sosyal Dizin</b> ve <em>Herkese açık oku</em>'; 32 29 $lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Bir kere kayıt olduktan sonra bu kayır sayfasında oluştuurlan kimlik bilgilerini kopyalayıp yapıştırın.'; 30 $lang['Based on OpenID'] = 'OpenID baz alınmıştır'; 31 $lang['No registration required'] = 'Kayıt gerekmez'; 33 32 ?> -
extensions/oAuth/language/tr_TR/plugin.lang.php
r26558 r26633 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['OpenID must be enabled in order to use %s authentication'] = '%s Kimlik Doğrulamasını kullanmak için OpenID etkin olmalıdır.';24 23 $lang['Icon size on the identification page'] = 'Tanımlama sayfasında simge boyutu'; 25 24 $lang['Icon size in the menubar'] = 'Menüde simge boyutu.'; … … 47 46 $lang['Please enter your OpenID URL'] = 'Lütfen OpenID URL nizi giriniz.'; 48 47 $lang['Or sign in with'] = 'ile giriş yapın'; 48 $lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Kullanıcılara yeni <i>Social Connect</i> kimliğini mevcut hesaplarıyla birleştirmelerine olanak tanır'; 49 $lang['Associate with an existing account'] = 'Mevcut hesaba bağla'; 50 $lang['Cancel'] = 'Vazgeç'; 51 $lang['Please enter your user ID'] = 'Lütfen kullanıcı kimliğinizi girin'; 49 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.