igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
586 lines (585 loc) • 46.6 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
var SpreadsheetLocalePl = /** @class */ /*@__PURE__*/ (function () {
function SpreadsheetLocalePl() {
this["CellBorderLineStyle_DashDot"] = "Kreska-Kropka";
this["CellBorderLineStyle_DashDotDot"] = "Kreska-Kropka-Kropka";
this["CellBorderLineStyle_Dashed"] = "Kreskowana";
this["CellBorderLineStyle_Default"] = "Domyślnie";
this["CellBorderLineStyle_Dotted"] = "Kropkowana";
this["CellBorderLineStyle_Double"] = "Podwójna";
this["CellBorderLineStyle_Hair"] = "Bardzo cienka";
this["CellBorderLineStyle_Medium"] = "Średnia";
this["CellBorderLineStyle_MediumDashDot"] = "ŚredniaKreska-Kropka";
this["CellBorderLineStyle_MediumDashDotDot"] = "ŚredniaKreska-Kropka-Kropka";
this["CellBorderLineStyle_MediumDashed"] = "ŚredniaKreska";
this["CellBorderLineStyle_None"] = "Brak";
this["CellBorderLineStyle_SlantedDashDot"] = "UkośnaKreska-Kropka";
this["CellBorderLineStyle_Thick"] = "Gruba";
this["CellBorderLineStyle_Thin"] = "Cienka";
this["CopyError_General_Message"] = "Wystąpił błąd podczas operacji kopiowania:\r\n{0}";
this["CopyError_InvalidSelection_Message"] = "Nie można wykonać operacji na obecnie zaznaczonych elementach. Jeśli istnieje wiele zaznaczonych obszarów, upewnij się, że tworzą one prostokątny region i nie nakładają się na siebie.";
this["CustomValidationInformationMessage"] = "{0}";
this["CustomValidationStopMessage"] = "{0}";
this["CustomValidationWarningMessage"] = "{0}\r\n\r\nKontynuować?";
this["DefaultAutoFilterToolTip"] = "(Pokazywanie wszystkiego)";
this["DefaultChartTitle"] = "Nazwa wykresu";
this["DefaultHyperlinkToolTip"] = "{0} — Kliknij raz, aby wywołać. Kliknij i przytrzymaj, aby zaznaczyć tę komórkę.";
this["DefaultValidationInformationMessage"] = "Wprowadzona wartość jest nieprawidłowa. Użytkownik ograniczył wartości, które można wprowadzić do tej komórki.";
this["DefaultValidationStopMessage"] = "Wprowadzona wartość jest nieprawidłowa.\r\nUżytkownik ograniczył wartości, które można wprowadzić do tej komórki.";
this["DefaultValidationWarningMessage"] = "Wprowadzona wartość jest nieprawidłowa.\r\nUżytkownik ograniczył wartości, które można wprowadzić do tej komórki.\r\nKontynuować?";
this["DeleteWorksheets_Message"] = "Usunięcia arkusza nie można cofnąć, a być może usuwasz niektóre dane. Jeśli ich nie potrzebujesz, kliknij OK.";
this["Error_ChangePartOfDataTableError_Message"] = "Nie można zmienić części tabeli danych.";
this["Error_DeletingLockedColumnCells_Message"] = "Próbujesz usunąć kolumnę zawierającą zablokowaną komórkę. Gdy arkusz jest chroniony, zablokowanych komórek nie można usunąć.";
this["Error_DeletingLockedRowCells_Message"] = "Próbujesz usunąć wiersz zawierający zablokowaną komórkę. Gdy arkusz jest chroniony, zablokowanych komórek nie można usunąć.";
this["Error_IntersectsMergedCells_Message"] = "Nie można wykonać operacji, ponieważ zaznaczenie przecina się ze scaloną komórką.";
this["Error_InvalidArrayFormulaLockedState_Message"] = "Nie można wprowadzić formuły tablicowej do zakresu komórek, które nie są wszystkie zablokowane lub niezablokowane.";
this["Error_InvalidHyperlinkAddress_Message"] = "Nie można otworzyć wskazanego pliku.";
this["Error_InvalidHyperlinkReference_Message"] = "Odwołanie jest nieprawidłowe.";
this["Error_InvalidProtectedWorksheetChange_Message"] = "Komórka, którą próbujesz zmienić, znajduje się na chronionym arkuszu.";
this["Error_InvalidSortOrFilterRange_Message"] = "Tej operacji nie można wykonać względem wybranego zakresu. Zaznaczenie powinno znajdować się w obszarze z danymi i/lub formatowaniem oraz nie powinno zawierać tabel ani komórek innych niż tabele.";
this["Error_LargeOperation_Message"] = "Operacja, którą zamierzasz wykonać, wpływa na dużą liczbę komórek i może zająć dużo czasu. Na pewno chcesz kontynuować?";
this["Error_LargePasteOperation_Message"] = "Operacja, którą zamierzasz wykonać, wpływa na dużą liczbę komórek i może zająć dużo czasu. Na pewno chcesz kontynuować?";
this["Error_NoSingleAllowedEditRange_Message"] = "Część komórek, które próbujesz zmienić, jest chroniona hasłem, ale żadne hasło nie zezwoli na dostęp do wszystkich komórek.";
this["ExcelComparisonOperator_BeginsWith_DisplayText"] = "zaczyna się od";
this["ExcelComparisonOperator_Contains_DisplayText"] = "zawiera";
this["ExcelComparisonOperator_DoesNotBeginWith_DisplayText"] = "nie zaczyna się od";
this["ExcelComparisonOperator_DoesNotContain_DisplayText"] = "nie zawiera";
this["ExcelComparisonOperator_DoesNotEndWith_DisplayText"] = "nie kończy się na";
this["ExcelComparisonOperator_EndsWith_DisplayText"] = "kończy się na";
this["ExcelComparisonOperator_Equals_DisplayText"] = "równa się";
this["ExcelComparisonOperator_GreaterThan_DisplayText"] = "jest większe niż";
this["ExcelComparisonOperator_GreaterThanOrEqual_DisplayText"] = "jest większe niż lub równe";
this["ExcelComparisonOperator_LessThan_DisplayText"] = "jest mniejsze niż";
this["ExcelComparisonOperator_LessThanOrEqual_DisplayText"] = "jest mniejsze niż lub równe";
this["ExcelComparisonOperator_NotEqual_DisplayText"] = "nie równa się";
this["ExcelTopOrBottomFilterDirection_Bottom_DisplayText"] = "Dół";
this["ExcelTopOrBottomFilterDirection_Top_DisplayText"] = "Góra";
this["ExcelTopOrBottomFilterTypes_Items_DisplayText"] = "Elementy";
this["ExcelTopOrBottomFilterTypes_Percent_DisplayText"] = "Procentowe";
this["FillPatternStyle_DiagonalCrosshatch"] = "UkośnaSzachownica";
this["FillPatternStyle_DiagonalStripe"] = "PasekUkośny";
this["FillPatternStyle_Gray12percent"] = "Szary12procent";
this["FillPatternStyle_Gray25percent"] = "Szary25procent";
this["FillPatternStyle_Gray50percent"] = "Szary50procent";
this["FillPatternStyle_Gray6percent"] = "Szary6procent";
this["FillPatternStyle_Gray75percent"] = "Szary75procent";
this["FillPatternStyle_HorizontalStripe"] = "PasekPoziomy";
this["FillPatternStyle_None"] = "Brak";
this["FillPatternStyle_ReverseDiagonalStripe"] = "OdwrotnyPasekUkośny";
this["FillPatternStyle_Solid"] = "Pełne";
this["FillPatternStyle_ThickDiagonalCrosshatch"] = "GrubaUkośnaSzachownica";
this["FillPatternStyle_ThinDiagonalCrosshatch"] = "CienkaUkośnaSzachownica";
this["FillPatternStyle_ThinDiagonalStripe"] = "CienkiPasekUkośny";
this["FillPatternStyle_ThinHorizontalCrosshatch"] = "CienkaPoziomaSzachownica";
this["FillPatternStyle_ThinHorizontalStripe"] = "CienkiPasekPoziomy";
this["FillPatternStyle_ThinReverseDiagonalStripe"] = "CienkiOdwrotnyPasekUkośny";
this["FillPatternStyle_ThinVerticalStripe"] = "CienkiPasekPionowy";
this["FillPatternStyle_VerticalStripe"] = "PasekPionowy";
this["FilterDescription_AboveAverage"] = "Powyżej średniej";
this["FilterDescription_BelowAverage"] = "Poniżej średniej";
this["FilterDescription_BottomItems"] = "Ostatnie {0} elementów";
this["FilterDescription_BottomPercent"] = "Ostatnie {0} procent";
this["FilterDescription_CellFill_Named"] = "Równa się kolorowi komórki {0}";
this["FilterDescription_CellFill_NoFill"] = "Równa się kolorowi komórki (brak wypełnienia)";
this["FilterDescription_CellFill_Unknown"] = "Równa się kolorowi komórki";
this["FilterDescription_ComparisonItem_BeginsWith"] = "Zaczyna się od \"{0}\"";
this["FilterDescription_ComparisonItem_Contains"] = "Zawiera \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotBeginWith"] = "Nie zaczyna się od \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotContain"] = "Nie zawiera \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotEndWith"] = "Nie kończy się na \"{0}\"";
this["FilterDescription_ComparisonItem_EndsWith"] = "Kończy się na \"{0}\"";
this["FilterDescription_ComparisonItem_Equals"] = "Równa się \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThan"] = "Większe niż \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThanOrEqual"] = "Większe niż lub równe \"{0}\"";
this["FilterDescription_ComparisonItem_LessThan"] = "Mniejsze niż \"{0}\"";
this["FilterDescription_ComparisonItem_LessThanOrEqual"] = "Mniejsze lub równe \"{0}\"";
this["FilterDescription_ComparisonItem_NotEqual"] = "Nie równa się \"{0}\"";
this["FilterDescription_Custom_And"] = "{0} i {1}";
this["FilterDescription_Custom_Or"] = "{0} lub {1}";
this["FilterDescription_FixedValues"] = "Równa się \"{0}\"";
this["FilterDescription_FixedValues_Blanks"] = "(Puste)";
this["FilterDescription_FixedValues_Day"] = "{0:MMMM dd rrrr}'";
this["FilterDescription_FixedValues_Hour"] = "\"{0:MMMM dd rrrr g tt}\"";
this["FilterDescription_FixedValues_Minute"] = "{0: MMMM dd rrrr g: mm tt}";
this["FilterDescription_FixedValues_Month"] = "{0:MMMM rrrr}";
this["FilterDescription_FixedValues_Second"] = "\"{0:MMMM dd rrrr g:mm:ss tt}\"";
this["FilterDescription_FixedValues_Year"] = "Wszystko z {0: rrrr}";
this["FilterDescription_FontColor_Automatic"] = "Zgodnie z kolorem czcionki (automatyczny)";
this["FilterDescription_FontColor_Named"] = "Równa się kolorowi czcionki {0}";
this["FilterDescription_FontColor_Unknown"] = "Równa się kolorowi czcionki";
this["FilterDescription_MonthNumber"] = "Równa się \"{0}\"";
this["FilterDescription_NoCellIcon"] = "Zgodnie z ikoną komórki (brak ikony komórki)";
this["FilterDescription_QuarterNumber"] = "Równa się 'Kwartał {0}'";
this["FilterDescription_RelativeDate_CurrentDay"] = "Równa się 'Dzisiaj'";
this["FilterDescription_RelativeDate_CurrentMonth"] = "Równa się 'W tym miesiącu'";
this["FilterDescription_RelativeDate_CurrentQuarter"] = "Równa się 'W tym kwartale'";
this["FilterDescription_RelativeDate_CurrentWeek"] = "Równa się 'W tym tygodniu'";
this["FilterDescription_RelativeDate_CurrentYear"] = "Równa się 'W tym roku'";
this["FilterDescription_RelativeDate_NextDay"] = "Równa się 'Jutro'";
this["FilterDescription_RelativeDate_NextMonth"] = "Równa się 'W przyszłym miesiącu'";
this["FilterDescription_RelativeDate_NextQuarter"] = "Równa się 'W następnym kwartale'";
this["FilterDescription_RelativeDate_NextWeek"] = "Równa się 'W przyszłym tygodniu'";
this["FilterDescription_RelativeDate_NextYear"] = "Równa się 'w przyszłym roku'";
this["FilterDescription_RelativeDate_PreviousDay"] = "Równa się 'Wczoraj'";
this["FilterDescription_RelativeDate_PreviousMonth"] = "Równa się 'W ubiegłym miesiącu'";
this["FilterDescription_RelativeDate_PreviousQuarter"] = "Równa się 'W ubiegłym kwartale'";
this["FilterDescription_RelativeDate_PreviousWeek"] = "Równa się 'W ubiegłym tygodniu'";
this["FilterDescription_RelativeDate_PreviousYear"] = "Równa się 'W ubiegłym roku'";
this["FilterDescription_TopItems"] = "Pierwsze {0} elementów";
this["FilterDescription_TopPercent"] = "Pierwsze {0} procent";
this["FilterDescription_WithCellIcon"] = "Równa się {0}";
this["FilterDescription_YearToDate"] = "Równa się 'Od początku roku'";
this["FilterDialog_And"] = "I (_A)";
this["FilterDialog_AsteriskHint"] = "Symbol * zastępuje dowolny ciąg znaków";
this["FilterDialog_Cancel"] = "Anuluj";
this["FilterDialog_OK"] = "OK";
this["FilterDialog_Or"] = "Lub (_O)";
this["FilterDialog_QuestionMarkHint"] = "Symbol ? zastępuje dowolny znak";
this["FilterDialog_ShowRowsWhere"] = "Pokaż wiersze, w których:";
this["FilterDialog_Title"] = "Autofiltr niestandardowy";
this["FormatCellsDialog_AlignmentTab_Text_Horizontal"] = "Poziomo (_H)";
this["FormatCellsDialog_AlignmentTab_Text_Indent"] = "Wcięcie";
this["FormatCellsDialog_AlignmentTab_Text_JustifyDistributed"] = "Wyjustuj rozłożone";
this["FormatCellsDialog_AlignmentTab_Text_MergeCells"] = "Scal komórki (_M)";
this["FormatCellsDialog_AlignmentTab_Text_RightToLeft"] = "Od prawej do lewej";
this["FormatCellsDialog_AlignmentTab_Text_ShrinkToFit"] = "Zmniejszaj, aby dopasować (_k)";
this["FormatCellsDialog_AlignmentTab_Text_TextAlignment"] = "Wyrównanie tekstu";
this["FormatCellsDialog_AlignmentTab_Text_TextControl"] = "Sterowanie tekstem";
this["FormatCellsDialog_AlignmentTab_Text_TextDirection"] = "Kierunek tekstu (_T)";
this["FormatCellsDialog_AlignmentTab_Text_Vertical"] = "Pionowo (_V)";
this["FormatCellsDialog_AlignmentTab_Text_WrapText"] = "Zawijaj tekst (_W)";
this["FormatCellsDialog_AlignmentTabCaption"] = "Wyrównanie";
this["FormatCellsDialog_BorderTab_Text_Border"] = "Obramowanie";
this["FormatCellsDialog_BorderTab_Text_Color"] = "Kolor (_C)";
this["FormatCellsDialog_BorderTab_Text_Description"] = "Wybrany styl obramowania można zastosować, klikając ustawienia wstępne lub przyciski wokół diagramu podglądu.";
this["FormatCellsDialog_BorderTab_Text_Line"] = "Linia";
this["FormatCellsDialog_BorderTab_Text_PresetInside"] = "Wnętrze (_I)";
this["FormatCellsDialog_BorderTab_Text_PresetNone"] = "Brak (_N)";
this["FormatCellsDialog_BorderTab_Text_PresetOutline"] = "Kontur (_O)";
this["FormatCellsDialog_BorderTab_Text_Presets"] = "Ustawienia wstępne";
this["FormatCellsDialog_BorderTab_Text_SampleText"] = "Tekst";
this["FormatCellsDialog_BorderTab_Text_Style"] = "Styl (_S)";
this["FormatCellsDialog_BorderTabCaption"] = "Obramowanie";
this["FormatCellsDialog_Cancel"] = "Anuluj";
this["FormatCellsDialog_FillTab_Text_BackgroundColor"] = "Kolor tła (_C)";
this["FormatCellsDialog_FillTab_Text_PatternColor"] = "Kolor deseniu (_a)";
this["FormatCellsDialog_FillTab_Text_PatternStyle"] = "Styl deseniu: (_P)";
this["FormatCellsDialog_FillTab_Text_Sample"] = "Przykład";
this["FormatCellsDialog_FillTabCaption"] = "Wypełnienie";
this["FormatCellsDialog_FontTabCaption"] = "Czcionka";
this["FormatCellsDialog_NumberTab_CategoryLabel"] = "Kategoria (_C)";
this["FormatCellsDialog_NumberTab_DateFormatMasks"] = "m/d/rrrr\r\n[$-F800]dddd, mmmm dd, rrrr\r\nm/d;@\r\nm/d/rr;@\r\nmm/dd/rr;@\r\n[$-409]d-mmm;@";
this["FormatCellsDialog_NumberTab_DecimalPlaces"] = "Miejsca dziesiętne: (_D)";
this["FormatCellsDialog_NumberTab_SampleLabel"] = "Przykład";
this["FormatCellsDialog_NumberTab_TimeFormatMasks"] = "[$-F400]g:mm:ss AM/PM\r\ng:mm;@\r\n[$-409]g:mm AM/PM;@\r\ng:mm:ss;@\r\n[$-409]g:mm:ss AM/PM;@";
this["FormatCellsDialog_NumberTabCaption"] = "Liczba";
this["FormatCellsDialog_NumberTabInvalidMaskError"] = "Podana maska formatu '{0}' jest nieprawidłowa.";
this["FormatCellsDialog_OK"] = "OK";
this["FormatCellsDialog_ProtectionTab_Text_Hidden"] = "Ukryty (_I)";
this["FormatCellsDialog_ProtectionTab_Text_Locked"] = "Zablokowany (_L)";
this["FormatCellsDialog_ProtectionTab_Text_Summary"] = "Blokowanie komórek lub ukrywanie formuł nie ma zastosowania, jeśli arkusz nie jest chroniony.";
this["FormatCellsDialog_ProtectionTabCaption"] = "Ochrona";
this["FormatCellsDialog_Title"] = "Formatuj komórki";
this["FormatInfo_Accounting"] = "Księgowe";
this["FormatInfo_Accounting_NumberFormat_Description"] = "W formatach księgowych symbole waluty i przecinek dziesiętny są wyrównane w jednej kolumnie.";
this["FormatInfo_BlankDocument"] = "Pusty dokument";
this["FormatInfo_Currency"] = "Walutowe";
this["FormatInfo_Currency_NumberFormat_Description"] = "Currency formats are used for general monetary values. Use Accounting formats to align decimal points in a column.";
this["FormatInfo_Custom"] = "Niestandardowo";
this["FormatInfo_Custom_NumberFormat_Description"] = "Wpisz kod formatu liczbowego, używając jednego z istniejących kodów jako punktu wyjścia.";
this["FormatInfo_Date"] = "Data";
this["FormatInfo_Date_NumberFormat_Description"] = "Date formats display date and time serial numbers as date values. Date formats that begin with an asterisk (*) respond to changes in regional date and time settings that are specified for the operating system. Formats without an asterisk are not affected by operating system settings.";
this["FormatInfo_FormatHeader_NegativeNumbers"] = "Liczby ujemne:";
this["FormatInfo_FormatHeader_Type"] = "Typ:";
this["FormatInfo_Fraction"] = "Ułamkowe";
this["FormatInfo_Fraction_Eighths"] = "Jako ósme (4/8)";
this["FormatInfo_Fraction_Halves"] = "Jako połówki (1/2)";
this["FormatInfo_Fraction_Hundreths"] = "Jako setne (30/100)";
this["FormatInfo_Fraction_OneDigit"] = "Do jednej cyfry (1/4)";
this["FormatInfo_Fraction_Quarters"] = "Jako ćwiartki (2/4)";
this["FormatInfo_Fraction_Sixteenths"] = "Jako szesnaste (8/16)";
this["FormatInfo_Fraction_Tenths"] = "Jako dziesiąte (3/10)";
this["FormatInfo_Fraction_ThreeDigits"] = "Do trzech cyfr (312/943)";
this["FormatInfo_Fraction_TwoDigits"] = "Do dwóch cyfr (21/25)";
this["FormatInfo_General"] = "Ogólne";
this["FormatInfo_General_NumberFormat_Description"] = "Komórki o formacie ogólnym nie mają konkretnego formatu liczbowego.";
this["FormatInfo_Number"] = "Liczba";
this["FormatInfo_Number_NumberFormat_Description"] = "Format liczbowy służy do ogólnego wyświetlania liczb. Formaty Waluta i Księgowy oferują specjalne formaty wartości pieniężnych.";
this["FormatInfo_Percentage"] = "Procent";
this["FormatInfo_Percentage_NumberFormat_Description"] = "W formatach procentowych wartości komórek są mnożone przez 100 i wyświetlane z symbolem procentu.";
this["FormatInfo_ProjectBudget"] = "Budżet projektu";
this["FormatInfo_Scientific"] = "Naukowe";
this["FormatInfo_Special"] = "Specjalne";
this["FormatInfo_Special_NumberFormat_Description"] = "Formaty specjalne są używane do śledzenia list i wartości baz danych.";
this["FormatInfo_Special_PhoneNumber"] = "Nr telefonu";
this["FormatInfo_Special_SocialSecurityNumber"] = "Numer PESEL";
this["FormatInfo_Special_ZipCode"] = "Kod pocztowy";
this["FormatInfo_Special_ZipCodePlus4"] = "Kod pocztowy + 4";
this["FormatInfo_Text"] = "Tekst";
this["FormatInfo_Text_NumberFormat_Description"] = "Komórki z formatem Tekst są traktowane jako tekst, nawet jeśli w komórce znajduje się liczba. Treść komórki jest wyświetlana dokładnie tak, jak ją wprowadzono.";
this["FormatInfo_Time"] = "Czas";
this["FormatInfo_Time_NumberFormat_Description"] = "Format czasu umożliwia wyświetlanie liczb kolejnych daty i godziny jako wartości daty. Formaty czasu rozpoczynające się gwiazdką (*) odpowiadają zmianom regionalnych ustawień daty i godziny określonych dla systemu operacyjnego. Ustawienia systemu operacyjnego nie mają wpływu na formaty bez gwiazdki.";
this["HorizontalCellAlignment_Center"] = "Środek";
this["HorizontalCellAlignment_CenterAcrossSelection"] = "Wyrównaj zaznaczenie do środka";
this["HorizontalCellAlignment_Default"] = "Domyślnie";
this["HorizontalCellAlignment_Distributed"] = "Rozłożone";
this["HorizontalCellAlignment_Fill"] = "Wypełnienie";
this["HorizontalCellAlignment_General"] = "Ogólne";
this["HorizontalCellAlignment_Justify"] = "Wyjustuj";
this["HorizontalCellAlignment_Left"] = "Do lewej";
this["HorizontalCellAlignment_Right"] = "Do prawej";
this["Icon_BlackCircle"] = "Czarne kółko";
this["Icon_BlackCircleWithBorder"] = "Czarne kółko z obramowaniem";
this["Icon_CircleWithOneWhiteQuarter"] = "Kółko z jedną białą ćwiartką";
this["Icon_CircleWithThreeWhiteQuarters"] = "Kółko z trzema białymi ćwiartkami";
this["Icon_CircleWithTwoWhiteQuarters"] = "Kółko z dwoma białymi ćwiartkami";
this["Icon_FourBars"] = "Miernik sygnału z czterema wypełnionymi paskami";
this["Icon_FourFilledBoxes"] = "Cztery wypełnione prostokąty";
this["Icon_GoldStar"] = "Złota gwiazdka";
this["Icon_GrayCircle"] = "Szare kółko";
this["Icon_GrayDownArrow"] = "Szara strzałka w dół";
this["Icon_GrayDownInclineArrow"] = "Szara pochyła strzałka w dół";
this["Icon_GraySideArrow"] = "Szara strzałka w bok";
this["Icon_GrayUpArrow"] = "Szara strzałka w górę";
this["Icon_GrayUpInclineArrow"] = "Szara pochyła strzałka w górę";
this["Icon_GreenCheck"] = "Zielony znak zaznaczenia";
this["Icon_GreenCheckSymbol"] = "Zielony znacznik wyboru";
this["Icon_GreenCircle"] = "Zielone kółko";
this["Icon_GreenFlag"] = "Zielona flaga";
this["Icon_GreenTrafficLight"] = "Zielone światło sygnalizacji ulicznej";
this["Icon_GreenUpArrow"] = "Zielona strzałka w górę";
this["Icon_GreenUpTriangle"] = "Zielony trójkąt skierowany w górę";
this["Icon_HalfGoldStar"] = "Połowa złotej gwiazdki";
this["Icon_OneBar"] = "Miernik sygnału z jednym wypełnionym paskiem";
this["Icon_OneFilledBox"] = "Jeden wypełniony prostokąt";
this["Icon_PinkCircle"] = "Różowe kółko";
this["Icon_RedCircle"] = "Czerwone kółko";
this["Icon_RedCircleWithBorder"] = "Czerwone kółko z obramowaniem";
this["Icon_RedCross"] = "Czerwony krzyżyk";
this["Icon_RedCrossSymbol"] = "Czerwony krzyż";
this["Icon_RedDiamond"] = "Czerwony romb";
this["Icon_RedDownArrow"] = "Czerwona strzałka w dół";
this["Icon_RedDownTriangle"] = "Czerwony trójkąt skierowany w dół";
this["Icon_RedFlag"] = "Czerwona flaga";
this["Icon_RedTrafficLight"] = "Czerwone światło sygnalizacji ulicznej";
this["Icon_SilverStar"] = "Srebrna gwiazdka";
this["Icon_ThreeBars"] = "Miernik sygnału z trzema wypełnionymi paskami";
this["Icon_ThreeFilledBoxes"] = "Trzy wypełnione prostokąty";
this["Icon_TwoBars"] = "Miernik sygnału z dwoma wypełnionymi paskami";
this["Icon_TwoFilledBoxes"] = "Dwa wypełnione prostokąty";
this["Icon_WhiteCircleAllWhiteQuarters"] = "Białe kółko (wszystkie białe ćwiartki)";
this["Icon_YellowCircle"] = "Żółte kółko";
this["Icon_YellowDash"] = "Żółta kreska";
this["Icon_YellowDownInclineArrow"] = "Żółta pochyła strzałka w dół";
this["Icon_YellowExclamation"] = "Żółty wykrzyknik";
this["Icon_YellowExclamationSymbol"] = "Żółty wykrzyknik";
this["Icon_YellowFlag"] = "Żółta flaga";
this["Icon_YellowSideArrow"] = "Żółta strzałka w bok";
this["Icon_YellowTrafficLight"] = "Żółte światło sygnalizacji ulicznej";
this["Icon_YellowTriangle"] = "Żółty trójkąt";
this["Icon_YellowUpInclineArrow"] = "Żółta pochyła strzałka w górę";
this["Icon_ZeroBars"] = "Miernik sygnału bez wypełnionych pasków";
this["Icon_ZeroFilledBoxes"] = "Zero wypełnionych prostokątów";
this["InvalidCommand_MixedSelection_Message"] = "Tego polecenia nie można używać, jeśli zaznaczone elementy obejmują połączenie całych wierszy/kolumn z innymi komórkami. Spróbuj zaznaczyć tylko całe wiersze, tylko całe kolumny lub tylko grupy komórek.";
this["InvalidCommand_MultipleSelection_Message"] = "Tego polecenia nie można używać z wieloma zaznaczeniami.\r\nWybierz jeden zakres i ponownie wywołaj polecenie.";
this["InvalidCommand_OverlappingSelection_Message"] = "Nie można użyć tego polecenie dla nakładających się zaznaczonych obszarów.";
this["InvalidCommand_TableChangeWithMultipleSheetSelection_Message"] = "Nie można wprowadzić zmian w tabeli, jeśli wybrano wiele arkuszy.";
this["InvalidDateTimeToolTip"] = "Daty i czasy ujemne lub za długie są wyświetlane jako #####.";
this["InvalidNameBoxValue_Message"] = "Musisz wprowadzić prawidłowe odwołanie, do którego chcesz przejść, lub wpisać prawidłową nazwę dla wyboru.";
this["LE_MissingTemplatePart"] = "Część szablonu o nazwie '{0}' i typie '{1}' jest wymagana w szablonie '{2}'.";
this["MenuItem_AllDatesInPeriod"] = "Wszystkie daty w okresie (_P)";
this["MenuItem_AutoFit_Columns"] = "Autodopasowanie szerokości kolumn (_A)";
this["MenuItem_AutoFit_Rows"] = "Autodopasowanie wysokości wierszy (_A)";
this["MenuItem_Automatic"] = "Automatycznie";
this["MenuItem_ClearContents"] = "Wyczyść treść (_n)";
this["MenuItem_ClearFilterEmpty"] = "Wyczyść filtr (_e)";
this["MenuItem_ClearFilterForColumn"] = "Cl_ear Filter From \"{0}\"";
this["MenuItem_ColorValue"] = "RGB({0}, {1}, {2})";
this["MenuItem_ConvertTableToRange"] = "Konwertuj na zakres (_V)";
this["MenuItem_Copy"] = "Kopiuj (_C)";
this["MenuItem_Cut"] = "Wy_tnij";
this["MenuItem_DateFilters"] = "_Filtry dat";
this["MenuItem_Delete"] = "Usuń (_D)";
this["MenuItem_DeleteCells"] = "Usuń (_D)";
this["MenuItem_DeleteCells_Column"] = "Cała kolumna (_c)";
this["MenuItem_DeleteCells_DeleteTableColumns"] = "Kolumny tabeli (_C)";
this["MenuItem_DeleteCells_DeleteTableRows"] = "Wiersze tabeli (_R)";
this["MenuItem_DeleteCells_Row"] = "Cały wiersz (_r)";
this["MenuItem_DeleteCells_ShiftLeft"] = "Przesuń komórki w lewo (_l)";
this["MenuItem_DeleteCells_ShiftUp"] = "Przesuń komórki w górę (_u)";
this["MenuItem_DeleteWorksheets"] = "Usuń (_D)";
this["MenuItem_Filter"] = "Filtruj (_e)";
this["MenuItem_Filter_AboveAverage"] = "Powyżej średniej (_A)";
this["MenuItem_Filter_After"] = "Po… (_A)";
this["MenuItem_Filter_Before"] = "Przed… (_B)";
this["MenuItem_Filter_BeginsWith"] = "Zaczyna się od… (_i)";
this["MenuItem_Filter_BelowAverage"] = "Poniżej średniej (_o)";
this["MenuItem_Filter_Between"] = "Pomiędzy… (_w)";
this["MenuItem_Filter_Contains"] = "Zawiera… (_a)";
this["MenuItem_Filter_Custom"] = "Filtr niestandardowy… (_F)";
this["MenuItem_Filter_Day_Current"] = "Dzisiaj (_o)";
this["MenuItem_Filter_Day_Next"] = "Jutro (_T)";
this["MenuItem_Filter_Day_Previous"] = "Wczoraj (_d)";
this["MenuItem_Filter_DoesNotContain"] = "Nie zawiera… (_D)";
this["MenuItem_Filter_EndsWith"] = "Kończy się na… (_t)";
this["MenuItem_Filter_Equals"] = "Równa się...";
this["MenuItem_Filter_GreaterThan"] = "Większe niż… (_G)";
this["MenuItem_Filter_GreaterThanOrEqual"] = "Większe niż lub równe… (_O)";
this["MenuItem_Filter_LessThan"] = "Mniejsze niż… (_L)";
this["MenuItem_Filter_LessThanOrEqual"] = "Mniejsze niż lub równe… (_q)";
this["MenuItem_Filter_Month_Current"] = "W tym miesiącu (_s)";
this["MenuItem_Filter_Month_Next"] = "W następnym miesiącu (_M)";
this["MenuItem_Filter_Month_Previous"] = "W ubiegłym miesiącu (_n)";
this["MenuItem_Filter_NotEqual"] = "Nie równa się… (_N)";
this["MenuItem_Filter_Quarter_Current"] = "W tym kwartale (_u)";
this["MenuItem_Filter_Quarter_Next"] = "W następnym kwartale (_Q)";
this["MenuItem_Filter_Quarter_Previous"] = "W ubiegłym kwartale (_r)";
this["MenuItem_Filter_QuarterNumber"] = "Kwartał _{0}";
this["MenuItem_Filter_Top10"] = "10 pierwszych… (_T)";
this["MenuItem_Filter_Week_Current"] = "W tym tygodniu (_h)";
this["MenuItem_Filter_Week_Next"] = "W następnym tygodniu (_k)";
this["MenuItem_Filter_Week_Previous"] = "W ubiegłym tygodniu (_L)";
this["MenuItem_Filter_Year_Current"] = "W tym roku (_i)";
this["MenuItem_Filter_Year_Next"] = "W przyszłym roku (_x)";
this["MenuItem_Filter_Year_Previous"] = "W ubiegłym roku (_Y)";
this["MenuItem_Filter_YearToDate"] = "Od początku roku (_a)";
this["MenuItem_FilterByCellColor"] = "Filtruj według koloru wybranej komórki (_C)";
this["MenuItem_FilterByCellFontColor"] = "Filtruj według koloru czcionki wybranej komórki (_F)";
this["MenuItem_FilterByCellIcon"] = "Filtruj według ikony wybranej komórki (_I)";
this["MenuItem_FilterByCellValue"] = "Filtruj według wartości wybranej komórki (_V)";
this["MenuItem_FilterByColor"] = "Filtruj według koloru (_i)";
this["MenuItem_FilterByFontColor"] = "Filtruj według kolorów czcionek (_F)";
this["MenuItem_FilterByIcon"] = "Filtruj według ikony formatowania warunkowego (_I)";
this["MenuItem_GradientFill"] = "Gradient";
this["MenuItem_Hide"] = "Ukryj (_H)";
this["MenuItem_Insert"] = "Wstaw (_I)";
this["MenuItem_InsertCells"] = "Wstaw (_I)";
this["MenuItem_InsertCells_AddTableColumn"] = "Kolumna tabeli po prawej (_R)";
this["MenuItem_InsertCells_AddTableRow"] = "Wiersz tabeli poniżej (_B)";
this["MenuItem_InsertCells_Column"] = "Cała kolumna (_c)";
this["MenuItem_InsertCells_InsertTableColumns"] = "Kolumny tabeli po _lewej";
this["MenuItem_InsertCells_InsertTableRows"] = "Wiersze tabeli powyżej (_A)";
this["MenuItem_InsertCells_Row"] = "Cały wiersz (_r)";
this["MenuItem_InsertCells_ShiftDown"] = "Przesuń komórki w dół (_d)";
this["MenuItem_InsertCells_ShiftRight"] = "Przesuń komórkiw prawo (_r)";
this["MenuItem_InsertWorksheets"] = "Wstaw (_I)";
this["MenuItem_NoFill"] = "Bez wypełnienia";
this["MenuItem_NoIcon"] = "Brak ikony";
this["MenuItem_NumberFilters"] = "_Filtry liczb";
this["MenuItem_OpenHyperlink"] = "Otwórz hiperłącze (_O)";
this["MenuItem_Paste"] = "Wklej (_P)";
this["MenuItem_PickFromDropDownList"] = "Wybierz z listy rozwijanej… (_k)";
this["MenuItem_ReapplyFilter"] = "Zastosuj ponownie (_R)";
this["MenuItem_RemoveHyperlink"] = "Usuń hiperłącze (_R)";
this["MenuItem_RemoveHyperlinks"] = "Usuń hiperłącza (_R)";
this["MenuItem_RenameWorksheet"] = "Zmień nazwę (_R)";
this["MenuItem_Select"] = "Wybierz (_l)";
this["MenuItem_Select_SelectEntireTableColumn"] = "Cała kolumna tabeli (_E)";
this["MenuItem_Select_SelectTableColumnData"] = "Dane kolumny tabeli (_C)";
this["MenuItem_Select_SelectTableRow"] = "Wiersz tabeli (_R)";
this["MenuItem_SelectAllWorksheets"] = "Zaznacz wszystkie arkusze (_S)";
this["MenuItem_ShowFormatCellsDialog"] = "Formatuj komórki… (_F)";
this["MenuItem_Sort"] = "Sortuj (_o)";
this["MenuItem_Sort_Custom"] = "Sortowanie niestandardowe… (_u)";
this["MenuItem_SortAscending_Date"] = "Sortuj od najstarszych do najnowszych (_S)";
this["MenuItem_SortAscending_Number"] = "Sortuj od najmniejszych do największych (_S)";
this["MenuItem_SortAscending_Text"] = "Sortuj od A do Z (_S)";
this["MenuItem_SortByCellColor"] = "Umieść wybrany kolor komórki na wierzchu (_C)";
this["MenuItem_SortByCellColorHeader"] = "Sortuj według kolorów komórek (_C)";
this["MenuItem_SortByCellFontColor"] = "Umieść wybrany kolor czcionki na wierzchu (_F)";
this["MenuItem_SortByCellIcon"] = "Umieść wybraną ikonę na wierzchu (_I)";
this["MenuItem_SortByColor"] = "Sortuj według koloru (_t)";
this["MenuItem_SortByFontColor"] = "Sortuj według kolorów czcionek (_F)";
this["MenuItem_SortByIcon"] = "Sortuj według ikony formatowania warunkowego (_I)";
this["MenuItem_SortDescending_Date"] = "Sortuj od najnowszych do najstarszych (_o)";
this["MenuItem_SortDescending_Number"] = "Sortuj od największych do najmniejszych (_o)";
this["MenuItem_SortDescending_Text"] = "Sortuj od Z do A (_o)";
this["MenuItem_Table"] = "Tabela (_b)";
this["MenuItem_TextFilters"] = "_Filtry tekstu";
this["MenuItem_ToggleTableTotalRow"] = "Wiersz sum (_T)";
this["MenuItem_Unhide"] = "Odkryj (_U)";
this["MenuItem_UnselectWorksheets"] = "Rozgrupuj arkusze (_U)";
this["NewSheetName"] = "Arkusz{0}";
this["PasteError_CellRangeSize_Message"] = "The paste operation cannot be performed because the copy area and paste area are not the same size.\r\nTry one of the following:\r\n* Click one cell, then paste\r\n* Select a rectangle that's the same size, then paste.";
this["PasteError_General_Message"] = "An error occurred during the paste operation:\r\n{0}";
this["PasteError_IntersectsMergedCells_Message"] = "Nie można wykonać operacji wklejania, ponieważ obszar wklejania przecina się ze scaloną komórką.";
this["PasteError_InvalidSelectedSheetCount_Message"] = "Nie można wykonać operacji wklejania, ponieważ liczba arkuszy w obszarach kopiowania i wklejania jest różna.";
this["PasteError_InvalidSourceRanges_Message"] = "Nie można wykonać operacji wklejania na podanych obszarach kopiowania.";
this["PasteError_MultipleSheetTables_Message"] = "Nie można wykonać operacji wklejania, ponieważ źródło zawiera wiele arkuszy, a wybrane obiekty źródłowe obejmują tabele.";
this["PasteError_MultipleSourceAndTargetRanges_Message"] = "Nie można wykonać operacji wklejania, ponieważ dokonano wyboru wielokrotnego w arkuszu źródłowym i docelowym.";
this["SheetNameError_Message_Invalid"] = "Wprowadzono nieprawidłową nazwę arkusza: '{0}'. Upewnij się, że:\r\n* Nazwa nie jest pusta.\r\n* Nazwa nie zawiera więcej niż 31 znaków.\r\n* Nazwa nie zaczyna się ani nie kończy pojedynczym cudzysłowem (').\r\n* Nazwa nie zawiera żadnego z następujących znaków: : \\ /? * []";
this["SheetNameError_Message_NameIsUsed"] = "Arkusz o nazwie '{0}' już istnieje w skoroszycie.";
this["SortDialog_AddLevel"] = "Dodaj poziom (_A)";
this["SortDialog_Cancel"] = "Anuluj";
this["SortDialog_CellFill_Gradient"] = "Gradient";
this["SortDialog_CellFill_NoColor"] = "Brak koloru";
this["SortDialog_Color_RGB"] = "RGB ({0}, {1}, {2})";
this["SortDialog_Column_ColumnHeader"] = "Kolumna";
this["SortDialog_ColumnName"] = "Kolumna {0}";
this["SortDialog_ConditionalFormatIcon_NoCellIcon"] = "Brak ikony komórki";
this["SortDialog_CopyLevel"] = "Kopiuj poziom (_C)";
this["SortDialog_DeleteLevel"] = "Usuń poziom (_D)";
this["SortDialog_MoveDown"] = "Przenieś w dół";
this["SortDialog_MoveUp"] = "Przenieś w górę";
this["SortDialog_MyDataHasHeaders"] = "Moje dane mają nagłówki (_h)";
this["SortDialog_OK"] = "OK";
this["SortDialog_Options"] = "Opcje… (_O)";
this["SortDialog_Order_ColumnHeader"] = "Kolejność";
this["SortDialog_Row_ColumnHeader"] = "Wiersz";
this["SortDialog_RowName"] = "Wiersz {0}";
this["SortDialog_SortBy_Label"] = "Sortuj według";
this["SortDialog_SortConditionError_DuplicateItemSorted"] = "Wykryto zduplikowane warunki sortowania.";
this["SortDialog_SortConditionError_FieldCannotBeNull"] = "Sort condition field: '{0}' cannot be null";
this["SortDialog_SortDirection_CustomList"] = "Lista niestandardowa...";
this["SortDialog_SortDirection_Date_Ascending"] = "Od najstarszych do najnowszych";
this["SortDialog_SortDirection_Date_Descending"] = "Od najnowszych do najstarszych";
this["SortDialog_SortDirection_Number_Ascending"] = "Od najmniejszych do największych";
this["SortDialog_SortDirection_Number_Descending"] = "Od największych do najmniejszych";
this["SortDialog_SortDirection_Text_Ascending"] = "Od A do Z";
this["SortDialog_SortDirection_Text_Descending"] = "Od Z do A";
this["SortDialog_SortDirectionLeftOrRight_Ascending"] = "Po lewej";
this["SortDialog_SortDirectionLeftOrRight_Descending"] = "Po prawej";
this["SortDialog_SortDirectionTopOrBottom_Ascending"] = "Na górze";
this["SortDialog_SortDirectionTopOrBottom_Descending"] = "Na dole";
this["SortDialog_SortOn_ColumnHeader"] = "Sortowanie";
this["SortDialog_Text_Automatic"] = "Automatycznie";
this["SortDialog_ThenBy_Label"] = "Następnie według";
this["SortDialog_Title"] = "Sortuj";
this["SortOptionsDialog_Cancel"] = "Anuluj";
this["SortOptionsDialog_CaseSensitive"] = "Uwzględniaj wielkość liter (_C)";
this["SortOptionsDialog_OK"] = "OK";
this["SortOptionsDialog_Orientation"] = "Orientacja";
this["SortOptionsDialog_SortLeftToRight"] = "Sortuj od lewej do prawej (_l)";
this["SortOptionsDialog_SortTopToBottom"] = "Sortuj od góry do dołu (_t)";
this["SortOptionsDialog_Title"] = "Opcje sortowania";
this["SpreadsheetFontControl_ColorLabel"] = "Kolor: (_C)";
this["SpreadsheetFontControl_FontLabel"] = "Czcionka: (_F)";
this["SpreadsheetFontControl_FontStyle_Bold"] = "Pogrubienie";
this["SpreadsheetFontControl_FontStyle_BoldItalic"] = "Pogrubiona kursywa";
this["SpreadsheetFontControl_FontStyle_Italic"] = "Kursywa";
this["SpreadsheetFontControl_FontStyle_Regular"] = "Zwykłe";
this["SpreadsheetFontControl_FontStyleLabel"] = "Styl czcionki: (_O)";
this["SpreadsheetFontControl_NormalFontLabel"] = "Normalna czcionka (_N)";
this["SpreadsheetFontControl_SizeLabel"] = "Rozmiar: (_S)";
this["SpreadsheetFontControl_StrikethroughLabel"] = "Przekreślenie (_k)";
this["SpreadsheetFontControl_SubscriptLabel"] = "Indeks dolny (_b)";
this["SpreadsheetFontControl_SuperscriptLabel"] = "Indeks górny (_p)";
this["SpreadsheetFontControl_Text_Automatic"] = "Automatycznie";
this["SpreadsheetFontControl_Text_Effects"] = "Efekty";
this["SpreadsheetFontControl_Text_NoColor"] = "Brak koloru";
this["SpreadsheetFontControl_Text_Preview"] = "Podgląd";
this["SpreadsheetFontControl_UnderlineLabel"] = "Podkreślenie: (_U)";
this["SpreadsheetSortDialogConditionTypes_CustomListSortCondition_DisplayText"] = "Lista niestandardowa";
this["SpreadsheetSortDialogConditionTypes_FillSortCondition_DisplayText"] = "Kolor komórki";
this["SpreadsheetSortDialogConditionTypes_FontColorSortCondition_DisplayText"] = "Kolor czcionki";
this["SpreadsheetSortDialogConditionTypes_IconSortCondition_DisplayText"] = "Ikona formatowania warunkowego";
this["SpreadsheetSortDialogConditionTypes_OrderedSortCondition_DisplayText"] = "Wartości komórki";
this["SpreadsheetThemeColorPickerControl_Text_Automatic"] = "Automatycznie";
this["SpreadsheetThemeColorPickerControl_Text_NoColor"] = "Brak koloru";
this["SpreadsheetThemeColorPickerControl_Text_StandardColors"] = "Kolory standardowe";
this["SpreadsheetThemeColorPickerControl_Text_ThemeColors"] = "Kolory motywu";
this["String1"] = "";
this["ToolTip_FormulaBarCancelButton"] = "Anuluj";
this["ToolTip_FormulaBarEnterButton"] = "Wprowadź";
this["ToolTip_FormulaBarNameBox"] = "Pole nazwy";
this["ToolTip_FormulaBarTextEditor"] = "Pasek formuły";
this["TopOrBottomDialog_Cancel"] = "Anuluj";
this["TopOrBottomDialog_OK"] = "OK";
this["TopOrBottomDialog_Show"] = "Pokaż";
this["TopOrBottomDialog_Title"] = "Autofiltr 10 pierwszych";
this["TotalRow_Average"] = "Średnia";
this["TotalRow_Count"] = "Liczba";
this["TotalRow_CountNumbers"] = "Licznik num.";
this["TotalRow_Max"] = "Maks";
this["TotalRow_Min"] = "Min.";
this["TotalRow_None"] = "Brak";
this["TotalRow_StdDev"] = "OdchStd";
this["TotalRow_Sum"] = "Suma";
this["TotalRow_Var"] = "War";
this["Undo_AddTableColumn"] = "Dodaj kolumnę tabeli";
this["Undo_AddTableRow"] = "Dodaj wiersz tabeli";
this["Undo_AutoFilterOff"] = "Autofiltr wyłączony";
this["Undo_AutoFilterOn"] = "Autofiltr włączony";
this["Undo_Bold"] = "Pogrubienie";
this["Undo_Borders"] = "Obramowania";
this["Undo_BottomAlignment"] = "Wyrównanie do dołu";
this["Undo_CenterAlignment"] = "Wyrównanie do środka";
this["Undo_ChangeTotalRowFormula"] = "Zmień formułę wiersza sumy";
this["Undo_ChartAdd"] = "Wstaw wykres";
this["Undo_ChartModify"] = "Modyfikuj wykres";
this["Undo_ChartRemove"] = "Usuń wykres";
this["Undo_ClearCellContents"] = "Wyczyść {0}";
this["Undo_ClearCellFormats"] = "Wyczyść";
this["Undo_ClearHyperlinks"] = "Wyczyść hiperłącza";
this["Undo_ClearShapes"] = "Wyczyść kształty";
this["Undo_ClearTables"] = "Wyczyść tabele";
this["Undo_ConditionalFormat"] = "Formatowanie warunkowe";
this["Undo_ConvertTableToRange"] = "Konwertuj tabelę na zakres";
this["Undo_CreateNamedReference"] = "Definiuj nazwę";
this["Undo_CreateTable"] = "Utwórz tabelę";
this["Undo_Cut"] = "Wytnij";
this["Undo_Delete"] = "Usuń";
this["Undo_DeleteTableColumn"] = "Usuń kolumnę";
this["Undo_DeleteTableRow"] = "Usuń wiersz";
this["Undo_EditCell"] = "Wpisywanie '{1}' w {0}";
this["Undo_Entry"] = "Wpis";
this["Undo_Filter"] = "Filtr";
this["Undo_Font"] = "Czcionka";
this["Undo_FontSize"] = "Rozmiar czcionki";
this["Undo_FormatCells"] = "Formatuj komórki";
this["Undo_Group"] = "Grupa";
this["Undo_Hyperlink"] = "Hiperłącze";
this["Undo_InsertCells"] = "Wstaw komórki";
this["Undo_InsertColumns"] = "Wstaw kolumny";
this["Undo_InsertRows"] = "Wstaw wiersze";
this["Undo_InsertTableColumns"] = "Wstaw kolumny";
this["Undo_InsertTableRows"] = "Wstaw wiersze";
this["Undo_Italic"] = "Kursywa";
this["Undo_JustifyAlignment"] = "Wyrównaj";
this["Undo_LeftAlignment"] = "Wyrównanie do lewej";
this["Undo_MergeCells"] = "Scal komórki";
this["Undo_MiddleAlignment"] = "Wyśrodkuj w pionie";
this["Undo_Paste"] = "Wklej";
this["Undo_Reapply"] = "Zastosuj ponownie";
this["Undo_RemoveHyperlinks"] = "Usuń hiperłącza";
this["Undo_RemoveTable"] = "Usuń tabelę";
this["Undo_ResetOptions"] = "Resetuj opcje";
this["Undo_ResizeColumn"] = "Szerokość kolumny";
this["Undo_ResizeRow"] = "Wysokość wiersza";
this["Undo_RightAlignment"] = "Wyrównanie do prawej";
this["Undo_Shape"] = "Kształt";
this["Undo_ShapeAdd"] = "Wstaw kształt";
this["Undo_ShapeRemove"] = "Usuń kształt";
this["Undo_ShowAll"] = "Pokaż wszystko";
this["Undo_Sort"] = "Sortuj";
this["Undo_SparklineAdd"] = "Wstaw wykres przebiegu w czasie";
this["Undo_SparklineColorChange"] = "Zmiana koloru wykresu przebiegu w czasie";
this["Undo_SparklineDataChange"] = "Zmiana danych wykresu przebiegu w czasie";
this["Undo_SparklineRemove"] = "Wyczyść wykresy przebiegu w czasie";
this["Undo_SparklineStyleChange"] = "Zmiana stylu wykresu przebiegu w czasie";
this["Undo_SparklineTypeChange"] = "Zmiana typu wykresu przebiegu w czasie";
this["Undo_Strikethrough"] = "Przekreślenie";
this["Undo_Style"] = "Styl";
this["Undo_TabColor"] = "Kolor karty";
this["Undo_TableAutoExpansion"] = "Autorozszerzanie tabeli";
this["Undo_ToggleTotalRow"] = "Przełącz wiersz sumy";
this["Undo_TopAlignment"] = "Wyrównanie do góry";
this["Undo_Underline"] = "Podkreślenie";
this["Undo_View"] = "Zobacz zmianę";
this["Undo_WrapText"] = "Zawijaj tekst";
this["Undo_Zoom"] = "Powiększenie";
this["VerticalCellAlignment_Bottom"] = "Dół";
this["VerticalCellAlignment_Center"] = "Środek";
this["VerticalCellAlignment_Default"] = "Domyślnie";
this["VerticalCellAlignment_Distributed"] = "Rozłożone";
this["VerticalCellAlignment_Justify"] = "Wyjustuj";
this["VerticalCellAlignment_Top"] = "Góra";
}
return SpreadsheetLocalePl;
}());
export { SpreadsheetLocalePl };