X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3d0e1bc9dbe3c144ad98bd22f6073fca43fc84e0..refs/pull/3693/head:/resources/lang/ca/errors.php diff --git a/resources/lang/ca/errors.php b/resources/lang/ca/errors.php index 22b8d542c..477b59e26 100644 --- a/resources/lang/ca/errors.php +++ b/resources/lang/ca/errors.php @@ -23,6 +23,10 @@ return [ 'saml_no_email_address' => 'No s\'ha pogut trobar cap adreça electrònica, per a aquest usuari, en les dades proporcionades pel sistema d\'autenticació extern', 'saml_invalid_response_id' => 'La petició del sistema d\'autenticació extern no és reconeguda per un procés iniciat per aquesta aplicació. Aquest problema podria ser causat per navegar endarrere després d\'iniciar la sessió.', 'saml_fail_authed' => 'L\'inici de sessió fent servir :system ha fallat, el sistema no ha proporcionat una autorització satisfactòria', + 'oidc_already_logged_in' => 'Already logged in', + 'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled', + 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', + 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'No hi ha cap acció definida', 'social_login_bad_response' => "S'ha rebut un error mentre s'iniciava la sessió amb :socialAccount: \n:error", 'social_account_in_use' => 'Aquest compte de :socialAccount ja està en ús, proveu d\'iniciar la sessió mitjançant l\'opció de :socialAccount.', @@ -83,6 +87,9 @@ return [ '404_page_not_found' => 'No s\'ha trobat la pàgina', 'sorry_page_not_found' => 'No hem pogut trobar la pàgina que cerqueu.', 'sorry_page_not_found_permission_warning' => 'Si esperàveu que existís, és possible que no tingueu permisos per a veure-la.', + 'image_not_found' => 'Image Not Found', + 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', + 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Torna a l\'inici', 'error_occurred' => 'S\'ha produït un error', 'app_down' => ':appName està fora de servei en aquests moments',