Blame view

sources/apps/bookmarks/l10n/ca.php 1.61 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?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"
  );