mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			594 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			594 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| //    MyDMS. Document Management System
 | |
| //    Copyright (C) 2002-2005  Markus Westphal
 | |
| //    Copyright (C) 2006-2008 Malcolm Cowe
 | |
| //
 | |
| //    This program is free software; you can redistribute it and/or modify
 | |
| //    it under the terms of the GNU General Public License as published by
 | |
| //    the Free Software Foundation; either version 2 of the License, or
 | |
| //    (at your option) any later version.
 | |
| //
 | |
| //    This program is distributed in the hope that it will be useful,
 | |
| //    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
| //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
| //    GNU General Public License for more details.
 | |
| //
 | |
| //    You should have received a copy of the GNU General Public License
 | |
| //    along with this program; if not, write to the Free Software
 | |
| //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | |
| //
 | |
| //    Translation to castillian (spanish) for version 1.51
 | |
| //    Translation updated by Rubén Marcos (resete[at]linuxlover[dot]org)
 | |
| 
 | |
| $text = array();
 | |
| $text["accept"] = "Aceptar";
 | |
| $text["access_denied"] = "Access denied.";
 | |
| $text["access_inheritance"] = "Access Inheritance";
 | |
| $text["access_mode_all"] = "Todo";
 | |
| $text["access_mode_none"] = "No hay acceso";
 | |
| $text["access_mode_read"] = "Leer";
 | |
| $text["access_mode_readwrite"] = "Lectura-Escritura";
 | |
| $text["access_mode"] = "Modo de acceso";
 | |
| $text["account_summary"] = "Account Summary";
 | |
| $text["action_summary"] = "Action Summary";
 | |
| $text["actions"] = "Actions";
 | |
| $text["add_access"] = "Añadir acceso";
 | |
| $text["add_doc_reviewer_approver_warning"] = "N.B. Documents are automatically marked as released if no reviewer or approver is assigned.";
 | |
| $text["add_document_link"] = "Añadir vinculo";
 | |
| $text["add_document"] = "Añadir documento";
 | |
| $text["add_group"] = "Añadir nuevo grupo";
 | |
| $text["add_link"] = "Create Link";
 | |
| $text["add_member"] = "Añadir miembro";
 | |
| $text["add_new_notify"] = "Añadir nueva notificacion";
 | |
| $text["add_subfolder"] = "Añadir subdirectorio";
 | |
| $text["add_user"] = "Añadir nuevo usuario";
 | |
| $text["add"] = "Add";
 | |
| $text["adding_default_keywords"] = "Agregando palabras claves ";
 | |
| $text["adding_document_link"] = "Añadiendo vinculo al documento relacionado...";
 | |
| $text["adding_document_notify"] = "Añadiendo elemento a la lista de notificacion...";
 | |
| $text["adding_document"] = "Añadiendo documento \"[documentname]\" al directorio \"[foldername]\"...";
 | |
| $text["adding_folder_notify"] = "Añadiendo elemento a la lista de notificacion...";
 | |
| $text["adding_group"] = "Añadiendo grupo al sistema...";
 | |
| $text["adding_member"] = "Añadiendo miembro al grupo...";
 | |
| $text["adding_sub_folder"] = "Añadiendo subdirectorio \"[subfoldername]\" al directorio \"[foldername]\"...";
 | |
| $text["adding_user"] = "Añadiendo usuario al sistema...";
 | |
| $text["admin_set_owner"] = "Only an Administrator may set a new owner";
 | |
| $text["admin_tools"] = "Admin-Tools";
 | |
| $text["admin"] = "Administrator";
 | |
| $text["all_documents"] = "All Documents";
 | |
| $text["all_users"] = "Todos los usuarios";
 | |
| $text["and"] = "y";
 | |
| $text["approval_group"] = "Approval Group";
 | |
| $text["approval_status"] = "Approval Status";
 | |
| $text["approval_summary"] = "Approval Summary";
 | |
| $text["approval_update_failed"] = "Error updating approval status. Update failed.";
 | |
| $text["approve_document_complete_records_updated"] = "Document approval completed and records updated";
 | |
| $text["approve_document_complete"] = "Approve Document: Complete";
 | |
| $text["approve_document"] = "Approve Document";
 | |
| $text["approver_added"] = "added as an approver";
 | |
| $text["approver_already_assigned"] = "is already assigned as an approver";
 | |
| $text["approver_already_removed"] = "has already been removed from approval process or has already submitted an approval";
 | |
| $text["approver_no_privilege"] = "is not sufficiently privileged to approve this document";
 | |
| $text["approver_removed"] = "removed from approval process";
 | |
| $text["approvers"] = "Approvers";
 | |
| $text["as_approver"] = "as an approver";
 | |
| $text["as_reviewer"] = "as a reviewer";
 | |
| $text["assign_privilege_insufficient"] = "Access denied. Privileges insufficient to assign reviewers or approvers to this document.";
 | |
