1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ast.php
2014-11-28 02:10:17 -05:00

34 lines
1.5 KiB
PHP

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Marcadores",
"Bookm." => "Marcad.",
"No file provided for import" => "Nun s'especificó nengún ficheru pa importar",
"Unsupported file type for import" => "Tipu de ficheru non sofitáu pa importar",
"Error" => "Fallu",
"Filter by tag" => "Filtriar por etiquetes",
"Warning" => "Avisu",
"Tags" => "Etiquetes",
"Are you sure you want to remove this tag from every entry?" => "¿De xuru que quies desaniciar esta etiqueta de toles entraes?",
"Import error" => "Fallu d'importación",
"Import completed successfully." => "Importacióncompletada correchamente",
"Uploading..." => "Xubiendo...",
"Add a bookmark" => "Amestar un marcador",
"The title of the page" => "El títulu de la páxina",
"The address of the page" => "La direición de la páxina",
"Description of the page" => "Descripción de la páxina",
"Save" => "Guardar",
"Delete" => "Desaniciar",
"Edit" => "Editar",
"Cancel" => "Encaboxar",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastra dende equí a los marcadores del to restolador web, y fai clic cuando quieras marcar una páxina web rápidamente:",
"Add to ownCloud" => "Amestar a ownCloud",
"Address" => "Direición",
"Add" => "Amestar",
"You have no bookmarks" => "Nun tienes marcadores",
"Bookmarklet" => "Marcador de JavaScript",
"Export & Import" => "Importar y Esportar",
"Export" => "Esportar",
"Import" => "Importar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";