Skip to content

Commit

Permalink
Merge branch 'release/2.9.3-308'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Jul 11, 2019
2 parents b07340c + 240a8d0 commit 98d296e
Show file tree
Hide file tree
Showing 99 changed files with 1,527 additions and 887 deletions.
8 changes: 8 additions & 0 deletions Application/Application-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@
<key>UIApplicationShortcutItemType</key>
<string>history</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>search-35</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Search</string>
<key>UIApplicationShortcutItemType</key>
<string>search</string>
</dict>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"tvChannels": "[ { \"uid\": \"la1\", \"name\": \"LA 1\", \"resourceUid\": \"la1\" }, { \"uid\": \"la2\", \"name\": \"LA 2\", \"resourceUid\": \"la2\" } ]",
"moduleDefaultLinkColor": "#D2D2D2",
"moduleDefaultTextColor": "#969696",
"continuousPlaybackPlayerViewTransitionDuration": 5,
"continuousPlaybackForegroundTransitionDuration": 0,
"continuousPlaybackBackgroundTransitionDuration": 0,
"endTolerance": 10,
"endToleranceRatio": 0.01,
"hiddenOnboardings": "account,favorites_account,resume_playback_account,watch_later_account"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"Downloads" = "Download";
"Favorites" = "Preferiti";
"History" = "Cronologia";
"Search" = "Ricerca";
"NSBluetoothPeripheralUsageDescription" = "L'applicazione utilizza Bluetooth per connettersi al ricevitore Google Cast.";
"NSMicrophoneUsageDescription" = "L'applicazione utilizza il microfono per rilevare il ricevitore Google Cast.";
41 changes: 22 additions & 19 deletions Application/Resources/Apps/Play RSI/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
/* Introductory text for next program information */
"At %1$@: %2$@" = "Alle %1$@: %2$@";

/* Tab name for audio results in the search */
"Audios" = "Audios";

/* Message title displayed when subscribing to all TV and radio shows
Message title displayed when the user subscribed to all TV and radio shows */
"Automatic subscriptions" = "Abbonamenti automatici";
Expand Down Expand Up @@ -116,18 +113,18 @@
Title displayed at the top of the downloads screen */
"Downloads" = "Download";

/* Label for the button keeping autoplay enabled */
"Enable" = "Attivare";

/* Title of the alert view to opt-in for background video playback */
"Enable background video playback?" = "Attivare la lettura dei video in secondo piano?";

/* Title of a button to propose the user to enable notifications in the system settings */
"Enable in system settings" = "Attivare nelle impostazioni di sistema";

/* Question displayed at the top of an alert asking the user to enable notifications */
"Enable notifications?" = "Abilitare le notifiche?";

/* Placeholder text displayed in the search field when empty (must be not too longth) */
"Enter %@ characters or more" = "Immettere %@ o più caratteri per la ricerca";

/* Placeholder text displayed in the search field when empty (with minimum number of characters freely specified) */
"Enter %@ characters or more to search" = "Immettere %@ o più caratteri per la ricerca";

/* Label used on the home page to present events while loading. It appears if no network connection available and no cache available. */
"Events" = "Eventi";

Expand Down Expand Up @@ -184,6 +181,9 @@
/* Introductory text for the most recent data synchronization date */
"Last synchronization: %@" = "Ultima sincronizzazione: %@";

/* Label for the button for deciding to opt-in for background video playback at a later time */
"Later" = "Dopo";

/* Label used on a radio home page to present the latest videos
Label used on the home page to present the latest videos */
"Latest videos" = "I video più recenti";
Expand Down Expand Up @@ -350,9 +350,6 @@
/* Title displayed at the top of the radio show list */
"Radio programmes A-Z" = "Programmi Radio dalla A alla Z";

/* Tab name for radio show results in the search */
"Radio shows" = "Programmi radio";

/* Title displayed when no media is being played on the connected Google Cast receiver (name unknown) */
"Receiver is idle." = "Ricevitore inattivo.";

Expand Down Expand Up @@ -403,10 +400,14 @@

/* [Technical] Search page type for analytics measurements
Label in the left menu to present the search view
Placeholder text displayed in the search field when empty (must be not too long)
Search page title
Search short label */
Title displayed when there is no search criterium entered */
"Search" = "Ricerca";

/* Notification message when the server URL changed due to a scheme URL. */
"Server changed to '%@'" = "Server modificato in '%@'";

/* Label in the left menu to present settings */
"Settings" = "Impostazioni";

