36 lines
2.2 KiB
JavaScript
Raw Normal View History

2016-06-22 02:36:05 -04:00
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Zapisywanie...",
2017-02-15 01:13:18 +00:00
"Download this revision" : "Ściągnij tę rewizję",
"Restore this revision" : "Przywróć tę rewizję",
"Latest revision" : "Ostatnia rewizja",
2016-07-01 02:34:36 -04:00
"More versions..." : "Więcej wersji...",
2017-02-15 01:13:18 +00:00
"Just now" : "Właśnie teraz",
"Failed to revert the document to older version" : "Nie udało się przywrócić dokumentu do wcześniejszej wersji",
2016-06-22 02:36:05 -04:00
"Save" : "Zapisz",
"Loading documents..." : "Ładowanie dokumentów...",
"Edit" : "Edytuj",
"Could not create file" : "Nie można utworzyć pliku",
2017-02-15 01:13:18 +00:00
"New Document.odt" : "Nowy Dokument.odt",
"New Spreadsheet.ods" : "Nowy Arkusz.ods",
"New Presentation.odp" : "Nowa Prezentacja.odp",
"New Document.docx" : "Nowy Dokument.docx",
"New Spreadsheet.xlsx" : "Nowy arkusz kalkulacyjny.xlsx",
"New Presentation.pptx" : "Nowa prezentacja.pptx",
"Can't create document" : "Nie można utworzyć dokumentu",
"Saved" : "Zapisano",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Zapisano z błędem: Collabora Online powinna używać tego samego protokołu co instalacja serwera",
2016-07-20 02:36:15 -04:00
"Collabora Online" : "Collabora Online",
2017-02-15 01:13:18 +00:00
"Collabora Online server" : "Serwer Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Adres URL (i port) serwera Collabora Online, który dostarcza funkcjonalność edycji jako WOPI klient",
2016-06-22 02:36:05 -04:00
"Apply" : "Zastosuj",
2017-02-15 01:13:18 +00:00
"Use OOXML by default for new files" : "Użyj domyślnie dla nowych plików OOXML",
2016-06-22 02:36:05 -04:00
"Wrong password. Please retry." : "Złe hasło. Spróbuj ponownie.",
2017-02-15 01:13:18 +00:00
"Password" : "Hasło",
2016-06-27 16:45:44 -04:00
"OK" : "OK",
2016-06-22 02:36:05 -04:00
"Guest %s" : "Gość %s",
2017-02-15 01:13:18 +00:00
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ten link już wygasł lub nigdy nie istniał. Proszę skontaktuj się z osobą, która udostępniła ci go, aby uzyskać szczegółowe informacje."
2016-06-22 02:36:05 -04:00
},
2017-02-15 01:13:18 +00:00
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");