12345678910111213141516171819202122232425262728293031 |
- /*
- * Copyright (c) 2010-2011 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- * This component and the accompanying materials are made available
- * under the terms of "Eclipse Public License v1.0"
- * which accompanies this distribution, and is available
- * at the URL "http://www.eclipse.org/legal/epl-v10.html".
- *
- * Initial Contributors:
- * Nokia Corporation - initial contribution.
- *
- * Contributors:
- *
- * Description: Camerality logical strings.
- *
- */
- // LOCALISATION STRINGS
- // Caption string for app.
- #define qtn_caption_string "camerality"
- // softkey strings
- #define qtn_command_start "Start"
- #define qtn_command_stop "Stop"
- #define qtn_exit "Exit"
- #define qtn_loc_resource_file_1 "\\resource\\apps\\camerality_0xE09A8500"
- // End of File
|