Develop and Download Open Source Software

Browse Subversion Repository

Contents of /XspfManager/LibraryRowTemplate.plist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 417 - (show annotations) (download)
Mon Jun 14 11:55:39 2010 UTC (13 years, 9 months ago) by masakih
File size: 17027 byte(s)
BundleIdentifierを変更。
ローカライズネイティブ言語を日本語に変更。
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <array>
5 <dict>
6 <key>name</key>
7 <string>String</string>
8 <key>criteria</key>
9 <array>
10 <dict>
11 <key>NSRuleEditorPredicateLeftExpression</key>
12 <string>value</string>
13 <key>value</key>
14 <string>placeholder</string>
15 <key>criteria</key>
16 <array>
17 <dict>
18 <key>NSRuleEditorPredicateOperatorType</key>
19 <integer>4</integer>
20 <key>NSRuleEditorPredicateOptions</key>
21 <integer>3</integer>
22 <key>value</key>
23 <string>is</string>
24 <key>criteria</key>
25 <array>
26 <dict>
27 <key>NSRuleEditorPredicateRightExpression</key>
28 <string>stringValue</string>
29 <key>value</key>
30 <string>textField</string>
31 </dict>
32 </array>
33 </dict>
34 <dict>
35 <key>NSRuleEditorPredicateOperatorType</key>
36 <integer>5</integer>
37 <key>NSRuleEditorPredicateOptions</key>
38 <integer>3</integer>
39 <key>value</key>
40 <string>is not</string>
41 <key>criteria</key>
42 <array>
43 <dict>
44 <key>NSRuleEditorPredicateRightExpression</key>
45 <string>stringValue</string>
46 <key>value</key>
47 <string>textField</string>
48 </dict>
49 </array>
50 </dict>
51 <dict>
52 <key>NSRuleEditorPredicateOperatorType</key>
53 <integer>99</integer>
54 <key>NSRuleEditorPredicateOptions</key>
55 <integer>3</integer>
56 <key>value</key>
57 <string>contains</string>
58 <key>criteria</key>
59 <array>
60 <dict>
61 <key>NSRuleEditorPredicateRightExpression</key>
62 <string>stringValue</string>
63 <key>value</key>
64 <string>textField</string>
65 </dict>
66 </array>
67 </dict>
68 <dict>
69 <key>NSRuleEditorPredicateOperatorType</key>
70 <integer>6</integer>
71 <key>NSRuleEditorPredicateOptions</key>
72 <integer>3</integer>
73 <key>value</key>
74 <string>not contains</string>
75 <key>criteria</key>
76 <array>
77 <dict>
78 <key>XspfMPredicateRightExpression</key>
79 <string>notContainsRegularExpression:</string>
80 <key>XspfMRightExpressionArg01</key>
81 <string>displayValues</string>
82 <key>value</key>
83 <string>textField</string>
84 </dict>
85 </array>
86 </dict>
87 <dict>
88 <key>NSRuleEditorPredicateOperatorType</key>
89 <integer>8</integer>
90 <key>NSRuleEditorPredicateOptions</key>
91 <integer>3</integer>
92 <key>value</key>
93 <string>begins with</string>
94 <key>criteria</key>
95 <array>
96 <dict>
97 <key>NSRuleEditorPredicateRightExpression</key>
98 <string>stringValue</string>
99 <key>value</key>
100 <string>textField</string>
101 </dict>
102 </array>
103 </dict>
104 <dict>
105 <key>NSRuleEditorPredicateOperatorType</key>
106 <integer>9</integer>
107 <key>NSRuleEditorPredicateOptions</key>
108 <integer>3</integer>
109 <key>value</key>
110 <string>ends with</string>
111 <key>criteria</key>
112 <array>
113 <dict>
114 <key>NSRuleEditorPredicateRightExpression</key>
115 <string>stringValue</string>
116 <key>value</key>
117 <string>textField</string>
118 </dict>
119 </array>
120 </dict>
121 </array>
122 </dict>
123 </array>
124 </dict>
125 <dict>
126 <key>name</key>
127 <string>Rate</string>
128 <key>criteria</key>
129 <array>
130 <dict>
131 <key>NSRuleEditorPredicateLeftExpression</key>
132 <string>value</string>
133 <key>value</key>
134 <string>placeholder</string>
135 <key>criteria</key>
136 <array>
137 <dict>
138 <key>NSRuleEditorPredicateOperatorType</key>
139 <integer>4</integer>
140 <key>value</key>
141 <string>is</string>
142 <key>criteria</key>
143 <array>
144 <dict>
145 <key>NSRuleEditorPredicateRightExpression</key>
146 <string>objectValue</string>
147 <key>value</key>
148 <string>rateField</string>
149 </dict>
150 </array>
151 </dict>
152 <dict>
153 <key>NSRuleEditorPredicateOperatorType</key>
154 <integer>2</integer>
155 <key>value</key>
156 <string>is greater than</string>
157 <key>criteria</key>
158 <array>
159 <dict>
160 <key>NSRuleEditorPredicateRightExpression</key>
161 <string>objectValue</string>
162 <key>value</key>
163 <string>rateField</string>
164 </dict>
165 </array>
166 </dict>
167 <dict>
168 <key>NSRuleEditorPredicateOperatorType</key>
169 <integer>0</integer>
170 <key>value</key>
171 <string>is less than</string>
172 <key>criteria</key>
173 <array>
174 <dict>
175 <key>NSRuleEditorPredicateRightExpression</key>
176 <string>objectValue</string>
177 <key>value</key>
178 <string>rateField</string>
179 </dict>
180 </array>
181 </dict>
182 </array>
183 </dict>
184 </array>
185 </dict>
186 <dict>
187 <key>name</key>
188 <string>AbDate</string>
189 <key>criteria</key>
190 <array>
191 <dict>
192 <key>NSRuleEditorPredicateLeftExpression</key>
193 <string>value</string>
194 <key>value</key>
195 <string>placeholder</string>
196 <key>criteria</key>
197 <array>
198 <dict>
199 <key>NSRuleEditorPredicateOperatorType</key>
200 <integer>100</integer>
201 <key>XspfMCustomSelector</key>
202 <string>rangeOfToday</string>
203 <key>value</key>
204 <string>is today</string>
205 </dict>
206 <dict>
207 <key>NSRuleEditorPredicateOperatorType</key>
208 <integer>100</integer>
209 <key>XspfMCustomSelector</key>
210 <string>rangeOfYesterday</string>
211 <key>value</key>
212 <string>is yesterday</string>
213 </dict>
214 <dict>
215 <key>NSRuleEditorPredicateOperatorType</key>
216 <integer>100</integer>
217 <key>XspfMCustomSelector</key>
218 <string>rangeOfThisWeek</string>
219 <key>value</key>
220 <string>is this week</string>
221 </dict>
222 <dict>
223 <key>NSRuleEditorPredicateOperatorType</key>
224 <integer>100</integer>
225 <key>XspfMCustomSelector</key>
226 <string>rangeOfLastWeek</string>
227 <key>value</key>
228 <string>is last week</string>
229 </dict>
230 <dict>
231 <key>XspfMIgnoreExpression</key>
232 <true/>
233 <key>value</key>
234 <string>separator</string>
235 </dict>
236 <dict>
237 <key>XspfMCustomSelector</key>
238 <string>dateRangeByNumber:unit:</string>
239 <key>XspfMCustomSelectorArgumentsCteator</key>
240 <string>numberAndUnitArgs:</string>
241 <key>XspfMCustomSelectorArgumentsCteatorArg01</key>
242 <string>displayValues</string>
243 <key>NSRuleEditorPredicateOperatorType</key>
244 <integer>100</integer>
245 <key>value</key>
246 <string>is exactly</string>
247 <key>criteria</key>
248 <array>
249 <dict>
250 <key>value</key>
251 <string>numberField</string>
252 <key>criteria</key>
253 <array>
254 <dict>
255 <key>value</key>
256 <string>Days</string>
257 <key>criteria</key>
258 <array>
259 <dict>
260 <key>value</key>
261 <string>ago</string>
262 </dict>
263 </array>
264 </dict>
265 <dict>
266 <key>value</key>
267 <string>Weeks</string>
268 <key>criteria</key>
269 <array>
270 <dict>
271 <key>value</key>
272 <string>ago</string>
273 </dict>
274 </array>
275 </dict>
276 <dict>
277 <key>value</key>
278 <string>Months</string>
279 <key>criteria</key>
280 <array>
281 <dict>
282 <key>value</key>
283 <string>ago</string>
284 </dict>
285 </array>
286 </dict>
287 <dict>
288 <key>value</key>
289 <string>Years</string>
290 <key>criteria</key>
291 <array>
292 <dict>
293 <key>value</key>
294 <string>ago</string>
295 </dict>
296 </array>
297 </dict>
298 </array>
299 </dict>
300 </array>
301 </dict>
302 <dict>
303 <key>XspfMCustomSelector</key>
304 <string>dateByNumber:unit:</string>
305 <key>XspfMCustomSelectorArgumentsCteator</key>
306 <string>numberAndUnitArgs:</string>
307 <key>XspfMCustomSelectorArgumentsCteatorArg01</key>
308 <string>displayValues</string>
309 <key>NSRuleEditorPredicateOperatorType</key>
310 <integer>3</integer>
311 <key>value</key>
312 <string>is in the last</string>
313 <key>criteria</key>
314 <array>
315 <dict>
316 <key>value</key>
317 <string>numberField</string>
318 <key>criteria</key>
319 <array>
320 <dict>
321 <key>value</key>
322 <string>Days</string>
323 </dict>
324 <dict>
325 <key>value</key>
326 <string>Weeks</string>
327 </dict>
328 <dict>
329 <key>value</key>
330 <string>Months</string>
331 </dict>
332 <dict>
333 <key>value</key>
334 <string>Years</string>
335 </dict>
336 </array>
337 </dict>
338 </array>
339 </dict>
340 <dict>
341 <key>XspfMCustomSelector</key>
342 <string>dateByNumber:unit:</string>
343 <key>XspfMCustomSelectorArgumentsCteator</key>
344 <string>numberAndUnitArgs:</string>
345 <key>XspfMCustomSelectorArgumentsCteatorArg01</key>
346 <string>displayValues</string>
347 <key>NSRuleEditorPredicateOperatorType</key>
348 <integer>0</integer>
349 <key>value</key>
350 <string>is not in the last</string>
351 <key>criteria</key>
352 <array>
353 <dict>
354 <key>value</key>
355 <string>numberField</string>
356 <key>criteria</key>
357 <array>
358 <dict>
359 <key>value</key>
360 <string>Days</string>
361 </dict>
362 <dict>
363 <key>value</key>
364 <string>Weeks</string>
365 </dict>
366 <dict>
367 <key>value</key>
368 <string>Months</string>
369 </dict>
370 <dict>
371 <key>value</key>
372 <string>Years</string>
373 </dict>
374 </array>
375 </dict>
376 </array>
377 </dict>
378 <dict>
379 <key>XspfMCustomSelector</key>
380 <string>rangeDateByNumber:toNumber:unit:</string>
381 <key>XspfMCustomSelectorArgumentsCteator</key>
382 <string>twoNumberAndUnitArgs:</string>
383 <key>XspfMCustomSelectorArgumentsCteatorArg01</key>
384 <string>displayValues</string>
385 <key>NSRuleEditorPredicateOperatorType</key>
386 <integer>100</integer>
387 <key>value</key>
388 <string>is between</string>
389 <key>criteria</key>
390 <array>
391 <dict>
392 <key>value</key>
393 <string>numberField</string>
394 <key>criteria</key>
395 <array>
396 <dict>
397 <key>value</key>
398 <string>and</string>
399 <key>criteria</key>
400 <array>
401 <dict>
402 <key>value</key>
403 <string>numberField02</string>
404 <key>criteria</key>
405 <array>
406 <dict>
407 <key>value</key>
408 <string>Days</string>
409 <key>criteria</key>
410 <array>
411 <dict>
412 <key>value</key>
413 <string>ago</string>
414 </dict>
415 </array>
416 </dict>
417 <dict>
418 <key>value</key>
419 <string>Weeks</string>
420 <key>criteria</key>
421 <array>
422 <dict>
423 <key>value</key>
424 <string>ago</string>
425 </dict>
426 </array>
427 </dict>
428 <dict>
429 <key>value</key>
430 <string>Months</string>
431 <key>criteria</key>
432 <array>
433 <dict>
434 <key>value</key>
435 <string>ago</string>
436 </dict>
437 </array>
438 </dict>
439 <dict>
440 <key>value</key>
441 <string>Years</string>
442 <key>criteria</key>
443 <array>
444 <dict>
445 <key>value</key>
446 <string>ago</string>
447 </dict>
448 </array>
449 </dict>
450 </array>
451 </dict>
452 </array>
453 </dict>
454 </array>
455 </dict>
456 </array>
457 </dict>
458 <dict>
459 <key>XspfMIgnoreExpression</key>
460 <true/>
461 <key>value</key>
462 <string>separator</string>
463 </dict>
464 <dict>
465 <key>NSRuleEditorPredicateOperatorType</key>
466 <integer>4</integer>
467 <key>value</key>
468 <string>is the date</string>
469 <key>criteria</key>
470 <array>
471 <dict>
472 <key>NSRuleEditorPredicateRightExpression</key>
473 <string>objectValue</string>
474 <key>value</key>
475 <string>dateField</string>
476 </dict>
477 </array>
478 </dict>
479 <dict>
480 <key>NSRuleEditorPredicateOperatorType</key>
481 <integer>2</integer>
482 <key>value</key>
483 <string>is after the date</string>
484 <key>criteria</key>
485 <array>
486 <dict>
487 <key>NSRuleEditorPredicateRightExpression</key>
488 <string>objectValue</string>
489 <key>value</key>
490 <string>dateField</string>
491 </dict>
492 </array>
493 </dict>
494 <dict>
495 <key>NSRuleEditorPredicateOperatorType</key>
496 <integer>0</integer>
497 <key>value</key>
498 <string>is before the date</string>
499 <key>criteria</key>
500 <array>
501 <dict>
502 <key>NSRuleEditorPredicateRightExpression</key>
503 <string>objectValue</string>
504 <key>value</key>
505 <string>dateField</string>
506 </dict>
507 </array>
508 </dict>
509 <dict>
510 <key>NSRuleEditorPredicateOperatorType</key>
511 <integer>100</integer>
512 <key>value</key>
513 <string>is in the range</string>
514 <key>criteria</key>
515 <array>
516 <dict>
517 <key>value</key>
518 <string>dateField</string>
519 <key>criteria</key>
520 <array>
521 <dict>
522 <key>value</key>
523 <string>to</string>
524 <key>criteria</key>
525 <array>
526 <dict>
527 <key>XspfMPredicateRightExpression</key>
528 <string>rangeDateFromDisplayValues:</string>
529 <key>XspfMRightExpressionArg01</key>
530 <string>displayValues</string>
531 <key>value</key>
532 <string>dateField02</string>
533 </dict>
534 </array>
535 </dict>
536 </array>
537 </dict>
538 </array>
539 </dict>
540 </array>
541 </dict>
542 </array>
543 </dict>
544 <dict>
545 <key>name</key>
546 <string>Label</string>
547 <key>criteria</key>
548 <array>
549 <dict>
550 <key>NSRuleEditorPredicateLeftExpression</key>
551 <string>value</string>
552 <key>value</key>
553 <string>placeholder</string>
554 <key>criteria</key>
555 <array>
556 <dict>
557 <key>NSRuleEditorPredicateOperatorType</key>
558 <integer>4</integer>
559 <key>value</key>
560 <string>is</string>
561 <key>criteria</key>
562 <array>
563 <dict>
564 <key>NSRuleEditorPredicateRightExpression</key>
565 <string>objectValue</string>
566 <key>value</key>
567 <string>labelField</string>
568 </dict>
569 </array>
570 </dict>
571 <dict>
572 <key>NSRuleEditorPredicateOperatorType</key>
573 <integer>5</integer>
574 <key>value</key>
575 <string>is not</string>
576 <key>criteria</key>
577 <array>
578 <dict>
579 <key>NSRuleEditorPredicateRightExpression</key>
580 <string>objectValue</string>
581 <key>value</key>
582 <string>labelField</string>
583 </dict>
584 </array>
585 </dict>
586 </array>
587 </dict>
588 </array>
589 </dict>
590 <dict>
591 <key>name</key>
592 <string>VoiceActors</string>
593 <key>criteria</key>
594 <array>
595 <dict>
596 <key>NSRuleEditorPredicateLeftExpression</key>
597 <string>value</string>
598 <key>value</key>
599 <string>placeholder</string>
600 <key>criteria</key>
601 <array>
602 <dict>
603 <key>NSRuleEditorPredicateOperatorType</key>
604 <integer>99</integer>
605 <key>NSRuleEditorPredicateOptions</key>
606 <integer>3</integer>
607 <key>value</key>
608 <string>contains</string>
609 <key>criteria</key>
610 <array>
611 <dict>
612 <key>NSRuleEditorPredicateRightExpression</key>
613 <string>stringValue</string>
614 <key>value</key>
615 <string>textField</string>
616 </dict>
617 </array>
618 </dict>
619 </array>
620 </dict>
621 </array>
622 </dict>
623 <dict>
624 <key>name</key>
625 <string>Products</string>
626 <key>criteria</key>
627 <array>
628 <dict>
629 <key>NSRuleEditorPredicateLeftExpression</key>
630 <string>value</string>
631 <key>value</key>
632 <string>placeholder</string>
633 <key>criteria</key>
634 <array>
635 <dict>
636 <key>NSRuleEditorPredicateOperatorType</key>
637 <integer>99</integer>
638 <key>NSRuleEditorPredicateOptions</key>
639 <integer>3</integer>
640 <key>value</key>
641 <string>contains</string>
642 <key>criteria</key>
643 <array>
644 <dict>
645 <key>NSRuleEditorPredicateRightExpression</key>
646 <string>stringValue</string>
647 <key>value</key>
648 <string>textField</string>
649 </dict>
650 </array>
651 </dict>
652 </array>
653 </dict>
654 </array>
655 </dict>
656 </array>
657 </plist>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26