(function (globals) {
var django = globals.django || (globals.django = {});
django.pluralidx = function (n) {
var v=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;
if (typeof(v) == 'boolean') {
return v ? 1 : 0;
} else {
return v;
}
};
/* gettext library */
django.catalog = {
"Accepted": "P\u0159ijato",
"Bandwidth utilization - download": "Vyu\u017e\u00edv\u00e1n\u00ed rychlosti - download",
"Bandwidth utilization - upload": "Vyu\u017e\u00edv\u00e1n\u00ed rychlosti - upload",
"By duration": "Podle doby trv\u00e1n\u00ed",
"By size of transmitted data": "Podle velikosti p\u0159enesen\u00fdch dat",
"CSV": "CSV",
"Change chart": "Vybrat graf",
"Commands": "P\u0159\u00edkazy",
"Connection bandwidth - download": "Rychlost - download",
"Connection bandwidth - upload": "Rychlost - upload",
"Day": "Den",
"Detail": "Detail",
"Duration": "Trv\u00e1n\u00ed",
"Filter by date": "Flitrovat dle data",
"IPv4 vs. IPv6": "IPv4 vs. IPv6",
"IPv4 vs. IPv6 (size)": "IPv4 vs. IPv6 (velikost)",
"If you have \"referer\" header disabled in your browser, please enable them, at least for now, for HTTPS connections, or for \"same-origin\" requests.": "Pokud m\u00e1te \"referer\" hlavi\u010dky ve Va\u0161em prohl\u00ed\u017ee\u010di zak\u00e1zan\u00e9, pros\u00edme povolte je, alespo\u0148 pro tuto chv\u00edli, pro HTTPS po\u017eadavky nebo pro po\u017eadavky typu \"same-origin\".",
"In vs. Out (size)": "P\u0159\u00edchoz\u00ed vs. odchoz\u00ed (velikost)",
"Login": "Jm\u00e9no u\u017eivatele",
"Month": "M\u011bs\u00edc",
"Network bandwidth": "Rychlost s\u00edt\u011b",
"No data are available for the selected time period.": "Pro vybran\u00fd \u010dasov\u00fd \u00fasek nejsou dostupn\u00e1 \u017e\u00e1dn\u00e1 data.",
"Password": "Heslo",
"Protocol (size)": "Protokol (velikost)",
"Rejected": "Zam\u00edtnuto",
"Remote address": "IP adresa",
"Select a chart type from the menu.": "Vyberte si z nab\u00eddky typ grafu.",
"Sending of data": "Odes\u00edl\u00e1n\u00ed dat",
"Show detail": "Zobrazit detail",
"Shown period": "\u010casov\u00fd \u00fasek",
"Statistics": "Statistiky",
"TCP (count)": "TCP (po\u010det)",
"These charts show trends in utilization of internet connection's bandwidth. Each of the coloured stripes represents a portion of the connection bandwidth which was used for downloading or uploading of data. The widths of stripes in the first chart correspond to the size of data transferred with a given speed or to the duration of the transfer in the case of the second chart. The first chart can be also toggled between absolute view - with size in bytes on the vertical axis - and relative view.": "Tyto grafy zobrazuj\u00ed trendy ve vyu\u017e\u00edv\u00e1n\u00ed rychlosti p\u0159ipojen\u00ed k internetu. Ka\u017ed\u00fd z barevn\u00fdch pruh\u016f v grafu reprezentuje \u010d\u00e1st p\u00e1sma rychlosti p\u0159ipojen\u00ed, kter\u00e1 byla vyu\u017e\u00edv\u00e1na pro stahov\u00e1n\u00ed nebo odes\u00edl\u00e1n\u00ed dat. V prvn\u00edm grafu \u0161\u00ed\u0159ky pr\u016fh\u016f odpov\u00eddaj\u00ed velikosti p\u0159enesen\u00fdch dat danou rychlost\u00ed, v druh\u00e9m grafu potom dob\u011b trv\u00e1n\u00ed p\u0159enosu. Zobrazen\u00ed podle velikosti p\u0159enesen\u00fdch dat lze z\u00e1rove\u0148 p\u0159ep\u00ednat mezi absolutn\u00edm zobrazen\u00edm, kdy je na svisl\u00e9 ose vynesena velikost v bajtech, a relativn\u00edm zobrazen\u00edm.",
"This is a security measure to prevent CSRF attacks. ": "Toto je bezpe\u010dnostn\u00ed opat\u0159en\u00ed pro zamezen\u00ed CSRF \u00fatok\u016fm. ",
"Time": "\u010cas",
"Toggle chart style": "P\u0159epnout typ grafu",
"Traffic": "Provoz",
"We are sorry, but an error occurred during loading of the data. Please try again or contact us at info@turris.cz.": "Omlouv\u00e1me se, ale b\u011bhem na\u010d\u00edt\u00e1n\u00ed dat do\u0161lo k chyb\u011b. Zkuste to pros\u00edm znovu nebo n\u00e1s kontaktujte na info@turris.cz.",
"We are sorry, but there was an error processing your request. Please try again later.": "Omlouv\u00e1me se, ale p\u0159i zpracov\u00e1n\u00ed Va\u0161eho po\u017eadavku do\u0161lo k chyb\u011b. Zkuste to pros\u00edm pozd\u011bji.",
"We are sorry, but you need to have \"referer\" headers enabled in your browser to send this form. ": "Omlouv\u00e1me se, ale je nutn\u00e9, abyste m\u011bli ve Va\u0161em prohl\u00ed\u017ee\u010di povoleny \"referer\" hlavi\u010dky pro odesl\u00e1n\u00ed tohoto formul\u00e1\u0159e. ",
"We're preparing the data, this may take a while...": "P\u0159ipravujeme pro V\u00e1s data, chvilku strpen\u00ed...",
"Week": "T\u00fdden",
"Year": "Rok",
"[session not closed properly]": "[sezen\u00ed nebylo \u0159\u00e1dn\u011b ukon\u010deno]",
"by country": "podle zem\u011b",
"by port": "podle portu",
"by time": "podle \u010dasu",
"download": "download",
"upload": "upload"
};
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": "j. E Y G:i",
"DATETIME_INPUT_FORMATS": [
"%d.%m.%Y %H:%M:%S",
"%d.%m.%Y %H:%M:%S.%f",
"%d.%m.%Y %H.%M",
"%d.%m.%Y %H:%M",
"%d.%m.%Y",
"%d. %m. %Y %H:%M:%S",
"%d. %m. %Y %H:%M:%S.%f",
"%d. %m. %Y %H.%M",
"%d. %m. %Y %H:%M",
"%d. %m. %Y",
"%Y-%m-%d %H.%M",
"%Y-%m-%d %H:%M:%S",
"%Y-%m-%d %H:%M:%S.%f",
"%Y-%m-%d %H:%M",
"%Y-%m-%d"
],
"DATE_FORMAT": "j. E Y",
"DATE_INPUT_FORMATS": [
"%d.%m.%Y",
"%d.%m.%y",
"%d. %m. %Y",
"%d. %m. %y",
"%Y-%m-%d"
],
"DECIMAL_SEPARATOR": ",",
"FIRST_DAY_OF_WEEK": "1",
"MONTH_DAY_FORMAT": "j. F",
"NUMBER_GROUPING": "3",
"SHORT_DATETIME_FORMAT": "d.m.Y G:i",
"SHORT_DATE_FORMAT": "d.m.Y",
"THOUSAND_SEPARATOR": "\u00a0",
"TIME_FORMAT": "G:i",
"TIME_INPUT_FORMATS": [
"%H:%M:%S",
"%H.%M",
"%H:%M",
"%H:%M:%S.%f"
],
"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;
}(this));