CC-1960: Internationalize Airtime / Support translations
-got rid of spaces at beginning of strings -removed empty string translations -overwrote Zend_Validate_Between object error messages
This commit is contained in:
parent
9689c75bed
commit
542434d9f0
17 changed files with 52 additions and 38 deletions
|
@ -466,7 +466,7 @@ class Application_Model_Preference
|
|||
$sql = "SELECT * FROM cc_country";
|
||||
$res = $con->query($sql)->fetchAll();
|
||||
$out = array();
|
||||
$out[""] = "Select Country";
|
||||
$out[""] = _("Select Country");
|
||||
foreach ($res as $r) {
|
||||
$out[$r["isocode"]] = $r["name"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue