mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Unsupported file type for import" => "Tipo de archivo no compatible para importar",
|
|
"Bookmarks" => "Marcadores",
|
|
"Tags" => "Etiquetas",
|
|
"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",
|
|
"Import completed successfully." => "Importación completada con éxito",
|
|
"Uploading..." => "Subiendo...",
|
|
"Bookm." => "Marc.",
|
|
"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",
|
|
"Delete" => "Eliminar",
|
|
"Edit" => "Editar",
|
|
"Cancel" => "Cancelar",
|
|
"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",
|
|
"Address" => "Dirección",
|
|
"Add" => "Adicionar",
|
|
"Related Tags" => "Tags relacionados",
|
|
"Settings" => "Ajustes",
|
|
"You have no bookmarks" => "No tienes marcadores",
|
|
"Export" => "Exportar",
|
|
"Import" => "Importart"
|
|
);
|