19 lines
518 B
XML
19 lines
518 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<grit-part>
|
|
<if expr="not use_titlecase">
|
|
<message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
|
|
Bookmarks
|
|
</message>
|
|
</if>
|
|
<if expr="use_titlecase">
|
|
<message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
|
|
Bookmarks
|
|
</message>
|
|
</if>
|
|
|
|
<if expr="not use_titlecase">
|
|
</if>
|
|
<if expr="use_titlecase">
|
|
</if>
|
|
</grit-part>
|