Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv5275

Modified Files:
        locale_en.php 
Log Message:
Added a string for the case, when there's no data available, courtesy
of Max Hammond <[EMAIL PROTECTED]>.


Index: locale_en.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locale_en.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- locale_en.php       2001/04/26 13:11:00     1.6
+++ locale_en.php       2001/04/27 19:04:10     1.7
@@ -16,6 +16,7 @@
    */
   function locale_en($input) {
     $this->strings['charset']                  = 'ISO-8859-1';
+    $this->strings['no_data']                  = 'Sorry! There\'s no data available 
+for %s%s%s.';
     $this->strings['list_sentences_and']       = ' and ';
     $this->strings['list_sentences_comma']     = ', ';
     $this->strings['list_sentences_final_and'] = ', and ';


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to