Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Bricolage: commits

[8508] Double quotes inside double quotes isn't good.

 

 

Bricolage commits RSS feed   Index | Next | Previous | View Threaded


slanning at bricolage

Mar 16, 2009, 5:49 AM

Post #1 of 1 (469 views)
Permalink
[8508] Double quotes inside double quotes isn't good.

Revision: 8508
Author: slanning
Date: 2009-03-16 05:49:28 -0700 (Mon, 16 Mar 2009)
ViewCVS: http://viewsvn.bricolage.cc/?rev=8508&view=rev

Log Message:
-----------
Double quotes inside double quotes isn't good.
Not sure when this was put in place, so I didn't put it in Changes.pod
There's still a problem with toggling some subelements, though!

Modified Paths:
--------------
bricolage/trunk/comp/widgets/container_prof/container.mc
bricolage/trunk/lib/Bric/Util/Language/de_de.pm
bricolage/trunk/lib/Bric/Util/Language/en_us.pm
bricolage/trunk/lib/Bric/Util/Language/it_it.pm
bricolage/trunk/lib/Bric/Util/Language/pt_pt.pm
bricolage/trunk/lib/Bric/Util/Language/ru_ru.pm
bricolage/trunk/lib/Bric/Util/Language/zh_cn.pm
bricolage/trunk/lib/Bric/Util/Language/zh_tw.pm

Modified: bricolage/trunk/comp/widgets/container_prof/container.mc
===================================================================
--- bricolage/trunk/comp/widgets/container_prof/container.mc 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/comp/widgets/container_prof/container.mc 2009-03-16 12:49:28 UTC (rev 8508)
@@ -2,7 +2,7 @@
% unless ($top_level) {
<fieldset>
<legend class="name">
-<a href="#" style="" id="element_<% $id %>_showhide" onclick="Container.toggle(<% $id %>, this); return false;" title="<% $lang->maketext('Toggle "[_1]"', escape_html($element->get_name) ) %>">&#x25b<% $displayed ? 'c' : 'a' %>;</a>
+<a href="#" style="" id="element_<% $id %>_showhide" onclick="Container.toggle(<% $id %>, this); return false;" title="<% $lang->maketext('Toggle &quot;[_1]&quot;', escape_html($element->get_name) ) %>">&#x25b<% $displayed ? 'c' : 'a' %>;</a>
<span title="<% $lang->maketext('Drag to reorder') %>"><% $element->get_name %></span>
</legend>
% }

Modified: bricolage/trunk/lib/Bric/Util/Language/de_de.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/de_de.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/de_de.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -724,7 +724,7 @@
'This day does not exist! Your day is changed to the' => 'Dieser Tag existiert nicht! Tag wurde geändert auf',
'This story has not been assigned to a category.' => 'Dieser Beitrag wurde noch keiner Kategorie zugeordnet.',
'To' => 'Zu',
- 'Toggle "[_1]"' => 'Umschalten “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Umschalten “[_1]”',
'URI "[_1]" is already in use. Please try a different directory name or parent category.' => 'Der URI "[_1]" ist bereits in Gebrauch. Bitte verwenden Sie einen anderen Verzeichnisnamen oder Kategorie.',
'Un-relate' => 'Bezug auflösen',
'Unknown tag "[_1]" at line [_2].' => 'Unbekanntes Etikett "[_1]" auf Zeile [_2].',

Modified: bricolage/trunk/lib/Bric/Util/Language/en_us.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/en_us.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/en_us.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -47,7 +47,7 @@
'Field "[_1]" cannot be deleted. There must be at least [quant,_2,field,fields] of this type.' => 'Field “[_1]” cannot be deleted. There must be at least [quant,_2,field,fields] of this type.',
'Element "[_1]" cannot be deleted. There must be at least [quant,_2,element,elements] of this type.' => 'Element “[_1]” cannot be deleted. There must be at least [quant,_2,element,elements] of this type.',
'Field "[_1]" appears [_2] times around line [_3]. Please remove all but [_4].' => 'Field “[_1]” appears [quant,_2,time,times] around line [_3]. Please remove all but [_4].',
- 'Toggle "[_1]"' => 'Toggle “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Toggle “[_1]”',
'You have not been granted [_1] access to the "[_2]" [_3]' => 'You have not been granted [_1] access to the “[_2]” [_3]',
_AUTO => 1,
);

