Lines Matching full:duration
256 <!-- String for slide duration in seconds -->
257 <string name="duration_sec">Duration (<xliff:g id="duration">%s</xliff:g> sec)</string>
258 <!-- Dialog box title for duration selector -->
259 <string name="duration_selector_title">"Duration for slide "</string>
268 <!-- Toast when the user enters a non-numeric value for the duration of a slide -->
269 <string name="duration_not_a_number">Duration must be a number</string>
270 <!-- Toast when the user enters a zero value for the duration of a slide -->
271 <string name="duration_zero">Duration must be greater than zero seconds</string>
273 <!-- In duration selection dialog box, short version of "seconds" -->
275 <!-- Options for slide duration in duration selection dialog box -->
647 <!-- Duration of the slide, shown in the list in the slideshow editor -->
649 <!-- Case of 1-second duration. -->
651 <!-- Case of "few" (small number of) seconds of duration. -->
653 <!-- Case of multiple-second duration. -->
669 <!-- Title of the slide duration editor activity. -->
670 <string name="change_duration_activity">Change duration</string>