diff options
Diffstat (limited to 'sql-ledger/locale/ru/admin')
-rw-r--r-- | sql-ledger/locale/ru/admin | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sql-ledger/locale/ru/admin b/sql-ledger/locale/ru/admin index 3f10bcf97..f0257e770 100644 --- a/sql-ledger/locale/ru/admin +++ b/sql-ledger/locale/ru/admin @@ -6,6 +6,7 @@ $self{texts} = { 'Administration' => 'áÄÍÉÎÉÓÔŇÉŇĎ×ÁÎÉĹ', 'Administrator' => 'Administrator', 'All Datasets up to date!' => 'All Datasets up to date!', + 'Cannot create Lock!' => 'Cannot create Lock!', 'Change Admin Password' => 'éÚÍĹÎÉÔŘ ĐÁŇĎĚŘ áÄÍÉÎÉÓÔŇÁÔĎŇÁ', 'Change Password' => 'éÚÍĹÎÉÔŘ ĐÁŇĎĚŘ', 'Character Set' => 'ëĎÄÉŇĎ×ËÁ', @@ -28,17 +29,21 @@ $self{texts} = { 'Delete Dataset' => 'Usuń Zbior Danych', 'Directory' => 'ëÁÔÁĚĎÇ', 'Driver' => 'Sterownik', - 'Dropdown Limit' => 'Dropdown Limit', 'E-mail' => 'E-mail', 'Edit User' => 'Zmiany Użytkownika', 'Existing Datasets' => 'Istniejący Zbiór Danych', 'Fax' => 'Fax', 'Host' => 'Węzeł', 'Hostname missing!' => 'Brak Nazwy Węzła', - 'Incorrect Password!' => 'Nieprawidłowe Hasło', 'Language' => 'ńÚŮË', 'Leave host and port field empty unless you want to make a remote connection.' => 'Opuść pole węzła i portu, chyba że chcesz mieć zdalne połączenie', + 'Lock System' => 'Lock System', + 'Lockfile created!' => 'Lockfile created!', + 'Lockfile removed!' => 'Lockfile removed!', 'Login' => 'Zarejestrój się', + 'Login name missing!' => 'Login name missing!', + 'Logout' => 'Wyrejestrój się', + 'Multibyte Encoding' => 'Multibyte Encoding', 'Name' => 'Nazwa', 'New Templates' => 'Nowe Szablony', 'No Database Drivers available!' => 'Sterownik Bazy Danych jest niedostępny', @@ -49,14 +54,13 @@ $self{texts} = { 'Password' => 'Hasło', 'Password changed!' => 'Password changed!', 'Pg Database Administration' => 'Administracja Bazy Danych Pg', + 'PgPP Database Administration' => 'PgPP Database Administration', 'Phone' => 'Tel.', 'Port' => 'Port', 'Port missing!' => 'Brak Portu', 'Printer' => 'Drukarka', 'Save' => 'Zapisz', - 'Select a Dataset to delete and press "Continue"' => 'Wybierz Zbiór Danych do usunięcia i naciśnij "Kontynuj"', 'Setup Templates' => 'Ustaw Szablony', - 'Ship via' => 'Ship via', 'Signature' => 'đĎÄĐÉÓŘ', 'Stylesheet' => 'ďĆĎŇÍĚĹÎÉĹ', 'Templates' => 'ćĎŇÍŮ', @@ -64,6 +68,7 @@ $self{texts} = { 'The following Datasets need to be updated' => 'Zbiory Danych do uzupełnienia', 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Jest to wstępne sprawdzenie istniejących żródeł. Narazie nic nie będzie utworzone lub usunięte.', 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Żeby dodać do grupy użytkownika zmień nazwę, nazwę zarejestrowania i zapisz. Nowy użytkownik z tymi samymi zmiennymi wartościami będzie zapisany pod nową nazwą rejestrującą', + 'Unlock System' => 'Unlock System', 'Update Dataset' => 'Uzupełnij Zbiór Danych', 'Use Templates' => 'Użyj Szablony', 'User' => 'Użytkownik', @@ -98,12 +103,17 @@ $self{subs} = { 'form_footer' => 'form_footer', 'form_header' => 'form_header', 'get_value' => 'get_value', + 'getpassword' => 'getpassword', 'list_users' => 'list_users', + 'lock_system' => 'lock_system', 'login' => 'login', 'login_name' => 'login_name', + 'logout' => 'logout', 'oracle_database_administration' => 'oracle_database_administration', 'pg_database_administration' => 'pg_database_administration', + 'pgpp_database_administration' => 'pgpp_database_administration', 'save' => 'save', + 'unlock_system' => 'unlock_system', 'update_dataset' => 'update_dataset', 'îĎ×ŮĘ_ĐĎĚŘÚĎ×ÁÔĹĚŘ' => 'add_user', 'éÚÍĹÎÉÔŘ_ĐÁŇĎĚŘ_áÄÍÉÎÉÓÔŇÁÔĎŇÁ' => 'change_admin_password', @@ -112,10 +122,14 @@ $self{subs} = { 'utwórz_zbiór_danych' => 'create_dataset', 'őÄÁĚÉÔŘ' => 'delete', 'usuń_zbior_danych' => 'delete_dataset', + 'lock_system' => 'lock_system', 'zarejestrój_się' => 'login', + 'wyrejestrój_się' => 'logout', 'administracja_bazy_danych_oracle' => 'oracle_database_administration', 'administracja_bazy_danych_pg' => 'pg_database_administration', + 'pgpp_database_administration' => 'pgpp_database_administration', 'zapisz' => 'save', + 'unlock_system' => 'unlock_system', 'uzupełnij_zbiór_danych' => 'update_dataset', }; |