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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-11 05:46:58 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-11 05:46:58 +0300
commit6e2926f1a2006260c1e36e3f911d04eb05228c3c (patch)
tree9bfac538b0dee5123159470bb8bb7eda002ac8a9 /l10n/pl.js
parent0517abc695a3ee89860d0486064bc72493c84eae (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 000000000..597c64bdd
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,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);");