* change error word.
This commit is contained in:
@@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass();
|
||||
$lang->repo->example->path = new stdclass();
|
||||
$lang->repo->example->client->git = "e.g. /usr/bin/git";
|
||||
$lang->repo->example->client->svn = "e.g. /usr/bin/svn";
|
||||
$lang->repo->example->path->git = "e.g. /homt/user/myproject";
|
||||
$lang->repo->example->path->git = "e.g. /home/user/myproject";
|
||||
$lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject";
|
||||
$lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir.";
|
||||
$lang->repo->example->encoding = "input encoding of files";
|
||||
|
||||
@@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass();
|
||||
$lang->repo->example->path = new stdclass();
|
||||
$lang->repo->example->client->git = "e.g. /usr/bin/git";
|
||||
$lang->repo->example->client->svn = "e.g. /usr/bin/svn";
|
||||
$lang->repo->example->path->git = "e.g. /homt/user/myproject";
|
||||
$lang->repo->example->path->git = "e.g. /home/user/myproject";
|
||||
$lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject";
|
||||
$lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir.";
|
||||
$lang->repo->example->encoding = "input encoding of files";
|
||||
|
||||
@@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass();
|
||||
$lang->repo->example->path = new stdclass();
|
||||
$lang->repo->example->client->git = "e.g. /usr/bin/git";
|
||||
$lang->repo->example->client->svn = "e.g. /usr/bin/svn";
|
||||
$lang->repo->example->path->git = "e.g. /homt/user/myproject";
|
||||
$lang->repo->example->path->git = "e.g. /home/user/myproject";
|
||||
$lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject";
|
||||
$lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir.";
|
||||
$lang->repo->example->encoding = "input encoding of files";
|
||||
|
||||
@@ -167,7 +167,7 @@ $lang->repo->example->client = new stdclass();
|
||||
$lang->repo->example->path = new stdclass();
|
||||
$lang->repo->example->client->git = "例如:/usr/bin/git";
|
||||
$lang->repo->example->client->svn = "例如:/usr/bin/svn";
|
||||
$lang->repo->example->path->git = "例如:/homt/user/myproject";
|
||||
$lang->repo->example->path->git = "例如:/home/user/myproject";
|
||||
$lang->repo->example->path->svn = "例如:http://example.googlecode.com/svn/trunk/myproject";
|
||||
$lang->repo->example->config = "https需要填写配置目录的位置,通过config-dir选项生成配置目录";
|
||||
$lang->repo->example->encoding = "填写版本库中文件的编码";
|
||||
|
||||
@@ -167,7 +167,7 @@ $lang->repo->example->client = new stdclass();
|
||||
$lang->repo->example->path = new stdclass();
|
||||
$lang->repo->example->client->git = "例如:/usr/bin/git";
|
||||
$lang->repo->example->client->svn = "例如:/usr/bin/svn";
|
||||
$lang->repo->example->path->git = "例如:/homt/user/myproject";
|
||||
$lang->repo->example->path->git = "例如:/home/user/myproject";
|
||||
$lang->repo->example->path->svn = "例如:http://example.googlecode.com/svn/trunk/myproject";
|
||||
$lang->repo->example->config = "https需要填寫配置目錄的位置,通過config-dir選項生成配置目錄";
|
||||
$lang->repo->example->encoding = "填寫版本庫中檔案的編碼";
|
||||
|
||||
Reference in New Issue
Block a user