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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pl.php')
-rw-r--r--l10n/pl.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/pl.php b/l10n/pl.php
deleted file mode 100644
index ab277c5..0000000
--- a/l10n/pl.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Plik jest zbyt duży by go otworzyć. Proszę pobrać plik",
-"Cannot read the file." => "Nie można odczytać pliku.",
-"Invalid file path supplied." => "Błędnie podana ścieżka do pliku.",
-"The file is locked." => "Plik jest zablokowany.",
-"An internal server error occurred." => "Wystąpił wewnętrzny błąd serwera.",
-"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",
-"saving..." => "zapisywanie...",
-"saved!" => "zapisano!",
-"failed!" => "nie powiodło się!",
-"Saved" => "Zapisano",
-"There was a problem saving your changes. Click to resume editing." => "Pojawił się problem podczas zapisywania twoich zmian. Kliknij, aby powrócić do edycji.",
-"An error occurred!" => "Wystąpił błąd!",
-"Text file" => "Plik tekstowy",
-"New text file.txt" => "Nowy plik tekstowy.txt"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";