# This is the alias database file I threw together. # It is quite primitive but should work in simple cases. # For a truly industrial strenth use a database alias # system would be needed. # Also there is no standard editor to edit this. # Maybe some kind sole will write it one day, but it # probably won't be me. # These are comments, also empty lines are ignored. # The alias entrys are separated by colons, and are in # the form : : : # # Where can be in form key=value, no opts currently # are defined but as this system is in infancy there sure # will be some. Opts must contains something, like space. # Due to StringTokenizer ickiness. # # All \-s have to be escaped inside the with # another \, if not then \r and \n are translated into # carriage return/newline. # # There is one special language: DEFAULT, when no key # is found in requested language then content from DEFAULT # is taken. # DEFAULT: :TEXT_HELLO:Hello FR: :TEXT_HELLO:Bonjour FI: :TEXT_HELLO:Terve EE: :TEXT_HELLO:Tere DE: :TEXT_HELLO:Guten tag DEFAULT: :TEXT_GIRLS_LIKE:Girls like FR: :TEXT_GIRLS_LIKE:Filles aiment DEFAULT: :TEXT_BOYS:boys FR: :TEXT_BOYS:garcons