| $text["assumed_released"] = "Assumed released";
 | |
| $text["back"] = "Atras";
 | |
| $text["between"] = "entre";
 | |
| $text["cancel"] = "Cancelar";
 | |
| $text["cannot_approve_pending_review"] = "Document is currently pending review. Cannot submit an approval at this time.";
 | |
| $text["cannot_assign_invalid_state"] = "Cannot assign new reviewers to a document that is not pending review or pending approval.";
 | |
| $text["cannot_change_final_states"] = "Warning: Unable to alter document status for documents that have been rejected, marked obsolete or expired.";
 | |
| $text["cannot_delete_admin"] = "Unable to delete the primary administrative user.";
 | |
| $text["cannot_move_root"] = "Error: Cannot move root folder.";
 | |
| $text["cannot_retrieve_approval_snapshot"] = "Unable to retrieve approval status snapshot for this document version.";
 | |
| $text["cannot_retrieve_review_snapshot"] = "Unable to retrieve review status snapshot for this document version.";
 | |
| $text["cannot_rm_root"] = "Error: Cannot delete root folder.";
 | |
| $text["choose_category"] = "--Elegir categoría--";
 | |
| $text["choose_group"] = "--Seleccionar grupo--";
 | |
| $text["choose_target_document"] = "Escoger documento";
 | |
| $text["choose_target_folder"] = "Escoger directorio destino";
 | |
| $text["choose_user"] = "--Seleccionar usuario--";
 | |
| $text["comment_for_current_version"] = "Comentario de la version actual";
 | |
| $text["comment"] = "Comentarios";
 | |
| $text["confirm_pwd"] = "Confirmar password";
 | |
| $text["confirm_rm_document"] = "Desea realmente eliminar el documento \"[documentname]\"?<br>Atencion: Esta accion no se puede deshacer.";
 | |
| $text["confirm_rm_folder"] = "Realmente desea eliminar el directorio \"[foldername]\" y su contenido?<br>Atencion: Esta accion no se puede deshacer.";
 | |
| $text["confirm_rm_version"] = "¿Realmente quiere eliminar la versión [version] del documento \"[documentname]\"?<br>Tenga cuidado: esta acción no se puede deshacer.";
 | |
| $text["content"] = "Contenido";
 | |
| $text["continue"] = "Continue";
 | |
| $text["creating_new_default_keyword_category"] = "Creando categoría";
 | |
| $text["creation_date"] = "Creacion";
 | |
| $text["current_version"] = "Version actual";
 | |
| $text["default_access"] = "Modo de acceso predefinido";
 | |
| $text["default_keyword_category_name"] = "Nombre";
 | |
| $text["default_keyword_category"] = "Categorías";
 | |
| $text["default_keywords"] = "Palabras claves disponibles";
 | |
| $text["delete_last_version"] = "Document has only one revision. Deleting entire document record...";
 | |
| $text["delete"] = "Eliminado";
 | |
| $text["deleting_document_notify"] = "Eliminando elemento de la lista de notificacion...";
 | |
| $text["deleting_folder_notify"] = "Eliminando elemento de la lista de notificacion...";
 | |
| $text["details"] = "Details";
 | |
| $text["details_version"] = "Details for version: [version]";
 | |
| $text["document_access_again"] = "Editar de nuevo acceso al documento";
 | |
| $text["document_add_access"] = "Añadiendo elemento a la lista de acceso...";
 | |
| $text["document_already_locked"] = "Este documento ya esta bloqueado";
 | |
| $text["document_del_access"] = "Eliminando elemento de la lista de acceso...";
 | |
| $text["document_edit_access"] = "Cambiando modo de acceso...";
 | |
| $text["document_infos"] = "Informaciones";
 | |
| $text["document_is_not_locked"] = "Este documento no esta bloqueado";
 | |
| $text["document_link_by"] = "Vinculado por";
 | |
| $text["document_link_public"] = "Publico";
 | |
| $text["document_list"] = "Documentos";
 | |
| $text["document_notify_again"] = "Editar de nuevo lista de notificacion";
 | |
| $text["document_overview"] = "Información documento";
 | |
| $text["document_set_default_access"] = "Estableciendo modo de acceso predefinido para el documento...";
 | |
| $text["document_set_inherit"] = "Eliminando ACL. El documento heredara acceso...";
 | |
| $text["document_set_not_inherit_copy"] = "Copiando lista de acceso...";
 | |
| $text["document_set_not_inherit_empty"] = "Eliminando acceso heredado. Empezando con un ACL vacio...";
 | |
| $text["document_status"] = "Document Status";
 | |
| $text["document_title"] = "Documento '[documentname]'";
 | |
| $text["document_versions"] = "Todas las versiones";
 | |
| $text["document"] = "Document";
 | |
| $text["documents_in_process"] = "Documents In Process";
 | |
| $text["documents_owned_by_user"] = "Documents Owned by User";
 | |
| $text["documents_to_approve"] = "Documents Awaiting User's Approval";
 | |
