Changeset 2975663
- Timestamp:
- 10/06/2023 03:46:01 PM (2 years ago)
- Location:
- wp-notepad
- Files:
-
- 18 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/wpnotepad.css (added)
-
tags/1.0.2/assets/css/wpnotepad.scss (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/wpnotepad.js (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/class.wpnotepad_widget.php (added)
-
tags/1.0.2/includes/plugin.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/rwc-wpnotepad-ja.mo (added)
-
tags/1.0.2/languages/rwc-wpnotepad-ja.po (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/rwc-wpnotepad.php (added)
-
trunk/assets/css (added)
-
trunk/assets/css/wpnotepad.css (added)
-
trunk/assets/css/wpnotepad.scss (added)
-
trunk/languages/rwc-wpnotepad-ja.mo (modified) (previous)
-
trunk/languages/rwc-wpnotepad-ja.po (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-notepad/trunk/languages/rwc-wpnotepad-ja.po
r2253346 r2975663 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: QR code management\n"4 "POT-Creation-Date: 202 0-03-01 03:39+0900\n"5 "PO-Revision-Date: 202 0-03-01 03:39+0900\n"3 "Project-Id-Version: WP Notepad\n" 4 "POT-Creation-Date: 2023-10-07 00:40+0900\n" 5 "PO-Revision-Date: 2023-10-07 00:41+0900\n" 6 6 "Last-Translator: Redwoodcity Inc. <mail@redwoodcity.jp>\n" 7 7 "Language-Team: Redwoodcity Inc. <mail@redwoodcity.jp>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 2.2.4\n" 12 "Plural-Forms: nplurals=1; plural=0;\n" 13 "X-Generator: Poedit 3.4\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "Plural-Forms: nplurals=1; plural=0;\n"15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" 16 16 "X-Poedit-WPHeader: rwc-wpnotepad.php\n" … … 30 30 msgstr "ブラウザに保存するメモ帳を設置します。" 31 31 32 #: includes/class.wpnotepad_widget.php: 6932 #: includes/class.wpnotepad_widget.php:76 33 33 msgid "New title" 34 34 msgstr "新しいタイトル" 35 35 36 #: includes/class.wpnotepad_widget.php: 7536 #: includes/class.wpnotepad_widget.php:82 37 37 msgid "Title:" 38 38 msgstr "タイトル:" 39 39 40 #: includes/class.wpnotepad_widget.php:8 040 #: includes/class.wpnotepad_widget.php:87 41 41 msgid "Description:" 42 42 msgstr "説明文:" … … 235 235 #~ "Due to a potential server misconfiguration, it seems that HTTP Basic " 236 236 #~ "Authorization may not work for the REST API on this site: `Authorization` " 237 #~ "headers are not being sent to WordPress by the web server. <a href="238 #~ " \"https://github.com/georgestephanis/application-passwords/wiki/Basic-"239 #~ " Authorization-Header----Missing\">You can learn more about this problem,"240 #~ " and a possible solution, on our GitHub Wiki.</a>"237 #~ "headers are not being sent to WordPress by the web server. <a " 238 #~ "href=\"https://github.com/georgestephanis/application-passwords/wiki/" 239 #~ "Basic-Authorization-Header----Missing\">You can learn more about this " 240 #~ "problem, and a possible solution, on our GitHub Wiki.</a>" 241 241 #~ msgstr "" 242 242 #~ "サーバーの設定ミスが発生する可能性があるため、このサイトのREST APIではHTTP" … … 370 370 371 371 #~ msgid "" 372 #~ "Install the downloaded plug-in to WordPress. Please click on the \"Add New"373 #~ " \" menu in the \"Plug-in\" menu on the management screen."372 #~ "Install the downloaded plug-in to WordPress. Please click on the \"Add " 373 #~ "New\" menu in the \"Plug-in\" menu on the management screen." 374 374 #~ msgstr "" 375 375 #~ "ダウンロードしたプラグインをWordPressにインストールします。管理画面の「プ" -
wp-notepad/trunk/readme.txt
r2523209 r2975663 1 === WP Note ad ===1 === WP Notepad === 2 2 Contributors: Redwoodcity 3 3 Donate link: https://www.redwoodcity.jp/app/wp-notepad/ … … 5 5 Requires at least: 4.7 6 6 Tested up to: 5.7 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.0.2 = 34 *Release Date - 7 October 2023* 35 * Text correction 36 33 37 = 1.0.1 = 34 38 *Release Date - 14 April 2021*
Note: See TracChangeset
for help on using the changeset viewer.