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" => "No heu proporcionat cap fitxer a importar",
|
|
"Unsupported file type for import" => "Importació d'un tipus de fitxer no implementat",
|
|
"Bookmarks" => "Adreces d'interès",
|
|
"Tags" => "Etiquetes",
|
|
"Filter by tag" => "Filtrat per etiqueta",
|
|
"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",
|
|
"Import error" => "Error en importar",
|
|
"Import completed successfully." => "La importació ha acabat amb èxit",
|
|
"Uploading..." => "Pujant...",
|
|
"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",
|
|
"Delete" => "Esborra",
|
|
"Edit" => "Edita",
|
|
"Cancel" => "Cancel·la",
|
|
"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:",
|
|
"Add to ownCloud" => "Afegeix a ownCloud",
|
|
"Address" => "Adreça",
|
|
"Add" => "Afegeix",
|
|
"Related Tags" => "Etiquetes relacionades",
|
|
"Settings" => "Configuració",
|
|
"You have no bookmarks" => "No teniu adreces d'interès",
|
|
"You can also try to import a bookmark file" => "També podeu intentar importar un fitxer d'adreces d'interès",
|
|
"Bookmarklet" => "Bookmarklet",
|
|
"Export & Import" => "Exporta i importa",
|
|
"Export" => "Exporta",
|
|
"Import" => "Importa"
|
|
);
|