| $text["documents_to_review"] = "Documents Awaiting User's Review";
 | |
| $text["documents_user_requiring_attention"] = "Documents Owned by User That Require Attention";
 | |
| $text["does_not_expire"] = "No caduca";
 | |
| $text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Inherit access</a>";
 | |
| $text["download_document_content"] = "Download";
 | |
| $text["download"] = "Download";
 | |
| $text["draft_pending_approval"] = "Draft - pending approval";
 | |
| $text["draft_pending_review"] = "Draft - pending review";
 | |
| $text["edit_default_keyword_category"] = "Editar categorías";
 | |
| $text["edit_default_keywords"] = "Edit keywords";
 | |
| $text["edit_document_access"] = "Editar acceso";
 | |
| $text["edit_document_notify"] = "Lista de notificacion";
 | |
| $text["edit_document_props_again"] = "Editar documento otra vez";
 | |
| $text["edit_document_props"] = "Editar documento";
 | |
| $text["edit_document"] = "Editar documento";
 | |
| $text["edit_existing_access"] = "Editar lista de acceso";
 | |
| $text["edit_existing_notify"] = "Editar lista de notificacion";
 | |
| $text["edit_folder_access"] = "Editar acceso";
 | |
| $text["edit_folder_notify"] = "Lista de notificacion";
 | |
| $text["edit_folder_props_again"] = "Editar de nuevo directorio";
 | |
| $text["edit_folder_props"] = "Editar directorio";
 | |
| $text["edit_folder"] = "Editar directorio";
 | |
| $text["edit_group"] = "Editar grupo...";
 | |
| $text["edit_inherit_access"] = "Heredar acceso";
 | |
| $text["edit_personal_default_keywords"] = "Editar palabras claves personales";
 | |
| $text["edit_user_details"] = "Edit User Details";
 | |
| $text["edit_user"] = "Editar usuario...";
 | |
| $text["edit"] = "edit";
 | |
| $text["editing_default_keyword_category"] = "Editando categoría";
 | |
| $text["editing_default_keywords"] = "Cambiando categorías...";
 | |
| $text["editing_document_props"] = "Editando documento...";
 | |
| $text["editing_folder_props"] = "Editando directorio...";
 | |
| $text["editing_group"] = "Editando grupo...";
 | |
| $text["editing_user_data"] = "Editando configuracion de usuario...";
 | |
| $text["editing_user"] = "Editando usuario...";
 | |
| $text["email_err_group"] = "Error sending email to one or more members of this group.";
 | |
| $text["email_err_user"] = "Error sending email to user.";
 | |
| $text["email_sent"] = "Email sent";
 | |
| $text["email"] = "Email";
 | |
| $text["empty_access_list"] = "Lista de acceso vacia";
 | |
| $text["empty_notify_list"] = "No hay entradas";
 | |
| $text["error_adding_session"] = "Error occured while creating session.";
 | |
| $text["error_occured"] = "Un error ha ocurrido";
 | |
| $text["error_removing_old_sessions"] = "Error occured while removing old sessions";
 | |
| $text["error_updating_revision"] = "Error updating status of document revision.";
 | |
| $text["exp_date"] = "Caducidad";
 | |
| $text["expired"] = "Expired";
 | |
| $text["expires"] = "Caduca";
 | |
| $text["file_info"] = "File Information";
 | |
| $text["file_size"] = "Tamaño";
 | |
| $text["file"] = "File";
 | |
| $text["folder_access_again"] = "Editar de nuevo acceso al directorio";
 | |
| $text["folder_add_access"] = "Añadiendo elemento a la lista de acceso...";
 | |
| $text["folder_contents"] = "Folders";
 | |
| $text["folder_del_access"] = "Eliminando elemento de la lista de acceso...";
 | |
| $text["folder_edit_access"] = "Editando acceso...";
 | |
| $text["folder_infos"] = "Informaciones";
 | |
| $text["folder_notify_again"] = "Editar de nuevo lista de notificacion";
 | |
| $text["folder_overview"] = "Información directorio";
 | |
| $text["folder_path"] = "(Ruta)";
 | |
| $text["folder_set_default_access"] = "Estableciendo modo de acceso predeterminado para el directorio...";
 | |
| $text["folder_set_inherit"] = "Eliminando ACL. Directorio heredara acceso...";
 | |
| $text["folder_set_not_inherit_copy"] = "Copiando lista de acceso...";
 | |
| $text["folder_set_not_inherit_empty"] = "Eliminando acceso heredado. Empezando con un ACL vacio...";
 | |
| $text["folder_title"] = "Directorio '[foldername]'";
 | |
| $text["folders_and_documents_statistic"] = "Vista de directorios y documentos";
 | |
| $text["foldertree"] = "Arbol de directorios";
 | |
| $text["from_approval_process"] = "from approval process";
 | |
| $text["from_review_process"] = "from review process";
 | |
