mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-07 06:54:15 +01:00
11 lines
482 B
PHP
11 lines
482 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Marcadores",
|
|
"Tags" => "Etiquetas",
|
|
"Bookm." => "Marc.",
|
|
"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",
|
|
"You have no bookmarks" => "No tienes marcadores",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />"
|
|
);
|