aboutsummaryrefslogtreecommitdiff
path: root/source/ja/officecfg/registry/data/org/openoffice/Office.po
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-17 22:56:15 +0100
committerAndras Timar <atimar@suse.com>2013-02-17 23:14:33 +0100
commit6928867911fdb1e2c78092c99b5731350d926b45 (patch)
tree542c8db16bef80c545e87591924573a42bb6335c /source/ja/officecfg/registry/data/org/openoffice/Office.po
parent6ee465836d1fee4b4fbe714bde3b804cdda1b4ff (diff)
update translations for LibreOffice 4.0.1 rc1
Conflicts: source/es/helpcontent2/source/text/sbasic/shared.po source/es/helpcontent2/source/text/sbasic/shared/02.po source/es/helpcontent2/source/text/swriter/guide.po source/tr/helpcontent2/source/text/swriter/01.po Change-Id: Idca6785a6118de29c2b48a22ecb1452c74ff84da
Diffstat (limited to 'source/ja/officecfg/registry/data/org/openoffice/Office.po')
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/ja/officecfg/registry/data/org/openoffice/Office.po b/source/ja/officecfg/registry/data/org/openoffice/Office.po
index 5ce67d958a5..da628ec9ccd 100644
--- a/source/ja/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ja/officecfg/registry/data/org/openoffice/Office.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-26 11:14+0100\n"
-"PO-Revision-Date: 2013-01-16 16:57+0000\n"
-"Last-Translator: Takayoshi <kano@na.rim.or.jp>\n"
+"POT-Creation-Date: 2013-02-12 12:57+0100\n"
+"PO-Revision-Date: 2013-02-15 07:43+0000\n"
+"Last-Translator: parpy <jmaguro@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.0-beta1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1358355442.0\n"
+"X-POOTLE-MTIME: 1360914188.0\n"
#: UI.xcu
msgctxt ""
@@ -9976,8 +9976,8 @@ msgctxt ""
".Addons.AddonUI.OfficeToolBar.LibreLogo.OfficeToolBar.m05\n"
"Title\n"
"value.text"
-msgid "Start (the program in the Writer document)"
-msgstr "はじめる(Writerドキュメント内のプログラム)"
+msgid "Start Logo program (text or selected text of the document)"
+msgstr ""
#: Addons.xcu
msgctxt ""
@@ -10012,8 +10012,8 @@ msgctxt ""
".Addons.AddonUI.OfficeToolBar.LibreLogo.OfficeToolBar.m09\n"
"Title\n"
"value.text"
-msgid "Logo command line (press F1 here for help)"
-msgstr "Logoコマンドライン(F1でヘルプ)"
+msgid "Logo command line (press Enter for command execution or F1 for help)"
+msgstr ""
#: Addons.xcu
msgctxt ""
@@ -11498,7 +11498,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "Number followed by Enter"
-msgstr "数字の入力後 Enter"
+msgstr "数字の後に Enter"
#: PresenterScreen.xcu
msgctxt ""
eoffice-4-4-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)Author
2016-10-16clang-cl loplugin: codemakerStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-23cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-01tdf#101185 OString concatanations for efficiently codingnadith
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann
2016-06-24loplugin:singlevalfields in codemakerNoel Grandin
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin
2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09convert to range-based for loops in codemaker/Noel Grandin
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-12-01Reduce space needed for string literalsStephan Bergmann