1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ca.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2012-07-29 02:06:29 +02:00
<?php $TRANSLATIONS = array(
2013-02-21 00:04:28 +01:00
"No file provided for import" => "No heu proporcionat cap fitxer a importar",
2012-11-03 00:02:23 +01:00
"Unsupported file type for import" => "Importació d'un tipus de fitxer no implementat",
2012-07-29 02:06:29 +02:00
"Bookmarks" => "Adreces d'interès",
2012-10-11 02:10:53 +02:00
"Tags" => "Etiquetes",
2012-11-10 00:02:50 +01:00
"Filter by tag" => "Filtrat per etiqueta",
2012-10-13 02:11:52 +02:00
"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",
2013-02-21 00:04:28 +01:00
"Import error" => "Error en importar",
2012-11-03 00:02:23 +01:00
"Import completed successfully." => "La importació ha acabat amb èxit",
"Uploading..." => "Pujant...",
2012-09-13 02:04:07 +02:00
"Bookm." => "Marcador",
2012-10-13 02:11:52 +02:00
"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",
2012-11-01 00:03:46 +01:00
"Delete" => "Esborra",
2012-11-08 00:03:47 +01:00
"Edit" => "Edita",
2012-11-01 00:03:46 +01:00
"Cancel" => "Cancel·la",
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:" => "Arrossegueu-ho al navegador i feu-hi un clic quan volgueu marcar ràpidament una adreça d'interès:",
2013-12-03 00:22:45 +01:00
"Add to ownCloud" => "Afegeix a ownCloud",
2012-07-29 02:06:29 +02:00
"Address" => "Adreça",
2012-11-09 00:03:56 +01:00
"Add" => "Afegeix",
2012-10-13 02:11:52 +02:00
"Related Tags" => "Etiquetes relacionades",
2012-11-02 00:03:14 +01:00
"Settings" => "Configuració",
2012-07-29 02:06:29 +02:00
"You have no bookmarks" => "No teniu adreces d'interès",
2012-11-10 00:02:50 +01:00
"You can also try to import a bookmark file" => "També podeu intentar importar un fitxer d'adreces d'interès",
2012-11-06 00:03:22 +01:00
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Exporta i importa",
2012-11-04 00:03:02 +01:00
"Export" => "Exporta",
"Import" => "Importa"
2012-07-29 02:06:29 +02:00
);