Changeset 3139
- Timestamp:
- 01/18/11 14:14:16
- Files:
-
- trunk/deployment/resources/javascript/bedework/bedeworkAccess.js (modified) (1 diff)
- trunk/deployment/resources/javascript/bedework/lang (added)
- trunk/deployment/resources/javascript/bedework/lang/bwAccessStrings-de_DE.js (added)
- trunk/deployment/resources/javascript/bedework/lang/bwAccessStrings-es_ES.js (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/resources/javascript/bedework/bedeworkAccess.js
r3044 r3139 29 29 30 30 // ======================================================================== 31 // Language and customization 32 // These should come from values in the header or included as a separate cutomization 33 // file. 31 // Default strings are English (en_US). Tranlations are found in 32 // the sibling directory lang/ and are included as overrides based on the localeSettings.xsl 33 // file for each web client (that uses a localeSettings file, e.g. the personal 34 // and public web clients 34 35 35 36 var authenticatedStr = "authenticated";
