Projet

Général

Profil

Paste
Télécharger (498 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-tr.js @ 0aee3c58

1
/*
2
        jQuery Colorbox language configuration
3
        language: Turkish (tr)
4
        translated by: Caner ÖNCEL
5
        site: egonomik.com
6
        
7
        edited by: Sinan Eldem
8
        www.sinaneldem.com.tr
9
*/
10
jQuery.extend(jQuery.colorbox.settings, {
11
  current: "Görsel {current} / {total}",
12
  previous: "Önceki",
13
  next: "Sonraki",
14
  close: "Kapat",
15
  xhrError: "İçerik yüklenirken hata meydana geldi.",
16
  imgError: "Resim yüklenirken hata meydana geldi.",
17
  slideshowStart: "Slaytı Başlat",
18
  slideshowStop: "Slaytı Durdur"
19
});