Approval.
This commit is contained in:
parent
eefedde50c
commit
1563a72bf9
@ -8,5 +8,5 @@ $source_type_set = array (
|
|||||||
'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ',
|
'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ',
|
||||||
'misc' => 'ವಿವಿಧ',
|
'misc' => 'ವಿವಿಧ',
|
||||||
'patent' => 'ಪೇಟೆಂಟ್',
|
'patent' => 'ಪೇಟೆಂಟ್',
|
||||||
'unpublished' => 'Unpublished',
|
'unpublished' => 'ಪ್ರಕಟಿಸಲಾಗಿಲ್ಲ',
|
||||||
);
|
);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$space_access_status = array (
|
$space_access_status = array (
|
||||||
'enter' => 'Enter',
|
'enter' => 'ಪ್ರವೇಶಿಸು',
|
||||||
'leave' => 'Leave',
|
'leave' => 'ನಿರ್ಗಮನ',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user