00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef INCL_BASE_MESSAGES
00020 #define INCL_BASE_MESSAGES
00021
00023 #include "base/fscapi.h"
00024
00025
00026
00027
00028
00029
00030
00031 #define MSG_CONFIG_SUCCESSFULLY_READ "Configuration successfully read"
00032 #define MSG_INITIALIZATATION_MESSAGE "Initialization message:"
00033 #define MSG_UNKNOWN "Unknown"
00034 #define MSG_PREPARING_SYNC "Preparing synchronization of %s..."
00035 #define MSG_SYNC_URL "Synchronization URL: %s"
00036 #define MSG_NOT_AUTHORIZED "Sorry, you are not authorized to synchronize. Check the username/password settings."
00037 #define MSG_DB_NOT_FOUND "Remote database %s not found. Check the remote settings."
00038 #define MSG_INVALID_URL "Invalid synchronization URL. Check the connection settings."
00039 #define MSG_MODIFICATION_MESSAGE "Modification message:"
00040 #define MSG_OUT_OF_MEMORY "Out of memory!"
00041 #define MSG_APPLYING_MODIFICATIONS "Applying server modifications: %ld new item(s), %ld updated item(s), %ld deleted item(s)"
00042 #define MSG_ADDING_ITEMS "Adding %ld item(s)"
00043 #define MSG_UPDATING_ITEMS "Updating %ld item(s)"
00044 #define MSG_DELETING_ITEMS "Deleting %ld item(s)"
00045 #define MSG_SYNCHRONIZING "Synchronizing..."
00046 #define MSG_SLOW_SYNC "Performing slow synchronization"
00047 #define MSG_TWOWAY_SYNC "Performing two-way synchronization"
00048 #define MSG_SYNC_FAIL "Synchronization failed"
00049 #define MSG_COMMITTING_CHANGES "Committing changes"
00050 #define MSG_SYNC_SUCCESS "Synchronization successful"
00051 #define MSG_FULL_DATE_TIME "%s, %s, %s"
00052
00053
00054
00055 #define INITIALIZING "Initializing"
00056 #define INITIALIZATION_DONE "Initialization done"
00057 #define SERVER_ALERT_CODE "The server alert code for %s is %i"
00058 #define SYNCHRONIZING "Synchronizing %s"
00059 #define PREPARING_FAST_SYNC "Preparing fast sync for %s"
00060 #define PREPARING_SLOW_SYNC "Preparing slow sync for %s"
00061 #define PREPARING_SYNC_REFRESH_FROM_SERVER "Preparing refresh from server sync for %s"
00062 #define PREPARING_SYNC_ONE_WAY_FROM_SERVER "Preparing one way from server sync for %s"
00063 #define DETECTED_SLOW "Detected %i items"
00064 #define DETECTED_FAST "Detected %i new items, %i updated items, %i deleted items"
00065 #define SENDING_MODIFICATION "Sending modifications"
00066 #define SENDING_ALERT "Sending alert to get server modifications"
00067 #define RETURNED_NUM_ITEMS "Returned %i new items, %i updated items, %i deleted items for %s"
00068 #define MODIFICATION_DONE "Modification done"
00069 #define SENDING_MAPPING "Sending mapping"
00070 #define SYNCHRONIZATION_DONE "Synchronization done"
00071 #define RESPURI "url from response to inizialization-message: %s"
00072 #define MESSAGE_SENT "Message sent"
00073 #define READING_RESPONSE "Reading response..."
00074
00076 #endif