Changeset 2352889
- Timestamp:
- 08/05/2020 07:37:34 AM (6 years ago)
- Location:
- resize-width
- Files:
-
- 14 added
- 4 edited
-
branches/languages/resize-width-ja.mo (modified) (previous)
-
branches/languages/resize-width-ja.po (modified) (3 diffs)
-
branches/readme.txt (modified) (3 diffs)
-
branches/resize-width.php (modified) (2 diffs)
-
tags/0.1.0 (added)
-
tags/0.1.0/.distignore (added)
-
tags/0.1.0/.editorconfig (added)
-
tags/0.1.0/.gitignore (added)
-
tags/0.1.0/.phpcs.xml.dist (added)
-
tags/0.1.0/.travis.yml (added)
-
tags/0.1.0/languages (added)
-
tags/0.1.0/languages/resize-width-ja.mo (added)
-
tags/0.1.0/languages/resize-width-ja.po (added)
-
tags/0.1.0/languages/wordpress.pot (added)
-
tags/0.1.0/my-gutenberg-style.css (added)
-
tags/0.1.0/phpunit.xml.dist (added)
-
tags/0.1.0/readme.txt (added)
-
tags/0.1.0/resize-width.php (added)
Legend:
- Unmodified
- Added
- Removed
-
resize-width/branches/languages/resize-width-ja.po
r2347585 r2352889 3 3 msgid "" 4 4 msgstr "" 5 "PO-Revision-Date: 2020-0 7-27 16:16+0900\n"5 "PO-Revision-Date: 2020-08-03 11:56+0900\n" 6 6 "MIME-Version: 1.0\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" … … 14 14 "Last-Translator: \n" 15 15 "Language-Team: \n" 16 17 #. Found in description paragraph. 18 msgid "This is the plugin easy resize block editor." 19 msgstr "ブロックエディタの大きさを簡単に調整できます。" 16 20 17 21 #. Plugin name. … … 27 31 msgstr "スクリーンショットはありません。" 28 32 29 #. Plugin description.30 msgid " This is the plugin easy resize block editor."31 msgstr " かんたん."33 #. Found in installation list item. 34 msgid "Activate the plugin through the 'Plugins' menu in WordPress" 35 msgstr "プラグイン画面で有効化してください" 32 36 33 #. Install flow. 34 msgid "Activate the plugin through the 'Plugins' menu in WordPress" 35 msgstr "プラグイン画面でインストール" 36 37 37 #. Found in changelog paragraph. 38 msgid "New release" 39 msgstr "新発売" -
resize-width/branches/readme.txt
r2344516 r2352889 1 === Resize Width ===1 === Resize Editor Width === 2 2 Contributors: conntenayh 3 3 Donate link: https://example.com/ … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.13 14 12 == Description == 15 13 … … 18 16 == Installation == 19 17 20 21 1. Upload `resize-width` to the `/wp-content/plugins/` directory 22 2. Activate the plugin through the 'Plugins' menu in WordPress 18 1. Activate the plugin through the 'Plugins' menu in WordPress 23 19 24 20 == Frequently Asked Questions == -
resize-width/branches/resize-width.php
r2344516 r2352889 1 1 <?php 2 2 /** 3 * Plugin Name: Resize Width3 * Plugin Name: Resize Editor Width 4 4 * Plugin URI: PLUGIN SITE HERE 5 5 * Description: It's very simple. Only resize contents width. … … 10 10 * Version: 0.1.0 11 11 * 12 * @package Resize _Width12 * @package Resize Editor Width 13 13 */ 14 14
Note: See TracChangeset
for help on using the changeset viewer.