blob: c3411d8be16843f93d98325e4a8bea372bb552ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- What's on display -->
<string name="epg_list_time_label">In programmazione alle</string>
<string name="epg_list_time_now">In onda</string>
<string name="epg_list_time_next">Successivo</string>
<string name="epg_list_time_adhoc">Alle</string>
<string name="epg_list_channel_spinner">Canale</string>
<string name="epg_list_search_label">Ricerca risultati</string>
<!-- create timer -->
<string name="epg_event_share_text">Condividi</string>
<string name="epg_event_imdb_text">Ricerca IMDB</string>
<string name="epg_eent_livetv_text">Trasmissione</string>
<string name="epg_event_create_timer_text">Aggiungi timer</string>
<string name="epg_event_modify_timer_text">Modifica timer</string>
<!-- search -->
<string name="epg_search_button">Cerca</string>
<string name="epg_duration_template">%1$s min</string>
<string name="epg_duration_template_live">%1$s/%2$s min</string>
<string name="epg_of_a_channel">EPG -> %1$s, %2$s/%3$s</string>
<string name="epg_by_channel">EPG per canale</string>
<string name="epg_by_search">Ricerca EPG</string>
<string name="epg_by_search_param">Ricerca EPG: \'%1$s\'</string>
<string name="epg_by_time">EPG per ora</string>
<string name="epg_by_time_args">EPG per ora: \'%1$s\'</string>
<string name="search_epg_hint">Ricerca EPG</string>
<string name="epg_search_settings_description">Ricerca EPG in VDR</string>
<string name="epg_window_title_count">%1$s, %2$s</string>
<string name="channels_window_title_count">%1$s, %2$s/%3$s</string>
<string name="new_timer">Nuovo timer</string>
</resources>
|