CC-1960: Internationalize Airtime / Support translations
-added i18n to serverbrowser.js -fixed small typo in SmartBlockCriteria.php
This commit is contained in:
parent
e475c2e99e
commit
9689c75bed
6 changed files with 425 additions and 9 deletions
|
@ -298,6 +298,10 @@ class LocaleController extends Zend_Controller_Action
|
|||
//status/status.js
|
||||
"in use" => _("in use"),
|
||||
"Disk" => _("Disk"),
|
||||
//serverbrowse/serverbrowse.js
|
||||
"Look in" => _("Look in"),
|
||||
"Cancel" => _("Cancel"),
|
||||
"Open" => _("Open"),
|
||||
//user/user.js
|
||||
"Admin" => _("Admin"),
|
||||
"DJ" => _("DJ"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue