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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-12 10:11:23 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-12 10:11:23 +0300
commit337347a1b990ee01a35b83a01a98a2cdcd72dc22 (patch)
treee32a60c60ea195b21a547fe0bfb500fc98fdcb7c /l10n/pl.js
parentb7256960212495218637b5dd7b629143990c3aa9 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js18
1 files changed, 11 insertions, 7 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 763c141..d36cf53 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -1,18 +1,22 @@
OC.L10N.register(
"files_texteditor",
{
+ "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",
- "Save" : "Zapisz",
- "Search" : "Szukaj",
- "Next" : "Następny",
- "Clear" : "Wyczyść",
- "Saving..." : "Zapisywanie...",
+ "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!",
- "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ć"
+ "Text file" : "Plik tekstowy",
+ "New text file.txt" : "Nowy plik tekstowy.txt"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");