Example #1
0
 */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>

// Localization
#include "gettext.h"

#include "licq_countrycodes.h"

const struct SCountry gCountries[NUM_COUNTRIES] =
{
  { tr_NOOP("Unspecified"), COUNTRY_UNSPECIFIED, 0, 0 },
  { tr_NOOP("Afghanistan"), 93, 93, 1 },
  { tr_NOOP("Albania"), 355, 355, 2 },
  { tr_NOOP("Algeria"), 213, 213, 3 },
  { tr_NOOP("American Samoa"), 684, 684, 4 },
  { tr_NOOP("Andorra"), 376, 376, 5 },
  { tr_NOOP("Angola"), 244, 244, 6 },
  { tr_NOOP("Anguilla"), 101, 1, 7 },
  { tr_NOOP("Antigua and Barbuda"), 1021, 1, 8 },
  { tr_NOOP("Antigua"), 102, 1, 9 },
  { tr_NOOP("Antilles"), 5902, 590, 10 },
  { tr_NOOP("Argentina"), 54, 54, 11 },
  { tr_NOOP("Armenia"), 374, 374, 12 },
  { tr_NOOP("Aruba"), 297, 297, 13 },
  { tr_NOOP("Ascension Island"), 247, 247, 14 },
  { tr_NOOP("Australia"), 61, 61, 15 },
Example #2
0
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "gettext.h"

#include <stdio.h>
#include <string.h>

#include "licq_occupationcodes.h"

const struct SOccupation gOccupations[NUM_OCCUPATIONS] =
{
    { tr_NOOP("Unspecified"), OCCUPATION_UNSPECIFIED, 0 },
    { tr_NOOP("Academic"), 1, 1 },
    { tr_NOOP("Administrative"), 2, 2 },
    { tr_NOOP("Art/Entertainment"), 3, 3 },
    { tr_NOOP("College Student"), 4, 4 },
    { tr_NOOP("Community & Social"), 6, 5 },
    { tr_NOOP("Computers"), 5, 6 },
    { tr_NOOP("Education"), 7, 7 },
    { tr_NOOP("Engineering"), 8, 8 },
    { tr_NOOP("Financial Services"), 9, 9 },
    { tr_NOOP("Government"), 10, 10 },
    { tr_NOOP("High School Student"), 11, 11 },
    { tr_NOOP("Home"), 12, 12 },
    { tr_NOOP("ICQ - Providing Help"), 13, 13 },
    { tr_NOOP("Law"), 14, 14 },
    { tr_NOOP("Managerial"), 15, 15 },
    { tr_NOOP("Manufacturing"), 16, 16 },
    { tr_NOOP("Medical/Health"), 17, 17 },
  "ForegroundIntense",
  "BackgroundIntense",
  "Color0Intense",
  "Color1Intense",
  "Color2Intense",
  "Color3Intense",
  "Color4Intense",
  "Color5Intense",
  "Color6Intense",
  "Color7Intense"
};
// dummy silently comment out the tr_NOOP
#define tr_NOOP
const char* const ColorScheme::translatedColorNames[TABLE_COLORS] =
{
    tr_NOOP("Foreground"),
    tr_NOOP("Background"),
    tr_NOOP("Color 1"),
    tr_NOOP("Color 2"),
    tr_NOOP("Color 3"),
    tr_NOOP("Color 4"),
    tr_NOOP("Color 5"),
    tr_NOOP("Color 6"),
    tr_NOOP("Color 7"),
    tr_NOOP("Color 8"),
    tr_NOOP("Foreground (Intense)"),
    tr_NOOP("Background (Intense)"),
    tr_NOOP("Color 1 (Intense)"),
    tr_NOOP("Color 2 (Intense)"),
    tr_NOOP("Color 3 (Intense)"),
    tr_NOOP("Color 4 (Intense)"),
Example #4
0
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <string.h>

// Localization
#include "gettext.h"

#include "licq_languagecodes.h"

const struct SLanguage gLanguages[NUM_LANGUAGES] =
{
  { tr_NOOP("Unspecified"), LANGUAGE_UNSPECIFIED, 0 },
  { tr_NOOP("Afrikaans"), 55, 1 },
  { tr_NOOP("Albanian"), 58, 2 },
  { tr_NOOP("Arabic"), 1, 3 },
  { tr_NOOP("Armenian"), 59, 4 },
  { tr_NOOP("Azerbaijani"), 68, 5 },
  { tr_NOOP("Belorussian"), 72, 6 },
  { tr_NOOP("Bhojpuri"), 2, 7 },
  { tr_NOOP("Bosnian"), 56, 8 },
  { tr_NOOP("Bulgarian"), 3, 9 },
  { tr_NOOP("Burmese"), 4, 10 },
  { tr_NOOP("Cantonese"), 5, 11 },
  { tr_NOOP("Catalan"), 6, 12 },
  { tr_NOOP("Chamorro"), 61, 13 },
  { tr_NOOP("Chinese"), 7, 14 },
  { tr_NOOP("Croatian"), 8, 15 },