diff --git a/lang/en.yml b/lang/en.yml index d41457d6..859e807c 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -61,7 +61,7 @@ notice_successful_create: Successful creation. notice_successful_update: Successful update. notice_successful_delete: Successful deletion. notice_successful_connection: Successful connection. -notice_file_not_found: Requested file doesn't exist or has been deleted. +notice_file_not_found: The page you were trying to access doesn't exist or has been removed. notice_locking_conflict: Data have been updated by another user. notice_scm_error: Entry and/or revision doesn't exist in the repository. diff --git a/lang/es.yml b/lang/es.yml index 73ae4cec..9f6a9894 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -61,7 +61,7 @@ notice_successful_create: Successful creation. notice_successful_update: Successful update. notice_successful_delete: Successful deletion. notice_successful_connection: Successful connection. -notice_file_not_found: Requested file doesn't exist or has been deleted. +notice_file_not_found: La página que intentabas tener acceso no existe ni se ha quitado. notice_locking_conflict: Data have been updated by another user. notice_scm_error: La entrada y/o la revisión no existe en el depósito. diff --git a/lang/fr.yml b/lang/fr.yml index e0e9d996..cde28e6d 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -61,7 +61,7 @@ notice_successful_create: Création effectuée avec succès. notice_successful_update: Mise à jour effectuée avec succès. notice_successful_delete: Suppression effectuée avec succès. notice_successful_connection: Connection réussie. -notice_file_not_found: Le fichier demandé n'existe pas ou a été supprimé. +notice_file_not_found: La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée. notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. notice_scm_error: L'entrée et/ou la révision demandée n'existe pas dans le dépôt.