qwikdoc 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +5 -0
- data/.rspec +2 -0
- data/CHANGES +3 -0
- data/COPYING +340 -0
- data/Gemfile +3 -0
- data/README.md +10 -0
- data/Rakefile +10 -0
- data/TextFormattingRules +137 -0
- data/TextFormattingRules.ja +143 -0
- data/bin/qwikdoc +34 -0
- data/lib/qwik_doc.rb +15 -0
- data/lib/qwik_doc/hack.rb +184 -0
- data/qwikdoc.gemspec +26 -0
- data/spec/qwik_doc_spec.rb +305 -0
- data/spec/spec_helper.rb +12 -0
- data/vendor/qwik/Makefile +63 -0
- data/vendor/qwik/Rakefile +17 -0
- data/vendor/qwik/act-aa.rb +83 -0
- data/vendor/qwik/act-archive.rb +386 -0
- data/vendor/qwik/act-attach.rb +304 -0
- data/vendor/qwik/act-backup.rb +236 -0
- data/vendor/qwik/act-basic.rb +325 -0
- data/vendor/qwik/act-book.rb +161 -0
- data/vendor/qwik/act-calc.rb +371 -0
- data/vendor/qwik/act-charset.rb +251 -0
- data/vendor/qwik/act-christel.rb +112 -0
- data/vendor/qwik/act-chronology.rb +149 -0
- data/vendor/qwik/act-code.rb +155 -0
- data/vendor/qwik/act-comment.rb +554 -0
- data/vendor/qwik/act-config.rb +49 -0
- data/vendor/qwik/act-counter.rb +125 -0
- data/vendor/qwik/act-day.rb +96 -0
- data/vendor/qwik/act-describe.rb +135 -0
- data/vendor/qwik/act-diary.rb +109 -0
- data/vendor/qwik/act-edit.rb +317 -0
- data/vendor/qwik/act-embed-html.rb +296 -0
- data/vendor/qwik/act-emode.rb +150 -0
- data/vendor/qwik/act-event.rb +187 -0
- data/vendor/qwik/act-file.rb +303 -0
- data/vendor/qwik/act-files.rb +771 -0
- data/vendor/qwik/act-getpass.rb +295 -0
- data/vendor/qwik/act-history.rb +136 -0
- data/vendor/qwik/act-html.rb +204 -0
- data/vendor/qwik/act-httpauth.rb +147 -0
- data/vendor/qwik/act-include.rb +142 -0
- data/vendor/qwik/act-interwiki.rb +189 -0
- data/vendor/qwik/act-isearch.rb +109 -0
- data/vendor/qwik/act-keywords.rb +137 -0
- data/vendor/qwik/act-lang.rb +81 -0
- data/vendor/qwik/act-license.rb +63 -0
- data/vendor/qwik/act-list.rb +287 -0
- data/vendor/qwik/act-login.rb +410 -0
- data/vendor/qwik/act-logout.rb +60 -0
- data/vendor/qwik/act-mail.rb +159 -0
- data/vendor/qwik/act-map.rb +292 -0
- data/vendor/qwik/act-md5.rb +42 -0
- data/vendor/qwik/act-mdlb.rb +741 -0
- data/vendor/qwik/act-media.rb +416 -0
- data/vendor/qwik/act-member.rb +157 -0
- data/vendor/qwik/act-menu.rb +142 -0
- data/vendor/qwik/act-metadata.rb +323 -0
- data/vendor/qwik/act-mlsubmitform.rb +49 -0
- data/vendor/qwik/act-monitor.rb +167 -0
- data/vendor/qwik/act-new.rb +418 -0
- data/vendor/qwik/act-pagelist.rb +248 -0
- data/vendor/qwik/act-password.rb +145 -0
- data/vendor/qwik/act-plan.rb +210 -0
- data/vendor/qwik/act-povray.rb +230 -0
- data/vendor/qwik/act-presen.rb +380 -0
- data/vendor/qwik/act-redirect.rb +133 -0
- data/vendor/qwik/act-ring.rb +1071 -0
- data/vendor/qwik/act-rrefs.rb +255 -0
- data/vendor/qwik/act-ruby.rb +116 -0
- data/vendor/qwik/act-sample.rb +170 -0
- data/vendor/qwik/act-save.rb +295 -0
- data/vendor/qwik/act-schedule.rb +374 -0
- data/vendor/qwik/act-search.rb +180 -0
- data/vendor/qwik/act-searchwords.rb +51 -0
- data/vendor/qwik/act-sendpass.rb +83 -0
- data/vendor/qwik/act-site.rb +89 -0
- data/vendor/qwik/act-sitebackup.rb +419 -0
- data/vendor/qwik/act-sitelog.rb +118 -0
- data/vendor/qwik/act-smil.rb +299 -0
- data/vendor/qwik/act-status.rb +220 -0
- data/vendor/qwik/act-style.rb +608 -0
- data/vendor/qwik/act-table.rb +263 -0
- data/vendor/qwik/act-tableform.rb +241 -0
- data/vendor/qwik/act-tag.rb +103 -0
- data/vendor/qwik/act-text.rb +70 -0
- data/vendor/qwik/act-textarea.rb +164 -0
- data/vendor/qwik/act-theme.rb +346 -0
- data/vendor/qwik/act-toc.rb +112 -0
- data/vendor/qwik/act-typekey.rb +198 -0
- data/vendor/qwik/act-under-const.rb +94 -0
- data/vendor/qwik/act-webservice.rb +321 -0
- data/vendor/qwik/act-wema.rb +558 -0
- data/vendor/qwik/act-wysiwyg.rb +238 -0
- data/vendor/qwik/action.rb +325 -0
- data/vendor/qwik/autoreload.rb +98 -0
- data/vendor/qwik/bench-bench.rb +28 -0
- data/vendor/qwik/bench-emode.rb +47 -0
- data/vendor/qwik/bench-format-xml.rb +70 -0
- data/vendor/qwik/bench-large-table.rb +62 -0
- data/vendor/qwik/bench-md5.rb +14 -0
- data/vendor/qwik/bench-module-session.rb +19 -0
- data/vendor/qwik/bench-page.rb +50 -0
- data/vendor/qwik/bench-s-md5.rb +28 -0
- data/vendor/qwik/bench-session.rb +25 -0
- data/vendor/qwik/bench-textformat.rb +31 -0
- data/vendor/qwik/catalog-factory.rb +91 -0
- data/vendor/qwik/catalog-ja.rb +479 -0
- data/vendor/qwik/catalog-ml-ja.rb +145 -0
- data/vendor/qwik/check-act-monitor.rb +112 -0
- data/vendor/qwik/check-act-monitor2.rb +46 -0
- data/vendor/qwik/check-act-theme.rb +27 -0
- data/vendor/qwik/check-event.rb +112 -0
- data/vendor/qwik/check-event2.rb +55 -0
- data/vendor/qwik/check-htree-rexml.rb +77 -0
- data/vendor/qwik/check-htree.rb +51 -0
- data/vendor/qwik/check-libxml.rb +135 -0
- data/vendor/qwik/check-many-pages.rb +47 -0
- data/vendor/qwik/check-monitor.rb +33 -0
- data/vendor/qwik/check-observer.rb +67 -0
- data/vendor/qwik/check-server.rb +61 -0
- data/vendor/qwik/check-uuencode.rb +33 -0
- data/vendor/qwik/check-webdav.rb +65 -0
- data/vendor/qwik/check-xml-xpath.rb +27 -0
- data/vendor/qwik/common-backtrace.rb +94 -0
- data/vendor/qwik/common-basic.rb +111 -0
- data/vendor/qwik/common-condition.rb +142 -0
- data/vendor/qwik/common-error.rb +48 -0
- data/vendor/qwik/common-gettext.rb +50 -0
- data/vendor/qwik/common-javascript.rb +45 -0
- data/vendor/qwik/common-notice.rb +132 -0
- data/vendor/qwik/common-plain.rb +105 -0
- data/vendor/qwik/common-plugin.rb +111 -0
- data/vendor/qwik/common-res.rb +76 -0
- data/vendor/qwik/common-resolve.rb +92 -0
- data/vendor/qwik/common-send.rb +171 -0
- data/vendor/qwik/common-session.rb +139 -0
- data/vendor/qwik/common-surface.rb +261 -0
- data/vendor/qwik/common-url.rb +90 -0
- data/vendor/qwik/compat/Makefile +12 -0
- data/vendor/qwik/compat/add_load_path.rb +1 -0
- data/vendor/qwik/config.rb +299 -0
- data/vendor/qwik/db-b-backup.rb +142 -0
- data/vendor/qwik/db-backup.rb +184 -0
- data/vendor/qwik/db-berkeley.rb +306 -0
- data/vendor/qwik/db-filesystem.rb +305 -0
- data/vendor/qwik/db-indexer.rb +154 -0
- data/vendor/qwik/db-searchwords.rb +238 -0
- data/vendor/qwik/description-ja.rb +267 -0
- data/vendor/qwik/description.rb +256 -0
- data/vendor/qwik/dev-add-copyright.rb +23 -0
- data/vendor/qwik/dev-backup.rb +24 -0
- data/vendor/qwik/dev-bench.rb +175 -0
- data/vendor/qwik/dev-calctime.rb +52 -0
- data/vendor/qwik/dev-css-compressor.rb +60 -0
- data/vendor/qwik/dev-extract-catalog.rb +102 -0
- data/vendor/qwik/dev-js-compressor.rb +73 -0
- data/vendor/qwik/dev-release.rb +235 -0
- data/vendor/qwik/dev-replace.rb +353 -0
- data/vendor/qwik/dev-sendmail.rb +25 -0
- data/vendor/qwik/farm.rb +283 -0
- data/vendor/qwik/gettext.rb +56 -0
- data/vendor/qwik/group-cond.rb +157 -0
- data/vendor/qwik/group-config.rb +247 -0
- data/vendor/qwik/group-confirm.rb +147 -0
- data/vendor/qwik/group-db.rb +326 -0
- data/vendor/qwik/group-mail.rb +195 -0
- data/vendor/qwik/group-member.rb +307 -0
- data/vendor/qwik/group-sendmail.rb +231 -0
- data/vendor/qwik/group-site.rb +374 -0
- data/vendor/qwik/group-sweep.rb +63 -0
- data/vendor/qwik/group.rb +157 -0
- data/vendor/qwik/helper.rb +6 -0
- data/vendor/qwik/html-generator.rb +104 -0
- data/vendor/qwik/html-to-wabisabi.rb +149 -0
- data/vendor/qwik/htree-diff.rb +87 -0
- data/vendor/qwik/htree-format-xml.rb +57 -0
- data/vendor/qwik/htree-generator.rb +144 -0
- data/vendor/qwik/htree-get.rb +251 -0
- data/vendor/qwik/htree-html-generator.rb +179 -0
- data/vendor/qwik/htree-template.rb +263 -0
- data/vendor/qwik/htree-to-wabisabi.rb +171 -0
- data/vendor/qwik/loadlib.rb +79 -0
- data/vendor/qwik/logger.rb +115 -0
- data/vendor/qwik/mail-body.rb +171 -0
- data/vendor/qwik/mail-header.rb +474 -0
- data/vendor/qwik/mail-multipart.rb +193 -0
- data/vendor/qwik/mail-parse.rb +147 -0
- data/vendor/qwik/mail.rb +341 -0
- data/vendor/qwik/mailaddress.rb +83 -0
- data/vendor/qwik/mdlb-model.rb +81 -0
- data/vendor/qwik/mdlb-sample.rb +324 -0
- data/vendor/qwik/ml-catalog-factory.rb +27 -0
- data/vendor/qwik/ml-exception.rb +15 -0
- data/vendor/qwik/ml-generator.rb +28 -0
- data/vendor/qwik/ml-gettext.rb +137 -0
- data/vendor/qwik/ml-logger.rb +82 -0
- data/vendor/qwik/ml-memory.rb +65 -0
- data/vendor/qwik/ml-msg-validator.rb +86 -0
- data/vendor/qwik/ml-processor.rb +609 -0
- data/vendor/qwik/ml-quickml-server.rb +122 -0
- data/vendor/qwik/ml-sendmail.rb +0 -0
- data/vendor/qwik/ml-server.rb +107 -0
- data/vendor/qwik/ml-session.rb +348 -0
- data/vendor/qwik/ml-sweeper.rb +101 -0
- data/vendor/qwik/mock-logger.rb +65 -0
- data/vendor/qwik/mock-sendmail.rb +78 -0
- data/vendor/qwik/mock-socket.rb +82 -0
- data/vendor/qwik/modulobe.rb +406 -0
- data/vendor/qwik/mongrel-server.rb +72 -0
- data/vendor/qwik/page-files.rb +249 -0
- data/vendor/qwik/page-generate.rb +82 -0
- data/vendor/qwik/page-get.rb +262 -0
- data/vendor/qwik/page-images.rb +168 -0
- data/vendor/qwik/page-put.rb +128 -0
- data/vendor/qwik/page-rrefs.rb +154 -0
- data/vendor/qwik/page-title.rb +0 -0
- data/vendor/qwik/page-wikidb.rb +234 -0
- data/vendor/qwik/page.rb +67 -0
- data/vendor/qwik/pages.rb +444 -0
- data/vendor/qwik/parse-plugin.rb +249 -0
- data/vendor/qwik/parser-emode.rb +116 -0
- data/vendor/qwik/parser-inline.rb +273 -0
- data/vendor/qwik/parser.rb +350 -0
- data/vendor/qwik/password.rb +183 -0
- data/vendor/qwik/periodic.rb +79 -0
- data/vendor/qwik/qp.rb +56 -0
- data/vendor/qwik/qwik-service.rb +341 -0
- data/vendor/qwik/qwik.rb +5 -0
- data/vendor/qwik/qwikweb-adduser.rb +34 -0
- data/vendor/qwik/qwikweb-catalog-validator.rb +110 -0
- data/vendor/qwik/qwikweb-incgen.rb +28 -0
- data/vendor/qwik/qwikweb-makesite.rb +41 -0
- data/vendor/qwik/qwikweb-server.rb +44 -0
- data/vendor/qwik/qwikweb-showpassword.rb +26 -0
- data/vendor/qwik/qwikweb-watchlog.rb +67 -0
- data/vendor/qwik/request-path.rb +304 -0
- data/vendor/qwik/request-ua.rb +76 -0
- data/vendor/qwik/request-webrick.rb +81 -0
- data/vendor/qwik/request.rb +91 -0
- data/vendor/qwik/resolve-tdiary.rb +292 -0
- data/vendor/qwik/resolve.rb +121 -0
- data/vendor/qwik/response.rb +228 -0
- data/vendor/qwik/server-memory.rb +57 -0
- data/vendor/qwik/server-webrick.rb +102 -0
- data/vendor/qwik/server.rb +252 -0
- data/vendor/qwik/site-config.rb +149 -0
- data/vendor/qwik/site-db.rb +136 -0
- data/vendor/qwik/site-event.rb +162 -0
- data/vendor/qwik/site-files.rb +86 -0
- data/vendor/qwik/site-group.rb +103 -0
- data/vendor/qwik/site-index.rb +47 -0
- data/vendor/qwik/site-log.rb +64 -0
- data/vendor/qwik/site-member.rb +230 -0
- data/vendor/qwik/site-monitor.rb +97 -0
- data/vendor/qwik/site-pages.rb +62 -0
- data/vendor/qwik/site-plan.rb +139 -0
- data/vendor/qwik/site-report.rb +282 -0
- data/vendor/qwik/site-resolve.rb +230 -0
- data/vendor/qwik/site-rrefs.rb +18 -0
- data/vendor/qwik/site-search.rb +180 -0
- data/vendor/qwik/site-timeline.rb +153 -0
- data/vendor/qwik/site-url.rb +189 -0
- data/vendor/qwik/site.rb +76 -0
- data/vendor/qwik/smil-time.rb +105 -0
- data/vendor/qwik/smtp-session.rb +331 -0
- data/vendor/qwik/template-generator.rb +149 -0
- data/vendor/qwik/template.rb +85 -0
- data/vendor/qwik/test-common.rb +10 -0
- data/vendor/qwik/test-ml-info.rb +225 -0
- data/vendor/qwik/test-module-ml.rb +142 -0
- data/vendor/qwik/test-module-path.rb +110 -0
- data/vendor/qwik/test-module-public.rb +70 -0
- data/vendor/qwik/test-module-server.rb +98 -0
- data/vendor/qwik/test-module-session.rb +264 -0
- data/vendor/qwik/test-module-suite.rb +91 -0
- data/vendor/qwik/test-ms-applemail.rb +59 -0
- data/vendor/qwik/test-ms-attach.rb +174 -0
- data/vendor/qwik/test-ms-basic.rb +40 -0
- data/vendor/qwik/test-ms-close.rb +35 -0
- data/vendor/qwik/test-ms-confirm.rb +75 -0
- data/vendor/qwik/test-ms-ignore-spam.rb +57 -0
- data/vendor/qwik/test-ms-japanese.rb +97 -0
- data/vendor/qwik/test-ms-jfilename.rb +82 -0
- data/vendor/qwik/test-ms-large.rb +58 -0
- data/vendor/qwik/test-ms-member.rb +103 -0
- data/vendor/qwik/test-ms-multipart.rb +84 -0
- data/vendor/qwik/test-ms-org.rb +129 -0
- data/vendor/qwik/test-ms-plan.rb +130 -0
- data/vendor/qwik/test-ms-post.rb +53 -0
- data/vendor/qwik/test-ms-quopri.rb +76 -0
- data/vendor/qwik/test-sub-quopri.rb +45 -0
- data/vendor/qwik/test-submit-base64.rb +59 -0
- data/vendor/qwik/test-submit-forward.rb +61 -0
- data/vendor/qwik/test-submit-html-mail.rb +52 -0
- data/vendor/qwik/test-submit-japanese.rb +135 -0
- data/vendor/qwik/test-submit-jfilename.rb +144 -0
- data/vendor/qwik/test-submit-uuencode.rb +71 -0
- data/vendor/qwik/test-suite-all.rb +8 -0
- data/vendor/qwik/test-suite-basic.rb +9 -0
- data/vendor/qwik/test-suite-ml.rb +9 -0
- data/vendor/qwik/test-typekey.rb +64 -0
- data/vendor/qwik/testunit.rb +45 -0
- data/vendor/qwik/tokenizer-inline.rb +294 -0
- data/vendor/qwik/tokenizer.rb +332 -0
- data/vendor/qwik/typekey.rb +160 -0
- data/vendor/qwik/util-basic.rb +135 -0
- data/vendor/qwik/util-charset.rb +332 -0
- data/vendor/qwik/util-css.rb +56 -0
- data/vendor/qwik/util-csv-tokenizer.rb +113 -0
- data/vendor/qwik/util-filename.rb +112 -0
- data/vendor/qwik/util-pathname.rb +202 -0
- data/vendor/qwik/util-pid.rb +58 -0
- data/vendor/qwik/util-safe.rb +67 -0
- data/vendor/qwik/util-sendmail.rb +273 -0
- data/vendor/qwik/util-string.rb +203 -0
- data/vendor/qwik/util-time.rb +125 -0
- data/vendor/qwik/util-webrick.rb +176 -0
- data/vendor/qwik/version.rb +11 -0
- data/vendor/qwik/wabisabi-basic.rb +163 -0
- data/vendor/qwik/wabisabi-diff.rb +130 -0
- data/vendor/qwik/wabisabi-format-xml.rb +310 -0
- data/vendor/qwik/wabisabi-generator.rb +262 -0
- data/vendor/qwik/wabisabi-index.rb +174 -0
- data/vendor/qwik/wabisabi-table.rb +212 -0
- data/vendor/qwik/wabisabi-template.rb +295 -0
- data/vendor/qwik/wabisabi-to-htree.rb +111 -0
- data/vendor/qwik/wabisabi-to-wiki.rb +690 -0
- data/vendor/qwik/wabisabi-traverse.rb +207 -0
- data/vendor/qwik/wabisabi-validator.rb +116 -0
- data/vendor/qwik/wabisabi.rb +5 -0
- metadata +416 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
|
|
2
|
+
# This is free software with ABSOLUTELY NO WARRANTY.
|
|
3
|
+
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.
|
|
4
|
+
|
|
5
|
+
$LOAD_PATH.unshift '..' unless $LOAD_PATH.include? '..'
|
|
6
|
+
require 'qwik/bench-module-session'
|
|
7
|
+
require 'qwik/test-module-session'
|
|
8
|
+
require 'qwik/server'
|
|
9
|
+
|
|
10
|
+
class BenchTextFormat
|
|
11
|
+
include TestSession
|
|
12
|
+
include BenchmarkModule
|
|
13
|
+
|
|
14
|
+
def bench_all
|
|
15
|
+
n = 10
|
|
16
|
+
#n = 100
|
|
17
|
+
#n = 1000
|
|
18
|
+
t_add_user
|
|
19
|
+
benchmark {
|
|
20
|
+
n.times {
|
|
21
|
+
session('/test/TextFormat.html')
|
|
22
|
+
dummy_str = @res.setback_body(@res.body)
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
b = BenchTextFormat.new
|
|
29
|
+
b.setup
|
|
30
|
+
b.bench_all
|
|
31
|
+
b.teardown
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
|
|
2
|
+
# This is free software with ABSOLUTELY NO WARRANTY.
|
|
3
|
+
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.
|
|
4
|
+
|
|
5
|
+
$LOAD_PATH.unshift '..' unless $LOAD_PATH.include? '..'
|
|
6
|
+
require 'qwik/util-pathname'
|
|
7
|
+
|
|
8
|
+
module Qwik
|
|
9
|
+
class CatalogFactory
|
|
10
|
+
LIBDIR = File.dirname(__FILE__)
|
|
11
|
+
|
|
12
|
+
def initialize
|
|
13
|
+
@catalogs = {}
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
def get_catalog(lang)
|
|
17
|
+
return @catalogs[lang]
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def load_all_here(glob)
|
|
21
|
+
# lang is two letters length.
|
|
22
|
+
@catalogs = load_all(LIBDIR, glob)
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
private
|
|
26
|
+
|
|
27
|
+
def load_all(dir, glob)
|
|
28
|
+
files = get_files(dir, glob)
|
|
29
|
+
catalogs = load_all_files(files)
|
|
30
|
+
return catalogs
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def get_files(dir, glob)
|
|
34
|
+
files = []
|
|
35
|
+
path = dir.path
|
|
36
|
+
path = dir.path.realpath if defined?($test) && $test
|
|
37
|
+
return list if ! path.exist?
|
|
38
|
+
Pathname.glob("#{path}/#{glob}") {|file|
|
|
39
|
+
files << file.to_s
|
|
40
|
+
}
|
|
41
|
+
return files
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def load_all_files(files)
|
|
45
|
+
catalogs = {}
|
|
46
|
+
files.each {|file|
|
|
47
|
+
if /(..)\.rb\z/ =~ file
|
|
48
|
+
lang = $1
|
|
49
|
+
require file
|
|
50
|
+
catalogs[lang] = self.class.send("catalog_#{lang}")
|
|
51
|
+
end
|
|
52
|
+
}
|
|
53
|
+
catalogs['en'] = Hash.new {|h, k| k }
|
|
54
|
+
return catalogs
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
if $0 == __FILE__
|
|
60
|
+
require 'test/unit'
|
|
61
|
+
require 'qwik/qp'
|
|
62
|
+
$test = true
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
if defined?($test) && $test
|
|
66
|
+
require 'qwik/test-module-public'
|
|
67
|
+
|
|
68
|
+
class TestCatalogFactory < Test::Unit::TestCase
|
|
69
|
+
include TestModulePublic
|
|
70
|
+
|
|
71
|
+
def test_all
|
|
72
|
+
cf = Qwik::CatalogFactory.new
|
|
73
|
+
|
|
74
|
+
# test_get_files
|
|
75
|
+
t_make_public(Qwik::CatalogFactory, :get_files)
|
|
76
|
+
files = cf.get_files('.', 'catalog-??.rb')
|
|
77
|
+
assert 0 < files.length
|
|
78
|
+
|
|
79
|
+
# test_load_all_files
|
|
80
|
+
t_make_public(Qwik::CatalogFactory, :load_all_files)
|
|
81
|
+
catalogs = cf.load_all_files(['catalog-ja.rb'])
|
|
82
|
+
assert 0 < catalogs.length
|
|
83
|
+
|
|
84
|
+
# test_load_all_here
|
|
85
|
+
cf.load_all_here('catalog-??.rb')
|
|
86
|
+
|
|
87
|
+
catalog_ja = cf.get_catalog('ja')
|
|
88
|
+
assert_equal true, catalog_ja != nil
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
end
|
|
@@ -0,0 +1,479 @@
|
|
|
1
|
+
# -*- coding: shift_jis -*-
|
|
2
|
+
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
|
|
3
|
+
# This is free software with ABSOLUTELY NO WARRANTY.
|
|
4
|
+
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.
|
|
5
|
+
|
|
6
|
+
module Qwik; end
|
|
7
|
+
|
|
8
|
+
class Qwik::CatalogFactory
|
|
9
|
+
def self.catalog_ja
|
|
10
|
+
{
|
|
11
|
+
# for test
|
|
12
|
+
'hello' => '����ɂ���',
|
|
13
|
+
|
|
14
|
+
# Error
|
|
15
|
+
'Error' => '�G���[',
|
|
16
|
+
'Failed' => '���s',
|
|
17
|
+
|
|
18
|
+
# act-comment.rb
|
|
19
|
+
'No message.' => '���b�Z�[�W������܂���',
|
|
20
|
+
|
|
21
|
+
# act-povray.rb, act-textarea.rb
|
|
22
|
+
'No text.' => '�e�L�X�g������܂���',
|
|
23
|
+
|
|
24
|
+
# action.rb
|
|
25
|
+
'No such site.' => '�Ή�����T�C�g������܂���',
|
|
26
|
+
'No corresponding site.' => '�Ή�����T�C�g�͂���܂���',
|
|
27
|
+
'Please send mail to make a site' =>
|
|
28
|
+
'qwikWeb�̃T�C�g�����ɂ́A�܂����[���𑗂�K�v������܂��B',
|
|
29
|
+
'Login' => '���O�C��',
|
|
30
|
+
'Access here and see how to.' => '�ɃA�N�Z�X���āA�g�����������������B',
|
|
31
|
+
'Please log in.' => '���O�C������������',
|
|
32
|
+
'Members Only' => '�����o�[��p', # and act-getpass.rb
|
|
33
|
+
'You are now logged in with this user id.' =>
|
|
34
|
+
'���Ȃ��͍����̃��[�UID �Ń��O�C�����Ă��܂�',
|
|
35
|
+
'You are not logged in yet.' =>
|
|
36
|
+
'���Ȃ��͂܂����O�C�����Ă��܂���', # FIXME: not found.
|
|
37
|
+
'If you would like to log in on another account,' =>
|
|
38
|
+
'�ʂ̃��[�UID �Ń��O�C�����Ȃ��������ꍇ�́A',
|
|
39
|
+
'please log out first.' => '�܂����O�A�E�g���Ă�������',
|
|
40
|
+
': Access here, and log in again.' =>
|
|
41
|
+
'���Ă���ēx�A�N�Z�X���Ă��������B', # FIXME: not found.
|
|
42
|
+
'You need to log in to use this function.' =>
|
|
43
|
+
'���̋@�\�𗘗p����ɂ̓��O�C������K�v������܂��B',
|
|
44
|
+
'Go back' => '�߂�',
|
|
45
|
+
'Please input POST' => 'POST���͂��K�v',
|
|
46
|
+
'This function requires POST input.' =>
|
|
47
|
+
'���̑����POST���͂ōs���K�v������܂��B',
|
|
48
|
+
'Page not found.' => '�y�[�W��������܂���',
|
|
49
|
+
'Push create if you would like to create the page.' =>
|
|
50
|
+
'�y�[�W���쐬�������ꍇ�́A�V�K�쐬�������Ă�������', # act-new.rb
|
|
51
|
+
|
|
52
|
+
'Incorrect path arguments.' => '�ςȃp�X�����Ă܂�',
|
|
53
|
+
'Path arguments are not acceptable.' =>
|
|
54
|
+
'�Ȃɂ��ςȃp�X����������Ă܂��B',
|
|
55
|
+
|
|
56
|
+
'Not found.' => '����܂���',
|
|
57
|
+
'Access here.' => '��������������������B',
|
|
58
|
+
|
|
59
|
+
# act-album
|
|
60
|
+
'Show album in full screen.' => '�A���o�����t���X�N���[������', # FIXME: not found
|
|
61
|
+
|
|
62
|
+
# act-archive
|
|
63
|
+
'Site archive' => '�T�C�g�A�[�J�C�u',
|
|
64
|
+
|
|
65
|
+
# act-attach
|
|
66
|
+
'Files' => '�Y�t�t�@�C��',
|
|
67
|
+
'Delete' => '����',
|
|
68
|
+
'Download' => '�_�E�����[�h', # act-files.rb
|
|
69
|
+
'No such file.' => '�t�@�C����������܂���',
|
|
70
|
+
'There is a file with the same file name.' =>
|
|
71
|
+
'�����̃t�@�C�������݂��Ă��܂�', # FIXME: not found
|
|
72
|
+
'Can not use Japanese characters for file name' =>
|
|
73
|
+
'���{��̃t�@�C�����͎g���܂���', # FIXME: not found
|
|
74
|
+
'Maximum size exceeded.' => '�t�@�C���T�C�Y�̌��E���Ă��܂��B',
|
|
75
|
+
'Maximum size' => '�ő�e��',
|
|
76
|
+
'File size' => '�t�@�C���T�C�Y',
|
|
77
|
+
'The file is saved.' => '�t�@�C�����Z�[�u���܂����B',
|
|
78
|
+
'File attachment completed' => '�t�@�C����Y�t���܂���',
|
|
79
|
+
'Attach file' => '�t�@�C���Y�t',
|
|
80
|
+
'Attach a file' => '�t�@�C����Y�t���܂�',
|
|
81
|
+
'Confirm file deletion' => '�t�@�C�������m�F���',
|
|
82
|
+
"Push 'Delete' to delete a file" =>
|
|
83
|
+
'�u��������v�������ƁC�{���Ƀt�@�C�����������܂��D',
|
|
84
|
+
'Delete' => '��������',
|
|
85
|
+
'Already deleted.' => '���łɏ�������Ă���悤�ł�',
|
|
86
|
+
'Failed to delete.' => '�t�@�C�������Ɏ��s���܂����B��B',
|
|
87
|
+
'The file has been deleted.' => '�������܂���',
|
|
88
|
+
'File list' => '���ݓY�t����Ă���t�@�C��',
|
|
89
|
+
# other
|
|
90
|
+
'->' => '��',
|
|
91
|
+
'Attach' => '�Y�t����', # FIXME: not found
|
|
92
|
+
|
|
93
|
+
# act-backup
|
|
94
|
+
'This is the first page.' => '����͍ŏ��̃y�[�W�ł��B',
|
|
95
|
+
'Difference from the previous page' => '�O��̍���',
|
|
96
|
+
'Original data' => '���f�[�^',
|
|
97
|
+
'<-' => '��',
|
|
98
|
+
'Newest' => '�ŐV',
|
|
99
|
+
'Backup list' => '�o�b�N�A�b�v�ꗗ',
|
|
100
|
+
|
|
101
|
+
# act-basic-plugin
|
|
102
|
+
# 'New page' => '�V�K�쐬',
|
|
103
|
+
# 'Edit' => '�ҏW',
|
|
104
|
+
'newpage' => '�V�K�쐬',
|
|
105
|
+
'edit' => '�ҏW',
|
|
106
|
+
'wysiwyg' => '���̏�ŕҏW',
|
|
107
|
+
'Last modified' => '�ŏI�X�V',
|
|
108
|
+
'Generation time' => '��������',
|
|
109
|
+
'seconds' => '�b',
|
|
110
|
+
|
|
111
|
+
# act-edit
|
|
112
|
+
'Site Menu' => '�T�C�g���j���[',
|
|
113
|
+
'Site Configuration' => '�T�C�g�ݒ�',
|
|
114
|
+
'Group members' => '�O���[�v�����o�[',
|
|
115
|
+
'Site Archive' => '�T�C�g�A�[�J�C�u',
|
|
116
|
+
'Mailing List Configuration' => '���[�����O���X�g�ݒ�',
|
|
117
|
+
|
|
118
|
+
'Functions' => '�@�\�̐���',
|
|
119
|
+
'Page List' => '�y�[�W�ꗗ',
|
|
120
|
+
'Recent Changes' => '�X�V����',
|
|
121
|
+
' ago' => '�O',
|
|
122
|
+
'more...' => '�����ƑO�̏��',
|
|
123
|
+
'min.' => '��',
|
|
124
|
+
'hour' => '����',
|
|
125
|
+
'day' => '��',
|
|
126
|
+
'month' => '����',
|
|
127
|
+
'year' => '�N',
|
|
128
|
+
'century' => '���I',
|
|
129
|
+
|
|
130
|
+
# act-comment
|
|
131
|
+
'User' => '���[�U��',
|
|
132
|
+
'Message' => '���b�Z�[�W',
|
|
133
|
+
'Message has been added.' => '���b�Z�[�W��lj����܂���',
|
|
134
|
+
|
|
135
|
+
# act-config
|
|
136
|
+
'Site config' => '�T�C�g�ݒ�',
|
|
137
|
+
'Site Configuration' => '�T�C�g�ݒ�',
|
|
138
|
+
|
|
139
|
+
# act-chronology
|
|
140
|
+
'Time walker' => '���ԗ��s',
|
|
141
|
+
'Chronology' => '�N�\',
|
|
142
|
+
|
|
143
|
+
# act-day
|
|
144
|
+
'One day' => '���',
|
|
145
|
+
|
|
146
|
+
# act-describe
|
|
147
|
+
'Function' => '�@�\����',
|
|
148
|
+
'Functions list' => '�@�\�ꗗ',
|
|
149
|
+
|
|
150
|
+
# act-edit.rb
|
|
151
|
+
'Page is deleted.' => '�y�[�W���폜���܂���',
|
|
152
|
+
'Password does not match.' => '�p�X���[�h����v���܂���ł����B',
|
|
153
|
+
'Password' => '�p�X���[�h',
|
|
154
|
+
'Please find a line like that above, then input password in parentheses.' =>
|
|
155
|
+
'���̂悤�ȍs��T���āA���ʂ̒��Ƀp�X���[�h����͂��Ă��������B',
|
|
156
|
+
|
|
157
|
+
'Page edit conflict' => '�X�V���Փ˂��܂����B',
|
|
158
|
+
'Please save the following content to your text editor.' =>
|
|
159
|
+
'���L�̓��e���e�L�X�g�G�f�B�^�Ȃǂɕۑ����A',
|
|
160
|
+
'Newest page' => '�ŐV�̃y�[�W',
|
|
161
|
+
': see this page and re-edit again.' => '���Q�ƌ�ɍĕҏW���Ă��������B',
|
|
162
|
+
'Page is saved.' => '�y�[�W��ۑ����܂����B',
|
|
163
|
+
'Save' => '�ۑ�',
|
|
164
|
+
'Attach' => '�Y�t',
|
|
165
|
+
|
|
166
|
+
'Edit' => '�ҏW',
|
|
167
|
+
'Attach Files' => '�t�@�C���Y�t',
|
|
168
|
+
'Attach many files' => '�����Ƃ�������Y�t����',
|
|
169
|
+
|
|
170
|
+
'Help' => '�w���v',
|
|
171
|
+
'How to qwikWeb' => 'qwikWeb�̎g����',
|
|
172
|
+
|
|
173
|
+
'Site administration' => '�T�C�g�Ǘ�',
|
|
174
|
+
|
|
175
|
+
'Header' => '���o��',
|
|
176
|
+
'List' => '�ӏ��� ',
|
|
177
|
+
'Ordered list' => '�������X�g ',
|
|
178
|
+
'Block quote' => '���p ',
|
|
179
|
+
'Word' => '��` ',
|
|
180
|
+
'Definition' => '���t�̒�` ',
|
|
181
|
+
'Table' => '�\ ',
|
|
182
|
+
'Emphasis' => '����',
|
|
183
|
+
'Stronger' => '�����Ƌ���',
|
|
184
|
+
'Link' => '�����N',
|
|
185
|
+
'more help' => '�����Əڂ�������',
|
|
186
|
+
|
|
187
|
+
'Text Format' => '�����ꗗ',
|
|
188
|
+
'History' => '����',
|
|
189
|
+
'Backup' => '�o�b�N�A�b�v',
|
|
190
|
+
'Time machine' => '�^�C���}�V�[��',
|
|
191
|
+
'Page functions' => '�y�[�W�̋@�\ ',
|
|
192
|
+
# 'Experimental functions' => '�������̋@�\ ',
|
|
193
|
+
|
|
194
|
+
# act-getpass
|
|
195
|
+
'Invalid mail address' => '�p�X���[�h�`���G���[',
|
|
196
|
+
'Get Password' => '�p�X���[�h����',
|
|
197
|
+
'Send Password' => '�p�X���[�h���M',
|
|
198
|
+
'You will receive the password by e-mail.' => '�p�X���[�h�����[���ő���܂�',
|
|
199
|
+
'Please input your mail address.' => '���[���A�h���X����͂��Ă�������',
|
|
200
|
+
'Mail address' => '���[���A�h���X',
|
|
201
|
+
'Go back to Login screen' => '���O�C����ʂɂ��ǂ�',
|
|
202
|
+
|
|
203
|
+
'Send' => '���M',
|
|
204
|
+
'Send' => '���M',
|
|
205
|
+
|
|
206
|
+
'You input this e-mail address as user ID.' =>
|
|
207
|
+
'���Ȃ��̓��[�UID�Ƃ��Ă��̃��[���A�h���X����͂��܂���',
|
|
208
|
+
'This user with this ID is not a member of this group.' =>
|
|
209
|
+
'���̃��[�UID�́A���̃O���[�v�ɂ͊܂܂�Ă��܂���',
|
|
210
|
+
'Only the member of this group can get a password.' =>
|
|
211
|
+
'���̃O���[�v�̃����o�[�́A�p�X���[�h���擾�ł��܂��B',
|
|
212
|
+
|
|
213
|
+
'Your password:' => '�p�X���[�h :',
|
|
214
|
+
'This is your user name and password: ' =>
|
|
215
|
+
'���̃T�C�g�ɂ����郆�[�U���ƃp�X���[�h�ł� : ',
|
|
216
|
+
'Username' => '���[�U��',
|
|
217
|
+
'Password' => '�p�X���[�h',
|
|
218
|
+
'Please access login page' =>
|
|
219
|
+
'���O�C���y�[�W�ɃA�N�Z�X���Ă������� :',
|
|
220
|
+
|
|
221
|
+
'You can input the user name and password from this URL automatically.' =>
|
|
222
|
+
'���LURL�ɃA�N�Z�X����ƁA�����I�Ƀ��[�U�[���ƃp�X���[�h����͂��܂��B',
|
|
223
|
+
'The mail address format is wrong.' =>
|
|
224
|
+
'���[���A�h���X�̌`�����Ԉ���Ă܂��B',
|
|
225
|
+
'Please confirm the input again.' => '������x���͂��m�F���Ă��������B',
|
|
226
|
+
'Please access again.' => '�ēx�A�N�Z�X���Ă��������B',
|
|
227
|
+
'Send Password Error' => '���[�����M�G���[',
|
|
228
|
+
'Send failed because of system error.' =>
|
|
229
|
+
'�V�X�e���G���[�̂��߁A�p�X���[�h���M�Ɏ��s���܂����B',
|
|
230
|
+
'Please contact the administrator.' => '�V�X�e���Ǘ��҂ɂ��A���������B',
|
|
231
|
+
|
|
232
|
+
'Send Password done' => '�p�X���[�h���M����',
|
|
233
|
+
'I send the password to this mail address.' =>
|
|
234
|
+
'�p�X���[�h���ȉ��̃��[���A�h���X�ɑ��M���܂����B',
|
|
235
|
+
'Please check your mailbox.' => '���[���{�b�N�X���m�F����������',
|
|
236
|
+
|
|
237
|
+
# act-group
|
|
238
|
+
'Member list' => '�����o�[�ꗗ',
|
|
239
|
+
|
|
240
|
+
# act-hcomment
|
|
241
|
+
'Name' => '�����O',
|
|
242
|
+
'Comment' => '�R�����g',
|
|
243
|
+
'Anonymous' => '����������',
|
|
244
|
+
'Add a comment.' => '�R�����g��lj����܂���',
|
|
245
|
+
'Submit' => '���e',
|
|
246
|
+
'Page collision is detected.' => '�X�V���Փ˂��܂���',
|
|
247
|
+
'Go back and input again.' => '���̃y�[�W�ɖ߂�A�ēx���͂��Ă��������B',
|
|
248
|
+
|
|
249
|
+
# act-history
|
|
250
|
+
'Time machine' => '�^�C���}�V�[��',
|
|
251
|
+
'Move this' => '��������ĉ�����',
|
|
252
|
+
|
|
253
|
+
# act-license
|
|
254
|
+
'You can use the files on this site under [[Creative Commons by 2.1|http://creativecommons.org/licenses/by/2.1/jp/]] license.' =>
|
|
255
|
+
'�����ɒu���ꂽ�t�@�C���́A[[�N���G�C�e�B�u�E�R�����Y �A�� 2.1|http://creativecommons.org/licenses/by/2.1/jp/]]���C�Z���X�̉��ɗ��p�ł��܂��B',
|
|
256
|
+
'You can use the files on this site under [[Creative Commons Attribution-ShareAlike 2.5|http://creativecommons.org/licenses/by-sa/2.5/]] license.' =>
|
|
257
|
+
'�����ɒu���ꂽ�t�@�C���́A[[�N���G�C�e�B�u�E�R�����Y �A�� - ����������� 2.5|http://creativecommons.org/licenses/by-sa/2.5/]]���C�Z���X�̉��ɗ��p�ł��܂��B',
|
|
258
|
+
'The files you uploaded will be under [[Creative Commons Attribution-ShareAlike 2.5|http://creativecommons.org/licenses/by-sa/2.5/]] license.' =>
|
|
259
|
+
'�����ɃA�b�v���[�h���ꂽ�t�@�C���́A[[�N���G�C�e�B�u�E�R�����Y �A�� - ����������� 2.5|http://creativecommons.org/licenses/by-sa/2.5/]]���C�Z���X�̉��ɒu����܂��B',
|
|
260
|
+
|
|
261
|
+
# act-login
|
|
262
|
+
'Log out' => '���O�A�E�g',
|
|
263
|
+
'Log in by Session' => 'Session�ɂ�郍�O�C��', # FIXME: not found
|
|
264
|
+
'Success' => '����',
|
|
265
|
+
'Go next' => '����',
|
|
266
|
+
'Session ID Authentication' => 'Session ID �F��', # FIXME: not found
|
|
267
|
+
'or, Access here.' => '�܂��́A������������p�������B',
|
|
268
|
+
'Log in using Basic Authentication.' => 'Basic�F�Ń��O�C�����܂����B',
|
|
269
|
+
'Log in by Basic Authentication.' => 'Basic�F���O�C��',
|
|
270
|
+
'Logging in by Basic Authentication.' => 'Basic�F�Ń��O�C�����܂��B',
|
|
271
|
+
'Log in by cookie.' => 'cookie�ɂ�郍�O�C��',
|
|
272
|
+
'You are already logged in by cookie.' => '����cookie�Ń��O�C�����Ă��܂��B',
|
|
273
|
+
'You can log in by TypeKey.' => 'TypeKey�ł����O�C���ł��܂��B', # FIXME: not found
|
|
274
|
+
'Login Error' => '���O�C���G���[',
|
|
275
|
+
'Invalid ID (E-mail) or Password.' =>
|
|
276
|
+
'���[�UID(E-mail)�������̓p�X���[�h���Ⴂ�܂�',
|
|
277
|
+
|
|
278
|
+
'Already logged in.' => '���O�C���ς�',
|
|
279
|
+
|
|
280
|
+
'Please confirm the mail again.' =>
|
|
281
|
+
'���͂ɊԈႢ���Ȃ����ǂ���������x���[�������m�F���������B',
|
|
282
|
+
|
|
283
|
+
# FIXME: not found
|
|
284
|
+
'(Please do not use copy and paste. Please input the password from the keyboard again.)' =>
|
|
285
|
+
'(�R�s�[&�y�[�X�g���ƃG���[�ɂȂ�ꍇ������܂��B���̏ꍇ�͂��萔�ł����L�[�{�[�h������͂��Ă݂Ă�������)',
|
|
286
|
+
'Can not log out.' => '���O�A�E�g�ł��܂���',
|
|
287
|
+
'You can not log out in Basic Authentication mode.' =>
|
|
288
|
+
'Basic�F�̏ꍇ�̓��O�A�E�g�ł��܂���B',
|
|
289
|
+
'Please close browser and access again.' =>
|
|
290
|
+
'��U�u���E�U����āA�ēx�A�N�Z�X���Ă��������B',
|
|
291
|
+
'Terminal Number is deleted.' => '�[���ԍ����폜���܂���',
|
|
292
|
+
'Basic Authentication' => 'Basic�F��',
|
|
293
|
+
'For mobile phone users' => '�g�ѓd�b�̕��͂������',
|
|
294
|
+
'Log out done.' => '���O�A�E�g����',
|
|
295
|
+
'Confirm' => '�m�F',
|
|
296
|
+
'Push "Log out".' =>
|
|
297
|
+
'�u���O�A�E�g����v�������ƁA�{���Ƀ��O�A�E�g���܂��B',
|
|
298
|
+
'Log out' => '���O�A�E�g����',
|
|
299
|
+
|
|
300
|
+
'Log in to ' => '���O�C�����܂� : ',
|
|
301
|
+
'Please input ID (E-mail) and password.' =>
|
|
302
|
+
'���[�UID�ƃp�X���[�h����͂��Ă�������',
|
|
303
|
+
'ID' => '���[�UID',
|
|
304
|
+
'Password' => '�p�X���[�h',
|
|
305
|
+
|
|
306
|
+
'If you have no password,' => '�p�X���[�h���������łȂ�����',
|
|
307
|
+
'Access here' => '�����������������',
|
|
308
|
+
'If you have no password' => '�p�X���[�h���܂������ĂȂ�?',
|
|
309
|
+
'For mobile phone users, please use' => # FIXME: not found
|
|
310
|
+
'�g�ѓd�b�̕��́A������������p������',
|
|
311
|
+
'You can also use TypeKey' => 'TypeKey���g���܂�', # FIXME: not found
|
|
312
|
+
'Log in by TypeKey' => 'TypeKey���O�C��',
|
|
313
|
+
'Please send mail address for authentication.' =>
|
|
314
|
+
'�F�̂��߁A���[���A�h���X�𑗐M���Ă�������',
|
|
315
|
+
|
|
316
|
+
# act-member
|
|
317
|
+
'Add a member' => '�����o�[�lj�',
|
|
318
|
+
'Mail address to add' => '�lj����郁�[���A�h���X',
|
|
319
|
+
'Add' => '�lj�',
|
|
320
|
+
'Invalid Mail' => '�����ȃ��[���A�h���X',
|
|
321
|
+
'Already exists' => '���łɑ��݂��Ă��܂�',
|
|
322
|
+
'Member added' => '�����o�[�͒lj�����܂���',
|
|
323
|
+
'Member list' => '�����o�[�ꗗ',
|
|
324
|
+
'Member' => '�����o�[',
|
|
325
|
+
|
|
326
|
+
# act-mlsubmitform
|
|
327
|
+
'Mlcommit' => '���e����B',
|
|
328
|
+
|
|
329
|
+
# act-pagelist
|
|
330
|
+
'Recent change' => '�ŐV�̍X�V',
|
|
331
|
+
|
|
332
|
+
# act-plan
|
|
333
|
+
'Plan' => '�\��',
|
|
334
|
+
'New plan' => '�V�����\��',
|
|
335
|
+
'Create a new plan' => '�V�����\��̓o�^',
|
|
336
|
+
'Please input like this' => '���̂悤�ɓ��͂��Ă�������',
|
|
337
|
+
'Already exists.' => '���łɂ���܂���',
|
|
338
|
+
|
|
339
|
+
# act-schedule
|
|
340
|
+
'Schedule' => '�X�P�W���[��',
|
|
341
|
+
'Date' => '���t',
|
|
342
|
+
'Schedule edit done.' => '�X�P�W���[������͂��܂����B',
|
|
343
|
+
|
|
344
|
+
# act-slogin
|
|
345
|
+
'Session ID is registered.' => 'Session ID��o�^���܂����B', # FIXME: not found
|
|
346
|
+
|
|
347
|
+
# act-style
|
|
348
|
+
'Access Failed' => '�A�N�Z�X�ł��܂���ł���',
|
|
349
|
+
|
|
350
|
+
# act-map
|
|
351
|
+
'Show map in full screen.' => '�n�}���t���X�N���[������',
|
|
352
|
+
|
|
353
|
+
# act-mcomment
|
|
354
|
+
'Failed' => '���s���܂���',
|
|
355
|
+
|
|
356
|
+
# act-mdlb
|
|
357
|
+
'Please specify file.' => '�t�@�C�����w�肵�Ă��������B',
|
|
358
|
+
'Please contact the administrator.' => '�Ǘ��҂ɘA�����Ă��������B',
|
|
359
|
+
'The file is saved with this filename.' =>
|
|
360
|
+
'���̃t�@�C�����ŃZ�[�u����܂����B',
|
|
361
|
+
'The image is also saved.' =>
|
|
362
|
+
'�摜�t�@�C�����Z�[�u����܂����B',
|
|
363
|
+
'Model file' => '���f���t�@�C��',
|
|
364
|
+
'Image file' => '�摜�t�@�C��',
|
|
365
|
+
|
|
366
|
+
# act-mdblb-model
|
|
367
|
+
# 'Title' => '�^�C�g��',
|
|
368
|
+
'Author' => '���',
|
|
369
|
+
# 'Comment' => '�R�����g',
|
|
370
|
+
'Download' => '�_�E�����[�h',
|
|
371
|
+
|
|
372
|
+
# act-new
|
|
373
|
+
'Push create.' => '�V�K�쐬�������Ă��������B',
|
|
374
|
+
'New page' => '�V�K�쐬',
|
|
375
|
+
'Title' => '�^�C�g��',
|
|
376
|
+
'PageKey' => '�y�[�W�L�[',
|
|
377
|
+
'Already exists' => '���łɑ��݂��Ă��܂�',
|
|
378
|
+
' already exists.' => '�͂��łɑ��݂��Ă��܂��B',
|
|
379
|
+
'Please specify another title.' => '�Ⴄ�^�C�g�����w�肵�Ă��������B',
|
|
380
|
+
'Created.' => '�쐬���܂���',
|
|
381
|
+
'Edit new page' => '�V�K�y�[�W��ҏW',
|
|
382
|
+
|
|
383
|
+
# etc.
|
|
384
|
+
'Show history' => '�ߋ��̕ϑJ��H��',
|
|
385
|
+
'Show backup' => '���܂܂ł̗���',
|
|
386
|
+
|
|
387
|
+
# act-presen
|
|
388
|
+
'Presentation mode' => '�v���[�����[�h',
|
|
389
|
+
'Presentation mode' => '�v���[�����[�h',
|
|
390
|
+
# other
|
|
391
|
+
'Present' => '�v���[��',
|
|
392
|
+
'presentation' => '�v���[���e�[�V����',
|
|
393
|
+
|
|
394
|
+
# act-search
|
|
395
|
+
'Search' => '����',
|
|
396
|
+
'Search result' => '��������',
|
|
397
|
+
'No match.' => '������܂���ł����B',
|
|
398
|
+
|
|
399
|
+
# act-sendpass
|
|
400
|
+
'Succeeded.' => '�������܂���',
|
|
401
|
+
'Failed.' => '���s���܂���',
|
|
402
|
+
'Wrong format.' => '�`�����Ⴂ�܂�',
|
|
403
|
+
'Not a member.' => '�����o�[�ł͂���܂���',
|
|
404
|
+
'You can send password for the members.' =>
|
|
405
|
+
'�����o�[�Ƀp�X���[�h�𑗐M���邱�Ƃ��ł��܂��B',
|
|
406
|
+
'Please select members to send password.' =>
|
|
407
|
+
'�p�X���[�h�𑗂郁���o�[��I�����Ă��������B',
|
|
408
|
+
|
|
409
|
+
# act-table-edit
|
|
410
|
+
'You can only use a table.' => 'table�����g���܂���B',
|
|
411
|
+
'You can only use text.' => 'text�����g���܂���B',
|
|
412
|
+
'Update' => '�X�V',
|
|
413
|
+
'Edit done.' => '�ҏW����',
|
|
414
|
+
|
|
415
|
+
# act-textarea
|
|
416
|
+
'Edit text done.' => '�e�L�X�g��ҏW���܂���',
|
|
417
|
+
|
|
418
|
+
# act-takahashi
|
|
419
|
+
'Show in full screen.' => '�t���X�N���[������', # FIXME: not found
|
|
420
|
+
|
|
421
|
+
# act-toc
|
|
422
|
+
'contents' => '�ڎ�',
|
|
423
|
+
'Contents' => '�ڎ�',
|
|
424
|
+
|
|
425
|
+
# act-typekey
|
|
426
|
+
'Cannot use.' => '�g���܂���B',
|
|
427
|
+
'There is no site token for TypeKey.' =>
|
|
428
|
+
'TypeKey�p�̃T�C�g�g�[�N��������܂���B',
|
|
429
|
+
'Verify failed.' => '�F�ł��܂���ł����B',
|
|
430
|
+
'Time out.' => '���Ԑ�ł��B',
|
|
431
|
+
|
|
432
|
+
# act-wysiwyg
|
|
433
|
+
'Edit in this page' => '���̏�ŕҏW',
|
|
434
|
+
'Auto-save' => '�����ۑ�',
|
|
435
|
+
# 'This is an experimental function.' => '���̋@�\�͂܂��������ł��B',
|
|
436
|
+
# 'The contents will be translated to html.' =>
|
|
437
|
+
# '�y�[�W�̓��e�́A�S��HTML�ɕϊ�����܂��B',
|
|
438
|
+
# 'Please use this function only if you understand what will happen.' =>
|
|
439
|
+
# '�����N��̂��𗝉�����Ă���ꍇ�̂݁A���g���������B',
|
|
440
|
+
|
|
441
|
+
# act-wema
|
|
442
|
+
'How to use post-its' => '��Ⳃ̎g����',
|
|
443
|
+
'New post-it is created.' => '�tⳂ�V�K�ɍ쐬���܂���',
|
|
444
|
+
'Edit done.' => '�ҏW���܂���',
|
|
445
|
+
'No action.' => '�������܂���ł���',
|
|
446
|
+
'Delete a Post-it.' => '�tⳂ��������܂���',
|
|
447
|
+
'Set position.' => '�ʒu���Z�b�g���܂���',
|
|
448
|
+
'Post-it' => '���',
|
|
449
|
+
'New Post-it' => '�V�K���',
|
|
450
|
+
'Help' => '�g����',
|
|
451
|
+
'Draw Line' => '��������',
|
|
452
|
+
'Text color' => '�����F',
|
|
453
|
+
'Background' => '�w�i�F',
|
|
454
|
+
|
|
455
|
+
# act-site-backup
|
|
456
|
+
'Site backup' => '�T�C�g�o�b�N�A�b�v',
|
|
457
|
+
|
|
458
|
+
# act-files
|
|
459
|
+
'Attached files total:' => '�Y�t�t�@�C�����v:',
|
|
460
|
+
'Exceeded limit.' => '�ő�e�ʂ��܂���',
|
|
461
|
+
'%s left' => '�c��%s',
|
|
462
|
+
'Total file size exceeded.' => '���t�@�C���T�C�Y�̌��E���Ă��܂��B',
|
|
463
|
+
'Reaching limit.' => '�e�ʂ����Ȃ��Ȃ��Ă��Ă��܂��B',
|
|
464
|
+
'Maximum total size' => '�Y�t�t�@�C���̍ő�',
|
|
465
|
+
'Current total size' => '���݂̓Y�t�t�@�C���̍��v',
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
# Add you catalog here.
|
|
469
|
+
'' => '',
|
|
470
|
+
'' => '',
|
|
471
|
+
'' => '',
|
|
472
|
+
'' => '',
|
|
473
|
+
'' => '',
|
|
474
|
+
'' => '',
|
|
475
|
+
'' => '',
|
|
476
|
+
'' => '',
|
|
477
|
+
}
|
|
478
|
+
end
|
|
479
|
+
end
|