-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Feb 18, 2024
1 parent
7249d69
commit 4e0479f
Showing
2 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>REST</strong> Configuration' => '', | ||
'Access Tokens' => '', | ||
'Add Access Token' => '', | ||
'Allow Bearer Authentication' => '', | ||
'Allow HTTP Basic Authentication' => '', | ||
'Allow JWT Authentication' => '', | ||
'Allow Query Param Bearer Authentication' => '', | ||
'Bearer Access Token Successfully Revoked' => '', | ||
'Bearer Auth' => '', | ||
'Enabled for all registered users' => '', | ||
'Expiration' => '', | ||
'General' => '', | ||
'JWT Auth' => '', | ||
'JWT Key' => '', | ||
'JWT Token Expiration' => '', | ||
'No enabled modules found with additional REST API endpoints.' => '', | ||
'Token' => '', | ||
'User' => '', | ||
]; | ||
return array ( | ||
'<strong>REST</strong> Configuration' => '', | ||
'Access Tokens' => '', | ||
'Add Access Token' => '', | ||
'Allow Bearer Authentication' => '', | ||
'Allow HTTP Basic Authentication' => '', | ||
'Allow JWT Authentication' => '', | ||
'Allow Query Param Bearer Authentication' => '', | ||
'Bearer Access Token Successfully Revoked' => '', | ||
'Bearer Auth' => '', | ||
'Enabled for all registered users' => '', | ||
'Expiration' => '', | ||
'General' => 'Opšte', | ||
'JWT Auth' => '', | ||
'JWT Key' => '', | ||
'JWT Token Expiration' => '', | ||
'No enabled modules found with additional REST API endpoints.' => '', | ||
'Token' => '', | ||
'User' => 'Korisnik', | ||
); |