Changeset 7630


Ignore:
Timestamp:
12/10/12 09:28:54 (11 years ago)
Author:
eduardow
Message:

Ticket #3191 - Inclusao da instalação do z-push no dump para a instalacao.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL/arquivos/expresso.dump

    r7533 r7630  
    8080    id integer DEFAULT nextval('seq_attachment'::regclass) NOT NULL, 
    8181    source bytea NOT NULL, 
    82     type character varying(50) NOT NULL, 
     82    type character varying(255) NOT NULL, 
    8383    name character varying(255) NOT NULL, 
    8484    size character varying(255) NOT NULL, 
     
    750750SELECT pg_catalog.setval('calendar_task_to_activity_object_id_seq', 1, false); 
    751751 
     752 
     753-- 
     754-- Name: seq_calendar_timezones; Type: SEQUENCE; Schema: public; Owner: postgres 
     755-- 
     756 
     757CREATE SEQUENCE seq_calendar_timezones 
     758    START WITH 1 
     759    INCREMENT BY 1 
     760    NO MINVALUE 
     761    NO MAXVALUE 
     762    CACHE 1; 
     763 
     764 
     765ALTER TABLE public.seq_calendar_timezones OWNER TO postgres; 
     766 
     767-- 
     768-- Name: seq_calendar_timezones; Type: SEQUENCE SET; Schema: public; Owner: postgres 
     769-- 
     770 
     771SELECT pg_catalog.setval('seq_calendar_timezones', 1, true); 
     772 
     773 
     774-- 
     775-- Name: calendar_timezones; Type: TABLE; Schema: public; Owner: postgres; Tablespace:  
     776-- 
     777 
     778CREATE TABLE calendar_timezones ( 
     779    id integer DEFAULT nextval('seq_calendar_timezones'::regclass) NOT NULL, 
     780    timezone character varying(150) NOT NULL, 
     781    standard_frequency character varying(20) NOT NULL, 
     782    standard_dtstart character varying(20), 
     783    standard_byday character varying(50), 
     784    standard_bymonth character varying(50), 
     785    standard_from character varying(10), 
     786    standard_to character varying(10), 
     787    daylight_frequency character varying(20) NOT NULL, 
     788    daylight_dtstart character varying(20), 
     789    daylight_byday character varying(50), 
     790    daylight_bymonth character varying(50), 
     791    daylight_from character varying(10), 
     792    daylight_to character varying(10), 
     793    dtstamp bigint NOT NULL 
     794); 
     795 
     796 
     797ALTER TABLE public.calendar_timezones OWNER TO postgres; 
    752798 
    753799-- 
     
    26672713-- 
    26682714 
    2669 SELECT pg_catalog.setval('seq_phpgw_applications', 22, true); 
     2715SELECT pg_catalog.setval('seq_phpgw_applications', 23, true); 
    26702716 
    26712717 
     
    28352881-- 
    28362882 
    2837 SELECT pg_catalog.setval('seq_phpgw_hooks', 911, true); 
     2883SELECT pg_catalog.setval('seq_phpgw_hooks', 913, true); 
    28382884 
    28392885 
     
    30843130 
    30853131COPY calendar_task_to_activity_object (id, calendar_object_activity_id, calendar_object_task_id, owner) FROM stdin; 
     3132\. 
     3133 
     3134 
     3135-- 
     3136-- Data for Name: calendar_timezones; Type: TABLE DATA; Schema: public; Owner: postgres 
     3137-- 
     3138 
     3139COPY calendar_timezones (id, timezone, standard_frequency, standard_dtstart, standard_byday, standard_bymonth, standard_from, standard_to, daylight_frequency, daylight_dtstart, daylight_byday, daylight_bymonth, daylight_from, daylight_to, dtstamp) FROM stdin; 
     31401       America/Sao_Paulo       YEARLY  23:59   4SA     2       -0200   -0300   YEARLY  23:59   3SA     10      -0300   -0200   1354910056 
    30863141\. 
    30873142 
     
    339234472       admin   1       1               2.5.0 
    339334483       preferences     2       1               2.5.0 
    3394 22      expressoCalendar        1       10      calendar_signature_alarm,calendar_signature,calendar_repeat_occurrence,calendar_repeat,calendar_alarm,calendar_participant,calendar_participant_status,calendar_attach,attachment,calendar_to_calendar_object,calendar,calendar_object,calendar_object_type,calendar_class,calendar_ex_participant,calendar_permission,module_preference,calendar_repeat_ranges,calendar_task_to_activity_object,calendar_historic      1.009 
    3395344919      listAdmin       1       10              2.5.0 
    3396345010      emailadmin      2       10      phpgw_emailadmin        2.5.0 
     
    3404345815      workflow        1       10      egw_wf_activities,egw_wf_activity_roles,egw_wf_instance_activities,egw_wf_instances,egw_wf_processes,egw_wf_roles,egw_wf_transitions,egw_wf_user_roles,egw_wf_workitems,egw_wf_process_config,egw_wf_activity_agents,egw_wf_agent_mail_smtp,egw_wf_interinstance_relations,egw_wf_external_application,egw_wf_admin_access,egw_wf_user_cache,egw_wf_jobs,egw_wf_job_logs        2.5.0 
    3405345921      filemanager     1       6       phpgw_vfs,phpgw_vfs_quota,phpgw_filemanager_notification        2.5.0 
     346023      zpush   1       10              2.5.0 
     346122      expressoCalendar        1       10      calendar_signature_alarm,calendar_signature,calendar_repeat_occurrence,calendar_repeat,calendar_alarm,calendar_participant,calendar_participant_status,calendar_attach,attachment,calendar_to_calendar_object,calendar,calendar_object,calendar_object_type,calendar_class,calendar_ex_participant,calendar_permission,module_preference,calendar_repeat_ranges,calendar_task_to_activity_object,calendar_historic      1.011 
    34063462\. 
    34073463 
     
    1359013646contactcenter   cc_allow_details        true 
    1359113647contactcenter   cc_ldap_max_results     100 
    13592 phpgwapi        lang_ctimes     a:3:{s:2:"en";a:1:{s:11:"filemanager";i:1353326719;}s:5:"pt-br";a:1:{s:11:"filemanager";i:1353326719;}s:5:"es-es";a:1:{s:11:"filemanager";i:1353326719;}} 
    1359313648phpgwapi        useframes       never 
    1359413649phpgwapi        temp_dir        /tmp 
     
    1361813673expressoMail1_2 expressoMail_enable_memcache    true 
    1361913674expressoMail1_2 expressoMail_time_memcache      8400 
     13675phpgwapi        lang_ctimes      
    1362013676\. 
    1362113677 
     
    1380013856788     preferences     preferences     hook_preferences.inc.php 
    1380113857789     preferences     settings        hook_settings.inc.php 
    13802 793     expressoCalendar        admin   hook_admin.inc.php 
    1380313858794     listAdmin       admin   hook_admin.inc.php 
    1380413859821     calendar        add_def_prefs   hook_add_def_prefs.inc.php 
     
    1384713902910     filemanager     personalizer    hook_personalizer.inc.php 
    1384813903911     filemanager     preferences     hook_preferences.inc.php 
     13904913     expressoCalendar        admin   hook_admin.inc.php 
    1384913905\. 
    1385013906 
     
    1771517771pt-br   listAdmin       add sub-sectors Adicionar Sub-Setores 
    1771617772pt-br   listAdmin       do you realy want delete this sector?   Você realmente deseja excluir este setor? 
     17773pt-br   listAdmin       edit email attribute from the groups    Editar campo e-mail do grupo 
    1771717774pt-br   listAdmin       all users, groups and sub-sectors of this sector will be deleted!       Todos os usuários, grupos e sub-setores deste setor irão ser DELETADOS! 
    1771817775pt-br   listAdmin       content the folling users       Contêm os seguintes usuários 
     
    1780617863pt-br   listAdmin       use samba attributes    Usar atributos samba 
    1780717864pt-br   listAdmin       occult sector   Ocultar setor 
    17808 pt-br   listAdmin       edit email attribute from the groups    Editar campo e-mail do grupo 
    1780917865pt-br   listAdmin       adm     Adm 
    1781017866pt-br   listAdmin       maillist adm    Gerentes da Lista 
     
    1817218228pt-br   workflow        <strong>%signature%</strong> is the agent signature defined in the process configuration        <strong>%signature%</strong> é a assinatura do agente definida na configuração do processo 
    1817318229pt-br   workflow        <strong>%user%</strong> is the instance user email      <strong>%user%</strong> é o email do usuário da instância 
     18230pt-br   workflow        get back to global activities   voltar para as atividades globais 
    1817418231pt-br   workflow        <strong>%user_xx%</strong> is the email of the acount xx        <strong>%user_XX%</strong> é o email da conta XX 
    1817518232pt-br   workflow        abort instance  abortar instância 
     
    1830818365pt-br   workflow        description     Descrição 
    1830918366pt-br   workflow        do you want the activity status on instances lists. most of the time it is "running" but if you use non-autorouted transitions you will have some completed activities. Você deseja ver o estado das atividades nas listas de instãncias? Na maioria das vezes o estado é "executando", mas se você usa transições de roteamento não automático, você terá algumas atividades completadas. 
     18367pt-br   workflow        process roles   Perfis do processo 
    1831018368pt-br   workflow        do you want the category column on instances lists, if yout instances use categories you should use it  Você deseja a coluna de categoria nas listas de instância? Se as suas instâncias usam categorias você deve usar a coluna 
    1831118369pt-br   workflow        do you want the category name column on instances lists, if your instances use categories you should use it     Você deseja a coluna com o nome da categoria nas listas de instância? Se as suas instâncias usam categorias você deve usar a coluna 
     
    1836018418pt-br   workflow        from    De 
    1836118419pt-br   workflow        from:   De: 
    18362 pt-br   workflow        get back to global activities   voltar para as atividades globais 
    1836318420pt-br   workflow        get back to instance creation   voltar para a criação de instância 
    1836418421pt-br   workflow        get property    Obter propriedade 
     
    1850918566pt-br   workflow        process name    Nome do Processo 
    1851018567pt-br   workflow        process name already exists     Nome do processo já existe 
    18511 pt-br   workflow        process roles   Perfis do processo 
    1851218568pt-br   workflow        process saved   Processo salvo 
    1851318569pt-br   workflow        process transitions     Transições do processo 
     
    1864318699pt-br   workflow        this form will test your local workflow installation to detect potential issues Este formulário irá testar a sua instalação local de workflow, para detectar problemas potenciais 
    1864418700pt-br   workflow        this is the first screen shown when you click on the workflow application icon  Esta é a primeira tela a ser mostrada quando você clicar no ícone do módulo de workflow. 
     18701en      admin   application name        Application name 
     18702en      admin   application title       Application title 
    1864518703pt-br   workflow        sets the default sorting criteria for the inbox instances.      Define o critério de ordenação padrão para as instâncias nas tarefas pendentes. 
    1864618704pt-br   workflow        determines the number of items per page in the user interface.  Determina o número de itens por página na interface do usuário. 
     
    1870918767pt-br   workflow        you are not allowed to send instance %1 Você não tem permissão para enviar a instância %1 
    1871018768pt-br   workflow        you can use special values with this mail agent:        Você pode usar valores especiais com este agente de correio: 
     18769en      admin   applications    Applications 
     18770en      admin   applications list       Applications list 
     18771en      admin   apply   apply 
    1871118772pt-br   workflow        you do not have the right to run this activity anymore, maybe a concurrent access problem, refresh your datas.  Você não tem mais permissão para executar esta atividade, provavelmente um problema de acesso concorrente, atualize seus dados. 
    1871218773pt-br   workflow        you don't have the rights necessary to exception instance %1    Você não tem direitos de acesso suficientes para colocar a instância %1 em exceção 
     
    1878618847en      admin   appearance      Appearance 
    1878718848en      admin   application     Application 
    18788 en      admin   application name        Application name 
    18789 en      admin   application title       Application title 
    18790 en      admin   applications    Applications 
    18791 en      admin   applications list       Applications list 
    18792 en      admin   apply   apply 
    1879318849en      admin   are you sure you want to delete the application %1 ?    Are you sure you want to delete the application %1 ? 
    1879418850en      admin   are you sure you want to delete this account ?  Are you sure you want to delete this account ? 
     
    1918919245en      admin   80 (http)       80 (http) 
    1919019246en      admin   datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28)      Datetime port.<br>If using port 13, please set firewall rules appropriately before submitting this page.<br>(Port: 13 / Host: 129.6.15.28) 
     19247en      common  chile   CHILE 
    1919119248en      admin   a please wait message is shown when loading the activity form usefull for long tasks    a please wait message is shown when loading the activity form usefull for long tasks 
    1919219249en      admin   administer instances    Administer instances 
     
    1936319420en      common  check installation      Check installation 
    1936419421en      common  check now       Check Now 
    19365 en      common  chile   CHILE 
    1936619422en      common  china   CHINA 
    1936719423en      common  choose the category     Choose the category 
     
    1988619942en      common  role give exception right       Role give exception right 
    1988719943en      common  role give release right Role give release right 
     19944en      calendar        canceled        Canceled 
    1988819945en      common  running activities options      Running activities options 
    1988919946en      common  show activity info zone show activity info zone 
     
    1997620033en      calendar        calendar preferences    Calendar Preferences 
    1997720034en      calendar        calendar-fieldname      Calendar-Fieldname 
    19978 en      calendar        canceled        Canceled 
    1997920035en      calendar        change all events for $params['old_owner'] to $params['new_owner'].     Change all events for $params['old_owner'] to $params['new_owner']. 
    1998020036en      calendar        change status   Change Status 
     
    2020120257en      calendar        this message is sent for canceled or deleted events.    This message is sent for canceled or deleted events. 
    2020220258en      calendar        this message is sent for modified or moved events.      This message is sent for modified or moved events. 
     20259en      contactcenter   copy to personal catalog.       Copy to personal catalog 
     20260en      contactcenter   choose city     Choose City... 
     20261en      contactcenter   choose country  Choose Country... 
    2020320262en      calendar        this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the   This message is sent to every participant of events you own, who has requested notifcations about new events.<br>You can use certain variables which get substituted with the data of the event. The first line is the subject of the email. 
    2020420263en      calendar        this message is sent when you accept, tentative accept or reject an event.      This message is sent when you accept, tentatively accept, or reject an event. 
     
    2027920338en      contactcenter   contacting server...    Contacting Server... 
    2028020339en      contactcenter   country Country 
    20281 en      contactcenter   copy to personal catalog.       Copy to personal catalog 
    20282 en      contactcenter   choose city     Choose City... 
    20283 en      contactcenter   choose country  Choose Country... 
    2028420340en      contactcenter   choose prefix...        Choose Prefix... 
    2028520341en      contactcenter   choose sex ...  Choose Sex... 
     
    2046620522en      expressoMail1_2 certificate has expired certificate has expired 
    2046720523en      expressoMail1_2 change folder   Change folder 
     20524en      workflow        template        template 
    2046820525en      expressoMail1_2 choose a name   Choose a name 
    2046920526en      expressoMail1_2 chose the text you want transform in link before.       Select the text which will be transformed in link 
     
    2063520692en      expressoMail1_2 #msg010- erro verificando expiracao/cas do certificado. #MSG010- Erro verificando Expiracao/CAs do certificado. 
    2063620693en      expressoMail1_2 #msg011- ocorreu erro validando o certificado.  #MSG011- Ocorreu erro validando o certificado. 
     20694en      workflow        validity:       Validity: 
    2063720695en      expressoMail1_2 more actions    More actions 
    2063820696en      expressoMail1_2 more    More 
     
    2097621034en      htmlarea-ContextMenu    show the table properties dialog        Show the Table Properties dialog 
    2097721035en      htmlarea-ContextMenu    show the table row properties dialog    Show the Table Row Properties dialog 
     21036en      workflow        value   Value 
    2097821037en      htmlarea-ContextMenu    unlink the current element      Unlink the current element 
    2097921038en      htmlarea        about this editor       About this editor 
     
    2119821257en      workflow        <strong>%owner%</strong> is the instance owner email    <strong>%owner%</strong> is the instance owner email 
    2119921258en      workflow        <strong>%property_xx%</strong> is the content of the instance's property xx     <strong>%property_XX%</strong> is the content of the instance's property XX 
     21259en      workflow        version Version 
    2120021260en      workflow        <strong>%role_xx%</strong> are all the emails of all users mapped to the role xx        <strong>%role_XX%</strong> are all the emails of all users mapped to the role XX 
    2120121261en      workflow        <strong>%roles%</strong> are the emails of all users mapped to any role on this activity        <strong>%roles%</strong> are the emails of all users mapped to any role on this activity 
     
    2127021330en      workflow        admin process activities        Admin Process Activities 
    2127121331en      workflow        admin process roles     Admin Process Roles 
     21332es-es   common  show all        mostrar todo 
    2127221333en      workflow        admin processes sources Admin Processes Sources 
    2127321334en      workflow        agent #%1 of type %2 is associated to an inexistent activity #%3        Agent #%1 of type %2 is associated to an inexistent activity #%3 
     
    2163721698en      workflow        switch  switch 
    2163821699en      workflow        switch construct        Switch construct 
    21639 en      workflow        template        template 
    2164021700en      workflow        test concistency        Test Concistency 
    2164121701en      workflow        test consistency of datas in the database       Test Consistency of datas in the database 
     
    2170821768en      workflow        valid process   Valid Process 
    2170921769en      workflow        valid:  valid: 
    21710 en      workflow        validity:       Validity: 
    21711 en      workflow        value   Value 
    21712 en      workflow        version Version 
    2171321770en      workflow        view details    view details 
    2171421771en      workflow        view this instance      View this instance 
     
    2194021997es-es   admin   enabled Habilitado 
    2194121998es-es   admin   enable debug-messages   Activar mensajes de depuración 
     21999es-es   common  viet nam        VIET NAM 
    2194222000es-es   admin   enabled - hidden from navbar    Habilitado - Esconder de la barra de navegación 
    2194322001es-es   admin   enabled - popup window  Habilitado - Ventana emergente 
     
    2200022058es-es   admin   idle    inactivo 
    2200122059es-es   admin   if no acl records for user or any group the user is a member of Si no se encuentran registros ACL del usuario y grupo, entonces el usuario es miembro de 
     22060es-es   admin   the api is current      La API está al día 
    2200222061es-es   admin   if using ldap, do you want to manage homedirectory and loginshell attributes?   Si se usa LDAP, ¿desea manejar los atributos del directorio de inicio y la cuenta? 
    2200322062es-es   admin   inbound entrantes 
     
    2216222221es-es   admin   that name has been used already Ese nombre ya ha sido usado 
    2216322222es-es   admin   that server name has been used already !        Ese nombre de servidor ya ha sido usado! 
    22164 es-es   admin   the api is current      La API está al día 
    2216522223es-es   admin   the api requires an upgrade     La API requiere ser actualizada 
    2216622224es-es   admin   the groups must include the primary group       Los grupos deben incluir el grupo principal 
     
    2236422422es-es   common  send mail       Enviar e-mail 
    2236522423es-es   common  showing found entries   Mostrando items encontrados 
     22424es-es   common  kiribati        KIRIBATI 
    2236622425es-es   common  details on the global catalog address   Detalles en el Catálogo Global de Direcciones 
    2236722426es-es   common  enable display of contact details for the global catalog        Permitir visualización de detalles para contactos del Catálogo Global 
     
    2255922618es-es   common  error creating %1 %2 directory  Error creando el directorio %1 %2 
    2256022619es-es   common  error deleting %1 %2 directory  Error eliminando el directorio %1 %2 
     22620es-es   common  palau   PALAU 
    2256122621es-es   common  error renaming %1 %2 directory  Error renombrando el directorio %1 %2 
    2256222622es-es   common  estonia ESTONIA 
     
    2265822718es-es   common  kenya   KENYA 
    2265922719es-es   common  keywords        Palabras clave 
    22660 es-es   common  kiribati        KIRIBATI 
    2266122720es-es   common  korea, democratic peoples republic of   KOREA, DEMOCRATIC PEOPLES REPUBLIC OF 
    2266222721es-es   common  korea, republic of      KOREA, REPUBLIC OF 
     
    2277122830es-es   common  page was generated in %1 seconds        La página se generó en %1 segundos 
    2277222831es-es   common  pakistan        PAKISTAN 
    22773 es-es   common  palau   PALAU 
    2277422832es-es   common  palestinian territory, occupied PALESTINIAN TERRITORY, OCCUPIED 
    2277522833es-es   common  panama  PANAMA 
     
    2286422922es-es   common  seychelles      SEYCHELLES 
    2286522923es-es   common  show all categorys      Mostrar todas las categorías 
    22866 es-es   common  show all        mostrar todo 
    2286722924es-es   common  show header and toolbar Demuestre el jefe y toolbar 
    2286822925es-es   common  showing %1 - %2 of %3   mostrando %1 - %2 de %3 
     
    2296123018es-es   common  venezuela       VENEZUELA 
    2296223019es-es   common  version Versión 
    22963 es-es   common  viet nam        VIET NAM 
    2296423020es-es   common  view    Ver 
    2296523021es-es   common  virgin islands, british VIRGIN ISLANDS, BRITISH 
     
    2319323249es-es   calendar        fieldseparator  Separador de campos 
    2319423250es-es   calendar        firstname of person to notify   Nombre de pila de la persona a notificar 
     23251es-es   calendar        summary Descripción 
    2319523252es-es   calendar        format of event updates Formato de las actualizaciones de eventos 
    2319623253es-es   calendar        (for weekly)    (por semanal) 
     
    2334023397es-es   calendar        submit to repository    Enviar al repositorio 
    2334123398es-es   calendar        su      Do 
    23342 es-es   calendar        summary Descripción 
    2334323399es-es   calendar        sun     Dom 
    2334423400es-es   calendar        tentative       Tentativo 
     
    2347723533es-es   contactcenter   connections     Conexiones 
    2347823534es-es   contactcenter   connection value        Valor de la Conexión 
     23535es-es   expressoMail1_2 sector  Sector 
    2347923536es-es   contactcenter   connector setup Configuración de la Conexión 
    2348023537es-es   contactcenter   contact [shared]        Contacto [Compartido] 
     
    2396524022es-es   expressoMail1_2 define some search parameters!  Defina algunos parámetros para la busqueda! 
    2396624023es-es   expressoMail1_2 define the boxes to search!     Defina las carpetas para la búsqueda! 
     24024es-es   expressoMail1_2 fail in import: Fallo al importar: 
    2396724025es-es   expressoMail1_2 delete all attachments confirmation     ATENCIÓN: Después de confirmar borrar mensaje, TODOS los anexos de la misma seran borrados. Asegúrese de poseer una copia de los archivos importntes. ¿Desea confirmar la operación? 
    2396824026es-es   expressoMail1_2 delete automatically the messages in trash folder in how many days      Borrar automaticamente los mensajes de la papelera después de cuantos días 
     
    2403024088es-es   expressoMail1_2 expressomail configuration      Configuraciones del expressoMail 
    2403124089es-es   expressoMail1_2 expresso offline        ExpressoMail Offline 
    24032 es-es   expressoMail1_2 fail in import: Fallo al importar: 
     24090es-es   expressoMail1_2 seen    Leídas 
    2403324091es-es   expressoMail1_2 file extension forbidden        Extensión de archivo prohibido 
    2403424092es-es   expressoMail1_2 files   archivos 
     
    2419224250es-es   expressoMail1_2 no messages to send     No hay mensajes para enviar. 
    2419324251es-es   expressoMail1_2 none    Ninguno 
     24252es-es   expressoMail1_2 search user     Buscar usuarios 
    2419424253es-es   expressoMail1_2 none result was found.  Ningún resultado fue encontrado 
    2419524254es-es   expressoMail1_2 no option marked!       ¡No fue marcada ninguna opción! 
     
    2427724336es-es   expressoMail1_2 search the messages in these folders    Busque mensajes en estas carpetas 
    2427824337es-es   expressoMail1_2 search user...  Búsqueda usuario... 
    24279 es-es   expressoMail1_2 search user     Buscar usuarios 
    24280 es-es   expressoMail1_2 sector  Sector 
    24281 es-es   expressoMail1_2 seen    Leídas 
    2428224338es-es   expressoMail1_2 select a folder:        Seleccione una carpeta: 
    2428324339es-es   expressoMail1_2 select a folder!        Seleccione una carpeta! 
     
    2447524531es-es   preferences     autohide sidebox menu's Ocultar automáticamente menu lateral 
    2447624532es-es   preferences     automatically hide the sidebox menu's?  ¿El menú lateral  debe ser ocultado automáticamente? 
     24533es-es   mobile  phone   Teléfono 
    2447724534es-es   preferences     change your password    Cambiar su contraseña 
    2447824535es-es   preferences     change your personal data       Cambie sus datos personales 
     
    2453224589es-es   preferences     should the number of active sessions be displayed for you all the time. ¿Mostrar el número de sesiones activas todo el tiempo? 
    2453324590es-es   preferences     should this help messages shown up always, when you enter the preferences or only on request.   ¿Mostrar estos mensajes de ayuda al modificar preferencias, o sólo cuando lo solicite? 
     24591es-es   mobile  message sent successfully       Mensaje enviado con éxito 
    2453424592es-es   preferences     show current users on navigation bar    Mostrar usuarios conectados en la barra de navegación 
    2453524593es-es   preferences     show helpmessages by default    Mostrar mensajes de ayuda por defecto 
     
    2459424652es-es   mobile  this message don't have attachment(s)   Este e-mail no posee anexo(s) 
    2459524653es-es   mobile  catalog Catálogo 
    24596 es-es   mobile  phone   Teléfono 
    24597 es-es   mobile  message sent successfully       Mensaje enviado con éxito 
    2459824654es-es   mobile  message not sent        Mensaje no enviado 
    2459924655es-es   mobile  more folders... Mas Carpetas... 
     
    2476724823es-es   workflow        <strong>%roles%</strong> are the emails of all users mapped to any role on this activity        <strong>%roles%</strong> son los correos de todos los usuarios mapeados a cualquier rol en esta actividad 
    2476824824es-es   workflow        <strong>%signature%</strong> is the agent signature defined in the process configuration        <strong>%signature%</strong> es la firma del agente definida en la configuración del proceso 
     24825es-es   filemanager     my folder       Mi carpeta 
    2476924826es-es   workflow        <strong>%user%</strong> is the instance user email      <strong>%user%</strong> es el correo del usuario de la instancia 
    2477024827es-es   workflow        <strong>%user_xx%</strong> is the email of the acount xx        <strong>%user_XX%</strong> es el correo de la cuenta XX 
     
    2490124958es-es   workflow        delition successful     Borrado correcto 
    2490224959es-es   workflow        description     Descripción 
     24960es-es   workflow        process does not have a start activity  El proceso no tiene una actividad de inicio 
     24961pt-br   filemanager     you must choose a folder !      Você deve escolher uma pasta ! 
    2490324962es-es   workflow        do you want the activity status on instances lists. most of the time it is "running" but if you use non-autorouted transitions you will have some completed activities. ¿Desea el estado de la actividad en las listas de instancias? La mayoría del tiempo está "en ejecución", pero si usa transiciones no autoenrutadas tendrá algunas actividades completadas. 
    2490424963es-es   workflow        do you want the category column on instances lists, if yout instances use categories you should use it  ¿Desea la columna de categoría en las listas de instancias? Si sus instancias usan categorías, debería usarla. 
     
    2509425153es-es   workflow        process activities      Procesar actividades 
    2509525154es-es   workflow        process alone   Procesar por separado 
    25096 es-es   workflow        process does not have a start activity  El proceso no tiene una actividad de inicio 
    2509725155es-es   workflow        process does not have exactly one end activity  El proceso no tiene exactamente una actividad de fin 
    2509825156es-es   workflow        process form    Procesar formulario 
     
    2516925227es-es   workflow        send when the activity is ending        enviar cuando la actividad esté finalizando 
    2517025228es-es   workflow        send when the activity is starting      enviar cuando la actividad esté comenzando 
     25229pt-br   filemanager     file moved successfuly  Arquivo movido com sucesso 
    2517125230es-es   workflow        send when wf_agent_mail_smtp['submit_send'] is posted   enviar cuando se envie wf_agent_mail_smtp['submit_send'] 
    2517225231es-es   workflow        set next act    Establecer actividad siguiente 
     
    2529625355es-es   workflow        you are not allowed to grab instance %1 No tiene permiso para tomar la instancia %1 
    2529725356es-es   workflow        you are not allowed to release instance %1      No tiene permiso para liberar la instancia %1 
     25357pt-br   filemanager     archive Arquivar 
    2529825358es-es   workflow        you are not allowed to restart instance %1      No tiene permiso para reiniciar la instancia %1 
    2529925359es-es   workflow        you are not allowed to resume instance %1       No tiene permiso para continuar la instancia %1 
     
    2537325433en      filemanager     execute Execute 
    2537425434en      filemanager     failed to create directory      failed to create directory 
     25435pt-br   filemanager     unarchive       Desarquivar 
    2537525436en      filemanager     fake base dir did not exist, egroupware created a new one.      Fake Base Dir did not exist, eGroupWare created a new one. 
    2537625437en      filemanager     file %1 already exists. please edit it or delete it first.      File %1 already exists. Please edit it or delete it first. 
     
    2545925520pt-br   filemanager     could not move %1 file(s)       Não foi possível mover %1 arquivo(s) 
    2546025521pt-br   filemanager     select a folder Selecione uma pasta 
     25522pt-br   filemanager     new folder      Nova pasta 
     25523pt-br   filemanager     remove folder   Apagar pasta 
    2546125524pt-br   filemanager     could not move file because no destination directory is given   Não foi possível mover o arquivo porque não se definiu um diretório de destino 
    2546225525pt-br   filemanager     could not rename %1 to %2       Não foi possível renomear %1 para %2 
     
    2554225605pt-br   filemanager     notify email    Notificar os e-mails 
    2554325606pt-br   filemanager     %1 files moved successfuly      %1 arquivos movidos com sucesso 
    25544 pt-br   filemanager     file moved successfuly  Arquivo movido com sucesso 
    25545 pt-br   filemanager     archive Arquivar 
    25546 pt-br   filemanager     unarchive       Desarquivar 
    25547 pt-br   filemanager     new folder      Nova pasta 
    25548 pt-br   filemanager     remove folder   Apagar pasta 
    2554925607pt-br   filemanager     do you really want to remove folder: %1?        Você realmente deseja apagar a pasta: %1? 
    2555025608pt-br   filemanager     your operation was successfully executed        Sua operação foi executada com sucesso 
     
    2562625684pt-br   filemanager     you do not have java installed, plugin not loaded       Você não tem o Java instalado, o plugin não foi iniciado 
    2562725685pt-br   filemanager     your home dir did not exist, egroupware created a new one.      Seu Diretório Home não existia, foi criado um novo. 
    25628 pt-br   filemanager     you must choose a folder !      Você deve escolher uma pasta ! 
     25686es-es   filemanager     edit comments   Editar comentarios 
    2562925687pt-br   filemanager     filemanager notification        Gerenciador de arquivos notifica 
    2563025688pt-br   filemanager     the user %1, sent the file "%2" (type %3) and asked to notify you.      O usu&aacute;rio %1, enviou o arquivo "%2" (tipo %3) e solicitou o notificar. 
     
    2570225760es-es   filemanager     display attributes      Mostrar atributos 
    2570325761es-es   filemanager     download        Descargar 
    25704 es-es   filemanager     edit comments   Editar comentarios 
     25762es-es   filemanager     save    Salvar 
    2570525763es-es   filemanager     error running command   Error al ejecutar el comando 
    2570625764es-es   filemanager     execute Ejecutar 
     
    2578925847es-es   filemanager     view as icons   Ver como ícones 
    2579025848es-es   filemanager     drag and drop to move   Arrastre y suelte para mover 
    25791 es-es   filemanager     save    Salvar 
    25792 es-es   filemanager     my folder       Mi carpeta 
    2579325849es-es   filemanager     edit folders    Editar carpetas 
    2579425850es-es   filemanager     share folders   Compartir carpetas 
     
    2619026246 
    2619126247-- 
     26248-- Name: calendar_timezones_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:  
     26249-- 
     26250 
     26251ALTER TABLE ONLY calendar_timezones 
     26252    ADD CONSTRAINT calendar_timezones_pkey PRIMARY KEY (id); 
     26253 
     26254 
     26255-- 
    2619226256-- Name: calendar_to_calendar_object_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:  
    2619326257-- 
Note: See TracChangeset for help on using the changeset viewer.