| $text["global_default_keywords"] = "Palabras claves globales";
 | |
| $text["goto"] = "Ir a";
 | |
| $text["group_already_approved"] = "An approval has already been submitted on behalf of group";
 | |
| $text["group_already_reviewed"] = "A review has already been submitted on behalf of group";
 | |
| $text["group_approvers"] = "Group Approvers";
 | |
| $text["group_email_sent"] = "Email sent to group members";
 | |
| $text["group_exists"] = "Group already exists.";
 | |
| $text["group_management"] = "Grupos";
 | |
| $text["group_members"] = "Miembros del grupo";
 | |
| $text["group_reviewers"] = "Group Reviewers";
 | |
| $text["group_unable_to_add"] = "Unable to add group";
 | |
| $text["group_unable_to_remove"] = "Unable to remove group";
 | |
| $text["group"] = "Grupo";
 | |
| $text["groups"] = "Grupos";
 | |
| $text["guest_login_disabled"] = "Guest login is disabled.";
 | |
| $text["guest_login"] = "Acceso como invitado";
 | |
| $text["individual_approvers"] = "Individual Approvers";
 | |
| $text["individual_reviewers"] = "Individual Reviewers";
 | |
| $text["individuals"] = "Individuals";
 | |
| $text["inherits_access_msg"] = "Acceso esta siendo heredado.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Copiar lista de acceso heredado</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Empezar con una lista de acceso vacia</a>";
 | |
| $text["internal_error_exit"] = "Internal error. Unable to complete request. Exiting.";
 | |
| $text["internal_error"] = "Internal error";
 | |
| $text["invalid_access_mode"] = "Invalid Access Mode";
 | |
| $text["invalid_action"] = "Invalid Action";
 | |
| $text["invalid_approval_status"] = "Invalid Approval Status";
 | |
| $text["invalid_create_date_end"] = "Invalid end date for creation date range.";
 | |
| $text["invalid_create_date_start"] = "Invalid start date for creation date range.";
 | |
| $text["invalid_doc_id"] = "Invalid Document ID";
 | |
| $text["invalid_folder_id"] = "Invalid Folder ID";
 | |
| $text["invalid_group_id"] = "Invalid Group ID";
 | |
| $text["invalid_link_id"] = "Invalid link identifier";
 | |
| $text["invalid_review_status"] = "Invalid Review Status";
 | |
| $text["invalid_sequence"] = "Invalid sequence value";
 | |
| $text["invalid_status"] = "Invalid Document Status";
 | |
| $text["invalid_target_doc_id"] = "Invalid Target Document ID";
 | |
| $text["invalid_target_folder"] = "Invalid Target Folder ID";
 | |
| $text["invalid_user_id"] = "Invalid User ID";
 | |
| $text["invalid_version"] = "Invalid Document Version";
 | |
| $text["is_admin"] = "Administrator Privilege";
 | |
| $text["js_no_approval_group"] = "Please select a approval group";
 | |
| $text["js_no_approval_status"] = "Please select the approval status";
 | |
| $text["js_no_comment"] = "No hay comentarios";
 | |
| $text["js_no_email"] = "Escriba su direccion Email";
 | |
| $text["js_no_file"] = "Por favor, seleccione un archivo";
 | |
| $text["js_no_keywords"] = "Especifique palabras clave";
 | |
| $text["js_no_login"] = "Por favor, escriba un nombre de usuario";
 | |
| $text["js_no_name"] = "Por favor, escriba un nombre";
 | |
| $text["js_no_override_status"] = "Please select the new [override] status";
 | |
| $text["js_no_pwd"] = "Necesita escribir su password";
 | |
| $text["js_no_query"] = "Escriba una busqueda";
 | |
| $text["js_no_review_group"] = "Please select a review group";
 | |
| $text["js_no_review_status"] = "Please select the review status";
 | |
| $text["js_pwd_not_conf"] = "Password y la confirmacion del password no coinciden";
 | |
| $text["js_select_user_or_group"] = "Seleccione al menos un usuario o un grupo";
 | |
| $text["js_select_user"] = "Por favor, seleccione un usuario";
 | |
| $text["keyword_exists"] = "Keyword already exists";
 | |
| $text["keywords"] = "Palabras clave";
 | |
| $text["language"] = "Lenguaje";
 | |
| $text["last_update"] = "Ultima modificacion";
 | |
| $text["last_updated_by"] = "Last updated by";
 | |
| $text["latest_version"] = "Latest Version";
 | |
| $text["linked_documents"] = "Documentos relacionados";
 | |
| $text["local_file"] = "Archivo local";
 | |
| $text["lock_document"] = "Bloquear";
 | |
| $text["lock_message"] = "Este documento ha sido bloqueado por <a href=\"mailto:[email]\">[username]</a>.<br>Solo usuarios autorizados pueden desbloquear este documento (vea el final de la pagina).";
 | |
| $text["lock_status"] = "Estado";
 | |
