Skip to content

Commit

Permalink
It's "sample data"
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jul 7, 2017
1 parent 0244d0b commit 643c93f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions administrator/language/en-GB/en-GB.mod_sampledata.ini
Expand Up @@ -3,9 +3,9 @@
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8

MOD_SAMPLEDATA="Sampledata"
MOD_SAMPLEDATA_INVALID_RESPONSE="There is an error in the sampledata plugins. Response is invalid."
MOD_SAMPLEDATA_XML_DESCRIPTION="This Module allows to install Sampledate."
MOD_SAMPLEDATA="Sample Data"
MOD_SAMPLEDATA_INVALID_RESPONSE="There is an error in the sample data plugins. Response is invalid."
MOD_SAMPLEDATA_XML_DESCRIPTION="This Module allows to install sample data."
MOD_SAMPLEDATA_CONFIRM_START="Proceeding will install a sample data set into your Joomla. This process can't be reverted once done."
MOD_SAMPLEDATA_ITEM_ALREADY_PROCESSED="This sample data set is already installed."
MOD_SAMPLEDATA_INVALID_RESPONSE="The request gave an invalid response."
4 changes: 2 additions & 2 deletions administrator/language/en-GB/en-GB.mod_sampledata.sys.ini
Expand Up @@ -3,5 +3,5 @@
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8

MOD_SAMPLEDATA="Sampledata"
MOD_SAMPLEDATA_XML_DESCRIPTION="This Module allows to install Sampledate."
MOD_SAMPLEDATA="Sample Data"
MOD_SAMPLEDATA_XML_DESCRIPTION="This Module allows to install sample data."
6 changes: 3 additions & 3 deletions administrator/language/en-GB/en-GB.plg_sampledata_blog.ini
Expand Up @@ -54,11 +54,11 @@ PLG_SAMPLEDATA_BLOG_SAMPLEDATA_MODULES_MODULE_9_TITLE="Popular Tags"
PLG_SAMPLEDATA_BLOG_SAMPLEDATA_MODULES_MODULE_10_TITLE="Similar Items"
PLG_SAMPLEDATA_BLOG_SAMPLEDATA_MODULES_MODULE_11_TITLE="Site Information"
PLG_SAMPLEDATA_BLOG_SAMPLEDATA_MODULES_MODULE_12_TITLE="Release News"
PLG_SAMPLEDATA_BLOG_OVERVIEW_DESC="Sampledata which will set up a blog site."
PLG_SAMPLEDATA_BLOG_OVERVIEW_TITLE="Blog Sampledata"
PLG_SAMPLEDATA_BLOG_OVERVIEW_DESC="Sample data which will set up a blog site."
PLG_SAMPLEDATA_BLOG_OVERVIEW_TITLE="Blog Sample data"
PLG_SAMPLEDATA_BLOG_STEP_FAILED="Step %1$u Failed: %2$s"
PLG_SAMPLEDATA_BLOG_STEP_SKIPPED="Step %1$u Skipped: '%2$s' is either not installed or disabled."
PLG_SAMPLEDATA_BLOG_STEP1_SUCCESS="Step 1: Articles done!"
PLG_SAMPLEDATA_BLOG_STEP2_SUCCESS="Step 2: Menus done!"
PLG_SAMPLEDATA_BLOG_STEP3_SUCCESS="Step 3: Modules done!"
PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION="Provides the blog sampledata. Can be installed using the sampledata module"
PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION="Provides the blog sample data. Can be installed using the sample data module"
Expand Up @@ -3,5 +3,5 @@
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8

PLG_SAMPLEDATA_BLOG="Sampledata - Blog"
PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION="Provides the blog sampledata. Can be installed using the sampledata module"
PLG_SAMPLEDATA_BLOG="Sample Data - Blog"
PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION="Provides the blog sample data. Can be installed using the sample data module"
Expand Up @@ -533,4 +533,4 @@ PLG_SAMPLEDATA_TESTING_STEP4_SUCCESS="Step 4: Contacts done!"
PLG_SAMPLEDATA_TESTING_STEP5_SUCCESS="Step 5: Newsfeeds done!"
PLG_SAMPLEDATA_TESTING_STEP6_SUCCESS="Step 6: Menus done!"
PLG_SAMPLEDATA_TESTING_STEP7_SUCCESS="Step 7: Modules done!"
PLG_SAMPLEDATA_TESTING_XML_DESCRIPTION="Provides the testing sampledata. Can be installed using the sampledata module"
PLG_SAMPLEDATA_TESTING_XML_DESCRIPTION="Provides the testing sample data. Can be installed using the sample data module"
Expand Up @@ -4,4 +4,4 @@
; Note : All ini files need to be saved as UTF-8

PLG_SAMPLEDATA_TESTING="Sampledata - Testing"
PLG_SAMPLEDATA_TESTING_XML_DESCRIPTION="Provides the testing sampledata. Can be installed using the sampledata module"
PLG_SAMPLEDATA_TESTING_XML_DESCRIPTION="Provides the testing sample data. Can be installed using the sample data module"
2 changes: 1 addition & 1 deletion installation/sql/mysql/joomla.sql
Expand Up @@ -83,7 +83,7 @@ INSERT INTO `#__assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `titl
(52, 18, 68, 69, 2, 'com_modules.module.79', 'Multilanguage status', '{}'),
(53, 18, 70, 71, 2, 'com_modules.module.86', 'Joomla Version', '{}'),
(54, 16, 36, 37, 2, 'com_menus.menu.1', 'Main Menu', '{}'),
(55, 18, 72, 73, 2, 'com_modules.module.87', 'SampleData', '{}');
(55, 18, 72, 73, 2, 'com_modules.module.87', 'Sample Data', '{}');

-- --------------------------------------------------------

Expand Down

0 comments on commit 643c93f

Please sign in to comment.