|
19 | 19 | 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', |
20 | 20 | 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', |
21 | 21 | 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', |
22 | | - 'saml_already_logged_in' => 'Already logged in', |
| 22 | + 'saml_already_logged_in' => 'पहिले नै लगइन हुनुहुन्छ', |
23 | 23 | 'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', |
24 | 24 | 'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.', |
25 | 25 | 'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization', |
26 | | - 'oidc_already_logged_in' => 'Already logged in', |
| 26 | + 'oidc_already_logged_in' => 'पहिले नै लगइन हुनुहुन्छ', |
27 | 27 | 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', |
28 | 28 | 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', |
29 | 29 | 'social_no_action_defined' => 'No action defined', |
|
94 | 94 | 'empty_comment' => 'Cannot add an empty comment.', |
95 | 95 |
|
96 | 96 | // Error pages |
97 | | - '404_page_not_found' => 'Page Not Found', |
| 97 | + '404_page_not_found' => 'पृष्ठ फेला परेन', |
98 | 98 | 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', |
99 | 99 | 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', |
100 | 100 | 'image_not_found' => 'Image Not Found', |
101 | 101 | 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', |
102 | 102 | 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', |
103 | 103 | 'return_home' => 'Return to home', |
104 | | - 'error_occurred' => 'An Error Occurred', |
| 104 | + 'error_occurred' => 'एउटा त्रुटि भयो', |
105 | 105 | 'app_down' => ':appName is down right now', |
106 | 106 | 'back_soon' => 'It will be back up soon.', |
107 | 107 |
|
|
110 | 110 | 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', |
111 | 111 | 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', |
112 | 112 | 'import_validation_failed' => 'Import ZIP failed to validate with errors:', |
113 | | - 'import_zip_failed_notification' => 'Failed to import ZIP file.', |
| 113 | + 'import_zip_failed_notification' => 'ZIP फाइल लाई आयात गर्न असफल भयो ।', |
114 | 114 | 'import_perms_books' => 'You are lacking the required permissions to create books.', |
115 | 115 | 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', |
116 | 116 | 'import_perms_pages' => 'You are lacking the required permissions to create pages.', |
|
0 commit comments