Expand All @@ -423,7 +424,8 @@

/* Label used on a radio home page to present its associated shows
Label used on a radio home page to present the shows AZ and shows by date access buttons.
Label used on the TV home page to present the shows AZ and shows by date access buttons. */
Label used on the TV home page to present the shows AZ and shows by date access buttons.
Show search result header */
"Shows" = "Programmi";

/* Title of the button to skip updating the application */
Expand Down Expand Up @@ -515,14 +517,14 @@
/* Title displayed at the top of the screen where TV episodes can be accessed by date */
"TV programmes by date" = "Trasmissioni per data";

/* Tab name for TV show results in the search */
"TV shows" = "Programmi TV";
/* Message displayed when there is no search criterium entered */
"Type to start searching" = "Iniziare a scrivere per avviare la ricerca";

/* Title of the button to update the application */
"Update" = "Aggiorna";

/* Tab name for video results in the search */
"Videos" = "Video";
/* Header for video and audio search results */
"Videos and audios" = "Video e audio";

/* Label in the left menu to present the watch later list
Title displayed at the top of the watch later list screen */
Expand All @@ -534,7 +536,8 @@
/* Title displayed at the top of the What's new view */
"What's new" = "Novità";

/* Description of the alert view to keep autoplay permanently */
/* Description of the alert view to keep autoplay permanently
Description of the alert view to opt-in for background video playback */
"You can manage this feature in the settings at any time." = "È possibile gestire questa funzionalità nelle impostazioni in qualsiasi momento.";

/* Hint displayed when no media added to the watch later list and the device supports 3D touch */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"tvChannels": "[ { \"uid\": \"f5dc82ed-4564-4223-903f-0bf6a13c5620\", \"name\": \"RTR auf SRF 1\", \"resourceUid\": \"rtr_srf1\" }, { \"uid\": \"80bdf859-b58d-421d-bb27-ce1fba4637a7\", \"name\": \"RTR auf SRF Info\", \"resourceUid\": \"rtr_srf_info\" }, { \"uid\": \"2541c864-f883-4b80-9459-e1026e0e692e\", \"name\": \"RTR auf SRF 2\", \"resourceUid\": \"rtr_srf2\" } ]",
"moduleDefaultLinkColor": "#D2D2D2",
"moduleDefaultTextColor": "#969696",
"continuousPlaybackPlayerViewTransitionDuration": 5,
"continuousPlaybackForegroundTransitionDuration": 0,
"continuousPlaybackBackgroundTransitionDuration": 0,
"endTolerance": 10,
"endToleranceRatio": 0.01,
"hiddenOnboardings": "account,favorites_account,resume_playback_account,watch_later_account"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"Downloads" = "Downloads";
"Favorites" = "Favurits";
"History" = "Cronologia";
"Search" = "Tschertga";
"NSBluetoothPeripheralUsageDescription" = "L'applicaziun dovra Bluetooth per chattar il receptur Google Cast.";
"NSMicrophoneUsageDescription" = "L'applicaziun dovra il microfon per chattar il receptur Google Cast.";
41 changes: 22 additions & 19 deletions Application/Resources/Apps/Play RTR/rm.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
/* Introductory text for next program information */
"At %1$@: %2$@" = "A las %1$@: %2$@";

/* Tab name for audio results in the search */
"Audios" = "Audios";

/* Message title displayed when subscribing to all TV and radio shows
Message title displayed when the user subscribed to all TV and radio shows */
"Automatic subscriptions" = "Abunaments automatics";
Expand Down Expand Up @@ -116,18 +113,18 @@
Title displayed at the top of the downloads screen */
"Downloads" = "Telechargiadas";

/* Label for the button keeping autoplay enabled */
"Enable" = "Activar";

/* Title of the alert view to opt-in for background video playback */
"Enable background video playback?" = "Activar da laschar ir video davostiers?";

/* Title of a button to propose the user to enable notifications in the system settings */
"Enable in system settings" = "Activar en las preferenzas dals sistem";

/* Question displayed at the top of an alert asking the user to enable notifications */
"Enable notifications?" = "Activar las notificaziuns?";

/* Placeholder text displayed in the search field when empty (must be not too longth) */
"Enter %@ characters or more" = "En %@ caracters u dapli";

/* Placeholder text displayed in the search field when empty (with minimum number of characters freely specified) */
"Enter %@ characters or more to search" = "Inditgai almain %@ segns per chattar";

