[SMW-devel] Spanish translations

2008-03-04 Thread Javier Bezos
I've noticed the Spanish strings are only partially translated, with obsolete names (eg, atributo instead of propiedad) and with many syntactical mistakes. Is it currently maintained? If not, I can contribute by translating them. Javier - Fundación del Español U

Re: [SMW-devel] Spanish translations

2008-03-04 Thread Javier Bezos
> Indeed I think that there is no active maintainer for Spanish, and your help > is appreciated (you can send the completed file to me and I will check it > in). Regarding the choice of words ("atributo" vs. "propiedad") you may do as > you like. Translations need not be literal (e.g. in German

[SMW-devel] Magic last modified

2008-06-11 Thread Javier Bezos
Hi, I'm trying to define a magic word returning the lastModified date, but I'm stuck. My first attempt was: $wgUser->getSkin()->lastModified() but it seems $wgArticle (used by lastModified) is not defined at the point the magic word is processed. Is there a simple way to get that date? Javier--

Re: [SMW-devel] Magic last modified

2008-06-11 Thread Javier Bezos
Ooops! Sorry -- wrong list! Javier - Original Message - From: Javier Bezos To: semediawiki-devel@lists.sourceforge.net Sent: Wednesday, June 11, 2008 11:49 AM Subject: [SMW-devel] Magic last modified Hi, I'm trying to define a magic word returning the lastModified date, bu