summaryrefslogtreecommitdiffstats
path: root/l10n/gl.php
blob: 0f942cde8b655323d28d60336d134a9c9936cbe9 (plain)
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
<?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",
"by" => "por",
"from" => "desde",
"Download" => "Descargar",
"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",
"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"
);