applied comments

This commit is contained in:
Alexandre Cloutier
2014-05-08 19:14:39 -04:00
parent da8febf138
commit fc3cfa5484
7 changed files with 54 additions and 104 deletions
@@ -5,6 +5,7 @@
"Create a new event" = "Create a new event";
"Create a new task" = "Create a new task";
"Edit this event or task" = "Edit this event or task";
"Print the current calendar view" = "Print the current calendar view";
"Delete this event or task" = "Delete this event or task";
"Go to today" = "Go to today";
"Switch to day view" = "Switch to day view";
@@ -117,7 +118,7 @@
"Name of the Calendar" = "Name of the Calendar";
"new" = "New";
"printview" = "Print View";
"Print view" = "Print view";
"edit" = "Edit";
"delete" = "Delete";
"proposal" = "Proposal";
@@ -147,8 +148,6 @@
/* Print view */
"LIST" = "List";
"DAY" = "Daily";
"WEEK" = "Weekly";
"Print Settings" = "Print Settings";
"Title:" = "Title:";
"Layout:" = "Layout:";
@@ -41,7 +41,7 @@
onclick = "return printView();";
cssClass = "tbicon_print single-window-not-conditional";
image = "tb-mail-print-flat-24x24.png";
label = "Print View";
label = "Print view";
tooltip = "Print the current calendar view"; } ),
( { link = "#";
label="Delete";
+1 -1
View File
@@ -32,7 +32,7 @@ static NSArray *layoutItems = nil;
{
if (!layoutItems)
{
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", nil];
layoutItems = [NSArray arrayWithObjects: @"LIST", @"Daily", @"Weekly", nil];
[layoutItems retain];
}