primo commit
This commit is contained in:
@ -0,0 +1,128 @@
|
||||
; @package OSMap
|
||||
; @package OSMap
|
||||
; @contact www.joomlashack.com, help@joomlashack.com
|
||||
; @copyright 2007-2014 XMap - Joomla! Vargas - Guillermo Vargas. All rights reserved.
|
||||
; @copyright 2016-2024 Joomlashack.com. All rights reserved.
|
||||
; @license https://www.gnu.org/licenses/gpl.html GNU/GPL
|
||||
;
|
||||
; This file is part of OSMap.
|
||||
;
|
||||
; OSMap is free software: you can redistribute it and/or modify
|
||||
; it under the terms of the GNU General Public License as published by
|
||||
; the Free Software Foundation, either version 2 of the License, or
|
||||
; (at your option) any later version.
|
||||
;
|
||||
; OSMap is distributed in the hope that it will be useful,
|
||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
; GNU General Public License for more details.
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with OSMap. If not, see <https://www.gnu.org/licenses/>.
|
||||
;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
|
||||
; Component Instalation strings
|
||||
COM_OSMAP = "OSMap Free"
|
||||
COM_OSMAP_DESCRIPTION = "OSMap - the easiest way to create a Joomla sitemap."
|
||||
COM_OSMAP_CONFIGURATION = "OSMap Options"
|
||||
|
||||
COM_OSMAP_ALWAYS = "Always"
|
||||
|
||||
COM_OSMAP_ATTRIBS_NEWS_PUBLICATION_NAME_DESC = "This is the name of the news publication. It must exactly match the name as it appears on your articles in news.google.com, omitting any trailing parentheticals. For example, if the name appears in Google News as “The Example Times (subscription)”, you should use the name, “The Example Times”."
|
||||
COM_OSMAP_ATTRIBS_NEWS_PUBLICATION_NAME_LABEL = "Publication Name"
|
||||
|
||||
COM_OSMAP_CHANGE_FREQUENCY_LABEL = "Change Frequency"
|
||||
COM_OSMAP_COMMON_PUBLISHED_DESC = "Set publication status"
|
||||
COM_OSMAP_COMMON_PUBLISHED_LABEL = "Published"
|
||||
|
||||
COM_OSMAP_DAILY = "Daily"
|
||||
COM_OSMAP_EDIT_ITEMS = "Edit Items"
|
||||
COM_OSMAP_FIELDSET_NEWS_OPTIONS = "News Sitemap"
|
||||
COM_OSMAP_FIELDSET_SITEMAP_SETTINGS_LABEL = "Sitemap Settings"
|
||||
|
||||
COM_OSMAP_GRID_ID_ASC = "ID ascending"
|
||||
COM_OSMAP_GRID_ID_DESC = "ID descending"
|
||||
COM_OSMAP_GRID_NAME_ASC = "Name ascending"
|
||||
COM_OSMAP_GRID_NAME_DESC = "Name descending"
|
||||
COM_OSMAP_GRID_PUBLISHED_ASC = "Published ascending"
|
||||
COM_OSMAP_GRID_PUBLISHED_DESC = "Published descending"
|
||||
|
||||
COM_OSMAP_HEADING_CHANGE_FREQ = "Change Frequency"
|
||||
COM_OSMAP_HEADING_DEFAULT = "Default"
|
||||
COM_OSMAP_HEADING_ID = "ID"
|
||||
COM_OSMAP_HEADING_NAME = "Name"
|
||||
COM_OSMAP_HEADING_NUM_LINKS = "# Unique Links"
|
||||
COM_OSMAP_HEADING_PRIORITY = "Priority"
|
||||
COM_OSMAP_HEADING_SITEMAP_EDIT_LINKS = "Edit Links"
|
||||
COM_OSMAP_HEADING_SITEMAP_LINKS = "Sitemap Links"
|
||||
COM_OSMAP_HEADING_STATUS = "Status"
|
||||
COM_OSMAP_HEADING_TITLE = "Title"
|
||||
COM_OSMAP_HEADING_URL = "URL"
|
||||
|
||||
COM_OSMAP_HOURLY = "Hourly"
|
||||
COM_OSMAP_HTML_LINK = "HTML"
|
||||
COM_OSMAP_HTML_LINK_TOOLTIP = "Go to the HTML version of the sitemap, use this url to submit your sitemap to Google and other search engines."
|
||||
COM_OSMAP_HTML_SITEMAP_DESC = "The sitemap in the HTML format"
|
||||
COM_OSMAP_HTML_SITEMAP_LABEL = "Sitemap - HTML Format"
|
||||
|
||||
COM_OSMAP_IMAGES_LINK = "Images"
|
||||
COM_OSMAP_IMAGES_LINK_TOOLTIP = "Go to the “Images” version of the sitemap, use this url to submit your sitemap to Google and other search engines."
|
||||
COM_OSMAP_LOADING = "Loading... please be patient"
|
||||
COM_OSMAP_MONTHLY = "Monthly"
|
||||
|
||||
COM_OSMAP_MSG_SITEMAP_FORCED_AS_DEFAULT = "Sitemap set as the default one, since there is no other default sitemap"
|
||||
COM_OSMAP_MSG_TASK_STOPPED_BY_PLUGIN = "Execution canceled by an OSMap plugin"
|
||||
|
||||
COM_OSMAP_NEVER = "Never"
|
||||
COM_OSMAP_NEWS_LINK = "News"
|
||||
COM_OSMAP_NEWS_LINK_TOOLTIP = "Go to the “News” version of the sitemap, use this url to submit your sitemap to Google News."
|
||||
COM_OSMAP_NO_ITEMS = "No items found. Try selecting a different set of menus."
|
||||
COM_OSMAP_NO_MATCHING_RESULTS = "You don't currently have any sitemaps. Why not click 'New' and create a sitemap?"
|
||||
COM_OSMAP_NUMBER_OF_ITEMS_FOUND = "%s items found"
|
||||
|
||||
COM_OSMAP_OPTION_SELECT_DEFAULT = "- Select Default -"
|
||||
COM_OSMAP_OPTION_SELECT_PUBLISHED = "- Select State -"
|
||||
COM_OSMAP_OPTION_SHOW_ITEM_UID_DESC = "If enabled, displays the UID for each item while editing the sitemap items. UID is the unique identifier generated based on each item's source. It is used to avoid showing duplicated items in the sitemap."
|
||||
COM_OSMAP_OPTION_SHOW_ITEM_UID_LABEL = "Show Item's UID"
|
||||
|
||||
COM_OSMAP_PAGE_VIEW_SITEMAP_ADD = "New Sitemap"
|
||||
COM_OSMAP_PAGE_VIEW_SITEMAP_EDIT = "Edit Sitemap"
|
||||
COM_OSMAP_PAGE_VIEW_SITEMAP_ITEMS = "Edit Sitemap Items"
|
||||
|
||||
COM_OSMAP_PRIORITY_LABEL = "Priority"
|
||||
COM_OSMAP_SELECTED_LABEL = "Selected"
|
||||
|
||||
COM_OSMAP_SITEMAP = "Sitemap"
|
||||
COM_OSMAP_SITEMAP_DESCRIPTION_DESC = "The sitemap description"
|
||||
COM_OSMAP_SITEMAP_DESCRIPTION_LABEL = "Description"
|
||||
COM_OSMAP_SITEMAP_DETAILS = "Details"
|
||||
COM_OSMAP_SITEMAP_IS_DEFAULT_DESC = "Set this as the default sitemap"
|
||||
COM_OSMAP_SITEMAP_IS_DEFAULT_LABEL = "Default Sitemap"
|
||||
COM_OSMAP_SITEMAP_ITEMS = "Items"
|
||||
COM_OSMAP_SITEMAP_N_ITEMS_PUBLISHED = "%s items published succesfully"
|
||||
COM_OSMAP_SITEMAP_N_ITEMS_TRASHED = "%s items trashed succesfully"
|
||||
COM_OSMAP_SITEMAP_N_ITEMS_UNPUBLISHED = "%s items unpublished succesfully"
|
||||
COM_OSMAP_SITEMAP_N_ITEMS_DELETED = "%s items deleted succesfully"
|
||||
COM_OSMAP_SITEMAP_NAME_DESC = "Sitemap's name"
|
||||
COM_OSMAP_SITEMAP_NAME_LABEL = "Name"
|
||||
|
||||
COM_OSMAP_SITEMAPITEMS_HEADING = "Customize Settings: %s"
|
||||
|
||||
COM_OSMAP_SUBMENU_EXTENSIONS = "Extensions"
|
||||
COM_OSMAP_SUBMENU_SITEMAPS = "Sitemaps"
|
||||
COM_OSMAP_TITLE_LABEL = "Title"
|
||||
|
||||
COM_OSMAP_TOOLBAR_SET_DEFAULT = "Set Default"
|
||||
COM_OSMAP_TOOLTIP_CLICK_TO_PUBLISH = "Click to publish"
|
||||
COM_OSMAP_TOOLTIP_CLICK_TO_UNPUBLISH = "Click to unpublish"
|
||||
|
||||
COM_OSMAP_UID = "UID"
|
||||
COM_OSMAP_WEEKLY = "Weekly"
|
||||
|
||||
COM_OSMAP_XML_LINK = "XML"
|
||||
COM_OSMAP_XML_LINK_TOOLTIP = "Go to the XML version of the sitemap, use this url to submit your sitemap to Google and other search engines."
|
||||
COM_OSMAP_XML_SITEMAP_DESC = "The sitemap in the XML format"
|
||||
COM_OSMAP_XML_SITEMAP_LABEL = "Sitemap - XML Format"
|
||||
|
||||
COM_OSMAP_YEARLY = "Yearly"
|
||||
@ -0,0 +1,79 @@
|
||||
; @package OSMap
|
||||
; @package OSMap
|
||||
; @contact www.joomlashack.com, help@joomlashack.com
|
||||
; @copyright 2007-2014 XMap - Joomla! Vargas - Guillermo Vargas. All rights reserved.
|
||||
; @copyright 2016-2024 Joomlashack.com. All rights reserved.
|
||||
; @license https://www.gnu.org/licenses/gpl.html GNU/GPL
|
||||
;
|
||||
; This file is part of OSMap.
|
||||
;
|
||||
; OSMap is free software: you can redistribute it and/or modify
|
||||
; it under the terms of the GNU General Public License as published by
|
||||
; the Free Software Foundation, either version 2 of the License, or
|
||||
; (at your option) any later version.
|
||||
;
|
||||
; OSMap is distributed in the hope that it will be useful,
|
||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
; GNU General Public License for more details.
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with OSMap. If not, see <https://www.gnu.org/licenses/>.
|
||||
;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
|
||||
COM_OSMAP="OSMap Free"
|
||||
COM_OSMAP_DESCRIPTION="OSMap - the easiest way to create a Joomla sitemap."
|
||||
COM_OSMAP_CONFIGURATION="OSMap Options"
|
||||
|
||||
COM_OSMAP_CHANGE_SITEMAP = "Select a sitemap from the list"
|
||||
COM_OSMAP_CHANGE_SITEMAP_BUTTON = "Change"
|
||||
|
||||
COM_OSMAP_FIELDSET_SITEMAP_SETTINGS_LABEL = "Sitemap Settings"
|
||||
|
||||
COM_OSMAP_INSTALLER_ERROR_MIGRATING_DATA = "Error found trying to upgrade your sitemaps: %s. Please, contact the support team."
|
||||
COM_OSMAP_INSTALLER_GOTOPLUGINS = "Go to %s page to enable or disable the OSMap plugins you need."
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_BUTTON = "Import Xmap data"
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_DESCRIPTION = "We have found Xmap and its data! Would you like to import the data into OSMap?"
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_ERROR = "Sorry, we weren't able to migrate Xmap data successfully. Any change were rolled back."
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_SUCCESS = "Congratulations! The Xmap data was migrated successfully. You can now safely uninstall the Xmap component, but keep the plugins."
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_TITLE = "Xmap data found!"
|
||||
COM_OSMAP_INSTALLER_IMPORT_XMAP_WIPE_WARNING = "Please note: this migration will import your data to OSMap, but also remove any data found in the Xmap."
|
||||
COM_OSMAP_INSTALLER_IMPORTING = "Importing..."
|
||||
COM_OSMAP_INSTALLER_PLUGINS_PAGE = "plugins page"
|
||||
COM_OSMAP_INSTALLER_WIPE_CONFIRMATION = "Are you really sure you want to wipe the current Xmap data? The data will be imported to OSMap."
|
||||
|
||||
COM_OSMAP_NEWS_PUBLICATION_NAME_DESC = "If enabled, will set the publication name in the news sitemap"
|
||||
COM_OSMAP_NEWS_PUBLICATION_NAME_LABEL = "News Publication Name"
|
||||
|
||||
COM_OSMAP_OPTION_ADD_STYLING_DESC = "If enabled, apply the styling to the XML making it more userfriednly when opened in a browser. Do not affect Google or other bots."
|
||||
COM_OSMAP_OPTION_ADD_STYLING_LABEL = "Add Styling"
|
||||
COM_OSMAP_OPTION_DEBUG_DESC = "If enabled, will display the sitemap as text, allowing to see the warnings or errors. Requires to set the global settings to display the errors."
|
||||
COM_OSMAP_OPTION_DEBUG_LABEL = "Debug"
|
||||
COM_OSMAP_OPTION_IGNORE_DUPLICATED_UIDS_DESC = "If enabled, will make the XML sitemap ignore duplicated items automatically."
|
||||
COM_OSMAP_OPTION_IGNORE_DUPLICATED_UIDS_LABEL = "Ignore Duplicated Items"
|
||||
COM_OSMAP_OPTION_IGNORE_HIDDEN_MENUS_DESC = "By default, menus marked as hidden are included. Set to 'Yes' to keep them off the sitemap"
|
||||
COM_OSMAP_OPTION_IGNORE_HIDDEN_MENUS_LABEL = "Ignore Hidden Menus"
|
||||
COM_OSMAP_OPTION_ONLY_HTML = "Only in the HTML Sitemap"
|
||||
COM_OSMAP_OPTION_SELECT_SITEMAP = "Choose a sitemap"
|
||||
COM_OSMAP_OPTION_SHOW_EXTERNAL_LINKS_DESC = "If enabled, shows the external links in the sitemap"
|
||||
COM_OSMAP_OPTION_SHOW_EXTERNAL_LINKS_LABEL = "Show External Links"
|
||||
COM_OSMAP_OPTION_SHOW_MENU_TITLES_DESC = "If enabled, displays the title for each menu in the sitemap"
|
||||
COM_OSMAP_OPTION_SHOW_MENU_TITLES_LABEL = "Show Menu Titles"
|
||||
COM_OSMAP_OPTION_USE_CSS_DESC = "If enabled will add the basic CSS to the view. This option is useful to fix the style for the hierarchy of the sitemap items, which is overriden by some templates."
|
||||
COM_OSMAP_OPTION_USE_CSS_LABEL = "Add basic CSS"
|
||||
|
||||
COM_OSMAP_SHOW_SITEMAP_DESCRIPTION_DESC = "If enabled, shows the sitemap description before the items"
|
||||
COM_OSMAP_SHOW_SITEMAP_DESCRIPTION_LABEL = "Show sitemap description"
|
||||
|
||||
COM_OSMAP_SITEMAP_DESCRIPTION_DESC = "The sitemap description."
|
||||
COM_OSMAP_SITEMAP_DESCRIPTION_LABEL = "Description"
|
||||
COM_OSMAP_SITEMAP_HTML_VIEW_DEFAULT_DESC = "Display a Site map in HTML format"
|
||||
COM_OSMAP_SITEMAP_HTML_VIEW_DEFAULT_TITLE = "Sitemap - HTML Format"
|
||||
COM_OSMAP_SITEMAP_XML_VIEW_DEFAULT_DESC = "Display a Site map in XML for: default XML, images and news"
|
||||
COM_OSMAP_SITEMAP_XML_VIEW_DEFAULT_TITLE = "Sitemap - XML Format (default XML, images and news)"
|
||||
|
||||
COM_OSMAP_SUBMENU_EXTENSIONS = "Extensions"
|
||||
COM_OSMAP_SUBMENU_SITEMAPS = "Sitemaps"
|
||||
|
||||
COM_OSMAP_TITLE = "OSMap Free"
|
||||
@ -0,0 +1,86 @@
|
||||
; @package AllediaInstaller
|
||||
; @contact www.joomlashack.com, help@joomlashack.com
|
||||
; @copyright Copyright (C) 2016 Open Sources Training, LLC, All rights reserved
|
||||
; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
;
|
||||
; @TODO: this file should be removed once all extensions have been updated
|
||||
|
||||
LIB_ALLEDIAINSTALLER_CHANGE_LICENSE_KEY = "Change my license key"
|
||||
LIB_ALLEDIAINSTALLER_I_DONT_REMEMBER_MY_KEY = "I don't remember my key!"
|
||||
LIB_ALLEDIAINSTALLER_INSTALL_CANCELLED = "Install process canceled."
|
||||
LIB_ALLEDIAINSTALLER_LICENSE_KEY_ERROR = "We found an error trying to save your license key. Please try again inside the Joomlashack License Key Manager plugin. You can find it by going to Extensions -> Plugins -> search for 'license'."
|
||||
LIB_ALLEDIAINSTALLER_LICENSE_KEY_SUCCESS = "Your license key was saved successfully!"
|
||||
LIB_ALLEDIAINSTALLER_LICENSE_KEYS_MANAGER_REQUIRED = "You are using a Joomlashack Pro extension, but you don't have the Joomlashack License Key Manager plugin installed. Please install it and configure your license key in order to be able to update this extension."
|
||||
LIB_ALLEDIAINSTALLER_LICENSE_KEYS_PLACEHOLDER = "license key"
|
||||
LIB_ALLEDIAINSTALLER_LICENSED_AS = "%s and all related extensions are licensed as %s"
|
||||
LIB_ALLEDIAINSTALLER_MANIFEST_NOT_FOUND = "Manifest file not found: %s"
|
||||
LIB_ALLEDIAINSTALLER_MSG_LICENSE_KEYS_EMPTY = "* Update requires a valid license key."
|
||||
LIB_ALLEDIAINSTALLER_OBSOLETE_UNINSTALLED_FAIL = "Uninstalling %s %s, failed"
|
||||
LIB_ALLEDIAINSTALLER_OBSOLETE_UNINSTALLED_SUCCESS = "Uninstalling %s %s was successful"
|
||||
LIB_ALLEDIAINSTALLER_PUBLISHED = "Published"
|
||||
|
||||
LIB_ALLEDIAINSTALLER_RELATED_EXTENSIONS = "Related Extensions"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_INSTALL = "%s %s was successfully installed"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_INSTALL_FAIL = "Installation of %s %s failed"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_NOT_UNINSTALLED = "The %s %s won't be uninstalled because of possible dependencies"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UNINSTALL = "%s %s was successfully removed"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UNINSTALL_FAIL = "Unable to remove %s %s"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UPDATE = "%s %s was successfully updated"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UPDATE_FAIL = "Update of %s %s failed"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UPDATE_STATE_FAILED = "Failed, version %s"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UPDATE_STATE_INSTALLED = "Installed v%s"
|
||||
LIB_ALLEDIAINSTALLER_RELATED_UPDATE_STATE_SKIPED = "Skipped %s, the version %s is already installed"
|
||||
|
||||
LIB_ALLEDIAINSTALLER_RELEASE_V = "Release: v%s"
|
||||
LIB_ALLEDIAINSTALLER_SAVE_LICENSE_KEY = "Save my license key"
|
||||
LIB_ALLEDIAINSTALLER_SHOW_DETAILS = "Show more details..."
|
||||
LIB_ALLEDIAINSTALLER_SORTED = "Sorted [%s]"
|
||||
LIB_ALLEDIAINSTALLER_THANKS_INSTALL = "Thanks for installing %s!"
|
||||
LIB_ALLEDIAINSTALLER_THANKS_UPDATE = "Thanks for updating %s!"
|
||||
|
||||
LIB_ALLEDIAINSTALLER_WRONG_MYSQL = "Sorry, %s requires at least MySQL %s."
|
||||
LIB_ALLEDIAINSTALLER_WRONG_PHP = "Sorry, %s requires at least php %s."
|
||||
LIB_ALLEDIAINSTALLER_WRONG_PLATFORM = "Sorry, %s requires Joomla! %s."
|
||||
LIB_ALLEDIAINSTALLER_WRONG_PREVIOUS = "Sorry, updating %s requires at least version %s to be installed first."
|
||||
|
||||
; Copied from lib_shackinstaller.sys while we transition from old extension
|
||||
LIB_SHACKINSTALLER_CHANGE_LICENSE_KEY = "Change my license key"
|
||||
LIB_SHACKINSTALLER_I_DONT_REMEMBER_MY_KEY = "I don't remember my key!"
|
||||
LIB_SHACKINSTALLER_INSTALL_CANCELLED = "Install process canceled."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEY_ERROR = "We found an error trying to save your license key. Please try again inside the Joomlashack License Key Manager plugin. You can find it by going to Extensions -> Plugins -> search for 'license'."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEY_SUCCESS = "Your license key was saved successfully!"
|
||||
LIB_SHACKINSTALLER_LICENSE_KEYS_MANAGER_REQUIRED = "You are using a Joomlashack Pro extension, but you don't have the Joomlashack License Key Manager plugin installed. Please install it and configure your license key in order to be able to update this extension."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEYS_PLACEHOLDER = "license key"
|
||||
LIB_SHACKINSTALLER_LICENSED_AS = "%s and all related extensions are licensed as %s"
|
||||
LIB_SHACKINSTALLER_MANIFEST_NOT_FOUND = "Manifest file not found: %s"
|
||||
LIB_SHACKINSTALLER_MSG_LICENSE_KEYS_EMPTY = "* Update requires a valid license key."
|
||||
LIB_SHACKINSTALLER_OBSOLETE_UNINSTALLED_FAIL = "Uninstalling %s %s, failed"
|
||||
LIB_SHACKINSTALLER_OBSOLETE_UNINSTALLED_SUCCESS = "Uninstalling %s %s was successful"
|
||||
LIB_SHACKINSTALLER_PUBLISHED = "Published"
|
||||
|
||||
LIB_SHACKINSTALLER_RELATED_EXTENSIONS = "Related Extensions"
|
||||
LIB_SHACKINSTALLER_RELATED_INSTALL = "%s %s was successfully installed"
|
||||
LIB_SHACKINSTALLER_RELATED_INSTALL_FAIL = "Installation of %s %s failed"
|
||||
LIB_SHACKINSTALLER_RELATED_NOT_UNINSTALLED = "This extension does not uninstall %s %s"
|
||||
LIB_SHACKINSTALLER_RELATED_NOT_UNINSTALLED_SYSTEM = "The %s %s won't be uninstalled because of possible dependencies"
|
||||
LIB_SHACKINSTALLER_RELATED_UNINSTALL = "%s %s was successfully removed"
|
||||
LIB_SHACKINSTALLER_RELATED_UNINSTALL_FAIL = "Unable to remove %s %s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE = "%s %s was successfully updated"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_FAIL = "Update of %s %s failed"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_FAILED = "Failed, version %s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_INSTALLED = "Installed v%s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_SKIPED = "Skipped %s, the version %s is already installed"
|
||||
|
||||
LIB_SHACKINSTALLER_RELEASE_V = "Release: v%s"
|
||||
LIB_SHACKINSTALLER_SAVE_LICENSE_KEY = "Save my license key"
|
||||
LIB_SHACKINSTALLER_SHOW_DETAILS = "Show more details..."
|
||||
LIB_SHACKINSTALLER_SORTED = "Sorted [%s]"
|
||||
LIB_SHACKINSTALLER_THANKS_INSTALL = "Thanks for installing %s!"
|
||||
LIB_SHACKINSTALLER_THANKS_UPDATE = "Thanks for updating %s!"
|
||||
|
||||
LIB_SHACKINSTALLER_WRONG_MYSQL = "Sorry, %s requires at least MySQL %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PHP = "Sorry, %s requires at least php %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PLATFORM = "Sorry, %s requires Joomla! %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PREVIOUS = "Sorry, updating %s requires at least version %s to be installed first."
|
||||
@ -0,0 +1,62 @@
|
||||
; @package ShackInstaller
|
||||
; @contact www.joomlashack.com, help@joomlashack.com
|
||||
; @copyright 2016-2023 Joomlashack.com. All rights reserved
|
||||
; @license https://www.gnu.org/licenses/gpl.html GNU/GPL
|
||||
;
|
||||
; This file is part of ShackInstaller.
|
||||
;
|
||||
; ShackInstaller is free software: you can redistribute it and/or modify
|
||||
; it under the terms of the GNU General Public License as published by
|
||||
; the Free Software Foundation, either version 2 of the License, or
|
||||
; (at your option) any later version.
|
||||
;
|
||||
; ShackInstaller is distributed in the hope that it will be useful,
|
||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
; GNU General Public License for more details.
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with ShackInstaller. If not, see <https://www.gnu.org/licenses/>.
|
||||
;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
|
||||
LIB_SHACKINSTALLER_ABORT_INSTALL = "Another extension is preventing installation. Please disable it and try again: %s"
|
||||
LIB_SHACKINSTALLER_ABORT_UNINSTALL = "Another extension has prevented completing the uninstll. Additional, related extensions may need to uninstalled."
|
||||
LIB_SHACKINSTALLER_CHANGE_LICENSE_KEY = "Change my license key"
|
||||
LIB_SHACKINSTALLER_I_DONT_REMEMBER_MY_KEY = "I don't remember my key!"
|
||||
LIB_SHACKINSTALLER_INSTALL_CANCELLED = "Install process canceled."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEY_ERROR = "We found an error trying to save your license key. Please try again inside the Joomlashack License Key Manager plugin. You can find it by going to Extensions -> Plugins -> search for 'license'."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEY_SUCCESS = "Your license key was saved successfully!"
|
||||
LIB_SHACKINSTALLER_LICENSE_KEYS_MANAGER_REQUIRED = "You are using a Joomlashack Pro extension, but you don't have the Joomlashack License Key Manager plugin installed. Please install it and configure your license key in order to be able to update this extension."
|
||||
LIB_SHACKINSTALLER_LICENSE_KEYS_PLACEHOLDER = "license key"
|
||||
LIB_SHACKINSTALLER_LICENSED_AS = "%s and all related extensions are licensed as %s"
|
||||
LIB_SHACKINSTALLER_MANIFEST_NOT_FOUND = "Manifest file not found: %s"
|
||||
LIB_SHACKINSTALLER_MSG_LICENSE_KEYS_EMPTY = "* Update requires a valid license key."
|
||||
LIB_SHACKINSTALLER_OBSOLETE_UNINSTALLED_FAIL = "Uninstalling %s %s, failed"
|
||||
LIB_SHACKINSTALLER_OBSOLETE_UNINSTALLED_SUCCESS = "Uninstalling %s %s was successful"
|
||||
LIB_SHACKINSTALLER_PUBLISHED = "Published"
|
||||
|
||||
LIB_SHACKINSTALLER_RELATED_EXTENSIONS = "Related Extensions"
|
||||
LIB_SHACKINSTALLER_RELATED_INSTALL = "%s %s was successfully installed"
|
||||
LIB_SHACKINSTALLER_RELATED_INSTALL_FAIL = "Installation of %s %s failed"
|
||||
LIB_SHACKINSTALLER_RELATED_NOT_UNINSTALLED = "This extension does not uninstall %s %s"
|
||||
LIB_SHACKINSTALLER_RELATED_NOT_UNINSTALLED_SYSTEM = "The %s %s won't be uninstalled because of possible dependencies"
|
||||
LIB_SHACKINSTALLER_RELATED_UNINSTALL = "%s %s was successfully removed"
|
||||
LIB_SHACKINSTALLER_RELATED_UNINSTALL_FAIL = "Unable to remove %s %s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE = "%s %s was successfully updated"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_FAIL = "Update of %s %s failed"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_FAILED = "Failed, version %s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_INSTALLED = "Installed v%s"
|
||||
LIB_SHACKINSTALLER_RELATED_UPDATE_STATE_SKIPED = "Skipped %s, the version %s is already installed"
|
||||
|
||||
LIB_SHACKINSTALLER_RELEASE_V = "Release: v%s"
|
||||
LIB_SHACKINSTALLER_SAVE_LICENSE_KEY = "Save my license key"
|
||||
LIB_SHACKINSTALLER_SHOW_DETAILS = "Show more details..."
|
||||
LIB_SHACKINSTALLER_SORTED = "Sorted [%s]"
|
||||
LIB_SHACKINSTALLER_THANKS_INSTALL = "Thanks for installing %s!"
|
||||
LIB_SHACKINSTALLER_THANKS_UPDATE = "Thanks for updating %s!"
|
||||
|
||||
LIB_SHACKINSTALLER_WRONG_MYSQL = "Sorry, %s requires at least MySQL %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PHP = "Sorry, %s requires at least php %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PLATFORM = "Sorry, %s requires Joomla! %s."
|
||||
LIB_SHACKINSTALLER_WRONG_PREVIOUS = "Sorry, updating %s requires at least version %s to be installed first."
|
||||
@ -0,0 +1,25 @@
|
||||
; @package ShackDefaultFiles
|
||||
; @contact www.joomlashack.com, help@joomlashack.com
|
||||
; @copyright 2021-2024 Joomlashack.com. All rights reserved
|
||||
; @license https://www.gnu.org/licenses/gpl.html GNU/GPL
|
||||
;
|
||||
; This file is part of ShackDefaultFiles.
|
||||
;
|
||||
; ShackDefaultFiles is free software: you can redistribute it and/or modify
|
||||
; it under the terms of the GNU General Public License as published by
|
||||
; the Free Software Foundation, either version 2 of the License, or
|
||||
; (at your option) any later version.
|
||||
;
|
||||
; ShackDefaultFiles is distributed in the hope that it will be useful,
|
||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
; GNU General Public License for more details.
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with ShackDefaultFiles. If not, see <https://www.gnu.org/licenses/>.
|
||||
;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
|
||||
SHACKDEFAULTFILES_GO_PRO = "Go Pro to access more features"
|
||||
SHACKDEFAULTFILES_LEAVE_A_REVIEW_ON_JED = "Leave a review on the JED"
|
||||
SHACKDEFAULTFILES_LIKE_THIS_EXTENSION = "Like this extension?"
|
||||
Reference in New Issue
Block a user