Browse Source

Replace some more Mozilla in different files.

Quentin Raynaud 15 years ago
parent
commit
42c39aea84

+ 1 - 1
site/app/controllers/admin_controller.php

@@ -60,7 +60,7 @@ class AdminController extends AppController
         $this->Amo->clean($this->data, false); 
 
         $this->layout = 'mozilla';
-        $this->pageTitle = 'Mozilla Add-ons :: Admin Control Panel';
+        $this->pageTitle = 'Instantbird Add-ons :: Admin Control Panel';
 	
         $this->cssAdd = array('admin', 'developers');
         $this->set('cssAdd', $this->cssAdd);

+ 4 - 4
site/app/controllers/components/editors.php

@@ -137,7 +137,7 @@ class EditorsComponent extends Object {
         if ($data['Approval']['ActionField'] != 'superreview') {
             $this->controller->Email->template = 'email/nominated/'.$data['Approval']['ActionField'];
             $this->controller->Email->to = $emailInfo['email'];
-            $this->controller->Email->subject = sprintf('Mozilla Add-ons: %s Nomination', $emailInfo['name']);
+            $this->controller->Email->subject = sprintf('Instantbird Add-ons: %s Nomination', $emailInfo['name']);
         }
         else {
             $this->controller->Email->template = 'email/superreview';
@@ -267,7 +267,7 @@ class EditorsComponent extends Object {
         if ($data['Approval']['ActionField'] != 'superreview') {
             $this->controller->Email->template = 'email/pending/'.$data['Approval']['ActionField'];
             $this->controller->Email->to = $emailInfo['email'];
-            $this->controller->Email->subject = sprintf('Mozilla Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
+            $this->controller->Email->subject = sprintf('Instantbird Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
         }
         else {
             $this->controller->Email->template = 'email/superreview';
@@ -322,7 +322,7 @@ class EditorsComponent extends Object {
         $this->controller->publish('info', $emailInfo, false);
         $this->controller->Email->template = 'email/inforequest';
         $this->controller->Email->to = implode(', ', $authors);
-        $this->controller->Email->subject = sprintf('Mozilla Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
+        $this->controller->Email->subject = sprintf('Instantbird Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
         $this->controller->Email->send();
     }
     
@@ -387,7 +387,7 @@ class EditorsComponent extends Object {
         $this->controller->publish('info', $emailInfo, false);
         
         $this->controller->Email->template = '../editors/email/notify_update';
-        $this->controller->Email->subject = sprintf('Mozilla Add-ons: %s Updated', $emailInfo['name']);
+        $this->controller->Email->subject = sprintf('Instantbird Add-ons: %s Updated', $emailInfo['name']);
         
         foreach ($subscribers as &$subscriber) {
             $this->controller->Email->to = $subscriber['User']['email'];

+ 1 - 1
site/app/controllers/developers_controller.php

@@ -1497,7 +1497,7 @@ class DevelopersController extends AppController
                 );
                 $this->publish('info', $emailInfo, false);
                 $this->Email->template = '../editors/email/inforequest_reply';
-                $this->Email->subject = sprintf('Mozilla Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
+                $this->Email->subject = sprintf('Instantbird Add-ons: %s %s', $emailInfo['name'], $emailInfo['version']);
                 foreach ($recipients as &$recipient) {
                     $this->Email->to = $recipient;
                     $this->Email->send();

BIN
site/app/locale/en_US/LC_MESSAGES/messages.mo


+ 1 - 1
site/app/views/facebook/view.thtml

@@ -216,7 +216,7 @@
             <div class="profileActions clearfix">
                 <?=(!empty($addon['Translation']['privacypolicy']['string']) ? '<a href="#" clicktotoggle="privacypolicy">Privacy Policy</a>' : '')?>
                 <?=(!empty($addon['Translation']['homepage']['string']) ? '<a href="'.$addon['Translation']['homepage']['string'].'" target="_blank">Add-on Homepage</a>' : '')?>
-                <a href="https://addons.mozilla.org/addon/<?=$addon['Addon']['id']?>">Mozilla Add-ons Listing</a>
+                <a href="https://addons.instantbird.org/addon/<?=$addon['Addon']['id']?>">Instantbird Add-ons Listing</a>
             </div>
             
             <div class="header"><h2>Recommended By</h2></div>

+ 1 - 1
site/app/views/layouts/rss.thtml

@@ -7,7 +7,7 @@
         <language><?=strtolower(LANG) ?></language>
         <pubDate><?=$time->toRss(gmmktime()) ?></pubDate>
         <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-        <genInstantbirdMozilla Add-ons</generator>
+        <generator>Instantbird Add-ons</generator>
         
         <?php echo $content_for_layout; ?>
 

+ 1 - 1
site/app/webroot/AMOSearch.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
-  <ShortName>Mozilla Add-ons</ShortName>
+  <ShortName>Instantbird Add-ons</ShortName>
   <Url type="text/html" 
        method="get"
        template="http://addons.mozilla.org/search/?q={searchTerms}">