2014-10-27 16:18:24 -04:00
< ? php
$TRANSLATIONS = array (
2014-11-27 02:10:23 -05:00
" Bookmarks " => " Bookmarks " ,
" Bookm. " => " Bookm. " ,
2013-08-30 10:24:00 -04:00
" No file provided for import " => " No file provided for import " ,
" Unsupported file type for import " => " Unsupported file type for import " ,
2014-11-29 02:10:17 -05:00
" Bookmark added. You can close the window now. " => " Bookmark added. You can close the window now. " ,
" Bookmark added successfully " => " Bookmark added successfully " ,
" Some Error happened. " => " Some Error happened. " ,
2014-11-28 02:10:17 -05:00
" Error " => " Error " ,
2013-08-30 10:24:00 -04:00
" Filter by tag " => " Filter by tag " ,
2014-11-29 02:10:17 -05:00
" Are you sure you want to remove this bookmark? " => " Are you sure you want to remove this bookmark? " ,
2013-08-30 10:24:00 -04:00
" Warning " => " Warning " ,
2014-11-27 02:10:23 -05:00
" Tags " => " Tags " ,
" Are you sure you want to remove this tag from every entry? " => " Are you sure you want to remove this tag from every entry? " ,
2013-08-30 10:24:00 -04:00
" Import error " => " Import error " ,
" Import completed successfully. " => " Import completed successfully. " ,
" Uploading... " => " Uploading... " ,
" Add a bookmark " => " Add a bookmark " ,
2014-11-29 02:10:17 -05:00
" This URL is already bookmarked! Overwrite? " => " This URL is already bookmarked! Overwrite? " ,
2013-08-30 10:24:00 -04:00
" The title of the page " => " The title of the page " ,
" The address of the page " => " The address of the page " ,
" Description of the page " => " Description of the page " ,
" Save " => " Save " ,
" Delete " => " Delete " ,
" Edit " => " Edit " ,
" Cancel " => " Cancel " ,
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " ,
2013-11-29 14:17:25 -05:00
" Add to ownCloud " => " Add to ownCloud " ,
2013-08-30 10:24:00 -04:00
" Address " => " Address " ,
" Add " => " Add " ,
2014-11-29 02:10:17 -05:00
" Filterable Tags " => " Filterable Tags " ,
2013-08-30 10:24:00 -04:00
" You have no bookmarks " => " You have no bookmarks " ,
2014-11-29 02:10:17 -05:00
" You can also import a bookmark file " => " You can also import a bookmark file " ,
2013-08-30 10:24:00 -04:00
" Bookmarklet " => " Bookmarklet " ,
" Export & Import " => " Export & Import " ,
" Export " => " Export " ,
" Import " => " Import "
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;