Changeset 1959102
- Timestamp:
- 10/19/2018 11:58:54 AM (7 years ago)
- Location:
- nice-faqs-from-nit
- Files:
-
- 13 edited
- 8 copied
-
tags/1.1 (copied) (copied from nice-faqs-from-nit/trunk)
-
tags/1.1/README.md (copied) (copied from nice-faqs-from-nit/trunk/README.md) (1 diff)
-
tags/1.1/assets (copied) (copied from nice-faqs-from-nit/trunk/assets)
-
tags/1.1/assets/js/index.js (modified) (1 diff)
-
tags/1.1/inc (copied) (copied from nice-faqs-from-nit/trunk/inc)
-
tags/1.1/inc/tax/catFaqs.php (modified) (1 diff)
-
tags/1.1/index.php (copied) (copied from nice-faqs-from-nit/trunk/index.php) (1 diff)
-
tags/1.1/languages (copied) (copied from nice-faqs-from-nit/trunk/languages)
-
tags/1.1/languages/nit-faqs-pt_PT.mo (modified) (previous)
-
tags/1.1/languages/nit-faqs-pt_PT.po (modified) (3 diffs)
-
tags/1.1/languages/nit-faqs.pot (modified) (2 diffs)
-
tags/1.1/readme.txt (copied) (copied from nice-faqs-from-nit/trunk/readme.txt) (2 diffs)
-
tags/1.1/views (copied) (copied from nice-faqs-from-nit/trunk/views)
-
trunk/README.md (modified) (1 diff)
-
trunk/assets/js/index.js (modified) (1 diff)
-
trunk/inc/tax/catFaqs.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/languages/nit-faqs-pt_PT.mo (modified) (previous)
-
trunk/languages/nit-faqs-pt_PT.po (modified) (3 diffs)
-
trunk/languages/nit-faqs.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nice-faqs-from-nit/tags/1.1/README.md
r1913606 r1959102 21 21 22 22 ## Changelog 23 ### 1.1 24 * Changed translation strings in .pot and .po files 25 * Removed console.log from JS scripts 23 26 24 27 ### 1.0 -
nice-faqs-from-nit/tags/1.1/assets/js/index.js
r1913606 r1959102 28 28 }); 29 29 })(jQuery); 30 console.log("BOOM"); -
nice-faqs-from-nit/tags/1.1/inc/tax/catFaqs.php
r1913606 r1959102 22 22 23 23 $labels = array( 24 'name' => __( ' Categories', 'nit-faqs'),25 'singular_name' => __( ' Category', 'nit-faqs'),24 'name' => __( 'FAQ Categories', 'nit-faqs'), 25 'singular_name' => __( 'FAQ Category', 'nit-faqs'), 26 26 'add_new' => __( 'Add New', 'nit-faqs'), 27 'add_new_item' => sprintf( __( 'Add New %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),28 'edit_item' => sprintf( __( 'Edit %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),29 'new_item' => sprintf( __( 'New %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),30 'all_items' => sprintf( __( 'All %s' , 'nit-faqs'), __(' Categories', 'nit-faqs')),31 'view_item' => sprintf( __( 'View %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),32 'search_items' => sprintf( __( 'Search %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),33 'not_found' => sprintf( __( 'No %s found' , 'nit-faqs'), __(' Categories', 'nit-faqs')),34 'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __(' Categories', 'nit-faqs')),27 'add_new_item' => sprintf( __( 'Add New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 28 'edit_item' => sprintf( __( 'Edit %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 29 'new_item' => sprintf( __( 'New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 30 'all_items' => sprintf( __( 'All %s' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 31 'view_item' => sprintf( __( 'View %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 32 'search_items' => sprintf( __( 'Search %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 33 'not_found' => sprintf( __( 'No %s found' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 34 'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 35 35 'parent_item_colon' => null, 36 'menu_name' => __(' Categories', 'nit-faqs')36 'menu_name' => __('FAQ Categories', 'nit-faqs') 37 37 ); 38 38 -
nice-faqs-from-nit/tags/1.1/index.php
r1913606 r1959102 3 3 * Plugin Name: Nice FAQs from NIT 4 4 * Description: Show FAQs in a nice way 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: Luis Melo - NIT 7 7 * Author URI: http://luisfbmelo.com/ -
nice-faqs-from-nit/tags/1.1/languages/nit-faqs-pt_PT.po
r1913606 r1959102 3 3 "Project-Id-Version: FAQs\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2018- 06-29 14:22+0000\n"6 "PO-Revision-Date: 2018- 06-29 14:53+0000\n"5 "POT-Creation-Date: 2018-10-19 11:55+0000\n" 6 "PO-Revision-Date: 2018-10-19 11:56+0000\n" 7 7 "Last-Translator: administrator <[email protected]>\n" 8 8 "Language-Team: Português\n" 9 9 "Language: pt_PT\n" 10 "Plural-Forms: nplurals=2; plural=n != 1;\n"11 10 "MIME-Version: 1.0\n" 12 11 "Content-Type: text/plain; charset=UTF-8\n" 13 12 "Content-Transfer-Encoding: 8bit\n" 14 "X-Generator: Loco https://localise.biz/" 13 "Plural-Forms: nplurals=2; plural=n != 1;\n" 14 "X-Generator: Poedit 2.1.1\n" 15 15 16 #. Name of the plugin17 16 #: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38 18 17 msgid "FAQs" … … 27 26 #: inc/cpt/FAQs.php:28 inc/tax/catFaqs.php:26 28 27 msgid "Add New" 29 msgstr "Adicionar "28 msgstr "Adicionar " 30 29 31 30 #: inc/cpt/FAQs.php:29 inc/tax/catFaqs.php:27 … … 75 74 #: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33 76 75 #: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36 77 msgid " Categories"78 msgstr "Categorias "76 msgid "FAQ Categories" 77 msgstr "Categorias de FAQ" 79 78 80 79 #: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28 81 80 #: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32 82 msgid " Category"83 msgstr "Categoria "81 msgid "FAQ Category" 82 msgstr "Categoria de FAQ" 84 83 85 #: inc/tinymce/Buttons.php:69 86 msgid "Add FAQs List" 87 msgstr "Adicionar lista de FAQs" 88 89 #. Description of the plugin 90 msgid "Show FAQs in a nice way" 91 msgstr "" 92 93 #. Author of the plugin 94 msgid "Luis Melo - NIT" 95 msgstr "" 96 97 #. Author URI of the plugin 98 msgid "http://luisfbmelo.com/" 99 msgstr "" 84 #~ msgid "Add FAQs List" 85 #~ msgstr "Adicionar lista de FAQs" -
nice-faqs-from-nit/tags/1.1/languages/nit-faqs.pot
r1913606 r1959102 4 4 "Project-Id-Version: FAQs\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2018- 06-29 14:22+0000\n"6 "POT-Creation-Date: 2018-10-19 11:55+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 9 "Language-Team: \n" 10 "Language: \n" 9 "Language-Team: Luis Melo\n" 11 10 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 12 11 "MIME-Version: 1.0\n" 13 12 "Content-Type: text/plain; charset=UTF-8\n" 14 13 "Content-Transfer-Encoding: 8bit\n" 15 "X-Generator: Loco https://localise.biz/" 14 "X-Generator: Poedit 2.1.1\n" 15 "X-Poedit-KeywordsList: __;_e\n" 16 "X-Poedit-Basepath: ..\n" 17 "X-Poedit-SearchPath-0: .\n" 16 18 17 #. Name of the plugin18 19 #: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38 19 20 msgid "FAQs" … … 76 77 #: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33 77 78 #: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36 78 msgid " Categories"79 msgid "FAQ Categories" 79 80 msgstr "" 80 81 81 82 #: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28 82 83 #: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32 83 msgid " Category"84 msgid "FAQ Category" 84 85 msgstr "" 85 86 #: inc/tinymce/Buttons.php:6987 msgid "Add FAQs List"88 msgstr ""89 90 #. Description of the plugin91 msgid "Show FAQs in a nice way"92 msgstr ""93 94 #. Author of the plugin95 msgid "Luis Melo - NIT"96 msgstr ""97 98 #. Author URI of the plugin99 msgid "http://luisfbmelo.com/"100 msgstr "" -
nice-faqs-from-nit/tags/1.1/readme.txt
r1913606 r1959102 5 5 Tested up to: 4.9.6 6 6 Requires PHP: 7.0 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 A nice way to show a list of FAQs … … 21 21 == Changelog == 22 22 23 = 1.1 = 24 * Changed translation strings in .pot and .po files 25 * Removed console.log from JS scripts 26 23 27 = 1.0 = 24 28 * First release -
nice-faqs-from-nit/trunk/README.md
r1913606 r1959102 21 21 22 22 ## Changelog 23 ### 1.1 24 * Changed translation strings in .pot and .po files 25 * Removed console.log from JS scripts 23 26 24 27 ### 1.0 -
nice-faqs-from-nit/trunk/assets/js/index.js
r1913606 r1959102 28 28 }); 29 29 })(jQuery); 30 console.log("BOOM"); -
nice-faqs-from-nit/trunk/inc/tax/catFaqs.php
r1913606 r1959102 22 22 23 23 $labels = array( 24 'name' => __( ' Categories', 'nit-faqs'),25 'singular_name' => __( ' Category', 'nit-faqs'),24 'name' => __( 'FAQ Categories', 'nit-faqs'), 25 'singular_name' => __( 'FAQ Category', 'nit-faqs'), 26 26 'add_new' => __( 'Add New', 'nit-faqs'), 27 'add_new_item' => sprintf( __( 'Add New %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),28 'edit_item' => sprintf( __( 'Edit %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),29 'new_item' => sprintf( __( 'New %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),30 'all_items' => sprintf( __( 'All %s' , 'nit-faqs'), __(' Categories', 'nit-faqs')),31 'view_item' => sprintf( __( 'View %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),32 'search_items' => sprintf( __( 'Search %s' , 'nit-faqs'), __(' Category', 'nit-faqs')),33 'not_found' => sprintf( __( 'No %s found' , 'nit-faqs'), __(' Categories', 'nit-faqs')),34 'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __(' Categories', 'nit-faqs')),27 'add_new_item' => sprintf( __( 'Add New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 28 'edit_item' => sprintf( __( 'Edit %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 29 'new_item' => sprintf( __( 'New %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 30 'all_items' => sprintf( __( 'All %s' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 31 'view_item' => sprintf( __( 'View %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 32 'search_items' => sprintf( __( 'Search %s' , 'nit-faqs'), __('FAQ Category', 'nit-faqs')), 33 'not_found' => sprintf( __( 'No %s found' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 34 'not_found_in_trash' => sprintf( __( 'No %s found in the Trash' , 'nit-faqs'), __('FAQ Categories', 'nit-faqs')), 35 35 'parent_item_colon' => null, 36 'menu_name' => __(' Categories', 'nit-faqs')36 'menu_name' => __('FAQ Categories', 'nit-faqs') 37 37 ); 38 38 -
nice-faqs-from-nit/trunk/index.php
r1913606 r1959102 3 3 * Plugin Name: Nice FAQs from NIT 4 4 * Description: Show FAQs in a nice way 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: Luis Melo - NIT 7 7 * Author URI: http://luisfbmelo.com/ -
nice-faqs-from-nit/trunk/languages/nit-faqs-pt_PT.po
r1913606 r1959102 3 3 "Project-Id-Version: FAQs\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2018- 06-29 14:22+0000\n"6 "PO-Revision-Date: 2018- 06-29 14:53+0000\n"5 "POT-Creation-Date: 2018-10-19 11:55+0000\n" 6 "PO-Revision-Date: 2018-10-19 11:56+0000\n" 7 7 "Last-Translator: administrator <[email protected]>\n" 8 8 "Language-Team: Português\n" 9 9 "Language: pt_PT\n" 10 "Plural-Forms: nplurals=2; plural=n != 1;\n"11 10 "MIME-Version: 1.0\n" 12 11 "Content-Type: text/plain; charset=UTF-8\n" 13 12 "Content-Transfer-Encoding: 8bit\n" 14 "X-Generator: Loco https://localise.biz/" 13 "Plural-Forms: nplurals=2; plural=n != 1;\n" 14 "X-Generator: Poedit 2.1.1\n" 15 15 16 #. Name of the plugin17 16 #: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38 18 17 msgid "FAQs" … … 27 26 #: inc/cpt/FAQs.php:28 inc/tax/catFaqs.php:26 28 27 msgid "Add New" 29 msgstr "Adicionar "28 msgstr "Adicionar " 30 29 31 30 #: inc/cpt/FAQs.php:29 inc/tax/catFaqs.php:27 … … 75 74 #: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33 76 75 #: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36 77 msgid " Categories"78 msgstr "Categorias "76 msgid "FAQ Categories" 77 msgstr "Categorias de FAQ" 79 78 80 79 #: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28 81 80 #: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32 82 msgid " Category"83 msgstr "Categoria "81 msgid "FAQ Category" 82 msgstr "Categoria de FAQ" 84 83 85 #: inc/tinymce/Buttons.php:69 86 msgid "Add FAQs List" 87 msgstr "Adicionar lista de FAQs" 88 89 #. Description of the plugin 90 msgid "Show FAQs in a nice way" 91 msgstr "" 92 93 #. Author of the plugin 94 msgid "Luis Melo - NIT" 95 msgstr "" 96 97 #. Author URI of the plugin 98 msgid "http://luisfbmelo.com/" 99 msgstr "" 84 #~ msgid "Add FAQs List" 85 #~ msgstr "Adicionar lista de FAQs" -
nice-faqs-from-nit/trunk/languages/nit-faqs.pot
r1913606 r1959102 4 4 "Project-Id-Version: FAQs\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2018- 06-29 14:22+0000\n"6 "POT-Creation-Date: 2018-10-19 11:55+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 9 "Language-Team: \n" 10 "Language: \n" 9 "Language-Team: Luis Melo\n" 11 10 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 12 11 "MIME-Version: 1.0\n" 13 12 "Content-Type: text/plain; charset=UTF-8\n" 14 13 "Content-Transfer-Encoding: 8bit\n" 15 "X-Generator: Loco https://localise.biz/" 14 "X-Generator: Poedit 2.1.1\n" 15 "X-Poedit-KeywordsList: __;_e\n" 16 "X-Poedit-Basepath: ..\n" 17 "X-Poedit-SearchPath-0: .\n" 16 18 17 #. Name of the plugin18 19 #: inc/cpt/FAQs.php:26 inc/cpt/FAQs.php:32 inc/cpt/FAQs.php:38 19 20 msgid "FAQs" … … 76 77 #: inc/tax/catFaqs.php:24 inc/tax/catFaqs.php:30 inc/tax/catFaqs.php:33 77 78 #: inc/tax/catFaqs.php:34 inc/tax/catFaqs.php:36 78 msgid " Categories"79 msgid "FAQ Categories" 79 80 msgstr "" 80 81 81 82 #: inc/tax/catFaqs.php:25 inc/tax/catFaqs.php:27 inc/tax/catFaqs.php:28 82 83 #: inc/tax/catFaqs.php:29 inc/tax/catFaqs.php:31 inc/tax/catFaqs.php:32 83 msgid " Category"84 msgid "FAQ Category" 84 85 msgstr "" 85 86 #: inc/tinymce/Buttons.php:6987 msgid "Add FAQs List"88 msgstr ""89 90 #. Description of the plugin91 msgid "Show FAQs in a nice way"92 msgstr ""93 94 #. Author of the plugin95 msgid "Luis Melo - NIT"96 msgstr ""97 98 #. Author URI of the plugin99 msgid "http://luisfbmelo.com/"100 msgstr "" -
nice-faqs-from-nit/trunk/readme.txt
r1913606 r1959102 5 5 Tested up to: 4.9.6 6 6 Requires PHP: 7.0 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 A nice way to show a list of FAQs … … 21 21 == Changelog == 22 22 23 = 1.1 = 24 * Changed translation strings in .pot and .po files 25 * Removed console.log from JS scripts 26 23 27 = 1.0 = 24 28 * First release
Note: See TracChangeset
for help on using the changeset viewer.