summaryrefslogtreecommitdiffstats
path: root/l10n/gl.php
blob: d52f7734358109c60b4cc87f2d5ac152c92e0396 (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",
"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 / Export OPML" => "Importar / Exportar 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",
"Import Google Reader JSON" => "Importar o JSON de Google Reader",
"To import starred and shared articles from Google \n\t\t\tReader please upload the .json files from the Google Takeout archive" => "Para importar artigos favoritos e compartidos de Google \n\t\t\tReader envíe os ficheiros .json do arquivo de Google Takeout",
"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"
);