зеркало из https://github.com/nextcloud/news.git
38 строки
1.7 KiB
PHP
38 строки
1.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Can not add feed: Exists already" => "Non é posíbel engadir a fonte: xa existe",
|
|
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Non é posíbel engadir a fonte: Non existe o URL, non é posíbel validar o certificado SSL ou a fonte é un XML incorrecto.",
|
|
"Articles without feed" => "Artigos sen fonte",
|
|
"Can not add folder: Exists already" => "Non é posíbel engadir o cartafol: xa existe",
|
|
"Saved" => "Gardado",
|
|
"Refresh" => "Actualizar",
|
|
"by" => "por",
|
|
"from" => "desde",
|
|
"Download" => "Descargar",
|
|
"Description" => "Descrición",
|
|
"Subscribe" => "Subscribir",
|
|
"Web address" => "Enderezo web",
|
|
"Feed exists already!" => "Esta fonte de novas xa existe!",
|
|
"Folder" => "Cartafol",
|
|
"No folder" => "Sen cartafol",
|
|
"New folder" => "Novo cartafol",
|
|
"Folder name" => "Nome do cartafol",
|
|
"Create" => "Crear",
|
|
"Rename" => "Renomear",
|
|
"Rename feed" => "Renomear a fonte",
|
|
"Delete feed" => "Eliminar fonte de novas",
|
|
"Collapse" => "Repregar",
|
|
"Rename folder" => "Renomear o cartafol",
|
|
"Delete folder" => "Eliminar o cartafol",
|
|
"Starred" => "Destacado",
|
|
"Unread articles" => "Artigos sen ler",
|
|
"All articles" => "Todos os artigos",
|
|
"Settings" => "Axustes",
|
|
"Keyboard shortcuts" => "Atallos de teclado",
|
|
"Subscriptions (OPML)" => "Subscricións (OPML)",
|
|
"Import" => "Importar",
|
|
"Export" => "Exportar",
|
|
"Error when importing: file does not contain valid OPML" => "Erro durante a importación: o ficheiro non conten OPML correcto",
|
|
"Unread/Starred Articles" => "Artigos destacados ou sen ler",
|
|
"Error when importing: file does not contain valid JSON" => "Produciuse un erro ao importar: o ficheiro non contén un JSON correcto"
|
|
);
|