diff --git a/README.md b/README.md index ac104f5..a06ee70 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,28 @@ Manage your beers with WordPress. Integrates simply with Untappd beer checkins. Great for everyone from home brewers to professional breweries! -### Overview #### +## Overview ### This plugin allows beer creators from home brewers to professional breweries to easily manage and display their beers. Includes a comprehensive beer management section with a variety of options, including: * A custom beer "style" taxonomy for classifying your beers pre-populated with styles from BeerPal * A customizable "group" taxonomy for categorizing and grouping your beers * Shortcodes and template tags for displaying all or a select number of beers -* Custom meta boxes to store detailed information about each beer, including abv, ibu, and ingredients +* Custom meta boxes to store detailed information about each beer, including ABV, IBU, and ingredients * Simple beer checkin integration with Untappd * A "Beer List" widget for simply displaying your beers in sidebars * A "Recent Check-Ins" widget for displaying recent beer check-ins for your brewery on Untappd * Custom page display for beers and styles -#### Planned Features #### +### Planned Features ### * Post/Page “Add Beer” page/post editor button to auto-generate shortcode input +* Add a [beer-group] shortcode & improve template tag usability * Customization for “Beer Profile” input fields (e.g. allow users to remove “Additions/Spices” or add “OG”) * Expand Untappd integration to include further brewery/beer options * Add a ratings/review system (possibly as separate add-on) -#### Screenshots #### +### Screenshots ### 1. [The "Beer" management screen](https://raw.github.com/ErinMorelli/em-beer-manager/master/screenshot-1.jpg) 2. [Beer profile information](https://raw.github.com/ErinMorelli/em-beer-manager/master/screenshot-2.jpg) @@ -41,11 +42,12 @@ This plugin allows beer creators from home brewers to professional breweries to ***** -### Latest Release ### +## Latest Release ## -#### [Version 1.9.3 - Minor Bug Fix](https://github.com/ErinMorelli/em-beer-manager/releases/tag/v1.9.3) ### -* Fixed bug with beer-list shortcode pagination not working on index pages +### [Version 1.9.4 - Minor Bug Fix](https://github.com/ErinMorelli/em-beer-manager/releases/tag/v1.9.4) ### +* Fixed localization and translation issues +* Updated .POT language file to latest version @@ -61,33 +63,51 @@ This plugin allows beer creators from home brewers to professional breweries to ***** -### Usage ### +## Usage ## Use these shortcodes to display beers in your posts or use the template tags in your theme files. -#### Single Beer Display #### +### Single Beer Display ### + +This will display a single beer entry given it's ID number (found in "Beers" admin). + +__Shortcode:__ `[beer id={beer id}]` +__Template tag:__ + `` -This will display a single beer entry given it's ID number (found in "Beers" admin). Optional attributes for both shortcode and template tag: + +__Options:__ + +_For both shortcode & template tag_ * __show_profile=`"true/false"`__ (Default = `true`) // *Displays or hides the "Beer Profile" information* * __show_extras=`"true/false"`__ (Default = `true`) // *Displays or hides the "More Information" section* -#### List All Beers #### +### List All Beers ### + +This will display a formatted listing of all beers in the database. + +__Shortcode:__ `[beer-list]` +__Template tag:__ + `` + -This will display a formatted listing of all beers in the database. Optional attributes for both shortcode and template tag: +__Options:__ + +_For both shortcode & template tag_ * __exclude=`"beer ids"`__ (String separated by commas e.g. `"4,23,24"`) // *Hides listed beers from output* diff --git a/README.txt b/README.txt index 103f046..33ad934 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: http://erinmorelli.com/wordpress/ Tags: beer, beers, brewery, untappd Requires at least: 3.0.1 Tested up to: 3.6.1 -Stable tag: 1.9.3 +Stable tag: 1.9.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -26,32 +26,48 @@ This plugin allows beer creators from home brewers to professional breweries to -### Usage ### +## Usage ## Use these shortcodes to display beers in your posts or use the template tags in your theme files. -#### Single Beer Display #### +### Single Beer Display ### + + +__Shortcode:__ + +This will display a single beer entry given it's ID number (found in "Beers" admin). `[beer id={beer id}]` +__Template tag:__ + `` -This will display a single beer entry given it's ID number (found in "Beers" admin). Optional attributes for both shortcode and template tag: +__Options:__ + +_For both shortcode & template tag_ * __show_profile=`"true/false"`__ (Default = `true`) // *Displays or hides the "Beer Profile" information* * __show_extras=`"true/false"`__ (Default = `true`) // *Displays or hides the "More Information" section* -#### List All Beers #### +### List All Beers ### +This will display a formatted listing of all beers in the database. + +__Shortcode:__ `[beer-list]` +__Template tag:__ + `` -This will display a formatted listing of all beers in the database. Optional attributes for both shortcode and template tag: +__Options:__ + +_For both shortcode & template tag_ * __exclude=`"beer ids"`__ (String separated by commas e.g. `"4,23,24"`) // *Hides listed beers from output* @@ -77,6 +93,7 @@ This will display a formatted listing of all beers in the database. Optional att ### Planned Features ### * Post/Page “Add Beer” page/post editor button to auto-generate shortcode input +* Add a [beer-group] shortcode & improve template tag usability * Customization for “Beer Profile” input fields (e.g. allow users to remove “Additions/Spices” or add “OG”) * Expand Untappd integration to include further brewery/beer options * Add a ratings/review system (possibly as separate add-on) @@ -147,6 +164,10 @@ Try refreshing your permalinks by going to "Settings" -> "Permalinks" and clicki == Changelog == += 1.9.4 = +* Fixed localization and translation issues +* Updated .POT language file to latest version + = 1.9.3 = * Fixed bug with beer-list shortcode pagination not working on index pages @@ -205,6 +226,9 @@ Try refreshing your permalinks by going to "Settings" -> "Permalinks" and clicki == Upgrade Notice == += 1.9.4 = +Plugin localization and translation is now working properly + = 1.9.2 = Fixed major issue with comments setting overriding site-wide comments diff --git a/em-beer-manager.php b/em-beer-manager.php index 968873d..e1b4ed6 100644 --- a/em-beer-manager.php +++ b/em-beer-manager.php @@ -3,7 +3,7 @@ * Plugin Name: EM Beer Manager * Plugin URI: http://erinmorelli.com/wordpress/em-beer-manager * Description: Catalog and display your beers with WordPress. Integrates very simply with Untappd for individual beer checkins. Great for everyone from home brewers to professional breweries! - * Version: 1.9.3 + * Version: 1.9.4 * Author: Erin Morelli * Author URI: http://erinmorelli.com/ * License: GPLv2 or later @@ -36,8 +36,10 @@ function embm_plugin_load(){ // Localization -$plugin_dir = EMBM_PLUGIN_DIR . 'languages'; -load_plugin_textdomain( 'embm', WP_PLUGIN_DIR.'/'.$plugin_dir, $plugin_dir ); +if ( !defined('PLUGINDIR') ) + define( 'PLUGINDIR', 'wp-content/plugins' ); + +load_plugin_textdomain( 'embm', PLUGINDIR.'/em-beer-manager/languages', 'em-beer-manager/languages' ); // Activation setup @@ -45,7 +47,7 @@ function embm_plugin_load(){ function embm_plugin_activation() { // Check for new version - $embm_curr_version = '1.9.3'; + $embm_curr_version = '1.9.4'; if (!defined('EMBM_VERSION_KEY')) { // Define new version option @@ -178,9 +180,6 @@ function embm_plugin_action_links($links, $file) { } if ($file == $this_plugin) { - // The "page" query string value must be equal to the slug - // of the Settings admin page we defined earlier, which in - // this case equals "myplugin-settings". $settings_link = ''; $settings_link .= __('Settings', 'embm'); $settings_link .= ''; diff --git a/languages/embm-is_IS.mo b/languages/embm-is_IS.mo new file mode 100755 index 0000000..8b367d9 Binary files /dev/null and b/languages/embm-is_IS.mo differ diff --git a/languages/embm-is_IS.po b/languages/embm-is_IS.po new file mode 100755 index 0000000..6516616 --- /dev/null +++ b/languages/embm-is_IS.po @@ -0,0 +1,469 @@ +# Copyright (C) 2013 EM Beer Manager +# This file is distributed under the same license as the EM Beer Manager package. +msgid "" +msgstr "" +"Project-Id-Version: EM Beer Manager 1.9.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/em-beer-manager\n" +"POT-Creation-Date: 2013-08-21 00:53:24+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2013-08-22 17:09-0000\n" +"Last-Translator: \n" +"Language-Team: Bjórspjall.is \n" +"X-Generator: Poedit 1.5.7\n" +"Language: IS-is\n" + +#: em-beer-manager.php:185 +msgid "Settings" +msgstr "" + +#: includes/admin.php:38 +msgid "ID" +msgstr "" + +#: includes/admin.php:39 includes/core.php:32 +msgid "Beer" +msgstr "Bjór" + +#: includes/admin.php:40 includes/core.php:353 +msgid "Group" +msgstr "" + +#: includes/admin.php:41 includes/core.php:295 +msgid "Style" +msgstr "Stíll" + +#: includes/admin.php:42 +msgid "ABV" +msgstr "ABV" + +#: includes/admin.php:43 +msgid "IBU" +msgstr "IBU" + +#: includes/admin.php:44 +msgid "Availability" +msgstr "Fáanlegt:" + +#: includes/admin.php:55 +msgid "Untappd" +msgstr "Untappd" + +#: includes/admin.php:58 +msgid "Released" +msgstr "Kom á markað" + +#: includes/admin.php:167 +msgid "EM Beer Manager Settings" +msgstr "" + +#. #-#-#-#-# plugin.pot (EM Beer Manager 1.9.0) #-#-#-#-# +#. Plugin Name of the plugin/theme +#: includes/admin.php:168 includes/admin.php:340 +msgid "EM Beer Manager" +msgstr "" + +#: includes/admin.php:257 +msgid "NOTE: You will need to refresh your permalinks " +msgstr "" + +#: includes/admin.php:257 +msgid "here" +msgstr "hér" + +#: includes/admin.php:257 +msgid " after updating this setting" +msgstr "" + +#: includes/admin.php:266 includes/admin.php:275 +#: includes/components/widget-untappd.php:69 +msgid "What's this?" +msgstr "" + +#: includes/admin.php:353 +msgid "Save Changes" +msgstr "" + +#: includes/admin.php:361 +msgid "Usage" +msgstr "" + +#: includes/admin.php:363 +msgid "" +"Use these shortcodes to display beers in your posts or use the template tags " +"in your theme files" +msgstr "" + +#: includes/admin.php:366 +msgid "Single Beer Display" +msgstr "" + +#: includes/admin.php:368 +msgid "These will display a single beer entry given it's ID number." +msgstr "" + +#: includes/admin.php:373 includes/admin.php:393 +msgid "Optional attributes (for both shortcode and template code):" +msgstr "" + +#: includes/admin.php:377 includes/admin.php:381 includes/admin.php:401 +#: includes/admin.php:405 includes/admin.php:417 includes/admin.php:421 +#: includes/admin.php:425 includes/admin.php:429 +msgid "Default" +msgstr "" + +#: includes/admin.php:378 +msgid "Displays or hides the \"Beer Profile\" information" +msgstr "" + +#: includes/admin.php:382 +msgid "Displays or hides the \"More Information\" section" +msgstr "" + +#: includes/admin.php:386 +msgid "List All Beers" +msgstr "Skoða alla bjóra" + +#: includes/admin.php:388 +msgid "These will display a formatted listing of all beers in the database." +msgstr "" + +#: includes/admin.php:397 +msgid "String separated by commas" +msgstr "" + +#: includes/admin.php:398 +msgid "Hides listed beers from output" +msgstr "" + +#: includes/admin.php:402 +msgid "Displays or hides the \"Beer Profile\" information for each listing" +msgstr "" + +#: includes/admin.php:406 +msgid "Displays or hides the \"More Information\" section for each listing" +msgstr "" + +#: includes/admin.php:409 includes/admin.php:413 +msgid "String" +msgstr "Strengur" + +#: includes/admin.php:410 +msgid "Displays only beers belonging to a specific beer style" +msgstr "" + +#: includes/admin.php:414 +msgid "Displays only beers belonging to a specific group" +msgstr "" + +#: includes/admin.php:417 +msgid "shows all beers on one page" +msgstr "" + +#: includes/admin.php:418 +msgid "Paginates output and displays the given number of beers per page" +msgstr "" + +#: includes/admin.php:422 +msgid "Disables/enables pagination" +msgstr "" + +#: includes/admin.php:426 +msgid "Orders output by given paramater" +msgstr "" + +#: includes/admin.php:430 +msgid "" +"List beer by orderby value in ascending or descending order" +msgstr "" + +#: includes/admin.php:437 +msgid "" +"If you like this plugin, please consider donating to help support future " +"development. Thank you!" +msgstr "" + +#: includes/components/widget-beer-list.php:31 +msgid "Displays a list of beers" +msgstr "" + +#: includes/components/widget-beer-list.php:58 +#: includes/components/widget-untappd.php:63 +msgid "Title:" +msgstr "Titill" + +#: includes/components/widget-beer-list.php:62 +msgid "Exclude Beers: " +msgstr "" + +#: includes/components/widget-beer-list.php:63 +msgid "Comma separated IDs, e.g. \"1,2,3\"" +msgstr "" + +#: includes/components/widget-beer-list.php:66 +msgid "Beer Count: " +msgstr "" + +#: includes/components/widget-beer-list.php:70 +msgid "Show Summary: " +msgstr "" + +#: includes/components/widget-beer-list.php:74 +msgid "Summary Length: " +msgstr "" + +#: includes/components/widget-beer-list.php:75 +msgid " Characters" +msgstr "" + +#: includes/components/widget-beer-list.php:78 +msgid "Show Style: " +msgstr "Sýna Stíl" + +#: includes/components/widget-beer-list.php:80 includes/core.php:297 +msgid "All Styles" +msgstr "Allir Stílar" + +#: includes/components/widget-beer-list.php:92 +msgid "Show Group: " +msgstr "Sýna hóp:" + +#: includes/components/widget-beer-list.php:94 includes/core.php:355 +msgid "All Groups" +msgstr "Allir hópar" + +#: includes/components/widget-beer-list.php:214 +msgid "More" +msgstr "Meira" + +#: includes/components/widget-beer-list.php:227 +msgid "No beers found." +msgstr "Engir bjórar fundust." + +#: includes/components/widget-untappd.php:40 +msgid "Displays a list of recent Untappd brewery check-ins" +msgstr "" + +#: includes/components/widget-untappd.php:67 +msgid "Brewery ID: " +msgstr "" + +#: includes/components/widget-untappd.php:72 +msgid "Number of items to show: " +msgstr "" + +#: includes/components/widget-untappd.php:126 +msgid "A brewery ID number has not been set." +msgstr "" + +#: includes/core.php:31 includes/core.php:43 +msgid "Beers" +msgstr "Bjórar" + +#: includes/core.php:33 +msgid "Add New" +msgstr "" + +#: includes/core.php:34 +msgid "Add New Beer" +msgstr "" + +#: includes/core.php:35 +msgid "Edit Beer" +msgstr "" + +#: includes/core.php:36 +msgid "New Beer" +msgstr "" + +#: includes/core.php:37 +msgid "All Beers" +msgstr "Allir bjórar" + +#: includes/core.php:38 +msgid "View Beer" +msgstr "" + +#: includes/core.php:39 +msgid "Search Beers" +msgstr "Leita að bjórum" + +#: includes/core.php:40 +msgid "No beers found" +msgstr "" + +#: includes/core.php:41 +msgid "No beers found in the Trash" +msgstr "" + +#: includes/core.php:158 +msgid "Malts: " +msgstr "Malt:" + +#: includes/core.php:160 +msgid "Hops: " +msgstr "Humlar:" + +#: includes/core.php:162 +msgid "Additions/Spices: " +msgstr "Annað hráefni/krydd" + +#: includes/core.php:164 +msgid "Yeast: " +msgstr "Ger:" + +#: includes/core.php:167 +msgid "ABV: " +msgstr "ABV:" + +#: includes/core.php:169 +msgid "IBU: " +msgstr "IBU:" + +#: includes/core.php:230 +msgid "Additional Notes/Food Pairings:" +msgstr "" + +#: includes/core.php:233 +msgid "Availability: " +msgstr "Fáanlegt:" + +#: includes/core.php:237 +msgid "Untappd Check-In URL:" +msgstr "" + +#: includes/core.php:294 includes/core.php:306 +msgid "Styles" +msgstr "" + +#: includes/core.php:296 +msgid "Search Styles" +msgstr "" + +#: includes/core.php:298 +msgid "Edit Style" +msgstr "" + +#: includes/core.php:299 +msgid "Update Style" +msgstr "" + +#: includes/core.php:300 +msgid "Add New Style" +msgstr "" + +#: includes/core.php:301 +msgid "New Style Name" +msgstr "" + +#: includes/core.php:302 +msgid "Popular Styles" +msgstr "" + +#: includes/core.php:303 +msgid "Choose from the most used styles" +msgstr "" + +#: includes/core.php:304 +msgid "Separate styles with commas" +msgstr "" + +#: includes/core.php:305 +msgid "Add or remove styles" +msgstr "" + +#: includes/core.php:352 includes/core.php:364 +msgid "Groups" +msgstr "" + +#: includes/core.php:354 +msgid "Search Groups" +msgstr "Hóp Leit" + +#: includes/core.php:356 +msgid "Edit Group" +msgstr "" + +#: includes/core.php:357 +msgid "Update Group" +msgstr "" + +#: includes/core.php:358 +msgid "Add New Group" +msgstr "" + +#: includes/core.php:359 +msgid "New Group Name" +msgstr "" + +#: includes/core.php:360 +msgid "Popular Groups" +msgstr "" + +#: includes/core.php:361 +msgid "Choose from the most used groups" +msgstr "" + +#: includes/core.php:362 +msgid "Separate groups with commas" +msgstr "" + +#: includes/core.php:363 +msgid "Add or remove groups" +msgstr "" + +#: includes/output.php:251 +msgid "More..." +msgstr "Meira..." + +#: includes/output.php:334 +msgid "ABV:" +msgstr "ABV:" + +#: includes/output.php:339 +msgid "IBU:" +msgstr "IBU:" + +#: includes/output.php:344 +msgid "Malts:" +msgstr "Mölt:" + +#: includes/output.php:349 +msgid "Hops:" +msgstr "Humlar:" + +#: includes/output.php:354 +msgid "Other:" +msgstr "Annað:" + +#: includes/output.php:359 +msgid "Yeast:" +msgstr "Ger:" + +#: includes/output.php:398 +msgid "Availability:" +msgstr "Fáanlegur:" + +#: includes/output.php:403 +msgid "Additional Notes" +msgstr "Auka Glósur" + +#. Plugin URI of the plugin/theme +msgid "http://erinmorelli.com/wordpress/em-beer-manager" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Catalog and display your beers with WordPress. Integrates very simply with " +"Untappd for individual beer checkins. Great for everyone from home brewers " +"to professional breweries!" +msgstr "" + +#. Author of the plugin/theme +msgid "Erin Morelli" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://erinmorelli.com/" +msgstr "" diff --git a/languages/embm.pot b/languages/embm.pot index 222f05d..0c5b05d 100644 --- a/languages/embm.pot +++ b/languages/embm.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the EM Beer Manager package. msgid "" msgstr "" -"Project-Id-Version: EM Beer Manager 1.9.0\n" +"Project-Id-Version: EM Beer Manager 1.9.3\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/em-beer-manager\n" -"POT-Creation-Date: 2013-08-21 00:53:24+00:00\n" +"POT-Creation-Date: 2013-09-28 13:45:32+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,11 +24,11 @@ msgstr "" msgid "Beer" msgstr "" -#: includes/admin.php:40 includes/core.php:353 +#: includes/admin.php:40 includes/core.php:355 msgid "Group" msgstr "" -#: includes/admin.php:41 includes/core.php:295 +#: includes/admin.php:41 includes/core.php:297 msgid "Style" msgstr "" @@ -56,7 +56,7 @@ msgstr "" msgid "EM Beer Manager Settings" msgstr "" -#. #-#-#-#-# plugin.pot (EM Beer Manager 1.9.0) #-#-#-#-# +#. #-#-#-#-# plugin.pot (EM Beer Manager 1.9.3) #-#-#-#-# #. Plugin Name of the plugin/theme #: includes/admin.php:168 includes/admin.php:340 msgid "EM Beer Manager" @@ -219,7 +219,7 @@ msgstr "" msgid "Show Style: " msgstr "" -#: includes/components/widget-beer-list.php:80 includes/core.php:297 +#: includes/components/widget-beer-list.php:80 includes/core.php:299 msgid "All Styles" msgstr "" @@ -227,7 +227,7 @@ msgstr "" msgid "Show Group: " msgstr "" -#: includes/components/widget-beer-list.php:94 includes/core.php:355 +#: includes/components/widget-beer-list.php:94 includes/core.php:357 msgid "All Groups" msgstr "" @@ -295,155 +295,155 @@ msgstr "" msgid "No beers found in the Trash" msgstr "" -#: includes/core.php:158 +#: includes/core.php:160 msgid "Malts: " msgstr "" -#: includes/core.php:160 +#: includes/core.php:162 msgid "Hops: " msgstr "" -#: includes/core.php:162 +#: includes/core.php:164 msgid "Additions/Spices: " msgstr "" -#: includes/core.php:164 +#: includes/core.php:166 msgid "Yeast: " msgstr "" -#: includes/core.php:167 +#: includes/core.php:169 msgid "ABV: " msgstr "" -#: includes/core.php:169 +#: includes/core.php:171 msgid "IBU: " msgstr "" -#: includes/core.php:230 +#: includes/core.php:232 msgid "Additional Notes/Food Pairings:" msgstr "" -#: includes/core.php:233 +#: includes/core.php:235 msgid "Availability: " msgstr "" -#: includes/core.php:237 +#: includes/core.php:239 msgid "Untappd Check-In URL:" msgstr "" -#: includes/core.php:294 includes/core.php:306 +#: includes/core.php:296 includes/core.php:308 msgid "Styles" msgstr "" -#: includes/core.php:296 +#: includes/core.php:298 msgid "Search Styles" msgstr "" -#: includes/core.php:298 +#: includes/core.php:300 msgid "Edit Style" msgstr "" -#: includes/core.php:299 +#: includes/core.php:301 msgid "Update Style" msgstr "" -#: includes/core.php:300 +#: includes/core.php:302 msgid "Add New Style" msgstr "" -#: includes/core.php:301 +#: includes/core.php:303 msgid "New Style Name" msgstr "" -#: includes/core.php:302 +#: includes/core.php:304 msgid "Popular Styles" msgstr "" -#: includes/core.php:303 +#: includes/core.php:305 msgid "Choose from the most used styles" msgstr "" -#: includes/core.php:304 +#: includes/core.php:306 msgid "Separate styles with commas" msgstr "" -#: includes/core.php:305 +#: includes/core.php:307 msgid "Add or remove styles" msgstr "" -#: includes/core.php:352 includes/core.php:364 +#: includes/core.php:354 includes/core.php:366 msgid "Groups" msgstr "" -#: includes/core.php:354 +#: includes/core.php:356 msgid "Search Groups" msgstr "" -#: includes/core.php:356 +#: includes/core.php:358 msgid "Edit Group" msgstr "" -#: includes/core.php:357 +#: includes/core.php:359 msgid "Update Group" msgstr "" -#: includes/core.php:358 +#: includes/core.php:360 msgid "Add New Group" msgstr "" -#: includes/core.php:359 +#: includes/core.php:361 msgid "New Group Name" msgstr "" -#: includes/core.php:360 +#: includes/core.php:362 msgid "Popular Groups" msgstr "" -#: includes/core.php:361 +#: includes/core.php:363 msgid "Choose from the most used groups" msgstr "" -#: includes/core.php:362 +#: includes/core.php:364 msgid "Separate groups with commas" msgstr "" -#: includes/core.php:363 +#: includes/core.php:365 msgid "Add or remove groups" msgstr "" -#: includes/output.php:251 +#: includes/output.php:259 msgid "More..." msgstr "" -#: includes/output.php:334 +#: includes/output.php:342 msgid "ABV:" msgstr "" -#: includes/output.php:339 +#: includes/output.php:347 msgid "IBU:" msgstr "" -#: includes/output.php:344 +#: includes/output.php:352 msgid "Malts:" msgstr "" -#: includes/output.php:349 +#: includes/output.php:357 msgid "Hops:" msgstr "" -#: includes/output.php:354 +#: includes/output.php:362 msgid "Other:" msgstr "" -#: includes/output.php:359 +#: includes/output.php:367 msgid "Yeast:" msgstr "" -#: includes/output.php:398 +#: includes/output.php:406 msgid "Availability:" msgstr "" -#: includes/output.php:403 +#: includes/output.php:411 msgid "Additional Notes" msgstr ""