/* Label used on the home page to present events while loading. It appears if no network connection available and no cache available. */
"Events" = "Eveniments";

Expand Down Expand Up @@ -184,6 +181,9 @@
/* Introductory text for the most recent data synchronization date */
"Last synchronization: %@" = "Ultima sincronisaziun: %@";

/* Label for the button for deciding to opt-in for background video playback at a later time */
"Later" = "Pli tard";

/* Label used on a radio home page to present the latest videos
Label used on the home page to present the latest videos */
"Latest videos" = "Ils pli novs videos";
Expand Down Expand Up @@ -350,9 +350,6 @@
/* Title displayed at the top of the radio show list */
"Radio programmes A-Z" = "Emissiuns da radio dad A fin Z";

/* Tab name for radio show results in the search */
"Radio shows" = "Emissiuns da radio";

/* Title displayed when no media is being played on the connected Google Cast receiver (name unknown) */
"Receiver is idle." = "Receptur ord funcziun.";

Expand Down Expand Up @@ -403,10 +400,14 @@

/* [Technical] Search page type for analytics measurements
Label in the left menu to present the search view
Placeholder text displayed in the search field when empty (must be not too long)
Search page title
Search short label */
Title displayed when there is no search criterium entered */
"Search" = "Tschertga";

/* Notification message when the server URL changed due to a scheme URL. */
"Server changed to '%@'" = "Midà server tar '%@'";

/* Label in the left menu to present settings */
"Settings" = "Configurar";

Expand All @@ -423,7 +424,8 @@

/* Label used on a radio home page to present its associated shows
Label used on a radio home page to present the shows AZ and shows by date access buttons.
Label used on the TV home page to present the shows AZ and shows by date access buttons. */
Label used on the TV home page to present the shows AZ and shows by date access buttons.
Show search result header */
"Shows" = "Emissiuns";

/* Title of the button to skip updating the application */
Expand Down Expand Up @@ -515,14 +517,14 @@
/* Title displayed at the top of the screen where TV episodes can be accessed by date */
"TV programmes by date" = "Emissiuns da TV tenor data";

/* Tab name for TV show results in the search */
"TV shows" = "Emissiuns da TV";
/* Message displayed when there is no search criterium entered */
"Type to start searching" = "Tutgar per tschertgar";

/* Title of the button to update the application */
"Update" = "Update";

/* Tab name for video results in the search */
"Videos" = "Videos";
/* Header for video and audio search results */
"Videos and audios" = "Videos ed audios";

/* Label in the left menu to present the watch later list
Title displayed at the top of the watch later list screen */
Expand All @@ -534,7 +536,8 @@
/* Title displayed at the top of the What's new view */
"What's new" = "Il nov";

/* Description of the alert view to keep autoplay permanently */
/* Description of the alert view to keep autoplay permanently
Description of the alert view to opt-in for background video playback */
"You can manage this feature in the settings at any time." = "Vus paudais puspe activar questa funcziun.";

/* Hint displayed when no media added to the watch later list and the device supports 3D touch */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"Downloads" = "Téléchargements";
"Favorites" = "Favoris";
"History" = "Historique";
"Search" = "Recherche";
"NSBluetoothPeripheralUsageDescription" = "L'application utilise le Bluetooth pour la découverte de récepteur Google Cast.";
"NSMicrophoneUsageDescription" = "L'application utilise le micro pour la découverte de récepteur Google Cast.";
41 changes: 22 additions & 19 deletions Application/Resources/Apps/Play RTS/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
/* Introductory text for next program information */
"At %1$@: %2$@" = "Prochainement à %1$@ : %2$@";

/* Tab name for audio results in the search */
"Audios" = "Audios";

/* Message title displayed when subscribing to all TV and radio shows
Message title displayed when the user subscribed to all TV and radio shows */
"Automatic subscriptions" = "Abonnements automatiques";
Expand Down Expand Up @@ -116,18 +113,18 @@
Title displayed at the top of the downloads screen */
"Downloads" = "Téléchargements";

/* Label for the button keeping autoplay enabled */
"Enable" = "Activer";

/* Title of the alert view to opt-in for background video playback */
"Enable background video playback?" = "Activer la lecture vidéo en arrière-plan?";

/* Title of a button to propose the user to enable notifications in the system settings */
"Enable in system settings" = "Activer dans Réglages";

/* Question displayed at the top of an alert asking the user to enable notifications */
"Enable notifications?" = "Activer les notifications?";

