зеркало из https://github.com/mozilla/gecko-dev.git
Checking in patch for bug 212534: Strings in calendar that are out of the locale directory
This commit is contained in:
Родитель
90ebcf7571
Коммит
57099e39f3
|
@ -417,7 +417,7 @@ var toDoTreeView =
|
|||
case "unifinder-todo-tree-col-title":
|
||||
var titleText;
|
||||
if( calendarToDo.title == "" )
|
||||
titleText = "Untitled";
|
||||
titleText = gCalendarBundle.getString( "eventUntitled" );
|
||||
else
|
||||
titleText = calendarToDo.title;
|
||||
return( titleText );
|
||||
|
|
|
@ -104,6 +104,7 @@ TooManyAlarmsMessage=You have %1$S total alarms. We've shown you the last 6. Cli
|
|||
unifinderAlldayEventDate=All day %1$S
|
||||
## %1$S is the date, %2$S is the time
|
||||
unifinderNormalEventDate=%1$S %2$S
|
||||
eventUntitled=Untitled
|
||||
|
||||
# Tooltips of events or todos
|
||||
tooltipTitleElement=Title: %1$S
|
||||
|
|
Загрузка…
Ссылка в новой задаче