1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/es.php

30 lines
1.2 KiB
PHP
Raw Normal View History

2012-07-30 02:05:41 +02:00
<?php $TRANSLATIONS = array(
2012-11-04 00:03:02 +01:00
"Unsupported file type for import" => "Tipo de archivo no compatible para importar",
2012-07-30 02:05:41 +02:00
"Bookmarks" => "Marcadores",
2012-10-11 02:10:53 +02:00
"Tags" => "Etiquetas",
2012-10-12 02:08:54 +02:00
"Edit bookmark" => "Editar marcador",
"Are you sure you want to remove this tag from every entry?" => "Esta seguro que desea remover este tag de todas las entradas?",
"Warning" => "Preacucion",
2012-11-02 00:03:14 +01:00
"Import completed successfully." => "Importación completada con éxito",
2012-11-04 00:03:02 +01:00
"Uploading..." => "Subiendo...",
2012-09-26 13:27:02 +02:00
"Bookm." => "Marc.",
2012-10-12 02:08:54 +02:00
"Add a bookmark" => "Agregar a marcadores",
"Close" => "cerrrar",
"The title of the page" => "Titulo de la pagina",
"The address of the page" => "Direccion de la pagina",
"Description of the page" => "Descripcion de la pagina",
"Save" => "Guardar",
2012-11-01 00:03:46 +01:00
"Delete" => "Eliminar",
2012-11-08 00:03:47 +01:00
"Edit" => "Editar",
2012-11-01 00:03:46 +01:00
"Cancel" => "Cancelar",
2012-11-08 00:03:47 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastra desde aquí a los marcadores de tu navegador, y haz clic cuando quieras marcar una página web rápidamente:",
"Read later" => "Leer después",
2012-07-30 02:05:41 +02:00
"Address" => "Dirección",
2012-11-09 00:03:56 +01:00
"Add" => "Adicionar",
2012-10-12 02:08:54 +02:00
"Related Tags" => "Tags relacionados",
2012-11-02 00:03:14 +01:00
"Settings" => "Ajustes",
2012-07-30 02:05:41 +02:00
"You have no bookmarks" => "No tienes marcadores",
2012-11-04 00:03:02 +01:00
"Export" => "Exportar",
"Import" => "Importart"
2012-07-30 02:05:41 +02:00
);