Modified: bricolage/trunk/lib/Bric/Util/Language/it_it.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/it_it.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/it_it.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -601,7 +601,7 @@
'[_1] cannot be a subelement of [_2].' => '[_1] cannot be a subelement of [_2].',
'You cannot add a note to "[_1]" because it is not checked out to you' => 'You cannot add a note to "[_1]" because it is not checked out to you',
'Could not create a thumbnail for [_1]: [_2]' => 'Could not create a thumbnail for [_1]: [_2]',
- 'Toggle "[_1]"' => 'Toggle \xFC[_1]\xFD',
+ 'Toggle &quot;[_1]&quot;' => 'Toggle \xFC[_1]\xFD',
'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.' => 'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.',
'Paste ([_1])' => 'Paste ([_1])', # As in Copy/Paste


Modified: bricolage/trunk/lib/Bric/Util/Language/pt_pt.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/pt_pt.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/pt_pt.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -760,7 +760,7 @@
'[_1] cannot be a subelement of [_2].' => '[_1] cannot be a subelement of [_2].',
'You cannot add a note to "[_1]" because it is not checked out to you' => 'You cannot add a note to "[_1]" because it is not checked out to you',
'Could not create a thumbnail for [_1]: [_2]' => 'Could not create a thumbnail for [_1]: [_2]',
- 'Toggle "[_1]"' => 'Toggle “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Toggle “[_1]”',
'Delete this Story' => 'Delete this Story',
'Delete this Media' => 'Delete this Media',
'Delete this Template' => 'Delete this Template',

Modified: bricolage/trunk/lib/Bric/Util/Language/ru_ru.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/ru_ru.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/ru_ru.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -473,7 +473,7 @@
'Switch Roles' => 'Переключить роли',
'Template Profile' => 'Профиль шаблона',
'Template Code' => 'Код шаблона',
- 'Toggle "[_1]"' => 'Переключить “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Переключить “[_1]”',
'Un-Associate' => 'Разъединить',
'Un-relate' => 'Разъединить',
'Upload a file' => 'Подгрузить файл',

Modified: bricolage/trunk/lib/Bric/Util/Language/zh_cn.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/zh_cn.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/zh_cn.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -640,7 +640,7 @@
'[_1] cannot be a subelement of [_2].' => '[_1] cannot be a subelement of [_2].',
'You cannot add a note to "[_1]" because it is not checked out to you' => 'You cannot add a note to "[_1]" because it is not checked out to you',
'Could not create a thumbnail for [_1]: [_2]' => 'Could not create a thumbnail for [_1]: [_2]',
- 'Toggle "[_1]"' => 'Toggle “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Toggle “[_1]”',
'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.' => 'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.',
'Paste ([_1])' => 'Paste ([_1])', # As in Copy/Paste


Modified: bricolage/trunk/lib/Bric/Util/Language/zh_tw.pm
===================================================================
--- bricolage/trunk/lib/Bric/Util/Language/zh_tw.pm 2009-03-16 00:45:04 UTC (rev 8507)
+++ bricolage/trunk/lib/Bric/Util/Language/zh_tw.pm 2009-03-16 12:49:28 UTC (rev 8508)
@@ -766,7 +766,7 @@
'[_1] cannot be a subelement of [_2].' => '[_1] cannot be a subelement of [_2].',
'You cannot add a note to "[_1]" because it is not checked out to you' => 'You cannot add a note to "[_1]" because it is not checked out to you',
'Could not create a thumbnail for [_1]: [_2]' => 'Could not create a thumbnail for [_1]: [_2]',
- 'Toggle "[_1]"' => 'Toggle “[_1]”',
+ 'Toggle &quot;[_1]&quot;' => 'Toggle “[_1]”',
'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.' => 'Could not create keyword, "[_1]", as you have not been granted permission to create new keywords.',
'Paste ([_1])' => 'Paste ([_1])', # As in Copy/Paste

Bricolage commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.