-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: po/LINGUAS po/Makevars po/POTFILES.in src/i18n.h src/mystate.c Author: microcaicai <microcaicai@bfbba66e-6dcc-11de-9c06-37b547990b50> Date: Sun Mar 28 20:37:42 2010 +0000
- Loading branch information
Showing
13 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
SUBDIRS = src | ||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
SUBDIRS = src po | ||
|
||
dist_doc_DATA = README | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
en | ||
zh_CN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# List of source files which contain translatable strings. | ||
src/dlfunc.c | ||
src/mentohust.c | ||
src/mycheck.c | ||
src/myconfig.c | ||
src/myfunc.c | ||
src/myini.c | ||
src/mystate.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# | ||
# <[email protected]>, Inc,P擅, 2010. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: mentohust 0.3.1\n" | ||
"Report-Msgid-Bugs-To: http://code.google.com/p/mentohust/issues/list\n" | ||
"POT-Creation-Date: 2010-03-29 02:04+0800\n" | ||
"PO-Revision-Date: 2010-03-29 02:03+0800\n" | ||
"Last-Translator: <[email protected]>\n" | ||
"Language-Team: Chinese (simplified)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/mentohust.c:77 | ||
#, fuzzy, c-format | ||
msgid "!! Failed to capture package, please check network connections!\n" | ||
msgstr "!! ��唳�仃韐伐�霂瑟��亦�蝏��伐�\n" | ||
|
||
#: src/mentohust.c:81 | ||
msgid "MentoHUST - Error Tips" | ||
msgstr "" | ||
|
||
#: src/mentohust.c:81 | ||
#, fuzzy | ||
msgid "Failed to capture package, please check network connections!" | ||
msgstr "!! ��唳�仃韐伐�霂瑟��亦�蝏��伐�\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,12 @@ | |
* 邮 箱:[email protected] | ||
* 日 期:2009.11.11 | ||
*/ | ||
|
||
#ifdef HAVE_CONFIG_H | ||
#include "config.h" | ||
#endif | ||
|
||
#include "i18n.h" | ||
#include "dlfunc.h" | ||
|
||
#ifndef NO_DYLOAD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,18 @@ | |
* 邮 箱:[email protected] | ||
*/ | ||
|
||
|
||
/* | ||
* modified by [email protected] 2014 | ||
* add NEED_LOGOUT, fix permission problems | ||
* in some secure setuid shebang implemention | ||
*/ | ||
|
||
#ifdef HAVE_CONFIG_H | ||
#include "config.h" | ||
#endif | ||
|
||
#include "i18n.h" | ||
#include "mystate.h" | ||
#include "myfunc.h" | ||
#include "dlfunc.h" | ||
|