diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-24 01:56:46 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-24 01:56:46 -0400 |
commit | 5ff5b7386f804959c90bf8ff216a4fe3c21f03f5 (patch) | |
tree | ad4f1c51a009b7e2e37792cce350871a2c7593eb /core/l10n/pl.php | |
parent | 66a17cac31f6f0ac3aebdf75e722be4a68beddc1 (diff) | |
download | nextcloud-server-5ff5b7386f804959c90bf8ff216a4fe3c21f03f5.tar.gz nextcloud-server-5ff5b7386f804959c90bf8ff216a4fe3c21f03f5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index e257af67a46..2885dfb8478 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -140,6 +140,9 @@ $TRANSLATIONS = array( "Error favoriting" => "Błąd podczas dodawania do ulubionch", "Error unfavoriting" => "Błąd przy usuwaniu z ulubionych", "Access forbidden" => "Dostęp zabroniony", +"File not found" => "Nie odnaleziono pliku", +"The specified document has not been found on the server." => "Wskazany dokument nie został znaleziony na serwerze.", +"You can click here to return to %s." => "Możesz kliknąć tutaj aby powrócić do %s.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n", "The share will expire on %s." => "Ten zasób wygaśnie %s", "Cheers!" => "Pozdrawiam!", @@ -185,6 +188,8 @@ $TRANSLATIONS = array( "The theme %s has been disabled." => "Motyw %s został wyłączony.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", "Start update" => "Rozpocznij aktualizację", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:" +"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", +"This %s instance is currently being updated, which may take a while." => "Ta instancja %s jest właśnie aktualizowana, co może chwilę potrwać.", +"This page will refresh itself when the %s instance is available again." => "Strona odświeży się gdy instancja %s będzie ponownie dostępna." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |