<?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 Re: Translating Alfresco pt_pt in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56884#M34468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Language_Pack_Installation" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Language_Pack_Installation&lt;/A&gt;&lt;SPAN&gt; and the Language Packs forum for further information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic process using the full Tomcat installation bundle for Windows (after running for the first time):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Copy *.properties (ones without _en_US) files from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configRoot&amp;gt;\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\messages &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configRoot&amp;gt;\tomcat\shared\classes\alfresco\messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(where &amp;lt;configRoot&amp;gt; is your installation directory).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Rename the *.properties files so the files end with the appropriate country codes, for example *_pt_PT.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Translate the string pairs in the files.&amp;nbsp; For the web client the main file to change is the webclient_pt_PT.properties file.&amp;nbsp; For example change:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view_description=This view allows you to browse the items in this space. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view_description=Your translation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; To get the language to display in the drop down list on the login page edit the &amp;lt;configRoot&amp;gt;\tomcat\shared\classes\alfresco\extension\web-client-config-custom.xml file so that it displays the list of languages your wish to have available:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– Example of adding languages to the list in the login page –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Languages"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="pt_PT"&amp;gt;Iberian Portugese&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is of some help in getting you started.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 15:35:01 GMT</pubDate>
    <dc:creator>dnind</dc:creator>
    <dc:date>2007-03-14T15:35:01Z</dc:date>
    <item>
      <title>Translating Alfresco pt_pt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56883#M34467</link>
      <description>Hello,I'm planning to translate Alfresco 2.0 to Iberian Portuguese.Untill now I didn't found any documentation regarding the translation process (witch files to translate, etc).Could someone please point me the way?Thanks in advanced</description>
      <pubDate>Wed, 14 Mar 2007 13:14:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56883#M34467</guid>
      <dc:creator>ngamboa</dc:creator>
      <dc:date>2007-03-14T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Alfresco pt_pt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56884#M34468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Language_Pack_Installation" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Language_Pack_Installation&lt;/A&gt;&lt;SPAN&gt; and the Language Packs forum for further information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic process using the full Tomcat installation bundle for Windows (after running for the first time):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Copy *.properties (ones without _en_US) files from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configRoot&amp;gt;\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\messages &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configRoot&amp;gt;\tomcat\shared\classes\alfresco\messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(where &amp;lt;configRoot&amp;gt; is your installation directory).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Rename the *.properties files so the files end with the appropriate country codes, for example *_pt_PT.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Translate the string pairs in the files.&amp;nbsp; For the web client the main file to change is the webclient_pt_PT.properties file.&amp;nbsp; For example change:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view_description=This view allows you to browse the items in this space. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view_description=Your translation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; To get the language to display in the drop down list on the login page edit the &amp;lt;configRoot&amp;gt;\tomcat\shared\classes\alfresco\extension\web-client-config-custom.xml file so that it displays the list of languages your wish to have available:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– Example of adding languages to the list in the login page –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Languages"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;language locale="pt_PT"&amp;gt;Iberian Portugese&amp;lt;/language&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/languages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is of some help in getting you started.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56884#M34468</guid>
      <dc:creator>dnind</dc:creator>
      <dc:date>2007-03-14T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Alfresco pt_pt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56885#M34469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also look here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewforum.php?f=16" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewforum.php?f=16&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(This would also be a better place for discussions on the translation)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 15:21:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/translating-alfresco-pt-pt/m-p/56885#M34469</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2007-03-15T15:21:58Z</dc:date>
    </item>
  </channel>
</rss>

