Page 1 of 1
Office Add-Ins
PostPosted:Fri Jun 11, 2010 7:35 am
by flekschas
Hi,
I've recently installed OpenKM and I was wondering if there is a way to use the Office 2003 Plugins with Version 2007?
Best regards,
Fritz Lekschas
Re: Office Add-Ins
PostPosted:Fri Jun 11, 2010 5:51 pm
by jllort
Theory says it might run with 2007. But actual plugins have some installation problems and don't install properly in office. I've still not solved it because I don't understand why Visual studio ( the microsoft - "super califristico es pialidoso" - developer IDE ) do not creates correctly the installer.
Re: Office Add-Ins
PostPosted:Thu Jul 01, 2010 8:20 am
by jllort
Today we've released new office addins compatible from 2000 to 2007 version ( we've tested with 2003 and 2007 ). I'm not sure it'll be compatible with 2010.
To downloading use
https://sourceforge.net/projects/openkm/files/
Re: Office Add-Ins
PostPosted:Thu Jul 01, 2010 11:13 am
by blindrood
I tested WordAddIn with Word 2007 and it works grat

How can I localize it?
Re: Office Add-Ins
PostPosted:Thu Jul 01, 2010 9:04 pm
by jllort
localize ? what do you what to say with localize ( internationalization ? )
Re: Office Add-Ins
PostPosted:Fri Jul 02, 2010 9:12 am
by blindrood
jllort wrote:localize ? what do you what to say with localize ( internationalization ? )
Yes, I would like to translate those addons.
As I understamd I can grab sources from Your svn repo but how to work with it? Will You provide some info for developers at wiki?
Re: Office Add-Ins
PostPosted:Fri Jul 02, 2010 9:38 am
by jllort
You must send translations file to me ... because without addin-express you'll not be able to compile the addins.
Take a look at
http://openkm.svn.sourceforge.net/viewvc/openkm/trunk/ here are several projects, you must translate
For example here
http://openkm.svn.sourceforge.net/viewv ... WordAddIn/
The interesting files are .resx extensions ( are two here, for example AddinModule.resx )
What must be translated into file is :
Code: Select all<data name="add" xml:space="preserve">
<value>Add document</value>
</data>
<data name="cancelcheckout" xml:space="preserve">
<value>Cancel Checkout</value>
</data>
<data name="checkin" xml:space="preserve">
<value>Checkin</value>
</data>
<data name="configuration" xml:space="preserve">
<value>Configuration</value>
</data>
<data name="edit" xml:space="preserve">
<value>Edit</value>
</data>
<data name="help" xml:space="preserve">
<value>OpenKM online help</value>
</data>
Note that MSOpenKMCore is mandatory to be translated too, because has forms
If you've not Visual Studio I recommend you simply chekcout projects and take look .resx files ( <data> tag ) to be translated and send to me file XX.de-DE.resx ( for example if your language is german )
Contact to me using website contact form if you decide doing it.
Re: Office Add-Ins
PostPosted:Mon Aug 22, 2016 7:45 am
by khpavel
Hello, jllort!
Is is possible to send you Russian translate of office addins to add to actual addin version?
Re: Office Add-Ins
PostPosted:Mon Aug 22, 2016 8:12 am
by jllort
After installation you have the .properties file into OpenKM folder and you can modify there the translations.