Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-gr.js @ 99781f3b

1 0aee3c58 Assos Assos
/*
2
        jQuery Colorbox language configuration
3
        language: Greek (gr)
4
        translated by: S.Demirtzoglou
5
        site: webiq.gr
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "Εικόνα {current} από {total}",
9
        previous: "Προηγούμενη",
10
        next: "Επόμενη",
11
        close: "Απόκρυψη",
12
        xhrError: "Το περιεχόμενο δεν μπόρεσε να φορτωθεί.",
13
        imgError: "Απέτυχε η φόρτωση της εικόνας.",
14
        slideshowStart: "Έναρξη παρουσίασης",
15
        slideshowStop: "Παύση παρουσίασης"
16
});