diff options
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 31380f5cd40..e35c8210e0a 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -58,9 +58,7 @@ OC.L10N.register( "Custom mimetype" : "Niestandardowy typ MIME", "Please enter a valid time span" : "Podaj prawidłowy przedział czasu", "Select a request URL" : "Wybierz adres URL żądania", - "Predefined URLs" : "Przedefiniowanie URLs", "Files WebDAV" : "Pliki WebDAV", - "Others" : "Inne", "Custom URL" : "Niestandardowy adres URL", "Select a user agent" : "Wybierz klienta użytkownika", "Android client" : "Klient Android", @@ -115,6 +113,8 @@ OC.L10N.register( "Select a tag" : "Wybierz etykietę", "No results" : "Brak wyników", "%s (invisible)" : "%s (niewidoczny)", - "%s (restricted)" : "%s (ograniczony)" + "%s (restricted)" : "%s (ograniczony)", + "Predefined URLs" : "Przedefiniowanie URLs", + "Others" : "Inne" }, "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);"); |