| $text["locking_document"] = "Bloqueando documento...";
 | |
| $text["logged_in_as"] = "Conectado";
 | |
| $text["login_error_text"] = "Error signing in. User ID or password incorrect.";
 | |
| $text["login_error_title"] = "Sign in error";
 | |
| $text["login_not_found"] = "Este nombre de usuario no existe";
 | |
| $text["login_not_given"] = "Nombre de usuario no facilitado.";
 | |
| $text["login_ok"] = "Sign in successful";
 | |
| $text["login"] = "Acceso";
 | |
| $text["logout"] = "Desconectar";
 | |
| $text["mime_type"] = "Tipo Mime";
 | |
| $text["move_document"] = "Mover documento";
 | |
| $text["move_folder"] = "Mover directorio";
 | |
| $text["move"] = "Move";
 | |
| $text["moving_document"] = "Moviendo documento...";
 | |
| $text["moving_folder"] = "Moviendo directorio...";
 | |
| $text["msg_document_expired"] = "El documento \"[documentname]\" (Ruta: \"[path]\") caduco el [expires]";
 | |
| $text["msg_document_updated"] = "El documento \"[documentname]\" (Ruta: \"[path]\") fue creado o actualizado el [updated]";
 | |
| $text["my_account"] = "Mi cuenta";
 | |
| $text["my_documents"] = "My Documents";
 | |
| $text["name"] = "Nombre";
 | |
| $text["new_default_keyword_category"] = "Nueva categoría";
 | |
| $text["new_default_keywords"] = "Agregar  palabras claves";
 | |
| $text["new_equals_old_state"] = "Warning: Proposed status and existing status are identical. No action required.";
 | |
| $text["new_user_image"] = "Nueva imagen";
 | |
| $text["no_action_required"] = "n/a";
 | |
| $text["no_action"] = "No action required";
 | |
| $text["no_active_user_docs"] = "There are currently no documents owned by the user that require review or approval.";
 | |
| $text["no_approvers"] = "No approvers assigned.";
 | |
| $text["no_default_keywords"] = "Sin palabras claves";
 | |
| $text["no_docs_to_approve"] = "There are currently no documents that require approval.";
 | |
| $text["no_docs_to_review"] = "There are currently no documents that require review.";
 | |
| $text["no_document_links"] = "Sin documentos relacionados";
 | |
| $text["no_documents"] = "Sin documentos";
 | |
| $text["no_group_members"] = "Este grupo no tiene miembros";
 | |
| $text["no_groups"] = "No hay grupos";
 | |
| $text["no_previous_versions"] = "No other versions found";
 | |
| $text["no_reviewers"] = "No reviewers assigned.";
 | |
| $text["no_subfolders"] = "Sin subdirectorios";
 | |
| $text["no_update_cause_locked"] = "No puede actualizar este documento. Contacte con el usuario que lo bloqueo.";
 | |
| $text["no_user_image"] = "No se encontro imagen";
 | |
| $text["no"] = "No";
 | |
| $text["not_approver"] = "User is not currently assigned as an approver of this document revision.";
 | |
| $text["not_reviewer"] = "User is not currently assigned as a reviewer of this document revision.";
 | |
| $text["notify_subject"] = "Documentos nuevos o caducados en DMS";
 | |
| $text["obsolete"] = "Obsolete";
 | |
| $text["old_folder"] = "old folder";
 | |
| $text["only_jpg_user_images"] = "Solo puede usar imagenes .jpg como imagenes de usuario";
 | |
| $text["op_finished"] = ": Hecho.";
 | |
| $text["operation_not_allowed"] = "No tiene privilegios para esa accion";
 | |
| $text["override_content_status_complete"] = "Override Status Complete";
 | |
| $text["override_content_status"] = "Override Status";
 | |
| $text["override_privilege_insufficient"] = "Access denied. Privileges insufficient to override the status of this document.";
 | |
| $text["overview"] = "Overview";
 | |
| $text["owner"] = "Propietario";
 | |
| $text["password"] = "Password";
 | |
| $text["pending_approval"] = "Documents pending approval";
 | |
| $text["pending_review"] = "Documents pending review";
 | |
| $text["personal_default_keywords"] = "Palabras claves personales";
 | |
| $text["previous_versions"] = "Previous Versions";
 | |
| $text["rejected"] = "Rejected";
 | |
| $text["released"] = "Released";
 | |
| $text["remove_document_link"] = "Eliminar vinculo";
 | |
| $text["remove_member"] = "Eliminar miembro";
 | |
| $text["removed_approver"] = "has been removed from the list of approvers.";
 | |
| $text["removed_reviewer"] = "has been removed from the list of reviewers.";
 | |
| $text["removing_default_keyword_category"] = "Eliminando categoría";
 | |
| $text["removing_default_keywords"] = "Eliminado palabras claves ";
 | |
| $text["removing_document_link"] = "Eliminando vinculo al documento relacionado...";
 | |
