Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r--core/l10n/pl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index 4a0cbcf70d9..51313de2e17 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -53,9 +53,7 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Tryb konserwacji pozostał aktywny",
"Updating database schema" : "Aktualizacja struktury bazy danych",
"Updated database" : "Zaktualizowano bazę danych",
- "Checking for update of app \"%s\" in App Store" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
"Update app \"%s\" from App Store" : "Aktualizacja aplikacji \"%s\" ze sklepu z aplikacjami",
- "Checked for update of app \"%s\" in App Store" : "Sprawdzono aktualizacje dla aplikacji \"%s\" w sklepie z aplikacjami",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych dla %s (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
"Updated \"%1$s\" to %2$s" : "Aktualizacja \"%1$s\" do %2$s",
"Set log level to debug" : "Ustawienie poziomu dziennika do debugowania",
@@ -426,6 +424,8 @@ OC.L10N.register(
"Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
"Could not fetch list of apps from the app store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
"Can't install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
- "Can't install this app" : "Nie można zainstalować tej aplikacji"
+ "Can't install this app" : "Nie można zainstalować tej aplikacji",
+ "Checking for update of app \"%s\" in App Store" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Checked for update of app \"%s\" in App Store" : "Sprawdzono aktualizacje dla aplikacji \"%s\" w sklepie z aplikacjami"
},
"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);");