diff --git a/lang/sk.inc.php b/lang/sk.inc.php index 6201c790..176e47e8 100644 --- a/lang/sk.inc.php +++ b/lang/sk.inc.php @@ -151,4 +151,15 @@ $translations = array( 'ON UPDATE CURRENT_TIMESTAMP' => 'Pri zmene aktuálny čas', 'Remove' => 'Odobrať', 'Are you sure?' => 'Naozaj?', + 'Privileges' => 'Oprávnenia', + 'Create user' => 'Vytvoriť používateľa', + 'User has been dropped.' => 'Používateľ bol odstránený.', + 'User has been altered.' => 'Používateľ bol zmenený.', + 'User has been created.' => 'Používateľ bol vytvorený.', + 'Unable to operate user' => 'Používateľa sa nepodarilo spracovať', + 'Hashed' => 'Zahašované', + 'Column' => 'Stĺpec', + 'Routine' => 'Procedúra', + 'Grant' => 'Povoliť', + 'Revoke' => 'Zakázať', );