diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-21 01:12:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-21 01:12:02 +0000 |
commit | 10388eab342a46e034eb6bfb89fbfd232d8ec2a5 (patch) | |
tree | 38ba04c1d625e9aba69f264ce4281b913df36eb0 /apps/workflowengine/l10n/pl.js | |
parent | 5eca741309ab4b3ecf1de80ebf3f4bd8c599d67b (diff) | |
download | nextcloud-server-10388eab342a46e034eb6bfb89fbfd232d8ec2a5.tar.gz nextcloud-server-10388eab342a46e034eb6bfb89fbfd232d8ec2a5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index d8cc354c39c..e347face5d2 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -68,9 +68,9 @@ OC.L10N.register( "Check %s does not exist" : "Sprawdź, czy %s nie istnieje", "Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy", "Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje", - "Workflow" : "Workflow", "Files workflow engine" : "Pliki silnika workflow", "Open documentation" : "Otwórz dokumentację", - "Loading…" : "Wczytywanie…" + "Loading…" : "Wczytywanie…", + "Workflow" : "Workflow" }, "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);"); |