| $text["removing_document"] = "Eliminando documento...";
 | |
| $text["removing_folder"] = "Eliminando directorio...";
 | |
| $text["removing_group"] = "Eliminando grupo del sistema...";
 | |
| $text["removing_member"] = "Eliminando miembro del grupo...";
 | |
| $text["removing_user"] = "Eliminando usuario del sistema...";
 | |
| $text["removing_version"] = "Eliminando  versión [version]...";
 | |
| $text["review_document_complete_records_updated"] = "Document review completed and records updated";
 | |
| $text["review_document_complete"] = "Review Document: Complete";
 | |
| $text["review_document"] = "Review Document";
 | |
| $text["review_group"] = "Review Group";
 | |
| $text["review_status"] = "Review Status";
 | |
| $text["review_summary"] = "Review Summary";
 | |
| $text["review_update_failed"] = "Error updating review status. Update failed.";
 | |
| $text["reviewer_added"] = "added as a reviewer";
 | |
| $text["reviewer_already_assigned"] = "is already assigned as a reviewer";
 | |
| $text["reviewer_already_removed"] = "has already been removed from review process or has already submitted a review";
 | |
| $text["reviewer_no_privilege"] = "is not sufficiently privileged to review this document";
 | |
| $text["reviewer_removed"] = "removed from review process";
 | |
| $text["reviewers"] = "Reviewers";
 | |
| $text["rm_default_keyword_category"] = "Eliminar categoría";
 | |
| $text["rm_default_keywords"] = "Eliminando palabras claves ";
 | |
| $text["rm_document"] = "Eliminar documento";
 | |
| $text["rm_folder"] = "Eliminar directorio";
 | |
| $text["rm_group"] = "Eliminar este grupo";
 | |
| $text["rm_user"] = "Eliminar este usuario";
 | |
| $text["rm_version"] = "Eliminar  versión";
 | |
| $text["root_folder"] = "Directorio raíz";
 | |
| $text["save"] = "Grabar";
 | |
| $text["search_in_all"] = "todos los Directorios";
 | |
| $text["search_in_current"] = "solo en el directorio ([foldername]) incluyendo subdirectorios";
 | |
| $text["search_in"] = "Buscar en";
 | |
| $text["search_mode_and"] = "todas las palabras";
 | |
| $text["search_mode_or"] = "al menos una palabra";
 | |
| $text["search_mode"] = "Modo";
 | |
| $text["search_no_results"] = "No hay documentos que coinciden con su busqueda";
 | |
| $text["search_query"] = "Buscar";
 | |
| $text["search_report"] = "Found [count] documents";
 | |
| $text["search_result_pending_approval"] = "status 'pending approval'";
 | |
| $text["search_result_pending_review"] = "status 'pending review'";
 | |
| $text["search_results_access_filtered"] = "Search results may contain content to which access has been denied.";
 | |
| $text["search_results"] = "Resultados de la busqueda";
 | |
| $text["search_time"] = "Tiempo transcurrido: [time] seg.";
 | |
| $text["search"] = "Busqueda";
 | |
| $text["select_one"] = "Seleccionar uno";
 | |
| $text["selected_document"] = "Documento seleccionado";
 | |
| $text["selected_folder"] = "Directorio seleccionado";
 | |
| $text["selection"] = "Selection";
 | |
| $text["seq_after"] = "Despues \"[prevname]\"";
 | |
| $text["seq_end"] = "Al final";
 | |
| $text["seq_keep"] = "Mantener posicion";
 | |
| $text["seq_start"] = "Primera posicion";
 | |
| $text["sequence"] = "Secuencia";
 | |
| $text["set_default_access"] = "Set Default Access Mode";
 | |
| $text["set_expiry"] = "Set Expiry";
 | |
| $text["set_owner"] = "Establecer propietario";
 | |
| $text["set_reviewers_approvers"] = "Assign Reviewers and Approvers";
 | |
| $text["setting_expires"] = "Establecer caducidad...";
 | |
| $text["setting_owner"] = "Estableciendo propietario...";
 | |
| $text["setting_user_image"] = "<br>Colocando imagen para usuario...";
 | |
| $text["show_all_versions"] = "Show All Revisions";
 | |
| $text["show_current_versions"] = "Show Current";
 | |
| $text["start"] = "Iniciar";
 | |
| $text["status_approval_rejected"] = "Draft rejected";
 | |
| $text["status_approved"] = "Approved";
 | |
| $text["status_approver_removed"] = "Approver removed from process";
 | |
| $text["status_change_summary"] = "Document revision changed from status '[oldstatus]' to status '[newstatus]'.";
 | |
| $text["status_changed_by"] = "Status changed by";
 | |
| $text["status_not_approved"] = "Not approved";
 | |
| $text["status_not_reviewed"] = "Not reviewed";
 | |
| $text["status_reviewed"] = "Reviewed";
 | |
| $text["status_reviewer_rejected"] = "Draft rejected";
 | |
