browser/data/Application.rls
changeset 0 c316ab048e9d
equal deleted inserted replaced
-1:000000000000 0:c316ab048e9d
       
     1 /*
       
     2  * Name        : Application.rls 
       
     3  * Description : Localisation strings
       
     4  * Project     : This file is part of OpenMAR, an Open Mobile Augmented Reality browser
       
     5  * Website     : http://OpenMAR.org
       
     6  *
       
     7  * Copyright (c) 2010 David Caabeiro
       
     8  *
       
     9  * All rights reserved. This program and the accompanying materials are made available 
       
    10  * under the terms of the Eclipse Public License v1.0 which accompanies this 
       
    11  * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
       
    12  *
       
    13  */
       
    14 
       
    15 //  LOCALISATION STRINGS
       
    16 
       
    17 // Caption string for app.
       
    18 #define qtn_caption_string "OpenMAR"
       
    19 
       
    20 #define qtn_about "About"
       
    21 #define qtn_exit "Exit"
       
    22 
       
    23 #define qtn_loc_resource_file "\\resource\\apps\\OpenMAR_0x2002E1AB"
       
    24 
       
    25 #define qtn_about_dialog_title  "About"
       
    26 #define qtn_about_dialog_text   "OpenMAR Version 1.0.0\n\nSupport: support@OpenMAR.org\n\n(c) 2010 David Caabeiro"
       
    27 
       
    28 #define qtn_screenshot_text_ok      "Screenshot saved in %S"
       
    29 #define qtn_screenshot_text_error   "Screenshot error %d"