Added a string, removed a double, removed a few colons

pull/101/head
Luc Charland 2015-08-21 10:30:43 -04:00
parent c106f54b27
commit 9445315b30
6 changed files with 15 additions and 13 deletions

View File

@ -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}\"";

View File

@ -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";

View File

@ -253,3 +253,5 @@
"Add Member" = "Add Member";
"Reset" = "Reset";
"Subscribe" = "Subscribe";
"Add Birthday" = "Add Birthday";
"Import" = "Import";

View File

@ -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";

View File

@ -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.";
@ -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";

View File

@ -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()">
@ -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"/>
@ -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>