Procházet zdrojové kódy

Fixes some translations.

master
damencho před 9 roky
rodič
revize
8a789aa608
2 změnil soubory, kde provedl 6 přidání a 4 odebrání
  1. 3
    3
      index.html
  2. 3
    1
      lang/main.json

+ 3
- 3
index.html Zobrazit soubor

@@ -105,7 +105,7 @@
105 105
         <div id="subject" class="hide"></div>
106 106
 
107 107
         <div id="extendedToolbar" class="toolbar">
108
-            <a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile" content="Edit your profile">
108
+            <a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile">
109 109
                 <img id="avatar" src="images/avatar2.png"/>
110 110
             </a>
111 111
             <a class="button icon-contactList" id="toolbar_contact_list" shortcut="contactlistpopover">
@@ -138,11 +138,11 @@
138 138
                     <div class="title" data-i18n="profile.title"></div>
139 139
                     <div class="sideToolbarBlock first">
140 140
                         <label class="first" data-i18n="profile.setDisplayNameLabel"></label>
141
-                        <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">
141
+                        <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name">
142 142
                     </div>
143 143
                     <div class="sideToolbarBlock">
144 144
                         <label data-i18n="profile.setEmailLabel"></label>
145
-                        <input type="text" id="setEmail" placeholder="Enter e-mail">
145
+                        <input data-i18n="[placeholder]profile.setEmailInput" type="text" id="setEmail">
146 146
                     </div>
147 147
                     <div class="sideToolbarBlock auth_container" id="authenticationContainer">
148 148
                         <p data-i18n="toolbar.authenticate"></p>

+ 3
- 1
lang/main.json Zobrazit soubor

@@ -99,6 +99,7 @@
99 99
         "cameraDisabled": "Camera is not available",
100 100
         "micDisabled": "Microphone is not available",
101 101
         "filmstrip": "Show / hide videos",
102
+        "profile": "Edit your profile",
102 103
         "raiseHand": "Raise hand to speak"
103 104
     },
104 105
     "bottomtoolbar": {
@@ -135,7 +136,8 @@
135 136
     "profile": {
136 137
         "title": "Profile",
137 138
         "setDisplayNameLabel": "Set your display name",
138
-        "setEmailLabel": "Set your gravatar email"
139
+        "setEmailLabel": "Set your gravatar email",
140
+        "setEmailInput": "Enter e-mail"
139 141
     },
140 142
     "videothumbnail":
141 143
     {

Načítá se…
Zrušit
Uložit