| $text["status_reviewer_removed"] = "Reviewer removed from process";
 | |
| $text["status_unknown"] = "Unknown";
 | |
| $text["status"] = "Status";
 | |
| $text["subfolder_list"] = "Subdirectorio";
 | |
| $text["submit_approval"] = "Submit approval";
 | |
| $text["submit_login"] = "Sign in";
 | |
| $text["submit_review"] = "Submit review";
 | |
| $text["theme"] = "Tema gráfico";
 | |
| $text["unable_to_add"] = "Unable to add";
 | |
| $text["unable_to_remove"] = "Unable to remove";
 | |
| $text["under_folder"] = "En directorio";
 | |
| $text["unknown_command"] = "Command not recognized.";
 | |
| $text["unknown_group"] = "Unknown group id";
 | |
| $text["unknown_keyword_category"] = "Unknown category";
 | |
| $text["unknown_owner"] = "Unknown owner id";
 | |
| $text["unknown_user"] = "Unknown user id";
 | |
| $text["unlock_cause_access_mode_all"] = "Puede actualizarlo porque tiene modo de acceso \"all\". El bloqueo sera automaticamente eliminado.";
 | |
| $text["unlock_cause_locking_user"] = "Puede actualizarlo porque fue quien lo bloqueo. El bloqueo sera automaticamente eliminado.";
 | |
| $text["unlock_document"] = "Desbloquear";
 | |
| $text["unlocking_denied"] = "No tiene suficientes privilegios para desbloquear este documento";
 | |
| $text["unlocking_document"] = "Desbloqueando documento...";
 | |
| $text["update_approvers"] = "Update List of Approvers";
 | |
| $text["update_document"] = "Actualizar";
 | |
| $text["update_info"] = "Update Information";
 | |
| $text["update_locked_msg"] = "Este documento esta bloqueado.";
 | |
| $text["update_reviewers_approvers"] = "Update List of Reviewers and Approvers";
 | |
| $text["update_reviewers"] = "Update List of Reviewers";
 | |
| $text["update"] = "Update";
 | |
| $text["updated_by"] = "Updated by";
 | |
| $text["updating_document"] = "Actualizando documento...";
 | |
| $text["upload_date"] = "Fecha de envio";
 | |
| $text["uploaded_by"] = "Enviado por";
 | |
| $text["uploaded"] = "Uploaded";
 | |
| $text["uploading_failed"] = "Envio (Upload) fallido. Por favor contacte con el Administrador.";
 | |
| $text["use_default_keywords"] = "Utilizar palabras claves por defecto";
 | |
| $text["user_already_approved"] = "User has already submitted an approval of this document version";
 | |
| $text["user_already_reviewed"] = "User has already submitted a review of this document version";
 | |
| $text["user_approval_not_required"] = "No document approval required of user at this time.";
 | |
| $text["user_exists"] = "User already exists.";
 | |
| $text["user_image"] = "Imagen";
 | |
| $text["user_info"] = "User Information";
 | |
| $text["user_list"] = "Lista de usuarios";
 | |
| $text["user_login"] = "Nombre de usuario";
 | |
| $text["user_management"] = "Usuarios";
 | |
| $text["user_name"] = "Nombre completo";
 | |
| $text["user_removed_approver"] = "User has been removed from the list of individual approvers.";
 | |
| $text["user_removed_reviewer"] = "User has been removed from the list of individual reviewers.";
 | |
| $text["user_review_not_required"] = "No document review required of user at this time.";
 | |
| $text["user"] = "Usuario";
 | |
| $text["users"] = "Usuarios";
 | |
| $text["version_info"] = "Version Information";
 | |
| $text["version_under_approval"] = "Version under approval";
 | |
| $text["version_under_review"] = "Version under review";
 | |
| $text["version"] = "Version";
 | |
| $text["view_document"] = "View Document";
 | |
| $text["view_online"] = "Ver online";
 | |
| $text["warning"] = "Warning";
 | |
| $text["wrong_pwd"] = "Su password es incorrecto. Intentelo de nuevo.";
 | |
| $text["yes"] = "Si";
 | |
| // New as of 1.7.1. Require updated translation.
 | |
| $text["documents"] = "Documents";
 | |
| $text["folders"] = "Folders";
 | |
| $text["no_folders"] = "No folders";
 | |
| $text["notification_summary"] = "Notification Summary";
 | |
| 
 | |
| $text["group_approval_summary"] = "Group approval summary";
 | |
| $text["group_review_summary"] = "Group review summary";
 | |
| $text["documents_locked_by_you"] = "Documents locked by you";
 | |
| 
 | |
| // New as of 1.7.2
 | |
| $text["all_pages"] = "All";
 | |
| $text["results_page"] = "Results Page";
 | |
| 
 | |
| // New 
 | |
| $text["sign_out"] = "sign out";
 | |
| $text["signed_in_as"] = "Signed in as";
 | |
