📄 language.r83
字号:
/*
* MDictionary - dictionary program for Symbian cellular phones
*
* Copyright (C) 2005 Egyeki Gergely
* Mario Alberto Curiel Bola駉s 2006
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU 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 General Public License for more details.
*
* You should have received a copy of the GNU 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
*
*/
//Spanish
//Captions
#define qtn_caption_string "Dictionary"
#define qtn_short_caption_string "MDic"
//Commands
#define qtn_commandSearch "Buscar"
#define qtn_commandSearchEx "B鷖queda Exacta"
#define qtn_commandExit "Salir"
#define qtn_commandChangeDic "Cambiar diccionario"
#define qtn_commandAbout "Acerca de"
#define qtn_commandAboutPrg "Programa"
#define qtn_commandAboutDic "Diccionario"
//Messages
#define qtn_DicError_msg "Instale una base de datos de diccionario"
#define qtn_DicError_Emptymsg "Por favor, seleccione una palabra!"
#define qtn_SelectDic_title "Escoja 1 diccionario"
#define qtn_loadingwaitmessage "Cargando..."
#define qtn_searchingwaitmessage "Buscando..."
//AboutPrg
#define qtn_AboutPrg_title " Acerca de"
#define qtn_AboutPrg_TEXT1 " MDictionary"
#define qtn_AboutPrg_TEXT2 " programa de"
#define qtn_AboutPrg_TEXT3 " diccionarios"
#define qtn_AboutPrg_TEXT4 " para celulares S60"
#define qtn_AboutPrg_TEXT5 " por Egyeki Gergely"
#define qtn_AboutPrg_TEXT6 " "
#define qtn_AboutPrg_TEXT7 "sitio web:"
#define qtn_AboutPrg_TEXT8 " mdictionary.sf.net"
#define qtn_AboutPrg_TEXT9 ""
#define qtn_AboutPrg_TEXT10 " "
//AboutDic
#define qtn_AboutDic_title "Diccionario"
#define qtn_AboutDic_dictionary "Diccionario:"
#define qtn_AboutDic_authors_title "Autor(es):"
#define qtn_AboutDic_version_title "Versi髇:"
//Languages
#define qtn_lang_hu "H鷑garo"
#define qtn_lang_it "Italiano"
#define qtn_lang_en "Ingl閟"
#define qtn_lang_sp "Espa駉l"
#define qtn_lang_yu "Serbio"
#define qtn_lang_fr "Franc閟"
#define qtn_lang_ge "Alem醤"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -