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

pl.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3024586087667c80a30ce929304538283d93f808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "translations": {
    "Invalid file path supplied." : "Błędnie podana ścieżka do pliku.",
    "Cannot save file as it has been modified since opening" : "Nie mogę zapisać pliku, został zmodyfikowany podczas otwarcia.",
    "Insufficient permissions" : "Niewystarczające uprawnienia",
    "File path not supplied" : "Ścieżka pliku nie została podana",
    "File mtime not supplied" : "Plik mtime nie został podany",
    "Save" : "Zapisz",
    "Search" : "Szukaj",
    "Next" : "Następny",
    "Clear" : "Wyczyść",
    "Saving..." : "Zapisywanie...",
    "An error occurred!" : "Wystąpił błąd!",
    "There are unsaved changes in the text editor" : "Są niezapisane zmiany w edytorze tekstu",
    "There were unsaved changes, click here to go back" : "Były niezapisane zmiany, kliknij aby wrócić"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}