2012-07-24 11:43 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/lang/be.c
  * src/lang/bg.c
  * src/lang/ca.c
  * src/lang/cs.c
  * src/lang/de.c
  * src/lang/el.c
  * src/lang/en_tpl.c
  * src/lang/eo.c
  * src/lang/es.c
  * src/lang/eu.c
  * src/lang/fr.c
  * src/lang/gl.c
  * src/lang/he.c
  * src/lang/hr.c
  * src/lang/hu.c
  * src/lang/id.c
  * src/lang/is.c
  * src/lang/it.c
  * src/lang/ko.c
  * src/lang/lt.c
  * src/lang/nl.c
  * src/lang/pl.c
  * src/lang/pt.c
  * src/lang/ro.c
  * src/lang/ru.c
  * src/lang/sk.c
  * src/lang/sl.c
  * src/lang/sr_cyr.c
  * src/lang/sr_lat.c
  * src/lang/sv.c
  * src/lang/tr.c
  * src/lang/uk.c
  * src/lang/zh_sim.c
  * src/lang/zh_tra.c
    * further cleaned comments and redundancy
This commit is contained in:
Viktor Szakats
2012-07-24 09:45:44 +00:00
parent c3e8e33545
commit c0accd94e6
35 changed files with 71 additions and 102 deletions

View File

@@ -16,6 +16,43 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-24 11:43 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/lang/be.c
* src/lang/bg.c
* src/lang/ca.c
* src/lang/cs.c
* src/lang/de.c
* src/lang/el.c
* src/lang/en_tpl.c
* src/lang/eo.c
* src/lang/es.c
* src/lang/eu.c
* src/lang/fr.c
* src/lang/gl.c
* src/lang/he.c
* src/lang/hr.c
* src/lang/hu.c
* src/lang/id.c
* src/lang/is.c
* src/lang/it.c
* src/lang/ko.c
* src/lang/lt.c
* src/lang/nl.c
* src/lang/pl.c
* src/lang/pt.c
* src/lang/ro.c
* src/lang/ru.c
* src/lang/sk.c
* src/lang/sl.c
* src/lang/sr_cyr.c
* src/lang/sr_lat.c
* src/lang/sv.c
* src/lang/tr.c
* src/lang/uk.c
* src/lang/zh_sim.c
* src/lang/zh_tra.c
* further cleaned comments and redundancy
2012-07-24 11:34 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/lang/be.c
* src/lang/bg.c

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): BE */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"BEUTF", /* ID */
"BEUTF", /* ISO ID (2 chars) */
"Belorussian", /* Name (in English) */
"Беларуская", /* Name (in native language) */
"BY", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): BG */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"BGUTF", /* ID */
"BGUTF", /* ISO ID (2 chars) */
"Bulgarian", /* Name (in English) */
"Български", /* Name (in native language) */
"BG", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): CA */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"CAUTF", /* ID */
"CAUTF", /* ISO ID (2 chars) */
"Catalan", /* Name (in English) */
"Catalán", /* Name (in native language) */
"CA", /* RFC ID */

View File

@@ -53,8 +53,6 @@
*
*/
/* ISO language code (2 chars): CS */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -62,7 +60,7 @@ static HB_LANG s_lang =
{
/* Identification */
"CSUTF", /* ID */
"CSUTF", /* ISO ID (2 chars) */
"Czech", /* Name (in English) */
"Česky", /* Name (in native language) */
"CS", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): DE */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"DEUTF", /* ID */
"DEUTF", /* ISO ID (2 chars) */
"German", /* Name (in English) */
"Deutsch", /* Name (in native language) */
"DE", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): EL */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ELUTF", /* ID */
"ELUTF", /* ISO ID (2 chars) */
"Greek", /* Name (in English) */
"Ελληνικά", /* Name (in native language) */
"EL", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): (please look it up at https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"EN", /* ID */
"EN", /* ISO ID (2 chars) */
"English", /* Name (in English) */
"English", /* Name (in native language) */
"EN", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): EO */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"EOUTF", /* ID */
"EOUTF", /* ISO ID (2 chars) */
"Esperanto", /* Name (in English) */
"Esperanto", /* Name (in native language) */
"EO", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): ES */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ESUTF", /* ID */
"ESUTF", /* ISO ID (2 chars) */
"Spanish", /* Name (in English) */
"Español", /* Name (in native language) */
"ES", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): EU */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"EUUTF", /* ID */
"EUUTF", /* ISO ID (2 chars) */
"Basque", /* Name (in English) */
"English", /* Name (in native language) */
"EU", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): FR */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"FRUTF", /* ID */
"FRUTF", /* ISO ID (2 chars) */
"French", /* Name (in English) */
"français", /* Name (in native language) */
"FR", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): GL */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"GLUTF", /* ID */
"GLUTF", /* ISO ID (2 chars) */
"Galician", /* Name (in English) */
"Galego", /* Name (in native language) */
"GL", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): HE */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"HEUTF", /* ID */
"HEUTF", /* ISO ID (2 chars) */
"Hebrew", /* Name (in English) */
"עברית", /* Name (in native language) */
"HE", /* RFC ID */

