summaryrefslogtreecommitdiffstats
path: root/l10n/gl.php
blob: 67157f7d850652764109fcf5e37871a58c4d4cc8 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php $TRANSLATIONS = array(
"News" => "Novas",
"Can not add feed: Exists already" => "Non é posíbel engadir a fonte: xa existe",
"Can not add feed: URL does not exist or has invalid xml" => "Non é posíbel engadir a fonte: non existe o URL ou é un XML incorrecto",
"Articles without feed" => "Artigos sen fonte",
"Can not add folder: Exists already" => "Non é posíbel engadir o cartafol: xa existe",
" " => " ",
"_" => "_",
"status" => "estado",
"Undo deletion of %s" => "Desfacer a eliminación de %s",
"Add Website" => "Engadir un sitio web",
"Error: address exists already!" => "Erro: xa existe o enderezo ",
"Error: folder exists already" => "Erro: xa existe o cartafol",
"Address" => "Enderezo",
"Add" => "Engadir",
"New folder" => "Novo cartafol",
"Folder" => "Cartafol",
"Choose folder" => "Escoller un cartafol",
"Folder name" => "Nome do cartafol",
"Back to folder selection" => "Volver á selección do cartafol",
"Create folder" => "Crear un cartafol",
"Starred" => "Destacado",
"Unread articles" => "Artigos sen ler",
"All articles" => "Todos os artigos",
"Mark read" => "Marcar como lido",
"Welcome to the ownCloud News app!" => "Benvido/a ao aplicativo de novas do ownCloud!",
"read on website" => "ler no sitio web",
"star" => "estrela",
"from" => "desde",
"by" => "por",
"Download" => "Descargar",
"Keep unread" => "Manter sen ler",
"Cancel" => "Cancelar",
"Save" => "Gardar",
"Delete website" => "Eliminar o sitio web",
"Rename feed" => "Renomear a fonte",
"Collapse" => "Repregar",
"Delete folder" => "Eliminar o cartafol",
"Rename folder" => "Renomear o cartafol",
"Settings" => "Axustes",
"Use compact view" => "Usar a vista compacta",
"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",
"Show read articles" => "Amosar os artigos xa lidos",
"Hide read articles" => "Agochar os artigos xa lidos"
);