"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/labels.h" between
goaccess-1.7.1.tar.gz and goaccess-1.7.2.tar.gz

About: GoAccess is a real-time web log analyzer and interactive viewer ("text-based").

labels.h  (goaccess-1.7.1):labels.h  (goaccess-1.7.2)
skipping to change at line 33 skipping to change at line 33
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. * SOFTWARE.
*/ */
#ifndef LABELS_H_INCLUDED #ifndef LABELS_H_INCLUDED
#define LABELS_H_INCLUDED #define LABELS_H_INCLUDED
#ifdef ENABLE_NLS
#include <libintl.h> #include <libintl.h>
#define _(String) dgettext (PACKAGE , String) #define _(String) dgettext (PACKAGE , String)
#else
#define _(String) (String)
#endif
#define gettext_noop(String) String #define gettext_noop(String) String
#define N_(String) gettext_noop (String) #define N_(String) gettext_noop (String)
/* global lang attribute */ /* global lang attribute */
#define DOC_LANG _( "en") #define DOC_LANG _( "en")
/* General */ /* General */
#define GEN_EXPAND_PANEL _( "Exp. Panel") #define GEN_EXPAND_PANEL _( "Exp. Panel")
#define GEN_HELP _( "Help") #define GEN_HELP _( "Help")
#define GEN_QUIT _( "Quit") #define GEN_QUIT _( "Quit")
skipping to change at line 178 skipping to change at line 183
N_("OS") N_("OS")
#define BROWSERS_HEAD \ #define BROWSERS_HEAD \
N_("Browsers") N_("Browsers")
#define BROWSERS_DESC \ #define BROWSERS_DESC \
N_("Top Browsers sorted by hits [, avgts, cumts, maxts]") N_("Top Browsers sorted by hits [, avgts, cumts, maxts]")
#define BROWSERS_LABEL \ #define BROWSERS_LABEL \
N_("Browsers") N_("Browsers")
#define REFERRERS_HEAD \ #define REFERRERS_HEAD \
N_("Referer URLs") N_("Referrer URLs")
#define REFERRERS_DESC \ #define REFERRERS_DESC \
N_("Top Requested Referers sorted by hits [, avgts, cumts, maxts]") N_("Top Requested Referrers sorted by hits [, avgts, cumts, maxts]")
#define REFERRERS_LABEL \ #define REFERRERS_LABEL \
N_("Referers") N_("Referrers")
#define REFERRING_SITES_HEAD \ #define REFERRING_SITES_HEAD \
N_("Referring Sites") N_("Referring Sites")
#define REFERRING_SITES_DESC \ #define REFERRING_SITES_DESC \
N_("Top Referring Sites sorted by hits [, avgts, cumts, maxts]") N_("Top Referring Sites sorted by hits [, avgts, cumts, maxts]")
#define REFERRING_SITES_LABEL \ #define REFERRING_SITES_LABEL \
N_("Referring Sites") N_("Referring Sites")
#define KEYPHRASES_HEAD \ #define KEYPHRASES_HEAD \
N_("Keyphrases from Google's search engine") N_("Keyphrases from Google's search engine")
 End of changes. 5 change blocks. 
3 lines changed or deleted 8 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)