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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r--apps/workflowengine/l10n/pl.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js
index 22b1693a177..b1d3e6648c1 100644
--- a/apps/workflowengine/l10n/pl.js
+++ b/apps/workflowengine/l10n/pl.js
@@ -1,10 +1,16 @@
OC.L10N.register(
"workflowengine",
{
+ "Short rule description" : "Krótki opis reguły",
+ "Add rule" : "Dodaj regułę",
+ "Reset" : "Zresetuj",
+ "Save" : "Zapisz",
+ "Saving…" : "Zapisywanie…",
"Group list is empty" : "Lista grup jest pusta",
"Unable to retrieve the group list" : "Nie można pobrać listy grup",
"Saved" : "Zapisano",
"Saving failed:" : "Zapis się nie udał:",
+ "Add rule group" : "Dodaj grupę reguł",
"File MIME type" : "Typy plików MIME",
"is" : "jest",
"is not" : "nie jest",
@@ -64,12 +70,6 @@ OC.L10N.register(
"Workflow" : "Wpływ na pracę",
"Files workflow engine" : "Piliki silnika workflow",
"Open documentation" : "Otwórz dokumentację",
- "Add rule group" : "Dodaj grupę reguł",
- "Short rule description" : "Krótki opis reguły",
- "Add rule" : "Dodaj regułę",
- "Reset" : "Zresetuj",
- "Save" : "Zapisz",
- "Saving…" : "Zapisywanie…",
"Loading…" : "Wczytywanie…"
},
"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);");