diff options
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 4f6234f6d98..fc95848f107 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -189,7 +189,7 @@ OC.L10N.register( "Global search" : "Wyszukiwanie globalne", "Search apps, files, tags, messages" : "Szukaj aplikacji, plików, tagów, wiadomości", "Apps and Settings" : "Aplikacje i ustawienia", - "Modified" : "Zmodyfikowany", + "Date" : "Data", "Today" : "Dzisiaj", "Last 7 days" : "Ostatnie 7 dni", "Last 30 days" : "Ostatnie 30 dni", @@ -201,6 +201,7 @@ OC.L10N.register( "Load more results" : "Wczytaj więcej wyników", "Search in" : "Szukaj w", "Filter in current view" : "Filtruj w bieżącym widoku", + "Searching …" : "Wyszukiwanie…", "Start typing in search" : "Zacznij pisać w wyszukiwarce", "No matching results" : "Brak pasujących wyników", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Pomiędzy ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", @@ -434,6 +435,7 @@ OC.L10N.register( "No more subfolders in here" : "Brak podkatalogów", "Name" : "Nazwa", "Size" : "Rozmiar", + "Modified" : "Zmodyfikowany", "\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.", "File name cannot be empty." : "Nazwa pliku nie może być pusta.", "\"/\" is not allowed inside a file name." : "Znak \"/\" jest niedozwolony w nazwie pliku.", |