calendarui/caldav/data/caldav.loc
changeset 1 4927282092b4
child 6 5a04f2ceabfe
equal deleted inserted replaced
0:f979ecb2b13e 1:4927282092b4
       
     1 /*
       
     2 * Copyright (c) 2010 Sun Microsystems, Inc. and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributor:
       
    10 * Maximilian Odendahl
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: caldav user interface strings
       
    15 *
       
    16 */
       
    17 
       
    18 #define qtn_caldav						"CalDAV Synchronisation"
       
    19 
       
    20 #define qtn_caldav_query_disconnect		"This change will disable synchronisation. Do you want to continue?"
       
    21 #define qtn_caldav_query_fail			"Synchronization could not be enabled. Please check url, username and password"
       
    22 #define qtn_caldav_query_success		"Synchronization was enabled successfully."
       
    23 
       
    24 #define qtn_caldav_access_point			"Access Point"
       
    25 
       
    26 #define qtn_caldav_username				"Username"
       
    27 #define qtn_caldav_url					"Url"
       
    28 #define qtn_caldav_password				"Password"
       
    29 #define qtn_caldav_syncinterval 		"Sync Interval"
       
    30 
       
    31 #define qtn_caldav_conflictaction 		"Conflict resolution"
       
    32 #define qtn_caldav_keep_server 			"Keep server"
       
    33 #define qtn_caldav_keep_device 			"Keep device"
       
    34 
       
    35 #define qtn_caldav_immediatesync 		"New entries"
       
    36 #define qtn_caldav_immediatesync_yes 	"Sync immediatly"
       
    37 #define qtn_caldav_immediatesync_no 	"Wait until next sync"
       
    38 
       
    39 #define qtn_caldav_enable 				"Enabled synchronization"
       
    40 #define qtn_caldav_yes					"Yes"
       
    41 #define qtn_caldav_no					"No"
       
    42 
       
    43 #define qtn_caldav_range				"Time range"
       
    44 #define qtn_caldav_range_two			"2 weeks back"
       
    45 #define qtn_caldav_range_three			"3 month back"
       
    46 #define qtn_caldav_range_six			"6 month back"
       
    47 #define qtn_caldav_range_all			"all events"
       
    48 
       
    49 #define qtn_caldav_time					"Sync interval"
       
    50 
       
    51 #define qtn_caldav_time_always			"Always on"
       
    52 #define qtn_caldav_time_one				"One minute"
       
    53 #define qtn_caldav_time_five			"Five minutes"
       
    54 #define qtn_caldav_time_fifteen			"Fifteen minutes"
       
    55 #define qtn_caldav_time_thirty 			"Thirty minutes"