| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?php
- return array(
- 'api' => array(
- 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
- 'title' => 'API', //TODO - Translation
- ),
- 'bookmarklet' => array(
- 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
- 'label' => 'Subscribe', //TODO - Translation
- 'title' => 'Bookmarklet', //TODO - Translation
- ),
- 'category' => array(
- '_' => 'Categoria',
- 'add' => 'Adicionar uma categoria',
- 'empty' => 'Categoria vazia',
- 'new' => 'Nova categoria',
- ),
- 'feed' => array(
- 'add' => 'Adicionar um RSS feed',
- 'advanced' => 'Avançado',
- 'archiving' => 'Arquivar',
- 'auth' => array(
- 'configuration' => 'Login',
- 'help' => 'Permite acesso a feeds RSS protegidos por HTTP',
- 'http' => 'Autenticação HTTP',
- 'password' => 'Senha HTTP',
- 'username' => 'Usuário HTTP',
- ),
- 'clear_cache' => 'Always clear cache', //TODO - Translation
- 'css_help' => 'Retorna RSS feeds truncados (atenção, requer mais tempo!)',
- 'css_path' => 'Caminho do CSS do artigo no site original',
- 'description' => 'Descrição',
- 'empty' => 'Este feed está vazio. Por favor verifique ele ainda é mantido.',
- 'error' => 'Este feed encontra-se com problema. Por favor verifique se ele ainda está disponível e atualize-o.',
- 'filteractions' => array(
- '_' => 'Filter actions', //TODO - Translation
- 'help' => 'Write one search filter per line.', //TODO - Translation
- ),
- 'informations' => 'Informações',
- 'keep_history' => 'Número mínimo de artigos para manter',
- 'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como <em>%s</em>.',
- 'mute' => 'mute', //TODO - Translation
- 'no_selected' => 'Nenhum feed selecionado.',
- 'number_entries' => '%d artigos',
- 'priority' => array(
- '_' => 'Visibility', //TODO - Translation
- 'archived' => 'Do not show (archived)', //TODO - Translation
- 'main_stream' => 'Mostrar na tela principal',
- 'normal' => 'Show in its category', //TODO - Translation
- ),
- 'websub' => 'Notificação instantânea com WebSub',
- 'show' => array(
- 'all' => 'Show all feeds', //TODO - Translation
- 'error' => 'Show only feeds with error', //TODO - Translation
- ),
- 'showing' => array(
- 'error' => 'Showing only feeds with error', //TODO - Translation
- ),
- 'ssl_verify' => 'Verify SSL security', //TODO - Translation
- 'stats' => 'Estatísticas',
- 'think_to_add' => 'Você deve adicionar alguns feeds.',
- 'timeout' => 'Timeout in seconds', //TODO - Translation
- 'title' => 'Título',
- 'title_add' => 'Adicionar o RSS feed',
- 'ttl' => 'Não atualize automáticamente mais que',
- 'url' => 'Feed URL',
- 'validator' => 'Verifique a validade do feed',
- 'website' => 'URL do site',
- ),
- 'import_export' => array(
- 'export' => 'Exportar',
- 'export_opml' => 'Exporta a lista dos feeds (OPML)',
- 'export_starred' => 'Exportar seus favoritos',
- 'export_labelled' => 'Export your labelled articles', //TODO
- 'feed_list' => 'Lista dos %s artigos',
- 'file_to_import' => 'Arquivo para importar<br />(OPML, JSON or ZIP)',
- 'file_to_import_no_zip' => 'Arquivo para importar<br />(OPML or JSON)',
- 'import' => 'Importar',
- 'starred_list' => 'Listar artigos favoritos',
- 'title' => 'Importar / exportar',
- ),
- 'menu' => array(
- 'bookmark' => 'Inscreva-se (FreshRSS favoritos)',
- 'import_export' => 'Importar / exportar',
- 'subscription_management' => 'Gerenciamento de inscrições',
- ),
- 'title' => array(
- '_' => 'Gerenciamento de inscrições',
- 'feed_management' => 'Gerenciamento dos RSS feeds',
- ),
- );
|