aboutsummaryrefslogtreecommitdiff
path: root/source/ja/uui/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/ja/uui/messages.po')
-rw-r--r--source/ja/uui/messages.po19
1 files changed, 12 insertions, 7 deletions
diff --git a/source/ja/uui/messages.po b/source/ja/uui/messages.po
index d7f72e5bf7c..cba4ee3a05c 100644
--- a/source/ja/uui/messages.po
+++ b/source/ja/uui/messages.po
@@ -4,8 +4,8 @@ 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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-04-12 07:37+0000\n"
-"Last-Translator: jun meguro <jmaguro@gmail.com>\n"
+"PO-Revision-Date: 2021-05-13 13:37+0000\n"
+"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-7-1/uuimessages/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@@ -684,6 +684,11 @@ msgid ""
"\n"
"Open document read-only or open a copy of the document for editing.$(ARG3)"
msgstr ""
+"文書ファイル'$(ARG1)'は編集のため以下のユーザーによってロックされています。:\n"
+"\n"
+"$(ARG2)\n"
+"\n"
+"文書を読み取り専用で開くか、編集するために文書のコピーを開きます。$(ARG3)"
#. VF7vT
#: uui/inc/strings.hrc:51
@@ -1031,13 +1036,13 @@ msgstr "パスワードの入力(_E):"
#: uui/uiconfig/ui/masterpassworddlg.ui:110
msgctxt "masterpassworddlg|extended_tip|password"
msgid "Type a password. A password is case sensitive."
-msgstr "パスワードを入力して下さい。大文字・小文字は区別されます。"
+msgstr "パスワードを入力します。 パスワードは大文字と小文字を区別します。"
#. Twvfe
#: uui/uiconfig/ui/masterpassworddlg.ui:139
msgctxt "extended_tip|MasterPasswordDialog"
msgid "Enter the master password to continue."
-msgstr "マスターパスワードを入力し、次に進みます。"
+msgstr "マスターパスワードを入力して次に進みます。"
#. qAMT2
#: uui/uiconfig/ui/password.ui:8
@@ -1049,7 +1054,7 @@ msgstr "パスワードを設定"
#: uui/uiconfig/ui/password.ui:120
msgctxt "password|extended_tip|newpassEntry"
msgid "Type a password. A password is case sensitive."
-msgstr "パスワードを入力して下さい。大文字・小文字は区別されます。"
+msgstr "パスワードを入力します。 パスワードは大文字と小文字を区別します。"
#. QbKd2
#: uui/uiconfig/ui/password.ui:139
@@ -1091,13 +1096,13 @@ msgstr "パスワードの再入力(_R):"
#: uui/uiconfig/ui/setmasterpassworddlg.ui:157
msgctxt "extended_tip|password2"
msgid "Enter the master password again."
-msgstr ""
+msgstr "マスターパスワードをもう一度、入力します。"
#. aNzdJ
#: uui/uiconfig/ui/setmasterpassworddlg.ui:172
msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
-msgstr "注意: 設定したマスターパスワードを覚えておいてください。忘れた場合、マスターパスワードによって保護されたいずれの情報にもアクセスできなくなります。パスワードは大文字と小文字が区別されます。"
+msgstr "注意: マスターパスワードは忘れないようにしてください。パスワードを忘れると保護されている情報にアクセスできなくなります。パスワードは大文字と小文字を区別することも注意してください。"
#. BHvee
#: uui/uiconfig/ui/setmasterpassworddlg.ui:202
fice-4-1-6'>libreoffice-4-1-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/SymbolLoader.hxx
AgeCommit message (Expand)Author
2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet
2020-09-07Use plain char osl_getAsciiFunctionSymbolStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-16compact namespace: avmediaNoel Grandin
2020-03-22tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-11-08Fix Windows --eanble-vlc errors and (clang-cl) warningsStephan Bergmann
2019-11-06Avoid OUString::createFromAscii, use OUStringLiteral insteadStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: avmediaStephan Bergmann
2014-12-12avmedia: Use appropriate OUString functions on string constantsStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist
2013-10-07Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo
2013-09-23Avmedia/VLC: Debug infoMinh Ngo
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo
2013-09-15Avmedia/VLC: Adding soname backMinh Ngo
2013-09-15Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo
2013-09-04Fixing a crash when loading symbols from LibVLC.Minh Ngo
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist
2013-09-03Blind fix to make this perhaps actually workTor Lillqvist
2013-09-03Just use the wide char API and no TCHAR crack, puh-leaseTor Lillqvist
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann
2013-09-02Possible fixes encoding in the VLC library path.Minh Ngo
2013-08-31Updating library path for VLC on Mac OSMinh Ngo
2013-08-31Cross-platform libvlc loading.Minh Ngo
2013-08-25Linking symbols only once.Minh Ngo
2013-08-22Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo
2013-08-22Finding libvlc in Mac OS/Windows platformsMinh Ngo
2013-08-21avmedia: vlc - add / cleanup license headers.Michael Meeks
2013-08-21VLC Player wrapperMinh Ngo
2013-08-21libvlc API symbol loader routinesMinh Ngo