Home
last modified time | relevance | path

Searched refs:playall (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/madsonic/madsonic/WEB-INF/classes/org/madsonic/i18n/
H A DResourceBundle_es.properties303 main.playall = Reproducir todo
414 wap.browse.playall = Reproduce todo
H A DResourceBundle_nn.properties409 main.playall = Spel alle
602 wap.browse.playall = Spel alle
H A DResourceBundle_no.properties410 main.playall = Spill alle
623 wap.browse.playall = Spill alle
H A DResourceBundle_fi.properties447 main.playall = Toista kaikki
658 wap.browse.playall = Toista kaikki
H A DResourceBundle_nl.properties518 main.playall = Speel alles
726 wap.browse.playall = Speel alles
H A DResourceBundle_da.properties439 main.playall = Spil alt
679 wap.browse.playall = Afspil alle
H A DResourceBundle_it.properties450 main.playall = Riproduci tutto
666 wap.browse.playall = Suona tutto
H A DResourceBundle_pl.properties478 main.playall = Odtwarzaj wszystkie
712 wap.browse.playall = Odtwarzaj wszystkie
H A DResourceBundle_sv.properties473 main.playall = Spela alla
703 wap.browse.playall = Spela alla
H A DResourceBundle_zh_TW.properties444 main.playall = \u5168\u90e8\u64ad\u653e
655 wap.browse.playall = \u5168\u90e8\u64ad\u653e
H A DResourceBundle_cs.properties486 main.playall = P\u0159ehr\u00e1t v\u0161e
721 wap.browse.playall = P\u0159ehr\u00e1t v\u0161e
H A DResourceBundle_ko.properties464 main.playall = \ubaa8\ub450 \uc7ac\uc0dd
662 wap.browse.playall = \ubaa8\ub450 \uc7ac\uc0dd
H A DResourceBundle_fr.properties677 main.playall = Tout jouer
1027 wap.browse.playall = Tout jouer
H A DResourceBundle_de.properties954 main.playall = Spiele alle
1321 wap.browse.playall = Spiele alles
H A DResourceBundle_ja_JP.properties408 main.playall = \u5168\u3066\u518d\u751f
616 wap.browse.playall = \u5168\u66f2\u518d\u751f
H A DResourceBundle_en.properties1087 main.playall = Play all
1577 wap.browse.playall = Play all
H A DResourceBundle.properties1087 main.playall = Play all
1577 wap.browse.playall = Play all
/dports/www/madsonic/madsonic/WEB-INF/jsp/
H A DartistsMain.jsp169 … <span class="header"><a href="javascript:playAll()"><fmt:message key="main.playall"/></a></span> |
H A DalbumMain.jsp233 … <span class="header"><a href="javascript:playAll()"><fmt:message key="main.playall"/></a></span> |
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h219 LiVESWidget *playall; member
H A Dgui.c934 mainw->playall = lives_standard_image_menu_item_new_with_label(_("_Play All")); in create_LiVES()
935 lives_widget_add_accelerator(mainw->playall, LIVES_WIDGET_ACTIVATE_SIGNAL, mainw->accel_group, in create_LiVES()
938 lives_container_add(LIVES_CONTAINER(mainw->play_menu), mainw->playall); in create_LiVES()
939 lives_widget_set_sensitive(mainw->playall, FALSE); in create_LiVES()
944 lives_image_menu_item_set_image(LIVES_IMAGE_MENU_ITEM(mainw->playall), image); in create_LiVES()
2703 lives_signal_connect(LIVES_GUI_OBJECT(mainw->playall), LIVES_WIDGET_ACTIVATE_SIGNAL, in create_LiVES()
H A Ddialogs.c1190 …lives_widget_add_accelerator(mainw->playall, LIVES_WIDGET_ACTIVATE_SIGNAL, mainw->accel_group, LIV… in cancel_process()
2371 …lives_widget_remove_accelerator(mainw->playall, mainw->accel_group, LIVES_KEY_p, (LiVESXModifierTy… in do_progress_dialog()
2687 …lives_widget_remove_accelerator(mainw->playall, mainw->accel_group, LIVES_KEY_p, (LiVESXModifierTy… in do_progress_dialog()
2790 …lives_widget_add_accelerator(mainw->playall, LIVES_WIDGET_ACTIVATE_SIGNAL, mainw->accel_group, LIV… in do_progress_dialog()
H A Dmainwindow.h1166 LiVESWidget *playall; member
H A Dmultitrack.c7096 lives_widget_set_sensitive(mt->playall, FALSE); in multitrack()
7098 lives_container_add(LIVES_CONTAINER(mt->play_menu), mt->playall); in multitrack()
7102 lives_image_menu_item_set_image(LIVES_IMAGE_MENU_ITEM(mt->playall), image); in multitrack()
7919 lives_signal_connect(LIVES_GUI_OBJECT(mt->playall), LIVES_WIDGET_ACTIVATE_SIGNAL, in multitrack()
16988 lives_widget_set_sensitive(mt->playall, FALSE); in mt_desensitise()
17062 lives_widget_set_sensitive(mt->playall, TRUE); in mt_sensitise()
17071 lives_widget_set_sensitive(mt->playall, FALSE); in mt_sensitise()
17218 lives_menu_item_set_text(mt->playall, _("_Pause"), TRUE); in mt_swap_play_pause()
17220 lives_widget_set_sensitive(mt->playall, TRUE); in mt_swap_play_pause()
17233 lives_menu_item_set_text(mt->playall, _("_Play from Timeline Position"), TRUE); in mt_swap_play_pause()
[all …]
H A Dcallbacks.c635 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE); in on_open_sel_activate()
732 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE); in on_open_vcd_activate()
761 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE); in on_open_loc_activate()
791 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE); in on_open_utube_activate()
7431 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE);
8729 lives_widget_set_sensitive(mainw->multitrack->playall, TRUE);
10316 lives_widget_set_sensitive(mainw->multitrack->playall, FALSE);

12