summaryrefslogtreecommitdiffstats
path: root/l10n/gl.php
blob: e7258f36b671f9116f246a5e2d6ea0f010687322 (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
<?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",
"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!",
"from" => "desde",
"by" => "por",
"Download" => "Descargar",
"Keep unread" => "Manter sen ler",
"Delete website" => "Eliminar o sitio web",
"Collapse" => "Repregar",
"Delete folder" => "Eliminar o cartafol",
"Rename folder" => "Renomear o cartafol",
"Import" => "Importar",
"Export" => "Exportar",
"Error when importing: file does not contain valid OPML" => "Erro durante a importación: o ficheiro non conten OPML correcto",
"Error when importing: file does not contain valid JSON" => "Produciuse un erro ao importar: o ficheiro non contén un JSON correcto",
"Show all" => "Amosar todo",
"Show only unread" => "Amosar só o non lido"
);