зеркало из https://github.com/mozilla/pjs.git
fix for bug #373207 l10n: rename entity / properties that changed due to bug #373211 (search.all.label, cmd.find.label, places.title, etc)
patch=Steve Won <swon@mozilla.com> r=sspitzer
This commit is contained in:
Родитель
2abdc941c6
Коммит
e155c3315d
|
@ -409,7 +409,7 @@ var PlacesSearchBox = {
|
||||||
PlacesUtils.getFormattedString("searchCurrentDefault", [title]);
|
PlacesUtils.getFormattedString("searchCurrentDefault", [title]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this.searchFilter.grayText = PlacesUtils.getString("searchDefault");
|
this.searchFilter.grayText = PlacesUtils.getString("searchByDefault");
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -446,7 +446,7 @@ var PlacesSearchBox = {
|
||||||
*/
|
*/
|
||||||
init: function PSB_init() {
|
init: function PSB_init() {
|
||||||
var searchFilter = this.searchFilter;
|
var searchFilter = this.searchFilter;
|
||||||
searchFilter.grayText = PlacesUtils.getString("searchDefault");
|
searchFilter.grayText = PlacesUtils.getString("searchByDefault");
|
||||||
searchFilter.reset();
|
searchFilter.reset();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<window id="places"
|
<window id="places"
|
||||||
title="&places.title;"
|
title="&places.bm.title;"
|
||||||
windowtype="Places:Organizer"
|
windowtype="Places:Organizer"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
onload="PlacesOrganizer.init();"
|
onload="PlacesOrganizer.init();"
|
||||||
|
@ -75,7 +75,8 @@
|
||||||
|
|
||||||
<commandset id="organizerCommandSet">
|
<commandset id="organizerCommandSet">
|
||||||
<command id="OrganizerCommand_find:all"
|
<command id="OrganizerCommand_find:all"
|
||||||
label="&cmd.find.label;" accesskey="&cmd.find.accesskey;"
|
label="&cmd.findInBookmarks.label;"
|
||||||
|
accesskey="&cmd.findInBookmarks.accesskey;"
|
||||||
oncommand="PlacesSearchBox.findAll();"/>
|
oncommand="PlacesSearchBox.findAll();"/>
|
||||||
<command id="OrganizerCommand_find:current"
|
<command id="OrganizerCommand_find:current"
|
||||||
label="&cmd.findCurrent.label;"
|
label="&cmd.findCurrent.label;"
|
||||||
|
@ -315,7 +316,8 @@
|
||||||
collection="bookmarks">
|
collection="bookmarks">
|
||||||
<button type="menu" class="filterList" id="filterList_history">
|
<button type="menu" class="filterList" id="filterList_history">
|
||||||
<menupopup>
|
<menupopup>
|
||||||
<menuitem label="&search.all.label;" accesskey="&search.all.accesskey;"
|
<menuitem label="&search.allBookmarks.label;"
|
||||||
|
accesskey="&search.allBookmarks.accesskey;"
|
||||||
type="radio" name="collection" value="all"
|
type="radio" name="collection" value="all"
|
||||||
checked="true" default="true"/>
|
checked="true" default="true"/>
|
||||||
<menuitem label="&search.collection.label;" accesskey="&search.collection.accesskey;"
|
<menuitem label="&search.collection.label;" accesskey="&search.collection.accesskey;"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!ENTITY places.title
|
<!ENTITY places.bm.title
|
||||||
"Bookmarks Manager">
|
"Bookmarks Manager">
|
||||||
<!ENTITY file.label
|
<!ENTITY file.label
|
||||||
"File">
|
"File">
|
||||||
|
@ -51,9 +51,9 @@
|
||||||
<!ENTITY help.advancedTips.accesskey
|
<!ENTITY help.advancedTips.accesskey
|
||||||
"T">
|
"T">
|
||||||
|
|
||||||
<!ENTITY cmd.find.label
|
<!ENTITY cmd.findInBookmarks.label
|
||||||
"Find in Bookmarks...">
|
"Find in Bookmarks...">
|
||||||
<!ENTITY cmd.find.accesskey
|
<!ENTITY cmd.findInBookmarks.accesskey
|
||||||
"F">
|
"F">
|
||||||
<!ENTITY cmd.findCurrent.label
|
<!ENTITY cmd.findCurrent.label
|
||||||
"Find in Current Collection...">
|
"Find in Current Collection...">
|
||||||
|
@ -220,9 +220,9 @@
|
||||||
"Current Collection Only">
|
"Current Collection Only">
|
||||||
<!ENTITY search.collection.accesskey
|
<!ENTITY search.collection.accesskey
|
||||||
"C">
|
"C">
|
||||||
<!ENTITY search.all.label
|
<!ENTITY search.allBookmarks.label
|
||||||
"All Bookmarks">
|
"All Bookmarks">
|
||||||
<!ENTITY search.all.accesskey
|
<!ENTITY search.allBookmarks.accesskey
|
||||||
"A">
|
"A">
|
||||||
<!ENTITY saveSearch.label
|
<!ENTITY saveSearch.label
|
||||||
"Save">
|
"Save">
|
||||||
|
|
|
@ -62,7 +62,7 @@ view.sortBy.dateAdded.accesskey=A
|
||||||
view.sortBy.lastModified.label=Sort by Last Modified
|
view.sortBy.lastModified.label=Sort by Last Modified
|
||||||
view.sortBy.lastModified.accesskey=M
|
view.sortBy.lastModified.accesskey=M
|
||||||
|
|
||||||
searchDefault=Search in Bookmarks
|
searchByDefault=Search in Bookmarks
|
||||||
searchCurrentDefault=Search in '%S'
|
searchCurrentDefault=Search in '%S'
|
||||||
findInPrefix=Find in '%S'...
|
findInPrefix=Find in '%S'...
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче