Changeset 3082 in josm


Ignore:
Timestamp:
Mar 5, 2010 9:27:12 AM (3 years ago)
Author:
stoecker
Message:

enable translation for missing strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java

    r3080 r3082  
    9999                        + "Subsequent data upload requests don't use your password any more.") 
    100100                        + "</p>" 
    101                         + "</body></html>" 
    102         ); 
     101                        + "</body></html>"); 
    103102        pnl.add(pnlMessage, gc); 
    104103 
     
    150149                        + "password until the OSM server provides an encrypted communication channel (HTTPS).") 
    151150                        + "</p>" 
    152                         + "</body></html>" 
    153         ); 
     151                        + "</body></html>"); 
    154152        pnl.add(pnlMessage, gc); 
    155153 
     
    239237                + "Click on <strong>{0}</strong> to accept the token. JOSM will use it in " 
    240238                + "subsequent requests to gain access to the OSM API." 
    241                 + "</html>", 
    242                 lbl 
    243         )); 
     239                + "</html>",lbl)); 
    244240        pnl.add(msg, gc); 
    245241 
     
    459455                            + "Please try again or choose another kind of authorization process,<br>" 
    460456                            + "i.e. semi-automatic or manual authorization." 
    461                             +"</html>" 
    462                     ), 
     457                            +"</html>"), 
    463458                    tr("OAuth authorization failed"), 
    464459                    JOptionPane.ERROR_MESSAGE, 
     
    476471                            + "Please check your advanced setting and try again." 
    477472                            + "</html>", 
    478                             getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl() 
    479                     ), 
     473                            getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl()), 
    480474                    tr("OAuth authorization failed"), 
    481475                    JOptionPane.ERROR_MESSAGE, 
     
    501495                            +"</html>", 
    502496                            loginUrl, 
    503                             getOsmUserName() 
    504                     ), 
     497                            getOsmUserName()), 
    505498                    tr("OAuth authorization failed"), 
    506499                    JOptionPane.ERROR_MESSAGE, 
Note: See TracChangeset for help on using the changeset viewer.