

(function(globals) {

  var django = globals.django || (globals.django = {});

  
  django.pluralidx = function(count) { return (count == 1) ? 0 : 1; };
  

  /* gettext library */

  django.catalog = django.catalog || {};
  
  var newcatalog = {
    "Anuluj": "Cancel",
    "Autor lub wytw\u00f3rnia": "Author or factory",
    "Brak obiekt\u00f3w w kolekcji": "No objects in collection",
    "Czas powstania": "Date",
    "Czytaj mniej": "Read less",
    "Czytaj wi\u0119cej": "Read more",
    "Dodaj obiekt": "Add an object",
    "Dodaj obiekt do kolekcji": "Add object to the collection",
    "Dodawanie obiekt\u00f3w do kolekcji": "Adding objects to the collection",
    "Dzi\u0119kujemy za udost\u0119pnianie!": "Thanks for sharing!",
    "Edytuj nazw\u0119 kolekcji": "Edit the collection name",
    "Filtry": "Filters",
    "Kategorie tematyczne": "Thematic categories",
    "Kolekcja": "Collection",
    "Kolekcja o podanej nazwie ju\u017c istnieje. Czy mimo to utworzy\u0107 kolekcj\u0119 o tej nazwie?": "A collection with the entered name already exists. Should I still create a collection with that name?",
    "Kolekcja prywatna": "Private Collection",
    "Kolekcja publiczna": "Public collection",
    "Kolekcj\u0119 z dodanymi obiektami znajdziesz w": "A collection with added objects can be found in",
    "Kolekcj\u0119 z dodanymi obiektami znajdziesz w Moje kolekcje": "A collection with added objects can be found in My Collections",
    "Materia\u0142": "Material",
    "Moja kolekcja": "My Collection",
    "Moje kolekcje": "My Collections",
    "Mo\u017cesz dodawa\u0107 obiekty do kolekcji, klikaj\u0105c w znaczek plus na zdj\u0119ciu": "You can add objects to your collection by clicking on the plus sign in the photo",
    "Mo\u017cesz tworzy\u0107 kolekcje klikaj\u0105c w znaczek plus na zdj\u0119ciu": "You can create collections by clicking on the plus sign in the photo",
    "Na niekt\u00f3rych urz\u0105dzeniach opcja udost\u0119pniania w aplikacji Instagram mo\u017ce by\u0107 niedost\u0119pna.": "On some devices, the sharing option in the Instagram application may not be available.",
    "Nast\u0119pny slajd": "Next slide",
    "Nazwa nowej kolekcji": "Name of new collection",
    "Nowa kolekcja": "New Collection",
    "Obiekt dodano do kolekcji": "Object added to collection",
    "Obiekt niedost\u0119pny": "Object not available",
    "Obiekt usuni\u0119to z kolekcji": "Object removed from collection",
    "Odkryj wi\u0119cej": "Explore further",
    "Opis": "Description",
    "Opis obiektu zostanie skopiowany do schowka i b\u0119dzie mo\u017cliwe dodanie go do opisu zdj\u0119cia.": "The description of the object will be copied to the clipboard and it will be possible to add it to the photo description.",
    "Ostatnio dodane": "Recently added",
    "Pobierz kolekcj\u0119 w formacie PDF": "Download collection in PDF file",
    "Podana nazwa jest za d\u0142uga": "The name entered is too long",
    "Podana nazwa jest za kr\u00f3tka": "The name entered is too short",
    "Poka\u017c filtry": "Show filters",
    "Poka\u017c tylko:": "Show only:",
    "Poka\u017c wyniki": "Show results",
    "Poprzedni slajd": "Previous slide",
    "Posiadasz ju\u017c obiekt w tej kolekcji": "You already have an object in this collection",
    "Przypnij na Pintere\u015bcie": "Pin it on Pinterest",
    "Stw\u00f3rz": "Create",
    "Szukaj": "Search",
    "Tak, stw\u00f3rz": "Yes, create",
    "Technika": "Technique",
    "Tematy": "Themes",
    "Tworzenie kolekcji": "Create a collection",
    "Tytu\u0142": "Title",
    "Udost\u0119pnianie na Instagramie": "Instagram sharing",
    "Udost\u0119pnij na Facebooku": "Share on Facebook",
    "Ukryj filtry": "Hide filters",
    "Ustaw jako ok\u0142adka kolekcji": "Set as collection cover",
    "Ustaw jako zdj\u0119cie profilowe": "Set as profile picture",
    "Usun\u0105\u0107 ca\u0142\u0105 kolekcj\u0119?": "Delete the entire collection?",
    "Usun\u0105\u0107 obiekt z kolekcji?": "Remove an object from a collection?",
    "Usu\u0144": "Delete",
    "Usu\u0144 obiekt z kolekcji": "Remove an object from a collection?",
    "Utworzone kolekcje znajdziesz w": "You can find the created collections in",
    "Utworzone kolekcje znajdziesz w Moje kolekcje": "You can find the created collections in My Collections",
    "W celu udost\u0119pnienia obiektu w aplikacji Instagram przytrzymaj palec na wybranym zdj\u0119ciu a\u017c do momentu pojawienia si\u0119 danej opcji, a nast\u0119pnie przejd\u017a do aplikacji.": "To share an object in the Instagram application, hold your finger on the selected photo until the option appears, and then go to the application.",
    "Walidacja inputa niepoprawna: wybierz input do zwalidowania": "Input validation not valid: select the input to validate",
    "Wpisz nazw\u0119 nowej kolekcji": "Enter name of new collection",
    "Wszystkie pola": "All fields",
    "Wybierz kolekcj\u0119, do kt\u00f3rej chcesz doda\u0107 obiekt": "Select the collection to which you want to add the object",
    "Wyr\u00f3\u017cnione": "Highlights",
    "Wystawa G\u0142\u00f3wna": "Main exhibition",
    "Wyszukaj obiekt i dodaj go do kolekcji": "Search an object and add it to collection",
    "Wyszukaj spo\u015br\u00f3d": "Search through",
    "Wyszukaj w:": "Search in:",
    "Zapisz": "Save",
    "Zapisz i wr\u00f3\u0107": "Save and go back",
    "brak wynik\u00f3w": "no results",
    "obiekt\u00f3w": "objects"
  };
  for (var key in newcatalog) {
    django.catalog[key] = newcatalog[key];
  }
  

  if (!django.jsi18n_initialized) {
    django.gettext = function(msgid) {
      var value = django.catalog[msgid];
      if (typeof(value) == 'undefined') {
        return msgid;
      } else {
        return (typeof(value) == 'string') ? value : value[0];
      }
    };

    django.ngettext = function(singular, plural, count) {
      var value = django.catalog[singular];
      if (typeof(value) == 'undefined') {
        return (count == 1) ? singular : plural;
      } else {
        return value[django.pluralidx(count)];
      }
    };

    django.gettext_noop = function(msgid) { return msgid; };

    django.pgettext = function(context, msgid) {
      var value = django.gettext(context + '\x04' + msgid);
      if (value.indexOf('\x04') != -1) {
        value = msgid;
      }
      return value;
    };

    django.npgettext = function(context, singular, plural, count) {
      var value = django.ngettext(context + '\x04' + singular, context + '\x04' + plural, count);
      if (value.indexOf('\x04') != -1) {
        value = django.ngettext(singular, plural, count);
      }
      return value;
    };

    django.interpolate = function(fmt, obj, named) {
      if (named) {
        return fmt.replace(/%\(\w+\)s/g, function(match){return String(obj[match.slice(2,-2)])});
      } else {
        return fmt.replace(/%s/g, function(match){return String(obj.shift())});
      }
    };


    /* formatting library */

    django.formats = {
    "DATETIME_FORMAT": "N j, Y, P",
    "DATETIME_INPUT_FORMATS": [
      "%Y-%m-%d %H:%M:%S",
      "%Y-%m-%d %H:%M:%S.%f",
      "%Y-%m-%d %H:%M",
      "%Y-%m-%d",
      "%m/%d/%Y %H:%M:%S",
      "%m/%d/%Y %H:%M:%S.%f",
      "%m/%d/%Y %H:%M",
      "%m/%d/%Y",
      "%m/%d/%y %H:%M:%S",
      "%m/%d/%y %H:%M:%S.%f",
      "%m/%d/%y %H:%M",
      "%m/%d/%y"
    ],
    "DATE_FORMAT": "N j, Y",
    "DATE_INPUT_FORMATS": [
      "%Y-%m-%d",
      "%m/%d/%Y",
      "%m/%d/%y"
    ],
    "DECIMAL_SEPARATOR": ".",
    "FIRST_DAY_OF_WEEK": "0",
    "MONTH_DAY_FORMAT": "F j",
    "NUMBER_GROUPING": "3",
    "SHORT_DATETIME_FORMAT": "m/d/Y P",
    "SHORT_DATE_FORMAT": "m/d/Y",
    "THOUSAND_SEPARATOR": ",",
    "TIME_FORMAT": "P",
    "TIME_INPUT_FORMATS": [
      "%H:%M:%S",
      "%H:%M:%S.%f",
      "%H:%M"
    ],
    "YEAR_MONTH_FORMAT": "F Y"
  };

    django.get_format = function(format_type) {
      var value = django.formats[format_type];
      if (typeof(value) == 'undefined') {
        return format_type;
      } else {
        return value;
      }
    };

    /* add to global namespace */
    globals.pluralidx = django.pluralidx;
    globals.gettext = django.gettext;
    globals.ngettext = django.ngettext;
    globals.gettext_noop = django.gettext_noop;
    globals.pgettext = django.pgettext;
    globals.npgettext = django.npgettext;
    globals.interpolate = django.interpolate;
    globals.get_format = django.get_format;

    django.jsi18n_initialized = true;
  }

}(this));

