2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2014-11-27 08:10:23 +01:00
" Bookmarks " => " Adreces d'interès " ,
" Bookm. " => " Marcador " ,
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 " ,
2015-01-18 08:10:18 +01:00
" Bookmark added. You can close the window now. " => " Marcador afegit. Ara ja pots tancar la finestra. " ,
" Bookmark added successfully " => " Marcador afegit amb èxit " ,
" Some Error happened. " => " Hi ha hagut algun error. " ,
2014-11-28 08:10:17 +01:00
" Error " => " Error " ,
2012-11-10 00:02:50 +01:00
" Filter by tag " => " Filtrat per etiqueta " ,
2015-01-18 08:10:18 +01:00
" Are you sure you want to remove this bookmark? " => " Estàs segur de que vols eliminar aquest marcador? " ,
2012-10-13 02:11:52 +02:00
" Warning " => " Avís " ,
2014-11-27 08:10:23 +01:00
" Tags " => " Etiquetes " ,
" Are you sure you want to remove this tag from every entry? " => " Segur que voleu eliminar aquesta etiqueta de cada entrada? " ,
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-10-13 02:11:52 +02:00
" Add a bookmark " => " Afegeix una adreça d'interès " ,
2015-01-18 08:10:18 +01:00
" This URL is already bookmarked! Overwrite? " => " Aquesta URL ja és un marcador! Sobreescriure? " ,
2012-10-13 02:11:52 +02:00
" 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 " ,
2015-01-18 08:10:18 +01:00
" Filterable Tags " => " Etiquetes filtrables " ,
2012-07-29 02:06:29 +02:00
" You have no bookmarks " => " No teniu adreces d'interès " ,
2015-01-18 08:10:18 +01:00
" You can also import a bookmark file " => " També pots importar un arxiu de marcador " ,
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
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;