Update translations for master and force-fix errors using pocheck
Change-Id: Ia185c1d9ef3b66189ec6b1ab08795fa5f4aaca49
This commit is contained in:
@@ -3,18 +3,18 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2014-05-02 00:06+0200\n"
|
||||
"PO-Revision-Date: 2014-06-27 15:12+0000\n"
|
||||
"Last-Translator: Takaaki <takaaki.higuchi@gmail.com>\n"
|
||||
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
|
||||
"PO-Revision-Date: 2015-06-29 02:21+0000\n"
|
||||
"Last-Translator: baffclan <baffclan@yahoo.co.jp>\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.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1403881968.000000\n"
|
||||
"X-POOTLE-MTIME: 1435544516.000000\n"
|
||||
|
||||
#: analysis.src
|
||||
msgctxt ""
|
||||
@@ -193,8 +193,10 @@ msgctxt ""
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Weeknum\n"
|
||||
"1\n"
|
||||
"string.text"
|
||||
msgid "Returns the number of the calendar week in which the specified date occurs."
|
||||
msgstr "指定した日付がその年の何週目にあたるかを数値で返します。"
|
||||
msgid ""
|
||||
"Returns the number of the calendar week in which the specified date occurs.\n"
|
||||
"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead."
|
||||
msgstr ""
|
||||
|
||||
#: analysis.src
|
||||
msgctxt ""
|
||||
@@ -211,8 +213,8 @@ msgctxt ""
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Weeknum\n"
|
||||
"3\n"
|
||||
"string.text"
|
||||
msgid "The date"
|
||||
msgstr "シリアル値"
|
||||
msgid "The date or date serial number"
|
||||
msgstr ""
|
||||
|
||||
#: analysis.src
|
||||
msgctxt ""
|
||||
@@ -224,12 +226,13 @@ msgid "Return type"
|
||||
msgstr "週の基準"
|
||||
|
||||
#: analysis.src
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"analysis.src\n"
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Weeknum\n"
|
||||
"5\n"
|
||||
"string.text"
|
||||
msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)"
|
||||
msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)"
|
||||
msgstr "週の開始曜日。(1 = 日曜日、1 以外 = 月曜日)"
|
||||
|
||||
#: analysis.src
|
||||
@@ -283,8 +286,10 @@ msgctxt ""
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Networkdays\n"
|
||||
"1\n"
|
||||
"string.text"
|
||||
msgid "Returns the number of workdays between two dates"
|
||||
msgstr "開始日から終了日までの期間に含まれる稼働日の日数を返します。"
|
||||
msgid ""
|
||||
"Returns the number of workdays between two dates.\n"
|
||||
"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead."
|
||||
msgstr ""
|
||||
|
||||
#: analysis.src
|
||||
msgctxt ""
|
||||
@@ -404,12 +409,13 @@ msgid "Returns the multinomial coefficient of a set of numbers"
|
||||
msgstr "指定された数値の多項係数を返します。"
|
||||
|
||||
#: analysis.src
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"analysis.src\n"
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Multinomial\n"
|
||||
"2\n"
|
||||
"string.text"
|
||||
msgid "Number(s)"
|
||||
msgid "Number"
|
||||
msgstr "数値"
|
||||
|
||||
#: analysis.src
|
||||
@@ -670,16 +676,19 @@ msgctxt ""
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Gcd\n"
|
||||
"1\n"
|
||||
"string.text"
|
||||
msgid "Returns the greatest common divisor"
|
||||
msgstr "複数の整数の最大公約数を返します。"
|
||||
msgid ""
|
||||
"Returns the greatest common divisor.\n"
|
||||
"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead."
|
||||
msgstr ""
|
||||
|
||||
#: analysis.src
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"analysis.src\n"
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Gcd\n"
|
||||
"2\n"
|
||||
"string.text"
|
||||
msgid "Number(s)"
|
||||
msgid "Number"
|
||||
msgstr "数値"
|
||||
|
||||
#: analysis.src
|
||||
@@ -697,16 +706,19 @@ msgctxt ""
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Lcm\n"
|
||||
"1\n"
|
||||
"string.text"
|
||||
msgid "Returns the least common multiple"
|
||||
msgstr "複数の整数の最小公倍数を返します。"
|
||||
msgid ""
|
||||
"Returns the least common multiple.\n"
|
||||
"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead."
|
||||
msgstr ""
|
||||
|
||||
#: analysis.src
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"analysis.src\n"
|
||||
"RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Lcm\n"
|
||||
"2\n"
|
||||
"string.text"
|
||||
msgid "Number(s)"
|
||||
msgid "Number"
|
||||
msgstr "数値"
|
||||
|
||||
#: analysis.src
|
||||
|
||||
Reference in New Issue
Block a user