mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Change email from @users.berlios.de to @goldendict.org.
This commit is contained in:
parent
f71c0ac7a7
commit
92eceb8cad
|
@ -1,4 +1,4 @@
|
|||
Konstantin Isakov <ikm\users.berlios.de>: Principal author of the program
|
||||
Konstantin Isakov <ikm\goldendict.org>: Principal author of the program
|
||||
Jennie Petoumenou <epetoumenou\gmail.com>: Greek transliteration and Greek translation
|
||||
Mindaugas Baranauskas <embar\super.lt>: Lithuanian translation
|
||||
Vit Pelcak <vit\pelcak.org>: Czech translation
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
GoldenDict, a dictionary lookup program.
|
||||
Copyright (C) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
Copyright (C) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
|
||||
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
|
||||
|
|
2
about.cc
2
about.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "about.hh"
|
||||
|
|
2
about.hh
2
about.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef ABOUT_HH
|
||||
|
|
2
about.ui
2
about.ui
|
@ -67,7 +67,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</string>
|
||||
<string>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "article_maker.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ARTICLE_MAKER_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ARTICLE_NETMGR_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "articleview.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ARTICLEVIEW_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "articlewebview.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ARTICLEWEBVIEW_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "atomic_rename.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ATOMIC_RENAME_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "audiolink.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __AUDIOLINK_HH_INCLUDED__
|
||||
|
|
2
bgl.cc
2
bgl.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "bgl.hh"
|
||||
|
|
2
bgl.hh
2
bgl.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __BGL_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "broken_xrecord.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __BROKEN_XRECORD_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "btreeidx.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __BTREEIDX_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "chunkedstorage.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __CHUNKEDSTORAGE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "config.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __CONFIG_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "country.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "dictdfiles.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __DICTDFILES_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __DICTIONARY_HH_INCLUDED__
|
||||
|
|
2
dsl.cc
2
dsl.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "dsl.hh"
|
||||
|
|
2
dsl.hh
2
dsl.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __DSL_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "dsl_details.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __DSL_DETAILS_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "editdictionaries.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __EDITDICTIONARIES_HH_INCLUDED__
|
||||
|
|
2
ex.hh
2
ex.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __EX_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "externalviewer.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __EXTERNALVIEWER_HH_INCLUDED__
|
||||
|
|
2
file.cc
2
file.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "file.hh"
|
||||
|
|
2
file.hh
2
file.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __FILE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "filetype.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __FILETYPE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "folding.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __FOLDING_HH_INCLUDED__
|
||||
|
|
2
forvo.cc
2
forvo.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "forvo.hh"
|
||||
|
|
2
forvo.hh
2
forvo.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __FORVO_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "fsencoding.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __FSENCODING_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
// This program generates the required .cc files to perform Unicode foldings,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "german.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef GERMAN_HH
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "groupcombobox.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __GROUPCOMBOBOX_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "groups.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __GROUPS_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "groups_widgets.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __GROUPS_WIDGETS_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "history.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __HISTORY_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "hotkeyedit.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __HOTKEYEDIT_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "htmlescape.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __HTMLESCAPE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "hunspell.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __HUNSPELL_HH_INCLUDED__
|
||||
|
|
2
iconv.cc
2
iconv.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "iconv.hh"
|
||||
|
|
2
iconv.hh
2
iconv.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __ICONV_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "indexedzip.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __INDEXEDZIP_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "initializing.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __INITIALIZING_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "instances.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __INSTANCES_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "keyboardstate.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __KEYBOARDSTATE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __LANGUAGE_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "loaddictionaries.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __LOADDICTIONARIES_HH_INCLUDED__
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de) {2008-2011 ?}</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org) {2008-2011 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -26,12 +26,12 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de) {2008-2010 ?}</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org) {2008-2010 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
|
|
@ -16,20 +16,20 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@users.berlios.de), 2008-2009</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@goldendict.org), 2008-2009</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Licensed under GNU GPLv3 or later</source>
|
||||
<translation>Лицензирано под GNU GPLv3 или следваща версия</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@users.berlios.de), 2008-2009 {2008-2010 ?}</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@goldendict.org), 2008-2009 {2008-2010 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="unfinished">© Константин Исаков (ikm@users.berlios.de), 2008-2009 {2008-2010 ?} {2008-2011 ?}</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="unfinished">© Константин Исаков (ikm@goldendict.org), 2008-2009 {2008-2010 ?} {2008-2011 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits:</source>
|
||||
|
|
|
@ -27,20 +27,20 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov © (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov © (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Licensed under GNU GPLv3 or later</source>
|
||||
<translation>Licencováno pod GNU GPLv3 nebo novější</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov © (ikm@users.berlios.de) {2008-2010 ?}</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov © (ikm@goldendict.org) {2008-2010 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits:</source>
|
||||
|
@ -62,8 +62,8 @@
|
|||
<translation>Vítejte!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@users.berlios.de>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation type="obsolete"><h3 align="center">Добро пожаловать в <b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Источники</b>. После этого сгруппируйте найденные словари в <b>Правка|Группы</b>.<p>Вы можете настроить параметры программы в <b>Правка|Параметры</b>. Все параметры настройки имеют подсказки, показываемые при наведении курсора на них.<p>Теперь всё готово для поиска слов! Введите слово в верхнее поле левой панели. Также вы можете <a href="Всплывающее окно">искать слова прямо из других приложений</a>.<p>Если вы хотите помочь в разработке и улучшении программы, пишите на <a href="http://goldendict.berlios.de/forum/">форум</a> или непосредственно автору <a href="mailto: Konstantin Isakov <ikm@users.berlios.de>">по электронной почте</a>.<p>Последняя версия программы доступна на <a href="http://goldendict.berlios.de/">веб-сайте GoldenDict</a>.<p>© Константин Исаков, 2008-2009. Лицензия: GPLv3 или более поздняя версия.</translation>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@goldendict.org>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation type="obsolete"><h3 align="center">Добро пожаловать в <b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Источники</b>. После этого сгруппируйте найденные словари в <b>Правка|Группы</b>.<p>Вы можете настроить параметры программы в <b>Правка|Параметры</b>. Все параметры настройки имеют подсказки, показываемые при наведении курсора на них.<p>Теперь всё готово для поиска слов! Введите слово в верхнее поле левой панели. Также вы можете <a href="Всплывающее окно">искать слова прямо из других приложений</a>.<p>Если вы хотите помочь в разработке и улучшении программы, пишите на <a href="http://goldendict.berlios.de/forum/">форум</a> или непосредственно автору <a href="mailto: Konstantin Isakov <ikm@goldendict.org>">по электронной почте</a>.<p>Последняя версия программы доступна на <a href="http://goldendict.berlios.de/">веб-сайте GoldenDict</a>.<p>© Константин Исаков, 2008-2009. Лицензия: GPLv3 или более поздняя версия.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Dictionaries</b> to add some directory paths where to search for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -35,12 +35,12 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de) {2008-2010 ?}</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org) {2008-2010 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -39,12 +39,12 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
@ -75,8 +75,8 @@
|
|||
<translation>Benvenuto!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@users.berlios.de>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation type="obsolete"><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@users.berlios.de>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</translation>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@goldendict.org>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation type="obsolete"><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Sources</b> to add some directory paths where to search for the dictionary files, and/or set up various Wikipedia sources. After that, you can optionally organize all the dictionaries found into groups in <b>Edit|Groups</b>.<p>You can also check out the available program preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>You can also contact the author directly by writing an <a href="mailto: Konstantin Isakov <ikm@goldendict.org>">e-mail</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Dictionaries</b> to add some directory paths where to search for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2009 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -39,12 +39,12 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© 2008-2009 Konstantin Isakov (ikm@users.berlios.de) {2008-2010 ?}</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© 2008-2009 Konstantin Isakov (ikm@goldendict.org) {2008-2010 ?}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© 2008-2009 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2009 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© 2008-2009 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>© Константин Исаков (ikm@users.berlios.de), 2008-2011</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>© Константин Исаков (ikm@goldendict.org), 2008-2011</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@users.berlios.de), 2008-2010</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© Константин Исаков (ikm@goldendict.org), 2008-2010</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
@ -61,12 +61,12 @@
|
|||
</message>
|
||||
<message>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Dictionaries</b> to add some directory paths where to search for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.berlios.de/forum/">forum</a>.<p>Check program's <a href="http://goldendict.berlios.de/">website</a> for the updates. <p>(c) 2008-2010 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation type="obsolete"><h3 align="center">Добро пожаловать в<b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Словари</b>. Там же Вы можете указать различные сайты Википедии или другие источники данных, настроить порядок просмотра словарей или создать словарные группы.<p>После этого Вы можете приступать к поиску слов. Слова можно искать в левой области данного окна. При работе в других приложениях можно искать слова, используя <a href="Working with popup">всплывающие окна</a>. <p>В меню <b>Правка|Параметры</b>.Вы можете настроить приложение по своему вкусу. Все параметры имеют подсказки, показываемые при наведении курсора на них. Обращайте, пожалуйста, на них внимание, когда у Вас возникают затруднения с настройкой.<p>Если Вам требуется дополнительная помощь, возникли какие-то вопросы, пожелания и т.п., обращайтесь на <a href="http://goldendict.berlios.de/forum/">форум программы</a>.<p>Обновления программы доступны на её <a href="http://goldendict.berlios.de/">вебсайте</a>.<p>© Константин Исаков (ikm@users.berlios.de), 2008-2010. Лицензия: GNU GPLv3 или более поздняя версия.</translation>
|
||||
<translation type="obsolete"><h3 align="center">Добро пожаловать в<b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Словари</b>. Там же Вы можете указать различные сайты Википедии или другие источники данных, настроить порядок просмотра словарей или создать словарные группы.<p>После этого Вы можете приступать к поиску слов. Слова можно искать в левой области данного окна. При работе в других приложениях можно искать слова, используя <a href="Working with popup">всплывающие окна</a>. <p>В меню <b>Правка|Параметры</b>.Вы можете настроить приложение по своему вкусу. Все параметры имеют подсказки, показываемые при наведении курсора на них. Обращайте, пожалуйста, на них внимание, когда у Вас возникают затруднения с настройкой.<p>Если Вам требуется дополнительная помощь, возникли какие-то вопросы, пожелания и т.п., обращайтесь на <a href="http://goldendict.berlios.de/forum/">форум программы</a>.<p>Обновления программы доступны на её <a href="http://goldendict.berlios.de/">вебсайте</a>.<p>© Константин Исаков (ikm@goldendict.org), 2008-2010. Лицензия: GNU GPLv3 или более поздняя версия.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../article_maker.cc" line="137"/>
|
||||
<source><h3 align="center">Welcome to <b>GoldenDict</b>!</h3><p>To start working with the program, first visit <b>Edit|Dictionaries</b> to add some directory paths where to search for the dictionary files, set up various Wikipedia sites or other sources, adjust dictionary order or create dictionary groups.<p>And then you're ready to look up your words! You can do that in this window by using a pane to the left, or you can <a href="Working with popup">look up words from other active applications</a>. <p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. All settings there have tooltips, be sure to read them if you are in doubt about anything.<p>Should you need further help, have any questions, suggestions or just wonder what the others think, you are welcome at the program's <a href="http://goldendict.org/forum/">forum</a>.<p>Check program's <a href="http://goldendict.org/">website</a> for the updates. <p>(c) 2008-2011 Konstantin Isakov. Licensed under GPLv3 or later.</source>
|
||||
<translation><h3 align="center">Добро пожаловать в<b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Словари</b>. Там же Вы можете указать различные сайты Википедии или другие источники данных, настроить порядок просмотра словарей или создать словарные группы.<p>После этого Вы можете приступать к поиску слов. Слова можно искать в левой области данного окна. При работе в других приложениях можно искать слова, используя <a href="Работа с всплывающим окном">всплывающее окно</a>. <p>В меню <b>Правка|Параметры</b>.Вы можете настроить приложение по своему вкусу. Все параметры имеют подсказки, показываемые при наведении курсора на них. Обращайте, пожалуйста, на них внимание, когда у Вас возникают затруднения с настройкой.<p>Если Вам требуется дополнительная помощь, возникли какие-то вопросы, пожелания и т.п., обращайтесь на <a href="http://goldendict.org/forum/">форум программы</a>.<p>Обновления программы доступны на её <a href="http://goldendict.org/">вебсайте</a>.<p>© Константин Исаков (ikm@users.berlios.de), 2008-2011. Лицензия: GNU GPLv3 или более поздняя версия.</translation>
|
||||
<translation><h3 align="center">Добро пожаловать в<b>GoldenDict</b>!</h3><p>Если вы запустили программу в первый раз, укажите пути к словарям в <b>Правка|Словари</b>. Там же Вы можете указать различные сайты Википедии или другие источники данных, настроить порядок просмотра словарей или создать словарные группы.<p>После этого Вы можете приступать к поиску слов. Слова можно искать в левой области данного окна. При работе в других приложениях можно искать слова, используя <a href="Работа с всплывающим окном">всплывающее окно</a>. <p>В меню <b>Правка|Параметры</b>.Вы можете настроить приложение по своему вкусу. Все параметры имеют подсказки, показываемые при наведении курсора на них. Обращайте, пожалуйста, на них внимание, когда у Вас возникают затруднения с настройкой.<p>Если Вам требуется дополнительная помощь, возникли какие-то вопросы, пожелания и т.п., обращайтесь на <a href="http://goldendict.org/forum/">форум программы</a>.<p>Обновления программы доступны на её <a href="http://goldendict.org/">вебсайте</a>.<p>© Константин Исаков (ikm@goldendict.org), 2008-2011. Лицензия: GNU GPLv3 или более поздняя версия.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../article_maker.cc" line="153"/>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="70"/>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>© 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>© 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="94"/>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<translation type="obsolete">#.#</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation type="obsolete">© 2008-2010 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2010 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation type="obsolete">© 2008-2010 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../about.ui" line="80"/>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<translation>Cấp phép theo GNU GPLv3 hoặc mới hơn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<translation>授权基于 GNU 公共授权 GPLv3 或更高版本</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@users.berlios.de)</translation>
|
||||
<source>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</source>
|
||||
<translation>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Credits:</source>
|
||||
|
|
2
lsa.cc
2
lsa.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "lsa.hh"
|
||||
|
|
2
lsa.hh
2
lsa.hh
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __L9SA_HH_INCLUDED__
|
||||
|
|
2
main.cc
2
main.cc
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "mainwindow.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __MAINWINDOW_HH_INCLUDED__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "mediawiki.hh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@users.berlios.de>
|
||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#ifndef __MEDIAWIKI_HH_INCLUDED__
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* February 2, 2009: Konstantin Isakov <ikm@users.berlios.de>
|
||||
* February 2, 2009: Konstantin Isakov <ikm@goldendict.org>
|
||||
* Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes
|
||||
* Firefox 3 work.
|
||||
*/
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue