forked from WWBN/AVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
br.php
474 lines (472 loc) · 28.4 KB
/
br.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<?php
global $t;
$t[' (Do not change the title yet, wait to finish download)'] = "(Não altere o título ainda, espere para terminar o download)";
$t['%s ERROR: You must set a ID on config'] = "%s ERRO: Você deve definir uma ID na configuração";
$t['%s ERROR: You must set a KEY on config'] = "%s ERROR: Você deve definir uma KEY em config";
$t['<p>YouPHPTube! is an video-sharing website, The service was created by Daniel Neto in march 2017. </p><p>The software allow you to upload, view, share and comment on videos, and it makes use of WebM and H.264/MPEG-4 AVC to display a wide variety of user-generated and corporate media videos. </p><p>Best of all, YouPHPTube! is an open source solution that is freely available to everyone.</p>'] = "<P> YouPHPTube! É um site de partilha de vídeo, O serviço foi criado por Daniel Neto em Março de 2017. O software permite-lhe carregar, ver e comentar em vídeos, e faz uso de WebM e H.264 / MPEG -4 AVC para exibir uma grande variedade de vídeos gerados por usuários e mídia corporativa. </p><p> Melhor de tudo, YouPHPTube! É uma solução open source que está disponível gratuitamente para todos. </p>";
$t['About YouPHPTube!'] = "Sobre o YouPHPTube!";
$t['About'] = "Sobre";
$t['Activate'] = "Ativar";
$t['Active'] = "Ativo";
$t['Admin'] = "Admin";
$t['Advanced Configuration'] = "Configuração Avançada";
$t['Advanced configuration'] = "Configuração avançada";
$t['ago'] = "atrás";
$t['Are you sure?'] = "Você tem certeza?";
$t['Audio only'] = "Somente Audio";
$t['Audios and Videos'] = "Audios e Vídeos";
$t['Audios'] = "Audios";
$t['Authenticated users can comment videos'] = "Usuários autenticados podem comentar vídeos";
$t['Authenticated users can upload videos'] = "Usuários autenticados podem enviar vídeos";
$t['Browse'] = "Procurar";
$t['By associating groups with this user, they will be able to see all the videos that are related to this group'] = "Ao associar grupos a este utilizador, poderão ver todos os vídeos relacionados com este grupo";
$t['By linking groups to this video, it will no longer be public and only users in the same group will be able to watch this video'] = "Ao vincular grupos a este vídeo, ele não será mais público e somente usuários no mesmo grupo poderão assistir a este vídeo";
$t['Category Form'] = "Formulário de Categoria";
$t['Category'] = "Categoria";
$t['Clean Name'] = "Nome limpo";
$t['Clean Title'] = "Título limpo";
$t['Close'] = "Fechar";
$t['Comment'] = "Comente";
$t['Comments'] = "Comentários";
$t['Compatibility Check'] = "Verificação de compatibilidade";
$t['Configuration'] = "Configuração";
$t['Confirm New Password'] = "Confirme a nova senha";
$t['Confirmation password does not match'] = "A senha de confirmação não corresponde";
$t['Congratulations!'] = "Parabéns!";
$t['Congratulations'] = "Parabéns";
$t['Contact Us Today!'] = "Contate-nos hoje!";
$t['Contact'] = "Contato";
$t['Continue'] = "Continuou";
$t['Create more translations'] = "Criar mais traduções";
$t['Created'] = "Criada";
$t['day'] = "dia";
$t['Delete All Orphans Files'] = "Excluir todos os arquivos órfãos";
$t['Delete'] = "Excluir";
$t['Description'] = "Descrição";
$t['Don´t like this video? Sign in to make your opinion count.'] = "Não gosta deste vídeo? Faça login para fazer sua opinião contar.";
$t['Download Original'] = "Download original";
$t['Download Video'] = "Baixar video";
$t['Download'] = "Transferir";
$t['Downloading'] = "Fazendo download";
$t['Drop Here'] = "Largue aqui";
$t['Duration'] = "Duração";
$t['E-mail Address'] = "Endereço de e-mail";
$t['E-mail sent'] = "E-mail enviado";
$t['E-mail'] = "O email";
$t['Edit'] = "Editar";
$t['Email'] = "O email";
$t['Embeded'] = "Incorporar";
$t['Enable Facebook Login'] = "Ativar o Login no Facebook";
$t['Enable Google Login'] = "Ativar o início de sessão do Google";
$t['Encoding mp4 error'] = "Codificação mp4 erro";
$t['Encoding xmp3 error'] = "Codificação xmp3 erro";
$t['Encoding xogg error'] = "Codificação do erro xogg";
$t['Encoding xwebm error'] = "Codificação xwebm error";
$t['Encoding'] = "Codificação";
$t['Error'] = "Erro";
$t['Exiftool'] = "Exiftool";
$t['Facebook ID'] = "ID do Facebook";
$t['Facebook Key'] = "Chave do Facebook";
$t['Facebook Login is not enabled'] = "O Login no Facebook não está ativado";
$t['FFMPEG Image'] = "Imagem FFMPEG";
$t['FFMPEG MP3'] = "FFMPEG MP3";
$t['FFMPEG MP4 Portrait'] = "FFMPEG MP4 Retrato";
$t['FFMPEG MP4'] = "FFMPEG MP4";
$t['FFMPEG Ogg'] = "FFMPEG Ogg";
$t['FFMPEG Webm Portrait'] = "FFMPEG Webm Portrait";
$t['FFMPEG Webm'] = "FFMPEG Webm";
$t['FFPROBE Duration'] = "FFPROBE Duração";
$t['Get Facebook ID and Key'] = "Obter ID e Chave do Facebook";
$t['Get Google ID and Key'] = "Obter o ID e a Chave do Google";
$t['Get imgage error'] = "Obter erro de erro";
$t['Go to manager videos page!'] = "Ir para a página de vídeos do gerente!";
$t['Google ID'] = "ID do Google";
$t['Google Key'] = "Google Key";
$t['Google Login is not enabled'] = "O início de sessão do Google não está activado";
$t['Group'] = "Grupo";
$t['Groups that can see this video'] = "Grupos que podem ver este vídeo";
$t['Help'] = "Socorro";
$t['hour'] = "hora";
$t['I forgot my password'] = "Esqueci a minha senha";
$t['Icon'] = "Ícone";
$t['ID'] = "id";
$t['If you can\'t view this video, your browser does not support HTML5 videos'] = "Se não conseguir ver este vídeo, o seu navegador não suporta vídeos HTML5";
$t['If you do not have curl, you can alternatively use a recent wget: '] = "Se você não tiver curl, você pode alternativamente usar um wget recente:";
$t['Import Videos from Sites'] = "Importar vídeos de sites";
$t['Inactivate'] = "Inativar";
$t['Inactive'] = "Inativo";
$t['is Active'] = "está ativo";
$t['is Admin'] = "É Admin";
$t['Language'] = "Língua";
$t['Like this video? Sign in to make your opinion count.'] = "Gosta deste vídeo? Faça login para fazer sua opinião contar.";
$t['Local File'] = "Arquivo local";
$t['Login error'] = "Erro de login";
$t['Login'] = "Entrar";
$t['Logoff'] = "Sair";
$t['Manager Categories'] = "Categorias de gerentes";
$t['Manager Users Groups'] = "Gestor Usuários Grupos";
$t['Manager Users'] = "Usuários do Gerenciador";
$t['Message could not be sent'] = "Não foi possível enviar a mensagem";
$t['Message sent'] = "Mensagem enviada";
$t['Message'] = "mensagem";
$t['minute'] = "minuto";
$t['Modified'] = "Modificado";
$t['month'] = "mês";
$t['My Account'] = "Minha conta";
$t['My videos'] = "Meus vídeos";
$t['Name'] = "Nome";
$t['New Category'] = "Nova categoria";
$t['New Password'] = "Nova senha";
$t['New User Groups'] = "Novos Grupos de Usuários";
$t['New User'] = "Novo usuário";
$t['No'] = "No";
$t['Original words found'] = "Palavras originais encontradas:";
$t['Orphan Files'] = "Arquivos órfãos";
$t['Password'] = "Senha";
$t['Paste here the translated words, one each line'] = "Cole aqui, uma cada linha";
$t['Path to exiftool'] = "Caminho para exiftool";
$t['Path to FFMPEG'] = "Caminho para FFMPEG";
$t['Path to Youtube-Dl'] = "Caminho para o Youtube-Dl";
$t['Permission denied'] = "Permissão negada";
$t['Please sign in'] = "Por favor, inscreva-se";
$t['POST Progress File name cannot be empty'] = "POST Progress O nome do arquivo não pode estar em branco";
$t['Preview'] = "Visualização";
$t['Progress File does not exists'] = "O arquivo de progresso não existe";
$t['Public Video'] = "Vídeo público";
$t['Public'] = "Público";
$t['Re-encode Audio'] = "Re-codificar áudio";
$t['Re-encode Image'] = "Re-codificar imagem";
$t['Re-encode Video'] = "Re-codificar vídeo";
$t['Recommended resolutions'] = "Resoluções recomendadas";
$t['Recover password could not be saved!'] = "A palavra-passe de recuperação não pôde ser guardada!";
$t['Recover password does not match'] = "A palavra-passe de recuperação não corresponde";
$t['Recover password!'] = "Recupere a senha!";
$t['Recover Password'] = "Recuperar Senha";
$t['Refresh'] = "Atualizar";
$t['Regular Configuration'] = "Configuração Regular";
$t['Regular User'] = "Usuário Regular";
$t['remaining'] = "remanescente";
$t['Reset password'] = "Trocar a senha";
$t['Save changes'] = "Guardar alterações";
$t['Save File'] = "Salvar Arquivo";
$t['Save'] = "Salve";
$t['Search'] = "Pesquisa";
$t['second'] = "segundo";
$t['Select a Language Flag'] = "Selecionar uma Bandeira de Idioma";
$t['Select an icon for the category'] = "Selecionar um ícone para a categoria";
$t['Select the update'] = "Selecione a atualização";
$t['Send'] = "Enviar";
$t['Server Info'] = "Informações do servidor";
$t['Share Video'] = "Compartilhar video";
$t['Share'] = "Compartilhar";
$t['Sign in now!'] = "Faça seu login agora mesmo!";
$t['Sign in'] = "Fazer Login";
$t['Sign In'] = "Fazer Login";
$t['Sign up'] = "inscrever-se";
$t['Sign Up'] = "Inscrever-se";
$t['Sign in to add this video to a playlist.'] = "Efetue login para adicionar esse vídeo a uma playlist.";
$t['Site Configurations'] = "Configurações do site";
$t['Sorry you not able to download videos right now!'] = "Desculpe, você não pode baixar vídeos agora mesmo!";
$t['Sorry!'] = "Desculpa!";
$t['Sorry'] = "Desculpa";
$t['Source'] = "Fonte";
$t['Status not found'] = "Status não encontrado";
$t['Status'] = "Status";
$t['Tags'] = "Tag";
$t['The original file for this video does not exists anymore'] = "O arquivo original para este vídeo não existe mais";
$t['The recover pass does not match!'] = "A passagem não combina!";
$t['There is missing data to recover your password'] = "Faltam dados para recuperar sua senha";
$t['This e-mail will be used for this web site notifications'] = "Este e-mail será utilizado para este site notificações";
$t['This value must match with the language files on'] = "Esse valor deve corresponder aos arquivos";
$t['Title'] = "Título";
$t['To install it right away for all UNIX users (Linux, OS X, etc.), type: '] = "Para instalá-lo imediatamente para todos os usuários UNIX (Linux, OS X, etc.), digite:";
$t['To installations instructions try this link: '] = "Para instruções de instalação, tente este link:";
$t['To view this video please enable JavaScript, and consider upgrading to a web browser that'] = "Para ver este vídeo, active o JavaScript e considere a atualização para um navegador web que";
$t['Translated Array'] = "Arrays traduzidos";
$t['Type the code'] = "Digite o código";
$t['Unable to open file!'] = "Impossível abrir o ficheiro!";
$t['Update Now'] = "Atualizar agora";
$t['Update the site configuration'] = "Atualizar a configuração do site";
$t['Update version'] = "Versão atualizada";
$t['Update YouPHPTube System'] = "Atualizar o sistema YouPHPTube";
$t['Update your user'] = "Atualize seu usuário";
$t['Upload a Photo'] = "Carregar uma foto";
$t['Upload your file'] = "Envie seu arquivo";
$t['Use one of the recommended resolutions'] = "Use uma das resoluções recomendadas";
$t['User already exists'] = "Usuário já existe";
$t['User and Password can not be blank'] = "O usuário e senha não podem ficar em branco";
$t['User Form'] = "Formulário de usuário";
$t['User Groups Form'] = "Formulário Grupos de Usuários";
$t['User Groups'] = "Grupos de Usuários";
$t['User not found'] = "Usuário não encontrado";
$t['User'] = "Usuário";
$t['UserGroups'] = "Grupos de usuários";
$t['Users'] = "Usuários";
$t['Valid OAuth redirect URIs:'] = "URIs de redirecionamento OAuth válidos:";
$t['Video and Audio Upload'] = "Upload de vídeo e áudio";
$t['Video Form'] = "Formulário de vídeo";
$t['Video not found'] = "Vídeo não encontrado";
$t['Video re-encoding!'] = "Re-codificação de vídeo!";
$t['Video Resolution'] = "Resolução de vídeo";
$t['Video URL'] = "URL do vídeo";
$t['Videos'] = "Vídeos";
$t['Views'] = "Visualizações";
$t['Want to watch this again later?'] = "Deseja visualizar esse vídeo depois?";
$t['Warning'] = "Atenção";
$t['We could not get the title of your video (%s) go to %s to fix it'] = "Não foi possível obter o título do seu vídeo (%s) para %s para corrigi-lo";
$t['We detected a total of %s pending updates, if you want to do it now click (Update Now) button'] = "Detectamos um total de %s atualizações pendentes, se você quiser fazê-lo agora clique (Atualizar agora) botão";
$t['We have not found any videos or audios to show'] = "Não encontramos nenhum vídeo ou áudio para mostrar";
$t['We sent you an e-mail with instructions'] = "Enviamos-lhe um e-mail com instruções";
$t['We use youtube-dl to download videos from youtube.com or other video platforms'] = "Usamos youtube-dl para baixar vídeos do youtube.com ou de outras plataformas de vídeo";
$t['We will send you a link, to your e-mail, to recover your password!'] = "Iremos enviar-lhe um link, para o seu e-mail, para recuperar sua senha!";
$t['Web site title'] = "Título do site";
$t['Website'] = "Local na rede Internet";
$t['week'] = "semana";
$t['What is User Groups'] = "O que são Grupos de Usuários";
$t['Word Translations'] = "Traduções da palavra";
$t['year'] = "ano";
$t['Yes'] = "sim";
$t['Yes, delete it!'] = "Sim, excluí-lo!";
$t['You are running YouPHPTube version %s!'] = "Você está executando a versão %s do YouPHPTube!";
$t['You asked for a recover link, click on the provided link'] = "Você solicitou um link, clique no link fornecido";
$t['You can not manage categories'] = "Você não pode gerenciar categorias";
$t['You can not manage users'] = "Não é possível gerenciar usuários";
$t['You can not manage videos'] = "Não é possível gerir vídeos";
$t['You can see orphan files'] = "Você pode ver arquivos órfãos";
$t['You cannot comment on videos'] = "Você não pode comentar em vídeos";
$t['You do not have an e-mail'] = "Você não tem um e-mail";
$t['You dont have any orphan file'] = "Você não tem nenhum arquivo órfão";
$t['You must be logged'] = "Você precisa estar logado";
$t['You must fill all fields'] = "Você deve preencher todos os campos";
$t['You must login to be able to comment on videos'] = "Você deve fazer o login para poder comentar vídeos";
$t['You must make this video public or select a group to see your video!'] = "Você deve tornar este vídeo público ou selecionar um grupo para ver seu vídeo!";
$t['You need a user and passsword to register'] = "Você precisa de um usuário e senha para se registrar";
$t['You need a video to generate statistics'] = "Você precisa de um vídeo para gerar estatísticas";
$t['You need to install'] = "Você precisa instalar";
$t['You need to make your locale folder writable'] = "Você precisa fazer sua pasta localidade gravável";
$t['You will not be able to recover the files!'] = "Você não será capaz de recuperar os arquivos!";
$t['You will not be able to recover this category!'] = "Você não poderá recuperar esta categoria!";
$t['You will not be able to recover this group!'] = "Você não será capaz de recuperar esse grupo!";
$t['You will not be able to recover this user!'] = "Você não será capaz de recuperar este usuário!";
$t['You will not be able to recover this video!'] = "Você não será capaz de recuperar este vídeo!";
$t['Your %slocale dir is not writable'] = "Seu diretório %s locale não pode ser gravado";
$t['Your category has been deleted!'] = "Sua categoria foi excluída!";
$t['Your category has been saved!'] = "Sua categoria foi salva!";
$t['Your category has NOT been deleted!'] = "Sua categoria NÃO foi excluída!";
$t['Your category has NOT been saved!'] = "Sua categoria NÃO foi salva!";
$t['Your code is not valid'] = "Seu código não é válido";
$t['Your comment has been saved!'] = "Seu comentário foi salvo!";
$t['Your comment has NOT been saved!'] = "Seu comentário não foi salvo!";
$t['Your comment must be bigger then 5 characters!'] = "Seu comentário deve ser maior que 5 caracteres!";
$t['Your configurations has been updated!'] = "Suas configurações foram atualizadas!";
$t['Your configurations has NOT been updated!'] = "Suas configurações não foram atualizadas!";
$t['Your encode video resolution is set to %s !'] = "Sua resolução de vídeo de codificação está definida como %s!";
$t['Your group has been deleted!'] = "O seu grupo foi eliminado!";
$t['Your group has been saved!'] = "Seu grupo foi salvo!";
$t['Your group has NOT been deleted!'] = "O seu grupo NÃO foi eliminado!";
$t['Your group has NOT been saved!'] = "Seu grupo NÃO foi salvo!";
$t['Your language has been saved!'] = "Seu idioma foi salvo!";
$t['Your maximum file size is:'] = "Seu tamanho máximo de arquivo é:";
$t['Your message could not be sent!'] = "Sua mensagem não pôde ser enviada!";
$t['Your message has been sent!'] = "Sua mensagem foi enviada!";
$t['Your new password could not be set!'] = "Não foi possível definir a sua nova palavra-passe!";
$t['Your new password has been set!'] = "Sua nova senha foi definida!";
$t['Your password does not match!'] = "A sua palavra-passe não corresponde!";
$t['Your Password has been set'] = "Sua senha foi definida";
$t['Your Photo'] = "Sua foto";
$t['Your system is up to date'] = "Seu sistema está atualizado";
$t['Your update from file %s is done, click continue'] = "Sua atualização do arquivo %s está concluída, clique em continuar";
$t['Your user has been created!'] = "Seu usuário foi criado!";
$t['Your user has been deleted!'] = "Seu usuário foi excluído!";
$t['Your user has been saved!'] = "Seu usuário foi salvo!";
$t['Your user has been updated! Saving Photo now'] = "Seu usuário foi atualizado! Salvando a foto agora";
$t['Your user has NOT been created!'] = "Seu usuário não foi criado!";
$t['Your user has NOT been deleted!'] = "Seu usuário não foi excluído!";
$t['Your user has NOT been saved!'] = "Seu usuário não foi salvo!";
$t['Your user has NOT been updated!'] = "Seu usuário não foi atualizado!";
$t['Your user is invalid'] = "Seu usuário é inválido";
$t['Your user or password is wrong!'] = "Seu usuário ou senha está errada!";
$t['Your video (%s) is downloading'] = "Seu vídeo (%s) está sendo baixado";
$t['Your video download is complete, it is encoding now'] = "Seu download de vídeo está completo, ele está codificando agora";
$t['Your video has been deleted!'] = "Seu vídeo foi excluído!";
$t['Your video has been saved!'] = "Seu vídeo foi salvo!";
$t['Your video has NOT been deleted!'] = "O seu vídeo NÃO foi eliminado!";
$t['Your video has NOT been saved!'] = "Seu vídeo não foi salvo!";
$t['Your video is downloading now'] = "O seu vídeo está a ser transferido agora";
$t['YouTube, DailyMotion, Vimeo and more'] = "YouTube, DailyMotion, Vimeo e mais";
$t['youtube-dl uses Python and some servers does not came with python as dafault, to install Python type:'] = "Youtube-dl usa Python e alguns servidores não vieram com python como dafault, para instalar o tipo Python:";
$t['Youtube-dl'] = "Youtube-dl";
$t['465 OR 587'] = "465 OU 587";
$t['Add to'] = "Adicionar a";
$t['Ads'] = "Anúncios";
$t['Ads Form'] = "Anúncios de ";
$t['Ad Title'] = "Título do anúncio";
$t['Advanced configurations are disabled'] = "Configurações avançadas estão desabilitadas";
$t['Advertising Manager'] = "Gerenciador de anúncios";
$t['Advertising Title'] = "Título do anúncio";
$t['An client error occurred: %s'] = "Ocorreu um erro no cliente: %s";
$t['A service error occurred: %s'] = "Ocorreu um erro no servidor: %s";
$t['Autoplay'] = "Reprodução automática";
$t['Autoplay Next Video'] = "Próximo vídeo na reprodução automática";
$t['Autoplay Next Video URL'] = "URL do próximo vídeo na reprodução automática";
$t['Autoplay Video on Load Page'] = "Reproduzir automaticamente quando carregar vídeo";
$t['Can Stream Videos'] = "Pode reproduzir vídeos";
$t['Can Upload Videos'] = "Pode enviar vídeos";
$t['Categories'] = "Categorias";
$t['Category to display this Ad'] = "Mostrar esse anúncio nessa categoria";
$t['Change Playlist Name'] = "Alterar nome da playlist";
$t['Channel'] = "Canal";
$t['Clicks'] = "Cliques";
$t['Color Legend'] = "Legenda da cor";
$t['Could not move gif image file [%s.gif]'] = "Não pude mover arquivo de imagem gif [%s.gif]";
$t['Could not move image file [%s.jpg]'] = "Não pude mover arquivo de imagem jpg [%s.jpg]";
$t['Could not move video file [%s] => [%s %s %s]'] = "Não pude mover arquivo de vídeo [%s] => [%s %s %s]";
$t['Create an Advertising'] = "Criar um anúncio";
$t['Create a New Play List'] = "Criar uma playlist";
$t['Date Added (newest)'] = "Data de inclusão (mais novo)";
$t['Date Added (oldest)'] = "Data de inclusão (mais velho)";
$t['description'] = "descrição";
$t['Disable YouPHPTube Google Analytics'] = "Desabilitar Google Analytics do YouPHPTube";
$t['Do not forget to save after choose your theme'] = "Não esqueça de salvar depois de selecionar o tema";
$t['Drag and drop to sort'] = "Arraste e solte para ordenar";
$t['Email can not be blank'] = "Email não pode ficar vazio";
$t['Embed a video link'] = "Embuta um link de vídeo";
$t['Enable SMTP'] = "Habilitar SMTP";
$t['Enable SMTP Auth'] = "Habilitar autenticação SMTP";
$t['Encoder Site'] = "Site do Encoder";
$t['Encoder URL'] = "URL do Encoder";
$t['Error on re-encoding!'] = "Erro ao recodificar";
$t['Finish on'] = "Termina em";
$t['First Page Mode'] = "Modo da página de capa";
$t['For faster encode, download your own encoder'] = "Para codificação de vídeos mais rápida, baixe seu próprio codificador";
$t['Google Ad Sense'] = "Google Ad Sense";
$t['Head Code'] = "Código de cabeçalho";
$t['https://youtu.be/%s'] = "https://youtu.be/%s";
$t['Is Ad'] = "É anúncio";
$t['I would like to share this video with you:'] = "Eu gostaria de compartilhar esse vídeo com você:";
$t['Last 30 Days'] = "Últimos 30 dias";
$t['Last 7 Days'] = "Últimos 7 dias";
$t['Make it public'] = "Tornar público";
$t['Make sure that the video you are going to download has a duration of less than %d minute(s)'] = "Tenha certeza de que o vídeo que você vai baixar tenha menos de %d minutos";
$t['Most Popular'] = "Mais populares";
$t['Most Watched'] = "Mais vistos";
$t['Notify Subscribers'] = "Notificar inscritos";
$t['Permission denied to receive a file: '] = "Permissão para receber um arquivo negada:";
$t['Play All'] = "Reproduzir todos";
$t['Playlist name?'] = "Nome da playlist?";
$t['Plugin Form'] = "Formulário de Plugin";
$t['Plugins'] = "Plugins";
$t['Prints'] = "Imprime";
$t['Queue Position'] = "Posição na fila";
$t['Remove'] = "Remover";
$t['Remove Autoplay Next Video'] = "Remover 'reproduzir próximo vídeo automaticamente'";
$t['Rename'] = "Renomear";
$t['Rotate LEFT'] = "Rotacionar à esquerda";
$t['Rotate RIGHT'] = "Rotacionar à direita";
$t['Script Code'] = "Código de script";
$t['Session Timeout in seconds'] = "Timeout da sessão em segundos";
$t['Skip Button appears after (X)'] = "Botão de pular anúncio aparece após (X)";
$t['SMTP Host'] = "Servidor SMTP";
$t['SMTP Password'] = "Senha SMTP";
$t['SMTP Port'] = "Porta SMTP";
$t['SMTP Secure'] = "SMTP seguro";
$t['SMTP Username'] = "Usuário SMTP";
$t['Starts on'] = "Inicia em";
$t['Stop ad after (X)'] = "Parar anúncio após (X)";
$t['Subscribe'] = "Inscreva-se";
$t['Subscribed'] = "Inscrito";
$t['Subscribed to user'] = "Inscrito no canal";
$t['Subscribes'] = "Inscritos";
$t['Success'] = "Sucesso";
$t['Success!'] = "Sucesso!";
$t['ID can\'t be blank'] = "ID não pode ficar vazio";
$t['Themes'] = "Temas";
$t['This help us to track and dettect errors'] = "Isso nos ajuda a identificar erros";
$t['This video will work as an advertising and will no longer appear on videos list'] = "Este vídeo será um anúncio e não aparecerá mais na lista de vídeos do canal";
$t['Timeline'] = "Linha do tempo";
$t['Today'] = "Hoje";
$t['Today Views'] = "Visualizações de hoje";
$t['To install it right away for all UNIX users (Linux, OS X, etc.)'] = "Instalar agora para usuários UNIX (Linux, OS X, etc.)";
$t['Total Views'] = "Visualizações totais";
$t['Total Views (90 Days)'] = "Visualizações totais (90 dias)";
$t['Total Views Today'] = "Visualizações totais hoje";
$t['Total Views (Today)'] = "Visualizações totais (hoje)";
$t['Unique Users'] = "Usuários únicos";
$t['Unknown User'] = "Usuário desconhecido";
$t['Upload a Background'] = "Enviar um fundo";
$t['Upload a logo'] = "Enviar um logo";
$t['Upload a MP4 File'] = "Enviar um arquivo MP4";
$t['Upload a Plugin'] = "Enviar um plugin";
$t['Upload a Plugin ZIP File'] = "Enviar um arquivo ZIP de plugin";
$t['Upload a small logo'] = "Enviar um logo miniatura";
$t['Uploaded By'] = "Enviado por";
$t['Upload to YouTube'] = "Enviar para o YouTube";
$t['Up Next'] = "A seguir";
$t['URL'] = "URL";
$t['User can not be blank'] = "Usuário não pode ser vazio";
$t['Use tls OR ssl'] = "Habilitar TLS ou SSL";
$t['Video Chart'] = "Gráfico do vídeo";
$t['Video Link'] = "Link do vídeo";
$t['Videos linked'] = "Vídeos associados";
$t['Video Title'] = "Título do vídeo";
$t['Watch on YouTube'] = "Ver no YouTube";
$t['We detected a total of %s pending updates, if you want to do it now click (Update Now)'] = "Detectamos %s atualizações pendentes, se você deseja atualizar clique (atualizar agora)";
$t['We would like to thanks http://bootswatch.com/'] = "Gostaríamos de agradecer http://bootswatch.com";
$t['What is the new name?'] = "Qual o novo nome?";
$t['What is this'] = "O que é isso";
$t['When autoplay is enabled, a suggested video will automatically play next.'] = "Quando reprodução automática estiver habilitada um vídeo sugerido irá ser exibido automaticamente.";
$t['You are hosting %d minutes and %d seconds of video'] = "Você está hospedando %d minutos e %d segundos de vídeo";
$t['You can not manage ads'] = "Você não pode gerenciar anúncios";
$t['You can not manage plugins'] = "Você não pode gerenciar plugins";
$t['You can not manage subscribes'] = "Você não pode gerenciar inscritos";
$t['You can not Manage This Video'] = "Você não pode gerenciar este vídeo";
$t['You can not notify'] = "Você não pode notificar";
$t['You can storage %s minutes of videos!'] = "Você pode armazenar %s minutos de vídeos!";
$t['You can upload max of %s!'] = "Você pode enviar no máximo %s!";
$t['You can use our public encoder on'] = "Você pode utilizar nosso codificador público em";
$t['You have sent the notification'] = "Você enviou uma notificação";
$t['You have %s minutes of videos!'] = "Você tem %s minutos de vídeos!";
$t['You need to inform what is your user!'] = "Você precisa informar seu usuário!";
$t['You need to set up an encoder server'] = "Você precisa configurar um servidor de codificação";
$t['You need to tell us the new name?'] = "Você precisa nos informar o novo nome";
$t['Your ad has been deleted!'] = "Seu anúncio foi excluído!";
$t['Your ad has been saved!'] = "Seu anúncio foi salvo!";
$t['Your ad has NOT been deleted!'] = "Seu anúncio NÃO foi excluído!";
$t['Your ad has NOT been saved!'] = "Seu anúncio NÃO foi salvo!";
$t['Your Logo'] = "Seu logo";
$t['Your POST data is empty may be your vide file is too big for the host'] = "Seus dados no POST estão vazios, talvez seu arquivo seja grande demais para o host";
$t['Your Small Logo'] = "Sua miniatura de logo";
$t['Your videos have NOT been deleted!'] = "Seus vídeos NÃO foram excluídos!";
$t['Youtube'] = "Youtube";
$t['You will not be able to recover these videos!'] = "Você não poderá recuperar esses vídeos!";
$t['You will not be able to recover this action!'] = "Você não poderá reverter essa ação!";
$t['Ad'] = "Anúncio";
$t['Admin Menu'] = "Menu de administração";
$t['Broadcast a Live Streaming'] = "Transmitir um evento ao vivo";
$t['Configure an Encoder URL'] = "Configure uma URL de Codificador";
$t['Could not move gif image file [%s.gif]'] = "Não foi possível mover arquivo de imagem gif [%s.gif]";
$t['Could not move image file [%s.jpg]'] = "Não foi possível mover arquivo de imagem jpg [%s.jpg]";
$t['Could not move video file [%s] => [%s %s %s]'] = "Não foi possível mover arquivo de vídeo [%s] => [%s %s %s]";
$t['Encode video and audio'] = "Codificar vídeo e áudio";
$t['Gallery'] = "Galeria";
$t['https://github.com/DanielnetoDotCom/YouPHPTube-Encoder'] = "https://github.com/DanielnetoDotCom/YouPHPTube-Encoder";
$t['Listed Transmition'] = "Transmissão listada";
$t['My Channel'] = "Meu Canal";
$t['Permition denied'] = "Permissão negada";
$t['Skip Ad'] = "Pular anúncio";
$t['Subscriptions'] = "Inscrições";
$t['Teater'] = "Teatro";
$t['Upload a MP4 video'] = "Enviar um vídeo MP4";
$t['Users Groups'] = "Grupos de Usuários";
$t['Video Advertising'] = "Anúncios em Vídeo";
$t['Video Statistics'] = "Estatísticas de Vídeo";
$t['Watching Now'] = "Assistindo agora";
$t['You can not stream live videos'] = "Você não pode transmitir vídeos ao vivo";
$t['You have about %s minutes left of video storage!'] = "Você tem aproximadamente %s minutos restantes para armazenar vídeos!";
$t['years']="anos";
$t['months']="meses";
$t['weeks']="semanas";
$t['days']="dias";
$t['hours']="horas";
$t['minutes']="minutos";
$t['seconds']="segundos";