📄 lang-database.h
字号:
/* TradeClient <http://tradeclient.sourceforge.net> * $Id: lang-database.h,v 1.10 2001/03/20 20:12:34 ttabner Exp $ * * Copyright (C) 1999-2000 Bynari Inc. * Copyright (C) 2001 Project TradeClient * * LGPL * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library * General Public License for more details. * * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* WARNING! DO NOT #include THIS FILE INTO ANYTHING */#define MAXLANGUAGES 17/* this defines which lines correspond to which langauge */static char *languages[MAXLANGUAGES]= { "en", "es", "de", "fr", "pt", "cs", "da", "fi", "it", "ja", "ko", "nl", "no", "pl", "ru", "sk", "sv" };static char *langnames[MAXLANGUAGES]= { "english", "spanish", "german", "french", "portueguese", "czechoslovak", "danish", "finnish", "italian", "japanese", "korean", "dutch", "norwegian", "polish", "russian", "slovak", "unknown" };static char *translations[][MAXLANGUAGES]={ {"'%s' Not found\n", /* string id 0 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Cannot delete %s: Permission denied\n", /* string id 1 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Cannot delete %s: File not found\n", /* string id 2 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Cannot delete %s: Too many symbolic links encountered\n", /* string id 3 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"File %s is not a Bynari TradeClient Contacts List\n", /* string id 4 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Address Book", /* string id 5 */ "Libro de Direcci髇", /* spanish */ "Adressbuch", /* non-existant german */ "Carnet d'adresses", /* non-existant french */ "Lista de Contactos", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ "Libro Di Indirizzo", /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"File", /* string id 6 */ "Archivo", /* spanish */ "Datei", /* german */ NULL, /* non-existant french */ "Ficheiro", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Save", /* string id 7 */ "Almacenar", /* spanish */ "Ausser", /* german */ NULL, /* non-existant french */ "Guardar", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"New...", /* string id 8 */ NULL, /* non-existant spanish */ "Neu... ", /* german */ NULL, /* non-existant french */ "Novo...", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Address Book", /* string id 9 */ NULL, /* non-existant spanish */ "Adressbuch", /* german */ NULL, /* non-existant french */ "Lista de Contactos", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Addressbook Entry", /* string id 10 */ NULL, /* non-existant spanish */ "Eintrag Addressbook", /* german */ NULL, /* non-existant french */ "i", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Group", /* string id 11 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Edit Entry", /* string id 12 */ "Dirigir Entrada", /* spanish */ "Bearbeiten Sie Eintrag", /* german */ NULL, /* non-existant french */ "Editar Entrada", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Delete...", /* string id 13 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Help", /* string id 14 */ "Ayudo", /* spanish */ "Hilfe", /* german */ "Aide", /* non-existant french */ "Ajuda", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ "Aiuto", /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"About Bynari TradeClient", /* string id 15 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"View Address in ", /* string id 16 */ "Ver Direcci=F3n en", /* spanish */ "Ansichtadresse in", /* german */ NULL, /* non-existant french */ "Ver Endere鏾 em", /* portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Global Address Book", /* string id 17 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Personal Address Book", /* string id 18 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Satan's Address Book", /* string id 19 */ NULL, /* non-existant spanish */ NULL, /* non-existant german */ NULL, /* non-existant french */ NULL, /* non-existant portueguese */ NULL, /* non-existant czechoslovak */ NULL, /* non-existant danish */ NULL, /* non-existant finnish */ NULL, /* non-existant italian */ NULL, /* non-existant japanese */ NULL, /* non-existant korean */ NULL, /* non-existant dutch */ NULL, /* non-existant norwegian */ NULL, /* non-existant polish */ NULL, /* non-existant russian */ NULL, /* non-existant slovak */ NULL}, /* unknown*/ {"Add Book", /* string id 20 */ "A=F1adir un Libro", /* spanish */ "F黦en Sie Buch Hinzu", /* german */ NULL, /* non-existant french */ "Acrescentar uma Lista", /* portueguese */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -