mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Adreces d'interès",
|
|
"Tags" => "Etiquetes",
|
|
"Edit bookmark" => "Edita l'adreça d'interès",
|
|
"Are you sure you want to remove this tag from every entry?" => "Segur que voleu eliminar aquesta etiqueta de cada entrada?",
|
|
"Warning" => "Avís",
|
|
"Bookm." => "Marcador",
|
|
"Add a bookmark" => "Afegeix una adreça d'interès",
|
|
"Close" => "Tanca",
|
|
"The title of the page" => "El títol de la pàgina",
|
|
"The address of the page" => "L'adreça de la pàgina",
|
|
"Description of the page" => "Descripció de la pàgina",
|
|
"Save" => "Desa",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrossegueu-ho al navegador i feu-hi un clic quan volgueu marcar ràpidament una adreça d'interès:",
|
|
"Read later" => "Llegeix més tard",
|
|
"Address" => "Adreça",
|
|
"Add bookmark" => "Afegeix una adreça d'interès",
|
|
"List" => "Llista",
|
|
"Image" => "Imatge",
|
|
"Hide" => "Amaga",
|
|
"Show" => "Mostra",
|
|
"Related Tags" => "Etiquetes relacionades",
|
|
"You have no bookmarks" => "No teniu adreces d'interès",
|
|
"Edit" => "Edita",
|
|
"Delete" => "Esborra",
|
|
"Cancel" => "Cancel·la",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />",
|
|
"Import bookmarks" => "Importa les adreces d'interès",
|
|
"Bookmark html file" => "Adreça d'interès en fitxer html",
|
|
"Import" => "Importa",
|
|
"Export bookmarks" => "Exporta adreces d'interès",
|
|
"Export" => "Exporta"
|
|
);
|