[pLog-svn] r4141 - plog/branches/lifetype-1.1.2/locale

Oscar Renalias oscar at renalias.net
Thu Oct 19 07:38:08 GMT 2006


This was because of another error, it had nothing to do with quotes.

Quotes can stay as they are, there is no need to review and manually
escape them all. Revision 4140 fixed the issue with the drop-down menu
by programmatically escaping quotes and revision 4142 fixed another
problem with quotes using the same approach.

They may be other issues like this in the templates but I'd rather fix
them in the code instead of fixing all locales.

On 10/19/06, BalearWeb <balearweb at balearweb.com> wrote:
> I thought the problem was the quote in l\'.
>
> In my working copy I have managed to avoid any javascript errors
> by reviewing all the quotes related to javascript.
>
> I will send my file to mantis in case you want to use it. I have also added
> four lines at the end for messages that were missing:
>
> // textos per a LT 1.1.1
>
> $messages['add_album'] = 'Insereix carpeta';
> $messages['add_resource'] = 'Insereix arxiu original';
> $messages['add_resource_preview'] = 'Insereix arxiu en miniatura';
> $messages['add_resource_medium'] = 'Insereix arxiu semiredu&iuml;t';
>
>
> oscar at devel.lifetype.net wrote:
> > Author: oscar
> > Date: 2006-10-18 20:26:16 +0000 (Wed, 18 Oct 2006)
> > New Revision: 4141
> >
> > Modified:
> >    plog/branches/lifetype-1.1.2/locale/locale_ca_ES.php
> > Log:
> > this line should have not been split in two, as it was causing a Javascript error.
> >
> >
> > Modified: plog/branches/lifetype-1.1.2/locale/locale_ca_ES.php
> > ===================================================================
> > --- plog/branches/lifetype-1.1.2/locale/locale_ca_ES.php      2006-10-18 19:57:46 UTC (rev 4140)
> > +++ plog/branches/lifetype-1.1.2/locale/locale_ca_ES.php      2006-10-18 20:26:16 UTC (rev 4141)
> > @@ -1007,8 +1007,7 @@
> >
> >  $messages['change_album'] = 'Canvia �lbum';
> >
> > -$messages['warning_autosave_message'] = '<img src="imgs/admin/icon_warning-16.png" alt="Error" class="InfoIcon"/><p class="ErrorText">
> > -Sembla que la teva sessi� ha finalitzat sense haver desat l\'article. Si �s aix�, segueix aquest <a href="#" onclick="restoreAutoSave();">enlla� per recuperar-lo</a> o, si ho prefereixes, segueix aquest altre <a href="#" onclick="eraseAutoSave();">enlla� per esborrar-lo</a>.</p>';
> > +$messages['warning_autosave_message'] = '<img src="imgs/admin/icon_warning-16.png" alt="Error" class="InfoIcon"/><p class="ErrorText">Sembla que la teva sessi� ha finalitzat sense haver desat l\'article. Si �s aix�, segueix aquest <a href="#" onclick="restoreAutoSave();">enlla� per recuperar-lo</a> o, si ho prefereixes, segueix aquest altre <a href="#" onclick="eraseAutoSave();">enlla� per esborrar-lo</a>.</p>';
> >
> >  $messages['check_username'] = 'Prova el nom d\'usuari';
> >  $messages['check_username_ok'] = 'El nom d\'usuari est&agrave; disponible!';
> > @@ -1059,4 +1058,4 @@
> >  $messages['error_no_albums_defined'] = 'No hi ha �lbums disponibles en aquest bloc.';
> >
> >  $messages['password_reset_subject'] = 'Canvi de password a LifeType';
> > -?>
> > \ No newline at end of file
> > +?>
> >
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>


More information about the pLog-svn mailing list