tajax_messages.js.x-pig-latin #2

  • //
  • guest/
  • matt_albrecht/
  • server-status/
  • tajax_messages.js.x-pig-latin
  • View
  • Commits
  • Open Download .zip Download (969 B)
/*
 * Example message file for tajax, in Pig Latin.
 *
 * Allows for web servers like Apache to serve up the right language version
 * based on specialized extensions to this file (such as tajax_messages.js.en)
 * for correct translation of the messages. 
 */

if (! tajax.messages) {
    alert("Or Erray in tajax_messages.js: ipt scray tajax.js as way ot nay cluded inay efore bay is thay ile fay."); 
}
tajax.messages = {}
tajax.messages.language_code="x-pig-latin";
tajax.messages.language="Pig Latin";


tajax.messages.error = "Or Erray: {1}";
tajax.messages.failure = "Ailure Fay: {1}";

// internal error messages
tajax.messages.bad_request_type = "Egal Illay Equest Ray Ype Tay: {1}";
tajax.messages.cant_create_connection = "Ould cay ot nay eate cray onnection cay ect objay.";
tajax.messages.null_tajax = "NULL tajax ect objay or fay er usay ent agay:\n{1}";

tajax.messages.callback_error="Aught cay eption excay uring day allback cay: {1} (ata day = {2})";

# Change User Description Committed
#2 5925 Matt Albrecht Updates to the server status page
#1 5816 Matt Albrecht Add / update the server status with a much better AJAX model.