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.php')
-rw-r--r--core/l10n/pl.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 2e544d4e9a8..a52f7ca0333 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -1,8 +1,8 @@
<?php $TRANSLATIONS = array(
+"Personal" => "Ustawienia osobiste",
"Users" => "Użytkownicy",
"Apps" => "Aplikacje",
"Help" => "Pomoc",
-"Personal" => "Ustawienia osobiste",
"Login failed!" => "Nie udało się zalogować!",
"remember" => "zapamiętaj",
"Create an <strong>admin account</strong>" => "Stwórz jako <strong>konto administratora</strong>",
@@ -23,5 +23,6 @@
"prev" => "wstecz",
"next" => "dalej",
"You are logged out." => "Zostałeś wylogowany.",
+"Log out" => "Wyloguj się",
"Settings" => "Ustawienia"
);