Skip to content

Commit

Permalink
i18n added
Browse files Browse the repository at this point in the history
  • Loading branch information
geekgonecrazy committed Sep 6, 2015
1 parent f3c5e16 commit 699f897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/views/account/accountPreferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ <h1>{{_ "Messages"}}</h1>
</div>
</div>
<div class="input-line double-col" id="autoImageLoad">
<label>Auto Loading of Images</label>
<label>{{_ "Auto_Load_Images"}}</label>
<div>
<label><input type="radio" name="autoImageLoad" value="1" checked="{{checked 'autoImageLoad' true true}}" /> {{_ "True"}}</label>
<label><input type="radio" name="autoImageLoad" value="0" checked="{{checked 'autoImageLoad' false}}" /> {{_ "False"}}</label>
</div>
</div>
<div class="input-line double-col" id="saveMobileBandwidth">
<label>Save Bandwidth on Mobile</label>
<label>{{_ "Save_Mobile_Bandwidth"}}</label>
<div>
<label><input type="radio" name="saveMobileBandwidth" value="1" checked="{{checked 'saveMobileBandwidth' true true}}" /> {{_ "True"}}</label>
<label><input type="radio" name="saveMobileBandwidth" value="0" checked="{{checked 'saveMobileBandwidth' false}}" /> {{_ "False"}}</label>
Expand Down
2 changes: 2 additions & 0 deletions i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"Away_female" : "Away",
"away_male" : "away",
"Away_male" : "Away",
"Auto_Load_Images" : "Auto Load Images",
"Back_to_login" : "Back to login",
"bold" : "bold",
"busy" : "busy",
Expand Down Expand Up @@ -227,6 +228,7 @@
"room_user_count" : "%s users",
"Save" : "Save",
"Save_changes" : "Save changes",
"Save_Mobile_Bandwidth" : "Save Mobile Bandwidth",
"Search" : "Search",
"Search_settings" : "Search settings",
"seconds" : "seconds",
Expand Down

0 comments on commit 699f897

Please sign in to comment.