[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes/classes
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2012-06-14 21:50:44
Message-ID: 20120614215044.76EB7AC779 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1300700 by aacid:

enable the translation of these two


 M  +2 -2      class_appdata.inc  


--- trunk/www/media/includes/classes/class_appdata.inc #1300699:1300700
@@ -78,7 +78,7 @@
         }
 
         function authorHtml() {
-            $html = '<p><strong>Authors:</strong></p>';
+            $html = '<p><strong>'.i18n_var( "Authors:" ).'</strong></p>';
             $html .= '<ul>';
             foreach($this->data['authors'] as $author) {
                 $html.= '<li><span>'.$author[0].'</span>';
@@ -93,7 +93,7 @@
             }
             $html .= '</ul>';
             if (count($this->data['credits'])) {
-                $html .= '<p><strong>Thanks To:</strong></p>';
+                $html .= '<p><strong>'.i18n_var( "Thanks To:" ).'</strong></p>';
                 $html .= '<ul>';
                 foreach($this->data['credits'] as $author) {
                     $html.= '<li><span>'.$author[0].'</span>';
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic