Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 597c64bdda16989172f32c29e244dca5ed8b6325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "text",
    {
    "Text" : "Tekst",
    "Use current version" : "Użyj bieżącej wersji",
    "Use the saved version" : "Użyj zapisanej wersji",
    "The document has been changed outside of the editor. The changes cannot be applied." : "Dokument został zmieniony poza edytorem. Nie można zastosować zmian.",
    "Last save {lastSave}" : "Ostatni zapis {lastSave}",
    "Unpushed changes" : "Niewysłane zmiany",
    "Unsaved changes" : "Niezapisane zmiany",
    "Enter your name so other users can see who is editing" : "Wprowadź swoje imię, aby inni użytkownicy mogli zobaczyć, kto edytuje",
    "Edit guest name" : "Edytuj nazwę gościa",
    "Save guest name" : "Zapisz nazwę gościa",
    "Add link" : "Dodaj link",
    "_and %n other editor_::_and %n other editors_" : ["i %n inny redaktor","i %n innych redaktorów","i %n innych redaktorów","i %n innych redaktorów"],
    "Show image" : "Pokaż obraz",
    "Show file" : "Pokaż plik",
    "New text document" : "Nowy dokument tekstowy",
    "New text document.md" : "Nowy dokument tekstowy.md",
    "Edit" : "Edytuj",
    "Undo" : "Cofnij"
},
"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);");