mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
70 lines
2.5 KiB
PHP
70 lines
2.5 KiB
PHP
<?php
|
|
|
|
$lang_torrents = array
|
|
(
|
|
'head_search_results_for' => "Resultados da pesquisa para ",
|
|
'text_search_box' => "Caixa de Pesquisa",
|
|
'text_category' => "Categoria:",
|
|
'text_source' => "Fonte:",
|
|
'text_codec' => "Code:",
|
|
'text_standard' => "Padrão:",
|
|
'text_processing' => "Processando:",
|
|
'text_show_dead_active' => "Mostrar Morto/Ativo?",
|
|
'select_including_dead' => "incluindo mortos",
|
|
'select_active' => "Ativo",
|
|
'select_dead' => "Mortos",
|
|
'text_show_special_torrents' => "Mostrar Promoção?",
|
|
'select_all' => "Todos",
|
|
'select_normal' => "Maior",
|
|
'select_free' => "Grátis",
|
|
'select_two_times_up' => "2x para cima",
|
|
'select_free_two_times_up' => "grátis e com 2x para cima",
|
|
'select_half_down' => "50% para baixo",
|
|
'text_search' => "Pesquisar palavra-chave:",
|
|
'submit_go' => "Go!",
|
|
'std_search_results_for' => "Resultados da pesquisa por \"",
|
|
'std_try_again' => "Nada encontrado! Tente novamente com uma string de busca refinada.\n",
|
|
'std_nothing_found' => "Nada encontrado!",
|
|
'std_no_active_torrents' => "Nenhum Torrents :(\n",
|
|
'input_check_all' => "Selecionar Tudo",
|
|
'input_uncheck_all' => "Desmarcar Todos",
|
|
'text_download_client' => "Baixar cliente permitido",
|
|
'select_title' => "Título",
|
|
'select_description' => "Descrição:",
|
|
'select_small_description' => "Descrição Pequena",
|
|
'select_uploader' => "Carregador",
|
|
'select_imdb_url' => "URL IMDb",
|
|
'select_and' => "OU",
|
|
'select_or' => "ou",
|
|
'select_exact' => "Exato",
|
|
'select_parsed' => "Parsed",
|
|
'text_in' => " em ",
|
|
'text_with' => " de ",
|
|
'text_mode' => " modo correspondente",
|
|
'text_show_bookmarked' => "Mostrar favoritos?",
|
|
'select_bookmarked' => "Marcado",
|
|
'select_bookmarked_exclude' => "Não marcado",
|
|
'text_s_bookmarked_torrent' => "Torrents Marcados",
|
|
'text_s_not_bookmarked_torrent' => "Torrents NÃO Favoritos",
|
|
'head_torrents' => "Torrentes",
|
|
'head_special' => "Promoções",
|
|
'text_movies_and_tvs' => "Filmes e TVs:",
|
|
'text_games_and_appz' => "Jogos e Appz:",
|
|
'text_others' => "Outros:",
|
|
'text_medium' => "Médio:",
|
|
'text_team' => "Equipe:",
|
|
'text_audio_codec' => "Código de áudio:",
|
|
'text_video' => "Vídeo:",
|
|
'text_tv' => "TV:",
|
|
'text_music' => "Música:",
|
|
'text_software' => "Software:",
|
|
'text_approval_status' => 'Status da aprovação:',
|
|
'size_range' => 'Size range(GB):',
|
|
'leechers_range' => 'Leechers range:',
|
|
'seeders_range' => 'Faixa de Sementes:',
|
|
'times_completed_range' => 'Intervalo de tempo concluído:',
|
|
'added_range' => 'Intervalo adicionado:',
|
|
);
|
|
|
|
?>
|