diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-31 20:37:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-31 20:37:06 -0400 |
| commit | 3fa2a001c7275737e4ff4011c23ca9dc359d721d (patch) | |
| tree | 0e6de4c3ff3eae1cc277a92fe0da79e214f50f2b /MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json | |
| parent | a37a11c486350a35cbc9f8763c477dd189e35501 (diff) | |
add error handling to dlna channel support
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json index dec101dfd..d3091c8e2 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json @@ -691,10 +691,10 @@ "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.", "LabelMaxBitrate": "Taxa de bits m\u00e1xima:", "LabelMaxBitrateHelp": "Especifique uma taxa de bits m\u00e1xima para ambientes com restri\u00e7\u00e3o de tamanho de banda, ou se o dispositivo imp\u00f5e esse limite.", - "LabelMaxStreamingBitrate": "Max streaming bitrate:", - "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.", - "LabelMaxStaticBitrate": "Max sync bitrate:", - "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.", + "LabelMaxStreamingBitrate": "Taxa m\u00e1xima para streaming:", + "LabelMaxStreamingBitrateHelp": "Defina uma taxa m\u00e1xima para fazer streaming.", + "LabelMaxStaticBitrate": "Taxa m\u00e1xima para sincronizar:", + "LabelMaxStaticBitrateHelp": "Defina uma taxa m\u00e1xima quando sincronizar conte\u00fado em alta qualidade.", "OptionIgnoreTranscodeByteRangeRequests": "Ignorar requisi\u00e7\u00f5es de extens\u00e3o do byte de transcodifica\u00e7\u00e3o", "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se ativadas, estas requisi\u00e7\u00f5es ser\u00e3o honradas mas ir\u00e3o ignorar o cabe\u00e7alho da extens\u00e3o do byte.", "LabelFriendlyName": "Nome amig\u00e1vel", @@ -887,7 +887,7 @@ "LabelPageSize": "Limite do item:", "LabelView": "Visualizar:", "TabUsers": "Usu\u00e1rios", - "HeaderFeatures": "Inclui", + "HeaderFeatures": "Caracter\u00edsticas", "HeaderAdvanced": "Avan\u00e7ado", "ButtonSync": "Sincronizar", "TabScheduledTasks": "Tarefas Agendadas", @@ -895,10 +895,10 @@ "HeaderResumeSettings": "Ajustes para Retomar", "TabSync": "Sincroniza\u00e7\u00e3o", "TitleUsers": "Usu\u00e1rios", - "LabelProtocol": "Protocol:", + "LabelProtocol": "Protocolo:", "OptionProtocolHttp": "Http", "OptionProtocolHls": "Http Live Streaming", - "LabelContext": "Context:", + "LabelContext": "Contexto:", "OptionContextStreaming": "Streaming", - "OptionContextStatic": "Sync" + "OptionContextStatic": "Sinc" }
\ No newline at end of file |
