diff options
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 95654611801..31380f5cd40 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -56,10 +56,6 @@ OC.L10N.register( "PDF documents" : "Dokumenty PDF", "Custom MIME type" : "Niestandardowy typ MIME", "Custom mimetype" : "Niestandardowy typ MIME", - "Select a tag" : "Wybierz etykietę", - "No results" : "Brak wyników", - "%s (invisible)" : "%s (niewidoczny)", - "%s (restricted)" : "%s (ograniczony)", "Please enter a valid time span" : "Podaj prawidłowy przedział czasu", "Select a request URL" : "Wybierz adres URL żądania", "Predefined URLs" : "Przedefiniowanie URLs", @@ -115,6 +111,10 @@ OC.L10N.register( "Request user agent" : "Żądanie agenta użytkownika", "User group membership" : "Członkostwo grupy użytkownika", "is member of" : "jest członkiem w", - "is not member of" : "nie jest członkiem w" + "is not member of" : "nie jest członkiem w", + "Select a tag" : "Wybierz etykietę", + "No results" : "Brak wyników", + "%s (invisible)" : "%s (niewidoczny)", + "%s (restricted)" : "%s (ograniczony)" }, "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);"); |