| $text["assign_reviewers"] = "Assign Reviewers";
 | |
| $text["assign_approvers"] = "Assign Approvers";
 | |
| $text["override_status"] = "Override Status";
 | |
| $text["change_status"] = "Change Status";
 | |
| $text["change_assignments"] = "Change Assignments";
 | |
| $text["no_user_docs"] = "There are currently no documents owned by the user";
 | |
| $text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the english and international laws.";
 | |
| 
 | |
| $text["backup_tools"] = "Backup tools"; 
 | |
| $text["versioning_file_creation"] = "Versioning file creation"; 
 | |
| $text["archive_creation"] = "Archive creation"; 
 | |
| $text["files_deletion"] = "Files deletion"; 
 | |
| $text["folder"] = "Folder"; 
 | |
| 
 | |
| $text["unknown_id"] = "unknown id";
 | |
| $text["help"] = "Help";
 | |
| 
 | |
| $text["versioning_info"] = "Versioning info";
 | |
| $text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
 | |
| $text["archive_creation_warning"] = "With this operation you can create achive containing the files of entire DMS folders. After the creation the archive will be saved in the data folder of your server.<br>WARNING: an archive created as human readable will be unusable as server backup.";
 | |
| $text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible."; 
 | |
| 
 | |
| $text["backup_list"] = "Existings backup list";
 | |
| $text["backup_remove"] = "Remove backup file";
 | |
| $text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
 | |
| 
 | |
| $text["document_deleted"] = "Document deleted"; 
 | |
| $text["linked_files"] = "Attachments"; 
 | |
| $text["invalid_file_id"] = "Invalid file ID";
 | |
| $text["rm_file"] = "Remove file"; 
 | |
| $text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
 | |
| 
 | |
| $text["edit_comment"] = "Edit comment";
 | |
| 
 | |
| // new from 1.9
 | |
| 
 | |
| $text["is_hidden"] = "Hide from users list";
 | |
| $text["log_management"] = "Log files management";
 | |
| $text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?<br>Be careful: This action cannot be undone.";
 | |
| $text["include_subdirectories"] = "Include subdirectories";
 | |
| $text["include_documents"] = "Include documents";
 | |
| $text["manager"] = "Manager";
 | |
| $text["toggle_manager"] = "Toggle manager";
 | |
| 
 | |
| // new from 2.0
 | |
| 
 | |
| $text["calendar"] = "Calendar";
 | |
| $text["week_view"] = "Week view";
 | |
| $text["month_view"] = "Month view";
 | |
| $text["year_view"] = "Year View";
 | |
| $text["add_event"] = "Add event";
 | |
| $text["edit_event"] = "Edit event";
 | |
| 
 | |
| $text["january"] = "January";
 | |
| $text["february"] = "February";
 | |
| $text["march"] = "March";
 | |
| $text["april"] = "April";
 | |
| $text["may"] = "May";
 | |
| $text["june"] = "June";
 | |
| $text["july"] = "July";
 | |
| $text["august"] = "August";
 | |
| $text["september"] = "September";
 | |
| $text["october"] = "October";
 | |
| $text["november"] = "November";
 | |
| $text["december"] = "December";
 | |
| 
 | |
| $text["sunday"] = "Sunday";
 | |
| $text["monday"] = "Monday";
 | |
| $text["tuesday"] = "Tuesday";
 | |
| $text["wednesday"] = "Wednesday";
 | |
| $text["thursday"] = "Thursday";
 | |
| $text["friday"] = "Friday";
 | |
| $text["saturday"] = "Saturday";
 | |
| 
 | |
| $text["from"] = "From";
 | |
| $text["to"] = "To";
 | |
| 
 | |
| $text["event_details"] = "Event details";
 | |
| $text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?<br>Be careful: This action cannot be undone.";
 | |
| 
 | |
| $text["dump_creation"] = "DB dump creation"; 
 | |
| $text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
 | |
| $text["dump_list"] = "Existings dump files";
 | |
| $text["dump_remove"] = "Remove dump file";
 | |
| $text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?<br>Be careful: This action cannot be undone.";
 | |
| 
 | |
| $text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?<br>Be careful: This action cannot be undone.";
 | |
| $text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?<br>Be careful: This action cannot be undone.";
 | |
| 
 | |
| $text["human_readable"] = "Human readable archive"; 
 | |
| 
 | |
| $text["email_header"] = "This is an automatic message from the DMS server."; 
 | |
| $text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions"; 
 | |
| 
 | |
| $text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
 | |
| 
 | |
| // new from 2.0.1
 | |
| 
 | |
| $text["max_upload_size"] = "Maximum upload size for each file";
 | |
| 
 | |
| // new from 2.0.2
 | |
| 
 | |
| $text["space_used_on_data_folder"] = "Space used on data folder";
 | |
| $text["assign_user_property_to"] = "Assign user's properties to";
 | |
| 
 | |
| ?>
 | 
