diff options
author | Unknwon <u@gogs.io> | 2015-07-09 13:17:48 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-09 13:17:48 +0800 |
commit | b9dc2147b43667d39fd6e61027e84c51aad6485c (patch) | |
tree | d2824182fc93fa31f46344eb97856d1e7612ea53 /conf/locale/locale_pl-PL.ini | |
parent | 5cf37323396fa08e8f93baa6f19ad3b1a6371324 (diff) | |
download | gitea-b9dc2147b43667d39fd6e61027e84c51aad6485c.tar.gz gitea-b9dc2147b43667d39fd6e61027e84c51aad6485c.zip |
UI: install - done
Diffstat (limited to 'conf/locale/locale_pl-PL.ini')
-rwxr-xr-x | conf/locale/locale_pl-PL.ini | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index 0b8c198805..f4444af06a 100755 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -50,6 +50,7 @@ code=Kod install=Instalacja
title=Kroki instalacyjne dla pierwszego uruchomienia
requite_db_desc=Gogs wymaga MySQL, PostgreSQL lub SQLite3.
+db_title=Database Settings
db_type=Typ bazy danych
host=Host
user=Użytkownik
@@ -59,7 +60,11 @@ db_helper=Proszę użyć silnika INNODB z kodowaniem utf8_general_ci dla MySQL. ssl_mode=Tryb SSL
path=Ścieżka
sqlite_helper=Ścieżka do bazy SQLite3.
+err_empty_sqlite_path=SQLite3 database path cannot be empty.
+
general_title=Ustawienia ogólne Gogs
+app_name=Application Name
+app_name_helper=Put your organization name here huge and loud!
repo_path=Katalog repozytoriów
repo_path_helper=W tym katalogu zostaną zapisane wszystkie repozytoria Git.
run_user=Nazwa użytkownika uruchomieniowego
@@ -70,13 +75,22 @@ http_port=Port HTTP http_port_helper=Numer portu na którym aplikacja jest dostępna.
app_url=Adres URL aplikacji
app_url_helper=To wpłynie na adresy klonowania HTTP/HTTPS i w wiadomościach e-mail.
-email_title=Ustawienia serwera e-mail (opcjonalne)
+
+optional_title=Optional Settings
+email_title=Ustawienia serwera e-mail
smtp_host=Serwer SMTP
mailer_user=Nadawca wiadomości E-mail
mailer_password=Hasło nadawcy
-notify_title=Ustawienia powiadomień (opcjonalne)
register_confirm=Włącz potwierdzenia rejestracji
mail_notify=Włącz powiadomienia e-mail
+server_service_title=Server and Other Services Settings
+offline_mode=Enable Offline Mode
+offline_mode_popup=Disable CDN even in production mode, all resource files will be served locally.
+disable_registration=Disable Self-registration
+disable_registration_popup=Disable user self-registration, only admin can create accounts.
+require_sign_in_view=Enable Require Sign In to View Pages
+require_sign_in_view_popup=Only signed in users can view pages, visitors will only be able to see sign in/up pages.
+admin_setting_desc=You do not have to create an admin account right now, user whoever ID=1 will gain admin access automatically.
admin_title=Ustawienia konta administratora
admin_name=Nazwa Użytkownika
admin_password=Hasło
|