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

BalearWeb balearweb at balearweb.com
Thu Oct 19 07:33:11 GMT 2006


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ï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
> +?>
>   



More information about the pLog-svn mailing list