diff --git a/README.md b/README.md index dac09a29..1a4a35cd 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ It profits from these great projects: * updates H5BP to 4.2.0 * updates jQuery to 2.0.3 * adds `uk` translation by Viktor Matveenko +* updates to `pl` translation by Mark ### v0.22.1 - *2012-10-16* diff --git a/src/_h5ai/conf/l10n/pl.json b/src/_h5ai/conf/l10n/pl.json index 963add81..de4b7c07 100644 --- a/src/_h5ai/conf/l10n/pl.json +++ b/src/_h5ai/conf/l10n/pl.json @@ -1,6 +1,8 @@ { "lang": "polski", "details": "szczegóły", + "list": "lista", + "grid": "kafelki", "icons": "ikony", "name": "Nazwa", "lastModified": "Ostatnia modyfikacja", @@ -8,5 +10,10 @@ "parentDirectory": "Katalog nadrzędny", "empty": "pusty", "folders": "foldery", - "files": "pliki" + "files": "pliki", + "download": "pobierz", + "noMatch": "nie pasuje", + "dateFormat": "YYYY-MM-DD HH:mm", + "filter": "filtr", + "delete": "usuń" } \ No newline at end of file