mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
36 lines
1.6 KiB
PHP
36 lines
1.6 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"Bookmarks" => "Marcadores",
|
|
"Tags" => "Etiquetes",
|
|
"Filter by tag" => "Filtrar por etiquetes",
|
|
"Edit bookmark" => "Editar marcador",
|
|
"Are you sure you want to remove this tag from every entry?" => "¿De xuru que quies desaniciar esta etiqueta de toles entraes?",
|
|
"Warning" => "Avisu",
|
|
"Import error" => "Fallu d'importación",
|
|
"Import completed successfully." => "Importacióncompletada correchamente",
|
|
"Uploading..." => "Xubiendo...",
|
|
"Bookm." => "Marcad.",
|
|
"Add a bookmark" => "Amestar un marcador",
|
|
"Close" => "Zarrar",
|
|
"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",
|
|
"Related Tags" => "Etiquetes rellacionaes",
|
|
"Settings" => "Axustes",
|
|
"You have no bookmarks" => "Nun tienes marcadores",
|
|
"You can also try to import a bookmark file" => "Tamién pues intentar importar un ficheru de marcadores",
|
|
"Bookmarklet" => "Marcador de JavaScript",
|
|
"Export & Import" => "Importar y Esportar",
|
|
"Export" => "Esportar",
|
|
"Import" => "Importar"
|
|
);
|