2014-10-27 16:18:24 -04:00
< ? php
$TRANSLATIONS = array (
2014-11-27 02:10:23 -05:00
" Bookmarks " => " Marcadores " ,
" Bookm. " => " Marc. " ,
2013-02-20 00:02:34 +01:00
" No file provided for import " => " Non foi fornecido un ficheiro para importar " ,
2012-12-08 00:08:12 +01:00
" Unsupported file type for import " => " Tipo de ficheiro non admitido para a importación " ,
2015-02-15 02:10:18 -05:00
" Some Error happened. " => " Produciuse algún erro. " ,
2014-11-28 02:10:17 -05:00
" Error " => " Erro " ,
2015-07-21 02:10:36 -04:00
" Tags " => " Etiquetas " ,
2012-11-21 00:03:36 +01:00
" Filter by tag " => " Filtrar segundo a etiqueta " ,
2015-02-14 02:10:19 -05:00
" Are you sure you want to remove this bookmark? " => " Confirma que quere eliminar este marcador? " ,
2012-12-08 00:08:12 +01:00
" Warning " => " Aviso " ,
2014-11-27 02:10:23 -05:00
" Are you sure you want to remove this tag from every entry? " => " Confirma que quere eliminar esta etiqueta de todas as entradas? " ,
2013-02-20 00:02:34 +01:00
" Import error " => " Produciuse un erro na importación " ,
2013-01-01 00:03:29 +01:00
" Import completed successfully. " => " A importación completouse correctamente. " ,
2012-11-21 00:03:36 +01:00
" Uploading... " => " Enviando... " ,
" Add a bookmark " => " Engadir un marcador " ,
2015-02-15 02:10:18 -05:00
" This URL is already bookmarked! Overwrite? " => " Este URL xa está marcado! Quere sobrescribilo? " ,
2012-11-21 00:03:36 +01:00
" The title of the page " => " O título da páxina " ,
2012-12-08 00:08:12 +01:00
" The address of the page " => " O enderezo desta páxina " ,
2012-11-21 00:03:36 +01:00
" Description of the page " => " Descrición da páxina " ,
2012-11-02 00:03:14 +01:00
" Save " => " Gardar " ,
" Delete " => " Eliminar " ,
2012-11-08 00:03:47 +01:00
" Edit " => " Editar " ,
2012-11-02 00:03:14 +01:00
" Cancel " => " Cancelar " ,
2012-12-08 00:08:12 +01:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " Arrastre isto aos marcadores do seu navegador e prema nel cando queira marcar unha páxina con rapidez: " ,
2013-11-24 01:08:07 -05:00
" Add to ownCloud " => " Engadir no ownCloud " ,
2012-09-19 02:07:43 +02:00
" Address " => " Enderezo " ,
2015-02-15 02:10:18 -05:00
" Filterable Tags " => " Etiquetas filtrábeis " ,
2012-09-19 02:07:43 +02:00
" You have no bookmarks " => " Non ten marcadores " ,
2014-12-04 02:10:18 -05:00
" You can also import a bookmark file " => " Tamén pode importar un ficheiro de marcadores " ,
2012-12-08 00:08:12 +01:00
" Bookmarklet " => " Marcador " ,
2012-11-21 00:03:36 +01:00
" Export & Import " => " Exportar e importar " ,
2012-11-04 00:03:02 +01:00
" Export " => " Exportar " ,
" Import " => " Importar "
2012-09-19 02:07:43 +02:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;