diff --git a/messages/sr/base.php b/messages/sr/base.php index 105f1ef..0538571 100644 --- a/messages/sr/base.php +++ b/messages/sr/base.php @@ -1,25 +1,24 @@ Two-factor authentication' => '', - 'A confirmation code hast just been sent to your email address. Please enter the code from the email in order to proceed.' => '', - 'Authentication method' => '', - 'Code' => '', - 'Code is not valid!' => '', - 'Code:' => '', - 'Date and time:' => '', - 'Disable two-factor authentication (not recommended)' => '', - 'Email' => '', - 'Hello {displayName}!' => '', - 'Log out' => '', - 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' => '', - 'Pin code' => '', - 'Please enter your verifying code.' => '', - 'Remember this browser for {0} days' => '', - 'Time-based one-time passwords (e.g. Google Authenticator)' => '', - 'Two-Factor Authentication' => '', - 'Verify' => '', - 'Verifying code is not valid!' => '', - 'Your account is secured by a two-factor authentication system. Please use the following code to proceed.' => '', - 'Your login verification code' => '', -]; +return array ( + 'Two-factor authentication' => '', + 'A confirmation code hast just been sent to your email address. Please enter the code from the email in order to proceed.' => '', + 'Authentication method' => '', + 'Code' => 'Kod', + 'Code is not valid!' => '', + 'Code:' => '', + 'Date and time:' => '', + 'Disable two-factor authentication (not recommended)' => '', + 'Email' => 'Email', + 'Hello {displayName}!' => '', + 'Log out' => 'Odjava', + 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' => '', + 'Pin code' => '', + 'Please enter your verifying code.' => '', + 'Remember this browser for {0} days' => '', + 'Time-based one-time passwords (e.g. Google Authenticator)' => '', + 'Two-Factor Authentication' => '', + 'Verify' => '', + 'Verifying code is not valid!' => '', + 'Your account is secured by a two-factor authentication system. Please use the following code to proceed.' => '', + 'Your login verification code' => '', +);