mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
586 lines
28 KiB
PHP
586 lines
28 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.
|
||
|
||
$text = array(
|
||
'accept' => "Aceitar",
|
||
'access_denied' => "Access denied.",
|
||
'access_inheritance' => "Access Inheritance",
|
||
'access_mode' => "Modo de acesso",
|
||
'access_mode_all' => "Tudo",
|
||
'access_mode_none' => "Sem acesso",
|
||
'access_mode_read' => "leitura",
|
||
'access_mode_readwrite' => "Leitura-Escrita",
|
||
'account_summary' => "Account Summary",
|
||
'action_summary' => "Action Summary",
|
||
'actions' => "Actions",
|
||
'add' => "Add",
|
||
'add_access' => "Adicionar acesso",
|
||
'add_doc_reviewer_approver_warning' => "N.B. Documents are automatically marked as released if no reviewer or approver is assigned.",
|
||
'add_document' => "Adicionar documento",
|
||
'add_document_link' => "Adicionar link",
|
||
'add_group' => "Adicionar grupo",
|
||
'add_link' => "Create Link",
|
||
'add_member' => "Adicionar membro",
|
||
'add_new_notify' => "Adicionar notificao",
|
||
'add_subfolder' => "Adicionar sub-pasta",
|
||
'add_user' => "Adicionar usußrio ",
|
||
'adding_default_keywords' => "Adicionando palavras-chave...",
|
||
'adding_document' => "Adicionando documento \"[documentname]\" pasta \"[foldername]\"...",
|
||
'adding_document_link' => "Adicionando link ao documento relacionado...",
|
||
'adding_document_notify' => "Adicionando elemento lista de notificao...",
|
||
'adding_folder_notify' => "Adicionando elemento lista de noficao...",
|
||
'adding_group' => "Adicionando grupo ao sistema...",
|
||
'adding_member' => "Adicionando membro ao grupo...",
|
||
'adding_sub_folder' => "Adicionando sub-pasta \"[subfoldername]\" pasta \"[foldername]\"...",
|
||
'adding_user' => "Adicionando usußrio ao sistema...",
|
||
'admin' => "Administrator",
|
||
'admin_set_owner' => "Only an Administrator may set a new owner",
|
||
'admin_tools' => "Administrao",
|
||
'all_documents' => "All Documents",
|
||
'all_users' => "Todos os usußrios",
|
||
'and' => "e",
|
||
'approval_group' => "Approval Group",
|
||
'approval_status' => "Approval Status",
|
||
'approval_summary' => "Approval Summary",
|
||
'approval_update_failed' => "Error updating approval status. Update failed.",
|
||
'approve_document' => "Approve Document",
|
||
'approve_document_complete' => "Approve Document: Complete",
|
||
'approve_document_complete_records_updated' => "Document approval completed and records updated",
|
||
'approver_added' => "added as an approver",
|
||
'approver_already_assigned' => "is already assigned as an approver",
|
||
'approver_already_removed' => "has already been removed from approval process or has already submitted an approval",
|
||
'approver_no_privilege' => "is not sufficiently privileged to approve this document",
|
||
'approver_removed' => "removed from approval process",
|
||
'approvers' => "Approvers",
|
||
'as_approver' => "as an approver",
|
||
'as_reviewer' => "as a reviewer",
|
||
'assign_privilege_insufficient' => "Access denied. Privileges insufficient to assign reviewers or approvers to this document.",
|
||
'assumed_released' => "Assumed released",
|
||
'back' => "Voltar",
|
||
'between' => "entre",
|
||
'cancel' => "Cancelar",
|
||
'cannot_approve_pending_review' => "Document is currently pending review. Cannot submit an approval at this time.",
|
||
'cannot_assign_invalid_state' => "Cannot assign new reviewers to a document that is not pending review or pending approval.",
|
||
'cannot_change_final_states' => "Warning: Unable to alter document status for documents that have been rejected, marked obsolete or expired.",
|
||
'cannot_delete_admin' => "Unable to delete the primary administrative user.",
|
||
'cannot_move_root' => "Error: Cannot move root folder.",
|
||
'cannot_retrieve_approval_snapshot' => "Unable to retrieve approval status snapshot for this document version.",
|
||
'cannot_retrieve_review_snapshot' => "Unable to retrieve review status snapshot for this document version.",
|
||
'cannot_rm_root' => "Error: Cannot delete root folder.",
|
||
'choose_category' => "--Por favor escolha--",
|
||
'choose_group' => "--Escolher grupo--",
|
||
'choose_target_document' => "Escolha documento",
|
||
'choose_target_folder' => "Escolha pasta-alvo",
|
||
'choose_user' => "--Escolher usußrio--",
|
||
'comment' => "Comentßrio",
|
||
'comment_for_current_version' => "Comentßrio para verso atual",
|
||
'confirm_pwd' => "Confirme Senha",
|
||
'confirm_rm_document' => "Deseja realmente remover o documento \"[documentname]\"?<br>Por favor, tenha cuidado porque esta ao no poderß desfeita.",
|
||
'confirm_rm_folder' => "Deseja realmente remover a \"[foldername]\" e seu contedo ?<br>Por favor, tenha cuidado porque esta ao no poderß desfeita.",
|
||
'confirm_rm_version' => "Deseja realmente remover verso [version] do documento \"[documentname]\"?<br>Por favor, tenha cuidado porque esta ao no poderß desfeita.",
|
||
'content' => "Contedo",
|
||
'continue' => "Continue",
|
||
'creating_new_default_keyword_category' => "Adicionando categoria...",
|
||
'creation_date' => "Criado",
|
||
'current_version' => "Verso Atual",
|
||
'default_access' => "Modo de acesso Padro",
|
||
'default_keyword_category' => "Categorias",
|
||
'default_keyword_category_name' => "Nome",
|
||
'default_keywords' => "Palavras-chave disponveis",
|
||
'delete' => "Apagar",
|
||
'delete_last_version' => "Document has only one revision. Deleting entire document record...",
|
||
'deleting_document_notify' => "Removendo elemento da lista de notificao...",
|
||
'deleting_folder_notify' => "Removendo elemento da lista de notificao...",
|
||
'details' => "Details",
|
||
'details_version' => "Details for version: [version]",
|
||
'document' => "Document",
|
||
'document_access_again' => "Editar acesso ao documento novamente",
|
||
'document_add_access' => "Adicionando elemento lista de acesso...",
|
||
'document_already_locked' => "Este documento jß estß travado",
|
||
'document_del_access' => "Removendo elemento a partir da lista de acesso...",
|
||
'document_edit_access' => "Mudando modo de acesso...",
|
||
'document_infos' => "Informaes",
|
||
'document_is_not_locked' => "Este documento no estß travado",
|
||
'document_link_by' => "Ligado por",
|
||
'document_link_public' => "Pblico",
|
||
'document_list' => "Documentos",
|
||
'document_notify_again' => "Editar lista de notificao novamente",
|
||
'document_overview' => "Visualizao do Documento",
|
||
'document_set_default_access' => "Definindo acesso padro para documento...",
|
||
'document_set_inherit' => "Removendo ACL. Documento herdarß acesso...",
|
||
'document_set_not_inherit_copy' => "Copiando lista de acesso...",
|
||
'document_set_not_inherit_empty' => "Removendo acessos herdados. Iniciando com ACL vazia...",
|
||
'document_status' => "Document Status",
|
||
'document_title' => "Documento [documentname]",
|
||
'document_versions' => "Todas as verses ",
|
||
'documents_in_process' => "Documents In Process",
|
||
'documents_owned_by_user' => "Documents Owned by User",
|
||
'documents_to_approve' => "Documents Awaiting User's Approval",
|
||
'documents_to_review' => "Documents Awaiting User's Review",
|
||
'documents_user_requiring_attention' => "Documents Owned by User That Require Attention",
|
||
'does_not_expire' => "No Expira",
|
||
'does_not_inherit_access_msg' => "Inherit access",
|
||
'download' => "Download",
|
||
'draft_pending_approval' => "Draft - pending approval",
|
||
'draft_pending_review' => "Draft - pending review",
|
||
'edit' => "edit",
|
||
'edit_default_keyword_category' => "Editar categorias",
|
||
'edit_default_keywords' => "Editar palavras-chave",
|
||
'edit_document' => "Editar documento",
|
||
'edit_document_access' => "Editar acesso",
|
||
'edit_document_notify' => "Lista de notificao",
|
||
'edit_document_props' => "Editar documento",
|
||
'edit_document_props_again' => "Editar documento novamente",
|
||
'edit_existing_access' => "Editar lista de acesso.",
|
||
'edit_existing_notify' => "Editar lista de notificao",
|
||
'edit_folder' => "Editar pasta",
|
||
'edit_folder_access' => "Editar pasta",
|
||
'edit_folder_notify' => "Lista de Notificao",
|
||
'edit_folder_props' => "Editar pasta",
|
||
'edit_folder_props_again' => "Editar pasta novamente",
|
||
'edit_group' => "Editar grupo",
|
||
'edit_inherit_access' => "Herda acesso",
|
||
'edit_personal_default_keywords' => "Editar palavras-chave pessoais",
|
||
'edit_user' => "Editar usußrio",
|
||
'edit_user_details' => "Edit User Details",
|
||
'editing_default_keyword_category' => "Mundando categoria...",
|
||
'editing_default_keywords' => "Mundando palavras-chave...",
|
||
'editing_document_props' => "Editando documento...",
|
||
'editing_folder_props' => "Editando pasta...",
|
||
'editing_group' => "Editando grupo...",
|
||
'editing_user' => "Editando usußrio...",
|
||
'editing_user_data' => "Edio definies de usußrios...",
|
||
'email' => "Email",
|
||
'email_err_group' => "Error sending email to one or more members of this group.",
|
||
'email_err_user' => "Error sending email to user.",
|
||
'email_sent' => "Email sent",
|
||
'empty_access_list' => "Lista de acesso estß vazia",
|
||
'empty_notify_list' => "Sem entradas",
|
||
'error_adding_session' => "Error occured while creating session.",
|
||
'error_occured' => "Ocorreu um erro",
|
||
'error_removing_old_sessions' => "Error occured while removing old sessions",
|
||
'error_updating_revision' => "Error updating status of document revision.",
|
||
'exp_date' => "Expira",
|
||
'expired' => "Expired",
|
||
'expires' => "Expira",
|
||
'file' => "File",
|
||
'file_info' => "File Information",
|
||
'file_size' => "Tamanho",
|
||
'folder_access_again' => "Editar acesso da pasta novamente",
|
||
'folder_add_access' => "Adicionando elemento ß lista de acesso...",
|
||
'folder_contents' => "Folders",
|
||
'folder_del_access' => "Removendo elemento da lista de acesso...",
|
||
'folder_edit_access' => "Editando acesso...",
|
||
'folder_infos' => "Informaes",
|
||
'folder_notify_again' => "Editar lista de notificao novamente",
|
||
'folder_overview' => "Visualizao da Pasta",
|
||
'folder_path' => "Caminho",
|
||
'folder_set_default_access' => "Definindo modo de acesso padro para a pasta...",
|
||
'folder_set_inherit' => "Removendo ACL. Pasta will inherit access...",
|
||
'folder_set_not_inherit_copy' => "Copiando lista de acesso...",
|
||
'folder_set_not_inherit_empty' => "Removendo inherited access. Starting with empty ACL...",
|
||
'folder_title' => "Pasta [foldername]",
|
||
'folders_and_documents_statistic' => "Overview de pastas e documentos",
|
||
'foldertree' => "Ârvore",
|
||
'from_approval_process' => "from approval process",
|
||
'from_review_process' => "from review process",
|
||
'global_default_keywords' => "palavras-chave globais",
|
||
'goto' => "Ir Para",
|
||
'group' => "Grupo",
|
||
'group_already_approved' => "An approval has already been submitted on behalf of group",
|
||
'group_already_reviewed' => "A review has already been submitted on behalf of group",
|
||
'group_approvers' => "Group Approvers",
|
||
'group_email_sent' => "Email sent to group members",
|
||
'group_exists' => "Group already exists.",
|
||
'group_management' => "Gropos",
|
||
'group_members' => "Grupo membros",
|
||
'group_reviewers' => "Group Reviewers",
|
||
'group_unable_to_add' => "Unable to add group",
|
||
'group_unable_to_remove' => "Unable to remove group",
|
||
'groups' => "Grupos",
|
||
'guest_login' => "Entre como convidado",
|
||
'guest_login_disabled' => "Guest login is disabled.",
|
||
'individual_approvers' => "Individual Approvers",
|
||
'individual_reviewers' => "Individual Reviewers",
|
||
'individuals' => "Individuals",
|
||
'inherits_access_msg' => "Acesso estß endo herdado.",
|
||
'inherits_access_copy_msg' => "Copy inherited access list",
|
||
'inherits_access_empty_msg' => "Inicie com a lista de acesso vazia",
|
||
'internal_error' => "Internal error",
|
||
'internal_error_exit' => "Internal error. Unable to complete request. Exiting.",
|
||
'invalid_access_mode' => "Invalid Access Mode",
|
||
'invalid_action' => "Invalid Action",
|
||
'invalid_approval_status' => "Invalid Approval Status",
|
||
'invalid_create_date_end' => "Invalid end date for creation date range.",
|
||
'invalid_create_date_start' => "Invalid start date for creation date range.",
|
||
'invalid_doc_id' => "Invalid Document ID",
|
||
'invalid_folder_id' => "Invalid Folder ID",
|
||
'invalid_group_id' => "Invalid Group ID",
|
||
'invalid_link_id' => "Invalid link identifier",
|
||
'invalid_request_token' => "Invalid Request Token",
|
||
'invalid_review_status' => "Invalid Review Status",
|
||
'invalid_sequence' => "Invalid sequence value",
|
||
'invalid_status' => "Invalid Document Status",
|
||
'invalid_target_doc_id' => "Invalid Target Document ID",
|
||
'invalid_target_folder' => "Invalid Target Folder ID",
|
||
'invalid_user_id' => "Invalid User ID",
|
||
'invalid_version' => "Invalid Document Version",
|
||
'is_admin' => "Administrator Privilege",
|
||
'js_no_approval_group' => "Please select a approval group",
|
||
'js_no_approval_status' => "Please select the approval status",
|
||
'js_no_comment' => "No hß comentßrio",
|
||
'js_no_email' => "Digite seu endereo de e-mail",
|
||
'js_no_file' => "Por favor selecione um arquivo",
|
||
'js_no_keywords' => "Especifique algumas palavras-chave",
|
||
'js_no_login' => "Por favor digite um usußrio",
|
||
'js_no_name' => "Por favor digite um nome",
|
||
'js_no_pwd' => "Ð necessßrio digitar sua senha",
|
||
'js_no_query' => "Digite uma solicitao",
|
||
'js_no_review_group' => "Please select a review group",
|
||
'js_no_review_status' => "Please select the review status",
|
||
'js_pwd_not_conf' => "Senha e confirmao de senha no so iguais",
|
||
'js_select_user' => "Por favor selecione um usußrio",
|
||
'js_select_user_or_group' => "Selecione, no mnimo, um usußrio ou grupo",
|
||
'keyword_exists' => "Keyword already exists",
|
||
'keywords' => "Palavras-chave",
|
||
'language' => "Linguagem",
|
||
'last_update' => "õltima verso",
|
||
'last_updated_by' => "Last updated by",
|
||
'latest_version' => "Latest Version",
|
||
'linked_documents' => "Documentos relacionados",
|
||
'local_file' => "Arquivo local",
|
||
'lock_document' => "Travar",
|
||
'lock_message' => "Este documento foi travado por <a href=\"mailto:[email]\">[username]</a>.<br>Somente usußrios autorizados podem remover a trava deste documento (veja no final da pßgina).",
|
||
'lock_status' => "Status",
|
||
'locking_document' => "Travando documento...",
|
||
'logged_in_as' => "Conectado",
|
||
'login' => "Login",
|
||
'login_error_text' => "Error signing in. User ID or password incorrect.",
|
||
'login_error_title' => "Sign in error",
|
||
'login_not_found' => "Este usußrio no existe",
|
||
'login_not_given' => "No username has been supplied",
|
||
'login_ok' => "Sign in successful",
|
||
'logout' => "Sair",
|
||
'mime_type' => "Mime-Type",
|
||
'move' => "Move",
|
||
'move_document' => "Mover documento",
|
||
'move_folder' => "Mover Pasta",
|
||
'moving_document' => "Movendo documento...",
|
||
'moving_folder' => "Movendo pasta...",
|
||
'msg_document_expired' => "O documento \"[documentname]\" (Path: \"[path]\") tem expirado em [expires]",
|
||
'msg_document_updated' => "O documento \"[documentname]\" (Path: \"[path]\") foi criado ou atualizado em [updated]",
|
||
'my_account' => "Minha Conta",
|
||
'my_documents' => "My Documents",
|
||
'name' => "Nome",
|
||
'new_default_keyword_category' => "Adicionar categoria",
|
||
'new_default_keywords' => "Adicionar palavras-chave",
|
||
'new_equals_old_state' => "Warning: Proposed status and existing status are identical. No action required.",
|
||
'new_user_image' => "Nova imagem",
|
||
'no' => "No",
|
||
'no_action' => "No action required",
|
||
'no_action_required' => "n/a",
|
||
'no_active_user_docs' => "There are currently no documents owned by the user that require review or approval.",
|
||
'no_approvers' => "No approvers assigned.",
|
||
'no_default_keywords' => "No hß palavras-chave disponveis",
|
||
'no_docs_to_approve' => "There are currently no documents that require approval.",
|
||
'no_docs_to_review' => "There are currently no documents that require review.",
|
||
'no_document_links' => "Sem documentos relacionados",
|
||
'no_documents' => "Sem documentos",
|
||
'no_group_members' => "Este grupo no tem membros",
|
||
'no_groups' => "Sem grupos",
|
||
'no_previous_versions' => "No other versions found",
|
||
'no_reviewers' => "No reviewers assigned.",
|
||
'no_subfolders' => "Sem pastas",
|
||
'no_update_cause_locked' => "Por isso voc no pode atualizar este documento. Por favor contacte usußrio que possui a trava.",
|
||
'no_user_image' => "No foram encontardas imagens",
|
||
'not_approver' => "User is not currently assigned as an approver of this document revision.",
|
||
'not_reviewer' => "User is not currently assigned as a reviewer of this document revision.",
|
||
'notify_subject' => "Documentos novos ou expirados em seu DMS",
|
||
'obsolete' => "Obsolete",
|
||
'old_folder' => "old folder",
|
||
'only_jpg_user_images' => "Somente imagens jpg podem ser utilizadas como imagens de usußrios",
|
||
'op_finished' => "Feito",
|
||
'operation_not_allowed' => "Voc no tem direitos suficientes para fazer isto",
|
||
'override_content_status' => "Override Status",
|
||
'override_content_status_complete' => "Override Status Complete",
|
||
'override_privilege_insufficient' => "Access denied. Privileges insufficient to override the status of this document.",
|
||
'overview' => "Overview",
|
||
'owner' => "Proprietßrio",
|
||
'password' => "Senha",
|
||
'pending_approval' => "Documents pending approval",
|
||
'pending_review' => "Documents pending review",
|
||
'personal_default_keywords' => "palavras-chave pessoais",
|
||
'previous_versions' => "Previous Versions",
|
||
'rejected' => "Rejected",
|
||
'released' => "Released",
|
||
'remove_document_link' => "Remove link",
|
||
'remove_member' => "Remove membro",
|
||
'removed_approver' => "has been removed from the list of approvers.",
|
||
'removed_reviewer' => "has been removed from the list of reviewers.",
|
||
'removing_default_keyword_category' => "Apagando categoria...",
|
||
'removing_default_keywords' => "Apagando palavras-chave...",
|
||
'removing_document' => "Removendo documento...",
|
||
'removing_document_link' => "Removendo link ao documento relacionado...",
|
||
'removing_folder' => "Removendo pasta...",
|
||
'removing_group' => "Removendo grupo do sistema...",
|
||
'removing_member' => "Removendo membro do grupo...",
|
||
'removing_user' => "Removendo usußrio do sistema ...",
|
||
'removing_version' => "Removendo verso [version]...",
|
||
'review_document' => "Review Document",
|
||
'review_document_complete' => "Review Document: Complete",
|
||
'review_document_complete_records_updated' => "Document review completed and records updated",
|
||
'review_group' => "Review Group",
|
||
'review_status' => "Review Status",
|
||
'review_summary' => "Review Summary",
|
||
'review_update_failed' => "Error updating review status. Update failed.",
|
||
'reviewer_added' => "added as a reviewer",
|
||
'reviewer_already_assigned' => "is already assigned as a reviewer",
|
||
'reviewer_already_removed' => "has already been removed from review process or has already submitted a review",
|
||
'reviewer_no_privilege' => "is not sufficiently privileged to review this document",
|
||
'reviewer_removed' => "removed from review process",
|
||
'reviewers' => "Reviewers",
|
||
'rm_default_keyword_category' => "Apague esta categoria",
|
||
'rm_default_keywords' => "Apagar palavras-chave",
|
||
'rm_document' => "Remove documento",
|
||
'rm_folder' => "Remove pasta",
|
||
'rm_group' => "Remove este grupo",
|
||
'rm_user' => "Remove este usußrio",
|
||
'rm_version' => "Remove verso",
|
||
'root_folder' => "Pasta Raiz",
|
||
'save' => "Salvar",
|
||
'search' => "Busca",
|
||
'search_in' => "Busca em ",
|
||
'search_in_all' => "todas as pastas",
|
||
'search_in_current' => "somente esta ([foldername]) incluindo sub-pastas",
|
||
'search_mode' => "Modo",
|
||
'search_mode_and' => "todas as palavras",
|
||
'search_mode_or' => "at least one word",
|
||
'search_no_results' => "No hß documento que satisfaam sua busca",
|
||
'search_query' => "Busca por",
|
||
'search_report' => "Encontrados [count] documentos",
|
||
'search_result_pending_approval' => "status 'pending approval'",
|
||
'search_result_pending_review' => "status 'pending review'",
|
||
'search_results' => "Resultados da busca",
|
||
'search_results_access_filtered' => "Search results may contain content to which access has been denied.",
|
||
'search_time' => "Tempo decorrido: [time] sec.",
|
||
'select_one' => "Selecione um",
|
||
'selected_document' => "Documento selecionado",
|
||
'selected_folder' => "Pasta selecionada",
|
||
'selection' => "Selection",
|
||
'seq_after' => "Depois \"[prevname]\"",
|
||
'seq_end' => "No final",
|
||
'seq_keep' => "Manter posio",
|
||
'seq_start' => "Primeira posio",
|
||
'sequence' => "Seqncia",
|
||
'set_default_access' => "Set Default Access Mode",
|
||
'set_expiry' => "Set Expiry",
|
||
'set_owner' => "Define proprietßrio",
|
||
'set_reviewers_approvers' => "Assign Reviewers and Approvers",
|
||
'setting_expires' => "Definindo expirao...",
|
||
'setting_owner' => "Definindo proprietßrio...",
|
||
'setting_user_image' => "<br>SDefinindo imagem para usußrio...",
|
||
'show_all_versions' => "Show All Revisions",
|
||
'show_current_versions' => "Show Current",
|
||
'start' => "Desde",
|
||
'status' => "Status",
|
||
'status_approval_rejected' => "Draft rejected",
|
||
'status_approved' => "Approved",
|
||
'status_approver_removed' => "Approver removed from process",
|
||
'status_change_summary' => "Document revision changed from status '[oldstatus]' to status '[newstatus]'.",
|
||
'status_changed_by' => "Status changed by",
|
||
'status_not_approved' => "Not approved",
|
||
'status_not_reviewed' => "Not reviewed",
|
||
'status_reviewed' => "Reviewed",
|
||
'status_reviewer_rejected' => "Draft rejected",
|
||
'status_reviewer_removed' => "Reviewer removed from process",
|
||
'status_unknown' => "Unknown",
|
||
'subfolder_list' => "Sub-pastas",
|
||
'submit_approval' => "Submit approval",
|
||
'submit_login' => "Sign in",
|
||
'submit_review' => "Submit review",
|
||
'theme' => "Tema",
|
||
'unable_to_add' => "Unable to add",
|
||
'unable_to_remove' => "Unable to remove",
|
||
'under_folder' => "Na pasta",
|
||
'unknown_command' => "Command not recognized.",
|
||
'unknown_group' => "Unknown group id",
|
||
'unknown_keyword_category' => "Unknown category",
|
||
'unknown_owner' => "Unknown owner id",
|
||
'unknown_user' => "Unknown user id",
|
||
'unlock_cause_access_mode_all' => "Voc pode atualizß-lo, porque voc tem mode de acesso \"all\". Trava serß automaticamente removida.",
|
||
'unlock_cause_locking_user' => "Voc pode pode atualizß-lo, porque voc o travou tambm. Trava serß automaticamente removida.",
|
||
'unlock_document' => "Remover trava",
|
||
'unlocking_denied' => "Voc no tem permisses suficientes para remover a trava deste documento",
|
||
'unlocking_document' => "Destravando documento...",
|
||
'update' => "Update",
|
||
'update_approvers' => "Update List of Approvers",
|
||
'update_document' => "Atualizar",
|
||
'update_info' => "Update Information",
|
||
'update_locked_msg' => "Este documento estß trabado.",
|
||
'update_reviewers' => "Update List of Reviewers",
|
||
'update_reviewers_approvers' => "Update List of Reviewers and Approvers",
|
||
'updated_by' => "Updated by",
|
||
'updating_document' => "Atualizando documento...",
|
||
'upload_date' => "Data de insero",
|
||
'uploaded' => "Uploaded",
|
||
'uploaded_by' => "Inserido por",
|
||
'uploading_failed' => "Insero falhou. Por favor contacte o administrador",
|
||
'use_default_keywords' => "Use palavras-chave pr-definidas",
|
||
'user' => "Usußrio",
|
||
'user_already_approved' => "User has already submitted an approval of this document version",
|
||
'user_already_reviewed' => "User has already submitted a review of this document version",
|
||
'user_approval_not_required' => "No document approval required of user at this time.",
|
||
'user_exists' => "User already exists.",
|
||
'user_image' => "Imagem",
|
||
'user_info' => "User Information",
|
||
'user_list' => "Lista de Usußrios",
|
||
'user_login' => "Usußrio",
|
||
'user_management' => "Usußrios",
|
||
'user_name' => "Nome Completo",
|
||
'user_removed_approver' => "User has been removed from the list of individual approvers.",
|
||
'user_removed_reviewer' => "User has been removed from the list of individual reviewers.",
|
||
'user_review_not_required' => "No document review required of user at this time.",
|
||
'users' => "Usußrios",
|
||
'version' => "Verso",
|
||
'version_info' => "Version Information",
|
||
'version_under_approval' => "Version under approval",
|
||
'version_under_review' => "Version under review",
|
||
'view_document' => "View Document",
|
||
'view_online' => "Ver on-line",
|
||
'warning' => "Warning",
|
||
'wrong_pwd' => "Sua senha estß incorreta. Tente novamente.",
|
||
'yes' => "Yes",
|
||
// New as of 1.7.1. Require updated translation.
|
||
'documents' => "Documents",
|
||
'folders' => "Folders",
|
||
'no_folders' => "No folders",
|
||
'notification_summary' => "Notification Summary",
|
||
// New as of 1.7.2
|
||
'all_pages' => "All",
|
||
'results_page' => "Results Page",
|
||
// New
|
||
'sign_out' => "sign out",
|
||
'signed_in_as' => "Signed in as",
|
||
'assign_reviewers' => "Assign Reviewers",
|
||
'assign_approvers' => "Assign Approvers",
|
||
'override_status' => "Override Status",
|
||
'change_status' => "Change Status",
|
||
'change_assignments' => "Change Assignments",
|
||
'no_user_docs' => "There are currently no documents owned by the user",
|
||
'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.",
|
||
|
||
'backup_tools' => "Backup tools",
|
||
'versioning_file_creation' => "Versioning file creation",
|
||
'archive_creation' => "Archive creation",
|
||
'files_deletion' => "Files deletion",
|
||
'folder' => "Folder",
|
||
|
||
'unknown_id' => "unknown id",
|
||
'help' => "Help",
|
||
|
||
'versioning_info' => "Versioning info",
|
||
'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.",
|
||
'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.",
|
||
'files_deletion_warning' => "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.",
|
||
|
||
'backup_list' => "Existings backup list",
|
||
'backup_remove' => "Remove backup file",
|
||
'confirm_rm_backup' => "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.",
|
||
|
||
'document_deleted' => "Document deleted",
|
||
'linked_files' => "Attachments",
|
||
'invalid_file_id' => "Invalid file ID",
|
||
'rm_file' => "Remove file",
|
||
'confirm_rm_file' => "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.",
|
||
|
||
'edit_comment' => "Edit comment",
|
||
|
||
// new from 1.9
|
||
|
||
'is_hidden' => "Hide from users list",
|
||
'log_management' => "Log files management",
|
||
'confirm_rm_log' => "Do you really want to remove log file \"[logname]\"?<br>Be careful: This action cannot be undone.",
|
||
'include_subdirectories' => "Include subdirectories",
|
||
'include_documents' => "Include documents",
|
||
'manager' => "Manager",
|
||
'toggle_manager' => "Toggle manager",
|
||
|
||
// new from 2.0
|
||
|
||
'calendar' => "Calendar",
|
||
'week_view' => "Week view",
|
||
'month_view' => "Month view",
|
||
'year_view' => "Year View",
|
||
'add_event' => "Add event",
|
||
'edit_event' => "Edit event",
|
||
|
||
'january' => "January",
|
||
'february' => "February",
|
||
'march' => "March",
|
||
'april' => "April",
|
||
'may' => "May",
|
||
'june' => "June",
|
||
'july' => "July",
|
||
'august' => "August",
|
||
'september' => "September",
|
||
'october' => "October",
|
||
'november' => "November",
|
||
'december' => "December",
|
||
|
||
'sunday' => "Sunday",
|
||
'monday' => "Monday",
|
||
'tuesday' => "Tuesday",
|
||
'wednesday' => "Wednesday",
|
||
'thursday' => "Thursday",
|
||
'friday' => "Friday",
|
||
'saturday' => "Saturday",
|
||
|
||
'from' => "From",
|
||
'to' => "To",
|
||
|
||
'event_details' => "Event details",
|
||
'confirm_rm_event' => "Do you really want to remove event \"[name]\"?<br>Be careful: This action cannot be undone.",
|
||
|
||
'dump_creation' => "DB dump creation",
|
||
'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.",
|
||
'dump_list' => "Existings dump files",
|
||
'dump_remove' => "Remove dump file",
|
||
'confirm_rm_dump' => "Do you really want to remove the file \"[dumpname]\"?<br>Be careful: This action cannot be undone.",
|
||
|
||
'confirm_rm_user' => "Do you really want to remove the user \"[username]\"?<br>Be careful: This action cannot be undone.",
|
||
'confirm_rm_group' => "Do you really want to remove the group \"[groupname]\"?<br>Be careful: This action cannot be undone.",
|
||
|
||
'human_readable' => "Human readable archive",
|
||
|
||
'email_header' => "This is an automatic message from the DMS server.",
|
||
'email_footer' => "You can always change your e-mail settings using 'My Account' functions",
|
||
|
||
'add_multiple_files' => "Add multiple files (will use filename as document name)",
|
||
|
||
// new from 2.0.1
|
||
|
||
'max_upload_size' => "Maximum upload size for each file",
|
||
|
||
// new from 2.0.2
|
||
|
||
'space_used_on_data_folder' => "Space used on data folder",
|
||
'assign_user_property_to' => "Assign user's properties to",
|
||
);
|
||
?>
|