Skip to content

Commit

Permalink
Added a string, removed a double, removed a few colons
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharland committed Aug 25, 2015
1 parent c106f54 commit 9445315
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions SoObjects/Appointments/English.lproj/Localizable.strings
Expand Up @@ -20,10 +20,10 @@ vtodo_class2 = "(Confidential task)";
"calendar_label" = "Calendar";
"startDate_label" = "Start";
"endDate_label" = "End";
"due_label" = "Due Date:";
"due_label" = "Due Date";
"location_label" = "Location";
"summary_label" = "Summary:";
"comment_label" = "Comment:";
"summary_label" = "Summary";
"comment_label" = "Comment";

/* Invitation */
"Event Invitation: \"%{Summary}\"" = "Event Invitation: \"%{Summary}\"";
Expand Down
1 change: 1 addition & 0 deletions UI/Common/English.lproj/Localizable.strings
Expand Up @@ -124,3 +124,4 @@
"No such user." = "No such user.";
"You cannot (un)subscribe to a folder that you own!" = "You cannot (un)subscribe to a folder that you own!";
"SOGo" = "SOGo";
"Modules" = "Modules";
2 changes: 2 additions & 0 deletions UI/Contacts/English.lproj/Localizable.strings
Expand Up @@ -253,3 +253,5 @@
"Add Member" = "Add Member";
"Reset" = "Reset";
"Subscribe" = "Subscribe";
"Add Birthday" = "Add Birthday";
"Import" = "Import";
1 change: 0 additions & 1 deletion UI/MailPartViewers/English.lproj/Localizable.strings
Expand Up @@ -55,5 +55,4 @@ reply_info = "This is a reply to an event invitation done by you.";
"CC" = "CC";
"Cancel" = "Cancel";
"OK" = "OK";
"OK" = "OK";
"Comment" = "Comment";
10 changes: 5 additions & 5 deletions UI/PreferencesUI/English.lproj/Localizable.strings
Expand Up @@ -186,7 +186,7 @@
"(Click to create)" = "(Click to create)";

"Signature" = "Signature";
"Please enter your signature below:" = "Please enter your signature below:";
"Please enter your signature below" = "Please enter your signature below";

"Please specify a valid sender address." = "Please specify a valid sender address.";
"Please specify a valid reply-to address." = "Please specify a valid reply-to address.";
Expand Down Expand Up @@ -284,12 +284,12 @@
"Service temporarily unavailable" = "Service temporarily unavailable";

/* Filters - UIxFilterEditor */
"Filter name:" = "Filter name:";
"Filter name" = "Filter name";
"For incoming messages that" = "For incoming messages that";
"match all of the following rules:" = "match all of the following rules:";
"match any of the following rules:" = "match any of the following rules:";
"match all of the following rules" = "match all of the following rules";
"match any of the following rules" = "match any of the following rules";
"match all messages" = "match all messages";
"Perform these actions:" = "Perform these actions:";
"Perform these actions" = "Perform these actions";
"Untitled Filter" = "Untitled Filter";

"Subject" = "Subject";
Expand Down
8 changes: 4 additions & 4 deletions UI/Templates/PreferencesUI/UIxFilterEditor.wox
Expand Up @@ -13,7 +13,7 @@
<div class="md-toolbar-tools">
<md-icon class="material-icons sg-icon-toolbar-bg">filter_list</md-icon>
<md-input-container>
<label><var:string label:value="Filter name:"/></label>
<label><var:string label:value="Filter name"/></label>
<input class="md-title" type="text" ng-model="filter.name" required="required"/>
</md-input-container>
<md-button type="button" class="sg-icon-button " ng-click="cancel()">
Expand All @@ -33,10 +33,10 @@
<md-input-container class="md-flex">
<md-select ng-model="filter.match" required="required">
<md-option const:value="all">
<var:string label:value="match all of the following rules:"/>
<var:string label:value="match all of the following rules"/>
</md-option>
<md-option const:value="any">
<var:string label:value="match any of the following rules:"/>
<var:string label:value="match any of the following rules"/>
</md-option>
<md-option const:value="allmessages">
<var:string label:value="match all messages"/>
Expand Down Expand Up @@ -99,7 +99,7 @@

<!-- ACTIONS -->
<div layout="column">
<var:string label:value="Perform these actions:"/>
<var:string label:value="Perform these actions"/>
<div id="filterActions"><!-- empty --></div>

<md-list>
Expand Down

0 comments on commit 9445315

Please sign in to comment.