зеркало из https://github.com/nextcloud/news.git
33 строки
1.3 KiB
PHP
33 строки
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"year" => "ano",
|
|
"News" => "Noticias",
|
|
"no title" => "sem titulo",
|
|
"no name" => "sem nome",
|
|
"no body" => "Sem corpo",
|
|
"subscriptions in ownCloud - News" => "Subescrições no ownCloud - Notícias",
|
|
"An error occurred" => "Ocorreu um erro",
|
|
"Nice! You have subscribed to " => "Boa! Subscreveu",
|
|
"You had already subscribed to this feed!" => "Já subscreveu este feed!",
|
|
"New" => "Novo",
|
|
"Add Subscription" => "Adicionar Subscrição",
|
|
"Address must not be empty!" => "O endereço não pode estar vazio!",
|
|
"Feed exists already!" => "O feed já existe!",
|
|
"Address" => "Endereço",
|
|
"Add" => "Acrescentar",
|
|
"Folder" => "Pasta",
|
|
"Starred" => "Estrelado",
|
|
"Mark all read" => "Marcar todos como lidos",
|
|
"Share" => "Partilhar",
|
|
"Keep unread" => "Manter como não lido",
|
|
"Delete feed" => "Eliminar Feed",
|
|
"Collapse" => "Expandir",
|
|
"Rename folder" => "Renomear pasta",
|
|
"Delete folder" => "Apagar pasta",
|
|
"Import" => "Importar",
|
|
"Export" => "Exportar",
|
|
"Subscribelet" => "Subescriçao",
|
|
"Show only unread" => "Mostrar apenas não lidas",
|
|
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arraste isto para os favoritos do seu navegador e clique sobre ele sempre que se quiser inscrever num site rapidamente:",
|
|
"Subscribe" => "Subscrever"
|
|
);
|