X-Git-Url: https://harishankar.org/repos/?a=blobdiff_plain;f=biawebstrings.hpp;h=55f417750abdffaae91464b3efb4443ba73b82b6;hb=1d6e80c91ca5a6c4551d89e7a1979490c2505745;hp=8e2f9479013c34006d4c00182d98b243f96795a2;hpb=406aa544d873974501056201467c88366f9d31f9;p=biaweb2.git diff --git a/biawebstrings.hpp b/biawebstrings.hpp index 8e2f947..55f4177 100644 --- a/biawebstrings.hpp +++ b/biawebstrings.hpp @@ -2,8 +2,20 @@ #define __BIAWEBSTRINGS__ namespace biaweb { - const char* GO_UP = "Go up"; - const char* SUB_CAT = "Sub categories: "; + // COMMON APPLICATION STRINGS + const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ; + const char* NO_SUCH_PATH_ERROR = "No such path! Specify an existing file path" ; + const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z"; + const char* GENERATED_IN = "Generated in (s): "; + const char* VISUALIZE_TREE = "Generated document tree: "; + + // NAMED INDEX FOR DOCUMENT STRING BITS (LOADED FROM TEMPLATE FILE stringbits.txt) + const unsigned int HOME = 0; + const unsigned int ARTICLES_LIST = 1; + const unsigned int INDEX = 2; + const unsigned int NAVIGATION = 3; + const unsigned int SUB_CAT = 4; + const unsigned int GO_UP = 5; } #endif