2016-03-08 14:52 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/lang/Makefile
+ src/lang/l_de_at.c
* include/hblang.hbx
+ added new DE_AT German-Austria lang module by byte1one@gmail.com
* src/lang/l_is.c
! fixes in Icelandic lang module by Isleifur Gislason
<isleifurgisla@gmail.com>
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2016-03-08 14:52 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/lang/Makefile
|
||||
+ src/lang/l_de_at.c
|
||||
* include/hblang.hbx
|
||||
+ added new DE_AT German-Austria lang module by byte1one@gmail.com
|
||||
|
||||
* src/lang/l_is.c
|
||||
! fixes in Icelandic lang module by Isleifur Gislason
|
||||
<isleifurgisla@gmail.com>
|
||||
|
||||
2016-03-01 16:11 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gttrm/gttrm.c
|
||||
+ added support for CYGWIN ssh terminal
|
||||
|
||||
@@ -34,6 +34,7 @@ DYNAMIC HB_LANG_BG
|
||||
DYNAMIC HB_LANG_CA
|
||||
DYNAMIC HB_LANG_CS
|
||||
DYNAMIC HB_LANG_DE
|
||||
DYNAMIC HB_LANG_DE_AT
|
||||
DYNAMIC HB_LANG_EL
|
||||
DYNAMIC HB_LANG_EN
|
||||
DYNAMIC HB_LANG_EO
|
||||
|
||||
@@ -6,6 +6,7 @@ C_SOURCES := \
|
||||
l_ca.c \
|
||||
l_cs.c \
|
||||
l_de.c \
|
||||
l_de_at.c \
|
||||
l_el.c \
|
||||
l_eo.c \
|
||||
l_es.c \
|
||||
|
||||
150
src/lang/l_de_at.c
Normal file
150
src/lang/l_de_at.c
Normal file
@@ -0,0 +1,150 @@
|
||||
/* Last Translator: byte-one.com */
|
||||
|
||||
#include "hbapilng.h"
|
||||
|
||||
static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
"de_AT",
|
||||
"German-Austria",
|
||||
"Deutsch-Österreich",
|
||||
"",
|
||||
"UTF8",
|
||||
"",
|
||||
|
||||
/* Month names */
|
||||
|
||||
"Jänner",
|
||||
"Feber",
|
||||
"März",
|
||||
"April",
|
||||
"Mai",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"August",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Dezember",
|
||||
|
||||
/* Day names */
|
||||
|
||||
"Sonntag",
|
||||
"Montag",
|
||||
"Dienstag",
|
||||
"Mittwoch",
|
||||
"Donnerstag",
|
||||
"Freitag",
|
||||
"Samstag",
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
"Datenbank Dateien Anz. Sätze Letzte Änderung Größe",
|
||||
"Möchten Sie mehr Beispiele?",
|
||||
"Anz. Seiten",
|
||||
"** Zwischensumme **",
|
||||
"* Teilsumme *",
|
||||
"*** Summe ***",
|
||||
"Einfg.",
|
||||
" ",
|
||||
"Ungültiges Datum",
|
||||
"Bereich: ",
|
||||
" - ",
|
||||
"J/N",
|
||||
"UNGÜLTIGER AUSDRUCK",
|
||||
|
||||
/* Error description names */
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
"String overflow",
|
||||
"Numeric overflow",
|
||||
"Zero divisor",
|
||||
"Numeric error",
|
||||
"Syntax error",
|
||||
"Operation too complex",
|
||||
"",
|
||||
"",
|
||||
"Memory low",
|
||||
"Undefined function",
|
||||
"No exported method",
|
||||
"Variable does not exist",
|
||||
"Alias does not exist",
|
||||
"No exported variable",
|
||||
"Illegal characters in alias",
|
||||
"Alias already in use",
|
||||
"",
|
||||
"Create error",
|
||||
"Open error",
|
||||
"Close error",
|
||||
"Read error",
|
||||
"Write error",
|
||||
"Print error",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Operation not supported",
|
||||
"Limit exceeded",
|
||||
"Corruption detected",
|
||||
"Data type error",
|
||||
"Data width error",
|
||||
"Workarea not in use",
|
||||
"Workarea not indexed",
|
||||
"Exclusive required",
|
||||
"Lock required",
|
||||
"Write not allowed",
|
||||
"Append lock failed",
|
||||
"Lock Failure",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Object destructor failure",
|
||||
"array access",
|
||||
"array assign",
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %d: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can't locate the starting procedure: '%s'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes",
|
||||
|
||||
/* Texts */
|
||||
|
||||
"DD.MM.YYYY",
|
||||
"J",
|
||||
"N"
|
||||
}
|
||||
};
|
||||
|
||||
#define HB_LANG_ID DE_AT
|
||||
#include "hbmsgreg.h"
|
||||
@@ -19,10 +19,10 @@ static HB_LANG s_lang =
|
||||
"Janúar",
|
||||
"Febrúar",
|
||||
"Mars",
|
||||
"Apríll",
|
||||
"Apríl",
|
||||
"Maí",
|
||||
"Juní",
|
||||
"Julí",
|
||||
"Júní",
|
||||
"Júlí",
|
||||
"Ágúst",
|
||||
"September",
|
||||
"Október",
|
||||
@@ -42,33 +42,33 @@ static HB_LANG s_lang =
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
"Gagnagrunnar Skráartal Síðast Breytt Stærð",
|
||||
"Viltu fleyri prófanir?",
|
||||
"Bladsíða",
|
||||
"** Subtotal **",
|
||||
"* Subsubtotal *",
|
||||
"Viltu fleiri prófanir?",
|
||||
"Blaðsíða",
|
||||
"** Millisamtala **",
|
||||
"* Milli milli samtala *",
|
||||
"*** Samtals ***",
|
||||
"Ins",
|
||||
" ",
|
||||
"Röng dagsetning",
|
||||
"Range: ",
|
||||
"Bil: ",
|
||||
" - ",
|
||||
"J/N",
|
||||
"ÓGILD EXPRESSION",
|
||||
|
||||
/* Error description names */
|
||||
|
||||
"Unknown error",
|
||||
"Óþekkt villa",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
"String overflow",
|
||||
"Numeric overflow",
|
||||
"Zero divisor",
|
||||
"Of há tala",
|
||||
"Deilt með núll",
|
||||
"Numeric error",
|
||||
"Syntax error",
|
||||
"Operation too complex",
|
||||
"",
|
||||
"",
|
||||
"Memory low",
|
||||
"Lágt minni",
|
||||
"Undefined function",
|
||||
"No exported method",
|
||||
"Variable does not exist",
|
||||
@@ -80,9 +80,9 @@ static HB_LANG s_lang =
|
||||
"Create error",
|
||||
"Open error",
|
||||
"Close error",
|
||||
"Read error",
|
||||
"Write error",
|
||||
"Print error",
|
||||
"Les villa",
|
||||
"Skrif villa",
|
||||
"Prent villa",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@@ -140,7 +140,7 @@ static HB_LANG s_lang =
|
||||
|
||||
/* Texts */
|
||||
|
||||
"YYYY-MM-DD",
|
||||
"DD.MM.YYYY",
|
||||
"J",
|
||||
"N"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user