org-mode/lisp
Yasushi SHOJI 6ee4a75b68 ox: Add new Japanese translation strings
* lisp/ox.el (org-export-dictionary): Add new Japanese translation
  strings.

A few strings in `org-export-dictionary' didn't have Japanese
translations.  So, I just added.
2014-01-03 09:57:32 +01:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-C.el Merge D-language into ob-C.el C&C++-languages 2013-12-21 11:59:27 -07:00
ob-J.el ob-J: Fix docstrings. 2014-01-02 11:10:39 +01:00
ob-R.el ob-R: declare org-every 2013-11-14 21:21:50 +01:00
ob-abc.el improve handling of output file types 2013-09-25 09:12:42 -06:00
ob-asymptote.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-awk.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-calc.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-clojure.el ob-clojure.el (org-babel-clojure-backend): Use 'cider when available 2014-01-03 09:33:30 +01:00
ob-comint.el ob-comint: Silence byte compiler 2013-10-30 09:40:40 +01:00
ob-core.el fixed insertion of results with hashes 2013-12-13 15:06:06 -07:00
ob-css.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-ditaa.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-dot.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-ebnf.el ob-ebnf: Fix copyright and style 2013-10-29 15:18:24 +01:00
ob-emacs-lisp.el Merge branch 'maint' 2013-11-12 21:00:49 +01:00
ob-eval.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
ob-exp.el Merge branch 'maint' 2013-12-06 16:42:43 +01:00
ob-fortran.el declare function to appease compiler 2013-11-23 17:02:22 -07:00
ob-gnuplot.el don't add "set datafile missing..." with :missing 2013-09-25 12:21:52 -06:00
ob-haskell.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-io.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-java.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-js.el use org-babel-result-cond in JavaScript code blocks 2013-04-06 11:39:23 -06:00
ob-keys.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-latex.el Fix defcustoms: don't quote const values. 2013-12-30 10:30:44 +01:00
ob-ledger.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-lilypond.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-lisp.el rm redundant value/output splitting of lisp blocks 2013-11-19 09:06:25 -07:00
ob-lob.el no spaces in call line names 2013-12-16 08:04:59 -07:00
ob-makefile.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-matlab.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-maxima.el Add missing :type to a few options. 2013-12-30 10:13:57 +01:00
ob-mscgen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-ocaml.el Babel ocaml: fix bug where the first exported result would end up in the ocaml 2013-05-07 14:15:33 +02:00
ob-octave.el ob-octave: Emacs 24.4 will ditch octave-inf in favor for octave 2013-05-19 21:08:00 +02:00
ob-org.el allow insertion of non-strings into Org code blocks 2013-05-06 16:31:53 -04:00
ob-perl.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-picolisp.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-plantuml.el Fix errors reported by cus-test.el 2013-11-14 14:05:18 +01:00
ob-python.el Backport Paul's fixes from Emacs trunk (1/2) 2013-11-17 09:12:41 +01:00
ob-ref.el ob-list, ob-ref: fix byte-compiler warnings 2013-11-14 21:22:14 +01:00
ob-ruby.el Merge branch 'maint' 2013-11-14 14:09:25 +01:00
ob-sass.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-scala.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-scheme.el ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code typo and add declarations 2013-07-01 23:08:08 +02:00
ob-screen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-shell.el more shell names 2013-12-13 16:04:41 -07:00
ob-shen.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-sql.el add --set=\"ON_ERROR_STOP=1\" to psql execution 2013-12-01 11:07:16 -07:00
ob-sqlite.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-table.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-tangle.el sometimes remove common indentation when trimming 2013-11-23 15:57:29 -07:00
ob.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
org-agenda.el Merge branch 'maint' 2013-12-30 10:32:24 +01:00
org-archive.el Remove org-autoload. 2013-11-15 06:55:28 +01:00
org-attach.el org-attach.el: Check whether git is installed 2013-12-06 15:22:50 +01:00
org-bbdb.el org-bbdb.el: Fix typo. 2013-04-03 18:28:29 +02:00
org-bibtex.el Backport Paul's fixes from Emacs trunk (1/2) 2013-11-17 09:12:41 +01:00
org-capture.el Fix problem with :exact-positions in capture 2013-11-26 06:28:07 +01:00
org-clock.el Merge branch 'maint' 2013-11-17 09:17:39 +01:00
org-colview.el org-colview: Silence byte-compiler 2013-11-26 18:23:35 +01:00
org-compat.el org-compat: Support for getting data from Windows clipboard 2013-11-22 10:52:41 +01:00
org-crypt.el org-crypt: fix 3e87d5893d 2013-11-23 16:15:45 +01:00
org-ctags.el Fix typo 2013-09-15 06:41:09 +02:00
org-datetree.el org-datetree.el: Be more restrictive when finding a year datetree 2013-04-18 12:20:08 +02:00
org-docview.el Remove org-autoload. 2013-11-15 06:55:28 +01:00
org-element.el org-element: Fix `org-element-at-point' 2013-12-30 17:26:13 +01:00
org-entities.el org-entities: New entities 2013-09-01 14:28:13 +02:00
org-eshell.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-faces.el Fix documentation of the org-footnote face 2013-09-22 08:02:18 +02:00
org-feed.el Remove need to declare drawers before using them 2013-10-31 21:19:40 +01:00
org-footnote.el org-footnote: Fix dual `org-load-hook' run 2013-11-17 09:52:54 +01:00
org-gnus.el org-compat.el: New compatibility function `org-defvaralias' 2013-03-14 13:53:52 +01:00
org-habit.el Small rewrite of the previous commit. 2013-12-23 06:58:26 +01:00
org-id.el Remove org-autoload. 2013-11-15 06:55:28 +01:00
org-indent.el Use `org-add-hook' in some places and merge Emacs revno r112320 2013-04-18 10:29:00 +02:00
org-info.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-inlinetask.el Merge branch 'maint' 2013-12-30 10:32:24 +01:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-list.el ob-list, ob-ref: fix byte-compiler warnings 2013-11-14 21:22:14 +01:00
org-macro.el org-element: Prepare signature change 2013-11-26 18:08:19 +01:00
org-macs.el Remove org-autoload. 2013-11-15 06:55:28 +01:00
org-mhe.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
org-mobile.el Delete :grouptags from tags list when creating org-mobile index file 2013-12-14 15:17:18 -05:00
org-mouse.el org-mouse: Fix incorrect replacement for checkbox lists 2013-06-27 17:37:38 +02:00
org-pcomplete.el Remove need to declare drawers before using them 2013-10-31 21:19:40 +01:00
org-plot.el Remove unnecessary linking to export framework 2013-02-06 23:06:31 +01:00
org-protocol.el Use bzg@gnu.org instead of bzg AT gnu DOT org 2013-10-08 08:07:21 +02:00
org-rmail.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-src.el Merge branch 'maint' 2013-11-17 09:17:39 +01:00
org-table.el Merge branch 'maint' 2013-12-22 10:10:02 +01:00
org-timer.el Inform compiler about a variable that will exist at run time 2013-09-08 18:28:30 +02:00
org-w3m.el Include org-w3m.el back into core. 2013-04-05 08:37:51 +02:00
org.el Merge branch 'maint' 2013-12-30 10:32:24 +01:00
ox-ascii.el Merge branch 'maint' 2013-11-17 09:17:39 +01:00
ox-beamer.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-html.el Merge branch 'maint' 2014-01-01 19:07:31 +01:00
ox-icalendar.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-latex.el ox-latex: Fix inline math in title 2013-12-26 12:26:11 +01:00
ox-man.el ox: Add a defcustom to export properties drawers 2013-09-26 13:46:31 +02:00
ox-md.el Merge branch 'maint' 2013-11-17 09:17:39 +01:00
ox-odt.el Merge branch 'maint' 2013-11-17 09:17:39 +01:00
ox-org.el Merge branch 'maint' 2013-12-15 16:18:31 +01:00
ox-publish.el Merge branch 'maint' 2014-01-01 19:02:58 +01:00
ox-texinfo.el Merge branch 'maint' 2013-12-30 10:32:24 +01:00
ox.el ox: Add new Japanese translation strings 2014-01-03 09:57:32 +01:00