diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-15 00:08:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-15 00:08:25 +0000 |
commit | cd2d5b0b27d9b7f23ae0fa833d5fdb4c99ac9107 (patch) | |
tree | 3b5e8791547dc8ca31fee99a0f42921e70fb45e2 /core/l10n/pl.js | |
parent | 5d2b6b824015c2fb1a71ba1439b3f02a7a47dad6 (diff) | |
download | nextcloud-server-cd2d5b0b27d9b7f23ae0fa833d5fdb4c99ac9107.tar.gz nextcloud-server-cd2d5b0b27d9b7f23ae0fa833d5fdb4c99ac9107.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 12f1a3cbfbe..27fc97b2a3a 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -271,7 +271,6 @@ OC.L10N.register( "Log in" : "Zaloguj", "Stay logged in" : "Pozostań zalogowany", "Alternative Logins" : "Alternatywne loginy", - "You are about to grant \"%s\" access to your %s account." : "Masz zamiar przyznać \"%s\" dostep do twojego %s konta.", "App token" : "Token aplikacji", "Alternative login using app token" : "Zaloguj alternatywnie używając tokenu aplikacji", "Redirecting …" : "Przekierowuję...", @@ -340,6 +339,7 @@ OC.L10N.register( "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Witam, <br><br>informuję, że %s udostępnianych zasobów <strong>%s</strong> jest z Tobą.<br><a href=\"%s\">Zobacz!</a><br><br>", "This Nextcloud instance is currently in single user mode." : "Ta instalacja Nextcloud działa obecnie w trybie pojedynczego użytkownika.", "This means only administrators can use the instance." : "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", - "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń." + "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń.", + "You are about to grant \"%s\" access to your %s account." : "Masz zamiar przyznać \"%s\" dostep do twojego %s konta." }, "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);"); |