<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic docasu  translation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245438#M198568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how I could translate docasu?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't need to internationalize it, only to translate to another language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Feb 2010 11:28:31 GMT</pubDate>
    <dc:creator>gandra</dc:creator>
    <dc:date>2010-02-14T11:28:31Z</dc:date>
    <item>
      <title>docasu  translation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245438#M198568</link>
      <description>Hi1Does anybody know how I could translate docasu?I don't need to internationalize it, only to translate to another language.</description>
      <pubDate>Sun, 14 Feb 2010 11:28:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245438#M198568</guid>
      <dc:creator>gandra</dc:creator>
      <dc:date>2010-02-14T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: docasu  translation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245439#M198569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I succed in translation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First I downloades docasu source with :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;svn co &lt;/SPAN&gt;&lt;A href="http://code.optaros.com/svn/docasu/trunk" rel="nofollow noopener noreferrer"&gt;http://code.optaros.com/svn/docasu/trunk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that from coomand prompt in docasu/trunk folder exexute:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant setup&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This fill create some file and one of them is deploy-local.properties.base&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that file change the path of the alfresco install folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I started to search in all *.js files in docasu plugins folder and directly translated strings in js files and after&amp;nbsp; that executed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant clean&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant install-module&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant deploy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant stop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant start&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open browser, clear all cache, and login to the docasu ui. Translations will appear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 14:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245439#M198569</guid>
      <dc:creator>gandra</dc:creator>
      <dc:date>2010-02-15T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: docasu  translation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245440#M198570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same goal (translation in french)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i don't understand where you take the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't use the amp file from &lt;/SPAN&gt;&lt;A href="http://code.optaros.com/trac/docasu/wiki/Downloads" rel="nofollow noopener noreferrer"&gt;http://code.optaros.com/trac/docasu/wiki/Downloads&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me the files you changed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:31:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245440#M198570</guid>
      <dc:creator>telesto</dc:creator>
      <dc:date>2010-03-24T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: docasu  translation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245441#M198571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded sourcecode using svn:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;svn co &lt;/SPAN&gt;&lt;A href="http://code.optaros.com/svn/docasu/trunk" rel="nofollow noopener noreferrer"&gt;http://code.optaros.com/svn/docasu/trunk&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;look at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.optaros.com/trac/docasu/wiki/DeveloperGuide" rel="nofollow noopener noreferrer"&gt;http://code.optaros.com/trac/docasu/wiki/DeveloperGuide&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not remeber what files I have changed but you can search in text some strings from ui and i a such way you will find where to make translations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Apr 2010 16:43:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/docasu-translation/m-p/245441#M198571</guid>
      <dc:creator>gandra</dc:creator>
      <dc:date>2010-04-04T16:43:07Z</dc:date>
    </item>
  </channel>
</rss>