/* Placeholder text displayed in the search field when empty (must be not too longth) */
"Enter %@ characters or more" = "Saisissez %@ caractères ou plus";

/* Placeholder text displayed in the search field when empty (with minimum number of characters freely specified) */
"Enter %@ characters or more to search" = "Saisissez %@ caractères ou plus pour lancer la recherche";

/* Label used on the home page to present events while loading. It appears if no network connection available and no cache available. */
"Events" = "Événements";

Expand Down Expand Up @@ -184,6 +181,9 @@
/* Introductory text for the most recent data synchronization date */
"Last synchronization: %@" = "Dernière synchronisation : %@";

/* Label for the button for deciding to opt-in for background video playback at a later time */
"Later" = "Plus tard";

/* Label used on a radio home page to present the latest videos
Label used on the home page to present the latest videos */
"Latest videos" = "Vidéos les plus récentes";
Expand Down Expand Up @@ -350,9 +350,6 @@
/* Title displayed at the top of the radio show list */
"Radio programmes A-Z" = "Émissions radio de A à Z";

/* Tab name for radio show results in the search */
"Radio shows" = "Émissions Radio";

/* Title displayed when no media is being played on the connected Google Cast receiver (name unknown) */
"Receiver is idle." = "Le récepteur est en attente.";

Expand Down Expand Up @@ -403,10 +400,14 @@

/* [Technical] Search page type for analytics measurements
Label in the left menu to present the search view
Placeholder text displayed in the search field when empty (must be not too long)
Search page title
Search short label */
Title displayed when there is no search criterium entered */
"Search" = "Recherche";

/* Notification message when the server URL changed due to a scheme URL. */
"Server changed to '%@'" = "Serveur réglé sur '%@'";

/* Label in the left menu to present settings */
"Settings" = "Paramètres";

Expand All @@ -423,7 +424,8 @@

/* Label used on a radio home page to present its associated shows
Label used on a radio home page to present the shows AZ and shows by date access buttons.
Label used on the TV home page to present the shows AZ and shows by date access buttons. */
Label used on the TV home page to present the shows AZ and shows by date access buttons.
Show search result header */
"Shows" = "Émissions";

/* Title of the button to skip updating the application */
Expand Down Expand Up @@ -515,14 +517,14 @@
/* Title displayed at the top of the screen where TV episodes can be accessed by date */
"TV programmes by date" = "Émissions TV par date";

/* Tab name for TV show results in the search */
"TV shows" = "Émissions TV";
/* Message displayed when there is no search criterium entered */
"Type to start searching" = "Saisissez un critère pour commencer la recherche";

/* Title of the button to update the application */
"Update" = "Mettre à jour";

/* Tab name for video results in the search */
"Videos" = "Vidéos";
/* Header for video and audio search results */
"Videos and audios" = "Vidéos et audios";

/* Label in the left menu to present the watch later list
Title displayed at the top of the watch later list screen */
Expand All @@ -534,7 +536,8 @@
/* Title displayed at the top of the What's new view */
"What's new" = "Nouveautés";

/* Description of the alert view to keep autoplay permanently */
/* Description of the alert view to keep autoplay permanently
Description of the alert view to opt-in for background video playback */
"You can manage this feature in the settings at any time." = "Vous pouvez activer ou désactiver cette fonctionnalité dans les réglages à tout moment.";

/* Hint displayed when no media added to the watch later list and the device supports 3D touch */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"tvChannels": "[ { \"uid\": \"23FFBE1B-65CE-4188-ADD2-C724186C2C9F\", \"name\": \"SRF 1\", \"resourceUid\": \"tv_srf1\" }, { \"uid\": \"E4D5AD08-C1E8-46A3-BB58-4875051D60D2\", \"name\": \"SRF zwei\", \"resourceUid\": \"tv_srf2\" }, { \"uid\": \"34c2819e-e715-43d7-9026-40a443152a97\", \"name\": \"SRF info\", \"resourceUid\": \"tv_srf_info\" } ]",
"moduleDefaultLinkColor": "#D2D2D2",
"moduleDefaultTextColor": "#969696",
"continuousPlaybackPlayerViewTransitionDuration": 5,
"continuousPlaybackForegroundTransitionDuration": 0,
"continuousPlaybackBackgroundTransitionDuration": 0,
"endTolerance": 10,
"endToleranceRatio": 0.01,
"hiddenOnboardings": "account,favorites_account,resume_playback_account,watch_later_account"
Expand Down
Loading

0 comments on commit 98d296e

Please sign in to comment.