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

pl.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a34eb2158223fa5c67b367dc860da2fb4454655b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"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ć"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";