View File

@@ -52,8 +52,6 @@
*
*/
/* ISO language code (2 chars): HR */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -61,7 +59,7 @@ static HB_LANG s_lang =
{
/* Identification */
"HRUTF", /* ID */
"HRUTF", /* ISO ID (2 chars) */
"Croatian", /* Name (in English) */
"Hrvatski", /* Name (in native language) */
"HR", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): HU */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"HUUTF", /* ID */
"HUUTF", /* ISO ID (2 chars) */
"Hungarian", /* Name (in English) */
"Magyar", /* Name (in native language) */
"HU", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): ID */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"IDUTF", /* ID */
"IDUTF", /* ISO ID (2 chars) */
"Indonesian", /* Name (in English) */
"Bahasa Indonesia", /* Name (in native language) */
"ID", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): IS */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ISUTF", /* ID */
"ISUTF", /* ISO ID (2 chars) */
"Icelandic", /* Name (in English) */
"Íslenska", /* Name (in native language) */
"IS", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): IT */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ITUTF", /* ID */
"ITUTF", /* ISO ID (2 chars) */
"Italian", /* Name (in English) */
"Italiano", /* Name (in native language) */
"IT", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): KO */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"KOUTF", /* ID */
"KOUTF", /* ISO ID (2 chars) */
"Korean", /* Name (in English) */
"한국어", /* Name (in native language) */
"KO", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): LT */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"LTUTF", /* ID */
"LTUTF", /* ISO ID (2 chars) */
"Lithuanian", /* Name (in English) */
"Lietuvių", /* Name (in native language) */
"LT", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): NL */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"NLUTF", /* ID */
"NLUTF", /* ISO ID (2 chars) */
"Dutch", /* Name (in English) */
"Nederlands", /* Name (in native language) */
"NL", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): PL */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"PLUTF", /* ID */
"PLUTF", /* ISO ID (2 chars) */
"Polish", /* Name (in English) */
"Polski", /* Name (in native language) */
"PL", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): PT */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"PTUTF", /* ID */
"PTUTF", /* ISO ID (2 chars) */
"Portuguese", /* Name (in English) */
"Portugues", /* Name (in native language) */
"PT", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): RO */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ROUTF", /* ID */
"ROUTF", /* ISO ID (2 chars) */
"Romanian", /* Name (in English) */
"Român", /* Name (in native language) */
"RO", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): RU */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"RUUTF", /* ID */
"RUUTF", /* ISO ID (2 chars) */
"Russian", /* Name (in English) */
"Русский", /* Name (in native language) */
"RU", /* RFC ID */

View File

@@ -51,8 +51,6 @@
*
*/
/* ISO language code (2 chars): SK */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -60,7 +58,7 @@ static HB_LANG s_lang =
{
/* Identification */
"SKUTF", /* ID */
"SKUTF", /* ISO ID (2 chars) */
"Slovak", /* Name (in English) */
"Slovensky", /* Name (in native language) */
"SK", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): SL */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"SLUTF", /* ID */
"SLUTF", /* ISO ID (2 chars) */
"Slovenian", /* Name (in English) */
"Slovenščina", /* Name (in native language) */
"SL", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): SR */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"SRUTF", /* ID */
"SRUTF", /* ISO ID (2 chars) */
"Serbian (cyrillic)", /* Name (in English) */
"Српски", /* Name (in native language) */
"SR", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): SR */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"SRLAT", /* ID */
"SRLAT", /* ISO ID (2 chars) */
"Serbian (latin)", /* Name (in English) */
"Srpski", /* Name (in native language) */
"SR", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): SV */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"SVUTF", /* ID */
"SVUTF", /* ISO ID (2 chars) */
"Swedish", /* Name (in English) */
"svenska", /* Name (in native language) */
"SV", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): TR */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"TRUTF", /* ID */
"TRUTF", /* ISO ID (2 chars) */
"Turkish", /* Name (in English) */
"Türkçe", /* Name (in native language) */
"TR", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): UA */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"UAUTF", /* ID */
"UAUTF", /* ISO ID (2 chars) */
"Ukrainian", /* Name (in English) */
"Украєнська", /* Name (in native language) */
"UA", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): ZH */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ZHSIM", /* ID */
"ZHSIM", /* ISO ID (2 chars) */
"Chinese Simplified", /* Name (in English) */
"中文简体", /* Name (in native language) */
"ZH", /* RFC ID */

View File

@@ -50,8 +50,6 @@
*
*/
/* ISO language code (2 chars): ZH */
#include "hbapilng.h"
static HB_LANG s_lang =
@@ -59,7 +57,7 @@ static HB_LANG s_lang =
{
/* Identification */
"ZHUTF", /* ID */
"ZHUTF", /* ISO ID (2 chars) */
"Chinese Traditional", /* Name (in English) */
"中文繁體", /* Name (in native language) */
"ZH", /* RFC ID */