HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,468 @@
# Copyright (C) 2015 PurpleSalad Restaurant Plugin
# This file is distributed under the same license as the PurpleSalad Restaurant Plugin package.
msgid ""
msgstr ""
"Project-Id-Version: PurpleSalad Restaurant Plugin 0.7.2\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/purplesalad\n"
"POT-Creation-Date: 2015-10-02 09:16:18+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: controllers/items.php:22
msgid "Please upload file"
msgstr ""
#: controllers/layouts.php:25 controllers/layouts.php:46 models/menu.php:13
#: views/layouts.html.php:5
msgid "Menu"
msgstr ""
#: controllers/layouts.php:25 controllers/layouts.php:46
#: models/menu-item.php:13 views/layouts.html.php:6
msgid "Menu Item"
msgstr ""
#: controllers/layouts.php:73 controllers/layouts.php:97
msgid "Default"
msgstr ""
#: controllers/layouts.php:98
msgid "Simple"
msgstr ""
#: controllers/layouts.php:99
msgid "Table"
msgstr ""
#: controllers/shortcodes.php:5 controllers/shortcodes.php:8
msgid "Menu item not found."
msgstr ""
#: controllers/shortcodes.php:15
msgid "Menu not found."
msgstr ""
#: controllers/shortcodes.php:18
msgid "Menu not found."
msgstr ""
#: models/menu-item.php:9
msgid "PurpleSalad Menu Items"
msgstr ""
#: models/menu-item.php:12
msgid "Menu Items"
msgstr ""
#: models/menu-item.php:14
msgid "Add New Menu Item"
msgstr ""
#: models/menu-item.php:20
msgid "This will create a new item for your menus."
msgstr ""
#: models/menu-item.php:35 models/menu.php:35
msgid "PurpleSalad Settings"
msgstr ""
#: models/menu.php:9
msgid "PurpleSalad Menus"
msgstr ""
#: models/menu.php:12 views/help.html.php:6
msgid "Menus"
msgstr ""
#: models/menu.php:14
msgid "Add New Menu"
msgstr ""
#: models/menu.php:20
msgid "This will create a new restaurant menu."
msgstr ""
#: models/purplesalad.php:77
msgid "PurpleSalad"
msgstr ""
#: models/purplesalad.php:79 views/layouts.html.php:2
msgid "Manage Layouts"
msgstr ""
#: models/purplesalad.php:81
msgid "Import/Export Items"
msgstr ""
#: models/purplesalad.php:83
msgid "Settings"
msgstr ""
#: models/purplesalad.php:85
msgid "Help"
msgstr ""
#: models/purplesalad.php:107
msgid "Please provide a valid email address"
msgstr ""
#: models/purplesalad.php:108
msgid "Please provide name"
msgstr ""
#: views/help.html.php:2
msgid "PurpleSalad Help"
msgstr ""
#: views/help.html.php:4
msgid ""
"PurpleSalad is a plugin that lets you quickly and easily to publish "
"restaurant menus in a structured way. You can publish multiple menus - for "
"example daily menu, regular menu, special holiday menu, etc. and assign your "
"menu items to multiple menus."
msgstr ""
#: views/help.html.php:8
msgid ""
"Menus are created via the \"Menus\" link and use the same rich text editor "
"that you use to create a regular WP post. Each menu must have a layout, and "
"there is one default layout automatically created for you when isntalling "
"PurpleSalad. Read more about layouts later on this page."
msgstr ""
#: views/help.html.php:10
msgid ""
"You can publish a menu simply by clicking the \"Publish\" button. Then link "
"it from your blog menu so users can find it. Alternatively you can use the "
"menu shortcode shown on the Add / Edit menu page and publish it in a widget, "
"sidebar, post content, etc."
msgstr ""
#: views/help.html.php:12
msgid "Menu items"
msgstr ""
#: views/help.html.php:14
msgid ""
"Menu items are what you put inside the menu. For example one menu can have "
"several soups (menu items), salads, main courses etc. Each menu item can be "
"included in multiple menus should you decide to have multiple menus."
msgstr ""
#: views/help.html.php:16
msgid ""
"Each menu item can have 2 layouts: Menu Layout and Page Layout. The Menu "
"Layout defines how the item will be shown inside the menu. While it's "
"recommended to show all items within menu with the same layout you may want "
"some to be highlighted so you have the option to choose different layouts. "
"The Page Layout defines how the menu item looks when displayed on its own "
"page, should you decide to give links to the individual menu items."
msgstr ""
#: views/help.html.php:18
msgid "Layouts"
msgstr ""
#: views/help.html.php:20
msgid ""
"Layouts are blocks of design (HTML code) that defines how your menu or menu "
"item will look. The plugin automatically installs several layouts so you can "
"getstarted in seconds. If you wish you can modify them or create your own "
"layouts. There are special variables that help you specify where in the "
"layout you want title, price etc, to appear."
msgstr ""
#: views/help.html.php:22
msgid "Import / Export Items"
msgstr ""
#: views/help.html.php:24
msgid ""
"You can bulk import menu items in CSV file format. You can see the format <a "
"href=\"%s\" target=\"_blank\">here</a>. The plugin will export the items "
"that belong to a chosen menu in the same format."
msgstr ""
#: views/help.html.php:26
msgid "Support"
msgstr ""
#: views/help.html.php:28
msgid ""
"If you have questions, comments, or feature requests please let us know in "
"the WordPress support forum."
msgstr ""
#: views/import-export.html.php:2
msgid "Import / Export Menu Items"
msgstr ""
#: views/import-export.html.php:6
msgid "Menu items were imported successfully."
msgstr ""
#: views/import-export.html.php:7
msgid "There was an error importing the menu items."
msgstr ""
#: views/import-export.html.php:11
msgid "Import Items:"
msgstr ""
#: views/import-export.html.php:14
msgid "Upload file:"
msgstr ""
#: views/import-export.html.php:15
msgid ""
"The file must be CSV, comma-delimited. <a href=\"%s\" target=\"_blank\">See "
"the format</a>"
msgstr ""
#: views/import-export.html.php:16
msgid "Uploaded items will be linked to the following menus:"
msgstr ""
#: views/import-export.html.php:20
msgid "Skip title row in the CSV file."
msgstr ""
#: views/import-export.html.php:21
msgid "Import"
msgstr ""
#: views/import-export.html.php:27
msgid "Export Items:"
msgstr ""
#: views/import-export.html.php:31
msgid "Select menu:"
msgstr ""
#: views/import-export.html.php:36
msgid "Export"
msgstr ""
#: views/layout.html.php:2
msgid "Add/Edit %s Layout"
msgstr ""
#: views/layout.html.php:4
msgid "Back to layouts"
msgstr ""
#: views/layout.html.php:8
msgid "Layout name:"
msgstr ""
#: views/layout.html.php:9
msgid "Layout design:"
msgstr ""
#: views/layout.html.php:10
msgid "Available variables:"
msgstr ""
#: views/layout.html.php:12
msgid "The title of the menu"
msgstr ""
#: views/layout.html.php:13
msgid "and"
msgstr ""
#: views/layout.html.php:13
msgid ""
"mark the beginning and the end of the list of items. You can use variable %s "
"between them to indicate the loop of menu items."
msgstr ""
#: views/layout.html.php:14
msgid "Number of columns:"
msgstr ""
#: views/layout.html.php:21
msgid "The title of the menu item."
msgstr ""
#: views/layout.html.php:22
msgid ""
"This is the menu item description that you enter in the main box. It can "
"contain images and media formatted in any way you wish. For easiness and "
"consistency you may prefer to enter only text and to use the featured image."
msgstr ""
#: views/layout.html.php:23
msgid ""
"If you want to use this you need to add featured image for the menu item."
msgstr ""
#: views/layout.html.php:24
msgid "The price of the item."
msgstr ""
#: views/layout.html.php:25
msgid "The permalink URL of the item."
msgstr ""
#: views/layout.html.php:28
msgid "This is the default %s layout"
msgstr ""
#: views/layout.html.php:29
msgid "Save Layout"
msgstr ""
#: views/layout.html.php:37
msgid "Please enter layout name"
msgstr ""
#: views/layouts.html.php:4
msgid "Show layouts for:"
msgstr ""
#: views/layouts.html.php:9
msgid "Click here to create a new layout"
msgstr ""
#: views/layouts.html.php:13
msgid "Layout name"
msgstr ""
#: views/layouts.html.php:13
msgid "Default?"
msgstr ""
#: views/layouts.html.php:13
msgid "Action"
msgstr ""
#: views/layouts.html.php:17
msgid "Yes"
msgstr ""
#: views/layouts.html.php:17
msgid "No"
msgstr ""
#: views/layouts.html.php:18
msgid "Edit"
msgstr ""
#: views/layouts.html.php:20
msgid "Delete"
msgstr ""
#: views/layouts.html.php:24
msgid "There are no layouts of this type."
msgstr ""
#: views/layouts.html.php:30
msgid "Are you sure?"
msgstr ""
#: views/menu-item-meta-box.html.php:1
msgid "Choose menu layout"
msgstr ""
#: views/menu-item-meta-box.html.php:8
msgid ""
"(This layout will be used when the menu item is shown on the menu page.)"
msgstr ""
#: views/menu-item-meta-box.html.php:10
msgid "Choose page layout"
msgstr ""
#: views/menu-item-meta-box.html.php:17
msgid "(This layout will be used on the menu item page itself.)"
msgstr ""
#: views/menu-item-meta-box.html.php:19
msgid "Item price:"
msgstr ""
#: views/menu-item-meta-box.html.php:21
msgid "Assign to menus:"
msgstr ""
#: views/menu-item-meta-box.html.php:25 views/menu-meta-box.html.php:10
msgid "Shortcode:"
msgstr ""
#: views/menu-item-meta-box.html.php:26
msgid ""
"Use this shortcode if you want to publish the menu item alone in a sidebar, "
"widget, etc"
msgstr ""
#: views/menu-meta-box.html.php:1
msgid "Choose layout"
msgstr ""
#: views/menu-meta-box.html.php:11
msgid ""
"Use this shortcode if you want to publish the menu in a sidebar, widget, etc"
msgstr ""
#: views/options.html.php:2
msgid "PurpleSalad Options"
msgstr ""
#: views/options.html.php:4
msgid ""
"PurpleSalad lets you quickly create restaurant menus and publish them using "
"different menu layouts."
msgstr ""
#: views/options.html.php:8
msgid ""
"These settings reflect how the prices on your menu items are displayed (if "
"you choose to display prices)."
msgstr ""
#: views/options.html.php:9
msgid "Choose your currency:"
msgstr ""
#: views/options.html.php:15
msgid "Custom"
msgstr ""
#: views/options.html.php:18
msgid "Show no decimals."
msgstr ""
#: views/options.html.php:20
msgid "URL identificators for menus and menu items"
msgstr ""
#: views/options.html.php:22
msgid ""
"These are the parts of the URLs that identify a post as PurpleSalad menu or "
"menu item. These URL slugs are shown at the browser address bar and are "
"parts of all links to menus or menu items. By default they are \"purple-menu"
"\" and \"purple-item\". You can change them here."
msgstr ""
#: views/options.html.php:24
msgid "Menu URL Slug:"
msgstr ""
#: views/options.html.php:25
msgid "Menu Item URL Slug:"
msgstr ""
#: views/options.html.php:26
msgid ""
"Note: if you change these you MUST visit your <a href=\"%s\">Permalinks</a> "
"page once to get the new rewrite rules applied."
msgstr ""
#: views/options.html.php:28
msgid "Save Options"
msgstr ""