Files
cappuccino/Tests/Manual/CPRuleEditorCibTest/Resources/format.strings
T
cacaodevandKlaas Pieter Annema ca1a1b43f1 CPRuleEditor & CPPredicateEditor & CPPredicateEditorRowtemplate implementations with theming, nib2cib support.
Tests: CPRuleEditorCibTest, CPPredicateEditorCibTest, SmartFoldersDemo: a real world usage of CPPredicateEditor.
Documentation for these 3 new classes.
2011-05-23 10:59:43 +02:00

19 lines
908 B
Plaintext

"CPLessThanPredicateOperatorType" = "is less than"; //0
"CPLessThanOrEqualToPredicateOperatorType" = "is less than or equal to"; //1
"CPGreaterThanPredicateOperatorType" = "is greater than"; //2
"CPGreaterThanOrEqualToPredicateOperatorType" = "is greater than or equal to"; //3
"CPEqualToPredicateOperatorType" = "is equal to"; //4
"CPNotEqualToPredicateOperatorType" = "is not equal"; //5
"CPMatchesPredicateOperatorType" = "matches"; //6
"CPLikePredicateOperatorType" = "is like"; //7
"CPBeginsWithPredicateOperatorType" = "begins with"; //8
"CPEndsWithPredicateOperatorType" = "ends with"; //9
"CPInPredicateOperatorType" = "is in"; //10
"CPCustomSelectorPredicateOperatorType" = "function"; //11
"CPContainsPredicateOperatorType" = "contains"; //99
"CPBetweenPredicateOperatorType" = "is between"; //100
"firstName" = "First Name";
"lastName" = "Last Name";
"age" = "Age";
"birthDate" = "Birth Date";