diff --git a/apps/updatenotification/l10n/pl.js b/apps/updatenotification/l10n/pl.js index 89ff9d4943..5765bddff3 100644 --- a/apps/updatenotification/l10n/pl.js +++ b/apps/updatenotification/l10n/pl.js @@ -28,6 +28,7 @@ OC.L10N.register( "Please make sure your config.php does not set appstoreenabled to false." : "Upewnij się, że opcja appstoreenabled w Twoim config.php nie jest ustawiona na false.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nie można połączyć się z appstore lub całkowicie zgłasza brak aktualizacji. Wyszukaj aktualizacje ręcznie lub upewnij się, że masz dostęp do Internetu i możesz łączyć się z appstore.", "All apps have an update for this version available" : "Wszystkie aplikacje mają aktualizację dla tej wersji", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%naplikacja nie ma aktualizacji dla tej wersji","%naplikacje nie mają aktualizacji dla tej wersji","%n aplikacje nie mają aktualizacji dla tej wersji","%n aplikacje nie mają aktualizacji dla tej wersji"], "View changelog" : "Zobacz listę zmian", "Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie", "A new version is available: %s" : "Dostępna jest nowa wersja: %s", diff --git a/apps/updatenotification/l10n/pl.json b/apps/updatenotification/l10n/pl.json index dfd858195b..8295f3469f 100644 --- a/apps/updatenotification/l10n/pl.json +++ b/apps/updatenotification/l10n/pl.json @@ -26,6 +26,7 @@ "Please make sure your config.php does not set appstoreenabled to false." : "Upewnij się, że opcja appstoreenabled w Twoim config.php nie jest ustawiona na false.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nie można połączyć się z appstore lub całkowicie zgłasza brak aktualizacji. Wyszukaj aktualizacje ręcznie lub upewnij się, że masz dostęp do Internetu i możesz łączyć się z appstore.", "All apps have an update for this version available" : "Wszystkie aplikacje mają aktualizację dla tej wersji", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%naplikacja nie ma aktualizacji dla tej wersji","%naplikacje nie mają aktualizacji dla tej wersji","%n aplikacje nie mają aktualizacji dla tej wersji","%n aplikacje nie mają aktualizacji dla tej wersji"], "View changelog" : "Zobacz listę zmian", "Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie", "A new version is available: %s" : "Dostępna jest nowa wersja: %s",