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 20:18:42 +00:00
Родитель 5d6efb42ae
Коммит 1ec389071c
4 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

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

Просмотреть файл

@ -0,0 +1,6 @@
PlacesBookmarksRootTitle=Bookmarks
PlacesBookmarksRootDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Menu
PlacesBookmarksRootIconURI=chrome://browser/skin/places/bookmarksMenu.png
PlacesBookmarksToolbarTitle=Bookmarks Toolbar Folder
PlacesBookmarksToolbarDescription=Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar

Просмотреть файл

@ -109,3 +109,5 @@
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/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)