Drupal.locale = { 'pluralFormula': function($n) { return Number((($n==1)?(0):((((($n%10)>=2)&&(($n%10)<=4))&&((($n%100)<10)||(($n%100)>=20)))?(1):2))); }, 'strings': { "jQuery UI Tabs: Mismatching fragment identifier.": "jQuery UI Tabs: Niepasujący fragment identyfikatora.", "Deselect all rows in this table": "Cofnij zaznaczenia wszystkich wierszy tej tabeli", "Select all rows in this table": "Zaznacz wszystkie wiersze tej tabeli", "An error occurred at ": "Błąd wystąpił w ", "jQuery UI Tabs: Not enough arguments to add tab.": "jQuery UI Tabs: Za mało argumentów by dodać zakładkę." } };