Fix ffsapi for non-English languages (or better when 's was used in the strings) - Update nl+es

This commit is contained in:
jeroenpraat
2015-11-08 00:04:02 +01:00
parent 44fa4d1081
commit 2b0b03eebc
5 changed files with 3729 additions and 3623 deletions

View File

@@ -5,10 +5,10 @@ function ffsapi_content(&$a) {
$baseurl = z_root();
$name = get_config('system','sitename');
$description = t('Share content from Firefox to $Projectname');
$author = 'Mike Macgirvin';
$homepage = 'http://hubzilla.org';
$activate = t('Activate the Firefox $Projectname provider');
$description = t("Share content from Firefox to $Projectname");
$author = "Mike Macgirvin";
$homepage = "http://hubzilla.org";
$activate = t("Activate the Firefox $Projectname provider");
$s = <<< EOT
@@ -40,9 +40,9 @@ var data = {
"unmarkedIcon": baseurl+"/images/hz-bookmark-32.png",
// should be available for display purposes
"description": '$description',
"author": '$author',
"homepageURL": '$homepage',
"description": "$description",
"author": "$author",
"homepageURL": "$homepage",
// optional
"version": "1.0"