summaryrefslogtreecommitdiffstats
path: root/l10n/gl.php
blob: b6c75dc5b55b4f301da02f0120e5b5d4587d2a97 (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
<?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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";