Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
NetworkProxy Settings: Improve wording
Browse files Browse the repository at this point in the history
Close #170
  • Loading branch information
ColinDuquesnoy committed Dec 27, 2017
1 parent 8f7201f commit c868026
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Dialog {

Label {
font.pixelSize: 12
text: qsTr("The global application proxy settings are changed when you switch active service. This may affects previously active services' HTTP requests and you may need to reload their pages.")
text: qsTr("QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.")
width: parent.width
wrapMode: Text.Wrap

Expand Down
Binary file modified src/languages/MellowPlayer_ca.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/languages/MellowPlayer_ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ escoltat apareixeran aquí...</translation>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/languages/MellowPlayer_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ listened to will appear here...</source>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/languages/MellowPlayer_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ listened to will appear here...</source>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/languages/MellowPlayer_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ escuchado aparecerán aquí...</translation>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/languages/MellowPlayer_fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ listened to will appear here...</source>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
Binary file modified src/languages/MellowPlayer_fr.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions src/languages/MellowPlayer_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,8 +1247,8 @@ listened to will appear here...</source>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="407"/>
<source>The global application proxy settings are changed when you switch active service. This may affects previously active services&apos; HTTP requests and you may need to reload their pages.</source>
<translation>Les paramètres de proxy réseau globaux de l&apos;application sont modifiés lorsque le service de streaming actif change. Ceci peut avoir des effets sur les autres services de streaming qui continuent de fonctionner en arrière plan. Vous devrez peut-être recharger leur pages.</translation>
<source>QtWebEngine does not support attaching a network proxy to a particular web view. The network proxy settings of the current streaming service are used globally, this may lead to some HTTP requests failures for previously active services and you might need to reload them when you switch back.</source>
<translation>QtWebEngine n&apos;offre pas la possibilité d&apos;attacher un proxy réseau personnalisé à une vue web en particulier. Les paramètres du proxy réseau du service de streaming actif sont utilisées globalement. Cela peut entraîner des erreurs dans les requêtes HTTP envoyées par les autres services qui étaient précédemment actifs. Vous devrez peut-être recharger leurs pages quand vous y retournerez.</translation>
</message>
<message>
<location filename="../../lib/MellowPlayer/Presentation/Views/MellowPlayer/Dialogs/StreamingServiceSettingsDialog.qml" line="431"/>
Expand Down

0 comments on commit c868026

Please sign in to comment.