summaryrefslogtreecommitdiffstats
path: root/l10n/ast.php
blob: ba1689e828d11568447bdf2db4ea444beffd4014 (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
<?php
$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Nun pue amestase'l feed: Yá esiste",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Nun pue amestase'l feed: la URL nun esiste, el certificáu SSL nun pue validase o'l feed tien un xml inválidu",
"Articles without feed" => "Artículos ensin fonte",
"Can not add folder: Exists already" => "Nun pue amestase la carpeta: Yá esiste",
"Saved" => "Guardáu",
"Refresh" => "Anovar",
"by" => "por",
"from" => "Dende",
"Download" => "Descargar",
"Description" => "Descripción",
"right" => "Derecha",
"left" => "Izquierda",
"Folder" => "Carpeta",
"New folder" => "Carpeta nueva",
"Folder name" => "Nome de la carpeta",
"Create" => "Crear",
"Rename" => "Renomar",
"Rename feed" => "Renomar fonte",
"Collapse" => "Contrayer",
"Rename folder" => "Renomar carpeta",
"Delete folder" => "Desaniciar carpeta",
"Starred" => "Favoritos",
"Unread articles" => "Artículos ensin lleer",
"All articles" => "Tolos artículos",
"Settings" => "Axustes",
"Keyboard shortcuts" => "Atayos de tecláu",
"Subscriptions (OPML)" => "Soscripciones (OPML)",
"Import" => "Importar",
"Export" => "Esportar",
"Error when importing: file does not contain valid OPML" => "Fallu al importar: el ficheru nun contién OPML válidu",
"Unread/Starred Articles" => "Artículos Non lleíos y Favoritos",
"Error when importing: file does not contain valid JSON" => "Fallu al importar: el ficheru nun contién JSON válidu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";