Bug 382358 - "move places properties back into localizable location before betas" [p=dietrich r=sspitzer a=blocking-firefox3+ for M9]

This commit is contained in:
reed@reedloden.com 2007-10-25 13:18:41 -07:00
parent 2bfe6de1c3
commit 114aaea069
3 changed files with 3 additions and 11 deletions

View File

@ -134,7 +134,7 @@ nsNavBookmarks::Init()
do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv); do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv);
NS_ENSURE_SUCCESS(rv, rv); NS_ENSURE_SUCCESS(rv, rv);
rv = bundleService->CreateBundle( rv = bundleService->CreateBundle(
"chrome://global/content/places/places.properties", "chrome://places/locale/places.properties",
getter_AddRefs(mBundle)); getter_AddRefs(mBundle));
NS_ENSURE_SUCCESS(rv, rv); NS_ENSURE_SUCCESS(rv, rv);

View File

@ -1,16 +1,6 @@
#
# NOTE: The string properties need to be moved into locale when they are
# considered stable.
#
PlacesBookmarksRootTitle=Bookmarks PlacesBookmarksRootTitle=Bookmarks
PlacesBookmarksRootDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Menu PlacesBookmarksRootDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Menu
PlacesBookmarksRootIconURI=chrome://browser/skin/places/bookmarksMenu.png PlacesBookmarksRootIconURI=chrome://browser/skin/places/bookmarksMenu.png
PlacesBookmarksToolbarTitle=Bookmarks Toolbar Folder PlacesBookmarksToolbarTitle=Bookmarks Toolbar Folder
PlacesBookmarksToolbarDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar PlacesBookmarksToolbarDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar
PlacesFeedsQueryURI=place:&annotation=livemark%2FfeedURI
PlacesFeedsQueryIconURI=chrome://browser/skin/places/livemarkItem.png
PlacesFeedsQueryTitle=Subscriptions
PlacesFeedsQueryDescription=Shows all Subscribed Feeds

View File

@ -109,3 +109,5 @@
locale/@AB_CD@/help/help.dtd (%chrome/mozapps/help/help.dtd) locale/@AB_CD@/help/help.dtd (%chrome/mozapps/help/help.dtd)
locale/@AB_CD@/help/help-toc.rdf (%chrome/mozapps/help/help-toc.rdf) locale/@AB_CD@/help/help-toc.rdf (%chrome/mozapps/help/help-toc.rdf)
locale/@AB_CD@/help/welcome.xhtml (%chrome/mozapps/help/welcome.xhtml) locale/@AB_CD@/help/welcome.xhtml (%chrome/mozapps/help/welcome.xhtml)
% locale places @AB_CD@ %locale/@AB_CD@/places/
locale/@AB_CD@/places/places.properties (%chrome/places/places.properties)