13 lines
555 B
PHP
13 lines
555 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Adreces d'interès",
|
|
"unnamed" => "sense nom",
|
|
"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",
|
|
"Title" => "Títol",
|
|
"Tags" => "Etiquetes",
|
|
"Save bookmark" => "Desa l'adreça d'interès",
|
|
"You have no bookmarks" => "No teniu adreces d'interès",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />"
|
|
);
|