diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:35 +0200 |
commit | b2768637d2748a1d55ee98a9809c66e135a4190a (patch) | |
tree | 6db7f75b56d689c5c08cce986a62bcaf5248210c /core/l10n/pl.php | |
parent | 4a5ee765cf5030c7d92d88687e886079f6bafb1e (diff) | |
download | nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.tar.gz nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.zip |
updated translations
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 3e4993d4827..79ba6162dff 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -1,17 +1,8 @@ <?php $TRANSLATIONS = array( -"Error 404, Cloud not found" => "Błąd 404, Chmura nie znaleziona", +"Login failed!" => "Nie udało się zalogować!", "Advanced" => "Zaawansowane", -"Set where to store the data." => "Ustaw, gdzie przechowywać dane.", -"Data directory:" => "Katalog danych:", -"SQLite" => "SQLite", -"Database name:" => "Nazwa bazy:", -"Host:" => "Host:", -"Table prefix:" => "Przedrostek tabeli:", "Finish setup" => "Zakończ instalację", -"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą działającą na Twoim własnym serwerze.</p>", -"Login failed!" => "Nie udało się zalogować!", -"You are logged out." => "Jesteś wylogowany.", "prev" => "wstecz", "next" => "dalej", -"Search" => "Szukaj" +"You are logged out." => "Jesteś wylogowany." ); |