diff --git a/kn/source_type_set.php b/kn/source_type_set.php index 84d4770..e85e5b0 100644 --- a/kn/source_type_set.php +++ b/kn/source_type_set.php @@ -8,5 +8,5 @@ $source_type_set = array ( 'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ', 'misc' => 'ವಿವಿಧ', 'patent' => 'ಪೇಟೆಂಟ್', - 'unpublished' => 'Unpublished', + 'unpublished' => 'ಪ್ರಕಟಿಸಲಾಗಿಲ್ಲ', ); diff --git a/kn/space_access_status.php b/kn/space_access_status.php index ebea88e..6c09425 100644 --- a/kn/space_access_status.php +++ b/kn/space_access_status.php @@ -1,6 +1,6 @@ 'Enter', - 'leave' => 'Leave', + 'enter' => 'ಪ್ರವೇಶಿಸು', + 'leave' => 'ನಿರ್ಗಮನ', );